/*------------------*/

/*	GENERAL

/*------------------------------------------------------*/

/* ----------- Logo ----------- */

#trueHeader #logo{

	float:left;

	display:block;

	width: 100%;

	height:31px;

	margin-top:22px;

	text-indent:-999em;

	background:url(../images/logo.png) no-repeat left bottom;

}





/*------------------*/

/*	SITE STRUCTURE

/*------------------------------------------------------*/



.site_wrapper {

	width: 100%;

	margin: 0 auto 0 auto;

}

.container_full {

	width: 100%;

	float: left;

	margin: auto auto auto auto;

}

.container {

	width: 1170px;

	margin: auto auto auto auto;

}



.node-speaker .field-name-field-photo{
  float:left;
  width: 33%;
  margin-right: 15px;
  margin-bottom: 10px;
}
.node-speaker .field-name-body{
  clear:none;
  float: none;
  width: auto;
}
body.node-type-speaker .field-name-field-employer, body.node-type-speaker .field-name-field-professional-title{
  font-weight: bold;
}
.column-4-view img{
  float:none;
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
  vertical-align: bottom;
  transition: filter 0.5s ease;
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
}

/* columns */
.view-display-id-block.column-4-view .views-row {
  width: 25%;
  float: left;
  display: block;
  box-sizing: border-box;
}
.view-display-id-block.column-4-view .views-row:nth-child(4n+1){
  clear:left;
}
.view-display-id-block.column-4-view .views-row .views-field-nothing{
  padding:10px;
  box-sizing: border-box;
}

.field-name-field-photo img{
  width:100%;
}
span.speaker-text {
  transition: background-color 0.5s ease;
  background-color: #1c3a5a;
  color: #FFF;
  display: block;
  padding: 10px;
  min-height: 86px;
}
span.speaker-text .title{ 
  font-size:18px;
  font-weight:bold; 
}
.view-display-id-block.column-4-view a{
  display: block;
}
.view-display-id-block.column-4-view a:hover span.speaker-text {
  background-color: #666666;
}

.column-4-view a:hover img{
  -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */
}
@media only screen and (max-width: 640px) {
  .view-display-id-block.column-4-view .views-row {
    width: 100%;
    float: none;
  }
}
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth {

	position: relative;

	margin-right: 4%;

	float: left;

}

.one_full {

	width: 100%;

}

.one_half {

	width: 48%;

}

.one_third {

	width: 30.650%;

}

.one_fourth {

	width: 22%;

}

.one_fifth {

	width: 16.800%;

}

.two_third {

	width: 65.350%;

}

.three_fourth {

	width: 74%;

}



.last {

	margin-right: 0 !important;

	clear: right;

}





/*------------------*/

/*	MENU

/*------------------------------------------------------*/



#access .menu {

	list-style: none;

	font-weight: normal;

	position: relative;

	float: right;

	font-family: 'Open Sans', sans-serif;

	font-weight: 600;
	z-index: 98;
	text-transform: uppercase;

	margin-top: 0px;

}

#access .menu select {

	border: 2px solid #eee;

	padding: 10px 10px 10px 10px;

	background-color: #f9f9f9;

	color: #333;

}

#access .menu ul {

	margin: 0px;

	list-style-type: none;

	position: relative;

	text-align: left;

	z-index: 490;/*1001;*/

	height: 80px;

	margin: 0;

	float: right;

}

#access .menu ul li {

	position: relative;

	display: inline-block;

	padding: 0;

	z-index: 101;

	margin: 0px 0px 0px 3px;

	float: left;

}

#access .menu ul li.last {

	background: none;

}

#access .menu ul li a {

	display: inline-block;

	text-decoration: none;

	font-family: 'Open Sans', sans-serif;

	font-size: 14px;

	font-weight:normal;

	line-height: 1;

	color: #2c322d;

	margin: 0;

	padding: 32px 18px 31px 18px;

	text-align: center;



}

#access .menu ul li a:hover {

	color: #4abe63;

}

#access .menu ul li a.active, #access .menu ul li a.active-trail {

	color: #1e5c9c;



}



#access .menu ul li ul {

	position: absolute;

	left: 0;

	height: auto;

	display: none;

	visibility: hidden;

	width: 193px;

	padding: 0;

	margin-top: 3px;

	text-align: left;

	background: #fff;

	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);

	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);

	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);

}

#access .menu ul li ul li {

	display: list-item;

	float: none;

	background: none;

	padding: 0;

	margin: 0;

	height: auto;

}

#access .menu ul li ul li ul {

	top: 0;

}

#access .menu ul li ul li a {

	margin: 0;

	border: none;

	display: block;

	padding: 14px 17px 14px 17px;

	font-size: 13px;

	font-family: 'Open Sans', sans-serif;

	font-weight: normal;

	color: #555555;

	background: #fff;

	width: 159px;

	text-align: left;

	border-bottom: 1px solid #dfdfdf;

}

#access .menu ul li ul li a:hover,

#access .menu ul li ul li a.active,

#access .menu ul li ul li a.active-trail,

#access .menu ul li ul li a.selected {

	background: #1e5c9c;

	border-bottom: 1px solid #dfdfdf;

	color: #fff;

	padding: 14px 17px 14px 17px;

	border-left: none;

	border-right: none;

}



#access .menu ul li ul li:last-child {

	border: none;

}

* html #access .menu {

	height: 1%;

}



.selectnav {display: none; width: 440px; margin-left: 20px;}







/*------------------*/

/*	PAGES

/*------------------------------------------------------*/



a.button_slider {

	float: left;

	padding: 16px 28px;

	margin: 0px 0px 0px 0px;

	font-weight: normal;

	font-size: 18px;

	text-transform: uppercase;

	color: #fff;

	border: 1px solid #fff;

	border-radius: 4px;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

	-moz-opacity: 0.7;

	-khtml-opacity: 0.7;

	opacity: 0.7;

}

a.button_slider:hover {

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

	-moz-opacity: 1;

	-khtml-opacity: 1;

	opacity: 1;

}







/* fresh projects */

.fresh_projects {

	float: left;

	width: 100%;

	background: #4abe63 url(../images/para-bg.png) no-repeat center top;

	text-align: center;

	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.2), 0px 4px 0px 0px #FFF;

  	-moz-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.2), 0px 4px 0px 0px #FFF;

  	box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.2), 0px 4px 0px 0px #FFF;

}

.fresh_projects h1 {

	font-size: 40px;

	padding: 0px;

	margin: 0px 0px 58px 0px;

	font-family: 'Roboto', sans-serif;

	font-weight: 300;

	color: #fff;

}

.fresh_projects h1 strong {

	font-weight: normal;

}

.fresh_projects h1 i {

	font-size: 18px;

	color: #fff;

	font-style: normal;

	display: block;

	padding-top: 18px;

	line-height: 27px;

}



.fresh_projects_list section .display .small-group{

	float:left;

	width:550px;

	height:340px;

	overflow:hidden;

}

.fresh_projects_list section .display .small-group div.small{

	position:relative;

	float:left;

	width:50%;

	height:100%;

	color:#fff;

	text-align:center;

	overflow:hidden;

}

.fresh_projects_list section .display .small-group div.small img{

	width: 100%;

	height: 250px;

	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 1);

	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 1);

	box-shadow: 0px 0px 4px rgba(0, 0, 0, 1);

}

.fresh_projects_list section .display .small-group div.small .hover{

	position:absolute;

	left:0;

	top:0;

	right:0;

	bottom:0;

	pointer-events:none;

	z-index:90;

}

.fresh_projects_list section .display .small-group div.small:hover .hover{

	background:#000;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";

	-moz-opacity: 0.4;

	-khtml-opacity: 0.4;

	opacity: 0.4;

	height: 250px;

}

.fresh_projects_list section .display .small-group div.small:hover .info{

	color:#fff;

}

.fresh_projects_list section .display .small-group div.small a{

	color:#fff;

}

.fresh_projects_list section .display .small-group div.small .info{

	position:absolute;

	bottom:20px;

	margin-bottom: 0px;

	left:0;

	width:100%;

	z-index:100;

	background: none;

	border: none;

	-webkit-transition:bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);

	-moz-transition:bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);

	-o-transition:bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);

	transition:bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);

}

.fresh_projects_list section .display .small-group div.small .info h1{

	background: none;

	color: #fff;

	margin: 0px;

	padding: 0px;

	line-height: normal;

	font-size: 16px;

	font-weight: normal;

}



.fresh_projects_list section .display .small-group div.small .info h2{

	background: none;

	color: #fff;

	margin: 5px 0px 0px 0px;

	padding: 0px;

	font-size: 13px;

	font-weight: normal;

}



.fresh_projects_list section.cheapest .small-group .additionnal{

	font-weight:500;

	color:#fff;

	line-height:20px;

	padding:0;

	position:absolute;

	top:100%;

	left:0;

	right:0;

	opacity:0;

	margin-top: 20px;

}

.fresh_projects_list section.cheapest .small-group .additionnal b {

	padding: 7px 10px 7px 20px;

	margin: 0px 0px 0px 0px;

	color: #fff;

	font-size: 12px;

	font-weight: normal;

	border: 1px solid #fff;

	border-radius: 2px;

}



.fresh_projects_list section.cheapest .small-group div.small:hover .info{

	bottom:207px;

}

.fresh_projects_list section.cheapest .small-group div.small:hover .additionnal{

	opacity:1;

}

.fresh_projects_list section.cheapest .small-group div.small:hover h1, .fresh_projects_list section.cheapest .small-group div.small:hover h2,.fresh_projects_list section.cheapest .small-group div.small:hover section#easy-to-reach .large .info h3,.fresh_projects_list section#easy-to-reach .large .info section.cheapest .small-group div.small:hover h3{

	color:#fff;

	margin: 0px;

	padding: 0px;

	line-height: normal;

}

.fresh_projects_list section.cheapest .small-group div.small:hover h2 strong,.fresh_projects_list section.cheapest .small-group div.small:hover section#easy-to-reach .large .info h3 strong,.fresh_projects_list section#easy-to-reach .large .info section.cheapest .small-group div.small:hover h3 strong{

	color:#fff;

	margin: 0px;

	padding: 0px;

	line-height: normal;

}





.portfolio_sidebar_widget .fresh_projects_list section .display .small-group div.small .info h1{

	background: none;

	color: #fff;

	margin: 0px;

	padding: 0px;

	line-height: normal;

	font-size: 16px;

	font-weight: normal;

}



.portfolio_sidebar_widget .fresh_projects_list section .display .small-group div.small .info h2{

	background: none;

	color: #fff;

	margin: 5px 0px 0px 0px;

	padding: 0px;

	font-size: 13px;

	font-weight: normal;

}

.portfolio_sidebar_widget .fresh_projects_list section .display .small-group{

	float:left;

	width:550px;

	height:250px;

	overflow:hidden;

}

.portfolio_sidebar_widget .jcarousel-skin-tango .jcarousel-clip-horizontal {

    width: 100%;

	height: 250px;

}

.portfolio_sidebar_widget .fresh_projects_list section.cheapest .small-group div.small:hover .info{

	bottom:130px;

}





/* features section 1 */

.features_cresec1 {

	float: left;

	width: 100%;

	text-align: center;

}

.features_cresec1 h1 {

	font-size: 40px;

	padding: 0px;

	margin: 0px 0px 15px 0px;

	font-family: 'Roboto', sans-serif;

	font-weight: 300;

}

.features_cresec1 h1 strong {

	font-weight: bold;

	color: #4abe63;

}

.features_cresec1 h1 i {

	font-size: 18px;

	font-style: normal;

	display: block;

	padding-top: 18px;

	line-height: 22px;

}



.features_cresec1 .one_fourth {

	float: left;

	text-align: center;

	margin-right: 3%;

	width: 22.7%;

}

.features_cresec1 .boxed_sec {

	float: left;

	text-align: center;

	width: 82%;

	background-color: #f0f0f0;

	border: 6px solid #fff;

	padding: 30px 20px;

	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);

	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);

	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);

}

.features_cresec1 .boxed_sec i {

	display: block;

	width: 100px;

	height: 100px;

	margin-left: 57px;

	margin-bottom: 25px;

	line-height: 107px;

	color: #4abe63;

	text-align: center;

	vertical-align: middle;

	background-color: #fafafa;

	border-radius: 100%;

	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2), 0px 2px 0px 0px #FFF;

  	-moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2), 0px 2px 0px 0px #FFF;

  	box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2), 0px 2px 0px 0px #FFF;

}

.features_cresec1 .boxed_sec h2 {

	font-size: 18px;

	margin-bottom: 18px;

	text-transform: uppercase;

}

