/*
Theme Name: Well Sorted
Theme URI: 
Description: A simple responsive theme based on the Bootstrap framework.
Version: 2.3.1
Author: Oskyweb
Author URI: http://oskyweb.com
*/

/* micro clearfix: http://nicolasgallagher.com/micro-clearfix-hack/ */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/* wp-specific classes */
.wp-caption{
	
}

.wp-caption-text{
	
}

.sticky{
	
}

.gallery-caption{
	
}

/* layout */

body{
	padding-top: 0;
}

/* Admin Top Navigation fixes */

body.admin-bar .navbar-fixed-top{ 
	top: 28px; 
}

.navbar .brand{
	color: #000;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.125);
	font-weight: bold !important;
	margin-top:20px;
}

.nav-container{
	padding-left: 0;
	padding-right: 0;
}

#inner-header{
	width: 100%;
}

input, textarea, select, .uneditable-input {
	margin-bottom: 0;
}

.navbar-form, .navbar-search {
	margin: 0 0 9px;
}

.navbar-search{
	padding-left: 0;
}

#s{
	width: 100px;
}

#content{
	padding: 10px 0 0;
}

.more-link{
	white-space: nowrap;
}

.footer-links{
	float: right;
	margin-bottom: 18px;
}

.footer-links .menu{
	list-style-type: none;
	margin-left: 0;
}

.footer-links .menu li{
	float: left;
	margin-left: 10px;
}

/* post styling */

#main p.meta{ color:#7b7b7b; font-size:10px;}
.meta a{color:#7b7b7b;}
.meta time{color:#b5b5b5; font-style:italic;}

#main article{
	margin-bottom: 0;
	border-bottom: 1px solid #eeeeee;
	padding:0;
}

#main article footer{
	border-top: none;
	margin-top: 0;
	padding-top: 0;
	position: relative;
	min-height: 20px;
}

#main article footer a.edit-post{
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}

.post:hover a.edit-post{
	display: inline;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* =Aside post format
-------------------------------------------------------------- */
#main article.format-aside {
	padding: 0;
}

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
}
article.format-aside h1 a:hover {
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	border-left: 22px solid;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}
article.format-aside footer.aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	border-left: 22px solid;
}

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

article.format-link footer.entry-meta { 
	clear: both;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
}

article.format-quote .entry-content blockquote p:before {
	content: "\201C  ";
	font-size: 2rem;
}

article.format-quote .entry-content blockquote p:after {
	content: " \201D ";
	font-size: 2rem;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}

p.tags{
	line-height: 20px;
}

div[id*='attachment_']{
	max-width: 100%;
	height: 100%;
}

#credit320{
	background: url('images/320press_mini.png') no-repeat left top transparent;
	padding-left: 20px;
}

#main .hero-unit img{
	margin-bottom: 1em;
}

#main article img{
	height: auto;
	max-width: 100%;
}

img.alignleft{
	margin-right: 10px;
	float: left;
}

img.alignright{
	margin-left: 10px;
	float: right;
}

img.aligncenter{
	display: block;
	margin: 0 auto;
}

.post header img{
	margin-bottom: 18px;
}

.archive #main .post h3{
	line-height: 24px;
	margin-bottom: 10px;
}

video {
	max-width: 100%;
	height: auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-wrapper {
	width: 630px;
	max-width: 100%;
	margin-bottom: 18px;
}

/* page styling */

#featured-carousel .item{
	width: 970px;
	height: 600px;
}

.carousel-caption p{
	display: none;
}

.page-template-page-homepage-php #main article{
	border-bottom: none;
}

.page-template-page-homepage-php .hero-unit,
.blog .hero-unit{
	padding: 1em;
}

.hero-unit h1 {
	font-size: 3em;
}

/* comments */



#comments{
	line-height: 24px;
	margin-bottom: 18px;
}

ol.commentlist,
ol.commentlist ul.children{
	list-style-type: none;
	margin-left: 0;
}

.comment .vcard > div{
	margin-top: 8px;
	padding: 0 10px;
}

ol.commentlist time{
	font-size: .8em;
	color: #eeeeee;
}

ol.commentlist div.comment-author{
	position: relative;
}

ol.commentlist a.comment-edit-link{
	color: #ffffff;
	text-decoration: none;
	padding-left: 5px;
}

ol.commentlist span.edit-comment{
	position: absolute;
	right: 0;
	top: 8px;
}

ol.commentlist li.bypostauthor{
	background-color: #dddddd;
}

ol.commentlist ul.children li{
	background-color: #cccccc;
}

ol.commentlist ul.children li ul.children li{
	background-color: #bbbbbb;
}

ol.commentlist ul.children li ul.children li ul.children li{
	background-color: #aaaaaa;
}

ol.commentlist article{
	border-bottom: none !important;
}

a.comment-reply-link{
	position: absolute;
	right: 0;
	bottom: 0;
}

