/*
 Theme Name:     Avada Child
 Description:    Avada Child Theme
 Author:         Jordan Crown
 Author URI:     http://jordancrown.com
 Template:       Avada
 Version:        1.0.0
*/

@import url('../Avada/style.css');



/*	Theme customization starts here
-------------------------------------------------------------- */

#header{
	background: url(images/header_bg.png);
}

#header .avada-row {
	position: relative;
}
body {
	min-width: 960px;
}
#header .avada-row, #main .avada-row, .footer-area .avada-row, #footer .avada-row { width:940px; }

#header .logo{
	z-index: 10;
	left: 50%;
}


.page-title h1 {
	float: left;
}


body.home #main {
	padding-bottom: 50px;
}

.footer-area ul li a {
	padding: 4px 0;
	background: none;
	border-bottom: none;
}
.footer-area ul.social-networks li a {
	padding: 0;
}

.button.aqua {
	color: #ffffff !important;
	background-image: linear-gradient(top, #0ca1af 0%, #0b95a3 100%);
	background-image: -o-linear-gradient(top, #0ca1af 0%, #0b95a3 100%);
	background-image: -moz-linear-gradient(top, #0ca1af 0%, #0b95a3 100%);
	background-image: -webkit-linear-gradient(top, #0ca1af 0%, #0b95a3 100%);
	background-image: -ms-linear-gradient(top, #0ca1af 0%, #0b95a3 100%);

	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #0ca1af),
		color-stop(1, #0b95a3)
	);
	border:1px solid #0b95a3;
	text-shadow: none;
}
.button.aqua:hover {
	color: #ffffff !important;
	background-image: linear-gradient(top, #0b95a3 0%, #0ca1af 100%);
	background-image: -o-linear-gradient(top, #0b95a3 0%, #0ca1af 100%);
	background-image: -moz-linear-gradient(top, #0b95a3 0%, #0ca1af 100%);
	background-image: -webkit-linear-gradient(top, #0b95a3 0%, #0ca1af 100%);
	background-image: -ms-linear-gradient(top, #0b95a3 0%, #0ca1af 100%);

	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #0b95a3),
		color-stop(1, #0ca1af)
	);
	border:1px solid #0b95a3;
}

/* Friends List */
ul.friends-list {
	list-style: none;
	padding: 0;
}
ul.friends-list li {
	float: left;
	display: block;
	margin: 0 15px 30px;
	text-align: center;
}
ul.friends-list li a {
	display: block;
	width: 193px;
	height: 116px;
	line-height: 116px;
}
ul.friends-list li img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

/* Teaser Text Style */
.teaser {
	font-size: 15px;
	color: #2a2a2a;
	line-height: 22px;
	margin-bottom: 20px;
}

/* Download Links */
ul.download-links {
	list-style: none;
	padding: 0;
	margin-top: 0;
}
ul.download-links li {
	margin: 0 0 16px;
}
ul.download-links li a {
	display: block;
	background: #F2EFEF;
	border-left: 3px solid #0CA1AF;
	padding: 10px;
}
ul.download-links li a:hover {
	color: #333 !important;
	background: #f7f6f6;
}
ul.download-links li a img {
	display: block;
	float: left;
	margin-right: 10px;
}
ul.download-links li a .download-title {
	display: block;
	font: 18px/20px 'MuseoSlab500Regular', arial, helvetica, sans-serif;
	color: #000;
}
ul.download-links li a .download-description {
	margin-top: 2px;
	display: block;
}

/* Benchmark Email */
#newsletter-registration,
#mc_embed_signup {
	padding-left: 110px;
	position: relative;
	overflow: visible;
	margin-bottom: 50px;
}
#mc_embed_signup {
	margin-top: 20px;
	margin-bottom: 40px;
	padding-left: 100px;
}
#newsletter-registration .form-graphic,
#mc_embed_signup .form-graphic {
	position: absolute;
	width: 200px;
	height: 182px;
	background: url(images/logo-ellipse-lg.png) left top no-repeat;
	background-size: 200px;
	left: -80px;
	top: -35px;
}
#mc_embed_signup .form-graphic {
	width: 200px;
	height: 180px;
	background: url(images/guide-promo.png) left top no-repeat;
	background-size: auto;
	left: -90px;
	top: -17px;
}
#mc_embed_signup form {
	position: relative;
	z-index: 1;
}
.benchmark-email-lite form ul {
	padding: 0;
}
.benchmark-email-lite form ul li,
#mc_embed_signup .mc-field-group {
	float: left;
	position: relative;
}
.benchmark-email-lite form ul li label,
#mc_embed_signup .mc-field-group label {
	position: absolute;
	left: 10px;
	top: 9px;
	font-style: italic;
	color: #aaa;
}
.benchmark-email-lite form input[type=text],
#mc_embed_signup input[type=text],
#mc_embed_signup input[type=email] {
	border: 1px solid #D2D2D2;
	font-size: 13px;
	color: #747474;
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
	padding: 8px 10px;
	display: block;
	width: 140px;
	margin-right: 4px;
}
#mc_embed_signup input[type=text],
#mc_embed_signup input[type=email] {
	width: 200px;
}
.benchmark-email-lite form input[type=submit],
#mc_embed_signup input[type=submit] {
	color: #ffffff !important;
	background-image: linear-gradient(top, #0ca1af 0%, #0b95a3 100%);
	background-image: -o-linear-gradient(top, #0ca1af 0%, #0b95a3 100%);
	background-image: -moz-linear-gradient(top, #0ca1af 0%, #0b95a3 100%);
	background-image: -webkit-linear-gradient(top, #0ca1af 0%, #0b95a3 100%);
	background-image: -ms-linear-gradient(top, #0ca1af 0%, #0b95a3 100%);

	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #0ca1af),
		color-stop(1, #0b95a3)
	);
	border:1px solid #0b95a3;
	text-shadow: none;
	font-weight: bold;
	height:32px;
	font-size: 13px;
	line-height: 32px;
	text-transform:uppercase;
	text-align:center;
	padding:0 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	font-family: 'PT Sans', Arial, Helvetica, sans-serif !important;
	cursor: pointer;
	margin: 2px 0 0;
}
.benchmark-email-lite form input[type=submit]:hover,
#mc_embed_signup input[type=submit]:hover {
	color: #ffffff !important;
	background-image: linear-gradient(top, #0b95a3 0%, #0ca1af 100%);
	background-image: -o-linear-gradient(top, #0b95a3 0%, #0ca1af 100%);
	background-image: -moz-linear-gradient(top, #0b95a3 0%, #0ca1af 100%);
	background-image: -webkit-linear-gradient(top, #0b95a3 0%, #0ca1af 100%);
	background-image: -ms-linear-gradient(top, #0b95a3 0%, #0ca1af 100%);

	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #0b95a3),
		color-stop(1, #0ca1af)
	);
	border:1px solid #0b95a3;
}
.widget > #mc_embed_signup {
	padding: 12px;
	margin: 0;
}
.widget > #mc_embed_signup h2 {
	margin-bottom: 10px;
}
.widget > #mc_embed_signup .mc-field-group {
	float: none;
	margin: 6px 0;
}
.widget > #mc_embed_signup .mc-field-group label {
	position: static
}
.widget > #mc_embed_signup input[type=text],
.widget > #mc_embed_signup input[type=email] {
	box-sizing: border-box;
	width: 100%;
	display: block;
}

#tdHeader223738,
#tblRequiredField223738 {
	display: none;
}
#tdIntro223738 {
	margin: 0 0 7px;
	font: 18px/20px 'MuseoSlab500Regular', arial, helvetica, sans-serif;
	color: #333;
	text-align: left;
}
#tblFormData223738 {
	text-align: left;
}
#tblFieldData223738 .bmform_frmtext223738 {
	display: block;
	position: relative;
	top: 9px;
	left: 9px;
	height: 0px;
	overflow: visible;
	font-style: italic;
	color: #aaa;
	line-height: 1.2;
}
#tblFieldData223738 .bmform_frmtext223738 span {
	display: none;
}
#tblFieldData223738 input {
	border: 1px solid #D2D2D2;
	font-size: 13px;
	color: #747474;
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
	padding: 8px 10px;
	display: block;
	width: 140px;
	margin-right: 4px;
	float: left;
}
#tblFormData223738 #btnSubmit {
	color: #ffffff !important;
	background-color: #0b95a3;
	background-image: linear-gradient(top, #0ca1af 0%, #0b95a3 100%);
	background-image: -o-linear-gradient(top, #0ca1af 0%, #0b95a3 100%);
	background-image: -moz-linear-gradient(top, #0ca1af 0%, #0b95a3 100%);
	background-image: -webkit-linear-gradient(top, #0ca1af 0%, #0b95a3 100%);
	background-image: -ms-linear-gradient(top, #0ca1af 0%, #0b95a3 100%);

	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #0ca1af),
		color-stop(1, #0b95a3)
	);
	border:1px solid #0b95a3;
	text-shadow: none;
	font-weight: bold;
	height:32px;
	font-size: 13px;
	line-height: 32px;
	text-transform:uppercase;
	text-align:center;
	padding:0 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	font-family: 'PT Sans', Arial, Helvetica, sans-serif !important;
	cursor: pointer;
	margin: 2px 0 0;
}
#tblFormData223738 #btnSubmit:hover {
	color: #ffffff !important;
	background-color: #0ca1af;
	background-image: linear-gradient(top, #0b95a3 0%, #0ca1af 100%);
	background-image: -o-linear-gradient(top, #0b95a3 0%, #0ca1af 100%);
	background-image: -moz-linear-gradient(top, #0b95a3 0%, #0ca1af 100%);
	background-image: -webkit-linear-gradient(top, #0b95a3 0%, #0ca1af 100%);
	background-image: -ms-linear-gradient(top, #0b95a3 0%, #0ca1af 100%);

	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #0b95a3),
		color-stop(1, #0ca1af)
	);
	border:1px solid #0b95a3;
}

/* Calendar */
.fc-events-holder .fc-event-list-holder .fc-event-list-item {
	min-height: 0 !important;
}
.fc-event-list-holder .fc-event-list-content {
	width: auto !important;
}
.fc-event-list-content .fc-event-list-title {
	font-size: 18px !important;
}
.fc-event-list-content .fc-event-list-subtitle {
	font-size: 13px !important;
}
.fc-event-list-content h4 {
	margin: 0 0 0.4em !important;
}
.fc-event-list-content h5 {
	margin: 0 0;
}
.fc-event-list-content .fc-event-list-description {
	margin-top: 10px;
}
.fc-event-list-content label {
	font-weight: bold;
	margin-right: 5px;
	font-size: 14px;
}
.fc-event-list-content label:after {
	content: ':';
}

/* Contact Form 7 */
.wpcf7 .field-wrap {
	margin: 0 0 1em;
}
.wpcf7 .label-wrap label {
	font-weight: bold;
}
.wpcf7 .input-wrap .wpcf7-form-control-wrap {
	display: block;
}
.wpcf7 .input-wrap .wpcf7-form-control-wrap.first-name,
.wpcf7 .input-wrap .wpcf7-form-control-wrap.last-name {
	width: 49%;
	*width: 45%;
	float: left;
}
.wpcf7 .input-wrap .wpcf7-form-control-wrap.last-name {
	float: right;
}
.wpcf7 .input-wrap .wpcf7-form-control-wrap.street-address {
	margin-bottom: 0.4em;
}
.wpcf7 .input-wrap .wpcf7-form-control-wrap.city {
	width: 50%;
	*width: 46%;
	float: left;
	margin-right: 6px;
}
.wpcf7 .input-wrap .wpcf7-form-control-wrap.state {
	float: left;
}
.wpcf7 .input-wrap .wpcf7-form-control-wrap.state select {
	float: left;
	margin-right: 6px;
}
.wpcf7 .input-wrap .wpcf7-form-control-wrap.zip {
	width: 160px;
	float: left;
	margin-left: 6px;
}
.wpcf7 .input-wrap .wpcf7-list-item {
	display: block;
	margin: 0.4em 0 0.4em 10px;
}
.wpcf7 .input-wrap input[type=text],
.wpcf7 .input-wrap textarea {
	border: 1px solid #d2d2d2;
	font-size: 13px;
	color: #747474;
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
	padding: 8px 10px;
	margin: 0;
	display: block;
	width: 100%;
	box-sizing: border-box; /* css3 rec */
	-moz-box-sizing: border-box; /* ff2 */
	-ms-box-sizing: border-box; /* ie8 */
	-webkit-box-sizing: border-box; /* safari3 */
	-khtml-box-sizing: border-box; /* konqueror */
	*width: 90%;
}
.wpcf7 .input-wrap.address-wrap br {
	display: none;
}
.wpcf7 .input-wrap.address-wrap p {
	display: inline;
}
.wpcf7 input[type=submit] {
	color: #ffffff !important;
	background-image: linear-gradient(top, #0ca1af 0%, #0b95a3 100%);
	background-image: -o-linear-gradient(top, #0ca1af 0%, #0b95a3 100%);
	background-image: -moz-linear-gradient(top, #0ca1af 0%, #0b95a3 100%);
	background-image: -webkit-linear-gradient(top, #0ca1af 0%, #0b95a3 100%);
	background-image: -ms-linear-gradient(top, #0ca1af 0%, #0b95a3 100%);

	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #0ca1af),
		color-stop(1, #0b95a3)
	);
	border:1px solid #0b95a3;
	text-shadow: none;
	font-weight: bold;
	height:32px;
	font-size: 13px;
	line-height: 32px;
	text-transform:uppercase;
	text-align:center;
	padding:0 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	font-family: 'PT Sans', Arial, Helvetica, sans-serif !important;
	cursor: pointer;
	margin: 0;
}
.wpcf7 input[type=submit]:hover {
 	color: #ffffff !important;
	background-image: linear-gradient(top, #0b95a3 0%, #0ca1af 100%);
	background-image: -o-linear-gradient(top, #0b95a3 0%, #0ca1af 100%);
	background-image: -moz-linear-gradient(top, #0b95a3 0%, #0ca1af 100%);
	background-image: -webkit-linear-gradient(top, #0b95a3 0%, #0ca1af 100%);
	background-image: -ms-linear-gradient(top, #0b95a3 0%, #0ca1af 100%);

	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #0b95a3),
		color-stop(1, #0ca1af)
	);
	border:1px solid #0b95a3;
}
.wpcf7 span.wpcf7-not-valid-tip {
	width: auto;
	white-space: nowrap;
	top: 0px;
	left: auto;
	right: 0;
	padding: 3px 6px;
	border: 1px solid #ad0000;
	background: #ea4646;
	color: #fff;
	-moz-border-radius: 0 0 0 4px;
    -webkit-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.wpcf7 .wpcf7-response-output,
.wpcf7 .form-message {
	margin: 2em 0 1em;
	padding: 6px 14px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.wpcf7 .form-message {
	margin: 0 0 1em;
	background: #ffefa2;
	border: 1px solid #ecc200;
}
.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-mail-sent-ng,
.wpcf7 .wpcf7-spam-blocked {
	background: #ffefa2;
	border: 1px solid #ecc200;
}
.wpcf7 .wpcf7-mail-sent-ok {
	background: #7ad73d;
	border: 1px solid #4da513;
	color: #fff;
}
.wpcf7 .wpcf7-mail-sent-ok a {
	color: #fff;
	text-decoration: underline;
}

/* Calendar */
.fullCalendar .fc-header {
	display: none;
}
.fc-event-list-item {
	background: #F2EFEF;
	border-left: 3px solid #0CA1AF;
	margin-bottom: 16px !important;
}
.fc-event-list-item h4 {
	margin: 0 0 0.4em;
}
.fc-event-list-item .fc-event-list-content h5.full-width {
	width: 100%;
}

.hover-fade img {
	opacity: 1;
	filter: alpha(opacity = 100);
	-webkit-transition:opacity 0.15s;
	-moz-transition:opacity 0.15s;
	transition:opacity 0.15s;
}
.hover-fade:hover img {
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

/* Clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}
* html .clearfix { zoom: 1; }
*:first-child+html .clearfix { zoom: 1; }


nav#nav{
	font:17px/20px 'MuseoSlab500Regular', arial, helvetica, sans-serif;
	padding-left: 78px;
	float: left;
}
nav#nav > ul > li > a {
	font-size: 17px;
}
nav#nav ul{
	list-style:none;
	margin:0;
	padding:0;
}
nav#nav > ul {
	text-align: center;
}
nav#nav > ul > li {
	display: inline-block;
	*display: inline;
        padding: 0;
	zoom: 1;
	margin: 0 20px;
}
nav#nav > ul > li.menu-item-306 {
	margin-right: 200px;
}
#wrapper nav#nav ul a{
	display:block;
	height:90px;
	line-height:90px;
	padding: 3px 0;
	color: #fff !important;
	text-decoration:none;
        border-top: 0;
}
#wrapper nav#nav ul a:hover{
	color:#343e48 !important;
}
#wrapper nav#nav ul#nav > .current_page_item > a, #wrapper #nav ul#nav > .current-menu-item > a, #wrapper #nav ul#nav > .current-menu-parent > a{
	color:#343e48 !important;
	border-top: 3px solid #343e48 !important;
	padding-top: 0;
}
nav#nav ul li{
	position:relative;
}
nav#nav ul ul{
	display:none;
	position:absolute;top:86px;left:0;
	width:170px;
	background:#edebeb;
	z-index:100000;
	border-top:3px solid #a0ce4e;
	text-align: left;
}
nav#nav ul li:hover ul{
	display:block;
}
nav#nav ul li ul li{
	display:block;
	float:none;
	margin:0;
}
#wrapper nav#nav ul li ul li a{
	background:url(images/subnav_sep.jpg) repeat-x bottom left;
	border:0;
	height:auto;
	font:13px/20px 'PTSansRegular', Arial, Helvetica, sans-serif;
	color:#333333 !important;
}
#wrapper nav#nav ul li ul li a:hover,#wrapper #nav ul li ul li.current-menu-item a{
	background-color:rgba(255,255,255,0.5);
}
nav#nav ul ul ul{
	display:none !important;
}
nav#nav ul ul li:hover ul{
	display:block !important;
	top:-3px;left:170px;
}
nav#nav select{
	max-width:100%;
	display:none;
}
#header .row {
	position: relative;
}
#header .logo{
	position: absolute;
	overflow:hidden;
	margin:12px 0 0 -60px;
	z-index: 10;
	left: 50%;

}
#header .logo a{
	height:100%;
	display:block;
}

.share-box h4 {
	width: auto;
}



/* Video Module */

#featured-video {
	background-color: #f3f3f3;
}
#featured-video .avada-row {
	padding-top: 30px;
	padding-bottom: 30px;
}
#fv-video {
	float: left;
	width: 67%;
}
#fv-video iframe {
	display: block;
	width: 100%;
	height: 354px;
}
#fv-details {
	float: right;
	width: 33%;
	padding-left: 30px;
	line-height: 1.5;
	font-family: "PT Sans", Arial, Helvetica, sans-serif !important;
	box-sizing: border-box;
}
#fv-details h2 {
	font-size: 26px;
	line-height: 1.3;
	margin-top: 0;
}

#popular-videos {

}
#pop-video-heading h3 {
	float: left;
	margin: 0 0 20px;
}
#pop-video-heading form.search {
	float: right;
	margin-top: -8px;
}
#pop-video-wrapper {
	clear: both;
	margin: 0 -6px;
}
#pop-video-wrapper .pop-video {
	width: 20%;
	padding: 6px;
	box-sizing: border-box;
	float: left;
}

#video-categories {
	clear: both;
	margin: 40px -6px;
}
.taxonomy-video_category #video-categories {
	margin: 0;
}
#video-cat-heading h3 {
	margin: 0 6px 20px;
}
.taxonomy-video_category #video-categories h3 {
	float: left;
	margin: 0 0 20px;
}
#video-cat-heading form.search {
	float: right;
	margin-top: -8px;
}
#video-cat-heading #filter {
	float: right;
	margin: -3px 20px 0 0;
}
#video-categories .vc-row {
	margin: 0 -6px;
	clear: both;
}
#video-categories .video-single,
#video-categories .video-term {
	width: 20%;
	padding: 6px;
	box-sizing: border-box;
	float: left;
}
#video-categories .video-term {
	display: table;
}
#video-categories .video-term.left {
	clear: left;
}
#video-categories .video-term {
	width: 20%;
	height: 100px;
	padding: 6px;
	box-sizing: border-box;
	float: left;
	display: table;
}
#video-categories .video-term p {
	background-color: #3e3e3e;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
}
#video-categories .pagination {
	clear: both;
	margin-top: 20px;
	font-size: 13px;
}
#video-categories .pagination .vc-page-link {
	font-weight: bold;
	margin-left: 4px;
}
#video-categories .pagination .vc-page-link.active {
	font-weight: normal;
}

body.search-results #content .post.video .img-wrapper,
body.search-no-results #content .post.video .img-wrapper {
	float: left;
	width: 150px;
	margin-bottom: 14px;
}
body.search-results #content .post.video .entry-title,
body.search-results #content .post.video .post-content,
body.search-no-results #content .post.video .entry-title,
body.search-no-results #content .post.video .post-content {
	margin-left: 170px;
}
#sidebar {
	width:25%;
}
.flexslider .slides li {
  display: block;
  -webkit-backface-visibility: normal;
}