

/*===================================================================================*/
/*	CUSTOM CSS STYLES
/*===================================================================================*/

/* Insert your own styles in here! */

.btn-large, .btn-default {
	border-radius: 25px;
}

.btn.btn-red {
    background: #e74048;
}

.owl-carousel:hover .owl-next:hover,
.owl-carousel:hover .owl-prev:hover {
	color: #a4d728;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  /*background-color: #e0d71e;*/
}

img.mfp-img {
    padding: 40px 0 0;
}

.mfp-bg {
    z-index: 9100;
}
    
    .mfp-wrap {
    z-index: 9101;
}

.margin-bottom-none {
	margin-bottom: 0;
}

.note {
	font-size: 14px;
	text-align: center;
	line-height: 1.3em;
	color: #007db5;
}