.features_cresec1 .boxed_sec a {

	color: #4abe63;

	font-size: 12px;

	text-transform: uppercase;

}

.features_cresec1 .boxed_sec a:hover {

	color: #2c322d;

}

.features_cresec1 .shadow {

	float: left;

	width: 100%;

	height: 10px;

	background: url(../images/shadow.png) no-repeat center top;

}





/* features section 3 */

.features_cresec2 {

	float: left;

	width: 100%;

}

.features_cresec2 .one_half {

	float: left;

	width: 48%;

	margin-right: 4%;

}

.features_cresec2 .one_half img {

	margin-top: 10px;

}

.features_cresec2 .one_half h1 {

	font-size: 40px;

	padding: 0px;

	margin: 0px 0px 35px 0px;

	font-weight: 300;

}

.features_cresec2 ul.arrow_sign_list {

	float: left;

	padding: 0px;

	margin: 0px;

	width: 100%;

}

.features_cresec2 .arrow_sign_list li {

	padding: 0px;

	margin: 0px 0px 25px 0px;

}

.features_cresec2 .arrow_sign_list li h5 {

	color: #4abe63;

	margin-bottom: 0px;

}

.features_cresec2 .arrow_sign_list li i {

	float: left;

	color: #4abe63;

	margin: 0px 18px 0px 0px;

}

.features_cresec2 .arrow_sign_list li p {

	margin: 0px 0px 0px 40px;

}





/* people says */

.peopple_says {

	float: left;

	width: 100%;

	padding: 50px 0px 45px 0px;

	text-align: center;

	background: #454545 url(../images/peoplesays-bg.jpg) repeat-y center top;

	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.4), 0px 4px 0px 0px #FFF;

  	-moz-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.4), 0px 4px 0px 0px #FFF;

  	box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.4), 0px 4px 0px 0px #FFF;

}

.peopple_says h1 {

	font-size: 40px;

	line-height: 40px;

	padding: 0px;

	margin: 0px 0px 25px 0px;

	color: #fff;

	font-weight: 300;

}

.peopple_says h1 i {

	font-size: 18px;

	font-style: normal;

	display: block;

	text-transform: none;

	color: #4abe63;

}

.peopple_says .arrow_d {

	float: left;

	width: 100%;

	height: 19px;

	background: url(../images/arrow-down.png) no-repeat center top;

}



/* features section 3 */

.features_sec03 {

	float: left;

	width: 100%;

	text-align: center;

}

.features_sec03 h1 {

	font-size: 40px;

	color: #2c322d;

	padding: 0px;

	margin: 0px 0px 58px 0px;

	font-family: 'Roboto', sans-serif;

	font-weight: 300;

}

.features_sec03 h1 strong {

	color: #4abe63;

	font-weight: normal;

}

.features_sec03 h1 i {

	font-size: 18px;

	color: #2c322d;

	font-style: normal;

	display: block;

	padding-top: 18px;

	line-height: 22px;

}

.features_sec03 h2 {

	font-family: 'Roboto', sans-serif;

	font-weight: normal;

	font-size: 22px;

}

.features_sec03 .left {

	float: left;

	width: 23%;

	text-align: left;

}

.features_sec03 .center {

	float: left;

	width: 48%;

	margin: 0 3%;

}

.features_sec03 .right {

	float: left;

	width: 23%;

	text-align: left;

}



.features_sec03 .left ul.fun_facts {

	float: left;

	padding: 0px;

	margin: 0px;

}

.features_sec03 .left .fun_facts li {

	float: left;

	padding: 16px 0px 0px 0px;

	margin: 0px 20px 18px 0px;

	width: 74px;

	height: 58px;

	text-align: center;

	background-color: #fff;

	border: 1px solid #f3f3f3;

	border-radius: 4px;

	font-size: 12px;

	font-weight: 300;

	color: #999;

	font-family: 'Roboto', sans-serif;

}

.features_sec03 .left .fun_facts li.last {

	margin: 0px 0px 18px 0px;

}

.features_sec03 .left .fun_facts li b {

	color: #575757;

	display: block;

	font-size: 18px;

}

.features_sec03 .left .fun_facts li:hover {

	background-color: #f9f9f9;

}







/* clients */

.clients {

	float: left;

	width: 100%;

}

.clients img {

	filter:alpha(opacity=70);

	-moz-opacity: 0.7;

	-khtml-opacity: 0.7;

	opacity: 0.7;

}





/* punch line text 3 */

.punch_text03 {

	float: left;

	width: 100%;

	padding: 58px 0px 20px 0px;

	background: #4abe63 url(../images/curve-graphic1.png) no-repeat center top;

}

.punch_text03 .left {

	float: left;

	width: 72%;

}

.punch_text03 .left h1 {

	font-size: 31px;

	font-weight: 300;

	color: #fff;

	margin: 27px 0px 0px 0px;

}

.punch_text03 .left h1 em {

	font-size: 18px;

	color: #fff;

	font-style: normal;

	display: block;

}



.punch_text03 .right {

	float: right;

	width: 26%;

	min-height: 120px;

	background: url(../images/h-line.png) no-repeat left bottom;

}

.punch_text03 .right a {

	float: left;

	font-size: 18px;

	font-weight: bold;

	text-transform: uppercase;

	color: #2c322d;

	background-color: #fff;

	border-radius: 4px;

	padding: 18px 30px;

	margin: 43px 0px 0px 50px;

}

.punch_text03 .right a:hover {

	color: #4abe63;

}





/*------------------*/

/*	FOOTER

/*------------------------------------------------------*/

.footer {

	float: left;

	width: 100%;

	border-top: 0px solid #030303;

	background:#efefef;

	color: #555555;

}

.footer .one_fourth{

	float: left;

	width: 22%;

	margin-right: 4%;

}




.footer .one_third{

	float: left;

	width: 29%;

	margin: 2% 2% 4%;

}


.footer h2 {

	font-size: 23px;

	color: #555555;

	font-weight: 600;

	font-size:20px;

	text-transform:uppercase;

	margin-bottom: 10px;

}

.footer h2 i {

	font-weight: normal;

	font-style: normal;

}

.footer a {

	color: #555555;

}

.footer a:hover {

	color: #1c3a5a;

}

.footer ul.list {

	padding: 0px;

	margin: 0px;

}

.footer .list li {

	padding: 0px;

	margin: 0px;

	line-height: 30px;

}



.footer ul.contact_address {

	float: left;

	padding: 0px;

	margin: 10px 0px 0px 0px;

	width: 100%;

}

.footer .contact_address li {

	padding: 0px;

	margin: 0px;

	line-height: 25px;

}

.footer .footer_logo {

	float: left;

	padding: 0px;

	margin: 0px;

}



/* Tweets */

.twitter_feed {

	float: left;

	padding: 0px;

	margin: 0px;

	width: 100%;

}

.twitter_feed .left {

	float: left;

	padding: 0px;

	margin: 0px;

	width: 20px;

}

.twitter_feed .right {

	float: right;

	padding: 0px;

	margin: -2px 0px 0px 0px;

	width: 89%;

}

.twitter_feed a {

	color: #999;

}

.twitter_feed a:hover {

	color: #fff;

}

.twitter_feed a.small {

	font-size: 9px;

	color: #727272;

}

.twitter_feed a.small:hover {

	font-size: 9px;

	color: #999;

}



/* flickr */

#flickr_badge_wrapper {

	padding: 0px;

	margin: 0px;

	width: 100%;

}

#flickr_badge_wrapper img {

	width: 70px;

	height: 58px;

	margin-right: 8px;

	margin-bottom: 2px;

	border: 1px solid #999 !important;

}

#flickr_www {

	display:block;

	padding:0 10px 0 10px !important;

}

#flickr_badge_uber_wrapper a:hover,

#flickr_badge_uber_wrapper a:link,

#flickr_badge_uber_wrapper a:active,

#flickr_badge_uber_wrapper a:visited {

	text-decoration:none !important;

	background:inherit !important;

	color:#3993ff;

}

#flickr_badge_wrapper {

	margin-top: 25px;

}

#flickr_badge_source {

	padding:0 !important;

}



/* copyrights */

.copyright_info {

	float: left;

	padding: 20px 0px 24px 0px;

	margin: 0px 0px 0px 0px;

	width: 100%;

	color: #d4d2d2;

	background-color: #1c3a5a;

}

.copyright_info .one_half{

	float: left;

	width: 48%;

	margin-right: 4%;

}

.copyright_info b {

	font-size: 13px;

	font-family: 'Open Sans', sans-serif;

	color: #d4d2d2;

	font-style: normal;

	font-weight: normal;

}

.copyright_info span {

	float: right;

}

.copyright_info a {

	margin-top: 10px;

	font-size: 12px;

	color: #d4d2d2;

	text-align: right;

}

.copyright_info a:hover {

	color: #fff;

}



/* footer social links */

ul.footer_social_links {

	float: right;

	padding: 0px;

	margin: 0px 0px 0px 0px;

}

.footer_social_links li {

	float: left;

	padding: 0px;

	margin: 0px 0px 0px 5px;

	width: 24px;

	height: 24px;

	text-align: center;

	border-radius: 24px;

	line-height: 22px;

	vertical-align: middle;

	background-color: #363b37;

	color: #fff;

}

.footer_social_links li:hover {

	background-color: #d4d2d2;

}

.footer_social_links li:hover i {

	color: #fff;

}

.footer_social_links li i {

	color: #999;

}





/*------------------*/

/*	CONTENT

/*------------------------------------------------------*/

.content_left {

	float: left;

	width: 71%;

	padding: 20px 0px 0px 0px;

}

.content_fullwidth {

	float: left;

	width: 100%;

	padding: 20px 0px 0px 0px;

}

.right_sidebar {

	float: right;

	width: 25%;

	padding: 29px 0px 0px 0px;

}

.left_sidebar {

	float: left;

	width: 25%;

	padding: 20px 0px 0px 0px;

}

.content_right {

	float: right;

	width: 71%;

	padding: 20px 0px 0px 0px;

}



/* page title */

.page_title {

	z-index: -1;

	position: relative;

	float: left;

	width: 100%;

	margin-top: 0px;

	padding: 0px 0px;



/* 	background: url(../images/elements/slash_it.png) repeat left top;*/

}

.page_title .title {

	width: 100%;

	float: left;

	text-align: left;

	margin: 0px;

}

.page_title .title h1 {

	margin: 0px 0px 0px 0px;

	background: none;

	font-weight: 300;

	color: #555;



}

.page_title .pagenation {

	float: left;

	width: 100%;

	font-family: 'Open Sans', sans-serif;

	font-weight: normal;

	font-size: 12px;

	text-align: left;

	font-weight: normal;

	color: #fff;

	margin: 4px 0px 0px 0px;

	padding: 0px;

}

.page_title .pagenation i {

	color: #fff;

	margin: 0px 2px 0px 2px;

}

.page_title .pagenation a {

	padding: 0px 0px 0px 0px;

	color: #fff;

}

.page_title .pagenation a:hover {

	color: #454545;

}





/* our team */

.our_team_box {

	width: 100%;

	float: left;

}

.our_team_box ul {

	margin: 0;

	padding: 7px 0 0 0px;

	float: left;

	width: 180px;

}

.our_team_box li {

	margin: 0;

	padding: 0;

	line-height: 18px;

	list-style-type: none;

	color: #a9a9a9;

}

.our_team_box li a {

	margin: 7px 5px 0 0;

	padding: 0;

	float: left;

}

.our_team_box  img.teammempic {

	width: 100%;

	margin: 0px;

	padding: 0;

	filter:alpha(opacity=90);

	-moz-opacity: 0.9;

	-khtml-opacity: 0.9;

	opacity: 0.9;

}

.our_team_box  img.teammempic:hover {

	width: 100%;

	margin: 0px;

	padding: 0;

	filter:alpha(opacity=100);

	-moz-opacity: 1;

	-khtml-opacity: 1;

	opacity: 1;

}

.our_team_box li a img:hover {

	margin: 0px;

	padding: 0;

	opacity: 0.7;

	filter: alpha(opacity=10);

}

.our_team_box li strong {

	font-size: 13px;

	color: #454545;

	display: block;

}

.our_team_box li strong i {

	color: #999;

	font-size: 11px;

	font-style: normal;

}

.our_team_box .boxleft {

	width: 180px;

	float: left;

	margin: 0px 36px 0 0;

}

.our_team_box .cont-area {

	float: left;

	font-size: 10px;

	color: #727272;

	width: 100%;

	margin-bottom: 10px;

}

