/*
Theme Name: Eco-website
Version: 1.0

/***********************************************************************************/
/*                                   Reset Browser                                 */
/***********************************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}

/** font-size */
.f10 { font-size:10px}
.f12 { font-size:12px}
.f14 { font-size:14px}
.f16 { font-size:16px}
.f18 { font-size:18px}
.f20 { font-size:20px}
.f22 { font-size:22px}
.f24 { font-size:24px}

/* margin */
.ml5 { margin-left:5px}
.mr5 { margin-right:5px}
.mt5 { margin-top:5px}
.mb5 { margin-bottom:5px}

.ml10 { margin-left:10px}
.mr10 { margin-right:10px}
.mt10 { margin-top:10px}
.mb10 { margin-bottom:10px}

.ml15 { margin-left:15px}
.mr15 { margin-right:15px}
.mt15 { margin-top:15px}
.mb15 { margin-bottom:20px}

.ml20 { margin-left:20px}
.mr20 { margin-right:20px}
.mt20 { margin-top:20px}
.mb20 { margin-bottom:20px}

.ml30 { margin-left:30px}
.mr30 { margin-right:30px}
.mt30 { margin-top:30px}
.mb30 { margin-bottom:30px}

.ml40 { margin-left:40px}
.mb40 { margin-bottom:40px}
.mb60 { margin-bottom:60px}

.mt_10 { margin-top: -10px!important;}

/* width */
.w50 { width: 50%; }

/* display */
.block { display:block}
.inline { display:inline}
.inline-block { display:inline-block}

/* position */
.rel { position:relative}
.abs { position:absolute}
.fixed { position:fixed}

/* text-align */
.tl { text-align:left}
.tc { text-align:center}
.tr { text-align:right}

/* vertical-align */
.vt { vertical-align:top}
.vm { vertical-align:middle}
.vb { vertical-align:bottom}

/* float */
.fl { float:left}
.fr { float:right}
.fn { float:none}

.clear2 { clear: both; }
.clear{
    overflow:auto;
    _height:1%;
}

/***********************************************************************************/
/*                                  Main Elements                                  */
/***********************************************************************************/
a{
	color: #86BF33;
	text-decoration: none; 
	outline:none;   /* Remove dashed frame for IE8,FF  */ 
}
a:hover{
	text-decoration: underline;
}
p{ 
	padding: 0 0 21px;
}
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
sub, sup, small {
    font-size: 75%;
}
sub, sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}

