@charset utf-8;
/*
Theme Name: Dellsa
Theme URI: http://www.developaweb.com
Description: A Premium Responsive Parallax wordpress theme
Author: Majid
Author URI: http:http://www.developaweb.com
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0
Tags: light,theme-options, translation-ready
*/


/* ===================================*/
/* TABLE OF CONTENTS: */
/* ===================================*/
/* 01 - LAYOUT INITIALIZATION */
/* 02 - HEADER & NAVIGATION */
/* 03 - COMMON ELEMENTS & STYLES */
/* 04 - PAGES & SECTIONS SETUP*/
/* 05 - INDIVIDUAL PAGES AND ELEMENTS*/
/* 06 - FOOTER*/
/* 07 - RESETS : FRAMEWORK RESETS & PLUGIN RESETS*/
/* 08 - RESPONSIVE RULES : MOBILE OPTIMIZATION*/

/* ===================================*/
/* CONTENTS: */
/* ===================================*/

/* 01 - LAYOUT INITIALIZATION */
/*--wordpress default---*/
.wp-caption {}
.wp-caption-text {}
.sticky {}
.gallery-caption {}
.bypostauthor {}
.alignright {}
.alignleft {}
.aligncenter {}
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 15px; padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
p{
	font-size:14px;
	line-height: 21px;
	font-family:"aller_lightregular";
	color: #000;
}

.container{
max-width:1064px;
padding-left: 30px;
}
.main-wrapper{
	height: auto;
	min-height: 100%;
	position: relative;
	/*max-width:1350px;*/
	width: 100%;
	height:100%;
}

.wrapper{
	width:100%;
	float:left;
}

#content{
height: 100%;
position: relative;
z-index: 2;
}

.overflowhide{
	overflow:hidden;
}
.add-top-main{
	margin-top: 60px !important;
}
.add-bottom-main{
	margin-bottom: 60px !important;
}

/*tables comparison*/
table#majidcomparison { border:1px solid #ccc;}
#majidcomparison tr{border:1px solid #e1e1e1;}
#majidcomparison tr.header,#majidcomparison tr.footer { background:#000; color:#fff;font-size:19px;font-weight:bold;text-align:center;text-transform:uppercase;}
#majidcomparison tr.rowmain{background:#34a643; text-align:center;font-family:"aller_lightregular";font-size:18px;font-weight:bold;text-transform:uppercase;}
#majidcomparison tr.header td.one,#majidcomparison tr.footer td.one {background:#fff;border:1px solid #fff;}
#majidcomparison tr.odd{background:#e1e1e1;}
#majidcomparison tr td { padding:10px; border:1px solid #CCCCCC;}
#majidcomparison tr td.center{text-align:center;}
.aboutintro{ text-align:center; height:165px; padding:30px 0px; position:relative;}
.aboutintro h2 { text-align:center; font-size:42px; font-family:"aller_lightregular"; font-weight:normal; padding-bottom:5px;}
.aboutintro > article > p {font-size:18pt !important; line-height:43px;}
.aboutintro .abswhoweare { position:absolute; left:50%; margin-left:-140px; z-index:100; /*visibility:hidden;*/}
.aboutintro .abswhoweare1 { position:absolute; left:50%; margin-left:-140px; z-index:100; /*visibility:hidden;*/}

#about .thumb-icon { margin-bottom: -15px;
    margin-left: -30px;
    padding-top: 40px;}
.centermajid { background:url(images/team-bg.png) no-repeat 50% 50%;}
.teamimg { border:3pt solid #ccc; border-radius:0px;}
span.color5AB564 { color:#34a643;}
.whatwedo{ position:relative;font-family:"aller_lightregular"; height:410px;}
.whatwedo .textbottom{
	position: absolute;
    right: 0;
    top: 158px;
    width: 305px;
	color:#ccc;	 font-size:17px;
}
.whatwedo .texttop{
	position: absolute;
    right: 0;
	top:80px;
    width: 305px;
	color:#fff;	 font-size:19px; text-align:center
}
.whatwedo h2{color: #FFFFFF;
    font-family: "aller_lightregular";
    font-size: 42px;
    font-weight: normal; position:absolute; top:60px;
    margin-top: 0;}
#whatwedoimgs{height:230px; position:relative;  margin-top:180px;}
#whatwedoimgs .greenline{ background:url(images/animation/bg-greenline.png) repeat-y left top; height:230px;/*visibility:hidden;*/}
#whatwedoimgs .circle{ left: -17px;
    position: absolute;
    top: -10px;/*visibility:hidden;*/}
#whatwedoimgs .dotted{ position:absolute; top:0px; left:40px;/*visibility:hidden;*/}
#whatwedoimgs .wwd1{ left: 400px;
    position: absolute;
    top: -40px;/*visibility:hidden;*/}
#whatwedoimgs .wwd2{ left: 407px;
    position: absolute;
    top: -76px;/*visibility:hidden;*/}
#whatwedoimgs .wwd3{     left: 414px;
    position: absolute;
    top: -123px;/*visibility:hidden;*/}

.whatwedo .abswhoweare { position:absolute; left:50%; margin-left:-140px; z-index:100; /*visibility:hidden;*/bottom:-27px;}
.whatwedo .abswhoweare:hover{cursor: pointer;cursor: hand;}
#frm_form_11_container input { font-family: "aller_lightregular"; background:#666; border:1px solid #34a643; height:50px; width:465px; color:#fff; font-size:23px; margin:20px;border-radius: 0 0 0 0;}
input:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
input:focus:-moz-placeholder {
    color: #fff;
    opacity: 0;
}

input:focus::-moz-placeholder {
    color: #fff;
    opacity: 0;
}
textarea:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

textarea::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
textarea:focus:-moz-placeholder {
    color: #fff;
    opacity: 0;
}

textarea:focus::-moz-placeholder {
    color: #fff;
    opacity: 0;
}
#frm_form_11_container textarea {  font-family: "aller_lightregular";background:#666; border:1px solid #34a643; height:100px; width:465px; color:#fff; font-size:23px; padding-top:10px; margin:20px;border-radius: 0 0 0 0;line-height: 35px;}
#frm_form_11_container textarea:hover,#frm_form_11_container textarea:focus {background:#666 !important; }
#frm_form_11_container input[type="submit"] {  font-family: "allerdisplay";background:#34a643; color:#fff; text-shadow:none; font-size:33px;}
#frm_form_11_container input[type="submit"]:hover { border:1px solid #fff !important;}
#frm_form_11_container .frm_error{ text-align:center; color:red;}

.headbigwhite { color: #FFFFFF;
    font-size: 52pt;
    margin-top: 40px;
    text-align: center; padding-bottom:30px;}