.our_team_box .boxright {

	width: 180px;

	float: right;

	margin: 0px;

}

.our_team_box li a i {

	color: #dadada;

}



/* our team big */

.our_team_box_big {

	width: 100%;

	float: left;

}

.our_team_box_big ul {

	margin: 0;

	padding: 20px 0 0 0px;

	float: left;

	width: 245px;

}

.our_team_box_big li {

	margin: 0;

	padding: 0;

	line-height: 18px;

	list-style-type: none;

	color: #a9a9a9;

}

.our_team_box_big li a {

	margin: 7px 5px 0 0;

	padding: 0;

	float: left;

}

.our_team_box_big  img.teammempic {

	width: 245px;

	margin: 0px;

	padding: 0;

	float: left;

	filter:alpha(opacity=90);

	-moz-opacity: 0.9;

	-khtml-opacity: 0.9;

	opacity: 0.9;

}

.our_team_box_big  img.teammempic:hover {

	filter:alpha(opacity=100);

	-moz-opacity: 1;

	-khtml-opacity: 1;

	opacity: 1;

}

.our_team_box_big li a img:hover {

	margin: 0px;

	padding: 0;

	opacity: 0.7;

	filter: alpha(opacity=10);

}

.our_team_box_big li strong {

	font-size: 14px;

	color: #454545;

	display: block;

}

.our_team_box_big li strong i {

	color: #999;

	font-size: 12px;

	font-style: normal;

}

.our_team_box_big .cont-area {

	float: left;

	font-size: 10px;

	color: #727272;

	width: 100%;

	margin-bottom: 10px;

}

.our_team_box_big li a i {

	color: #dadada;

}



ul.list_doted02 {

	float: left;

	margin: 13px 0px 0px 0px;

	padding: 0px;

}

.list_doted02 li {

	margin: 0px 0px 13px 0px;

	padding: 0px 0px 0px 13px;

}

.list_doted02 li h5 {

	margin-bottom: 2px;

	padding-bottom: 8px;

	border-bottom: 1px solid #f3f3f3;

}



.big_text1 {

	font-family: 'Open Sans', sans-serif;

	font-weight: 300;

	font-size: 27px;

	line-height: 35px;

	color: #999;

}

.big_text1 i {

	color: #4abe63;

	font-style: normal;

}



ul.fullimage_box {

	float: left;

	padding: 0px;

	margin: 0px;

	width: 48%;

}

.fullimage_box li {

	padding: 0px;

	margin: 0px;

}

.fullimage_box li img {

	margin-bottom: 8px;

	width: 100%;

}

.fullimage_box li img:hover {

}

ul.fullimage_box.last {

	float: left;

	width: 48%;

	margin-left: 4%;

}



ul.fullimage_box2 {

	float: left;

	padding: 30px 20px;

	margin: 0px;

	width: 86.6%;

	border: 1px solid #eee;

	border-radius: 4px;

}

.fullimage_box2 li {

	padding: 0px;

	margin: 0px;

	text-align: center;

}

ul.fullimage_box2.last {

	float: left;

	width: 100%;

	margin-left: 4%;

}

.fullimage_box2 li i {

	color: #4abe63;

}

.fullimage_box2 h3 {

	color: #4abe63;

	margin-top: 13px;

}



.box_widget_full {

	float: left;

	width: 96%;

	padding: 2%;

	margin: 0px;

	background-color: #fbfbfb;

	border: 1px solid #eee;

	border-bottom: 2px solid #eee;

}

.box_widget_full h3 {

	margin-bottom: 10px;

}

.box_widget_full i {

	float: left;

	margin-right: 20px;

}





/* client logos */

ul.clients_logos_list {

	padding: 0;

	margin: 30px 0 0 0px;

	position: relative;

}

.clients_logos_list li {

	padding: 0;

	margin: 0;

	float: left;

	width: 25%;

}

.clients_logos_list li.last {

	margin: 0 0px 0 0;

}



/* get features */

.get_features {

	width: 100%;

	float: left;

	padding: 0px;

	margin: 0px;

}

.get_features h5 {

	margin-bottom: 7px;

	font-weight: normal;

}

.get_features p {

	line-height: 19px;

}

.get_features ul.get_features_list {

	float: left;

	padding: 0px;

	margin: 0px 0px 35px 0px;

}

.get_features ul.get_features_list.last {

	margin: 0px 0px 0px 0px;

}

.get_features .get_features_list li {

	float: left;

	padding: 0px;

	margin: 0px;

}

.get_features .get_features_list li.left {

	float: left;

	padding: 0px;

	margin: 0px 15px 0px 0px;

	width: 44px;

	height: 44px;

	background-color: #4abe63;

	border-radius: 45px;

	text-align: center;

	line-height: 52px;

	vertical-align: middle;

}

.get_features .get_features_list li.left i {

	color: #fff;

}

.get_features .get_features_list li.right {

	width: 80%;

}



/* section 2 */

ul.lirt_section {

	float: left;

	padding: 0px;

	margin: 0px;

	width: 100%;

}

.lirt_section li.left {

	float: left;

	padding: 0px;

	margin: 0 25px 0 0;

	width: 65px;

	height: 65px;

	line-height: 65px;

	text-align: center;

	vertical-align: middle;

	background-color: #f3f3f3;

	border-radius: 100%;

	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;

  -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;

  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;

  font-size: 22px;

}

.lirt_section li strong {

	font-family: 'Open Sans', sans-serif;

	font-weight: 400;

	font-size: 16px;

	color: #4abe63;

	display: block;

	margin: 8px 0 0 0;

}

.lirt_section li i {

	font-style: normal;

}



/* 404 Error Page */

.error_pagenotfound {

	padding: 50px 30px 58px 30px;

	margin: 0 auto;

	width: 67%;

	background-color: #fff;

	border: 1px solid #eee;

	border-bottom: 5px solid #eee;

	text-align: center;

	font-family: 'Open Sans', sans-serif;

}

.error_pagenotfound strong {

	display: block;

	font-size: 145px;

	line-height: 100px;

	color: #e3e3e3;

	font-weight: normal;

}

.error_pagenotfound b {

	display: block;

	font-size: 40px;

	line-height: 40px;

	color: #eee;

	margin: 0;

	font-weight: 300;

}

.error_pagenotfound em {

	display: block;

	font-size: 18px;

	line-height: 50px;

	color: #4abe63;

	margin: 0;

	font-style: normal;

}



/* portfolio single image */

.portfolio_area {

	padding: 0px;

	margin: 0px;

	width: 100%;

	float: left;

}

.portfolio_area_left {

	padding: 0px;

	margin: 0px;

	width: 75%;

	float: left;

}

.portfolio_area_left img {

	padding: 0px;

	margin: 0px;

	width: 100%;

	float: left;

	-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.2);

	box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.2);

}

.portfolio_area_right {

	padding: 0px;

	margin: 0px 0px 0px 3%;

	width: 22%;

	float: left;

}

.project_details {

	padding: 0px;

	margin: 0px 0px 0px 0px;

}

.project_details span {

	padding: 5px 0px;

	margin: 0px 0px 0px 0px;

	font-size: 14px;

	font-weight: bold;

	color: #454545;

	float: left;

	width: 100%;

	border-bottom: 1px solid #e3e3e3;

}

.project_details strong {

	padding: 0px 0px;

	margin: 0px 0px 0px 0px;

	font-size: 14px;

	font-weight: normal;

	color: #878686;

	float: left;

	width: 40%;

}

.project_details em {

	padding: 0px 0px;

	margin: 0px 0px 0px 0px;

	font-size: 14px;

	font-weight: normal;

	font-style: normal;

	color: #555555;

	float: left;

	width: 60%;

}

.project_details span a {

	padding: 3px 10px;

	margin: 0px 0px 0px 3px;

	font-size: 11px;

	line-height: 30px;

	font-weight: normal;

	font-style: normal;

	color: #727272;

	background-color: #e3e3e3;

	border-radius:3px;

}

.project_details span a:hover {

	background-color: #ddd;

}

.addto_favorites {

	padding: 3px 10px 5px 10px;

	margin: 20px 0px 0px 0px;

	width: 122px;

	display: block;

	border-radius:3px;

	font-size: 13px;

	color: #999;

	background: #eee;

}

.addto_favorites:hover {

	background: #ddd;

}

.addto_favorites i {

	color: #c3c3c3;

}



ul.small_social_links {

	padding: 0px;

	margin: 9px 0 25px 0px;

}

.small_social_links li {

	padding: 0px;

	margin: 0px 9px 0px 0px;

	float: left;

}

.small_social_links li i {

	color: #4abe63;

}

.small_social_links li a {

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

	-moz-opacity: 0.7;

	-khtml-opacity: 0.7;

	opacity: 0.7;

}

.small_social_links li a:hover {

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

	-moz-opacity: 1;

	-khtml-opacity: 1;

	opacity: 1;

}



.portfolio_image {

	float: left;

	width: 97%;

	padding: 0px;

	margin: 0px;

	border: 5px solid #fff;

	-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.1);

	box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.1);

}

.portfolio_image .title {

	float: left;

	width: 92%;

	padding: 10px 19px 7px 20px;

	margin: 0px;

	font-size: 13px;

	color: #333;

	font-family: 'Open Sans', sans-serif;

	font-weight: 600;

	text-transform: uppercase;

}

.portfolio_image i {

	position: absolute;

	display: none;

	color: #fff;

	margin-left: 45%;

	margin-top: 22%;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

	-moz-opacity: 0.9;

	-khtml-opacity: 0.9;

	opacity: 0.9;

}

.portfolio_image:hover i {

	display: block;

}

.portfolio_image img {

	float: left;

	width: 100%;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

	-moz-opacity: 0.8;

	-khtml-opacity: 0.8;

	opacity: 0.8;

}

.portfolio_image img:hover {

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

	-moz-opacity: 1;

	-khtml-opacity: 1;

	opacity: 1;

}



/* blog */

.blog_post {

	float: left;

	width: 100%;

}

.blog_post h3 {

	float: left;

	text-align: left;

	color: #333;

	width: 85%;

	line-height: 30px;

}

.blog_post h3 a {

	color: #4abe63;

	text-decoration: none;

	float: left;

	margin-top: 3px;

	text-transform: none;

	font-family: 'Open Sans', sans-serif;

	font-weight: 300;

	font-size: 30px;

	line-height: 40px;

}

.blog_post h3 a:hover {

	color: #3d3d48;

}

.post_info_content {

	padding: 0px;

	margin: 10px 0 0 0;

	width: 90%;

	float: left;

}

ul.post_meta_links {

	float: left;

	margin: -10px 0px 0px -6px;

	padding: 0px 0px 0px 0px;

	width: 80%;

}

.post_meta_links li {

	float: left;

	margin: 0px;

	padding: 0px 0px 0px 4px;

	margin-right:10px;

	list-style-type: none;

	color: #999;

}

.post_meta_links li.post_by {

	padding: 0px 0px 0px 25px;

	background: url(../images/blog/icon-by-user.png) no-repeat 5px 5px;

}

.post_meta_links li.post_categoty {

	padding: 0px 0px 0px 22px;

	background: url(../images/blog/icon-category.png) no-repeat 2px 6px;

}

.post_meta_links li.post_comments {

	padding: 0px 0px 0px 22px;

	background: url(../images/blog/icon-comments.png) no-repeat 2px 5px;

}

.post_meta_links li a {

	color: #a1a1a1;

	/*padding: 0px 18px 0px 0px;*/

	text-decoration: none;

	font-size: 11px;

}

.post_meta_links li a:hover {

	color: #727272;

	text-decoration: none;

}

.blog_postcontent {

	float: left;

	width: 100%;

}

.blog_postcontent .image_frame {

	float: left;

	width: 100%;

	border: 0px solid #fff;

	margin-bottom: 25px;


}

.blog_postcontent .image_frame:hover {


}

.blog_postcontent .image_frame img {

	float: left;

	width: 99.7%;

	border: 1px solid #fff;

}

.blog_postcontent .video_frame iframe {

	float: left;

	width: 98%;

	height: 400px;

	border: 7px solid #fff;

	margin-bottom: 25px;

	-webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);

	box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);

}

.blog_postcontent .video_frame iframe:hover {

	border: 7px solid #f9f9f9;

}



/* blog small */

.blog_post h3 {

	width: 74%;

}

.blog_postcontent .image_frame.small, .blog_postcontent .flexslider-portfolio-detail.small {

	float: left;

	width: 43%;

	border: 7px solid #fff;

	margin-bottom: 25px;

	-webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);

	box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);

}

.blog_postcontent .image_frame.small:hover {

	border: 7px solid #f9f9f9;

}

