.cbp-qtrotator {
	position: relative;
	margin: 0px 0px 30px;
	max-width: 940px;
	width: 100%;
	min-height: 279px;
}

.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	min-height: 239px;
	padding: 20px 0px;
	top: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
}

.no-js .cbp-qtrotator .cbp-qtcontent {
	border-bottom: none;
}

.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
	position: relative; 
	z-index: 100;
	pointer-events: auto;
	opacity: 1;
}

.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
	content: " ";
	display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
	clear: both;
}

.cbp-qtprogress {
	position: absolute;
	background: #47a3da;
	height: 1px;
	width: 0%;
	bottom: 0;
	z-index: 5;
}

.cbp-qtrotator blockquote {
	margin: 0;
	padding: 0;
}

.cbp-qtrotator blockquote h3 {
	font-size: 47px;
	color: #fff;
	font-weight: 700;
	margin: 10px 0px 20px;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	width: 50%;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	line-height: 30px;
}

.cbp-qtrotator blockquote p {
	width: 50%;
	margin: 0px 0px 20px;
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	height: 110px;
	overflow: hidden;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-weight: normal;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.cbp-qtrotator blockquote .slide-link {
	border-radius: 15px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	padding: 6px 35px;
	font-size: 17px;
	font-family: 'Open Sans Condensed', sans-serif;
	line-height: 30px;
	width: 50%;
	text-align: center;
	background:#174680; 
	background-image   :-moz-linear-gradient(top, rgba(255, 255, 255, .1), rgba(0, 0, 0, .1)); 
	background-image   :-webkit-linear-gradient(top, rgba(255, 255, 255, .1), rgba(0, 0, 0, .1)); 
	background-image   :-o-linear-gradient(top, rgba(255, 255, 255, .1), rgba(0, 0, 0, .1)); 
	background-image   :-ms-linear-gradient(top, rgba(255, 255, 255, .1), rgba(0, 0, 0, .1)); 
	filter             :progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF'); 
}

.cbp-qtrotator blockquote .slide-link:hover {
	background-image   :-moz-linear-gradient(center top , rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1)); 
	background-image   :-webkit-linear-gradient(center top , rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1)); 
	background-image   :-o-linear-gradient(center top , rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1)); 
	background-image   :-ms-linear-gradient(center top , rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1)); 
	filter             :progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF'); 
}

.cbp-qtrotator .cbp-qtcontent img {
	right:0;
	width:470px;
	height:353px;
	top:-25px;
	position:absolute;
	z-index:10;
}


@media screen and (max-width: 30.6em) { 

	.cbp-qtrotator {
		font-size: 70%;
	}

	.cbp-qtrotator img {
		width: 80px;
	}

}