/***********************************************************************************/
/*                             Layout & Composition                                */
/***********************************************************************************/
body{
	color: #000;
	font: normal 12px/21px Candara, Arial,sans-serif;
	width: 100%;
	text-align: center;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/***********************************************************************************/
/*                                 Content Area                                    */
/***********************************************************************************/
.content_area ul, .content_area ol {
	margin: 0 0 1.625em 20px;
}
.content_area ul{
	margin-left: 16px;
}
.content_area ul li, .content_area ol li{
	padding-left: 6px;
	padding-bottom: 8px;
}
.content_area ul {
	list-style: disc;
}
.content_area ol {
	list-style-type: decimal;
}
.content_area ol ol {
	list-style: upper-alpha;
}
.content_area ol ol ol {
	list-style: lower-roman;
}
.content_area ol ol ol ol {
	list-style: lower-alpha;
}
.content_area ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
.content_area img{
	max-width: 100%!important;
	height: auto!important;
}
.content_area .wp-caption{
	max-width: 100%;
}
.content_area h1,
.content_area h2,
.content_area h3,
.content_area h4{
	color: #1F7839;
	font-weight: bold;
}
.content_area h1{
	font-size: 22px;
}
.content_area h2{
	font-size: 18px;
}
.content_area h3{
	margin-bottom: 21px;
	font-size: 15px;
}
.content_area h4{
	margin-bottom: 21px;
	font-size: 15px;
	color: #86bf33;
}

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
/*  PageNavi */
.page_navi{
	width:100%;
	text-align:left;
	overflow:hidden;
	margin:10px 0 30px 0;
}
.page_navi a{
	margin:3px;
}
.page_navi a:hover,
.page_navi a.current{
	color:#005982;
}

/***********************************************************************************/
/*                                   Your Code                                     */
/***********************************************************************************/
#all{width: 100%;min-width: 1002px;}
#hd{
	position: relative;
	z-index: 10;
	width:100%;
	box-shadow: 1px 1px 3px #ccc;
	background: #FFF;
}
#hd-box{
	width: 1002px;
	margin: 0 auto;
	padding-top: 10px;
}
#logo{
	width:296px;
	height: 81px;
	float: left;
}
#hd-right{
	width: 570px;
	float: right;
	text-align: right;
}
#nav-search{
	width: 418px;
	float: right;
	margin-bottom: 20px
}
#header-phone{
	padding-left: 24px;
	line-height: 20px;
	background: url(images/phone-icon.png) left center no-repeat;
	color: #1f7839;
	font-size: 22px;
	font-family: 'avenirLTBlack';
	float: left;
	margin-top: 9px
}
#hd-phone{
	padding-left: 23px;
	line-height: 20px;
	background: url(images/phone_bg.png) left center no-repeat;
	color: #1f7839;
	font-size: 20px;
	font-family: 'avant_garde';
	float: left;
	margin-top: 10px
}
#hd-phone span{
	font-family: 'avenirLTBlack';
}
#search-box{
	background: url(images/search-bg.png) left center no-repeat;
	width: 176px;
	height: 27px;
	float: right;
	padding: 4px;
	padding-left: 10px;
	text-align: left;
	margin-left: 20px
}
#search-query{
	border: 0;
	background:none;
	font-size: 13px;
	width: 150px;
	line-height: 20px;
}
#search-btn{
	background: url(images/search-bar.png) center no-repeat;
	border: 0;
	width: 14px;
	margin-top: 5px;
	height: 14px;
	line-height:14px;
	cursor: pointer;
}
#hd-right .nav-ul{float: right;}
#hd-right .nav-ul li{
	float: left;
	margin:0 2px;
}
#hd-right .nav-ul li a{
	z-index: 9;
	position: relative;
	display: block;
	height: 14px;
	font: 15.5px 'avenirregular';
	color: #666;
	font-weight:100;
	padding: 10px 20px 15px;
	border-radius: 5px 5px 0 0;
}
#hd-right .nav-ul .nav-li a:hover{
	text-decoration: none;
	background: #dce5cf;
	box-shadow: 0 2px 5px #a4b394 inset; 
}
#hd-right .nav-ul .nav-li-hover a{
	background: #dce5cf;
	box-shadow: 0 2px 5px #a4b394 inset; 
}
#hd-right .nav-ul li.current-menu-item > a{
	font: 15.5px 'avenirLTBlack';
	color: #125e28;
}
#hd-right .rollover-box{
	text-align: center;
}
#hd-right .rollover-box li{
	float: none!important;
	display: inline-block;
	text-align: left;
}
.hidden-shadow{
	height: 10px;
	position: absolute;
	top:103px;
	z-index: 20;
	background: #dce5cf;
}
#hd-right .nav-ul .nav-li .rollover{
	display: none;
	position: absolute;
	width: 100%;
	height: 179px;
	left: 0;
	background:#dce5cf url(images/rollover-bg.png) repeat-x;
	z-index: 8;
	box-shadow: 2px 2px 5px #aaa
}
#hd-right .nav-ul .nav-li .rollover-box{
	display: none;
	width: 1002px;
	height: 139px;
	margin: 0 auto;
	padding-left: 60px;
	padding-top: 20px;
	padding-bottom:20px;
	overflow: hidden;
}
#hd-right .nav-ul .nav-li .rollover-box li{
	width: 115px;
	float: left;
	margin: 0;
	margin-right:30px;
	text-align: left;
}
#hd-right .nav-ul .nav-li .rollover-box li a{
	display: inline-block;
	vertical-align: top;
	padding: 5px 0 0;
	box-shadow: none;
}
#hd-right .nav-ul .nav-li .rollover-box li a:hover{
	text-decoration: none;
	opacity: 0.6;
	box-shadow: none;
}
#hd-right .nav-ul .nav-li .rollover-box li a:hover span{color: #125e28}
#hd-right .nav-ul .nav-li .rollover-box li span{
	display: block;
	font:15px/17px 'avenirregular';
	color: #545c48;
	margin-bottom: 17px
}
#hd-right .nav-ul .nav-li .rollover-box li img{
	vertical-align: top;
	background: #fff;
	padding:2px;
}
#bd{
	width: 100%;
	background: url(images/home-bd-bg.jpg) center bottom no-repeat;
	height: 507px;
	position: relative;
	overflow: hidden;
	color: #fff;
	z-index: 5;
}
#tree{
	position: absolute;
	width: 100%;
	background: url(images/tree.png) center bottom no-repeat;
	height: 580px;
	bottom: -580px;
}
#grass{
	position: absolute;
	width: 100%;
	height: 198px;
	bottom: -200px;
	background: url(images/grass.png) center bottom no-repeat;
	opacity: 0.7
}
#bushes{
	position: absolute;
	width: 100%;
	height: 198px;
	bottom: -80px;
	background: url(images/grass2.png) center bottom no-repeat;
}
#bd-box{
	position: relative;
	width: 1002px;
	margin: 0 auto;
	text-align: left;
	overflow: visible;
}
#bd-box-left{
	width: 400px;
	float: left;
	font:14px/22px Arial;
	padding-top:40px;
}
#bd-box-left h2{
	font:36px 'avant_garde';
}
#bd-box-left h1{
	font:47px 'avenirLTBlack';
}
#bd-box-left p{
	color: #062903
}
#bd-box-left ul{
	list-style: none;
	color: #062903;
}
#bd-box-left ul li{
	background: url(images/list-ico.png) 2px 5px no-repeat;
	width: 174px;
	float: left;
	padding:0 10px 15px 16px;
	color:#fff;
	line-height: 16px;
	height: 28px;
}
#bd-box-right{
	float: right;
	width: 552px;
	height: 317px;
	background: #fff;
	margin-top: 100px;
	padding: 10px;
	box-shadow: 0px 2px 4px 2px #444;
	border-radius: 5px;
}
#panel{
	width: 100%;
	background: url(images/panel-bg.png) repeat-x;
	height: 171px;
}
#panel-box{
	width: 1002px;
	margin: 0 auto;
}
#panel-box li{
	width: 330px;
	float: left;
	text-align: left;
	color: #eff7e3;
	padding-top: 20px
}
#panel-box li a{
	display: block;
	color: #FFF;
}
#panel-box li a:hover{
	text-decoration: none;
}
#panel-box li img{
	float: left;
	margin-right: 10px;
}
#panel-box li .panel-content-right{
	width: 220px;
	float: right;
}
#panel-box li .panel-content-right h3{
	font:22px 'avenirLTBlack';
	margin: 30px 0 5px 0;
}
#panel-box li .panel-content-right p{
	font:16px 'avenirregular';
	padding-bottom: 5px;
}
/*#panel-box li .panel-content-right a{
	font:14px Arial;
	color: #8dc240;
}*/
#panel-box li .panel-content-right .link{
	font:14px Arial;
	color: #8dc240;
}
#ft{
	text-align: left;
	background: #dce5cf url(images/ft-bg.png) center no-repeat;
}
#ft-box{
	width: 1002px;
	margin: 0 auto;
	padding-top: 30px;
}
.ft-logo{float: left;}
#ft-share{width: 300px;float: right;margin-top: 15px}
#ft-share a{
	margin-left: 20px!important;
}
.ft-share-link{
	width: 27px;
	height: 28px;
	display:inline-block;
	background: url(images/share-bg.png);
	margin-left:20px;
}
.ft-share-link:hover{opacity: 0.6}
#share-twitter{background-position: -27px 0}
#share-facebook{background-position: -54px 0}
#share-linkin{background-position: -81px 0}
#share-googleplus{background-position: -108px 0}
#ft-nav{margin: 30px 0 40px 0}
#ft-nav li{
	float: left;
	margin-right:20px 
}
#ft-nav li a{
	font:14px Arial;
	color: #6d7068;
}
.ft-box{
	font:12px/22px Arial;
	color: #8c9383;
}
.ft-box a{
	color: #8C9383;
}
/***********************************************************************************/
/*                                    Case Study                                    */
/***********************************************************************************/
#bd-case{
	width: 100%;
	background:#f9fbf7 url(images/case-study-bg.jpg) center bottom no-repeat;
}
#inner-nav{
	font: 13px Arial;
	color: #777;
	padding:15px 0; 
}
#inner-nav a{
	color: #9fcb5f
}
#inner-nav .current{
	color: #ababab;
}