.blog_postcontent .image_frame img {

	float: left;

	width: 99.7%;

	border: 1px solid #fff;

}

.blog_postcontent .video_frame.small iframe {

	float: left;

	width: 43%;

	height: 180px;

	border: 7px solid #fff;

	margin-bottom: 25px;

	-webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);

	box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);

}

.blog_postcontent .video_frame iframe:hover {

	border: 7px solid #f9f9f9;

}

.post_info_content_small {

	padding: 0px;

	margin: 0 0 0 4%;

	width: 50%;

	float: left;

}

ul.post_meta_links_small {

	float: left;

	margin: -15px 0px 12px 80px;

	padding: 0px 0px 0px 0px;

	width: 80%;

}

.post_meta_links_small li.post_by {

	float: left;

	padding: 0px 0px 0px 18px;

	background: url(../images/blog/icon-by-user.png) no-repeat 0px 5px;

}

.post_meta_links_small li.post_categoty {

	float: left;

	padding: 0px 0px 0px 26px;

	background: url(../images/blog/icon-category.png) no-repeat 9px 6px;

}

.post_meta_links_small li.post_comments {

	float: left;

	padding: 0px 0px 0px 26px;

	background: url(../images/blog/icon-comments.png) no-repeat 9px 5px;

}

.post_meta_links_small li a {

	color: #a1a1a1;

	padding: 0px 5px 0px 0px;

	text-decoration: none;

	font-size: 11px;

}

.post_meta_links_small li a:hover {

	color: #727272;

	padding: 0px 5px 0px 0px;

	text-decoration: none;

	font-size: 11px;

}

.blog_post a.date {

	padding: 10px 5px 0px 0px;

	text-decoration: none;

	width: 55px;

	height: 55px;

	text-align: center;

	background: #f9f9f9;

	display: block;

	margin-right: 20px;

	float: left;

	-webkit-box-shadow:  0px 0px 2px 0px rgba(0, 0, 0, 0.1);

	box-shadow:  0px 0px 2px 0px rgba(0, 0, 0, 0.1);

}

.blog_post a.date strong {

	color: #4abe63;

	font-size: 27px;

	font-weight: normal;

	display: block;

	margin-bottom: 10px;

	font-family: 'Open Sans', sans-serif;

	font-weight: 300;

}

.blog_post a.date:hover strong {

	color: #333;

}

.blog_post a.date i {

	color: #fff;

	font-size: 11px;

	font-style: normal;

	padding: 0px 10px;

	display: block;

	border-top: 1px solid #f3f3f3;

	width: 40px;

	background-color: #4abe63;

	font-family: 'Open Sans', sans-serif;

	font-weight: 300;

}

.blog_post a.date:hover i {

	background-color: #3d3d48;

}

.post_readmore:link, .post_readmore:visited {

	float: right;

	height: 27px;

	width: 185px;

	text-align: center;

	padding-top: 7px;

	color: #fff;

	text-decoration: none;

	background: url(../images/skin01/but_post_readmore.jpg) no-repeat left top;

}

.post_readmore:hover {

	float: right;

	height: 27px;

	width: 185px;

	text-align: center;

	padding-top: 7px;

	color: #fff;

	text-decoration: none;

	background: url(../images/skin01/but_post_readmore_hover.jpg) no-repeat left top;

}

.sharepost {

	float: left;

	width: 80%;

	margin-bottom: 40px;

}

.sharepost ul {

	margin: 0px;

	padding: 0px;

}

.sharepost li {

	margin: 0px 7px 5px 0px;

	padding: 2px 5px;

	float: left;

	border-radius: 2px;

	list-style-type: none;

	background-color: #4abe63;

}

.sharepost li i {

	color: #fff;

}

.sharepost li:hover {

	background-color: #3d3d48;

}



.about_author {

	float: left;

	width: 93%;

	padding: 20px;

	background-color: #f9f9f9;

	border: 1px solid #eee;

}

.about_author img {

	float: left;

	margin-right: 20px;

}

.about_author a {

	font-family: 'Open Sans' !important;

	font-weight: normal;

	font-weight: 600;

	color: #333;

}

.about_author a:hover {

	color: #4abe63;

}





/* pagination */

.pagination, .pager {

	clear:both;

	padding:10px 0;

	margin-bottom:00px;

	font-family: 'Open Sans', sans-serif;

}

.pagination b, .pager .pager-current{

	float:left;

	margin: 0px 5px 2px 0;

	padding:0px 10px;

	font-weight: normal;

	color: #999;

}

.pager li a{

	color:#999

}

.pagination a.navlinks, .pager li a, .pager li.pager-current{

	font-size: 12px;

	color: #454545;

	background-color: #eee;

	font-weight: 600;

	text-transform: uppercase;

	padding: 1px 11px;

	border-radius: 0px;

	float:left;

	margin-right:10px;

}

.pagination a.navlinks:hover, .pager li:hover, .pager li a:hover {

	color: #fff;

	background-color: #454545;

}

.pagination a.current, .pager .pager-current{

	color: #fff;

	background-color: #454545;

}



/* comment form */

.comment_form {

	float: left;

	width: 100%;

	margin-top: 30px;

}

.comment_form label{

	float: left;

	width: 90px;

	height: 15px;

	padding: 7px 10px;

	margin-bottom: 20px;

}

.comment_input_bg, .comment-form input[type=text], .comment-form textarea, .contact-form input[type=text], .contact-form textarea {

	float: left;

	width: 75%;

	height: 25px;

	padding: 3px 10px 5px 10px;

	border-top: 1px solid #e3e3e3;

	border-left: 1px solid #e3e3e3;

	border-right: 1px solid #e3e3e3;

	border-bottom: 1px solid #e3e3e3;

	background-color: #f9f9f9;

	margin-bottom: 15px;

	margin-top:5px;

}

.comment-form textarea, .contact-form textarea{

	min-height:120px;

}

.comment_textarea_bg {

	float: left;

	width: 90%;

	height: 235px;

	padding: 7px 10px 0px 10px;

	margin-bottom: 20px;

	border-top: 2px solid #e3e3e3;

	border-left: 2px solid #e3e3e3;

	border-right: 1px solid #e3e3e3;

	border-bottom: 1px solid #e3e3e3;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	border-radius: 5px;

	background-color: #f9f9f9;

}

.comment_checkbox {

	float: left;

	display: block;

	width: 90%;

	margin-top: 10px;

}

.comment_submit, .comment-form input[type=submit], .contact-form input[type=submit] {

	background-color: #eee;

	border: 1px solid #ddd;

	padding: 9px 13px;

	font-family: 'Open Sans', sans-serif;

	font-weight: 600;

	border-radius: 4px;

	color: #333;

	text-transform: uppercase;

}

.comment_submit:hover {

	background-color: #f9f9f9;

	cursor: pointer;

}



/* comments */

.comment_wrap{

	padding:20px 20px 20px 0px;

	overflow:hidden;

	border-bottom:1px solid #eee;

}

.comment_wrap.chaild{

	border-bottom:1px solid #eee;

	margin:10px 20px 10px 50px;

	overflow:hidden;

}

.gravatar{

	float:left;

}



.comment_content{

	overflow:hidden;

	padding-left:20px;

	position:relative;

	min-height:80px;

}

.comment_content .comment_meta{

	position:relative;

}

.comment_content .comment_meta .comment_author{

	display:inline;

	font-size:14px;

	font-style: normal;

}

.comment_content .comment_meta .comment_author i{

	display:inline;

	font-size:11px;

	font-style: italic;

}

.comment_content .comment_text {

	clear:both;

	padding-top:0px;

	overflow:hidden;

}

.comment_content .comment_text a {

	color: #d3d3d3;

	margin-top: 5px;

	float: left;

}

.comment_content .comment_text a:hover {

	color: #727272;

	margin-top: 5px;

	float: left;

}

#comments_section li ul li{

	margin-left: 30px;

}



/* contact form */

.comment_form {

	float: left;

	width: 690px;

	margin-top: 30px;

}

.blocklabel {

	float: left;

	width: 100%;

	display: block;

	margin-top: 10px;

}

.comment_form label{

	float: left;

	width: 90px;

	height: 15px;

	padding: 7px 10px;

	margin-bottom: 20px;

}

.input_bg {

	float: left;

	width: 70%;

	height: 32px;

	line-height: 32px;

	vertical-align: middle;

	padding: 0px 0px 0px 10px;

	border-top: 2px solid #e1e1e1;

	border-left: 2px solid #e1e1e1;

	border-right: 1px solid #e1e1e1;

	border-bottom: 1px solid #e1e1e1;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	border-radius: 5px;

	background-color: #f9f9f9;

}

.textarea_bg {

	float: left;

	width: 90%;

	height: 235px;

	padding: 7px 10px 0px 10px;

	margin-bottom: 20px;

	border-top: 2px solid #e1e1e1;

	border-left: 2px solid #e1e1e1;

	border-right: 1px solid #e1e1e1;

	border-bottom: 1px solid #e1e1e1;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	border-radius: 5px;

	background-color: #f9f9f9;

}



.address-info {

	float: left;

	background-color: #f9f9f9;

	border: 1px solid #e1e1e1;

	padding: 20px 20px 10px 20px;

	width: 91%;

	margin-bottom: 40px;

}

.address-info a {

	color: #1889c1;

}

.address-info a:hover {

	color: #454545;

}



.google-map {

	width: 99%;

	border: 5px solid #fff;

	-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.1);

	box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.1);

}





/* Portfolio Page */

.portfolio_page {

	padding: 0px;

	margin: 0px;

	float: left;

	width: 100%;

}

.portfolio_page h3 {

	color: #fff;

	text-align: center;

	line-height: 50px;

	vertical-align: middle;

	background-color: #35353d;


}

.portfolio_page .imgWrap {
    position: relative;
    float: left;
    padding-right: 5px;
    box-sizing: content-box;
}
.portfolio_page .imgWrap img{width:100%;}
.portfolio_page .imgWrap.last {

	margin-right: 0px;

}

.portfolio_pages {

	float: left;

	width: 100%;

	height: 250px;

}

.portfolio_page .imgDescription {

	position: absolute;

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

	background: rgba(00, 000, 000, 0.40);

	color: #fff;

	visibility: hidden;

	opacity: 0;

}

.portfolio_page .imgWrap:hover .imgDescription {

	visibility: visible;

	opacity: 1;

}

.portfolio_page .imgDescription i {

	position: absolute;

	top: 103px;

	left: 160px;

	color: #fff;

	opacity: 0.8;

}





/*------------------*/

/*	RIGHT SIDEBAR

/*------------------------------------------------------*/

/* site search */

.site-search-area {

	margin: 0px;

	padding: 0px;

}

#site-searchform {

	margin: 0;

	padding: 0;

}

#site-searchform #s{

	border: 1px solid #eee;

	background-color: #fff;

	width: 71%;

	height:30px;

	padding:5px 10px 5px 10px;

	color: #999;

	float: left;

	font: normal 12px "Trebuchet MS", Helvetica, Arial, sans-serif;

}

#site-searchform #searchsubmit{

	float: left;

	width:50px;

	height:41px;

	cursor:pointer;

	text-indent:-5555em;

	line-height:100;

	overflow:hidden;

	background: #4abe63 url(../images/site-search-icon.png) no-repeat center 14px;

	border:0;

}

#site-searchform #searchsubmit:hover{

	background: #3d3d48 url(../images/site-search-icon.png) no-repeat center 14px;

}



.sidebar_widget {

	float: left;

	width: 100%;

	padding: 0px;

	margin: 0px;

}

.sidebar_widget ul.arrows_list1{

	padding: 0px;

	margin: 0px;

	float: left;

	margin-top: -10px;

}

.sidebar_widget ul.arrows_list1 li a {

	color: #4abe63;

	line-height: 30px;

}

.sidebar_widget ul.arrows_list1 li a:hover {

	color: #3d3d48;

}

.sidebar_widget ul.arrows_list1 i {

	margin-right: 4px;

}

.sidebar_title {

	float: left;

	width: 100%;

}

.sidebar_widget h3, .clientsays_widget h3 {

	margin-bottom:16px;

	float: left;

	text-transform:uppercase;

	font-size:18px;

	font-weight:600;

}

.sidebar_widget h3 i, .clientsays_widget h3 i {

	font-weight: normal;

	font-style: normal;

}



/* Recent Posts */

ul.recent_posts_list {

	margin: 0px;

	padding: 0px;

	width: 100%;

	float: left;

}

.recent_posts_list li {

	padding: 0px 0px 13px 0px;

	margin: 0px 0px 16px 0px;

	list-style-type: none;

	border-bottom: 1px solid #f5f6f6;

	float: left;

	width: 100%;

}