.partners-primary-directive2 .headbigwhite { font-size: 38pt;}
.headgreenwithline {color: #34a643;
    font-size: 23px;
    margin-top: 20px;
    text-align: center;border-bottom: 1px solid #34a643;line-height: 0; width:800px; margin-left:160px;}
	
.contact-primary-directive2 .headgreenwithline {
    width:550px; margin-left:270px;}	
.contact-primary-directive2 article.span6 h2{color:#34A643; padding-left:20px;}
.contact-primary-directive2 article.span6 h4{ color:#fff; padding-left:20px;}	
.contact-primary-directive2 .with_frm_style .form-field { margin-bottom:-6px !important;}
.partners-primary-directive2 .headgreenwithline { width:900px; margin-left:100px; margin-bottom:45px;} 
#portfolio .thumb-icon { padding-top:40px;}
.headgreenwithline >span{ background:#4c4c4c; padding:0 20px;}
.headbigwhite2 { color: #4c4c4c;
    font-size: 52pt;
 padding-bottom:30px;
    text-align: center;}
.headgreenwithline2 {color: #34a643;
    font-size: 23px;
    margin-top: 30px; margin-bottom: 50px;
    text-align: center;border-bottom: 1px solid #34a643;line-height: 0;width:970px; margin-left:55px;}

.headgreenwithline2 >span{ background:#f3f3f3; padding:0 20px;}

#frm_form_6_container,#frm_form_7_container,#frm_form_8_container,#frm_form_9_container {border:2px solid #34a643;
  padding:50px;}

.onehun input,.onehun textarea,.onehun select {width:100% !important;padding:15px;}
span.frm_required {color:#e86655}
.onehun textarea:focus {background:#fff !important; color:#000 !important;}
#frm_form_6_container p.submit,#frm_form_7_container p.submit,#frm_form_8_container p.submit,#frm_form_9_container p.submit { text-align:center;}
#frm_form_6_container p.submit input,#frm_form_7_container p.submit input ,#frm_form_8_container p.submit input ,#frm_form_9_container p.submit input  {
  background:#FFFFFF;
  border:1px solid #34a643;
  padding:10px 40px;
  text-align:center;
}
#frm_form_6_container p.submit input:hover,#frm_form_7_container p.submit input:hover,#frm_form_8_container p.submit input:hover,#frm_form_9_container p.submit input:hover {background:#000; color:#fff}

.partnersmajid { background:url(images/partners-bg.png) no-repeat 50% 50%; padding:50px;}
.partners-block {color: #CCCCCC;
    margin: 10px;
    text-align: center;font-family: "aller_lightregular"; /*visibility:hidden;*/}

.partners-block .phead{font-size: 24px;
    margin-bottom: 50px;
    margin-top: 0;
    padding-top: 0px;}
.partners-block .psubhead{font-size: 19px;
    margin-bottom: 25px;}
.partners-block .plist{}
.partners-block .preadmore{ margin-top:10px;}

.partners-block .preadmore .btn-partners{
	margin-top: 15px;
	padding: 12px 20px;
	background: #ccc;
	color: #000;
	border: solid 1px #34a643;
	border-radius: 0px;
	text-shadow:none;
	font-size: 14px;
	font-family:"aller_lightregular";
	text-transform: uppercase;
}
.partners-block .preadmore .btn-partners:hover{
	color: #000;
	background: #34a643;
	border: solid 1px #fff !important;
}
#frm_form_11_container { /*visibility:hidden;*/}
.chart {
	position:absolute;
  
  display:block;
 
float:left;

 
}
.chart span,span2,span3,span4,span5,span6,span7,span8,span9,span10,span11,span12{
  
   display:block;

float:left;

}


span3.chart canvas {
 height:278px;

}
span5.chart canvas {
 height:274px;

}
span6.chart canvas {
 height:302px;

}
span8.chart canvas {
 height:277px;

}
span9.chart canvas {
 height:302px;

}
span10.chart canvas {
 height:334px;

}
span12.chart canvas {
 height:280px;

}
.percent {
  display: inline-block;
 
}
.percent:after {
 
  font-size: .8em;
}
.angular {
  margin-top: 100px;
}
.angular .chart {
  margin-top: 0;
}

.process { background:url(images/animation/bg-greenline.png) repeat-y left top; height:1588px; position:relative; padding-top:0px; }

.processmajid { position:relative; height:340px;	font-family:"aller_lightregular";padding-top: 90px;}
.processmajid .text{ /*position:absolute; right:0px;*/   padding-right: 97px; padding-top: 0px; line-height:15px;  position: absolute;
    right: 0;
    top: 70px;}
.processmajid .text > span {color:#34a643;}
.processmajid .text > p { line-height:22px;font-size:17px; color: #333;}
.processmajid .text strong {font-weight:bold;color: #000;}
.processmajid .line {/*position: absolute; left: 35px;*/}
.processmajid .name{position: absolute; top: 165px; font-size: 20px; left: 343px;}
.processmajid.span12{ margin-left:0px;}
.processmajid hr{ border:1px solid #34A643;}

.process .step1,.process .step2,.process .step3,.process .step4,.process .step5{ /*visibility:hidden*/}
.processmajid .step1 .pic1 {background:url("images/process/step1.png") no-repeat;left: 212px; position: absolute;top: 204px;}
.processmajid .step2 .pic1{ position:absolute; background:url("images/process/step2-1.png") no-repeat; left: 91px;top: 203px;}
.processmajid .step2 .pic2{background: url("images/process/step2-2.png") no-repeat;left: 212px; position: absolute;top: 203px;}
.processmajid .step3 .pic1{ position:absolute; background:url("images/process/step3-1.png") no-repeat; left: 91px;top: 78px;/*width: 245px;height: 245px;*/}
.processmajid .step3 .pic2{ position:absolute; background:url("images/process/step3-2.png") no-repeat; left: 79px;top: 203px;/*width: 271px;height: 134px;*/}
.processmajid .step3 .pic3{ position:absolute; background:url("images/process/step3-3.png") no-repeat; left: 213px;top: 203px;/*width: 150px;height: 148px;*/}
.processmajid .step4 .pic1{ position:absolute; background:url("images/process/step4-1.png") no-repeat; left: 87px;top: 78px;/*width: 254px;height: 245px;*/}
.processmajid .step4 .pic2{ position:absolute; background:url("images/process/step4-2.png") no-repeat; left: 83px;top: 65px;/*width: 463px;height: 274px;*/}
.processmajid .step4 .pic3{ position:absolute; background:url("images/process/step4-3.png") no-repeat; left: 65px;top: 202px;/*width: 308px; height: 151px;*/}
.processmajid .step4 .pic4{ position:absolute; background:url("images/process/step4-4.png") no-repeat; left: 218px;top: 203px;/*width: 170px;height: 165px;*/}
.processmajid .step5 .pic1{ position:absolute; background:url("images/process/step4-1.png") no-repeat; left: 86px;top: 107px;/*width: 254px;height: 245px;*/}
.processmajid .step5 .pic2{ position:absolute; background:url("images/process/step2-2.png") no-repeat; left: 217px;top: 231px;/*width: 138px;height: 134px;*/}

.teammajid { background:#34a643; color:#fff;font-family:"aller_lightregular";max-height:640px !important;}
.teammajid button.close { 
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;zoom:1;
}
.teammajid .majidheadermodal { position:relative; height:200px; width:680px; display:block;}
.teammajid .majidhead123center{ 
    position: absolute;
	text-align:center;
	width:300px;
	right:1px;top:30px;
    }
	
.teammajid .majidhead123center > p{color: #FFFFFF;
    font-size: 19px;padding:8px;font-family:"aller_lightregular";}
	
	
.teammajid .majidheadermodal .coreimgp { position:relative; width:350px; height:200px; display:block;}
.teammajid .majidheadermodal .coreimgp .coreimg {left: 120px;
    position: absolute;
    top: 40px;
    width: 130px;}	
.teammajid .majidheadermodal .coreimgp > p {color:#fff;} 
.teammajid .majidheadermodal .coreimgp .single1 {  position: absolute;right: 13px;top: 20px;}
.teammajid .majidheadermodal .coreimgp.behrouz .single1{right:6px; top:20px;}
.teammajid .majidheadermodal .coreimgp.beverly .single1{ right:34px; top:20px;}
.teammajid .majidheadermodal .coreimgp .single2 {  position: absolute;right: 10px;top: 100px;}
.teammajid .majidheadermodal .coreimgp.behrouz .single2{ right:-6px;}
.teammajid .majidheadermodal .coreimgp.beverly .single2{ right:5px; top:100px;}
.teammajid .majidheadermodal .coreimgp .single3 {  position: absolute;right: 46px;top: 165px;}
.teammajid .majidheadermodal .coreimgp.beverly .single3 {right: -43px;}
.teammajid .majidheadermodal .coreimgp.behrouz .single3 {right:-33px; top:165px;}
.teammajid .majidheadermodal .coreimgp .single4 {  position: absolute;left: 88px;top: 26px;}
.teammajid .majidheadermodal .coreimgp.behrouz .single4{ left:18px;}
.teammajid .majidheadermodal .coreimgp.beverly .single4{left:13px; top:26px;}
.teammajid .majidheadermodal .coreimgp .single5 {  position: absolute;left: 10px;top: 100px;}
.teammajid .majidheadermodal .coreimgp.behrouz .single5{ left:25px;}
.teammajid .majidheadermodal .coreimgp.beverly .single5{left:33px; top:100px;}
.teammajid .majidheadermodal .coreimgp .single6 {  position: absolute;left: 20px;top: 168px;}
.teammajid .majidheadermodal .coreimgp.beverly .single6{left:15px; top:165px;}
.teammajid .majidheadermodal .coreimgp.behrouz .single6 { left:15px; top:165px;}	

.teammajid .majidheadermodal .coreimgp .line1{background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    height: 1px;
    position: absolute;
   left:100px;top:110px; width:165px;}
.teammajid .majidheadermodal .coreimgp.beverly .line1 {left:100px;top:110px; width:165px;} 
.teammajid .majidheadermodal .coreimgp.hossein .line1{width:159px;left: 106px;}


.teammajid .majidheadermodal .coreimgp .line2{
background: none repeat scroll 0 0 #FFFFFF;
    display: block;
height: 171px;
    left: 179px;
    position: absolute;
    top: 17px;
	width:1px;
    transform: rotate(38deg) ;
    -webkit-transform: rotate(38deg) ;
    -moz-transform: rotate(38deg) ;
    -o-transform: rotate(38deg) ;
    -ms-transform: rotate(38deg) ;
}
.teammajid .majidheadermodal .coreimgp .line3{
background: none repeat scroll 0 0 #FFFFFF;
    display: block;
  height: 176px;
    left: 184px;
    position: absolute;
    top: 17px;
	width:1px;
    transform: rotate(-46deg) ;
    -webkit-transform: rotate(-46deg) ;
    -moz-transform: rotate(-46deg) ;
    -o-transform: rotate(-46deg) ;
    -ms-transform: rotate(-46deg) ;
}

#jack .modal-body {
  max-height:430px !important;
}
#mojan .modal-body {
  max-height:430px !important;
}
#spa .modal-body {
  max-height:430px !important;
}
/* 02 - HEADER & NAVIGATION */
/*Sticky Elements*/
#badge{
	position: fixed;
	top: 10px;
	height: 171px;
	width: 100%;
	text-align: center;
	z-index: 100 !important;
}
#badge > img{
	z-index: 1001 !important;
}
#scroll{
	position: fixed;
	bottom: 0px;
	height: 105px;
	width: 100%;
	/*background: url('images/scroll.png') no-repeat center top;*/
	z-index: 90;
}

/*** NAV ***/
.navigation{
	background: #34a643;
	position: absolute;
	z-index: 102 !important;
	width:100%;
	display: none;
	height:115px;
	bottom: 0px;
	/*background-image: linear-gradient(left , #FFFFFF 4%, #5AB565 50%);
background-image: -o-linear-gradient(left , #FFFFFF 4%, #5AB565 50%);
background-image: -moz-linear-gradient(left , #FFFFFF 4%, #5AB565 50%);
background-image: -webkit-linear-gradient(left , #FFFFFF 4%, #5AB565 50%);
background-image: -ms-linear-gradient(left , #FFFFFF 4%, #5AB565 50%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	right bottom,
	color-stop(0.4, #FFFFFF),
	color-stop(0.5, #5AB565)
);
*/
}
.sticky{
	position: fixed;
	width:100%;
	height:115px;
	top: 0px;
}

#main-nav{
	width: 100%;
	text-align: center;
	margin: 0px;
}
#main-nav li{
	display: inline-block;
	width: 100px;
	text-align: center;
	margin-top:45px;
}
#main-nav li a{
	color: #000;
	font-size: 20px;
font-family:"aller_lightregular";
margin-left: 10px;
margin-right: 10px;
text-decoration: none !important;
}
#main-nav li a:hover{
	color: #fff;
	text-decoration: none !important;
}
#main-nav li a.lighted{
	color: #fff !important;
	border-top: solid 4px #fff;
}


#main-nav li:hover > ul{
	display:block;   
	opacity: 1;    
}
#main-nav li ul
{
    list-style:none; 
    opacity: 1;
    display:none; 
    z-index:9999;
    border-radius:3px 0 0 3px !important;
/*    border: solid 4px rgba(255,255,225,0.8);   */
    border-right: none; 
    margin:0;
    margin-left: 20px;
    /*margin-top: 12px;*/
    font-size: 10px;
    padding: 0;
    padding-top: 15px;
    position: absolute;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;   
}