.inner-title{
	font:36px 'avenirregular';
	color: #1f7839;
	margin: 30px 0;
}

#bd-case-box{
	position: relative;
	width: 1002px;
	margin: 0 auto;
	text-align:left;
	padding-bottom: 150px;
	z-index: 4
}
#case-item-box li{
	width: 310px;
	height: 346px;
	background: url(images/case-bg.png) no-repeat;
	float: left;
	margin:0 24px 40px 0;
}
#case-item-box li a{
	display: block;
	width: 272px;
	margin:21px 0 0 22px;
}
#case-item-box li a:hover{
	text-decoration: none;
	opacity: 0.6
}
#case-item-box li a img{
	margin-bottom: 30px;
}
#case-item-box li a span{
	display: block;
	padding: 0 15px 0 25px;
	font: 14px/22px Arial;
	color: #434740
}
#case-item-box li a span h3{
	font-weight:bold;
	color: #1f7839;
}

#page{
	font: 14px Arial;
	color: #000;
}
#page a{
	color: #81b536;
	text-decoration: underline;
	padding-right: 15px;
}
#page a:hover{color: #1f7839}
#page a.current{
	color: #000;
	text-decoration: none;
}

#case-slider-box{}
#case-slider-main{
	width:780px;
	padding: 15px;
	float: left;
	border: 1px solid #b9b9b9;
}
#case-slider-right{
	width: 140px;
	padding: 18px;
	padding-right: 8px;
	float: right;
	background: white;
	border: 1px solid #d2dcc4;
	position: relative;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}
