@charset "UTF-8";

/* CSS Document */


/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* QUOTE MAIN BLOCKS */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/

.ftq_quotes_content_wrapper {
	float: left;
	width: 100%;
}

.ftq_quote_wrapper {
	margin: 0px auto 40px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	float: left;
	width: 100%;
}

.ftq_quote_upper {
	margin: 0px auto 0px auto;
	padding: 0px 34px 0px 34px;
	float: left;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

.ftq_quote_lower {
	margin: 16px auto 0px auto;
	padding: 0px 34px 0px 34px;
	float: left;
	width: 100%;
	box-sizing: border-box;
}


.ftq_quote_content {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	box-sizing: border-box;
	width: 100%;
}

 @media only screen and (min-width : 1px) and (max-width :600px) {

.ftq_quote_wrapper {
	margin: 0px 0% 50px 0%;
	width: 100%;
}

.ftq_quote_upper {
	padding: 0px 25px 0px 25px;
}

.ftq_quote_lower {
	margin: 15px auto 0px auto;
	padding: 0px 25px 0px 25px;
}
}


.ftq_quote_wrapper:last-of-type{
	margin: 0px auto 0px auto;
}




/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* QUOTATION MARKS */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/



.ftq_quote_66 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	left: 0;
	top: 0px;
	width: 26px;
	height: 19px;
	background-image: url('img/quote_66_e0771e.png');
	background-repeat: no-repeat;
	background-size: 26px 19px;
	background-position: 0px 0px;
}

.ftq_quote_99 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	right: 0;
	bottom: 0px;
	width: 26px;
	height: 19px;
	background-image: url('img/quote_99_e0771e.png');
	background-repeat: no-repeat;
	background-size: 26px 19px;
	background-position: 0px 0px;
}

 @media only screen and (min-width : 1px) and (max-width :600px) {

.ftq_quote_66 {
	left: 0;
	top: 0px;
	width: 20px;
	height: 15px;
	background-size: 20px 15px;
}

.ftq_quote_99 {
	position: absolute;
	right: 0;
	bottom: 0px;
	width: 20px;
	height: 15px;
	background-size: 20px 15px;
}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* TEXT - RIGHT */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/

.ftq_quote_1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'Playfair Display', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 26px;
	color: #222222;
	text-decoration: none;
	text-align: left;
	letter-spacing: -0.3px;
}

.ftq_quote_2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: avn500, "Avenir LT Std", "Avenir LT Std 55 Roman", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 15px;
	line-height: 15px;
	color: #222222;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.ftq_quote_3 {
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: avn500, "Avenir LT Std", "Avenir LT Std 55 Roman", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 12px;
	line-height: 13px;
	color: #222222;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
}

 @media only screen and (min-width : 1px) and (max-width :600px) {

.ftq_quote_1 {
	font-size: 16px;
	line-height: 23px;
	letter-spacing: -0.3px;
}

.ftq_quote_2 {
	font-size: 14px;
	line-height: 15px;
	letter-spacing: 0.5px;
}

.ftq_quote_3 {
	margin: 2px 0px 0px 0px;
	font-size: 11px;
	line-height: 12px;
	letter-spacing: 0.5px;
}
}