#main-nav li ul:after 
{ 
 bottom: 100%; 
 top: -1px;
 border: solid transparent; content: " "; 
 height: 0; 
 width: 0; 
 position: absolute;
 pointer-events: none;

} 
#main-nav li ul:after 
 { 
  border-color: rgba(68, 68, 68, 0);
  border-bottom-color: #111; 
  border-width: 8px; 
  left: 5.5%; 
  margin-left: -8px; 
  
 }




#main-nav li ul li
{
	padding:5px !important; 
	text-align: left;
    background:#111111;
    width:150px;
    display: block;
    margin-top: 0px;
    border-bottom: solid 1px #444;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;   
}




#main-nav li ul li:hover
{
 background: #444;
}
#main-nav li ul li:last-child
{
	  border-bottom: solid 0px #444;
}
#main-nav li ul li a
{
    color:#FFF !important; 
    font-size:14px !important; 
    line-height: 21px;
    margin-bottom:1px;
     -webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;


}
#main-nav li ul li a:hover{  margin-right:10px !important;   }





.logo-wrap{
	width: 150px !important; position:absolute; left:0px; top:-40px;
}
.logo-wrap img{}
.logo{
	text-align:center;
	min-width:100%;
	text-transform:uppercase;
	font-size:26px;
	font-weight:700;
	z-index: 999 !important;
}
.logo:hover{
	color:#E67E22;
	text-decoration:none;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5), -1px -1px 0px rgba(0, 0, 0, 1);
}


/* 03 - COMMON ELEMENTS & STYLES */

/**Typography & Common Elements**/
.btn-renova{
	margin-top: 15px;
	padding: 12px 20px;
	background: #fff;
	color: #000;
	border: solid 3px #000;
	border-radius: 0px;
	text-shadow:none;
	font-size: 14px;
	font-family:"aller_lightregular";
	text-transform: uppercase;
}
.btn-renova:hover{
	color: #000;
	/*background: #34a643;*/
	border: solid 3px #fff !important;
}
.btn-renova-alt{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 12px 20px;
	background: #fff;
	color: #000;
	border: solid 3px #000;
	border-radius: 0px;
	text-shadow:none;
	font-size: 14px;
	font-family:"aller_lightregular";
	text-transform: uppercase;
}
.btn-renova-alt:hover{
	border: solid 3px #fff !important;
	color: #fff;
	/*background: #34a643;*/
	border: solid 3px #000;
}
.main-heading{
	font-size: 84px;
	line-height: 90px;
	text-align: center;
	font-weight: normal;
font-family:"aller_lightregular";
text-transform: uppercase;
}
.main-heading span{
	color: #000;
}
.main-heading-white span{
	color: #fff;
}
.inner-heading{
	color: #000;
	font-size: 24px;
	line-height: 31px;
font-family:"aller_lightregular";
margin-bottom: 30px;
}
.inner-heading span{
/*border-bottom: double 4px #34a643;*/
padding-bottom: 10px;
}
.thumb-icon{
	text-align: center;
}
.thumb-icon > img{
	width: 97px;
	height: 97px;
}
.promo-text{
	padding-top: 26px;
	text-align: center;
	margin-bottom: 60px;
	background: url('images/slants/yellow-v.png') no-repeat center top;
}
.promo-text > span{
	font-size: 24px;
	line-height: 31px;
	/*color: #fff;*/
	font-weight: normal;
	font-family:"aller_lightregular";
	padding: 10px;
	/*background: #34a643;*/
	border-bottom: double 8px #fff;
}
.promo-text-alt{
	padding-top: 26px;
	text-align: center;
	margin-bottom: 30px;
	background: url('images/slants/white-v.png') no-repeat center top;
}
.promo-text-alt.darken > span{
	font-size: 24px;
	line-height: 31px;
	/*color: #000;*/
	font-weight: normal;
	font-family:"aller_lightregular";
	padding: 10px;
	/*background: #fff;*/
	border-bottom: double 8px #34a643;
}
.promo-text-inv{
	padding-bottom: 26px;
	text-align: center;
	margin-bottom: 30px;
	background: url('images/slants/white-v-inv.png') no-repeat center bottom;
}
.promo-text-inv.darken > span{
	font-size: 24px;
	line-height: 31px;
	/*color: #000;*/
	font-weight: normal;
	font-family:"aller_lightregular";
	padding: 10px;
	/*background: #fff;*/
	border-top: double 8px #34a643;
}
.promo-text-inv-yellow{
	padding-bottom: 26px;
	text-align: center;
	margin-bottom: 30px;
	background: url('images/slants/dark-v-inv.png') no-repeat center bottom;
}
.promo-text-inv-yellow.darken > span{
	font-size: 24px;
	line-height: 31px;
	/*color: #fff;*/
	font-weight: normal;
	font-family:"aller_lightregular";
	padding: 10px;
	/*background: #111;*/
	border-top: double 8px #fff;
}

.wrap-pad{
	padding: 10px;
}


/* 04 - PAGES & SECTIONS SETUP*/

.intro{
	text-align: center;
	padding-top: 200px;
}

.wide-section-showcase{
	padding: 10px 0px;
    /*background: #34a643;*/
    -moz-box-shadow: 1px -3px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px -3px 5px rgba(0,0,0,0.2);
    box-shadow: 1px -3px 5px rgba(0,0,0,0.2);
}

.split-section
{
	
}
/*#about{
	background: #fff url('images/slants/yellow.png') center top no-repeat;
}
#about-mid{
	padding-top: 50px;
	padding-bottom: 0px;
	background: rgba(255,192,0,0.8);
}
#about-end{
	background: #fff;
}
#about .inner{
	background: url('images/badges/01.png') no-repeat right top;
}


#services{
	background: #34a643 url('images/slants/white.png') center top no-repeat;
}
#services .inner{
	background: url('images/badges/02.png') no-repeat left top;
}

#newsreel{
	background: #fff url('images/slants/yellow.png') center top no-repeat;
}
#newsreel .inner{
	background: url('images/badges/03.png')  no-repeat right top;
}


#portfolio{
	background: #34a643 url('images/slants/white.png') center top no-repeat;
}
#portfolio .inner{
	background: url('images/badges/04.png') no-repeat left top;
}

#contact{
	background: #fff url('images/slants/yellow.png') center top no-repeat;
    padding-bottom: 0 !important;
}
#contact .inner{
	background: url('images/badges/05.png')  no-repeat right top;
}
*/

/* 05 - INDIVIDUAL PAGES AND ELEMENTS*/

/**INTRO**/
.intro h1{
	text-align: center;
}
.intro h1 > span{
	padding: 10px 10px 5px 15px;
	font-size: 64px;
	line-height: 72px;
	font-family:"aller_lightregular";
	color: #fff;
	background: #34a643;
}
#intro-nav{
	margin-top: 30px;
	text-align: center;
}
#intro-nav ul{
	margin:0;
	padding:0;
}
#intro-nav ul li{
	margin-bottom: 5px;
	display: inline-block;
	/*background: #34a643;*/border-radius:10px;
}

#intro-nav ul li:hover{
	margin-bottom: 5px;
	display: inline-block;
	background: #fff;
}
.intro-nav-thumb{
	position: absolute;
}
.intro-nav-info{
	background: #000;
	position: absolute;
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
}

/*** SHOWCASE ***/
.zoom-info{
	display: block;
}
#container-folio{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background: #34a643;
}


.folio-image-box {
float: left;
width: 25%;
color: #fff;
padding:0px;	
margin:0px;
border:none;
display:block;
height:200px;
overflow:hidden;
-moz-box-sizing:border-box;
}

.folio-image-box > a{
	overflow:hidden;
	height:200px;
}