#comment-nav ul{
	list-style-type: none;
	margin: 0;
}

#comment-form-elements{
	list-style-type: none;
	margin: 0;
}

.comment .vcard .avatar{
	padding-right: 0;
}

.comment .vcard .comment-text{
	margin-left: 0;
}

img.avatar{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-left: 1px solid #ddd;
	
}

ol.commentlist li{
	padding-right: 10px;
	background-color: #F0F0F0;
}

#pings{
	margin-bottom: 9px;
}

ol.pinglist{
	list-style-type: none;
	margin: 0 0 9px 0;
}

#comment{
	width: 270px;
}

ol.commentlist #respond{
	padding: 5px 10px;
}

/* specific post-type styles */

/* image attachment */

.attachment #main .post_content img{
	max-width: 100%;
}

.ie8 #main .media-grid img{
	max-height: none !important;
	max-width: none !important;
}

.attachment-img{
	margin-bottom: 18px;
}

.metadata p.alert-message{
	margin-right: 0;
	margin-bottom: 18px;
}

#gallery-nav{
	list-style-type: none;
	margin-left: 0;
}

li.next a, li.previous a{
	position: relative;
}

li.next a:hover:before{
	position: absolute;
	display: block;
	top: 42%;
	left: 0;
	background-color: #BFBFBF;
	color: #444;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

li.previous a:hover:before{
	position: absolute;
	display: block;
	top: 42%;
	right: 0;
	background-color: #BFBFBF;
	color: #444;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}


/* widget styles */

.widget{
	margin-bottom: 18px;
}

.widgettitle{
	margin-bottom: 9px;
	font-family:Arial, sans-serif;
}

#tag-cloud{
	margin-bottom: 18px;
	line-height: 160%;
}

/* for some reason the bs version currently available for download doesn't have this style */
.label{
	text-transform: uppercase;
}

/* override standard link hover for the tag cloud widget */
#tag-cloud a:hover,
.tags a:hover{
	color: #ffffff;
	text-decoration: none;
}

#tag-cloud a{
	white-space: pre;
	text-transform: uppercase;
}

/* change default form padding for search */

.widget_search form{
	padding-left: 0;
}

.widget_search input{
	width: 121px;
}

/* calendar widget */

#calendar_wrap{
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}

#wp-calendar{
	width: 100%;
	
}

#wp-calendar caption{
	font-weight: bold;
	padding: 8px;
}

#wp-calendar tr{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#wp-calendar tr:last-child{
	border-bottom: none;
}

#wp-calendar td{
	text-align: center;
	padding: 8px 0;
}

blockquote.pull-left{
	padding-right: 15px;
}

@media only screen and (min-width: 768px) {
	.carousel-caption p{
		display: block;
	}
}

@media only screen and (min-width: 980px) {
	body{
		padding-top: 60px;
	}
	
	.container-fluid{
		max-width:960px;
		margin: 0 auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#inner-footer{
		padding: 0;
	}
	
	#content{
		padding-left: 0;
		padding-right: 0;
		padding-top:40px !important;
	}
	
	.topbar-inner{
		padding: 0;
	}
	
	.topbar form.pull-right {
		float: right;
	}
	
	.navbar-form, .navbar-search {
		margin-top: 6px;
		margin-bottom: 0;
	}
	
	.navbar-search{
		padding-left: 0;
	}
	
	.sidebar{
		margin-top: 0 !important;
	}
	
	.widget_search input{
		width: 230px;
	}
	
	.blog .hero-unit{
		margin-top: 10px;
	}
	
	.page-template-page-homepage-php .hero-unit,
	.blog .hero-unit{
		padding: 60px;
	}
	
	.hero-unit h1 {
		font-size: 60px;
	}
	
	/* hide edit comment button and show on hover on desktop version */
	.edit-comment{
		display: none;
	}
	
	.vcard:hover .edit-comment{
		display: inline-block;
	}
	
	#s{
		width: 210px;
		margin-bottom: 6px;
	}
	
	.widget_search input{
		width: 209px;
	}
	
	.comment .vcard .comment-text{
		padding-left: 0;
		padding-right: 0;
	}
}

/* CSS STYLE EDITING  START */

/*
@font-face {
    font-family: 'TradeGothicBold';
    src: url('trade-gothic-bold-1361519978.eot');
    src: url('trade-gothic-bold-1361519978.eot') format('embedded-opentype'),
         url('trade-gothic-bold-1361519978.woff') format('woff'),
         url('trade-gothic-bold-1361519978.ttf') format('truetype'),
         url('trade-gothic-bold-1361519978.svg#TradeGothicBold') format('svg');
		 font-weight: normal;
         font-style: normal; 
		 
}
*/