#case-slider-right-box{
	width: 140px;
	height: 410px;
	
}
#case-slider-right ul li{
	vertical-align: top;
	width: 89px;
	height: 75px;
	margin-bottom: 5px;
	border: 5px solid white;
	border-radius:5px;
	opacity: 0.6
}
#case-slider-right ul li:hover{
	opacity: 1
}
#case-slider-right ul li img{
	border-radius: 5px;
	width: 89px;
}
#case-slider-right ul li.flex-active{
	border: 5px solid #79b340;
	opacity: 1
}
#case-slider-right ul li.flex-active img{
	border-radius: 0
}
#case-nav{
	position: relative;
}
#case-link-back,#case-link-toggle{
	position: relative;
	border:1px solid #d4d5d3;
	border-radius: 5px;
	font: 14px Arial;
	color: #747a6b;
	padding:10px 20px;
	padding-left:25px; 
	margin-left: 20px; 
	background: #fff url(images/arrow-left.png) 8px center no-repeat;
}
#case-link-toggle{
	cursor: pointer;
	padding:10px 20px;
	padding-right:30px; 
	background: #fff url(images/arrow-bottom.png) 110px center no-repeat;
}
#case-link-back:hover,#case-link-toggle:hover{
	text-decoration: none;
	border: 1px solid #666
}
#case-gallery-top-line{
	display: none;
	position: absolute;
	background: #fff;
	width: 134px;
	height: 1px;
	left: 0;
	z-index: 22;
}
#case-gallery{
	display: none;
	position: absolute;
	left: -1px;
	background: #fff;
	z-index: 20;
	border:1px solid #666;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius:5px; 
	width: 180px;
	padding:20px;  
}
#case-gallery li{
	padding-bottom: 15px;
	display: block;
}
#case-gallery li a{
	font-size: 13px;
	color: #434740;
	display: block;
}
#case-study-main-content{
	font: 14px/22px Arial;
	color: #434740;
	background: #fff;
	padding:20px;
	width: 772px;
	border-radius: 5px; 
}
#case-study-main-content strong{
	font-size: 15px;
	font-weight: bold;
	color: #86bf33;
}
/***********************************************************************************/
/*                                    Search                                     */
/***********************************************************************************/
#search-content{}
#search-content-left{
	width: 810px;
	float: left;
}
#search-content-right{
	width:172px;
	float: right
}
#search-content-left h2{
	font:bold 20px Arial;
	color: #86bf33;
	margin-bottom: 50px;
}
#search-content-left h2 span{
	color: #47503b;
}
#search-box2{
	background: url(images/search-bg2.png) left center no-repeat;
	width: 225px;
	height: 27px;
	float: right;
	padding: 4px;
	padding-left: 10px;
	text-align: left;
	margin-left: 40px
}
#search-query2{
	border: 0;
	background:none;
	font-size: 13px;
	width: 200px;
}
#search-btn2{
	background: url(images/search-bar.png) center no-repeat;
	border: 0;
	width: 14px;
	padding:2px;
	cursor: pointer;
}
.result-item a{
	font: bold 14px/22px Arial;
	color: #3e863c;
}
.result-item p{
	font: 14px/22px Arial;
	color: #454545;
}
.panel-case{
	background: #7fb740;
	border-radius: 5px;
	padding: 6px;
	color: #f9fbf7;
	margin-bottom: 30px
}
.panel-case img{
	border: 3px solid #dce5cf;
	border-radius: 3px;
}
.panel-case a{
	display: block;
	background: url(images/panel-case-arrow.png) right center no-repeat;
	margin: 3px 0;
	color: #f9fbf7;
	font: bold 14px/22px Arial;
	padding-right: 15px;
}
.panel-case p,.panel-case2 p{
	padding: 0
}
.panel-case2{
	border: 1px solid #c9cac8;
	border-radius:3px;
	padding:6px; 
	color: #4f5349;
	box-shadow: 1px 1px 0 #ccc;
	margin-bottom: 30px;
}
.panel-case2 span{
	font: bold 14px Arial; 
}
.panel-case2 img{
	width: 100%!important;
	height: auto!important;
}