.recent_posts_list li a {

	text-decoration: none;

	line-height: 17px;

	display: block;

	color: #626262;

}

.recent_posts_list li a:hover {

	color: #1e5c9c;

}



.recent_posts_list li span {

	float: left;

	margin-right: 15px;

}

.recent_posts_list li span img {

	float: left;

	margin-right: 0px;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

	-moz-opacity: 0.8;

	-khtml-opacity: 0.8;

	opacity: 0.8;

}

.recent_posts_list li span img:hover {

	float: left;

	margin-right: 0px;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

	-moz-opacity: 1;

	-khtml-opacity: 1;

	opacity: 1;

}

.recent_posts_list li i {

	padding: 1px 0px 0px 0px;

	margin: 0px;

	display: block;

	font-size: 12px;

	font-style: normal;

	color: #7e7e7e;

	display:none;

}

.recent_posts_list li.last {

	padding: 0px 0px 7px 0px;

	margin: 0px 0px 0px 0px;

	border-bottom: 0px solid #f5f6f6;

	display:none;

}



/* client says widget */

.clientsays_widget {

	float: left;

	width: 100%;

	padding: 0px;

	margin: 0px;

	color: #999;

}

.clientsays_widget strong {

	font-weight: 600;

	color: #454545;

}

.clientsays_widget h3 {

	margin-bottom: 18px;

}

.clientsays_widget img {

	float: left;

	margin-right: 13px;

	margin-top: 7px;

	border: 1px solid #e3e3e3;

}



/* Advertisements */

ul.adsbanner-list {

	margin: 0px 0px 0px 0px;

	padding: 0px;

	float: left;

	width: 100%;

}

.adsbanner-list li {

	margin: 0px 10px 10px 0px;

	padding: 0px;

	float: left;

	width: 120px;

	height: 120px;

	list-style-type: none;

}

.adsbanner-list li img {

	margin: 0px;

	padding: 0px;

	float: left;

	width: 120px;

	height: 120px;

	list-style-type: none;

}

.adsbanner-list li.last {

	margin: 0px 0px 0px 0px;

	padding: 0px;

	float: left;

	width: 120px;

	height: 120px;

	list-style-type: none;

}









/*------------------*/

/* TYPOGRAPHY ELEMENTS

/*------------------------------------------------------*/



a.but_goback,

a.but_ok_2,

a.but_wifi,

a.but_warning_sign,

a.but_user,

a.but_tag,

a.but_table,

a.but_star,

a.but_search,

a.but_phone,

a.but_pencil,

a.but_new_window,

a.but_music,

a.but_hand_right,

a.but_thumbs_down,

a.but_thumbs_up,

a.but_globe,

a.but_hospital,

a.but_coffe_cup,

a.but_settings,

a.but_chat,

a.but_play_button,

a.but_remove_2,

a.but_lock,

a.but_shopping_cart,

a.but_exclamation_mark,

a.but_info,

a.but_question_mark,

a.but_minus,

a.but_plus,

a.but_folder_open,

a.but_file,

a.but_envelope,

a.but_edit,

a.but_cogwheel,

a.but_check,

a.but_camera,

a.but_calendar,

a.but_bookmark,

a.but_book,

a.but_download,

a.but_pdf,

a.but_word_doc,

a.but_woman {

	font-family: 'Open Sans', sans-serif;

	font-size: 14px;

	color: #fff;

	font-weight: 400;

	border-radius: 0px;

}



a.but_goback i {

	color: #fff;

}

a.but_goback {

	padding: 13px 25px 13px 22px;

	margin: 0px 0px 0px 0px;

	background: #1c3a5a;

	border-bottom: 1px solid #999;

}

a.but_goback:hover {

	color: #fff;

	background-color: #ee4123;

}

a.but_ok_2 {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #ff8100;



}

a.but_ok_2:hover {

	background-color: #ff9900;

}



a.but_wifi {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #1c3a5a;

}

a.but_wifi:hover {

	background-color: #1e5c9c;

	color:#fff;

}
a.but_wifi2 {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #1e5c9c;
color:#fff;

}

a.but_wifi2:hover {

	background-color: #1c3a5a;

	color:#fff;

}



a.but_warning_sign {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #e5cc19;



}

a.but_warning_sign:hover {

	background-color: #efda1b;

}



a.but_user {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #007f99;



}

a.but_user:hover {

	background-color: #0090ad;

}



a.but_tag {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #e59919;



}

a.but_tag:hover {

	background-color: #efa61b;

}



a.but_table {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #4c6699;



}

a.but_table:hover {

	background-color: #5674ad;

}



a.but_star {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #99cc4c;



}

a.but_star:hover {

	background-color: #a6da52;

}



a.but_search {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #66667f;



}

a.but_search:hover {

	background-color: #747490;

}



a.but_phone {

	padding: 10px 20px 10px 20px;

	margin: 0px 0px 0px 0px;

	background: #e56619;



}

a.but_phone:hover {

	background-color: #ef6f1b;

}



a.but_pencil {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #cc4c19;



}

a.but_pencil:hover {

	background-color: #da521b;

}



a.but_new_window {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #001900;



}

a.but_new_window:hover {

	background-color: #333333;

}



a.but_music {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #cccc7f;



}

a.but_music:hover {

	background-color: #dada8a;

}



a.but_hand_right {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #ff8100;



}

a.but_hand_right:hover {

	color: #fff;

	background-color: #ff9900;

}



a.but_thumbs_down {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #9999cc;



}

a.but_thumbs_down:hover {

	background-color: #a6a6da;

}



a.but_thumbs_up {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #00cce5;



}

a.but_thumbs_up:hover {

	background-color: #00daef;

}



a.but_globe {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #669999;



}

a.but_globe:hover {

	background-color: #6fa6a6;

}



a.but_hospital {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #196666;



}

a.but_hospital:hover {

	background-color: #1b6f6f;

}



a.but_coffe_cup {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #7f994c;



}

a.but_coffe_cup:hover {

	background-color: #8aa652;

}



a.but_settings {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #997f4c;



}

a.but_settings:hover {

	background-color: #a68a52;

}



a.but_chat {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #7f9919;



}

a.but_chat:hover {

	background-color: #8aa61b;

}



a.but_play_button {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #4c664c;



}

a.but_play_button:hover {

	background-color: #567456;

}



a.but_remove_2 {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #e59966;



}

a.but_remove_2:hover {

	background-color: #efa66f;

}



a.but_lock {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #994c19;



}

a.but_lock:hover {

	background-color: #a6521b;

}



a.but_shopping_cart {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #cc7f4c;



}

a.but_shopping_cart:hover {

	background-color: #da8a52;

}



a.but_exclamation_mark {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #4c7f7f;



}

a.but_exclamation_mark:hover {

	background-color: #528a8a;

}



a.but_info {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #667fcc;



}

a.but_info:hover {

	background-color: #6f8ada;

}



a.but_question_mark {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #4c0019;



}

a.but_question_mark:hover {

	background-color: #620020;

}



a.but_minus {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #666666;



}

a.but_minus:hover {

	background-color: #747474;

}



a.but_plus {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #333333;



}

a.but_plus:hover {

	background-color: #444444;

}



a.but_folder_open {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #99cc99;



}

a.but_folder_open:hover {

	background-color: #a6daa6;

}



a.but_file {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #999999;



}

a.but_file:hover {

	background-color: #a6a6a6;

}



a.but_envelope {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #727272;



}

a.but_envelope:hover {

	background-color: #7c7c7c;

}



a.but_edit {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #e5cc7f;



}

a.but_edit:hover {

	background-color: #efda8a;

}



a.but_cogwheel {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #194c7f;



}

a.but_cogwheel:hover {

	background-color: #1e5c99;

}



a.but_check {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #004c4c;



}

a.but_check:hover {

	background-color: #005c5c;

}



a.but_camera {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #007fcc;



}

a.but_camera:hover {

	background-color: #008ada;

}



a.but_calendar {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #4c99e5;



}

a.but_calendar:hover {

	background-color: #52a6ef;

}



a.but_bookmark {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #ee4123;



}

a.but_bookmark:hover {

	background-color: #b60000;

	color:#fff;

}



a.but_book {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #7f9999;



}

a.but_book:hover {

	background-color: #8aa6a6;

}



a.but_download {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #ff8100;



}

a.but_download:hover {

	background-color: #ff9900;

}



a.but_pdf {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #ff8100;



}

a.but_pdf:hover {

	background-color: #ff9900;

}



a.but_word_doc {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #ff8100;



}

a.but_word_doc:hover {

	background-color: #ff9900;

}



a.but_woman {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #ff8100;



}

a.but_woman:hover {

	background-color: #ff9900;

}





/* styled boxes */

.info, .error, .notice, .success {

	-webkit-border-radius: 0px;

	-moz-border-radius: 0px;

	border-radius: 0px;

	border: 1px solid #bbb;

	margin-bottom: 20px;

	font-size: 13px;

}

p.error {

	border: none;

}

.info strong, .error strong, .notice strong, .success strong {

	font-size: 16px;

}

.message-box-wrap {

	border: 0px solid #fff;

	padding:10px;

}

.info {

	color: #4a84bc;

	border-color: #c6e3ff;

	background-color: #e6f3ff;

}

.error {

	color: #bd6767!important;

	border-color: #f1bdbd!important;

	background-color: #ffdddd!important;

	background-image:none!important;

}

.notice {

	color: #a79a30;

	border-color: #d7d099;

	background-color: #f6f2d2;

}

.success {

	color: #1ea133;

	border-color: #a9ecb4;

	background-color: #dffbe4;

}

.close-but {

	width: 10px;

	height: 10px;

	float: right;

	border: none;

	margin: 5px;

	background: url(../images/elements/icon-remove.png) no-repeat center top;

}



/* dropcaps */



.dropcap1, .dropcap2, .dropcap3 {

	float: left;

	text-align: center;

	overflow:hidden;

	font-family: 'Open Sans', sans-serif;

	font-weight: normal;

}

.dropcap1 {

	width: 53px;

	height:	58px;

	line-height: 50px;

	background:url(../images/elements/dropcap_gray.png) no-repeat scroll 0px 0px transparent;

	color: #999;

	margin:0 8px -4px 0;

	font-size: 32px;

}

.dropcap1.gray {

	background-image:url(../images/elements/dropcap_gray.png);

}

.dropcap2 {

	background:url(../images/elements/dropcap_gray.png) no-repeat scroll 0 -108px transparent;

	color:#999;

	line-height: 47px;

	height: 56px;

	width: 53px;

	margin:0 8px -4px 0;

	font-size:32px;

}

.dropcap2.gray {

	background-image:url(../images/elements/dropcap_gray.png);

}

.dropcap3 {

	font-size:40px;

	line-height: 40px;

	width:44px;

	height:44px;

	margin:0 0 -4px 0;

}

.dropcap3.gray {

	color: #999;

}





/* styled lists */

ul.list1 {

	padding: 0px;

	margin: 0px;

}

.list1 li {

	padding: 0px;

	margin: 0px;

	text-align: left;

	line-height: 30px;

}

.list1 li i {

	padding: 0px;

	margin: 0px 4px 0px 0px;

}





/* highlight colors */

.highlight {

	color: #fff;

	padding: 2px 5px;

	background: #000;

	border-radius:3px;

}

.highlight.black {

	background: #000;

	border-radius:3px;

}

.highlight.red {

	background: #ff0000;

	border-radius:3px;

}

.highlight.gray {

	background: #aaa;

}

.highlight.yellow {

	background: #fff000;

}

.highlight.blue {

	background: #0099cc;

}

.highlight.pink {

	background: #e826b4;

}

.highlight.green {

	background: #48b02b;

}

.highlight.orange {

	background: #ffcc00;

}

.highlight.magenta {

	background: #9325ea;

}





/* buttons */

.button, button {

    text-decoration:none;

	text-align:center;

	color:#585656;

	display: inline-block;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	border-radius: 5px;

	height:32px;

	line-height:32px;

	padding:0px 15px;

	position:relative;

	outline: none;

	overflow: hidden; /* removes extra side padding in IE */

	cursor: pointer;

	border: 1px solid #dcdcdc;/* IE */

	border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */

	border-bottom:rgba(0, 0, 0, .4) 1px solid;

	font-family: 'Open Sans', sans-serif;

	font-weight: normal;

	text-transform: uppercase;



	background: -moz-linear-gradient(

		center top,

		rgba(255, 255, 255, .1) 0%,

		rgba(0, 0, 0, .1) 100%

	);/* FF3.6 */

	background: -webkit-gradient(

		linear,

		center top,

		center bottom,

		from(rgba(255, 255, 255, .1)),

		to(rgba(0, 0, 0, .1))

	);/* Saf4+, Chrome */



	background-color:white;

}