@font-face {
    font-family: 'tradegothicroman';
    src: url('fonts/tradegothic-webfont.eot');
    src: url('fonts/tradegothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tradegothic-webfont.woff') format('woff'),
         url('fonts/tradegothic-webfont.ttf') format('truetype'),
         url('fonts/tradegothic-webfont.svg#tradegothicroman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tradegothicbold';
    src: url('fonts/tradegothicltstd-bold-webfont.eot');
    src: url('fonts/tradegothicltstd-bold-webfont?#iefix') format('embedded-opentype'),
         url('fonts/tradegothicltstd-bold-webfont.woff') format('woff'),
         url('fonts/tradegothicltstd-bold-webfont.ttf') format('truetype'),
         url('fonts/tradegothicltstd-bold-webfont.svg#tradegothicbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tradegothicltstd-light';
    src: url('fonts/tradegothicltstd-light-webfont.eot');
    src: url('fonts/tradegothicltstd-light-webfont?#iefix') format('embedded-opentype'),
         url('fonts/tradegothicltstd-light-webfont.woff') format('woff'),
         url('fonts/tradegothicltstd-light-webfont.ttf') format('truetype'),
         url('fonts/tradegothicltstd-light-webfont#tradegothicltstd-light') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{font-family:arial; font-size:14px; color:#7b7b7b; line-height:180%;}
.navbar .nav-collapse a, .header-heading h1, #inner-footer .widgettitle, .inner_content h3, .before_after a, .next_comparison a, #contact_link > a, .wpcf7-submit, .wpcf7-form p span input, .wpcf7-form p span textarea, .hm-title, #searchform #s, .before span, .three_4inner h1, .slide-content h1, .slide-content h2, .slide-content h3, .slide-content h4 {font-family: arial, sans-serif;}
.slide-content h1 {font-size:22px;line-height:120%;font-family: 'Open Sans Condensed', sans-serif;}
.header-heading .textwidget {/* font-family: 'tradegothicltstd-light'; */}
img,a, a:visited, a:focus { border:none; outline:none!important;} 
a{ color:#a9c75c;}
a:hover, a:focus{ color:#000;}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus { }
.navbar-inner{padding-bottom:23px; border-bottom:2px solid #f4f4f4;}
.navbar .nav > li { background:url(images/nav-sep.jpg) no-repeat right center; margin-left:-1px;}
.last-nav{background:none!important;}
.navbar .nav > li > a {padding:15px 13px 14px; color: #5f5f5f; text-transform:uppercase; text-decoration:none; font-weight:bold; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px;font-size:12px;}
.navbar .nav > li > a:hover, .navbar .nav li:hover > a{ background:#a9c75c; color:#FFF;}
.navbar .nav  .current-menu-item a { background:#a9c75c; color:#FFF;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius: 10px;-ms-border-radius: 10px;-o-border-radius: 10px; }
.dropdown-menu .current-menu-item a { border-radius:10px;-webkit-border-radius:10px;-moz-border-radius: 10px;-ms-border-radius: 10px;-o-border-radius: 10px;}
.dropdown-menu li  a{ font-family:arial!important;}
.dropdown-menu li  a:hover{ background:#5C7812!important; color:#FFFFFF!important;border-radius: 10px;}
.top-header{ margin-top:30px; margin-bottom:5px;}
.top-header .widget { margin-bottom:0; text-align:right;}

.header-heading{text-align:center; margin:40px 0;}
.header-heading h1{text-align:center; font-size:24px; text-transform:uppercase; font-weight:bold; color:#5f5f5f;	}
.header-heading .textwidget{color:#676767;  font-size:18px; }
.header-heading .textwidget span{color:#a9c75c; }

div.slider-nav span{width:45px!important; height:45px!important; bottom:0;}
div.slider-nav span.left{background:url(images/slide-arrowleft.jpg) no-repeat!important; left:0;}
div.slider-nav span.right{background:url(images/slide-arrowright.jpg) no-repeat!important; left:48px;}

.home .home-header h1 {color:#a9c75c; font-size:28px;font-family:Arial, sans-serif;}

.home-block{width:25%; float:left;}
.home-inner, .before_after{background:#f8f8f8; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; overflow:hidden; margin:0 4px; webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 0.3);
box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.3);}
.home-block span, .before_after span {display:block; }
.home-block span a, .before_after span a{display:block; color:#7b7b7b; font-size:16px; padding:15px 15px;}

.footer-con{background:#a9c75c; 
padding: -webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;} 
#inner-footer{padding:20px 0 0px 0; color:#333333;}
#inner-footer .widgettitle{margin-bottom:20px; font-size:14px; color:#333333; text-transform:uppercase; font-weight:bold;}
#inner-footer a, #inner-footer a:visited {color:#333333;}
 #inner-footer a:hover {text-decoration: underline;}
.sub-footer{background:#333333; color:#999999; font-size:11px; margin-top:20px; padding:25px 25px 35px; -webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;}
.sub-footer a{color:#999999!important;}
.sub-footer a:hover{color:#FFF!important;}

.footertes{margin:0 0 60px 0;}
.footertes .widgettitle{color:#A9C75C; font-size:20px;}
.footertes .image{margin-right:55px!important; overflow:hidden; width:100px; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; }
.footertes .testimonials-widget-testimonials blockquote{margin-bottom:10px; background:url(images/quote-icon.png) no-repeat 0 0; padding-left:30px;}
.footertes  .credit{text-align:left!important; font-weight:bold;}
.footertes .open-quote, .footertes  .close-quote{font-size:20px; line-height:10px; display:none;}

.bot-social{margin:30px 0 0 0;}
.bot-social li{float:left; margin:0 2px; list-style: none outside none;}
.bot-social li a{width:41px; height:41px; display:block; text-indent:-10000px;}
.icontw a{background:url(images/ic-tw.png) no-repeat;}
.iconfb a{background:url(images/ic-fb.png) no-repeat;}
.icongplus a{background:url(images/ic-gplus.png) no-repeat;}
.iconlinkedin a{background:url(images/ic-linkedin.png) no-repeat;}

/* inner pages */
#content #main { margin:0px;padding-bottom:40px;}
.page-header h1 { font-size:24px; color:#333333; font-weight:bold; font-family:Arial, sans-serif;text-transform:uppercase;}
#content .row { margin:0px;}
.inner_content ul, #content .main_nav { list-style:none; margin:0 0 15px;}
#post-4 ul  { margin-bottom:60px; }
#post-11 p { margin-bottom:20px;} 
.inner_content h1, #sidebar1 h4, .three_4inner h1 { font-weight:bold; /*border:1px solid #5f5f5f;*/ font-size:18px; color:#ffffff; background:#a9c75c; padding:15px; text-transform:uppercase;
 -webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; -moz-border-radius-topleft: 10px;-moz-border-radius-topright: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; margin:0px;text-align: center;}

 .three_4inner h1 {margin-bottom: -10px;}
/* 
.three_4inner .row {
	width:50%;
	float:left;
	position:relative;
	margin:0;
}
*/

.twelve_half_inner { background:#f8f8f8; border:1px solid #e5e5e5; padding:15px 15px 0; -webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;position: relative;}
body.page-id-52 .twelve_half_inner {/*min-height:300px;*/margin-bottom:20px;}
.twelve_half_inner ul li, .inner_content ul li, #content-nav li { background:url(images/arrow.png) no-repeat left 8px; padding:0 0 10px 17px;list-style: none;}  
#content-nav { margin:0px; list-style:none;}
.twelve_half_inner ul { /*min-height:200px;*/ padding:0px; margin:0px; list-style:none;}
.twelve_half_inner .read_more {
position: relative;
bottom: 0;
width: 87%;
margin:0 auto;
}
.read_more a, .contact_us a , .contact{ background:#333333; font-size:14px; font-weight:bold; color:#ffffff; text-transform:uppercase; text-align:center; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; padding:9px 12px; margin:22px auto; display: block; /*width:100%;*/}
.read_more a:hover, .contact_us a:hover, .contact:hover{ background:#a9c75c; color:#fff;}
.inner_content .span6 { min-height:150px;}
ul.nav li.dropdown:hover > ul.dropdown-menu { display: block;}
.twelve_half_inner .sub_nav { min-height:0px!important;}
.three_4inner ul li { background:none;}
/*.three_4inner .twelve_half_inner ul { min-height:230px;}
*/.twelve_half_inner ul h4 {  margin:0px 0 8px; color:#a9c75c; font-size:15px; font-weight:bold;}
/*
.three_4inner .twelve_half_inner ul li {background:url(images/bott-border.jpg) repeat-x bottom center; 
padding:10px 0;}
*/
.twelve_half_inner .sub_nav li, #content .main_nav li { background:url(images/arrow.png) no-repeat left 8px!important; padding:0 0 0 17px!important;} 
.inner_content h3, #content h3 { color:#a9c75c; font-size:16px; font-family:Arial, sans-serif; margin:20px 0 10px; font-weight:bold;}
.inner_content .row { margin-bottom:40px !important;}
.about_img img { float: right; margin: 0 0 0 30px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.linkedin { float: right;}
.linkedin span { float:left; padding:10px 0 0; font-size: 15px;}
.contact_us a { float:left;}
/*.twelve_half_inner ul li p { margin:0px;}*/
.dropdown-menu .current-menu-item a, .nav-collapse .current_page_parent > a, .nav-collapse .current-menu-item > a { background:#5c7812!important; color: #ffffff!important;border-radius: 10px;-webkit-border-radius: 10px;-ms-border-radius:10px;-moz-border-radius: 10px;-o-border-radius: 10px;}
.before_after img { max-width:100%; width:100%;}
.before_after a { font-size:14px !important; color:#333333 !important; text-align:center; text-transform:uppercase; font-weight:bold;}
.next_comparison a { float:right; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; background:#333333; text-align:center; padding:10px 14px; font-weight:bold; text-shadow: 1px 1px 0px #929292; margin:20px 0 10px; color:#fff;   font-size: 14px;}
.next_comparison a:hover, #contact_link > a:hover, .wpcf7-submit:hover { background:#a9c75c;} 

/* contact_link */ 
#contact_link > a, .wpcf7-submit {display: block;text-align: center; background:#333333;text-align:center; font-size:16px;font-weight:bold; padding:16px 10px;  text-transform: uppercase; color:#fff; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; max-width: 80%; margin:0 auto;} 

/* wpcf7-form */
div.wpcf7-validation-errors {background-color: #f7e700;}
.wpcf7-form p { margin-bottom:18px !important;line-height:38px;}
.wpcf7-form p label, .wpcf7-form p span, .required { display:inline-block;} 
.wpcf7-form p label { width: 30%;padding-top:10px;}
.wpcf7-form p span {width: 69%;}   
.wpcf7-form p span input, .wpcf7-form p span textarea { box-shadow: none;  color: rgb(51, 51, 51); font-size: 14px;
font-weight: normal;margin: 0;padding: 10px 6px;vertical-align: top; width: 96%;}
.wpcf7-form p span.required { width:auto; color:#ec3b3b;} 
.wpcf7-submit {  border: medium none; float: left;margin-left:14em;font-size: 14px;padding:9px 20px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.submit-cont { padding:20px 0 0;}
#contact_cont .row { margin:40px 0 30px;}
#contact_cont .span4 img { max-width:100%; width:100%; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
#contact_cont p { margin-bottom:7px;}
#contact_cont p code { border: medium none;color: rgb(123, 123, 123); display: block;font-size: 14px;padding: 6px 0 0;background:none;}

/* blog */
.hm-title { line-height:28px; font-weight:bold; font-size:24px; text-transform:uppercase; color:#333333;}
.hm-title  span { display:block; color:#a9c75c; font-size:16px; font-weight:normal; border-bottom:1px solid #f4f4f4; padding-bottom:20px; margin:0 0 20px;} 
.resources .page-header { border:none; margin:0px; padding:0 0 3px;}
.resources .page-header a {color:#a9c75c; font-family:arial; font-size:16px; text-transform:capitalize;}
.blog #main .post{ border-bottom:1px solid #f4f4f4; padding-bottom:5px; margin-bottom:25px;}

/* sidebar1 */
#sidebar1 .widget{ margin-bottom:0;}
.widget_recent_entries{ margin-bottom:18px!important;}
#sidebar1 h4 { border:none; font-size: 16px; padding: 13px 0 10px; text-align: center;}
.pagination { text-align:right; border-top-left-radius:5px; border-top-right-radius:5px;}
#sidebar1 ul, #searchform {  overflow: hidden; list-style:none; margin:0px; background:#f8f8f8; padding:12px 12px 12px;}
#sidebar1 ul li a { border-bottom:1px solid #e1e1e1; padding:8px 10px 8px 0; color:#a9c75c; font-family:arial; font-weight:bold; font-size:14px; text-transform:capitalize; display:block; background:url(images/post-proceed.png) no-repeat right center;}     
#sidebar1 ul li:last-child a { border-bottom:none;}
#searchform label { width:30%; float: left;}  
#searchform #s {   float: left; width: 63%; border-radius:0px; font-size:14px; box-shadow:none; padding:2px 6px;}
#searchform #s {font:normal 12px Arial, sans-serif;color:#ccc;}
#searchform #searchsubmit { border:none; border-radius:3px; color:#fff; display:block; float:right; margin:10px 5px 0 0; max-width:100px; padding:7px 6px; text-transform:uppercase; width:100%; font-family:arial; background:#333333;}

/* FAQ */
#content .ui-accordion > h3{ margin-bottom:0; color:#fff;}
.ui-state-default{ background:#A9C75C;}
.ui-state-default .ui-icon{ background:url(images/arrow_accord.png) no-repeat; width:4px; height:7px;}
.ui-state-active .ui-icon{ background:url(images/arrow_accord_bot.png) no-repeat; width:7px; height:4px;}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon{ top:66%;}

/* HOME SLIDER */
.custom-slider{ height:auto; overflow:hidden;}

/* 01-07-2014 */
.blog #content{ border-bottom:1px solid #f4f4f4; padding-bottom:20px;}
.blog .post_content .more-link{ color:#a9c75c; font-weight:bold;}
.blog .post_content .more-link:hover{ color:#333333;}
.blog .pagination{ margin:0;}
.prev_post{ display:none!important;}
.prev{ font-size:24px;}
#sbc{ background:#f8f8f8; float:left; padding:20px; margin-bottom:18px;}
form#sbc-search{ float:left; margin-bottom:0;}
#sbc-submit{ background:#333333; color:#fff; text-transform:uppercase; font-size:14px; font-family: Arial, sans-serif; border-radius:3px!important; border:none!important; margin-top:15px!important;}
#sbc-submit:hover, #searchsubmit:hover{ background:#a9c75c!important;}
form#sbc-search input.multi-cat{ float:left; width:88%!important; margin-right:10px!important;}
form#sbc-search select#cat{ border-radius:0!important; padding:5px!important; width:100%!important; height:32px!important; border:1px #BBBBBB solid!important; background:none!important;}
.widget_search{ float:left;}
#searchform label{ font-size:12px; margin-top:2px!important;}

/* COMMENT FORM */
#commentform #comment{ font-family:arial; width:97.9%; height:120px; font-size:13px;}
.comments-logged-in-as a{ color:#a9c75c;}
#commentform .form-actions{ margin:0; padding:0; background:none;}
.form-actions #submit{ background:#333333; font-size:14px; color:#ffffff; text-align:center; border-radius:7px; padding:10px 25px; margin-top:22px; max-width:245px; font-family:arial; float:right; border:none; text-shadow:none;}
.form-actions #submit:hover{ background:#a9c75c;}
.edit-post{ display:none!important;}

/* SINGLE */
.single .page-header{ padding:0; border:none;}

/* 01-08-2014 */
.sidebar img{ border-radius:3px; margin-bottom:22px; }
.contact{ display:inline-block; margin-top:0;}
.about_img .contact{ margin-top:22px;}
.home-block span a:hover, .before_after span a:hover{ background:#A9C75C; color:#fff;}

/***add by kle***/
#nav_menu-2{width:100%}

/* FIX */
.inbound-grid.three-fourth {
    width: 32.66%;
}
.row {
    margin-left: 0 !important;
}

@media only screen and (max-width: 900px) {
	#nav_menu-2{width:37% !important}
}
@media only screen and (max-width: 800px) {

.before .slides{ height:275px!important;}
.before .span6{ width:48.6%!important; float:left;}
}

@media only screen and (max-width: 767px) {

.footer-con .container-fluid{ padding:0 20px;}
#widget-footer .span6{ display:none;}
#widget-footer .span3{ width:100%; float:left;}
/**kle**/
.foot1,.foot2{float:left;width:48%}
.foot1{margin-right:20px;}
.foot2{width:30%}
}

@media only screen and (max-width: 640px) {

#widget-footer{ padding-left:10px;}
.navbar .nav > li{ background:none;}
.before .span6{ margin-right:8px;}
.before .slides{ height:235px!important;}
.foot1, .foot2{ float:left; width:48%;}
.foot1{ margin-right:18px;width:100%;padding-left:0 !important}
#widget-footer .span3{ width:100%;}
/**kle**/
.slider-nav{display:none !important}
}

@media only screen and (max-width: 568px) {

.before .span6{ margin-right:0;}
/**kle**/
.slide-content h1 {font-size:18px !important;line-height:25px !important}
}

@media only screen and (max-width: 480px) {

.linkedin{ float:left;}
/**kle**/
.slide-content h1 {font-size:17px !important;line-height:18px !important}
}

@media only screen and (max-width: 420px) {

.foot1, .foot2{ width:100%;}
#widget-footer .span3{ width:100%;}
/**kle**/
.slide-content h1 {font-size:14px !important;line-height:15px !important}
}

.navbar .nav > li:hover { background:url(images/nav-sep-white.jpg) no-repeat center left;}
.before .span6{ width:48.7%;}
.before .before_after span{ font-size:14px; color:#333333; text-align:center; text-transform:uppercase; font-weight:bold; display:block; padding:15px 15px;}
.before .wk-slideshow-default > div .next{ background:url(images/next-comparison.png) no-repeat; width:141px; height:34px; right:0; bottom:-50px;}
.before .wk-slideshow-default > div .next:hover{ background-position:center -35px; right:0;}
.before .prev{ display:none;}
.before .container{ width:100%;}
.before .slides{ padding-bottom:5px!important;}

.home #post-4 ul{ margin-bottom:12px;}

/*16 01 2014*/

.testimonials_block{font-size:15px; color:#7B7B7B;  font-style:italic;   font-family: georgia; background:url(images/quote-icon.png) no-repeat; padding-left:30px; border-bottom: 2px solid #eeeeee; margin-bottom:25px; line-height:22px;}
.testimonials_block span{text-align:right; display:block; color:#000;}
.page-id-242 #testimonials_widget-2, .page-id-254 #testimonials_widget-2{display:none;}

/* khairi wuz here */
.three_4inner {
	overflow: auto;
	margin: 40px 0;
}
.hblocks {height:230px;}
#text-4 {
	margin:40px 0 20px;
}
.bx-wrapper .bx-viewport {
	margin:20px 0 0 !important;
}
.top-header {margin:20px 0 0;}

#pages-2 > ul {
	display: block;
	margin: 0;
	/* padding-left: 16px; */
	list-style: none;
}
#pages-2 > ul > li {
	float: left;
	display: block;
	padding: 10px;
	margin: 0 10px 10px 0;
	border-right: 1px solid #333;
	width: 194px;
	text-align: center;
	background-color: #333333;
	color: #fff;
	border-radius: 10px;
}

#pages-2 > ul > li a:link, #pages-2 > ul > li a:visited {
	color:#fff;
}
#pages-2 > ul > li a:hover {
	text-decoration: underline;
}
#pages-2 > ul > ul {margin: 0;padding-left: 14px;}
#pages-2 ul.children > li, #pages-2 ul.children > li > a {text-align: left;}
.shadow {
	-o-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.3);
	-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.3);
	-ms-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.3);
	box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.3);
}
.ui-accordion-content h3 {font-size:18px!important;margin:20px 0 10px!important;}

.content .slide-content {
	max-width: 45%;
	background: url(images/content-bg.png) repeat;
	height: auto!important;
	right: 3.3%!important;
	left: auto !important;
	top: 25%!important;
	padding: 19px 25px 10px!important;
	color:#fff;
}

.textwidget img.assoclogo {width:30px;margin-right:10px;padding:5px;border:1px solid #fff;}
#widget-footer p {color: #333333!important;}
.wpcf7 {display:block;float:left;}

/* Update */
body.home #text-4 {
	margin-top:0;
}
body.home #content #main {
	padding-bottom:15px;
}
body.home .bx-wrapper .bx-viewport {
	height:auto!important;
	min-height: 180px!important;
}
.home-block span a, .before_after span a {
	font-size:14px;
}

.bot-social li a {
	width:61px;
	height:61px;
}
.testimonials_block .closing_quote {
	background: url(images/quote-icon-bottom.png) bottom right no-repeat;
	display: inline-block;
	width: 22px;
	height: 17px;
	margin:0px 0 -10px 20px;
}
.home-block span a, .before_after span a {
	text-align: center;
}
body.page-id-254 #content #main {
	padding-bottom:24px;
}
.blog #content {
	margin-bottom:20px;
}

article .article-image {
	float: left;
	margin:0;
	display: block;
	width:150px;
}
article .article-text {
	margin:0 0 0 170px;
}
.textwidget img.assoclogo {
	width:150px;
	margin:0 0 10px 0;
}
.custom-slider {
	overflow: hidden!important;
	/*height:370px;*/
}

body.page-id-6 .twelve_half_inner ul {
	min-height: 190px;
	width: 272px;
	margin: 0 auto;
	padding: 0;
	text-align: justify;
}
body.page-id-52 .twelve_half_inner ul {
	min-height: 303px;
}
body.page-id-50 .twelve_half_inner ul {
	min-height: 364px;
}
body.page-id-242 .inner_content h3, #content h3 {
	margin:0 0 20px 0;
}
#content #main {
	padding-bottom:24px;
}

body.page-id-5 .read_more a,
body.page-id-5 .contact_us a,
body.page-id-5 .contact { padding:8px 12px}


div.widget div.wpcf7 {
	background:#f8f8f8;
	padding:10px 10px 0 10px;
}
div.widget div.wpcf7 .wpcf7-form p span.wpcf7-form-control-wrap {
	width:100%;
}
div.widget div.wpcf7 .wpcf7-form p label {
	font-size:12px;
	width:100%;
}
.wpcf7-form .submit-cont {
	padding-top:5px;
}
.wpcf7-form p label {
	padding-top:0;
}
div.widget div.wpcf7 .wpcf7-form p {
	margin-bottom:0!important;
}
div.widget div.wpcf7 textarea {
	height:120px;
}
div.widget div.wpcf7 form {
	margin:0;
}

.testimonials-widget-testimonial .close-quote:after {
	content:none!important;
}
.testimonials-widget-testimonial .close-quote {
	background: url(images/quote-icon-bottom.png) bottom right no-repeat;
	display: inline-block;
	width: 22px;
	height: 17px;
	margin: 0px 0 -10px 5px;
}

form#search {

}
form#search .screen-reader-text {
	text-indent: -9999px;
}
form#search input[type="text"] {
	width:75%;
	background: #f5f5f5;
	border: 1px solid #bbbbbb;
	padding: 5px 10px;
	margin: 0px auto 10px;
	border-radius: 5px;
	float: left;
}

form#search input[type="submit"] {
	border: none;
border-radius: 3px;
color: #fff;
display: block;
margin: 0 5px 0 10px;
max-width: 100px;
padding: 6px;
text-transform: uppercase;
width: 15%;
font-family: arial;
background: #333333;
float: left;
}

#mc_embed_signup_error{
	background-color: #a9c75c;
}

#mc_embed_signup .button {
	background: #e3e3e3!important;
	font-size:14px!important;
	text-transform: uppercase;
	border-radius: 7px;
}
#mc_embed_signup .button:hover {
	background: #a9c75c!important;
}
#mc_embed_signup p {
	background: #f8f8f8;
	padding: 10px 10px 0 10px;
	margin: 0;
}
#widget-footer p {
	font-size:12px;
}

/* Shadows on article image */
.shadow {
	-o-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.3);
	-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.3);
	-ms-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.3);
	box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.3);
}
.rounded {
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.wpcf7-submit {
	margin-left:11.5em;
	background: #585858;
}

.content .slide-content {
	background:url(images/content-bg_2.png) repeat;
	padding:10px!important;
	max-width:60%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.slide-content h1 {
	font-weight: normal;
	font-family: 'Open Sans Condensed', sans-serif;	
	margin:0;
	padding:0;
	line-height: 32px;
}
.post_content ul li {
	background: url(images/arrow.png) no-repeat left 8px;
	padding: 0 0 10px 17px;
	list-style: none;

}

body.page-id-52 .twelve_half_inner ul {
	min-height: 303px;
}

#text-5 {
	font-size:12px;
	margin:0 20px 0 0;
}

#pages-2 > ul > li {
	background: none;
	border: none;
	display: block;
	float: none;
	text-align: left;
	padding: 0;
	margin:0 0 5px 0;
}
#widget-footer p {
}
#pages-2 > ul > li a:link, #pages-2 > ul > li a:visited {
	color:#333333;
	font-size:12px;
}

#mc_embed_signup div.wpcf7 {
	box-sizing: border-box;
	width: 100%;
}
#mc_embed_signup div.wpcf7 label {
	font-size:12px;
}

#inner-footer p {
	font-size:12px;
}

#mc_embed_signup form {
	padding:0!important;
}
#text-17 {
	margin-bottom:20px!important;
	overflow: hidden;
}
#custom_cf7-2 {
	clear: left;
}

.inner_content h1, #sidebar1 h4, .three_4inner h1 {
	font-size:14px;
	/**kle**/
	min-height:50px;
}
body.page-id-6 .twelve_half_inner ul {
	min-height: 245px;
}

#custom_cf7-2 .wpcf7-submit {
	margin:0;
	padding:6px 20px;
	float: none;
}

#custom_cf7-2 img.ajax-loader {
	float: right;
}

#recent-posts-2 {
	clear: both;
}
#sidebar1 #text-18 {
	overflow: hidden;
	margin-bottom:20px;
}

#text-19 {
	clear: both;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
}
#text-19 a {
	padding:9px 0;
	width:100%;
}