.folio-image-box a > img{
	max-width:auto;
	min-height:100%;
	-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.og-loading omg{
	width:100%;
	height:auto;
}

.folio-image-box:hover {
z-index: 11;
}

.folio-image-box:hover .folio-image-box img {
background: #34a643;
position: absolute;
width: 100%;
height: 100%;
text-shadow: 1px 1px 0 rgba(75,75,75, .7);
text-align: center;
z-index: 10;
left:100%;

}


.folio-image-info {
background:#34a643;
position: absolute;
text-align: center;
width: 100%;
height: 100%;
top: 0px;
left: -100%;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;

}

.folio-image-info h3{
	padding-top:20px;
}

.folio-image-info span{
	color:#fff;
	text-decoration:none;
	position:relative;
	
}
.folio-image-info span.plus{
	
	
	width: 40px;
	height: 40px;
	margin-top:10px;
	cursor: pointer;
	background: url(img/plus.png) 0px 0px;
	display:inline-block;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
}

.folio-image-info span.plus:hover{
	
	background: url(img/plus.png) 0px -40px;
	width: 40px;
	height: 40px;
}

.folio-image-box:hover .folio-image-info {
background: #34a643;
position: absolute;
width: 100%;
height: 100%;
text-shadow: 1px 1px 0 rgba(75,75,75, .7);
text-align: center;
z-index: 10;
left:0%;

}

.folio-image-info .title {

-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.3);
-moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.3);
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.3);
}
.image-info .description {
padding: 11px 40px;
}

.folio-link{
	position: absolute;
}


/*ajax project view*/
.project_page
{
    background-color:#fff;
    width:960px;
    padding:30px;
}

.project_content
{
    width:auto;
}
.project_content h3{
	margin-top: 20px;
}


/**ABOUT**/
.shoutout{
	font-size: 24px;
	line-height: 31px;
font-family:"aller_lightregular";
padding-bottom: 10px;
	color: #000;
	/*border-left: solid 10px #34a643;*/
	padding-left: 20px;
}
.shoutout h4{
	margin-top: 20px;
font-family:"aller_lightregular";
}
.inner-sub-heading{
	padding:5px;
	background: #eee;
	color: #000;	
	font-family:"aller_lightregular";
	margin-bottom: 10px;
}
.about-promo > p{
	margin-top: 30px;
	font-family:"aller_lightregular";
	font-size: 36px;
	line-height: 43px;
	color: #000;
	text-align: center;
	padding: 0px 120px;
}
.about-promo > p > span{
	padding:5px;
	background: rgba(255,255,255,0.8);
	line-height: 64px;
}
.about-promo > h3{
	padding-left: 80px;
	padding-right: 80px;
	margin-top: 30px;
	font-family:"aller_lightregular";
	font-size: 148px;
	line-height: 155px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
}
.banner-screen{
	margin-top: 40px;
	width: 800px;
	height: 400px;
}
.banner-screen-inner{

}
.testimonial-block{
	margin-bottom: 20px; 
	background:#34a643;
}
.testimonial-content{
	/*background:#34a643;*/
}
.tes-text{
	padding: 20px 15px 20px 25px;
	font-size: 16px;
	line-height: 23px;
font-family:"aller_lightregular";
	color: #000;
}
.tes-client{
	font-size: 18px;
	line-height: 25px;
	padding: 0px 15px 20px 25px;
	font-variant: normal;
font-family:"Open_Sans_B";
	color: #FFF;
}
.tes-client > span{
	font-size: 14px;
	font-variant: normal;
font-family:"aller_lightregular";
	color: #FFF;
}
/* crycle */

table#tableportfolio { margin:40px 0px;
		
}
table#tableportfolio .row1{ border-bottom:1px solid #cccccc; height:210px;}
table#tableportfolio .row2{ height:210px;}
table#tableportfolio .row1 .col1,table#tableportfolio .row2 .col1,table#tableportfolio .row1 .col2,table#tableportfolio .row2 .col2{ border-right:1px solid #cccccc;}
table#tableportfolio .row1 .col1,table#tableportfolio .row2 .col1{
    width: 350px;
}
table#tableportfolio .row1 .col3,table#tableportfolio .row2 .col3{
	padding-left:15px;
}
table#tableportfolio .row1 .col2,table#tableportfolio .row2 .col2{
 padding-left: 15px;
    width: 365px;
}

table#tableabout { margin:40px 0px;}
table#tableabout .row1{ border-bottom:1px solid #cccccc; height:230px;}
table#tableabout .row2{ height:195px;}
table#tableabout .row1 .col1,table#tableabout .row2 .col1,table#tableabout .row1 .col2,table#tableabout .row2 .col2{ border-right:1px solid #cccccc;}
table#tableabout .row1 .col1,table#tableabout .row2 .col1{
    width: 355px;
	padding-left:0px;
}
table#tableabout .row1 .col3,table#tableabout .row2 .col3{
	padding-left:25px;
}
table#tableabout .row1 .col2,table#tableabout .row2 .col2{
 padding-left: 25px;
    width: 365px;
}
table#tableabout .row2 .col1,table#tableabout .row2 .col2,table#tableabout .row2 .col3{ vertical-align:top; text-align:center;}
table#tableabout .row2 .col1 h4,table#tableabout .row2 .col2 h4,table#tableabout .row2 .col3 h4{ color:#fff; font-size:26px; font-family:"aller_lightregular";font-weight: normal;
    padding-top: 45px;}
table#tableabout .row2 .col1 h4 > a,table#tableabout .row2 .col2 h4 > a,table#tableabout .row2 .col3 h4 > a{ color:#fff; font-size:26px; font-family:"aller_lightregular";font-weight: normal;
    padding-top: 45px;}
table#tableabout .row2 .col1 h4 > a:hover,table#tableabout .row2 .col2 h4 > a:hover,table#tableabout .row2 .col3 h4 > a:hover{text-decoration:none;}
table#tableabout .row2 .col1 h5,table#tableabout .row2 .col2 h5,table#tableabout .row2 .col3 h5{ font-family:"allerdisplay";font-size:26px; color:#4c4c4c; padding-top:25px; font-weight:normal; padding-bottom:40px; }

table#tablepartners { margin:20px 0px;}
#about-collapse h2 { font-size:42px; color:#fff; font-weight:normal;padding-top:15px; font-family:"aller_lightregular";}
table#tablepartners .row1{ border-bottom:1px solid #cccccc; height:120px;}
table#tablepartners .row2 { height:75px; font-weight:bold;}
table#tablepartners .row3 { height:120px;}
table#tablepartners .row4 { height:70px;}
table#tablepartners .row1 .col1,table#tablepartners .row2 .col1,table#tablepartners .row3 .col1,table#tablepartners .row4 .col1,table#tablepartners .row1 .col2,table#tablepartners .row2 .col2,table#tablepartners .row3 .col2,table#tablepartners .row4 .col2{ border-right:1px solid #cccccc;}
#partners article.span6 {font-size:17px;
  line-height:22px;font-family:"aller_lightregular";}
table#tablepartners .row1 .col1,table#tablepartners .row1 .col2,table#tablepartners .row1 .col3{ color: #CCCCCC;
    font-size: 28px;
    text-align: center;
    width: 350px;font-family:"aller_lightregular";}

table#tablepartners .row2 .col1,table#tablepartners .row2 .col2,table#tablepartners .row2 .col3{ color: #CCCCCC;
    font-size: 20px;
    text-align: center;font-family:"aller_lightregular";}

table#tablepartners .row3 .col1,table#tablepartners .row3 .col2,table#tablepartners .row3 .col3{ color: #CCCCCC;
    font-size: 20px;
	padding-left:0px;
    text-align: center;font-family:"aller_lightregular";}
table#tablepartners .row2 .col1,table#tablepartners .row2 .col2,table#tablepartners .row2 .col3{
    font-size: 20px;
    text-align: center;font-family:"aller_lightregular";}
table#tablepartners .row4 a{ padding:1px 35px; font-size:22px; border:1px solid #34a643; background:#ccc;font-family:"aller_lightregular"; color:#000;}
table#tablepartners .row4 .col1,table#tablepartners .row4 .col2,table#tablepartners .row4 .col3{ vertical-align:bottom; text-align:center; }
/**/


.team-3-block{width:31%; float:left; /*visibility:hidden;*/}
.team-3-block:first-child{ margin-left:50px;}
.team-block {
	padding: 10px; 
}
nav.team-social a img {-webkit-transition: all .3s ease;
	-moz-transition: all .3s  ease;
	-o-transition: all .3s  ease;
	-ms-transition: all .3s  ease;
	transition: all .3s ease; }
nav.team-social a:hover img{transform: rotate(360deg);
	-ms-transform: rotate(360deg); /* IE 9 */
	-webkit-transform: rotate(360deg); /* Safari and Chrome */
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s  ease-in-out;
	-o-transition: all .3s  ease-in-out;
	-ms-transition: all .3s  ease-in-out;
	transition: all .3s ease-in-out;
	
	}
.team-3-block img {
	-webkit-transition: border-color 0s ease;
         -moz-transition: border-color 0s ease;
           -o-transition: border-color 0s ease;
          -ms-transition: border-color 0s ease;
              transition: border-color 0s ease; 
	 }
.team-3-block:hover img{
	  border: 0pt solid #4c4c4c;
         -webkit-transition: border-color 1s ease;
         -moz-transition: border-color 1s ease;
           -o-transition: border-color 1s ease;
          -ms-transition: border-color 1s ease;
              transition: border-color 1s ease; 
	
	}
