/*
BLACK       #000000
TXT GRAY    #333333
BG GRAY     #252525
LIGHT GRAY  #e9e9e9;
YELLOW      #fab900;
GREEN       #2a9101;
BLUE        #001b66;
LIGHT BLUE  #4e5777;
*/

html, body {
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	font-family: Helvetica, sans-serif;
	display: block;
	color: #333333;
}
p {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	line-height: 23px;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	color: #333333;
}
.mainhome .subheading p, .home_slide .teaser p, .mainwhygosolar .subheading p {
	font-size: 18px;
	line-height: 22px;
	color: #000000;
}
h2, h3, h4, h5, p {
	float: left;
	clear: both;	
}
h2 {
	font-family: Helvetica, sans-serif;
	font-size: 23px;
	line-height: 30px;
	margin: 0px;
	padding: 0px 0px 11px 0px;
	font-weight: bold;
	text-transform: capitalize;
	color: #333333;
}
h3 {
	font-family: Helvetica, sans-serif;
	font-size: 20px;
	line-height: 25px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	text-transform: capitalize;
	color: #333333;
}
h4, h5 {
	font-family: Helvetica, sans-serif;
	font-size: 20px;
	line-height: 25px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	text-transform: capitalize;
	color: #333333;
	display: inline-block;
}
h5 {
	font-weight: normal;
	font-size: 18px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	font-family: Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline-block;
}
a, a img {
	text-decoration: none;
	border: none;
	outline: none;
}
a {
	-webkit-transition: color .15s ease-in;
    -moz-transition: color .15s ease-in;
    -o-transition: color .15s ease-in;
    transition: color .15s ease-in;	
}
p {
	float: left;
	clear: both;
}
p a {
	color: #001b66;
	font-weight: bold;
}
p a:hover {
	color: #2a9101;
}
.bg_main {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	position: fixed;
	z-index: -2;
}
.bg_main .bg_left, .bg_main .bg_right {
	width: 50%;
	height: 100%;
	float: left;
	clear: none;
	background: #ffffff url(../images/bg_main.jpg) left top repeat-y;
}
.bg_main .bg_right {
	background: #252525;
}