#searchform #s {
	background: #f5f5f5;
	border: 1px solid #bbbbbb;
	padding: 5px 10px;
	margin: 0px auto 10px;
	width:88%;
	border-radius: 5px;
}

#sbc-submit {
	border: none;
border-radius: 3px;
color: #fff;
display: block;
float: right;
margin: 10px 5px 0 0;
max-width: 100px;
padding: 7px 6px;
text-transform: uppercase;
width: 100%;
font-family: arial;
}

form#sbc-search input#sbc-submit {
	width:100%;
}

#menu-footer-menu {
	margin:0;
	padding:0;
}
#menu-footer-menu li {
	list-style: none;
	padding:0 0 10px 0;
	margin:0;
	line-height: 100%;
}
#menu-footer-menu li a {
	font-size:12px;
}
#nav_menu-2 {
	margin:0;
	padding:0;
	margin-left:60px;
}

#post-10 {
	display: none;
}
body.page-id-4 .footertes {
	margin:0;
}

.post_content ul,
.post_content ol {
	margin-left:15px;
}
#search-2 {
	display: none!important;
	visibility: hidden!important;
}

/* Butchered into the responsive grid CSS */

@media (min-width: 1200px) {
	.row-fluid .span9 {
		width: 72%;
	}
	.row-fluid .span3 {
		width: 25%;
	}
	#inner-footer #text-5,
	#inner-footer #text-6 {
		width:30%;
	}

	#inner-footer #nav_menu-2 {
		width:25%;
	}

	
}

/*media all*/
.woocommerce img, .woocommerce-page img {
    border-radius: 15px;
}



@media (min-width: 1200px) {
	.span4 {
	width: 30.2%;
	}
	#nav_menu-2{width:47%}
}
.kle-cmp-prev a,.kle-cmp-next a{
	background-color: #333333;
    border-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    height: 34px;
    line-height: 34px;
    padding: 0 5px;
    text-align: center;
    text-transform: uppercase;
    width: 141px;
}
.kle-cmp-prev a:hover,.kle-cmp-next a:hover{
	background-color:#A9C75C;
	color:#fff;
}
.kle-cmp-prev a{float:left;}
.kle-cmp-next a{float:right;}
#widget-footer .foot1{padding-left:70px;}