body .modal {
    /* new custom width */
    width: 750px;
    /* must be half of the width, minus scrollbar on the left (30px) */
    margin-left: -375px;
}
.modal .singleteamimg{ border:0px}
.modal .singleteamimg:hover { border:0px;}
.modal .singleteamtext { color:#fff; margin:20px 35px;line-height:26px; font-size:16px;}
.modal .subheadsingleteamimg { text-align:center; padding:0px; margin:55px 0px 0px 0px;}



.team-block-inner{
	background: none;
}
.team-block h3 {
	color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 40px;font-variant: normal;
font-family:"aller_lightregular";
}
.clientname h3{
		 color: #FFFFFF;
    font-family: "aller_lightregular";
    font-size: 40px;
    font-variant: normal;
    font-weight: normal;
    line-height: 80px;
    margin-bottom: 0;
    margin-top: 20px;
}
.clientname a{ text-decoration:none;}
.team-block h6 {
    color: #4c4c4c;
    font-size: 18px;
    line-height: 16px;
    margin-top: 5px;
    padding-top: 5px;font-variant: normal;    font-weight: normal;
font-family:"aller_lightregular";
}
.team-block h6 > span {
    padding-top: 5px;
}
.clientname h6{
	color: #4c4c4c;
    font-size: 28px;
    line-height: 16px;
    margin-top: 5px;
    padding-top: 5px;font-variant: normal;
font-family:"aller_lightregular"; font-weight: normal;
	
}
.clientname  { margin-bottom:30px;}
.clientname h6 > span { }

.team-block p {
    color: #000000;
}
.team-social {
    margin-top: 20px;
    padding-bottom: 40px;
}
.team-social a > img {
    height: 36px;
    opacity: 1;
    width: 36px;
}

.skillset h3{
	font-size: 20px;
	line-height: 26px;
font-family:"aller_lightregular";
	color: #000;
}
.progress{
	height: 25px;
    border-radius: 0px !important;
	box-shadow: none !important;
    background: #111111 url('images/dark-bg.png') repeat !important;
}
.width80{
	width: 80% !important;
}

.width60{
	width: 60% !important;
}

.width78{
	width: 78% !important;
}

.width95{
	width: 95% !important;
}
.bar{
	background: #34a643 !important;
	box-shadow: none !important;
}

/*SERVICES*/
.service-block{
	padding: 50px 20px;
	background: #fff url('images/slants/dark-small.png') center top no-repeat;
	border-top: solid 3px #111;
}
.service-thumb > img{
	width: 160px;
	height: 160px;
}
.add-bottom-services{
	margin-bottom: 30px;
}
.service-block:hover{
	padding: 50px 20px;
	background: #111 url('images/slants/white-small.png') center top no-repeat;
	border-top: solid 3px #fff;
	color: #fff !important;
    transition: all 0.9s ease 0s;
}
.service-block:hover > .inner-heading, .service-block:hover > p{
	color: #fff !important;
}

/*NEWS*/

.news-block{
}
.news-block-wrap{
	background: #34a643;
}
.news-pad{
	padding: 15px;
}
.news-block-content{
	padding: 30px;
	background: #eee;
	border: solid 1px #E5E5E5;
}
.news-block-content p{
	color: #444 !important;
	margin-bottom: 10px;
}
.news-heading{
	font-size: 24px;
	line-height: 31px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
font-family:"aller_lightregular";
}
.news-heading p{
	color: #444;
}
.news-heading a
{
  color: #000;
}
.news-specs{
	padding: 30px;
	background: #34a643;
}
.news-specs nav a{
	text-decoration: none;
	margin-right: 10px;
	color: #000;
}
.news-specs nav a > img{
	width: 28px;
	height: 28px;
}
.news-specs-info{
	color: #000;
font-family:"aller_lightregular";
}
.news-btn{
	border: solid 2px #000;
	background: #fff;
	padding: 5px 10px;
	float: left;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	color: #fff;
font-family:"aller_lightregular";
text-transform: uppercase;
}
.news-btn:hover{
	background: #fff;
	color: #000;
	text-decoration: none;
}
.add-top-news{
	margin-top: 30px;
}
.news-date{
	text-align: center;
	width: 100px;
	background: #34a643;
	position: absolute;
	padding: 10px 15px;
}
.news-date h2{
	margin-top: 0px;
	color: #fff;
	font-size: 64px;
	line-height: 68px;
	margin-bottom: 0px;
}
.news-date h5{
	margin-top: 0px;
	color: #000;
	font-size: 24px;
	line-height: 28px;
}
.news-date h4{
	margin-top: 0px;
	color: #fff;
	background: #000;
	font-size: 20px;
	line-height: 20px;
	padding: 10px 0px;
font-family:"aller_lightregular";
}


/*PORTFOLIO*/

.element{
   background: #000; 
}
.element > img:hover{
    transition: all 0.7s ease-in-out 0s;
   transform: scale(4);
}
.remove-zoom{
     transition: all 0.7s ease-in-out 0s;
   transform: scale(1);
}
.folio-item{
    background: #fff;margin-left:60px;
}
.folio-title{
    display: none;
font-family:"aller_lightregular";
    color: #000;
    font-size: 36px;
    position: absolute;
    bottom: 50px;
    left: 20px;
    transition: all 0.7s ease-in-out 0s;
    vertical-align: middle;
}
.height-01 .folio-subtitle{
    display: none;
    font-family:"aller_lightregular";
    color: #000;
    font-size: 24px;
    position: absolute;
    top: 150px;
    transition: all 0.7s ease-in-out 0s;
    vertical-align: middle;
    text-align: center;
    width: 260px;
}
.height-01 .icon-zoom-sosa{
    position: absolute;
    left: 100px;
    top: 70px;
    font-family:"sosa";
    font-size: 36px;
    color: #fff;
    background: url('images/zoom.png') no-repeat center center;
}
.height-01 .icon-link-sosa{
    position: absolute;
    left: 130px;
    top: 70px;
    font-family:"aller_lightregular";
    font-size: 36px;
    color: #fff;
    background: url('images/info.png') no-repeat center center;
}
.height-02 .folio-subtitle{
    display: none;
    font-family:"aller_lightregular";
    color: #000;
    font-size: 24px;
    position: absolute;
    top: 200px;
    transition: all 0.7s ease-in-out 0s;
    vertical-align: middle;
    text-align: center;
    width: 260px;
}
.height-02 .icon-zoom-sosa{
    position: absolute;
    left: 70px;
    top: 120px;
    font-family:"sosa";
    font-size: 36px;
    color: #fff;
    background: url('images/zoom.png') no-repeat center center;
}
.height-02 .icon-link-sosa{
    position: absolute;
    left: 130px;
    top: 120px;
    font-family:"aller_lightregular";
    font-size: 36px;
    color: #fff;
    background: url('images/info.png') no-repeat center center;
}
.folio-trigger-icon{
    display: none;
    position: absolute;
    width: 60px;
    height: 60px;
}
.folio-trigger-icon:hover{
    opacity: 0.7;
}


#filters li{
line-height: 43px;
}
#filters li a{
    border-radius: 0px;
  padding: 6px 9px;
  margin-right: 3px;
color: #fff;
text-decoration: none;
font-weight: normal;
font-family:"aller_lightregular";
font-size: 14px;
text-transform: uppercase;
}

.inner-link a.selected{
  background: #fff !important;
  color: #000 !important;
  border: solid 3px #000;
}



/*CONTACT*/

#contactForm input
{
    background:none repeat scroll 0 0 #fff !important;
    box-shadow: none !important;
    border: none !important;
    border-bottom: solid 1px #000 !important;
    border-radius:0!important;
    color:#000 !important;
font-family:"aller_lightregular" !important;
    font-size:22px !important;
    margin-bottom:10px;
    padding:12px 3%;
    width:100%;
    height: 50px !important;
}

#contactForm input:focus, textarea:focus
{
    color:#fff !important;
    background: #111 !important;
}

#contactForm textarea
{
    background:none repeat scroll 0 0 #fff !important;
    box-shadow: none !important;
    border: none !important;
    border-bottom: solid 1px #000 !important;
    border-radius:0!important;
    color:#555 !important;
font-family:"aller_lightregular" !important;
    font-size:22px !important;
    height:180px;
    margin-top:0px;
    padding:12px 3%;
    resize:none;
    width:100%;
}

#contactForm textarea:focus
{
    color:gray;
}

#contactForm input.send_message
{
    background:none repeat scroll 0 0 #EF4A4A;
    color:#FFF;
    cursor:pointer;
    float:left;
    font-size:12px;
    font-weight:400;
    margin:0;
    width:120px;
}

#contactForm input.send_message:hover
{
    background:none repeat scroll 0 0 #262932;
}

.error_message
{
    background-color:#FFE9E9;
    border-color:#FBC4C4;
    border-image:none;
    border-style:solid;
    border-width:1px 1px 1px 5px;
    color:#DE5959;
    float:none;
    font-size:12px;
    line-height:18px;
    margin-bottom:15px;
    padding:15px 40px 15px 18px;
    position:relative;
    width:auto;
}

fieldset
{
    border:0 none;
    float:left;
    padding:0;
    position:relative;
    width:100%;
}

fieldset h1
{
    color:#000;
    font-size:24px;
}
#address-block{
    text-align: center;
}
#address-block > p{
    text-align: left;
    padding: 10px 200px;
}
#address-block > h2{
    color: #fff;
font-family:"aller_lightregular";
font-size: 64px;
line-height: 72px;
}
#address-block > h3{
    color: #fff;