/***********************************************************************************/
/*                                    Research                                     */
/***********************************************************************************/
#research-content{}
#research-bg{
	position: absolute;
	z-index: 1;
	width: 733px;
	height: 190px;
	right: 0;
	background: url(images/research-bg.png) no-repeat;
}
#research-content-left{
	width: 200px;
	float: left;
	border: 1px solid #d4d5d3;
	border-radius:5px;
	background: #fff;
	padding:10px 8px;  
}
#research-content-left li{
	/*padding:5px 10px */
}
#research-content-left li a{
	font:14px Arial;
	color: #1f7839;
	display: block;
	padding: 8px 10px;
}
#research-content-left li.current-menu-item > a{
	background: #ebf0e5;
}
#research-content-left li.current-menu-item > a{
	font-weight: bold;
}
#research-content-left li ul{
	margin:5px 2px 5px 20px; 
}
#research-content-left li ul li a{
	color: #6fbb00;
}
#research-content-right{
	width: 744px;
	float: right;
}
#research-img{
	border-radius: 5px;
}
#research-img img {
	border-radius: 5px;
}
.page_banner {
	border-radius: 5px;
	margin-bottom: 40px;
	overflow: hidden;
	box-shadow: 1px 1px 1px #CCCCCC;
	position: relative;
	width: 744px;
	height: 196px;
}
.page_banner h1{
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	line-height: 40px;
	padding: 6px 24px;
	font-size: 36px;
	background: url(images/title.png) repeat;
	z-index: 9;
	font-family: 'avenirregular';
	color:#FFF;
	width: 696px;
	border-radius: 0 0 5px 5px;
}
#research-content-right-left{
	width: 540px;
	float: left;
	font: 14px/22px Arial
}
.full_width{
	width: 744px!important;
}
/*#research-content-right-left h1{
	font:bold 14px Arial;
	color: #434740;
	margin-bottom: 30px
}*/
/*#research-content-right-left p{
	margin-bottom: 30px;
}*/
#research-content-right-left p span{
	font: bold 15px Arial;
	color: #86bf33 
}
#research-content-right-right{
	width: 172px;
	float: left;
	margin-left: 30px;
}
/***********************************************************************************/
/*                                    Contact                                     */
/***********************************************************************************/
#contact-area{
	width: 550px;
}
#contact-area a{
	color: #297e43
}
#contact-img{
	border-radius: 5px
}
#contact-left{
	width: 744px;
	float: left;
	font: 14px/22px Arial;
	color: #434740;
}
#contact-right{
	width: 172px;
	float: right;
}
/***********************************************************************************/
/*                                    Comments                                     */
/***********************************************************************************/
h3#comments{
	color: #1F7F99;
	font-size: 16px;
	padding: 20px 0 10px;
}
#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 80%;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

.flex-caption{
	position: absolute;
	width: 100%;
	color: #FFF;
	font: bold 16px/22px Arial;
	padding: 12px;
	background: url(images/slider-caption-bg.png);
	bottom: 0
}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 20px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 67px; height: 64px; margin: -50px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: -10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: 10px; }
.flex-direction-nav .flex-prev {left: 10px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 25px; z-index: 10}
.flexslider:hover .flex-prev {opacity: 0.8; left: 25px; z-index: 10}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

.flex-direction-nav_case {*height: 0;}
.flex-direction-nav_case a {width: 67px; height: 64px; margin: -50px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav_case .flex-next {background-position: 100% 0; right: 10px; }
.flex-direction-nav_case .flex-prev {left: 10px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 25px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 25px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav_case .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 29px;
	height: 100%;
	background: #FFF;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: #FFF;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: url(images/scroll-bg.png);
	position: relative;
}

.jspDrag
{
	width: 29px;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspDragTop{
	background: url(images/scroll-bar-top.png);
	width: 29px;
	height: 50%;
}
.jspDragBottom{
	background: url(images/scroll-bar-bottom.png) center bottom no-repeat;
	width: 29px;
	height: 50%;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