.button::-moz-focus-inner {

    border: none; /* overrides extra padding in Firefox */

}



.button:hover, .button.hover, .page-numbers:hover  {

	background: -moz-linear-gradient(

		center top,

		rgba(255, 255, 255, .2) 0%,

		rgba(255, 255, 255, .1) 100%

	);/* FF3.6 */

	background: -webkit-gradient(

		linear,

		center bottom,

		center top,

		from(rgba(255, 255, 255, .1)),

		to(rgba(255, 255, 255, .2))

	);/* Saf4+, Chrome */

}

.button:active, .button.active, .page-numbers:active {

	top:2px;

	background: -moz-linear-gradient(

		center top,

		rgba(0, 0, 0, .1) 0%,

		rgba(255, 255, 255, .2) 100%

	);/* FF3.6 */

	background: -webkit-gradient(

		linear,

		center bottom,

		center top,

		from(rgba(255, 255, 255, .2)),

		to(rgba(0, 0, 0, .1))

	);/* Saf4+, Chrome */



}



.button.full{

	display: block;

}



.button.small{

	font-size:13px;

}

.button.medium{

	font-size:13px;

	height:40px;

	line-height:40px;

}

.button.large{

	font-size:16px;

	height:50px;

	line-height:50px;

}





/* styled buttons */

.button.red {

	background-color: #ff0000;

	color: #fff;

}

.button.blue {

	background-color: #117ed1;

	color: #fff;

}

.button.lightblue {

	background-color: #0099cc;

	color: #fff;

}

.button.green {

	background-color: #009933;

	color: #fff;

}

.button.black {

	background-color: #333;

	color: #fff;

}

.button.orange {

	background-color: #ff8100;

	color: #fff;

}

.button.darkgray {

	background-color: #818181;

	color: #fff;

}

.button.gray {

	background-color: #f0f0f0;

	color: #000;

}



/* tables */

.table-style {

	float: left;

	width: 100%;

}

.table-list {

	float: left;

	background-color: #fff;

	border: 1px solid #dddddd;

	margin-bottom:20px;

	width: 100%;

}

.table-list th {

	padding: 18px 10px;

	background-color: #eee;

}

.table-list td {

	padding: 13px 10px;

	text-align: center;

	background-color: #f5f5f5;

}

.table-list tr:hover td {

	background-color: #f9f9f9;

}



ul.list_empty {

	float: left;

	padding: 0px;

	margin: 0px;

	width: 100%;

}

.list_empty li {

	float: left;

	padding: 0px;

	margin: 0px 20px 35px 0px;

}





/* pricing tables */

.pricing-tables-main {

	position: relative;

	float: left;

	margin-bottom: 40px;

}



.pricing-tables {

	position: relative;

	float: left;

	width: 24%;

	border: 1px solid #eee;

}

.pricing-tables .title {

	float: left;

	width: 100%;

	height: 30px;

	padding: 13px 0 10px 0;

	background-color: #454545;

	text-align: center;

	font-size: 23px;

	color: #fff;

	border-top: 3px solid #272727;

	border-bottom: 1px solid #818181;

	font-family: 'Open Sans', sans-serif;

	font-weight: normal;

}

.pricing-tables .price {

	float: left;

	width: 100%;

	padding: 30px 0 30px 0;

	background-color: #636363;

	text-align: center;

	font-size: 40px;

	color: #fff;

	font-family: 'Open Sans', sans-serif;

	font-weight: normal;

}

.pricing-tables .price i {

	font-size: 14px;

	color: #ccc;

	display: block;

	font-weight: normal;

	font-style: normal;

	margin-top: 5px;

}

.pricing-tables .cont-list {

	float: left;

	width: 100%;

	padding: 15px 0;

	border-top: 3px solid #fff;

	border-bottom: 3px solid #fff;

	background-color: #f9f9f9;

	text-align: center;

	color: #727272;

}

.pricing-tables .cont-list ul {

	margin: 0;

	padding: 0;

}

.pricing-tables .cont-list li {

	margin: 0;

	padding: 0;

	list-style-type: none;

	line-height: 30px;

	border-bottom: 1px solid #fff;

}

.pricing-tables .cont-list li.last {

	border: none;

}

.pricing-tables .ordernow {

	float: left;

	width: 100%;

	padding: 28px 0px;

	background-color: #eee;

	text-align: center;

	color: #fff;

}

.pricing-tables-main .ordernow .normalbut{

	color: #fff;

	background-color: #666;

	border: 1px solid #454545;

	padding: 10px 18px;

	border-radius: 3px;

	font-weight: normal;

}

.pricing-tables-main .ordernow .normalbut:hover{

	background-color: #727272;

}

.pricing-tables-main .ordernow .colorchan{

	color: #fff;

	background-color: #4abe63;

	padding: 10px 18px;

	border-radius: 3px;

	font-weight: normal;

}

.pricing-tables-main .ordernow .colorchan:hover{

	color: #fff;

	background-color: #f67220;

}

.pricing-tables-helight{

	position: relative;

	float: left;

	width: 27%;

	-webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.1);

	box-shadow:  0px 0px 10px 5px rgba(0, 0, 0, 0.1);

}

.pricing-tables-helight .title {

	float: left;

	width: 100%;

	height: 46px;

	padding: 20px 0 0 0;

	margin-top: -10px;

	background-color: #3fb458;

	text-align: center;

	font-size: 23px;

	color: #fff;

	border-top: 3px solid #30a749;

	border-bottom: 1px solid #5dca74;

	font-family: 'Open Sans', sans-serif;

	font-weight: normal;

}

.pricing-tables-helight .price {

	float: left;

	width: 100%;

	padding: 30px 0 30px 0;

	background-color: #4abe63;

	text-align: center;

	font-size: 45px;

	color: #fff;

	font-family: 'Open Sans', sans-serif;

	font-weight: normal;

}

.pricing-tables-helight .price i {

	font-size: 14px;

	color: #eee;

	display: block;

	font-weight: normal;

	font-style: normal;

	margin-top: 5px;

}

.pricing-tables-helight .cont-list {

	float: left;

	width: 100%;

	padding: 15px 0;

	border-top: 3px solid #fff;

	border-bottom: 3px solid #fff;

	background-color: #f9f9f9;

	text-align: center;

	color: #727272;

}

.pricing-tables-helight .cont-list ul {

	margin: 0;

	padding: 0;

}

.pricing-tables-helight .cont-list li {

	margin: 0;

	padding: 0;

	list-style-type: none;

	line-height: 30px;

	border-bottom: 1px solid #fff;

}

.pricing-tables-helight .cont-list li.last {

	border: none;

}

.pricing-tables-helight .ordernow {

	float: left;

	width: 100%;

	padding: 30px 0 35px 0;

	background-color: #eee;

	text-align: center;

	color: #fff;

}



.pricing-tables-two {

	position: relative;

	float: left;

	width: 33%;

	border: 1px solid #eee;

}

.pricing-tables-two .title {

	float: left;

	width: 100%;

	height: 30px;

	padding: 13px 0 10px 0;

	background-color: #454545;

	text-align: center;

	font-size: 23px;

	color: #fff;

	border-top: 3px solid #272727;

	border-bottom: 1px solid #818181;

	font-family: 'Open Sans', sans-serif;

	font-weight: normal;

}

.pricing-tables-two .price {

	float: left;

	width: 100%;

	padding: 30px 0 30px 0;

	background-color: #636363;

	text-align: center;

	font-size: 40px;

	color: #fff;

	font-family: 'Open Sans', sans-serif;

	font-weight: normal;

}

.pricing-tables-two .price i {

	font-size: 14px;

	color: #ccc;

	display: block;

	font-weight: normal;

	font-style: normal;

	margin-top: 5px;

}

.pricing-tables-two .cont-list {

	float: left;

	width: 100%;

	padding: 15px 0;

	border-top: 3px solid #fff;

	border-bottom: 3px solid #fff;

	background-color: #f9f9f9;

	text-align: center;

	color: #727272;

}

.pricing-tables-two .cont-list ul {

	margin: 0;

	padding: 0;

}

.pricing-tables-two .cont-list li {

	margin: 0;

	padding: 0;

	list-style-type: none;

	line-height: 30px;

	border-bottom: 1px solid #fff;

}

.pricing-tables-two .cont-list li.last {

	border: none;

}

.pricing-tables-two .ordernow {

	float: left;

	width: 100%;

	padding: 28px 0;

	background-color: #eee;

	text-align: center;

	color: #fff;

}



.pricing-tables-helight-two{

	position: relative;

	float: left;

	width: 33%;

	z-index: 3;

	-webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.1);

	box-shadow:  0px 0px 10px 5px rgba(0, 0, 0, 0.1);

}

.pricing-tables-helight-two .title {

	float: left;

	width: 100%;

	height: 46px;

	padding: 20px 0 0 0;

	margin-top: -10px;

	background-color: #2b8ec9;

	text-align: center;

	font-size: 23px;

	color: #fff;

	border-top: 3px solid #2285c0;

	border-bottom: 1px solid #41a3dd;

	font-family: 'Open Sans', sans-serif;

	font-weight: normal;

}

.pricing-tables-helight-two .price {

	float: left;

	width: 100%;

	padding: 30px 0 30px 0;

	background-color: #4abe63;

	text-align: center;

	font-size: 45px;

	color: #fff;

	font-family: 'Open Sans', sans-serif;

	font-weight: normal;

}

.pricing-tables-helight-two .price i {

	font-size: 14px;

	color: #eee;

	display: block;

	font-weight: normal;

	font-style: normal;

	margin-top: 5px;

}

.pricing-tables-helight-two .cont-list {

	float: left;

	width: 100%;

	padding: 15px 0;

	border-top: 3px solid #fff;

	border-bottom: 3px solid #fff;

	background-color: #f9f9f9;

	text-align: center;

	color: #727272;

}

.pricing-tables-helight-two .cont-list ul {

	margin: 0;

	padding: 0;

}

.pricing-tables-helight-two .cont-list li {

	margin: 0;

	padding: 0;

	list-style-type: none;

	line-height: 30px;

	border-bottom: 1px solid #fff;

}

.pricing-tables-helight-two .cont-list li.last {

	border: none;

}

.pricing-tables-helight-two .ordernow {

	float: left;

	width: 100%;

	padding: 30px 0 35px 0;

	background-color: #eee;

	text-align: center;

	color: #fff;

}



/* columns with box */

.framed-box {

	border: 1px solid #e3e3e3;

	width: 100%;

}

.framed-box.center{

	text-align:center;

}

.framed-box-wrap {

	border: 1px solid #fff;

	background-color: #f9f9f9;

}

.framed-box-wrap .pricing-title {

	background-color: #f1f1f1;

	padding: 20px 0px 0px 0px;

	text-align: center;

	border-bottom: 1px solid #fff;

}

.framed-box-wrap .pricing-text-list {

	padding: 15px 20px 40px 20px;

	text-align: center;

}





/* testimonials */

.testimonials-5 {

	float: left;

}

.testimonials-5 span {

	float: left;

}



.testimonials-4 {

	float: left;

}



.testimonials-4 .content {

	float: left;

	padding: 20px 20px 25px 20px;

	border: 1px solid #eee;

	background-color: #f9f9f9;

	border-radius: 5px;

}

.testimonials-4 .content i {

	font-size: 11px;

	color: #909090;

	text-transform: none;

}



.testimonials-2 {

	float: left;

}

.testimonials-2 span {

	float: left;

	line-height: 21px;

	padding: 20px 30px 20px 30px;

	border: 1px solid #eee;

	background: #f9f9f9;

}



/* section 1 */

ul.lirc_section {

	float: left;

	padding: 0px;

	margin: 0px;

	width: 100%;

}

.lirc_section li {

	float: left;

	padding: 0px;

	margin: 0px;

}

.lirc_section li.left {

	float: left;

	padding: 0px;

	margin: 0 8% 0 0;

	width: 90px;

	height: 90px;

	line-height: 110px;

	text-align: center;

	vertical-align: middle;

	background-color: #f3f3f3;

	border-radius: 100%;

	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;

  -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;

  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;

}

.lirc_section li.left i {

	color: #4abe63;

}

.lirc_section li.right {

	float: left;

	padding: 0px;

	margin: 0;

	width: 60.7%;

}