font-family:"aller_lightregular";
font-size: 18px;
line-height: 23px;
}
#address-block > h5 > span{
    color: #fff;
    padding: 5px 0px;
    font-weight: normal;
    font-family:"Open_Sans_L";
}
.address-wrap{
    margin-top: 60px;
    padding: 60px 0px;
    background: #050505;
}
.footer{
	border-top: solid 4px #000;
	border-bottom: solid 1px #000;
	padding-top: 80px;
	background: #111111 url('images/dark-bg.png') repeat;
}
.footer-social
{
	background-color:#363942;
	border-radius:50px;
	bottom:20px;
	float:left;
	height:50px;
	margin-right:30px;
	width:50px;
}

.footer-social:hover
{
	background-color:#34a643;
}

.footer-social img
{
	opacity:1;
	padding:10px;
}

.contactus
.contactus article
{
	color:#FFF;
	display:block;
	float:left;
	font-size:32px;
	font-weight:700;
	line-height:35px;
	margin-right:50px;
}

.contactus article.mail:after
{
	background:url(images/mail.png) no-repeat transparent;
	content:"";
	height:24px;
	left:0;
	position:absolute;
	top:7px;
	width:36px;
}

.contactus article.mail
{
	padding-left:50px;
	position:relative;
}

.contactus article.phone:after
{
	background:url(images/phone.png) no-repeat transparent;
	content:"";
	height:27px;
	left:0;
	position:absolute;
	top:5px;
	width:10px;
}

.contactus article.phone
{
	color:#FFF;
	padding-left:21px;
	position:relative;
}

.copyright
{
	width:100%;
}

.copyright p
{
	color:#fff;
	opacity:0.3;
}
.copyright a
{
	color:#fff;
	opacity:1 !important;
}
.copyright a:hover
{
	color:#34a643;
	opacity: 1 !important;
	text-decoration: none;
}
.social-links
{
	margin-bottom:20px;
	margin-top:30px;
}

.social-links a
{
	background:#181818;
	height:30px !important;
	margin-left:5px;
	margin-right:5px;
	padding:20px 15px;
	width:20px !important;
	border-radius: 30px;
	-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.social-links a:hover
{
	background:#34a643;
	height:30px;
	margin-left:5px;
	margin-right:5px;
	padding:20px 15px;
	width:30px;
	-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.social-links a.facebook:hover
{
	background:#4470CF;
}
.social-links a.twitter:hover
{
	background:#5DAED5;
}
.social-links a.google:hover
{
	background:#DA2713;
}
.social-links a.linkedin:hover
{
	background:#4470CF;
}
.social-links a.dribbble:hover
{
	background:#D07EAD;
}
.social-links a.pinterest:hover
{
	background:#C53942;
}
.social-links a.rss:hover
{
	background:#FF8800;
}

.contactus h1
{
	color:#fff!important;
font-family:"aller_lightregular";
	font-size:24px;
	line-height:31px;
	margin-bottom:20px;
	padding-bottom:0px;
	text-decoration:none;
}

.contactus h1 > span
{
	color:#777!important;
	font-family:aller_lightregular;
}

.contactus h2,.contactus a
{
	color:#fff;
	font-family:aller_lightregular;
	font-size:28px;
	font-weight:400;
	line-height:34px;
	text-decoration:none;
}

.contactus a:hover
{
	color:#34a643;
}


/* 06 - FOOTER*/

.tweet-wrap{
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    padding: 100px 0px 60px 0px;
}
.footer-down{
	padding-top: 30px;
	padding-bottom: 20px;
	background: #000;
}
.foot-soc{
	padding-bottom: 80px;
}

/* 07 - FRAMEWORK RESET & PLUGIN RESETS*/

/*BOOTSTRAP RESETS & OVER-RIDES*/
.carousel-control {
    background: none;
    border: 3px solid #FFFFFF;
    border-radius: 60px 60px 60px 60px;
    color: #FFFFFF;
    font-size: 70px;
    font-weight: 100;
    height: 60px;
    left: 15px;
    line-height: 36px;
    margin-top: -20px;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 60px;
}
.alert-danger, .alert-error {
    background-color: #F44F2E;
    border-color: #EED3D7;
    padding: 15px 8px;
    color: #fff;
    border-radius: 0px;
    border: none;
    font-family:"aller_lightregular" !important;
    font-size:22px !important;
    text-shadow:none;
}

/*PLUGINS CSS RESETS*/
div.dark_square .pp_left, div.dark_square .pp_middle, div.dark_square .pp_right, div.dark_square .pp_content {
    
	background: rgba(0,0,0,0.8);
}
#fancybox-close {
    right: -35px;
    top: -10px;
}
#fancybox-title-float-left {
    background: none;
}
#fancybox-title-float-right {
    background: none;
}
#fancybox-title-float-main {
    color: #FFFFFF;
    font-weight: bold;
    line-height: 40px;
    padding: 0 0 3px;
    font-size: 32px;
font-family:"aller_lightregular";
}
#fancybox-title-float-main {
    background: none;
}
#cboxLoadingGraphic{
	background: #fff url('images/loader.gif') center center no-repeat;
}

.flexslider {
	margin: 0 0 20px; 
	background: none; 
	border: 4px solid #fff; 
	position: relative; 
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 
	-o-border-radius: 0px; 
	border-radius: 0px; 
	box-shadow: 0 0px 0px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0px 0px rgba(0,0,0,.2);
   -o-box-shadow: 0 0px 0px rgba(0,0,0,.2); 
   zoom: 1;}

/*Blog Types*/
.postformat
{
	width:42px;
	height: 42px;
	margin-top: -20px;
	float: right;
	/*background:#34a643; */
}
.postformat img
{
	background: none !important;
	padding:0;
}



/* 08 - RESPONSIVE RULES : MOBILE OPTIMIZATION*/

@media only screen and (max-width: 1570px){
.folio-image-info .title  {
padding: 5px 7px 0;
}
.folio-image-info .description p{
padding: 2px 8px 0;
line-height:16px
}
}


@media (min-width: 2000px) and (max-width: 3000px){
	body, html{
		overflow-x: hidden !important;
	}
	.da-thumbs {
    width: 100%;
	}
	.folio-image-box{
    width: 10%;
    height: 200px;
	}

}

@media (min-width: 1382px) and (max-width: 2000px){
	body, html{
		overflow-x: hidden !important;
	}
	.da-thumbs {
    width: 100%;
	}
	.folio-image-box{
    width: 20%;
    height: 200px;
	}

}

@media (min-width: 979px) and (max-width: 1382px){
	body, html{
		max-width: 1366px !important;
		overflow-x: hidden !important;
	}
	.da-thumbs {
    width: 100%;
	}
	.folio-image-box{
    width: 25%;
    height: 200px;
	}

}


@media (max-width: 979px){
	body, html{
		max-width: 979px !important;
		overflow-x: hidden !important;
	}
	.da-thumbs {
    width: 960px;
	}
	.folio-image-box{
    width: 320px;
    height: 200px;
	}

}

@media (min-width: 768px) and (max-width: 960px){
  #badge{
    display: none;
  }
  .project_page
    {
    width:920px;
    }

}

@media (min-width: 640px) and (max-width: 960px){
  #badge{
    display: none;
  }
  .project_page
    {
    width:740px;
    }
#nav ul li a { font-size: 12px !important;}
}

@media (max-width: 767px){
	body, html{
		max-width: 767px !important;
		overflow-x: hidden !important;
	}
	.container{
		padding-left: 35px !important;
		padding-right: 35px !important;
	}
	
	#badge, #scroll{
		display: none;
	}

	.intro{
		min-height: 650px;
		padding-top: 120px !important;
	}
		#nav ul li a { font-size: 12px !important;}
	.da-thumbs {
    width: 740px;
	}
	.folio-image-box{
    width: 370px;
    height: 200px;
	}
	.project_page
    {
    width:740px;
    }
    #cboxTitle {
    font-size: 24px;
    }
    .testimonial-block {
		padding-top: 20px;
    text-align: center;
	}
	.testimonial-block img{
		width: 155px;
		height: 200px;
	}
	.testimonial-content {
    text-align: center;
	}
	.news-block,.news-heading{
		text-align: center;
	}

	.team-block-inner{
		padding-top: 60px;
		padding-bottom: 20px;
		text-align: center;
	}
	.mob-bg-remove{
	background: none !important;
	}
	.service-block{
		margin-bottom: 20px;
	}
	.add-bottom-services {
    margin-bottom: 0px;
	}
	.news-block{
		margin-bottom: 20px;
	}
	.news-img{
		background: #34a643;
		padding-top: 30px !important;
	}
}

