/*==============================================  IMPORTANT - PLEASE READ ==============================================

font-family: 'Lato', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Oswald', sans-serif;
font-family: 'Raleway', sans-serif;
____

thin 100
light 300
regular 400
bold 700
black 900
____

========================================================================================================================
*/

/*
==============================================
Carousel Section
==============================================
*/
.quote-section .mc-container {
	padding: 150px;
}
.quote-section .mc-slide {
	background: rgba(255,255,255,.93);
	text-align: center;
/*	min-height: 380px;*/
	padding-bottom: 50px;
}
.quote-section .mc-slide:before {
	content: '';
    display: block;
    background: #c9a560;
    height: 8px;
    width: 350px;
    margin: 0 auto;
}
.quote-section .mc-content-wrapper {
	padding: 50px 0px;
}
.quote-section .mc-heading-wrapper {
	position: relative;
}
.quote-section .mc-copy-wrapper {
	margin-bottom: 20px;
	padding: 0px 50px;
}
.quote-section .mc-heading {
	font-family: 'Abel', sans-serif;
	font-size: 44px;
	line-height: 45px;
	font-style: normal;
	text-transform: uppercase;
	color: #595959;
	display: block;
}
.quote-section .mc-copy {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #000000;
}
.quote-section .mc-cta {
	font-family: 'Abel', sans-serif;
	font-size: 21px;
	color: #595959;
	border: 1px solid #595959;
	background: transparent !important;
	-webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;	
}
.quote-section .mc-heading-wrapper {
	margin: 0 auto;
}
.quote-section .mc-container {
	padding: 15px 50px 0px 50px;
}
.quote-section .mc-slide:before {
	display: none;
}
.quote-section .mc-slide:before, .quote-section .mc-slide {
	background: none;
}

.quote-section .mc-copy-wrapper {
	padding: 0px 130px;
}


/*
==============================================
Responsive Meia Queries NEW
==============================================
*/


/* Touch devices only */
@media (pointer:coarse) {
/*
==============================================
Carousel Section
==============================================
*/

}


/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
/*
==============================================
Carousel Section
==============================================
*/
}


/* Large devices (desktops, 992px and less) */
@media only screen and (max-width: 992px) {
/*
==============================================
Carousel Section
==============================================
*/

}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
/*
==============================================
Carousel Section
==============================================
*/
	.quote-section {
		margin: 0 auto;
	}
	.quote-section .mc-copy-wrapper {
		padding: 0px 80px;
	}

}


/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
/*
==============================================
Carousel Section
==============================================
*/

	.quote-section .mc-container {
		padding: 15px 0px 0px 0px;
	}
	.quote-section .mc-copy-wrapper {
		padding: 0px 50px;
	}
	.quote-section .mc-heading-wrapper {
    	width: 100%;
	}

}

/* Extra small devices (most portrait phones, 375px and less) mobile-p */
@media only screen and (max-width: 375px) {
	.quote-section .mc-copy-wrapper {
		padding: 0px 30px;
	}

}

/* Extra small landscape devices (most landscape phones, >=480px and <= 767 and landscape) mobile-l */

@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
/*
==============================================
Carousel Section
==============================================
*/


}

/* IE only */
@media screen\0 { }