.lirc_section li.left.two {

	padding: 0px;

	margin: 0 0 0 35%;

	width: 65px;

	height: 65px;

	line-height: 75px;

	text-align: center;

	vertical-align: middle;

	background-color: #f3f3f3;

	border-radius: 100%;

	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;

  -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;

  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;

}

.lirc_section li.right.two {

	float: left;

	padding: 0px;

	margin: 0;

	width: 100%;

	text-align: center;

}

.lirc_section li.right.two h3 {

	margin-top: 20px;

}



.punchline_text_box {

	float: left;

	width: 95.400%;

	padding: 30px 20px;

	margin: 0px;

	border: 1px solid #eee;

	border-left: 5px solid #4abe63;

	color: #999;

	background: #f9f9f9;

}

.punchline_text_box strong {

	font-family: 'Open Sans', sans-serif;

	font-weight: 300;

	font-size: 18px;

	color: #3d3d48;

}



.punchline_text_box .left {

	float: left;

	width: 80%;

}

.punchline_text_box .right {

	float: left;

	width: 20%;

}



a.knowmore_but {

	float: right;

	padding: 13px 20px 13px 20px;

	margin: 0px 0px 0px 50px;

	font-size: 14px;

	color: #fff;

	font-weight: 600;

	background-color: #4abe63;

	-moz-border-radius: 3px;

	border-radius: 3px;

	border-bottom: 1px solid #999;

}

a.knowmore_but:hover {

	color: #fff;

	background-color: #3d3d48;

}



/* four columns features section */

.four_col_fusection .one_fourth {

	position: relative;

	margin-right: 0.8%;

	padding-right: 2.530%;

	padding-left: 2%;

	float: left;

}

.four_col_fusection .one_fourth {

	width: 19.8%;

	text-align: center;

	border-right: 1px solid #f6f6f6;

}

.four_col_fusection .one_fourth i {

	color: #2c322d;

	margin-bottom: 30px;

	display: block;

}

.four_col_fusection .one_fourth h2 {

	font-family: 'Roboto', sans-serif;

	font-weight: 300;

	font-size: 25px;

	text-transform: uppercase;

}

.four_col_fusection .one_fourth a {

	color: #999;

	font-size: 11px;

	text-transform: uppercase;

}

.four_col_fusection .one_fourth a:hover {

	color: #4abe63;

}

.four_col_fusection .one_fourth a:hover i {

	color: #ff7b29;

}

.four_col_fusection .one_fourth a i {

	display: inherit;

	margin: 0px 0px 0px 2px;

	color: #999;

}

.four_col_fusection .last {

	margin-right: 0 !important;

	clear: right;

	border: none;

}

.four_col_fusection.inner .one_fourth i {

	color: #4abe63;

}



.h_line1 {

	float: left;

	width: 100%;

	height: 1px;

	margin-bottom: 1px;

	background-color: #f0f0f0;

}





/* scroll up */

.scrollup{

    width:40px;

    height:40px;

    opacity:1;

    position:fixed;

    bottom:64px;

    right:20px;

    display:none;

    text-indent:-9999px;

    background: url(../images/scroll-top-arrow.png) no-repeat left top;

	z-index: 999;

}