@media (max-width: 640px){
	body, html{
		max-width: 640px !important;
		overflow-x: hidden !important;
	}
	.container{
		padding-left: 35px !important;
		padding-right: 35px !important;
	}
	.da-thumbs {
    width: 620px;
	}
	.folio-image-box{
    width: 310px;
    height: 200px;
	}

	.intro{
		min-height: 750px;
		padding-top: 50px !important;
	}
	#badge, #scroll{
		display: none;
	}
	.intro{
		min-height: 1000px;
		padding-top: 50px !important;
	}
	.promo-text > span, .promo-text-alt.darken > span, 
	.promo-text-inv-yellow.darken > span, .promo-text-inv.darken > span{
    font-size: 16px;
    line-height: 31px;
	}

	.main-heading {
    font-size: 48px;
    line-height: 55px;
	}
	.about-promo > p {
    padding: 0 20px;
    font-size: 22px;
	}
	.about-promo > p > span {
    line-height: 45px;
	}
	.banner-screen {
    height: 200px;
	}
	.shoutout{
		text-align: center;
	}
	.skillset h3 {
    text-align: center;
	}
	.cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size: 2.0em !important;
	}
	.cbp_tmlabel h2{
		font-size: 26px;
		line-height: 31px;
	}
	.cbp_tmtimeline > li .cbp_tmicon {
    font-size: 2.08em !important;
    height: 60px !important;
    left: 40%;
    line-height: 60px !important;
    width: 60px !important;
    margin-left: -95px !important;
	}
	.cbp_tmtimeline > li .cbp_tmtime span:last-child {
    margin-top: 25px !important;
	}
	.team-block-inner{
		padding-top: 60px;
		text-align: center;
	}
	.mob-bg-remove{
	background: none !important;
	}
	.service-block{
		margin-bottom: 20px;
	}
	.add-bottom-services {
    margin-bottom: 0px;
	}
	.news-block{
		margin-bottom: 20px;
	}
	.add-top-news{
		margin-top: 0px;
	}
	textarea{
		background: #eee !important;
	}
	.social-links a {
    background: none;
    padding: 0px;
	}
	.social-links a:hover {
    background: none !important;
    padding: 0px;
    opacity: 0.4;
	}
	.banner-screen {
    margin-top: 40px;
    width: auto;
	}
	.project_page
    {
    width:580px;
    }
    #cboxTitle {
    font-size: 16px;
    }

	.testimonial-block {
		padding-top: 20px;
    text-align: center;
	}
	.testimonial-block img{
		width: 155px;
		height: 200px;
	}
	.testimonial-content {
    text-align: center;
	}
	.news-block,.news-heading{
		text-align: center;
	}
}

@media (max-width: 480px){
	body, html{
		max-width: 480px !important;
		overflow-x:hidden !important;
	}
	.container{
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.da-thumbs {
    width: 460px;
	}
	.folio-image-box{
    width: 460px;
    height: 200px;
	}
	.intro{
		min-height: 1000px;
		padding-top: 50px !important;
	}
	#badge, #scroll{
		display: none;
	}
	.promo-text > span, .promo-text-alt.darken > span, 
	.promo-text-inv-yellow.darken > span, .promo-text-inv.darken > span{
    font-size: 16px;
    line-height: 31px;
	}
	.main-heading {
    font-size: 48px;
    line-height: 55px;
	}
	.about-promo > p {
    padding: 0 20px;
    font-size: 22px;
	}
	.about-promo > p > span {
    line-height: 45px;
	}
	.banner-screen {
    height: 200px;
	}
	.shoutout, p{
		text-align: center;
	}
	.skillset h3 {
    text-align: center;
	}
	.cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size: 2.0em !important;
	}
	.cbp_tmlabel h2{
		font-size: 18px;
		line-height: 25px;
	}
	.cbp_tmtimeline > li .cbp_tmicon {
    font-size: 2.08em !important;
    height: 60px !important;
    left: 40%;
    line-height: 60px !important;
    width: 60px !important;
    margin-left: -75px !important;
	}
	.cbp_tmtimeline > li .cbp_tmtime span:last-child {
    margin-top: 25px !important;
	}
	.team-block-inner{
		padding-top: 60px !important;
		padding-bottom: 30px !important;
		text-align: center;
	}
	.mob-bg-remove{
	background: none !important;
	}
	.service-block{
		margin-bottom: 20px;
	}
	.add-bottom-services {
    margin-bottom: 0px;
	}
	.news-block{
		margin-bottom: 20px;
	}
	.news-date{
		display: none !important;
		visibility: hidden !important;
	}
	.add-top-news{
		margin-top: 0px;
	}
	textarea{
		background: #eee !important;
	}
	.social-links a {
    background: none;
    padding: 0px;
	}
	.social-links a:hover {
    background: none !important;
    padding: 0px;
    opacity: 0.4;
	}
    .project_page
    {
    width:460px;
    }
    #cboxTitle {
    font-size: 16px;
    }
    .contactus h1{
    	font-size: 18px;
    	line-height: 25px;
    }
    .shoutout{
    	text-align: left;
	}
	.shoutout h4{
    	text-align: left;
	}
	.inner-sub-heading{
		text-align: center;
	}
	.testimonial-block {
		padding-top: 20px;
    text-align: center;
	}
	.testimonial-block img{
		width: 155px;
		height: 200px;
	}
	.testimonial-content {
    text-align: center;
	}
	.news-block,.news-heading{
		text-align: center;
	}
	.tweet-wrap{
		padding: 100px 0;
	}

	.tweet_list li {
    color: #000000;
    font-family: "aller_lightregular";
    font-size: 14px !important;
    line-height: 20px;
    list-style-type: none;
    overflow: hidden;
	}
	/*Masonry Relayout*/
	.element{
		width: 190px !important;
	}
	.height-01{
		height: 190px !important;
	}
	.height-02{
		height: 285px !important;
	}
	.height-02 .icon-zoom-sosa{
		top: 100px !important;
		left: 30px !important;
	}
	.height-02 .icon-link-sosa{
		top: 100px !important;
		left: 100px !important;
	}
	.height-02 .folio-subtitle{
		top: 180px !important;
		width: 190px !important;
	}
	.height-01 .icon-zoom-sosa{
		top: 50px !important;
		left: 30px !important;
	}
	.height-01 .icon-link-sosa{
		top: 50px !important;
		left: 100px !important;
	}
	.height-01 .folio-subtitle{
		top: 120px !important;
		width: 190px !important;
	}

}


@media (max-width: 360px){
	body, html{
		max-width: 360px !important;
		overflow-x:hidden !important;
		font-size: 12px;
	}
	.container{
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.da-thumbs {
    width: 340px;
	}
	.folio-image-box{
    width: 340px;
    height: 200px;
	}
	.ca-menu li {
    height: 155px;
    width: 124px;
	}
	.ca-sub{
		display: none !important;
	}
	.ca-main {
    font-size: 16px;
	}
	.intro{
		min-height: 620px;
		padding-top: 50px !important;
	}
	#badge, #scroll{
		display: none;
	}

	.promo-text, .promo-text-inv-yellow{
		margin-top: 20px !important;
		background: #34a643 !important;
		color: #000 !important;
		line-height: 20px !important;
		padding: 20px 5px !important;
	}
	.promo-text-alt, .promo-text-inv{
		margin-top: 20px !important;
		background: #fff !important;
		color: #fff !important;
		line-height: 20px !important;
		padding: 20px 5px !important;
	}
	.promo-text > span, .promo-text-alt.darken > span, 
	.promo-text-inv-yellow.darken > span, .promo-text-inv.darken > span{
    font-size: 21px !important;
    line-height: 33px !important;
    background: transparent !important;
    color: #000 !important;
    border: none !important;
	}

	.main-heading {
    font-size: 48px;
    line-height: 55px;
	}
	.about-promo > p {
    padding: 0 20px;
    font-size: 22px;
	}
	.about-promo > p > span {
    line-height: 45px;
	}
	.banner-screen {
    height: 140px;
	}
	.shoutout, p{
		text-align: center;
	}
	.skillset h3 {
    text-align: center;
	}
	.cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size: 2.0em !important;
	}
	.cbp_tmlabel h2{
		font-size: 18px;
		line-height: 25px;
	}
	.cbp_tmtimeline > li .cbp_tmicon {
		display: none !important;
	}
	.cbp_tmtimeline > li .cbp_tmtime span:last-child {
    margin-top: 25px !important;
	}

	.team-block-inner{
		padding-top: 0px !important;
		text-align: center;
	}
	.mob-bg-remove{
	background: none !important;
	}
	.service-block{
		margin-bottom: 20px;
	}
	.add-bottom-services {
    margin-bottom: 0px;
	}
	.news-block{
		margin-bottom: 20px;
	}
	.news-date{
		display: none !important;
		visibility: hidden !important;
	}
	.add-top-news{
		margin-top: 0px;
	}
	textarea{
		background: #eee !important;
	}
	.social-links a {
    background: none;
    padding: 0px;
	}
	.social-links a:hover {
    background: none !important;
    padding: 0px;
    opacity: 0.4;
	}
    .project_page
    {
    width:460px;
    }
    #cboxTitle {
    font-size: 16px;
    }
    .contactus h1{
    	font-size: 18px;
    	line-height: 25px;
    }
    .shoutout{
    	text-align: left;
    	font-size: 18px;
    	line-height: 25px;
	}
	.shoutout h4{
    	text-align: left;
	}
	.inner-sub-heading{
		text-align: center;
	}
	.testimonial-block {
		padding-top: 20px;
    text-align: center;
	}
	.testimonial-block img{
		width: 155px;
		height: 200px;
	}
	.testimonial-content {
    text-align: center;
	}
	.ca-icon img{
		margin-top: -40px;
	}
	.ca-main{
		margin-top: 10px;
	}

	.tweet-wrap{
		padding: 100px 0 !important;
	}
	.tweet_list li {
    color: #000000;
    font-family: "aller_lightregular";
    font-size: 14px !important;
    line-height: 20px;
    list-style-type: none;
    overflow: hidden;
	}
	.about-promo > p > span{
		display: none !important;
	}
}


