/*
 #######                                                                   
    #    ######  ####  ##### # #    #  ####  #    # #   ##   #       ####  
    #    #      #        #   # ##  ## #    # ##   # #  #  #  #      #      
    #    #####   ####    #   # # ## # #    # # #  # # #    # #       ####  
    #    #           #   #   # #    # #    # #  # # # ###### #           # 
    #    #      #    #   #   # #    # #    # #   ## # #    # #      #    # 
    #    ######  ####    #   # #    #  ####  #    # # #    # ######  ####  
                                                                           
*/

.testimonial-container{
	width:auto;
	max-width:1170px;
	height:auto;
	margin:0px auto;
}

section#testimonials{
	position:static;
	background:url(../images/testimonial-bg.jpg) repeat;
	padding:10px 0px;
	margin-top:30px;
}

.testimonial-container{
	margin:0px auto !important;
	background:url(../images/testimonial-quote-right.png) right bottom no-repeat, url(../images/testimonial-quote-left.png) left top no-repeat;
}
.cbp-qtrotator {
	position: relative;
	margin: 0px auto 0px auto;
	/*max-width: 800px;*/
	width: 100%;
	min-height:125px;
}

.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	min-height:100px;
	padding:10px 0px;
	top: 0;
	z-index: 0;
	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:transparent;
	height:1px;
	width: 0%;
	padding-bottom:1px;
	bottom: 0;
	z-index: 1000;
}

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

.cbp-qtrotator blockquote p {
	font-size:18px;
	color: #333333;
	font-family:'roboto';
	font-style:italic;
	font-weight:normal;
	margin: 0.4em 0 1em;
	text-align:center;
	margin-top:20px;
}
.cbp-qtrotator blockquote p span{
	color:#051a2f;
	font-style:normal;
	font-weight:bold;
}


.cbp-qtrotator blockquote footer:before {
	content: '― ';
}

.cbp-qtrotator .cbp-qtcontent img {
	float: right;
	margin-left: 3em;
}

blockquote{border-left:none;}

/* Example for media query */
@media screen and (max-width: 30.6em) { 

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

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

}