.topjoincclr { float:left; width:133px; height:34px; text-transform:uppercase; background-color:#1e5c9c; text-align:center; color:#fff; padding-top:9px; margin-right:20px;}

.topsupport {float:left; width:189px; height:34px; text-transform:uppercase; background-color:#ee4123; text-align:center;  padding-top:9px; margin-right:31px;}

.topjoincclr a {font-weight:600; color:#fff;}

.topsupport a {font-weight:600; color:#fff;}

.topjoincclr:hover {background-color:#0c4784;}

.topjoincclr:hover a { color:#fff;}

.topsupport:hover {background-color:#d31f00;}

.topsupport:hover a {color:#fff;}

.topnews {float:left; margin-top:10px;}

.difvij {float:left; margin-top:13px;}

.topcontact {float:left; margin-top:10px; margin-right:6px;}

.maintop {height:55px;}

.topbar { float:right;}

#trueHeader {

       height: 165px !important;

}

.entryhead { clear:both; font-family:Open Sans, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:19px; font-weight:600; color:#2f2f2f; padding-top: 13px; padding-bottom:15px; }

.entrylink { clear:both; padding-top:30px;}

.entrtstay { clear:both; font-family:Open Sans, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:19px; font-weight:600; color:#fff; padding-bottom:15px; }

iframe html {margin:0 !important; padding:0 !important;}

iframe td {margin:0; padding:0;}

.entryhead2 { clear:both; font-family:Open Sans, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:19px; font-weight:600; color:#2f2f2f; padding-bottom:12px; }

.titlepage { font-size:24px; color:#1c3a5a; text-transform:uppercase; margin-bottom:10px;}

.form-item-copy {display:none;}

.field-name-field-resources .field-label { font-family:Open Sans, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif; font-size:18px; text-transform:uppercase; font-weight:400; margin-bottom:20px;}

.username {margin-top:5px; margin-bottom:5px;}

.titlepage2 { font-size:24px; color:#1c3a5a; margin-bottom:10px;}

.portfolio_area_right h2 {display:none;}
.field-type-text-with-summary {margin-bottom:40px;}
.blog_postcontent .post_info_content .field-type-text-with-summary {margin-bottom:2px;}
.divider_line3 {
    border-bottom: 1px solid #f3f3f3;
    float: left;
    height: 18px;
    margin: 15px 0 29px;
    padding: 0;
    width: 100%;
}

#comment-form #edit-author--2 {padding-bottom: 47px; padding-top: 27px;}
#edit-submit { margin-right:14px;}
.right_sidebar .sidebar_widget .mod-wrapper .sidebar_title h3 {font-size:15px; font-weight:500;}

.recent_posts_list li:last-child {
    margin: 0 0 0px;
}
.recycling { width: 32%; padding-bottom:55px;}
.recycling .views-field-title { float:left; font-weight:600;padding-top:5px; padding-bottom:5px;}
.recycling .views-field-body .field-content {width: 235px; float:left; padding-right:28px; text-align:justify;}
.recycling .views-field-title .field-content a {font-size:16px; color:#1e5c9c;}
.recycling .views-field-title .field-content a:hover {color:#123257;}

.videores { width: 32%; padding-bottom:25px;}
.videores .views-field-title { float:left; font-weight:600;padding-top:5px; padding-bottom:5px;}
.videores .views-field-body .field-content {width: 235px; float:left; padding-right:28px; text-align:justify;}
.videores .views-field-title .field-content {font-size:14px; padding-right:8px;}

.teamview { padding-bottom:40px;}
.teamview .views-field-title { float:left; font-weight:600;padding-top:5px; padding-bottom:5px;}
.teamview .views-field-body .field-content {width: 213px; margin-right:62px; clear:both; float:left; text-align:justify;}
.teamview .views-field-title .field-content a {font-size:16px; color:#1e5c9c;}
.teamview .views-field-title .field-content a:hover {color:#123257;}

.casestudy { width: 32%; padding-bottom:55px;}
.casestudy .views-field-title { float:left; font-weight:600;padding-top:5px; padding-bottom:5px;}
.casestudy .views-field-body .field-content {width: 235px; float:left; padding-right:28px; text-align:justify;}
.casestudy .views-field-title .field-content a {font-size:16px; color:#1e5c9c;}
.casestudy .views-field-title .field-content a:hover {color:#123257;}

.right_sidebar .block-menu-block .mod-wrapper .sidebar_title {border-bottom:1px solid #ececec; margin-bottom: 5px;}
.sidebar_title h3 a {color:#1e5c9c;}
.sidebar_title h3 a:hover {color:#123257;}
.menu-block-1 #tiny li {padding-top:5px; padding-bottom:5px; padding-left:34px; border-bottom:1px solid #ececec; background: url(menubg1.jpg) no-repeat; background-position:bottom;}
.menu-block-1 #tiny li:hover {background-color:#1e5c9c; background: url(menubg.jpg) no-repeat; background-position:bottom;}
.menu-block-1 #tiny li:hover a {color:#fff;}
.menu-block-1 #tiny li a {color:#1e5c9c;}
.menu-block-1 #tiny li a:hover {color:#fff;}
.menu-block-1 #tiny .active {background-color:#1e5c9c; background: url(menubg.jpg) no-repeat; background-position:bottom;}
.menu-block-1 #tiny .active a {color:#fff;}
.sidebar_widget .mod-wrapper .menu-block-wrapper {margin-bottom:-25px;}
.views-field-field-team-designation {clear:both; float:left; padding-bottom:13px; font-size:13px; color:#9f9e9e;}
.accrodation .content {color:#626262 !important;}
.field-name-field-team-designation {padding-bottom:10px; color:#9f9e9e; }
.view-id-publication_menu_list .view-content .item-list ul li {padding-top:5px; padding-bottom:5px; padding-left:34px; border-bottom:1px solid #ececec; background: url(menubg1.jpg) no-repeat; background-position:bottom;}
.view-id-publication_menu_list .view-content .item-list ul li:hover {background-color:#1e5c9c; background: url(menubg.jpg) no-repeat; background-position:bottom;}
.view-id-publication_menu_list .view-content .item-list ul li:hover a {color:#fff;}
.view-id-publication_menu_list .view-content .item-list ul li a {color:#1e5c9c;}
.view-id-publication_menu_list .view-content .item-list ul li a:hover {color:#fff;}
.menu-block-1 #tiny .active {background-color:#1e5c9c; background: url(menubg.jpg) no-repeat; background-position:bottom;}
.menu-block-1 #tiny .active a {color:#fff;}
.view-id-publication_menu_list {margin-bottom:-19px;}
.node-publications h2 {display:none;}
.node-publications .node-readmore {display:none;}
.field-type-text-with-summary a {color:#1e5c9c !important;}
.field-type-text-with-summary a:hover {color:#123257 !important;}
hr {  border-color: #ececec !important;
    color: #ececec !important;
    border: none !important;
    border-top: 1px solid #ececec !important;
	margin-top:10px;
}
.webform-component label {
    float: left;
    width: 100%;
	padding-top:5px;
}
.resizable-textarea {float:left; width:100%;}
.webform-client-form {margin-top:5px;}
.webform-component .form-text {
	clear: both;
    /*webaccess float: left;*/
    width: 60%;
	background-color: #f9f9f9;
    border-color: #e3e3e3;
    border-style: solid;
    border-width: 1px;
    height: 25px;
    margin-bottom: 10px;
    margin-top: 5px;
    padding: 3px 10px 5px;
}

.webform-component .form-textarea {
	clear: both;
    float: left;
    width: 100%;
	background-color: #f9f9f9;
    border-color: #e3e3e3;
    border-style: solid;
    border-width: 1px;
    height: 25px;
    margin-top: 5px;
    padding: 3px 10px 5px;
	min-height: 170px;
}

.form-actions .form-submit {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;
	color:#fff;
	cursor:pointer;
	background: #1c3a5a;
	border:0px;

}

.form-actions .form-submit:hover {

	background-color: #1b497b;

	color:#fff;

}
.content_left ul li { list-style: disc; list-style-position: inside;
    margin: 0 0 6px;}
.content_left .blog_post ul li { list-style:none;}
.contextual-links-wrapper ul li { list-style:none;}
.content_left .view-all-publications ul li { list-style:none; margin:0px;}
.pager-next { float: left !important; list-style: none !important;}
.pager-current { float: left !important; list-style: none !important; background-color:#eee !important;}
.pager-current:hover {color:#454545 !important;}
.pager-last {float: left !important; list-style: none !important;}
.imgWrap h3 {font-size:18px !important;}
.right_sidebar .block {padding-bottom:35px;}
.pager li {margin-right:10px !important; float:left !important; list-style:none !important;}
.view-video-resources-view .views-field-field-video-thumbnail {margin-top:20px;}
#cboxPrevious {display:none !important;}
#cboxNext {display:none !important;}
#cboxCurrent {display:none !important;}
#cboxLoadedContent {overflow:hidden !important;}
.pager {padding:0px !important;}
.pager li a {margin-right:0px !important;}
.statelisting li { background-color: #1f5c9d;
    border-bottom: 1px solid #fff;
    height: 33px;
    padding-top: 10px;
    padding-left: 27px; cursor:pointer}
	.statelisting li:hover { background-color: #f7f7f7;
   }
   	.statelisting li:hover a { color:#505050; }

.statelisting li {color:#fff; padding-top:9px;  background-color: #1f5c9d; }
.statelisting li:hover {color:#505050; background-color: #f7f7f7; cursor:pointer !important;  }
.current_state {color:#505050 !important; background-color: #f7f7f7 !important; cursor:pointer !important; }
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.form-required {font-size:12px; color:#dd0101;}
#node-95 .field-type-text-with-summary {
    margin-bottom: 20px;
}
#system-message ul li {list-style:none !important; margin-left: -30px !important;}
.node-publications .field-name-field-resources .field-items {margin-bottom: -14px !important;}
.mflex-direction-nav a {z-index:9;}

a.but_blue {

font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	border-radius: 0px;
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #1e5c9c;
	width:100%;
	text-align:center;

}

a.but_blue:hover {
	background-color: #1c3a5a;
	color:#fff;
}

a.but_orange {

font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	border-radius: 0px;
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #ee4123;
	width:100%;
	text-align:center;

}

a.but_orange:hover {
	background-color: #d31f00;
	color:#fff;
}
a.but_blue_sqr {

	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff !important;
	font-weight: 400;
	border-radius: 0px;
	width:180px;
	padding-top: 66px;
	background: #1e5c9c;
	text-align:center;
	display:block;
	height: 90px;
	vertical-align: middle;
	font-weight:bold;

}

	a.but_blue_sqr:hover {
	background-color: #1c3a5a;
	color:#fff !important;
}

a.but_orange_sqr {

	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff !important;
	font-weight: 400;
	border-radius: 0px;
	width:180px;
	padding-top: 66px;
	background: #ee4123;
	text-align:center;
	display:block;
	height: 90px;
	vertical-align: middle;
	font-weight:bold;

}

	a.but_orange_sqr:hover {
	background-color: #d31f00;
	color:#fff !important;
}

#system-message .error {display:none;}

.tab-content a {color:#1e5c9c;}
.tab-content a:hover {color:#1c3a5a !important;}
.content_left .field-name-body .field-items img {width:100%;}


a.crm-submit-buttons {font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	border-radius: 0px;
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #ee4123;
	width:100%;
	text-align:center;
}

a.crm-register-button {font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	border-radius: 0px;
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #ee4123;
	width:100%;
	text-align:center;
}

a.crm-submit-buttons:hover {
	background-color: #d31f00;
	color:#fff;
}
a.crm-register-button:hover {
	background-color: #d31f00;
	color:#fff;
}

.view-events .view-content .views-field-title a {
font-size: 16px;
color: #1E5C9C;
}
.view-events .view-content .views-field-title {
margin-top: 10px;
}
.view-events  .views-row {
margin-top: 10px;
}
.view-events .view-content .views-row-first {margin-top:-14px;}


.view-display-id-block .views-row{
	width:33.33%;
	float:left;

}

.view-display-id-block .views-row .views-field{
	display:block; width:100%; float:left; margin:0;
}
.view-display-id-block .views-row .views-field-body{
	margin-bottom:30px;
	/*max-width: 211px;*/
}
.views-field-field-team-image a {
	display:block;
	float:left;
	width:95%;
	margin-right:5%;
}
.views-field-field-101-image a {
	display:block;
	float:left;
	width:95%;
	margin-right:5%;
}
.views-field-field-case-study-image image a {
	display:block;
	float:left;
	width:95%;
	margin-right:5%;
}
.views-field-field-team-image img{
	max-width:100%;
}
.views-field-field-101-image img{
	max-width:100%;
}
.views-field-field-case-study-image img{
	max-width:100%;
}
.state_tabs{
	position:absolute; top:-500px; height:1px;
}
.view-id-video_resources_view .views-row{
	width:100%;
	float:left;
	margin-right:5%;
	margin-bottom:30px;
}
.view-id-video_resources_view .views-row-odd{
	clear:both;
}


.crm-container .crm-section .content, .crm-container-snippet .crm-section .content {
    margin-left: 0%;
	clear:both;
	padding-bottom:20px;
}
div.crm-container label {
/*webaccess changes
float: left !important;*/
	color:#000;
}

.view-team-page-view- .view-content .views-row .views-field-title a {
color: #1e5c9c !important;
font-size: 16px;
font-weight:600;
}
.view-team-page-view- .view-content .views-row .views-field-title a:hover {
color: #123257 !important;
font-size: 16px;
font-weight:600;
}
.view-land-recycling-101-view .view-content .views-row .views-field-title a {
color: #1e5c9c !important;
font-size: 16px;
font-weight:600;
}
.view-land-recycling-101-view .view-content .views-row .views-field-title a:hover {
color: #123257 !important;
font-size: 16px;
font-weight:600;
}
.view-case-studies-view .view-content .views-row .views-field-title a {
color: #1e5c9c !important;
font-size: 16px;
font-weight:600;
}
.view-case-studies-view .view-content .views-row .views-field-title a:hover {
color: #123257 !important;
font-size: 16px;
font-weight:600;
}

.view-case-studies-view .views-row {
    float: left;
    width: 33.33%;
	height: 377px;
	padding-bottom:15px;
	overflow:hidden;
}
.view-land-recycling-101-view .views-row {
    float: left;
    width: 33.33%;

}

/*.view-land-recycling-101-view .views-row .views-field .field-content p {
    width: 238px;
    margin-left: 0px;
}
.view-case-studies-view .views-row .views-field .field-content p {
    width: 238px;
    margin-left: 0px;
}*/
.crm-container .crm-section .label, .crm-container-snippet .crm-section .label {
    float: left;
    text-align: left;
    width: 17%;
}
.view-display-id-block .views-row .views-field-body{
	width:85%;
}


/* Webacces Access Code for Stay Connected Block --WebForm --Starts*/
.webform_stay_connect .webform-component--civicrm-1-contact-1-fieldset-fieldset--civicrm-1-contact-1-contact-first-name {
    float: left;
    margin-right: 15px;
    width: 45%;
}

.webform_stay_connect .webform-component--civicrm-1-contact-1-fieldset-fieldset--civicrm-1-contact-1-contact-last-name {
    float: left;
    width: 45%;
}

.webform_stay_connect input[type="text"],
.webform_stay_connect input[type="email"] {
    padding: 0 10px;
    width: 90% !important;
}

.webform_stay_connect .webform-component-email {
    float: left;
    margin-right: 8px;
    width: 70%;
}

.webform_stay_connect .webform-component-select  {
    float: left;
    width: 25%;
}
.stay_state_list {
    color: #626262;
    margin-top:4px;
    width: 100%;
    height: 28px;
    border: 1px solid #e3e3e3;
    background-color: #f9f9f9;
}
.stay_connect .webform-submit {
   cursor:pointer !important;
    width:149px !important;
    height:45px !important;
    float:right !important;
    background-color:#1c3a5a;
    border:none !important;
    color:#fff !important;
    font-weight:bold !important;
    font: 14px 'Open Sans', sans-serif !important;
    float: right !important;


}

.stay_connect .webform-submit:hover {
    background-color:#1b497b;
}
.webform_stay_connect .webform-submit {
   float: right;
}

.webform_get_updates input[type="text"],
.webform_get_updates input[type="email"] {
   width: 30% !important;
}
.webform_get_updates label {
   float: none !important;
   padding-right: 20px;
}
.webform_get_updates .get_update_email label {
  padding-right:53px;
}
/* Webacces Access Code for Stay Connected Block--WebForm --Ends*/
/* Webacces Access Code for highlighted price set */
#crm-container .contribution_amount-section .highlight {
background-color: transparent !important;
}

/* To highlight text box when clicked/Tabbed --Webaccess Starts */
.webform_stay_connect input[type=text], .webform_stay_connect input[type=email], .webform_get_updates input[type=text], .webform_get_updates input[type=email], .webform_stay_connect select.stay_state_list, .webform_get_updates select.stay_state_list {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px !important;
  margin: 5px 1px 3px 0px !important;
  border: 1px solid #DDDDDD !important;
}

.webform_stay_connect input[type=text]:focus, .webform_stay_connect input[type=email]:focus, .webform_get_updates input[type=text]:focus, .webform_get_updates input[type=email]:focus, .webform_stay_connect select.stay_state_list:focus, .webform_get_updates select.stay_state_list:focus, .webform_stay_connect .webform-submit:focus, .webform_get_updates .webform-submit:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1) !important;
  /*padding: 3px 0px 3px 3px !important;*/
  margin: 5px 1px 3px 0px !important;
  border: 1px solid rgba(81, 203, 238, 1) !important;
}

.webform_get_updates select.stay_state_list {
  width: 100px !important;
}
/* To highlight text box when clicked/Tabbed --Webaccess Ends */


/* marisa's styles */
.view-publication-category-links-gallery ul li {
    list-style-type: none;
    box-sizing: border-box;
    max-width: 100%;
    width:100%;
    padding: 8px;
    float: left;
    position: relative;
}

.view-publication-category-links-gallery .views-field.views-field-field-cat-image, .view-publication-category-links-gallery .views-field.views-field-field-cat-image img {
    max-width: 100%;
    width:100%;
}

.view-publication-category-links-gallery  .views-field.views-field-title {
    background: #35353D;
    color: #fff;
    font-size: 20px;
    margin: 1% auto 0;
    padding: 4%;
    position: relative;
    float: left;
    width: 92%;
    text-align: center;
}




.view-publication-category-links-gallery  .views-field.views-field-title a {
    color:#fff;
}

@media screen and (min-width:801px) {
    .view-publication-category-links-gallery ul li {

    max-width: 50%;
        width:50%;

    }
}

@media screen and (min-width:1026px) {
    .view-publication-category-links-gallery ul li {

    max-width: 33%;
        width:33%;

    }
}


/*marisas styles: second cat archive option */


.view-publications-all-categories ul li {
    list-style-type: none;
    box-sizing: border-box;
    max-width: 100%;
    width:100%;
    padding: 8px;
    float: left;
    position: relative;
}

.view-publications-all-categories .views-field-field-marisa-test-field-image, .view-publications-all-categories .views-field-field-marisa-test-field-image img {
    max-width: 100%;
    width:100%;
}

.view-publications-all-categories  .views-field-name {
    background: #35353D;
    color: #fff;
    font-size: 20px;
    margin: 1% auto 0;
    padding: 4%;
    position: relative;
    float: left;
    width: 92%;
    text-align: center;
}




.view-publications-all-categories  .views-field-name a {
    color:#fff;
}

@media screen and (min-width:801px) {
    .view-publications-all-categories ul li {

    max-width: 50%;
        width:50%;

    }
}

@media screen and (min-width:1026px) {
    .view-publications-all-categories ul li {

    max-width: 33%;
        width:33%;

    }
}


body.front .node-publication-categories {
    display: none;
}

a.resource-file:hover {
    color: #fff;
}

.resource-row .resource-file a, a.resource-file {
    background-color: #1E5C9C;
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    width: auto;
}
.resource-row .resource-file  .file-icon {
    display:none;
}

h3.publication-title {
    border-bottom: 1px solid;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: normal;
    display: inline-block;
    padding-bottom: 5px;
}

.resource-description {
    margin:20px 0 60px;

}

.resource-description a {
    color:#1e5c9c;
    text-decoration:underline;
}


.page-financing-archive .titlepage, .page-climate-change-archive .titlepage, .page-built-environment-archive .titlepage, .page-legal-archive .titlepage, .page-webinar-archive .titlepage, .page-nalgep-archive .titlepage, .page-npcr-archive .titlepage, .page-brownfields-101 .titlepage, .page-remediation-archive .titlepage, .page-brownfields-tools-archive .titlepage, .page-video-archive .titlepage {
    font-size: 32px;
    color: #1E5C9C;
    margin-bottom: 15px;
    text-transform: capitalize;
}



.page-financing-archive .view-header, .page-financing-archive .view-header, .page-climate-change-archive .view-header, .page-built-environment-archive .view-header, .page-legal-archive .view-header, .page-webinar-archive .view-header, .page-nalgep-archive .view-header, .page-npcr-archive .view-header, .page-brownfields-101 .view-header, .page-remediation-archive .view-header, .page-brownfields-tools-archive .view-header, .page-video-archive .view-header  {
    margin-bottom:50px;
}

.view-brownfields-101-publications .view-header p {
    font-size: 32px;
    color: #1E5C9C;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-transform: capitalize;
}


/* marisa edits team views 7-7-17 */

.view-dom-id-89b80d794d0382601d0d097be7667188  .views-row, .view-team-page-view- .views-row {

    min-height:400px !important;
}


.page-civicrm td#Related_Cases__8, .page-civicrm .section-shown {
    display: none !important;
}


.view-footer {
    margin-top:30px;
}

.view-footer a {
    color: #1E5C9C;
}

.page-video-archive .resource-description {
    margin: 0 0 46px;
}

.page-video-archive .resource-row {
    margin-top:57px;
}