@media (max-width: 320px){
	body, html{
		max-width: 320px !important;
		overflow-x:hidden !important;
		font-size: 12px;
	}
	.container{
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.da-thumbs {
    width: 300px;
	}
	.folio-image-box{
    width: 300px;
    height: 200px;
	}
	.ca-menu li {
    height: 155px;
    width: 124px;
	}
	.ca-sub{
		display: none !important;
	}
	.ca-main {
    font-size: 16px;
	}
	.intro{
		min-height: 620px;
		padding-top: 50px !important;
	}
	#badge, #scroll{
		display: none;
	}

	.promo-text, .promo-text-inv-yellow{
		margin-top: 20px !important;
		background: #34a643 !important;
		color: #000 !important;
		line-height: 20px !important;
		padding: 20px 5px !important;
	}
	.promo-text-alt, .promo-text-inv{
		margin-top: 20px !important;
		background: #fff !important;
		color: #fff !important;
		line-height: 20px !important;
		padding: 20px 5px !important;
	}
	.promo-text > span, .promo-text-alt.darken > span, 
	.promo-text-inv-yellow.darken > span, .promo-text-inv.darken > span{
    font-size: 21px !important;
    line-height: 33px !important;
    background: transparent !important;
    color: #000 !important;
    border: none !important;
	}

	.main-heading {
    font-size: 48px;
    line-height: 55px;
	}
	.about-promo > p {
    padding: 0 20px;
    font-size: 22px;
	}
	.about-promo > p > span {
    line-height: 45px;
	}
	.banner-screen {
    height: 140px;
	}
	.shoutout, p{
		text-align: center;
	}
	.skillset h3 {
    text-align: center;
	}
	.cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size: 2.0em !important;
	}
	.cbp_tmlabel h2{
		font-size: 18px;
		line-height: 25px;
	}
	.cbp_tmtimeline > li .cbp_tmicon {
		display: none !important;
	}
	.cbp_tmtimeline > li .cbp_tmtime span:last-child {
    margin-top: 25px !important;
	}

	.team-block-inner{
		padding-top: 0px !important;
		text-align: center;
	}
	.mob-bg-remove{
	background: none !important;
	}
	.service-block{
		margin-bottom: 20px;
	}
	.add-bottom-services {
    margin-bottom: 0px;
	}
	.news-block{
		margin-bottom: 20px;
	}
	.news-date{
		display: none !important;
		visibility: hidden !important;
	}
	.add-top-news{
		margin-top: 0px;
	}
	textarea{
		background: #eee !important;
	}
	.social-links a {
    background: none;
    padding: 0px;
	}
	.social-links a:hover {
    background: none !important;
    padding: 0px;
    opacity: 0.4;
	}
    .project_page
    {
    width:460px;
    }
    #cboxTitle {
    font-size: 16px;
    }
    .contactus h1{
    	font-size: 18px;
    	line-height: 25px;
    }
    .shoutout{
    	text-align: left;
    	font-size: 18px;
    	line-height: 25px;
	}
	.shoutout h4{
    	text-align: left;
	}
	.inner-sub-heading{
		text-align: center;
	}
	.testimonial-block {
		padding-top: 20px;
    text-align: center;
	}
	.testimonial-block img{
		width: 155px;
		height: 200px;
	}
	.testimonial-content {
    text-align: center;
	}
	.ca-icon img{
		margin-top: -40px;
	}
	.ca-main{
		margin-top: 10px;
	}

	.tweet-wrap{
		padding: 100px 0 !important;
	}
	.tweet_list li {
    color: #000000;
    font-family: "aller_lightregular";
    font-size: 14px !important;
    line-height: 20px;
    list-style-type: none;
    overflow: hidden;
	}
	.about-promo > p > span{
		display: none !important;
	}
}

/*-------Page Specific Classes---------*/
.home-primary-directive {background:url('') #fff center top no-repeat !important;}
.home-primary-directive2 {background:!important;}
.home-page-background {background:url('') left  top no-repeat !important;}
.home-bg-color {background-color: !important;}
.home-splitbg-color {background-color: !important;}
.questionnaire-primary-directive {background:url('') #fff center top no-repeat !important;}
.questionnaire-primary-directive2 {background:#ffffff!important;}
.questionnaire-page-background {background:url('') left  top no-repeat !important;}
.questionnaire-bg-color {background-color:#ffffff !important;}
.questionnaire-splitbg-color {background-color:#ffffff !important;}
.faq-primary-directive {background:url('') #fff center top no-repeat !important;}
.faq-primary-directive2 {background:#ffffff!important;}
.faq-page-background {background:url('') left  top no-repeat !important;}
.faq-bg-color {background-color:#ffffff !important;}
.faq-splitbg-color {background-color:#ffffff !important;}
.about-primary-directive {background:url('http://www.dellsa.com/wp-content/uploads/2013/07/green.png') #fff center top no-repeat !important;}
.about-primary-directive2 {background:#34a643!important;}
.about-page-background {background:url('http://www.dellsa.com/wp-content/uploads/2013/09/aboutbg.png') right  top no-repeat !important;}
.about-bg-color {background-color:#34a643 !important;}
.about-splitbg-color {background-color:#f3f3f3 !important;}
.how-we-do-primary-directive {background:url('') #fff center top no-repeat !important;}
.how-we-do-primary-directive2 {background:#f3f3f3!important;}
.how-we-do-page-background {background:url('') left  top no-repeat !important;}
.how-we-do-bg-color {background-color:#f3f3f3 !important;}
.how-we-do-splitbg-color {background-color:#4c4c4c !important;}
.partners-primary-directive {background:url('http://designova.net/themes/wordpress/renova/wp-content/uploads/2013/07/white.png') #fff center top no-repeat !important;}
.partners-primary-directive2 {background:#4c4c4c!important;}
.partners-page-background {background:url('http://designova.net/themes/wordpress/renova/wp-content/uploads/2013/07/02.png') left  top no-repeat !important;}
.partners-bg-color {background-color:#4c4c4c !important;}
.partners-splitbg-color {background-color:#ffffff !important;}
.portfolio-primary-directive {background:url('') #fff center top no-repeat !important;}
.portfolio-primary-directive2 {background:#34a643!important;}
.portfolio-page-background {background:url('') left  top no-repeat !important;}
.portfolio-bg-color {background-color:#34a643 !important;}
.portfolio-splitbg-color {background-color:#f3f3f3 !important;}
.contact-primary-directive {background:url('http://www.dellsa.com/wp-content/uploads/2013/07/white1.png') #fff center top no-repeat !important;}
.contact-primary-directive2 {background:#4c4c4c!important;}
.contact-page-background {background:url('http://designova.net/themes/wordpress/renova/wp-content/uploads/2013/07/05.png') right  top no-repeat !important;}
.contact-bg-color {background-color:#4c4c4c !important;}
.contact-splitbg-color {background-color:#4c4c4c !important;}


#scroll
{
        background: url('') no-repeat center top !important;
}

/*
.navigation
{
    background: #34a643 !important;
}
*/
.postformat
{
  background: #34a643 !important;
}
.wide-section-showcase{
    background: #34a643;
}

.da-thumbs li a div {
    background-color: rgba(52,166,67,0.8) !important; 
}

.testimonial-block{
   background: #34a643 !important;
}

/* Time Line */
.cbp_tmtimeline:before {
    background: #34a643}
.cbp_tmtimeline > li:nth-child(2n+1) .cbp_tmtime span:last-child {
    color: #34a643;
}
.cbp_tmtimeline > li:nth-child(2n+1) .cbp_tmlabel {
    background: #34a643;
}
.cbp_tmtimeline > li .cbp_tmicon {
    box-shadow: 0 0 0 8px #34a643;

}
.cbp_tmtimeline > li:nth-child(2n+1) .cbp_tmlabel:after {
    border-right-color: #34a643;

}



.news-date{
    background: #34a643 !important;
}

.news-specs{
    background: #34a643 !important;   
}

.btn-renova:hover{
    background:#34a643 !important;   
}

.btn-renova-alt:hover{
    background:#34a643 !important;    
}

.shoutout
{
    border-left: solid 10px #34a643;
}
.inner-heading span{
border-bottom: double 4px #34a643;
}

#intro-nav ul li{
    background: #34a643;
}
p.p-price {
    color:#34a643;
}


.tweet_list li a:hover {
                color: #34a643;

            }

/*Sub heads*/
.promo-text > span{
    background: #34a643;
    color:#FFF;
}

.promo-text-alt.darken > span{
  color: #000;
   background: #FFFFFF;

}

/*Renova Heading*/
.promo-text-inv-yellow.darken > span{
    color: #FFF;
    background: #111111;
}

.promo-text-inv.darken > span{
    color: #000;
    background: #FFFFFF;
}


.cbp_tmtimeline &gt; li:nth-child(2n+1) .cbp_tmlabel p {

  color:#fff;

}

.ca-main {margin-top:10px;}

.promo-text {margin-bottom:20px !important;}

.add-top-main {

  margin-top:60px !important;

}

#form_g1t1ln input, #form_g1t1ln textarea {width:100%;margin-top:15px;border:1px solid #34a643;}

#form_g1t1ln input:focus, #form_g1t1ln textarea:focus{ background:#fff

} 

#form_g1t1ln .frm_form_field {padding:5px;}

#form_g1t1ln .frm_top_container {padding:5px;}

#form_g1t1ln .frm_submit input{color:#fff; background:#34a643;font-size:20px;padding:10px;width:100%;border:0px}

#form_g1t1ln label{background:#34a643; color:#fff; padding:5px;}

#form_g1t1ln select{ margin-top:30px;

  width:100%;}

#form_g1t1ln input{height:40px;}



.accordion-heading .accordion-toggle{color:#34a643;

  display:block;

  font-size:18px;

  font-weight:bold;

  padding:8px 15px;}