.super_container {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.container {
	position: relative;
	width: 920px;
	height: auto;
	min-height: 100%;
	overflow: auto;
	background: #ffffff;
	display: block;
	border-left: 10px solid #ffffff;
	border-right: 10px solid #001b66;
	float: none;
	margin: 0px auto;
	padding: 0px 40px;
	
	-moz-box-shadow: 6px 0px 6px #131313;
	-webkit-box-shadow: 6px 0px 6px #131313;
	box-shadow: 6px 0px 6px #131313;
}
article {
	margin: 0px 0px 50px 0px;
	/*border-bottom: 5px solid #001b66;*/
}
article ul {
	width: 100%;
	height: auto;
	overflow: auto;
	float: left;
	clear: both;
	margin: 0px 0px 10px 0px;
	display: block;
}
article ul li {
	float: left;
	clear: both;
	display: inline-block;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
	list-style: none;
	font-size: 14px;
	line-height: 23px;
	background: url(../images/bullet.jpg) center left no-repeat;
}

/*================================================================================================*/
/* FORMS                                                                                          */
/*================================================================================================*/
.form, input, select, textarea, .btn_submit, .address_box, .extraside {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.form, form {
	width: 530px;
	height: auto;
	overflow: auto;
	padding: 20px;
	margin: 0px;
	display: block;
	background: #252525;
}

form {
	padding: 0px;
	margin: 0px;
}
label {
	float: left;
	clear: none;
	margin: 6px 0px 0px 5px;
	display: none;
	
	font-family: Helvetica, sans-serif;
	font-size: 17px;
	line-height: 20px;
	color: #787878;
}
input, textarea, select {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #787878;
	
	border: none;
	margin: 0px 0px 15px 0px;
	padding: 6px;
	width: 318px;
	height: 20px;
	display: block;
	float: left;
	clear: both;
	background: #ffffff;
	-webkit-appearance: none;
	outline: none;
	box-shadow: 2px 2px 5px #000000;
}
select {
	width: 330px;
	height: 32px;
	padding: 0px 2px;
}
option {
	padding: 15px 0px;
}
textarea {
	width: 518px;
	height: 120px;
	resize: vertical;
}
.btn_submit {
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: normal;
	
	width: 150px;
	padding: 6px 10px 6px 0px;
	margin: 0px 0px 0px 20px;
	display: block;
	background-color: #4e5777;
	float: right;
	clear: both;
	cursor: pointer;
	border: solid #2a9101;
	border-width: 0px 0px 0px 10px;
	
	-webkit-transition: background-color .15s ease-in;
    -moz-transition: background-color .15s ease-in;
    -o-transition: background-color .15s ease-in;
    transition: background-color .15s ease-in;
}
.btn_submit:hover {
	background-color: #2a9101;
}
.onfocus {
	background: #ffffff;
	color: #222222;
}
.onfail {
	background: #fab900;
	color: #111111;
}

.comment li {
	border: 2px solid #e9e9e9;
	padding: 20px 20px 5px 20px;
	margin: 10px 0px;
}
.comment li h4 {
	
}


.articleslider,.articleslider div  {
	width: 568px;
	height: 318px;
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	float: left;
	clear: none;
	overflow: hidden;
	border: 1px solid #000000;
}
.articleslider div {
	margin: 0px;
	border: none;
}
.articleslider div span {
	color: #000;
	font-size: 14px;
	line-height: 23px;
	margin: 260px 20px 0px 0px;
	display: block;
	float: right;
	clear: none;
	padding: 10px 20px;
	background: #ffffff;
}


/*================================================================================================*/
/* HEADER                                                                                         */
/*================================================================================================*/
.header {
	margin: 0px;
	padding: 0px;
}
.logo {
	width: 355px;
	height: 50px;
	display: block;
	margin: 20px 0px 40px 0px;
	float: left;
	clear: none;
	background: url(../images/ecosolar_logo.png) 0px 0px no-repeat;
}
.address_box {
	width: 270px;
	border: 1px solid #787878;
	float: right;
	clear: none;
	margin: 20px 0px 0px 0px;
	padding: 8px 10px 8px 30px ;
	background: url(../images/bg_address_box.jpg) 0px center no-repeat;
}
.address_box p {
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	color: #787878;
}
.headerphone {
	margin: 18px 0px 0px 416px;
	padding: 0px;
	color: #787878;
	float: left;
	clear: none;
	display: block;
	width: auto;
	font-size: 13px;
	line-height: 18px;
}
.nav ul {
	height: 33px;
	display: block;
	background: url(../images/bg_nav.png) 0px bottom repeat-x;
}
.nav ul li, .nav ul li a {
	font-size: 23px;
	line-height: 23px;
	color: #787878;
	text-transform: uppercase;
	font-weight: normal;
	cursor: pointer;
	display: inline-block;
	height: 33px;
	
	-webkit-transition: background-position .15s ease-in;
    -moz-transition: background-position .15s ease-in;
    -o-transition: background-position .15s ease-in;
    transition: background-position .15s ease-in;
}
.nav ul li {
	margin: 0px 19px;
	background: url(../images/bg_nav_hover.png) repeat-x;
	background-position: 0px 33px;
}
.nav ul li.current_page_item {
	background-position: 0px 28px;
}
.nav ul li:first-child {
	margin-left: 0px;
}
.nav ul li:last-child {
	margin-right: 0px;
	float: right;
	background-image: url(../images/bg_nav_contact.png);
}
.nav ul li:hover {
	background-position: 0px 28px;
}
.top {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	margin: 30px 0px 0px 0px;
	padding: 4px 23px 2px 5px;
	color: #ffffff;
	background: #e9e9e9 url(../images/btn_top.png) right 4px no-repeat;
	text-transform: uppercase;
	display: inline-block;
	
	-webkit-border-radius: 0px 3px 0px 0px;
	-moz-border-radius: 0px 3px 0px 0px;
	border-radius: 0px 3px 0px 0px;
}
.top:hover {
	background-color: #001B66;
}



/*================================================================================================*/
/* CONTACT US                                                                                     */
/*================================================================================================*/
.contact_cont, .contact_cont_inner {
	width: 920;
	min-height: 0px;
	display: block;
	background: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.contact_cont {
	background: transparent url(../images/bg_nav.png) 0px bottom repeat-x;
}
.contact_cont_inner {
	background: none;
	display: none;
}
.contact_left, .contact_right {
	width: 570px;
	display: block;
	margin: 0px;
	padding: 40px 40px 40px 0px;
	float: left;
	clear: none;
}
.contact_right {
	width: 310px;
	padding: 40px 0px;
	
}




/*================================================================================================*/
/* ASIDE                                                                                         */
/*================================================================================================*/
.extraside {
	width: 270px;
	height: auto;
	overflow: auto;
	display: block;
	background: #e9e9e9;
	margin: 0px 0px 20px 0px;
	padding: 20px;
}
ul.cats {
	display: block;
	float: left;
	clear: both;
	margin: 5px 0px;
}
ul.cats .cat-item {
	display: block;
	float: left;
	clear: both;
	margin: 5px 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 20px;
}
ul.cats .cat-item a {
	color: #787878;
	
	-webkit-transition: color .15s ease-in;
    -moz-transition: color .15s ease-in;
    -o-transition: color .15s ease-in;
    transition: color .15s ease-in;
}
ul.cats .cat-item a:hover {
	color: #4E5777;
}
.blogroll {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px 0px 20px 0px;
	overflow: auto;
}
.blogroll a {
	font-size: 18px;
	line-height: 22px;
	color: #787878;
	
	float: left;
	clear: both;
	display: block;
	background: #E9E9E9;
	margin: 0px 0px 2px 0px;
	padding: 10px 20px;
	width: 270px;
}
.blogroll a:hover {
	color: #001b66;
}

/*================================================================================================*/
/* HOME PAGE                                                                                      */
/*================================================================================================*/
.slider_cont {
	width: 918px;
	height: 480px;
	display: block;
	background: #000000;
	border: 1px solid #787878;
	margin: 50px 0px 0px 0px;
	padding: 0px;
	/*-moz-box-shadow: 3px 3px 8px #888;
	-webkit-box-shadow: 3px 3px 8px #888;
	box-shadow: 3px 3px 8px #888;*/
}
.slider {
	width: 918px;
	height: 480px;
	display: block;
	overflow: hidden;
}
.arrow_slider {
	width: 26px;
	height: 60px;
	display: block;
	float: left;
	clear: none;
	clear: none;
	z-index: 99;
	position: absolute;
	background: url(../images/btn_slidernav.png) 0px 0px no-repeat;
	margin: -267px 0px 0px 4px;
	cursor: pointer;
}
.arrow_slider.arrow_right {
	float: right;
	margin: -267px 0px 0px 888px;
	background-position: -26px 0px;
}
.arrow_slider.arrow_left:hover {
	background-position: 0px -60px;
}
.arrow_slider.arrow_right:hover {
	background-position: -26px -60px;
}
.main {
	width: 570px;
	height: auto;
	overflow: auto;
	display: block;
	float: left;
	clear: none;
	padding: 0px;
	margin: 50px 40px 50px 0px;
}
.aside {
	width: 310px;
	height: auto;
	overflow: auto;
	display: block;
	float: left;
	clear: none;
	padding: 0px;
	margin: 50px 0px;
}
.aside .btn_submit {
	width: 260px;
	padding: 18px 20px;
	margin: 0px 0px 15px 0px;
	
	text-align: left;
	font-size: 19px;
	line-height: 25px;
}
.aside .btn_submit:nth-child(2) {border-color: #fab900;}
.aside .btn_submit:nth-child(2):hover {background: #fab900;}
.aside .btn_submit:nth-child(3) {border-color: #001b66;}
.aside .btn_submit:nth-child(3):hover {background: #001b66;}
.aside .btn_submit:nth-child(4) {border-color: #2a9101;}
.aside .btn_submit:nth-child(4):hover {background: #2a9101;}
.aside .btn_submit:nth-child(5) {border-color: #fab900;}
.aside .btn_submit:nth-child(5):hover {background: #fab900;}
.aside .btn_submit:nth-child(6) {border-color: #001b66;}
.aside .btn_submit:nth-child(6):hover {background: #001b66;}

.home_slide {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 918px;
	height: 480px;
	display: block;
}
.home_slide .teaser {
	width: 220px;
	height: 400px;
	display: block;
	padding: 40px 50px 40px 40px;
	margin: 0px;
	float: right;
	clear: none;
	background: #ffffff;
}
.home_slide .teaser .tablerow {
	width: 200px;
	height: 400px;
	display: table-row;
	float: none;
}
.home_slide .teaser .tablerow div {
	display: table-cell;
	vertical-align: middle;
}
.home_slide .teaser a {
	margin-left: 0px;
	float: none;
	width: 190px;
	border: none;
	padding: 10px;
	text-align: left;
}


/*================================================================================================*/
/* OUR TEAM                                                                                       */
/*================================================================================================*/
.pageourteam article {
	border: none;
}
.pageourteam .left {
	width: 100px;
	height: 100px;
	display: block;
	float: left;
	clear: none;
	margin: 0px 20px 0px 0px;
}
.pageourteam figure, .pageourteam figure img {
	width: 100px;
	height: 100px;
	float: left;
	clear: none;
	margin: 0px;
	padding: 0px;
}
.pageourteam .right {
	width: 450px;
	height: 100px;
	float: left;
	clear: none;
	display: block;
}
.pageourteam .right h2 {
	margin: 21px 0px 3px 0px;
	padding: 0px;
}
.pageourteam .right h5 {
	margin: 0px 0px 0px 0px;
	color: #787878;
}
.pageourteam .bottom {
	margin: 5px 0px 30px 0px;
	padding: 20px 30px;
	border: 1px solid #e9e9e9;
	display: block;
	float: left;
	clear: both;
}




/*------------------------------------------------------------------------------------------------------
PAGE BLOG
------------------------------------------------------------------------------------------------------*/
.pageblog a.btn_submit {
	float: left;
	clear: both;
	border: none;
	margin: 10px 0px 20px 0px;
}
.pageblog figure {
	width: 570px;
	height: 320px;
	margin: 10px 0px 25px 0px;
	padding: 0px;
}
.comments_head {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #e9e9e9;
	display: block;
	overflow: auto;
}
.comments_head h3 {
	color: #787878;
	display: inline-block;
	text-transform: uppercase;
	float: left;
	clear: none;
	margin: 0px 5px 0px 0px;
	font-size: 30px;
}
.comments_head p {
	font-size: 12px;
	line-height: 15px;
	float: left;
	clear: none;
	display: inline-block;
	margin: -3px 0px 0px 0px;
	padding: 0px;
	color: #787878;
}
.commenttext {
	margin: 0px 0px 30px 0px;
	padding: 20px 30px;
	border: 1px solid #e9e9e9;
	display: block;
	float: left;
	clear: both;
}
cite {
	width: 100%;
	height: 40px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	float: left;
	clear: both;
	display: block;
}
cite img {
	float: left;
	clear: none;
	display: inline-block;
}
cite h4 {
	margin: 12px 10px 0px 15px;
	float: left;
	clear: none;
	display: inline-block;
}
cite .commentdate {
	font-size: 12px;
	line-height: 15px;
	float: left;
	clear: none;
	display: inline-block;
	margin: 19px 0px 0px 0px;
	color: #787878;
}


.socialmedia {
	position: fixed;
	width: 70px;
	height: auto;
	overflow: auto;
	left: 10px;
	top: 150px;
	display: none;
}





@media (max-width: 1450px) {
.bg_main .bg_left {
	background: #ffffff;
}
}
/*------------------------------------------------------------------------------------------------------
IPAD Landscape - 1024x768
------------------------------------------------------------------------------------------------------*/
@media (max-width: 1024px) {
.nav ul li {
	background-position: 0px -5px;
}
.nav ul li:hover, .nav ul li.current_page_item {
	background-position: 0px bottom;
}
}
/*------------------------------------------------------------------------------------------------------
IPAD Portrait - 768x1024
------------------------------------------------------------------------------------------------------*/
@media (max-width: 1023px) {
.container {
	width: 700px;
	padding: 0px 20px;
}
.nav ul {
	height: 28px;
}
.nav ul li, .nav ul li a {
	font-size: 18px;
	line-height: 18px;
	height: 23px;
	padding: 0px 0px 5px 0px;
}
.nav ul li {
	margin: 0px 7px;
}

}
/*------------------------------------------------------------------------------------------------------
Google Phone Portrait, 
iPhone Landscape - 480x320
------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
.nav ul li.page-item-7, .nav ul li.page-item-11, .nav ul li.page-item-13 {
	display: none;
}
a.logo {
	width: 280px;
	height: 40px;
	background: url(../images/ecosolar_logo_mobile.png) 0px 0px no-repeat;
	margin: 20px 0px;
}
.nav ul li:last-child {
	float: none;
}
.container {
	width: 90%;
	padding: 0% 5%;
	border: none;
}
.aside, .slider_cont, .slider, .contact_right, .nav ul li.page-item-6 {
	display: none;
}
.main, article {
	width: 100%;
}
p img, .articleslider, .articleslider div, .form, figure, figure img, .pageblog figure, .contact_left, .headerphone {
	width: 100%;
	height: auto;
	border: none;
}
.headerphone {
	margin: 0px 0px 20px 0px;
}
.form {
	padding: 0px;
}
form {
	width: 100%;
	padding: 20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	display: block;
}
form input, form textarea {
	width: 100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.nav ul li, .nav ul li a {
	font-size: 9px;
	line-height: 20px;
	height: 20px;
	margin: 0px 2px;
	color: #000000;
}
.nav ul li.page-item-12 {
	margin-left: 0px;
}
.nav ul li a {
	margin: 0px;
}
}


/*------------------------------------------------------------------------------------------------------
iPhone Portrait - 320x480
------------------------------------------------------------------------------------------------------*/
@media (max-width: 479px) {
}