@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,latin-ext);
/*------------------*/
/*	GENERAL
/*------------------------------------------------------*/
body, html {
	font-family: 'Open Sans', sans-serif;
}

hr {
	margin:10px 0;
	border:0 none;
	border-top:1px solid #CCC;	
}

/*------------------*/
/*	SITE STRUCTURE
/*------------------------------------------------------*/

.site_wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
}
.wrapper_boxed {
    margin: auto;
    width: 1240px;
}

.wrapper_boxed .site_wrapper {
    background-color: #FFFFFF;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    float: left;
    margin: 0 auto auto;
    width: 1240px;
}

.container_full {
	width: 100%;
	float: left;
	margin: auto auto auto auto;
}
.container {
	width: 1170px;
	margin: auto auto auto auto;
}

.content_fullwidth {
	float: left;
	width: 100%;
	padding: 59px 0px 0px 0px;
}
.content_left {
	float: left;
	width: 71%;
	padding: 59px 0px 0px 0px;
}
.right_sidebar {
	float: right;
	width: 25%;
	padding: 59px 0px 0px 0px;
}
.left_sidebar {
	float: left;
	width: 25%;
	padding: 59px 0px 0px 0px;
}
.content_right {
	float: right;
	width: 71%;
	padding: 59px 0px 0px 0px;
}

.right_sidebar .one_half {
	width:100%;
	margin:0 0 20px;
}

.right_sidebar .newsflash .content {
	width:70%;	
}
.single_content .newsflash ul li {
	list-style:none;
}


.right_sidebar .moduletable h3 {
	background:none;
	text-align:left;
	padding:0;
	margin:0 0 10px;	
}
/* columns */
.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%;
}

.one_half img,
.one_third img,
.one_fourth img,
.two_third img,
.three_fourth img,
.one_fifth img,
/*.item-page img*/{
	width:100%;
}

img {
	max-width: 100%;
}

.last {
	margin-right: 0 !important;
	clear: right;
}

/* ---------------------------------------------------------------------- */
/*	Forms
/* ---------------------------------------------------------------------- */

input[type=text], input[type=password], input[type=email],  textarea, select {
	-webkit-appearance: none; /* Fix for Mobile Safari */
	background-color: #fff;
	border: 1px solid #ccd7d7;
	color: #000;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	font-weight:300;
	padding:4px 10px;
	height:23px;
}

.btn, .btn:hover, .btn:focus {
	background:#037033;
	border: 1px solid #037033;
	color:#FFF;
	font-size:16px;
	padding:5px 30px;
	display:inline-block;
	text-transform:uppercase;
}

big { font-size:18px; color:#020202; }

small { font-size:11px; } 

table { border-top: 1px solid #b2bdc0; border-bottom: 1px solid #b2bdc0; width:100%; margin:10px 0; padding:10px 0; color:#020202;  border-spacing: 0;
    border-collapse: collapse;}
table td {  padding:1px 5px;}

table.border  { border:0 none;}
table.border td{ border:1px solid #b2bdc0; padding:1px 15px;}

/*------------------*/
/*	HEADER AREA CLASSES
/*------------------------------------------------------*/
.top_nav {
	float: left;
	padding: 6px 35px;
	background-color: #849596;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
	width:100%;  
}
.top_nav ul.nav {
	float: left;
	padding: 0px;
	margin: 0px;
}
.top_nav ul.nav li {
	float: left;
	padding: 0px;
	margin: 0px 20px 0px 0px;
	font-size: 12px;
	color: #d2d8d9;
}
.top_nav ul.nav li::after { 
    content: "|";
}
.top_nav ul.nav li:last-child::after { 
    content: "";
}
.top_nav ul.nav a {
	color: #d2d8d9;
	padding: 8px 0px;
	position:relative;
	margin:0 20px 0 0;
}
.top_nav ul.nav li a.active:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-width: 12px;
	margin-left: -12px;
	background: url(../images/top_nav_active.png) no-repeat bottom center;
}
.top_nav ul.nav a.active,
.top_nav ul.nav li a:hover {
	color: #fff;
}

/* header area */
.logo {
	float: left;
	width: 35%;
	margin-top:25px;
}
.header-top-right-section {
	float: right;
	width: 55%;
	text-align:right;
}
.header-top-right-section .nav {
	float: right;
	padding:0;
	margin: 0 0 15px;
}
.header-top-right-section .nav li {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 20px;
	font-size: 12px;
	color: #d2d8d9;
	font-weight:600;
	text-transform:uppercase;
}
.header-top-right-section .nav li a{
	float: left;
	padding: 0px 0 0 40px;
	color: #7d909c;
	margin:5px 0 0;
}
.header-top-right-section .nav li a.slo{
	background: url(../images/flag_sl.png) no-repeat 0% -30px;
}

.header-top-right-section .nav li a.eng{
	background: url(../images/flag_eng.png) no-repeat 0% -30px;
}

.header-top-right-section .nav li a.active.slo,
.header-top-right-section .nav li a.slo:hover{
	background: url(../images/flag_sl.png) no-repeat 0% 0%;
}

.header-top-right-section .nav li a.active.eng,
.header-top-right-section .nav li a.eng:hover {
	background: url(../images/flag_eng.png) no-repeat 0% 0;
}

.header-top-right-section .nav li a:hover,
.header-top-right-section .nav li a.active{
	color:#000;
	text-decoration:underline;	
}
.header-top-right-section .form-seach {
	float:right;
	width:250px;
}
.header-top-right-section .form-seach input[type=text]{
	width: -moz-calc(100% - 26px);
    width: -webkit-calc(100% - 26px);
    width: -o-calc(100% - 26px);
    width: calc(100% - 26px);
	float:left;
	margin:10px 0 0;
}
.header-top-right-section .form-seach .btn {
	background: url(../images/icon_search.png) no-repeat center center #037033;
	width:26px;
	height:23px;
	float:left;
	margin:10px 0 0;
	padding:3px 6px;
}
.menu_main {
	float: left;
	width: 100%;
	margin-top: 16px;
	border-top: 1px solid #eee;
}

/*------------------*/
/*  HOME PAGE SECTIONS
/*------------------------------------------------------*/
.blog-featured-fp { padding:20px 0 15px; }
.blog-featured-fp  .items-leading  { border-bottom: 1px solid #ccd7d7; margin:0 0 30px; padding:0 0 30px;}
.blog-featured-fp .image_intro  img { width:100%; border:1px solid #ccd7d7;}
.blog-featured-fp h3.title a{ font-size:20px;}
.blog-featured-fp .date { color:#037033; }
.blog-featured-fp .items-row {}
.blog-featured-fp .items-row  .content,
.newsflash .content { float:left; width:80%;}

.date-box {
	float: left;
	color: #037033;
	width: 45px;
	font-size:23px;
	margin:0 20px 10px 0;
	text-align: center;
	font-weight: 300;
	text-transform:uppercase;
}
.date-box strong {
	display: block;
	font-size: 26px;
	font-weight: 300;
	color: #037033;
	margin:0 0 5px;
	width: 45px;
	height: 45px;
	vertical-align: middle;
	line-height: 45px;
	text-align: center;
	border: 1px solid #037033;
}

.date-box.small {
	font-size:15px;
	width: 40px;
	margin:7px 20px 10px 0;
}

.date-box.small strong {
	font-size:18px;
	width: 40px;
	height: 40px;
	line-height: 40px;
}

h1.section_title_drakgray {
	width: 60%;
	color: #272727;
	font-size: 40px;
	padding-bottom: 20px;
	font-weight: 200;
	margin: 0 auto;
}
h1.section_title_drakgray em {
	color: #999;
	font-size: 18px;
	font-weight: 300;
	border-top: 1px solid #e3e3e3;
	font-style: normal;
	margin-top: 13px;
	padding-top: 8px;
	display: block;
}

h2.section_title_white {
	color: #fff;
	font-size: 35px;
	text-transform: uppercase;
	padding-bottom: 20px;
	font-weight: 200;
	background: url(../images/title-hline.png) no-repeat center bottom;
	margin-bottom: 70px;
}
h2.section_title_white strong {
	font-weight: 500;
}

h2.section_title_white.lessmar {
	margin-bottom: 40px;
}

h2.section_title_drakgray {
	color: #272727;
	font-size: 35px;
	text-transform: uppercase;
	padding-bottom: 20px;
	font-weight: 200;
	background: url(../images/title-hline2.png) no-repeat center bottom;
	margin-bottom: 59px;
}
h2.section_title_drakgray strong {
	font-weight: 500;
}

h2.section_title_drakgray.nomarb {
	margin-bottom: 0px;
}
h2.section_title_drakgray.lessmar {
	margin-bottom: 40px;
}
h2.section_title_drakgray.bline {
	background: none;
	border-bottom: 1px solid #d3d3d3;
}
h2.section_title_drakgray.left {
	margin-bottom: 40px;
	background: url(../images/title-hline2.png) no-repeat left bottom;
}


.features_sec5 h2.section_title_white {
	background: url(../images/title-hline3.png) no-repeat center bottom;
}

h2.section_title_whitebig {
	color: #fff;
	font-size: 40px;
	text-transform: uppercase;
	padding-bottom: 45px;
	font-weight: 200;
	background: url(../images/title-hline-big.png) no-repeat center bottom;
	margin-bottom: 40px;
}
h2.section_title_whitebig strong {
	font-size: 70px;
	line-height: 70px;
	font-weight: 300;
	display: block;
	padding-top: 10px;
}

h2.ipages_title1 {
	color: #272727;
	font-size: 24px !important;
	text-align: left;
	text-transform: uppercase;
	padding-bottom: 18px;
	margin-bottom: 10px;
	font-weight:300;
}
h2.ipages_title1 strong {
	font-weight: 500;
}

h2.ipages_title1.two {
	text-align: left;
	margin-bottom: 25px;
	background: url(../images/h-line1.png) no-repeat left bottom;
}

h3.ipages_title1 {
	color: #272727;
	font-size: 22px ;
	text-align: left;
	text-transform: uppercase;
	padding-bottom: 18px;
	font-weight: 400;
	margin-bottom: 10px;
}
h3.ipages_title1 strong {
	font-weight: 500;
}

h3.ipages_title1.two {
	text-align: left;
	margin-bottom: 35px;
	background: url(../images/h-line1.png) no-repeat left bottom;
}

h4.ipages_title1.two {
	text-align: left;
	margin-bottom: 35px;
	background: url(../images/h-line1.png) no-repeat left bottom;
}

/* features section 18 */
.features_sec1 {
	float: left;
	width: 100%;
	padding: 10px 10px;
	margin:30px 0 0;
}
.features_sec1 ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.features_sec1 li {
	padding: 0px;
	margin: 0px;
}
.features_sec1 li h3 {
	margin-bottom: 5px;
}
.features_sec1 li.icon {
	float: left;
	width: 14%;
	color: #fc4242;
	font-size: 35px;
}
.features_sec1 li.text {
	float: left;
	width: 86%;
}
.features_sec1 li.icon2 i{
	float: left;
	width: 40px;
	height: 60px;
	margin-right: 18px;
}
.features_sec1 li.text2 {
	float: left;
	width: 82%;
}
.features_sec1 li.icon2 .icon_1 {
	background: url(../images/icon_6.png) no-repeat center top;
}

.features_sec1 li.icon2 .icon_2 {
	background: url(../images/icon_7.png) no-repeat center top;
}

.features_sec1 li.icon2 .icon_3 {
	background: url(../images/icon_8.png) no-repeat center top;
}

.features_sec1 li.icon2 .icon_4 {
	background: url(../images/icon_9.png) no-repeat center top;
}

.features_sec1 li.icon2 .icon_5 {
	background: url(../images/icon_10.png) no-repeat center top;
}

.features_sec1 li.icon2 .icon_6 {
	background: url(../images/icon_11.png) no-repeat center top;
}




/* latest works */
.latest_works {
	float: left;
	width: 100%;
	text-align: center;
	padding: 70px 0px 58px 0px;
	background: #454545 url(../images/parallax-bg1.jpg) repeat-y center top;
}

/* features section 2 */
.features_sec2 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 70px 0px;
}
.features_sec2.lessmb {
	float: left;
	width: 100%;
	text-align: center;
	padding: 70px 0px 0px 0px;
}
.features_sec2 i {
	float: left;
	color: #037033;
	font-size: 30px;
	width: 42px;
	height: 70px;
	margin-right: 20px;
	text-align: center;
	vertical-align: bottom;
	line-height: 90px;
	border: 1px solid #037033;
	padding-left:8px;
}
.features_sec2 i:hover {
	color: #fff;
	background-color: #037033;
}
.features_sec2 i.active {
	color: #fff;
	background-color: #037033;
}
.features_sec2 h5 {
	font-weight: 600;
	margin-bottom: 5px;
}
.features_sec2 .one_third {
	text-align: left;
}

/* features section 3 */
.features_sec3 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 70px 0px 70px 0px;
	background: url("../images/parallax-bg2.jpg");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:100% 0; 
	position:relative;
}
.features_sec3 .one_fourth {
	width: 23.2%;
	margin-right: 2.4%;
}
.features_sec3 .boxsec {
	float: left;
	width: 70%;
	padding: 30px 15%;
	background-color: #fff;
	border-bottom: 4px solid #037033;
}
.features_sec3 .boxsec h3 {
	margin-top: 25px;
	text-transform: uppercase;
}
.features_sec3 .readmore_but2 {
	float: left;
	color: #fff;
	padding: 9px 27px;
	background-color: #037033;
}
.features_sec3 .readmore_but2:hover {
	color: #454545;
	background-color: #fff;
}
.features_sec3 .one_fourth:hover .boxsec,
.features_sec3 .one_third:hover .boxsec{
	color: #fff;
	background-color: #037033;
	border-bottom: 4px solid #fff;
}
.features_sec3 .one_fourth:hover h3,
.features_sec3 .one_third:hover h3{
	color: #fff;
}
.features_sec3 .one_fourth:hover .readmore_but2,
.features_sec3 .one_third:hover .readmore_but2{
	color: #454545;
	background-color: #fff;
}
.features_sec3 .one_fourth.active .boxsec,
.features_sec3 .one_third.active .boxsec{
	color: #fff;
	background-color: #037033;
	border-bottom: 4px solid #fff;
}
.features_sec3 .one_fourth.active h3,
.features_sec3 .one_third.active h3{
	color: #fff;
}
.features_sec3 .one_fourth.active .readmore_but2,
.features_sec3 .one_third.active .readmore_but2{
	color: #454545;
	background-color: #fff;
}

/* features section 4 */
.features_sec4 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 70px 0px 35px 0px;
}

/* features section 5 */
.features_sec5 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 70px 0px;
	background-color: #037033;
}
.features_sec5 .root {
	float: left;
	width: 100%;
	background: url(../images/site-img5.png) no-repeat center 14px;
}
.features_sec5 .one_fifth i {
	color: #272727;
	font-size: 27px;
	width: 80px;
	padding-left:10px;
	height: 90px;
	text-align: center;
	vertical-align: middle;
	line-height: 90px;
	background-color: #fff;
	border-radius: 100%;
}
.features_sec5 .one_fifth h5 {
	color: #fff;
	margin-top: 13px;
	margin-bottom: 0px;
}
.features_sec5 .one_fifth i:hover {
	color: #fff;
	background-color: #272727;
}
.features_sec5 .one_fifth i.active {
	color: #fff;
	background-color: #272727;
}

.features_sec5 .left {
	float: left;
	width: 50%;
}
.features_sec5 .left h3, .features_sec5 .right h3 {
	margin-bottom: 10px;
	text-transform: uppercase;
}
.features_sec5 .right strong {
	color: #454545;
	font-size: 14px;
	font-weight: normal;
	display: block;
	text-transform: none;
	margin-bottom: 20px;
}
.features_sec5 .left .circle {
	float: right;
	width: 230px;
	height: 245px;
	padding-top: 65px;
	padding-left: 30px;
	padding-right: 30px;
	background: url(../images/site-img6.png) no-repeat center top;
}
.features_sec5 .right {
	float: left;
	width: 50%;
}
.features_sec5 .right .circle {
	float: left;
	width: 230px;
	height: 245px;
	padding-top: 65px;
	padding-left: 30px;
	padding-right: 30px;
	background: url(../images/site-img7.png) no-repeat center top;
}

/* features section 6 */
.features_sec6 {
	float: left;
	width: 100%;
	padding: 0px 0px;
}
.features_sec6 .two_third {
	padding-top: 100px;
}
.features_sec6 h2 {
	font-size: 37px;
	margin-bottom: 10px;
	font-weight: 200;
	text-transform: uppercase;
}
.features_sec6 h1 {
	font-size: 70px;
	font-weight: normal;
	text-transform: uppercase;
}
.features_sec6 span {
	float: left;
	color: #037033;
	width: 85%;
}
.features_sec6 p {
	color: #727272;
	width: 85%;
}


/* features section 7 */
.features_sec7 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 70px 0px 70px 0px;
	background: url("../images/parallax-bg3.jpg");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:100% 0; 
	position:relative;
	min-height: 360px;
}
.features_sec7.two {
	background: url("../images/parallax-bg15.jpg");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:100% 0; 
	position:relative;
	min-height: 360px;
}
.features_sec7 h1 {
	color: #fff;
	font-weight: 200;
	text-transform: uppercase;
}
.features_sec7 h1 b {
	font-weight: 200;
	display: block;
}
.features_sec7 .cont {
	float: right;
	width: 50%;
	color: #fff;
	margin-top: 40px;
	text-align: left;
}

/* features section 8 */
.features_sec8 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 70px 0px;
}
.features_sec8 .content_box {
	float: left;
	width: 100%;
	margin-top: 50px;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
.features_sec8 .left,
.features_sec8 .center,
.features_sec8 .right {
	float: left;
	width: 26%;
	padding: 40px 0px 40px 0px;
}
.features_sec8 i {
	color: #fff;
	font-size: 22px;
	width: 56px;
	padding-left:8px;
	height: 64px;
	text-align: center;
	vertical-align: middle;
	line-height: 64px;
	background-color: #272727;
	border-radius: 100%;
	margin-right: 8px;
}
.features_sec8 .vline {
	float: left;
	width: 11%;
	min-height: 250px;
	background: url(../images/site-img9.png) no-repeat center top;
}

.features_sec8 .left:hover i,
.features_sec8 .center:hover i,
.features_sec8 .right:hover i{
	color: #fff;
	background-color: #037033;
}
.features_sec8 .left:hover h3,
.features_sec8 .center:hover h3,
.features_sec8 .right:hover h3{
	color: #037033;
}

.features_sec8 .left.active i,
.features_sec8 .center.active i,
.features_sec8 .right.active i{
	color: #fff;
	background-color: #037033;
}
.features_sec8 .left.active h3,
.features_sec8 .center.active h3,
.features_sec8 .right.active h3{
	color: #037033;
}

/* features section 9 */
.features_sec9 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 70px 0px 70px 0px;
	background: url("../images/parallax-bg4.jpg");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
	position:relative;
	min-height: 390px;
}
.features_sec9 i {
	color: #fff;
	font-size: 40px;
	text-align: center;
	vertical-align: middle;
	line-height: 124px;
	border-radius: 100%;
	margin-bottom: 20px;
}
.features_sec9 h4 {
	color: #fff;
	margin-bottom: 0px;
}

.features_sec9 .box {
	text-align: center;
    margin: auto;
    width: 270px;
    height: 270px;
    overflow: hidden;
    position: relative;
	border-radius: 100%;
}
.features_sec9 .image div {
    transform:scale(1);
    -ms-transform:scale(1);
    -moz-transform:scale(1);
    -webkit-transform:scale(1);
    -o-transform:scale(1);
	-webkit-transition: all 0.5s ease;
  	-moz-transition: all 0.5s ease;
  	-o-transition: all 0.5s ease;
  	-ms-transition: all 0.5s ease;
  	transition: all 0.5s ease;
	margin: 45px auto 0 auto;
	width: 114px;
	padding-left:10px;
	height: 124px;
	border-radius: 100%;
	border: 3px solid #fff;
}
.features_sec9 .box:hover .image div {    
	cursor: pointer;
    transform:scale(1.5);
    -ms-transform:scale(1.5);
    -moz-transform:scale(1.5);
    -webkit-transform:scale(1.5);
    -o-transform:scale(1.5);
	margin: 45px auto 0 auto;
	width: 174px;
	height: 174px;
	background-color: #037033;
	border-radius: 100%;
	border: 3px solid #037033;
	z-index: 998;
}
.features_sec9 .text{
    position: absolute;    
    width: 100%;
    height: 100%;
    bottom: 0;
    -webkit-transition: all 0.5s ease;
  	-moz-transition: all 0.5s ease;
  	-o-transition: all 0.5s ease;
  	-ms-transition: all 0.5s ease;
  	transition: all 0.5s ease;
	z-index: 999;
}
.features_sec9 .text:hover{
    background: none;
}
.features_sec9 .text div{
	color: #fff;
	width: 70%;
	padding: 0 15%;
    position: absolute;
	bottom: -100%;   
     -webkit-transition: all 0.5s ease;
  	-moz-transition: all 0.5s ease;
  	-o-transition: all 0.5s ease;
  	-ms-transition: all 0.5s ease;
  	transition: all 0.5s ease;
}
.features_sec9 .text div h4{
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 13px;
}
.features_sec9 .text:hover div{    
    bottom: 16%;
}
.features_sec9 .box:hover .image div i {
	margin-top: -15px;
	font-size: 35px;
}

.features_sec9 .box:hover .image div h4 {
	display: none;
}


/* features section 10 */
.features_sec10 {
	float: left;
	width: 100%;
	min-height: 690px;
	text-align: center;
	padding: 70px 0px;
	background: url(../images/peoplesays-bg.png) no-repeat center 220px;
}

/* features section 11 */
.features_sec11 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 70px 0px;
	background: url(../images/parallax-bg5.jpg) repeat-y left top;
}
.features_sec11 .hblog {
	float: left;
	width: 100%;
	text-align: left;
	background-color: #fff;
	border-bottom: 4px solid #fff;
}
.features_sec11 .hblog img {
	width: 100%;
}
.features_sec11 .hblog .content2 {
	float: left;
	width: 84%;
	padding: 5% 8% 8% 8%;
}
.features_sec11 .hblog h5 {
	margin-bottom: 4px;
	font-weight: 500;
}
.features_sec11 .hblog .date {
	float: left;
	width: 100%;
	font-size: 13px;
	color: #999;
}
.features_sec11 .hblog .comments {
	float: left;
	width: 100%;
	font-size: 13px;
	color: #727272;
	padding: 5px 0px;
	margin-top: 10px;
	margin-bottom: 18px;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
.features_sec11 .hblog .comments i {
	color: #999;
	margin-right: 4px;
}
.features_sec11 .hblog .comments a {
	color: #727272;
}
.features_sec11 .hblog .comments a:hover {
	color: #037033;
}

.features_sec11 .hblog:hover {
	border-bottom: 4px solid #037033;
	-moz-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.3);
	box-shadow:0px 0px 5px rgba(0, 0, 0, 0.3);
}
.features_sec11 .hblog.active {
	border-bottom: 4px solid #037033;
	-moz-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.3);
	box-shadow:0px 0px 5px rgba(0, 0, 0, 0.3);
}

/* features section 12 */
.features_sec12 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 70px 0px;
}
.features_sec12 .left h1,
.features_sec12 .center h1,
.features_sec12 .right h1{
	color: #fff;
	font-size: 45px;
	line-height: 45px;
	font-weight: 300;
	text-transform: uppercase;
}
.features_sec12 .left h2,
.features_sec12 .center h2,
.features_sec12 .right h2{
	color: #fff;
	font-size: 35px;
	margin-bottom: 13px;
	font-weight: 300;
	text-transform: uppercase;
}
.features_sec12 .left {
	float: left;
	width: 26.333%;
	padding: 3.5%;
	text-align: left;
	background-color: #272727;
}
.features_sec12 .center {
	float: left;
	color: #fff;
	width: 33.333%;
	text-align: left;
}
.features_sec12 .center .topcont {
	float: left;
	width: 80%;
	padding: 8% 10% 8.5% 10%;
	background-color: #037033;
}
.features_sec12 .center .arrow {
	float: left;
	width: 100%;
	height: 17px;
	margin-bottom: -17px;
	position: relative;
	z-index: 2;
	background: url(../images/arrow-1.png) no-repeat center bottom;
}
.features_sec12 .center .botimg {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}
.features_sec12 .center .botimg img {
	width: 100%;
}
.features_sec12 .right {
	float: left;
	width: 33.333%;
}
.features_sec12 .right .box1 {
	float: left;
	color: #999;
	width: 80%;
	padding: 8% 10% 8.5% 10%;
	text-align: left;
	background-color: #525252;
}
.features_sec12 .right .box2 {
	float: left;
	color: #b3b3b3;
	width: 80%;
	padding: 8% 10% 9.5% 10%;
	text-align: left;
	background-color: #616161;
}

/* features section 13 */
.features_sec13 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 70px 0px 0px 0px;
	background-color: #272727;
}

/* features section 14 */
.features_sec14 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 70px 0px;
}
.pricings_home {
	float: left;
	width: 100%;
	border: 1px solid #e9e9e9;
}
.pricings_home:hover {
	-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);
}
.pricings_home ul {
	padding: 0px;
	margin: 0px;
}
.pricings_home li {
	padding: 13px 0px;
	margin: 0px;
	text-align: center;
	border-top: 1px solid #f3f3f3;
}
.pricings_home li.title {
	color: #fff;
	font-size: 35px;
	line-height: 35px;
	padding: 13px 0px;
	text-transform: uppercase;
	background-color: #037033;
}
.pricings_home li.title.active {
	background-color: #272727;
}
.pricings_home li.price {
	color: #272727;
	font-size: 45px;
	font-weight: bold;
	line-height: 45px;
	padding: 13px 0px 8px 0px;
}
.pricings_home li.price sup {
	font-size: 22px;
	font-style: normal;
}
.pricings_home li.price i {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
}
.pricings_home li.but {
	padding: 30px 0px;
}

/* features section 15 */
.features_sec15 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 70px 0px 50px 0px;
}
.features_sec15 .newsflash ul {
	margin:0 0 20px;	
	float: left;
	width: 100%;
}
.features_sec15 .newsflash ul li{
	text-align:left;
}
.features_sec15 .newsflash li .newsflash-title {
	margin:0 0 10px;
}

/* features section 16 */
.features_sec16 {
	float: left;
	width: 100%;
	padding: 70px 0px 40px 0px;
}
.features_sec16.lessmt {
	padding: 0px 0px 40px 0px;
}
ul.fun_facts {
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.fun_facts li {
	float: left;
	width: 27%;
	padding: 13px 0px;
	margin: 0 5% 20px 0;
	text-align: center;
	border: 1px solid #e3e3e3;
}
.fun_facts li strong {
	font-size: 22px;
	color: #272727;
	font-weight: normal;
	display: block;
	margin-bottom: 5px;
}
.fun_facts li i {
	color: #999;
	font-size: 13px;
	font-style: normal;
}


/* features section 16 */
.features_sec16 {
	float: left;
	width: 100%;
	padding: 55px 40px 0;
	background: url(../images/bg_grass.jpg) no-repeat center top;
	color:#FFF;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
	height:230px;
}
.features_sec16 .root {
	float: left;
	width: 100%;
	background: url(../images/site-img5.png) no-repeat center 42px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
	padding:0 40px;
}
.features_sec16 .one_fifth i {
	width: 77px;
	margin:0 auto;
	height: 76px;
	display:block;
	text-align:center;
}

.features_sec16 .one_fifth i:hover{
	background-position:100% 100% !important;
}
.features_sec16 .one_fifth i.icon_1 {
	background: url(../images/icon_1.png) no-repeat 0 0;
}
.features_sec16 .one_fifth i.icon_2 {
	background: url(../images/icon_2.png) no-repeat 0 0;
}
.features_sec16 .one_fifth i.icon_3 {
	background: url(../images/icon_3.png) no-repeat 0 0;
}
.features_sec16 .one_fifth i.icon_4 {
	background: url(../images/icon_4.png) no-repeat 0 0;
}
.features_sec16 .one_fifth i.icon_5 {
	background: url(../images/icon_5.png) no-repeat 0 0;
}
.features_sec16 .one_fifth h5 {
	color: #fff;
	margin-top: 16px;
	margin-bottom: 0px;
	text-align:center;
	font-size:14px;
}




.features_sec5 .left {
	float: left;
	width: 50%;
}
.features_sec5 .left h3, .features_sec5 .right h3 {
	margin-bottom: 10px;
	text-transform: uppercase;
}
.features_sec5 .right strong {
	color: #454545;
	font-size: 14px;
	font-weight: normal;
	display: block;
	text-transform: none;
	margin-bottom: 20px;
}
.features_sec5 .left .circle {
	float: right;
	width: 230px;
	height: 245px;
	padding-top: 65px;
	padding-left: 30px;
	padding-right: 30px;
	background: url(../images/site-img6.png) no-repeat center top;
}
.features_sec5 .right {
	float: left;
	width: 50%;
}
.features_sec5 .right .circle {
	float: left;
	width: 230px;
	height: 245px;
	padding-top: 65px;
	padding-left: 30px;
	padding-right: 30px;
	background: url(../images/site-img7.png) no-repeat center top;
}

/* features section 17 */
.features_sec17 {
	float: left;
	width: 100%;
	padding: 45px 0px 20px;
}

/* -- project logo redefinition -- */
.features_sec17 {
	float: left;
	width: 100%;
	padding: 20px 0px 0px;
}

.features_sec17 img.project-logo {
  display: block;
  /* margin: auto; */
  height: auto;
  max-width: 300px;
  width: 100%;
}

/*.features_sec17*/
.page-header h1,
.plg_gallery h3,
.moduletable > h3{
	font-size:24px;
	color:#000;
	text-align:center;
	padding:0 0 20px;
	margin:0 0 30px;
	text-transform:uppercase;
	background: url(../images/title-hline2.png) no-repeat center bottom;
}
.moduletable > h3::first-word{font-weight:bold;}

.page-header h1 {
	font-weight:bold;	
}

/* features section 44 */
.features_sec44 {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 70px;
}
.features_sec44 .accrodation {
	text-align: left;
}

/* features section 45 */
.features_sec45 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 62px 0px 50px 0px;
	background-color: #f3f3f3;
	border-top: 1px dashed #d9d9d9;
	border-bottom: 1px dashed #d9d9d9;
}
.skillgraph {
	width: 240px;
	height: 240px;
	font-size: 67px;
	text-align: center;
	vertical-align: middle;
	line-height: 240px;
	margin: 0 auto 27px auto;
}
.skillgraph.one {
	color: #41a8ff;
	background: url(../images/skillgraph1.png) no-repeat center top;
}
.skillgraph.two {
	color: #89b505;
	background: url(../images/skillgraph2.png) no-repeat center top;
}
.skillgraph.three {
	color: #9b43f6;
	background: url(../images/skillgraph3.png) no-repeat center top;
}
.skillgraph.four {
	color: #037033;
	background: url(../images/skillgraph4.png) no-repeat center top;
}

/* page title */
.page_title {
	float: left;
	width: 100%;
	height:100px;
	font-size: 16px;
	color: #999;
	background: url(../images/page_title_bg.png) no-repeat center top;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
	display:inline-flex;
	vertical-align:middle;
}

.page_title h1 {
	color: #fff;
	font-size: 33px;
	font-weight: 200;
	margin:0;
}

.page_title2 {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 0px;
	padding: 28px 0px;
}
.page_title2 .title {
	width: 100%;
	float: left;
	text-align: left;
	margin: 0px;
}
.page_title2 .title h1 {
	margin: 0px;
	font-weight: 200;
	color: #fff;
	text-transform: none;
}
.page_title2 .pagenation {
	float: left;
	width: 100%;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	color: #e3e3e3;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
.page_title2 .pagenation i {
	color: #727272;
	margin: 0px 2px 0px 2px;
}
.page_title2 .pagenation a {
	padding: 0px;
	color: #727272;
}
.page_title2 .pagenation a:hover {
	color: #e3e3e3;
}

.alicenter {
	width: 67%;
	margin: 0 auto 50px auto;
	text-align: center;
	padding-bottom: 1px;
	background: url(../images/h-line1.png) no-repeat center bottom;
}
.alileft {
	width: 100%;
	text-align: left;
	padding-bottom: 1px;
	margin-bottom: 40px;
	background: url(../images/h-line1.png) no-repeat left bottom;
}

.circle_img {
	float: left;
	width: 368px;
	height: 368px;
	border: 1px solid #e3e3e3;
	border-radius: 100%;
	background: url(../images/site-img58.jpg) no-repeat center top;
}

.biobox {
	float: right;
	width: 70%;
	padding: 10%;
	border: 1px solid #e3e3e3;
}

/*------------------*/
/* FOOTER STYLES
/*------------------*/
.footer {
	margin:20px 0 0;
	float: left;
	width: 100%;
	color: #94a99d;
}
.footer h3 {
	color: #fff;
	margin-bottom: 0px;
	text-transform:uppercase;
	text-align:left;
	background:none;
}
.footer a,
.footer a:hover {
	color: #94a99d;
	text-decoration:underline;
}
.footer .moduletable {
	background-color: #053d1e;
	padding: 70px 20px 30px;
	height:411px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
	width:25%;
	float:left;
}
.footer .moduletable:first-child {
	padding-left:50px;	
}
.footer .moduletable:last-child {
	background:#0a4c27;
	padding-left:25px;
	padding-right:25px;
}
.footer .moduletable:last-child a{
	color:#fff;
	text-decoration:none;
}

/* copyright */
.copyright_info {
	float: left;
	padding: 25px 0px 0 0px;
	margin: 0;
	width: 100%;
	color: #000;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.copyright_info .one_third {
	text-align:right;	
}
.copyright_info .logo {
	width:100%;
	float:none;
	margin:0 0 20px;	
}
.copyright_info .logo a img{
	max-width:150px;
}
.copyright_info .logo span {
	display:inline-block;
}
.copyright_info img {
	margin:0 20px 0 0;
	width:auto;
}
.copyright-text a::after { 
    content: "|";
}
.copyright-text a:last-child::after { 
    content: "";
}
.copyright-text a {
	color: #000;
	padding: 2px 0px;
	position:relative;
	margin:0 0 0 5px;
}
.contactform_footer {
	float: left;
}
.contactform_footer h3 {
	margin-bottom: 10px;
}
.contactform_footer .sky-form .button {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	width: 90.5%;
	height: 50px;
	opacity: 1;
	background-color: #037033;
	margin-top: -20px;
}
.contactform_footer .sky-form .button:hover {
	color: #272727;
	background-color: #eee;
}

/*------------------*/
/*	TYPOGRAPHY
/*------------------------------------------------------*/
.readmore_but1 {
	color: #454545;
}
.readmore_but1:hover {
	color: #037033;
}

.readmore_but2 {
	float: left;
	color: #fff;
	text-transform: uppercase;
	padding: 13px 40px;
	background-color: #037033;
}
.readmore_but2:hover {
	color: #fff;
	background-color: #454545;
}

.readmore_but3 {
	float: left;
	color: #fff;
	text-transform: uppercase;
	padding: 13px 40px;
	border-radius: 4px;
	background-color: #037033;
}
.readmore_but3:hover {
	color: #fff;
	background-color: #454545;
}
.readmore_but3.nofloat {
	float: none;
}
.readmore_but3.active {
	background-color: #454545;
}

.readmore_but4 {
	float: left;
	color: #454545;
	text-transform: uppercase;
	padding: 12px 40px 11px 40px;
	border-radius: 4px;
	border: 2px solid #e3e3e3;
}
.readmore_but4:hover {
	color: #454545;
	background-color: #e3e3e3;
}

.readmore_but5 {
	color: #272727;
	padding: 9px 20px;
	border-radius: 4px;
	background-color: #fff;
}
.readmore_but5:hover {
	color: #fff;
	background-color: #272727;
}

.readmore_but6 {
	color: #272727;
	font-size: 16px;
	text-transform: uppercase;
	padding: 14px 30px 13px 30px;
	border: 2px solid #d3d3d3;
}
.readmore_but6:hover {
	color: #fff;
	background-color: #999;
}

.readmore_but7 {
	color: #272727;
	font-weight: 600;
	text-transform: uppercase;
	padding: 2px 30px;
	background-color: #fff;
}
.readmore_but7:hover {
	color: #fff;
	background-color: #037033;
}

.readmore_but8 {
	float: left;
	color: #727272;
	text-transform: uppercase;
	padding: 10px 20px 9px 20px;
	border: 2px solid #e3e3e3;
}
.readmore_but8:hover {
	color: #454545;
	background-color: #eee;
}
.readmore_but8 i {
	margin-left: 8px;
}

.readmore_but9 {
	color: #fff;
	font-size: 13px;
	padding: 8px 13px;
	background-color: #272727;
	border-radius: 4px;
}
.readmore_but9:hover {
	color: #fff;
	background-color: #037033;
}

.readmore_but10 {
	color: #272727;
	font-size: 13px;
	padding: 8px 13px;
	background-color: #fff;
	border-radius: 4px;
}
.readmore_but10:hover {
	color: #fff;
	background-color: #272727;
}

.readmore_but11 {
	color: #d3d3d3;
	padding: 8px 13px;
	background-color: #272727;
	text-transform: uppercase;
}
.readmore_but11:hover {
	color: #fff;
	background-color: #037033;
}

.readmore_but12 {
	color: #454545;
	text-transform: uppercase;
	padding: 10px 35px;
	border: 1px solid #999;
}
.readmore_but12:hover {
	color: #fff;
	background-color: #037033;
	border: 1px solid #037033;
}
.readmore_but12 i {
	margin-left: 8px;
}

.readmore_but13 {
	color: #272727;
	font-weight: 600;
	padding: 13px 35px;
	border-radius: 4px;
	background-color: #fff;
	text-transform: uppercase;
}
.readmore_but13:hover {
	color: #fff;
	background-color: #272727;
}
ul.list_1 {
	float: left;
	padding: 0px;
	margin: 0px;
}
.list_1 li {
	padding: 0px;
	margin: 0px;
	line-height: 34px;
}
.list_1 li i {
	color: #037033;
	margin-right: 8px;
}

ul.list_2 {
	float: left;
	padding: 0px;
	margin: 0px;
	margin-left: 13%;
}
.list_2 li {
	text-align: right;
	padding: 0px;
	margin: 0px;
	line-height: 30px;
}
.list_2 li i {
	color: #037033;
	margin-right: 8px;
}

ul.list_3 {
	float: left;
	padding: 0px;
	margin: 0px;
}
.list_3 li {
	padding: 4px 0px;
	margin: 0px;
}
.list_3 li i {
	color: #fff;
	margin-right: 8px;
}

ul.list_4 {
	float: left;
	padding: 0px;
	margin: 0px;
}
.list_4 li {
	padding: 6px 0px;
	margin: 0px;
}
.list_4 li i {
	margin-right: 8px;
}

.mb {
	margin-top: 50px;
}

.big_text1 {
	font-weight: 400;
	font-size: 27px;
	line-height: 40px;
	color: #454545;
}
.big_text1 i {
	color: #037033;
	font-style: normal;
}

a.pdf {
	background: url(../images/pdf.png) no-repeat left center;
	padding:8px 0 8px 45px;
	color:#394243;
	margin:0 0 10px;
	display:block;
	font-size:14px;
	text-decoration:underline;
}

a.exel {
	background: url(../images/excel.jpg) no-repeat left center;
	padding:8px 0 8px 45px;
	color:#394243;
	margin:0 0 10px;
	display:block;
	font-size:14px;
	text-decoration:underline;
}

a.word {
	background: url(../images/word.jpg) no-repeat left center;
	padding:8px 0 8px 45px;
	color:#394243;
	margin:0 0 10px;
	display:block;
	font-size:14px;
	text-decoration:underline;
}

p a.pdf , p a.word , p a.exel {
	margin:0;	
}

.single_content .box2{
	padding: 20px 20px !important;
	border: 1px solid #eee;
	border-radius: 4px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	width: 23%;
	font-size:14px;
	margin-right: 2%;
}
.single_content .box2 h3 {
	color: #000;
	margin-top: 0px;
	font-size:24px;
}

.single_content .box3{
	padding: 20px 20px !important;
	border: 1px solid #ccd7d7;
	border-radius: 4px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	font-size:14px;
}
.single_content .box3 h3 {
	color: #000;
	margin: 0px 0 20px;
	font-size:24px;
}
.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: #037033;
	line-height: 30px;
}
.sidebar_widget ul.arrows_list1 li a:hover {
	color: #272727;
}
.sidebar_widget ul.arrows_list1 i {
	margin-right: 4px;
}
.sidebar_title {
	float: left;
	width: 100%;
}
.sidebar_widget h3, .clientsays_widget h3 {
	margin-bottom: 30px;
	float: left;
	font-weight: 300;
}
.sidebar_widget h3 i, .clientsays_widget h3 i {
	font-weight: 500;
	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 #eee;
	float: left;
	width: 100%;
}
.recent_posts_list li a {
	text-decoration: none;
	line-height: 17px;
	display: block;
	color: #999;
}
.recent_posts_list li a:hover {
	color: #037033;
}

.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=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.recent_posts_list li span img:hover {
	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 i {
	padding: 1px 0px 0px 0px;
	margin: 0px;
	display: block;
	font-size: 10px;
	font-style: normal;
	color: #c9c9c9;
}
.recent_posts_list li.last {
	padding: 0px 0px 7px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 0px solid #f5f6f6;
}
/* 404 Error Page */
.error_pagenotfound {
	padding: 50px 30px 58px 30px;
	margin: 0 auto;
	width: 59%;
	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;
	margin-bottom: 10px;
}
.error_pagenotfound b {
	display: block;
	font-size: 40px;
	line-height: 50px;
	color: #999;
	margin: 0;
	font-weight: 300;
}
.error_pagenotfound em {
	display: block;
	font-size: 18px;
	line-height: 59px;
	color: #037033;
	margin: 0;
	font-style: normal;
}
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: 600;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

a.but_goback i {
	color: #fff;
}
a.but_goback {
	padding: 13px 25px 13px 22px;
	margin: 0px 0px 0px 0px;
	background: #037033;
	border-bottom: 1px solid #999;
}
a.but_goback:hover {
	color: #fff;
	background-color: #383634;
}
a.but_ok_2 {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #ff8100;
	border-bottom: 1px solid #909090;
}
a.but_ok_2:hover {
	background-color: #ff9900;
}

a.but_wifi {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #0099cc;
	border-bottom: 1px solid #909090;
}
a.but_wifi:hover {
	background-color: #00abde;
}

a.but_warning_sign {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #e5cc19;
	border-bottom: 1px solid #909090;
}
a.but_warning_sign:hover {
	background-color: #efda1b;
}

a.but_user {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #007f99;
	border-bottom: 1px solid #909090;
}
a.but_user:hover {
	background-color: #0090ad;
}

a.but_tag {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #e59919;
	border-bottom: 1px solid #909090;
}
a.but_tag:hover {
	background-color: #efa61b;
}

a.but_table {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #4c6699;
	border-bottom: 1px solid #909090;
}
a.but_table:hover {
	background-color: #5674ad;
}

a.but_star {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #99cc4c;
	border-bottom: 1px solid #909090;
}
a.but_star:hover {
	background-color: #a6da52;
}

a.but_search {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #66667f;
	border-bottom: 1px solid #909090;
}
a.but_search:hover {
	background-color: #747490;
}

a.but_phone {
	padding: 10px 20px 10px 20px;
	margin: 0px 0px 0px 0px;
	background: #e56619;
	border-bottom: 1px solid #909090;
}
a.but_phone:hover {
	background-color: #ef6f1b;
}

a.but_pencil {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #cc4c19;
	border-bottom: 1px solid #909090;
}
a.but_pencil:hover {
	background-color: #da521b;
}

a.but_new_window {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #001900;
	border-bottom: 1px solid #909090;
}
a.but_new_window:hover {
	background-color: #333333;
}

a.but_music {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #cccc7f;
	border-bottom: 1px solid #909090;
}
a.but_music:hover {
	background-color: #dada8a;
}

a.but_hand_right {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #ff8100;
	border-bottom: 1px solid #909090;
}
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;
	border-bottom: 1px solid #909090;
}
a.but_thumbs_down:hover {
	background-color: #a6a6da;
}

a.but_thumbs_up {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #00cce5;
	border-bottom: 1px solid #909090;
}
a.but_thumbs_up:hover {
	background-color: #00daef;
}

a.but_globe {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #669999;
	border-bottom: 1px solid #909090;
}
a.but_globe:hover {
	background-color: #6fa6a6;
}

a.but_hospital {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #196666;
	border-bottom: 1px solid #909090;
}
a.but_hospital:hover {
	background-color: #1b6f6f;
}

a.but_coffe_cup {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #7f994c;
	border-bottom: 1px solid #909090;
}
a.but_coffe_cup:hover {
	background-color: #8aa652;
}

a.but_settings {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #997f4c;
	border-bottom: 1px solid #909090;
}
a.but_settings:hover {
	background-color: #a68a52;
}

a.but_chat {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #7f9919;
	border-bottom: 1px solid #909090;
}
a.but_chat:hover {
	background-color: #8aa61b;
}

a.but_play_button {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #4c664c;
	border-bottom: 1px solid #909090;
}
a.but_play_button:hover {
	background-color: #567456;
}

a.but_remove_2 {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #e59966;
	border-bottom: 1px solid #909090;
}
a.but_remove_2:hover {
	background-color: #efa66f;
}

a.but_lock {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #994c19;
	border-bottom: 1px solid #909090;
}
a.but_lock:hover {
	background-color: #a6521b;
}

a.but_shopping_cart {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #cc7f4c;
	border-bottom: 1px solid #909090;
}
a.but_shopping_cart:hover {
	background-color: #da8a52;
}

a.but_exclamation_mark {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #4c7f7f;
	border-bottom: 1px solid #909090;
}
a.but_exclamation_mark:hover {
	background-color: #528a8a;
}

a.but_info {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #667fcc;
	border-bottom: 1px solid #909090;
}
a.but_info:hover {
	background-color: #6f8ada;
}

a.but_question_mark {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #4c0019;
	border-bottom: 1px solid #909090;
}
a.but_question_mark:hover {
	background-color: #620020;
}

a.but_minus {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #666666;
	border-bottom: 1px solid #909090;
}
a.but_minus:hover {
	background-color: #747474;
}

a.but_plus {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #333333;
	border-bottom: 1px solid #909090;
}
a.but_plus:hover {
	background-color: #444444;
}

a.but_folder_open {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #99cc99;
	border-bottom: 1px solid #909090;
}
a.but_folder_open:hover {
	background-color: #a6daa6;
}

a.but_file {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #999999;
	border-bottom: 1px solid #909090;
}
a.but_file:hover {
	background-color: #a6a6a6;
}

a.but_envelope {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #727272;
	border-bottom: 1px solid #909090;
}
a.but_envelope:hover {
	background-color: #7c7c7c;
}

a.but_edit {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #e5cc7f;
	border-bottom: 1px solid #909090;
}
a.but_edit:hover {
	background-color: #efda8a;
}

a.but_cogwheel {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #194c7f;
	border-bottom: 1px solid #909090;
}
a.but_cogwheel:hover {
	background-color: #1e5c99;
}

a.but_check {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #004c4c;
	border-bottom: 1px solid #909090;
}
a.but_check:hover {
	background-color: #005c5c;
}

a.but_camera {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #007fcc;
	border-bottom: 1px solid #909090;
}
a.but_camera:hover {
	background-color: #008ada;
}

a.but_calendar {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #4c99e5;
	border-bottom: 1px solid #909090;
}
a.but_calendar:hover {
	background-color: #52a6ef;
}

a.but_bookmark {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #990000;
	border-bottom: 1px solid #909090;
}
a.but_bookmark:hover {
	background-color: #b60000;
}

a.but_book {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #7f9999;
	border-bottom: 1px solid #909090;
}
a.but_book:hover {
	background-color: #8aa6a6;
}

a.but_download {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #ff8100;
	border-bottom: 1px solid #909090;
}
a.but_download:hover {
	background-color: #ff9900;
}

a.but_pdf {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #ff8100;
	border-bottom: 1px solid #909090;
}
a.but_pdf:hover {
	background-color: #ff9900;
}

a.but_word_doc {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #ff8100;
	border-bottom: 1px solid #909090;
}
a.but_word_doc:hover {
	background-color: #ff9900;
}

a.but_woman {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #ff8100;
	border-bottom: 1px solid #909090;
}
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;
	border-color: #f1bdbd;
	background-color: #ffdddd;
}
.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;
	cursor: pointer;
	font-size: 0px;
	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;
	font-weight: normal!important;
}
.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;
}

ul.list_empty {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.list_empty li {
	float: left;
	padding: 0px;
	margin: 0px 20px 35px 0px;
}

/* 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;
}

/* blog */
.blog_post h3 {
	text-decoration: none;
	text-transform: none;
	font-size: 28px;
	font-weight:300;
}
.blog_post h3 a {
	text-decoration: none;
	text-transform: none;
	font-size: 20px;
}
.blog_post h4 {
	font-size: 23px;
	margin:0 0 10px;
}
.post_info_content {
	padding: 0px;
	margin: 10px 0 0 10%;
	width: 90%;
	float: left;
}
.blog_postcontent {
	float: left;
	width: 100%;
}
.blog_postcontent .item{
	margin:0 0 20px;
}
.blog_postcontent .image_frame {
	float: left;
	width: 98%;
	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:hover {
	border: 7px solid #f9f9f9;
}
.blog_postcontent .image_frame img {
	float: left;
	width: 99.7%;
	border: 1px solid #fff;
}
/* blog small */
.blog_postcontent .image_frame.small {
	float: left;
	width: 24%;
	border: 2px solid #fff;
	margin-bottom: 25px;
	margin: 0 3% 0 0;
}
.blog_postcontent .image_frame img {
	float: left;
	width: 99.7%;
	border: 1px solid #fff;
}
.blog_postcontent .video_frame.small iframe {
	float: left;
	width: 24%;
	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;
	width: 72%;
	float: left;
}
.blog_post .date{
	color: #037033;
	display: block;
}
.blog_post .readmore{
	display:block;
	margin-top: 25px;
}
.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: #037033;
}
.sharepost li i {
	color: #fff;
}
.sharepost li:hover {
	background-color: #383634;
}
/* pagination */
.pagination {
	clear:both;
	padding:10px 0;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	border-top:1px solid #b2bdc0;
	border-bottom:1px solid #b2bdc0;
}
.pagination.top { margin:0 0 30px;}
.pagination ul {
	margin:0;
}
.pagination li {
	display:inline-block;
	margin:0 13px;
}
.pagination .icon {
	height:12px;
	display:inline-block;
	width:7px;	
}
.pagination .icon.icon-first,
.pagination .icon.icon-end {
	width:14px;
}
.pagination .icon.icon-first {
	background: url(../images/pagination.png) no-repeat 0 0%;
}

.pagination .icon.icon-previous {
	background: url(../images/pagination.png) no-repeat -14px 0% ;
}

.pagination .icon.icon-next {
	background: url(../images/pagination.png) no-repeat -21px 0% ;
}

.pagination .icon.icon-end {
	background: url(../images/pagination.png) no-repeat -28px 0% ;
}


/*------------------*/
/*	RIGHT SIDEBAR
/*------------------------------------------------------*/
/* site search */
.site-search-area {
	margin: 0px;
	padding: 0px;
}
#site-searchform {
	margin: 0;
	padding: 0;
}
#site-searchform #s{
	border: 1px solid #e0e0e0;
	background-color: #fff;
	width: 71%;
	height:30px;
	padding:5px 10px 5px 10px;
	color: #999;
	float: left;
	font-size: 13px;
}
#site-searchform #searchsubmit{
	float: left;
	width:50px;
	height:41px;
	cursor:pointer;
	text-indent:-5555em;
	line-height:100;
	overflow:hidden;
	background: #037033 url(../images/site-search-icon.png) no-repeat center 14px;
	border:0;
}
#site-searchform #searchsubmit:hover{
	background: #383634 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: #037033;
	line-height: 30px;
}
.sidebar_widget ul.arrows_list1 li a:hover {
	color: #383634;
}
.sidebar_widget ul.arrows_list1 i {
	margin-right: 4px;
}
.sidebar_title {
	float: left;
	width: 100%;
}
.sidebar_widget h3, .clientsays_widget h3 {
	margin-bottom: 30px;
	float: left;
}
.sidebar_widget h3 i, .clientsays_widget h3 i {
	font-weight: 500;
	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: #999;
}
.recent_posts_list li a:hover {
	color: #037033;
}

.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: 10px;
	font-style: normal;
	color: #c9c9c9;
}
.recent_posts_list li.last {
	padding: 0px 0px 7px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 0px solid #f5f6f6;
}

/* 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;
}


/* 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.two {
	background-color: #fff;
	border: none;
	margin-bottom: 20px;
	padding-top: 0px;
}
.address_info h3 i {
	font-weight: 500;
	font-style: normal;
}
.google-map {
	width: 99%;
	height: 350px;
	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);
}
.google-map2 {
	width: 100%;
	height: 450px;
}
.google-map3 {
	width: 98%;
	height: 300px;
	border: 10px solid #fff;
	-webkit-box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, 0.4);
	box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, 0.4);
}


/* 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: 70px 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: 13px;
	font-weight: bold;
	color: #727272;
	float: left;
	width: 40%;
}
.project_details em {
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #727272;
	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: #037033;
}
.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;
}

.punchline_text_box {
	float: left;
	width: 94%;
	padding: 25px 30px;
	margin: 0px;
	border: 1px solid #eee;
	border-left: 5px solid #037033;
	color: #999;
}
.punchline_text_box strong {
	font-weight: normal;
	font-size: 22px;
	color: #272727;
}
.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: #037033;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-bottom: 1px solid #999;
}
a.knowmore_but:hover {
	color: #fff;
	background-color: #272727;
}
.iframecontainer {
	width: 620px;
	margin: auto auto auto auto;
}

.content_fullwidth.lessmar {
	padding: 25px 0px 0px 0px;
}


/* scroll up */
.scrollup{
    width:40px;
    height:40px;
    opacity:1;
    position:fixed;
    bottom:22px;
    right:20px;
    display:none;
    text-indent:-9999px;
    background: url(../images/scroll-top-arrow.png) no-repeat left top;
	z-index: 999;
}

/****** our new css ****/

/***fetaure 6 *****/

.features_sec6 p.fe_6_span {
    color: #037033;
    margin-top: 30px;
}
.features_sec6 .divider_dashed1 {
    margin:40px 0 0;
    padding-top: 40px;
	height:auto;
    
}
.features_sec8 h2.section_title_drakgray, .features_sec12 h2.section_title_drakgray, .features_sec30 h2.section_title_white, .features_sec32 h2.section_title_white{
    margin-bottom: 40px;
}
.features_sec12 .divider_line11
{
	padding-top:10px;
}
.features_sec4 h2.section_title_drakgray, .features_sec10 h2.section_title_drakgray
{
	margin-bottom:0;
}
.features_sec25 h2.section_title_white, .features_sec32 h2.section_title_white{
    background: url("../images/title-hline3.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
}

/*footer*/

/*twitter*/

.twitter_feed .small_class a {
    color: #727272;
    font-size: 9px;
}
.twitter_feed .small_class a:hover {
    color: #999999;
    font-size: 9px;
}
.margin_top30 {
    float: left;
    margin-top: 30px;
    width: 100%;
}


/* Newslater */

.jNewsLB > form > input.inputbox
 {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    color: #999999;
    float: left;
    font-size: 13px;
    font-weight: 600;
    height: 39px;
    line-height: 39px;
    padding: 0 7px;
    width: 75%;
	margin:0px;
 }
.jNewsLB > form > input.button
 {
    background-color: #037033;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    height: 39px;
    padding: 0 10px;
	font: 14px/23px 'Open Sans',sans-serif;
 }

.jNewsLB > form > input.button:hover {
    background-color: #454545;
    color: #FFFFFF;
}

/* copyright */

.footerlinks li {
    display: inline-block;
    list-style: none outside none;
}

.one_half.footerlinks > span {
    float: left;
}
.footerlinks .qlinks, .headerlinks .qlinks {
    width: auto;
}
.footerlinks .qlinks li
 {
 padding:0 2px;
 }
.footerlinks i.fa {
    display: none;
}
.footerlinks a {
    color: #999999!important;
	}
.footerlinks a:hover {
    color: #E3E3E3!important;
}
.headerlinks .qlinks  li
 {
    border: medium none;
    float: left;
    font-size: 13px;
    height: auto;
    margin-right: 10px;
    margin-top: 0;
	padding:0;
    width: auto;
}
.headerlinks .qlinks li:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#defaultmenu ul
 {
 margin-right: -15px;
 }



/*pages*/
.left_sidebar .list > li > a , .right_sidebar .list > li > a 
{
    color: #037033;
    line-height: 30px;
}
.left_sidebar .list > li > a:hover , .right_sidebar .list > li > a:hover {
    color: #383634;
}

.left_sidebar .list > li, .right_sidebar .list > li
 {
   padding:0px;
 }
.left_sidebar ul.list, .right_sidebar ul.list
 {
    float: left;
    margin: -10px 0 0;
    padding: 0;
 }

/** for bredcumbs ***/
.breadcrumbs > li {
    float: left;
    width: auto;
}
.breadcrumbs .divider {
	color: #727272;
    margin: 0 2px;
}
.breadcrumbs ul
{
	margin:0;
} 
.breadcrumbs a
 {
    color: #727272;
    padding: 0;
	font-size: 12px;
 }
.breadcrumbs li
 {
  float:left;
 }
.breadcrumbs a:hover {
    color: #E3E3E3;
}

/* registration */

.reg_form footer a, .elos_form footer a
 {
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font: 300 15px/39px 'Open Sans',Helvetica,Arial,sans-serif;
    height: 39px;
    margin: 0;
    outline: medium none;
    overflow: hidden;
    padding: 0 25px;
    text-decoration: none;
	background-color: #272727;
    opacity: 0.8;
    transition: opacity 0.2s ease 0s;
	margin-left:10px;
 }
.reg_form footer a:hover, .elos_form footer a:hover
{
 opacity: 1;
}

.clientsays_widget h3, .left_sidebar .sidebar_widget h3, .right_sidebar .sidebar_widget h3 {
    float: left;
    width: 100%;
}
/*.fa.fa-check {
    padding-left: 6px;
}
*/
.headerlinks i.fa-angle-right  {
    display: none;
}

.portfolio2 .features_sec20, .portfolio3 .features_sec20, .portfolio4 .features_sec20,  .portfoliofull .features_sec20,
.imagegallary .features_sec20
 {
  padding:0;
 }
.portfoliosidebar .features_sec20.lessmt
 {
  padding:10px 0 0!important;
 } 
 /*
.pull-left.item-image, .page-header {
    display: none;
}*/
.headerlinks i.fa-angle-right {
    display: none;
}
/* end pages */ 
/* Contact page */

.contact > h3 {
    display: none;
}
.contact header {
    border-bottom: 1px solid #E3E3E3;
    color: #272727;
    display: block;
    font-family: 'Raleway',sans-serif;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 13px;
    margin-top: 5px;
    padding: 0 0 15px;
    text-transform: uppercase;
}
.contact header strong
 {
  font-weight:600!important;
 }
 
/*  blog page */

.site-search-area .inputbox.search-query
 {
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    color: #999999;
    float: left;
    font-size: 13px;
    height: 30px;
    padding: 5px 10px;
    width: 71%;
 
 } 
.site-search-area .button
{
 background: url("../images/site-search-icon.png") no-repeat scroll center 14px #037033;
    border: 0 none;
    cursor: pointer;
    float: left;
    height: 41px;
    line-height: 100;
    overflow: hidden;
    text-indent: -5555em;
    width: 50px;
}
.site-search-area .button:hover {
    background: url("../images/site-search-icon.png") no-repeat scroll center 14px #383634;
}

.blogtab a {
    padding: 0 !important;
}

.blogtab ul.ftags {
    float: left;
    margin: 0;
    padding: 0 0 10px;
}
.blogtab .ftags li {
    float: left;
    line-height: 25px;
    list-style-type: none;
    margin: 0 5px 5px 0;
    padding: 0;
}

.blogtab .ftags li a {
    background-color: #F9F9F9;
    border-radius: 2px;
    color: #909090;
    float: left;
    font-size: 12px;
    padding: 2px 7px!important;
}

.blogtab .ftags li a:hover {
    background-color: #037033;
    color: #FFFFFF;
}
.pagination a.navlinks
 {
  margin-left:4px;
 }
.single_content {
    float: left;
    margin: 10px 0 0 0%;
    padding: 0;
    width: 100%;
	position:relative;
}
.single_content ul,
.description ul {
	padding:0 0 0 18px;	
}
.border ul {
	margin-bottom:0 !important;	
}
.single_content ul li,
.description li {	
	list-style-position:inside;	
	list-style:disc;
}
.single_content ul li li,
.description ul li li {
	list-style:circle;
}

.single_content ul li li li,
.description ul li li li{
	list-style:square;
}

.single_content .box {
	background:#f1f7f7;
	margin:20px -35px;
	padding:30px 30px;
}
.row:after,
.row:before {
	clear: both;
	display: table;
	content: " ";	
}
.single_content .box .col-md-2{
	float:left;
	width:16.6666%;
	padding:0 20px;
	/*min-width:190px;*/
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	margin:0 0 20px;
}
.single_content .box a.circle{
	width:150px;
	height:150px;
	display:block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border:1px solid #037033;
	color:#000;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	padding:0 10px;
	margin:0 0 20px
}

.single_content .box a.circle span{
	 vertical-align:middle;
    display: table-cell;
	height:150px;
	text-align:center;
	font-size:16px;
	width:150px;
}
.single_content .box a.circle:hover{
	background:#037033;
	color:#FFF;
}
.blogtab #tab2, .blogtab #tab3 {
	display:none;
}
.blogspage h3
{
    font-size: 18px;
    font-style: normal;
    line-height: 25px;
    margin-bottom: 20px;
 }
 .blogspage {
	float: left;
	width: 100%;
}
.blogspage h3 {
	float: left;
	text-align: left;
	color: #333;
	width: 85%;
	line-height: 30px;
}
 
.blogspage h3 {
	width: 74%;
}

/* Search page */

#searchForm .col-6 {
    width: 50%;
}
#searchForm .col {
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 15px;
}
#searchForm  section {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

#searchForm fieldset {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    display: block;
    padding: 25px 0 5px;
}

#searchForm header
 {
    border-bottom: 1px solid #E3E3E3;
    color: #272727;
    display: block;
    font-family: 'Raleway',sans-serif;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 13px;
    padding: 0 0 9px;
    text-transform: uppercase;
 }

#searchForm .inputbox
 {
   -moz-appearance: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    color: #404040;
    display: block;
    font: 15px/19px 'Open Sans',Helvetica,Arial,sans-serif;
    height: 39px;
    outline: medium none;
    padding: 8px 10px;
    width: 100%;
 } 
#searchForm .button
 {
  border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font: 300 15px/39px 'Open Sans',Helvetica,Arial,sans-serif;
    height: 39px;
    margin: 0;
    outline: medium none;
    overflow: hidden;
    padding: 0 25px;
    text-decoration: none;
	background-color: #272727;
    opacity: 0.8;
    transition: opacity 0.2s ease 0s;
 }
#searchForm .col-4 {
    width: 33.33%;
}
#searchForm .col-8 {
    width: 66.67%;
}

.search .result-title {
    padding: 10px 0px;
}

.search.elos_form {
    margin-top: 0;
    width: 750px;
}
.search .highlight {
    background-color: #FF8484;
	}
.search .chzn-single 
 {
  width:300px!important;
 }
.search .chzn-container .chzn-drop
 {
  width:310px!important;
 }
#searchForm .button:hover {
    opacity: 1;
}
#searchForm .input input, #searchForm .select select, #searchForm .textarea textarea, #searchForm .radio i, #searchForm .checkbox i, #searchForm .toggle i, #searchForm .icon-append, #searchForm .icon-prepend {
    border-color: #D3D3D3;
    transition: border-color 0.3s ease 0s;
}
#searchForm .input input:focus, #searchForm .select select:focus, #searchForm .textarea textarea:focus, #searchForm .radio input:focus + i, #searchForm .checkbox input:focus + i, #searchForm .toggle input:focus + i {
    border-color: #454545;
}
 

.search-results {
    border-top: 2px solid #E3E3E3;
    float: left;
    margin-top: 10px;
    padding: 10px 0;
    width: 100%;
}

/* Comment */

.ccomment h4 {
    font-family: 'Raleway',sans-serif;
} 
 
.ccomment-reply
 {
    color: #D3D3D3!important;
    float: left;
    margin-top: 5px!important;
 }
.ccomment-reply:hover
 {
 text-decoration:none;
 color: #727272!important;
 float: left;
 margin-top: 5px!important;
 }
 
.comment_form label {
     margin-bottom: 20px!important;
	}  
 
.commentbtn
 {
 float:left;
 width:100%;
 }
.comment_submit
 {
 float:left;
 }
.ccomment.row-fluid {
    float: left;
    margin-top: 20px;
    width: 100%;
}

/* Recent Posts */

.sidebar_widget .aidanews2_mainL {  
   
    width: auto;
    margin-right: 15px;
}
.sidebar_widget.aidanews2 img {
    opacity: 0.8;
	float: left;
    margin-right: 0;
    opacity: 0.8;
	 height: 50px;
	  width: 50px;
}
.sidebar_widget.aidanews2 img:hover {
 float: left;
    margin-right: 0;
    opacity: 1;
	}
.sidebar_widget .aidanews2_art {
    border-bottom: 1px solid #F5F6F6;
    float: left;
    margin: 0 0 16px;
    padding: 0 0 13px;
    width: 100%;
}
.Recentpost .aidanews2_main {
    float: left;
    text-align: left;
    width: 100%;
}
.sidebar_widget .aidanews2_mainL {
    margin-right: 15px;
    width: auto;
	float:left;
}
.Recentpost .aidanews2_mainR a
 {
      color: #999999;
    display: block;
    line-height: 17px;
    text-decoration: none;
 }
.Recentpost .aidanews2_mainR a:hover
 {   
 color: #037033;
 }
.Recentpost li {
    list-style: none;
}
.Recentpost i.fa {
    display: none;
}
.Recentpost .aidanews2_date
 {
  color: #C9C9C9;
    display: block;
    font-size: 10px;
    font-style: normal;
    margin: 0;
    padding: 1px 0 0;
 }




/***** latest Project *****/
.lat_proj .features_sec20
{
   padding:0;
}

/***** recent blog post ****/
.home_main .hblog .aidanews2_img1 > img
{
	max-width:100%;
	height:auto;	
}
.home_main .line_1 {
    float: left;
    margin: 0 3px;
}
.home_main .author_by, .home_main .aidanews2_topR {
    float: left;
    width: auto;
}
.home_main .aidanews2_topL
{
	float:right
}
.home_main .aidanews2_main .aidanews2_title a
{
	font-weight: 500;
    margin-bottom: 4px;
	text-transform: none;
	font-size: 16px;
    font-style: normal;
    line-height: 22px;
	color: #272727;
    font-family: 'Raleway',sans-serif;
}
.home_main .user_blog {
    float: left;
    width: auto;
}

/****** from the blog ******/
.from_blog h2.section_title_drakgray, .lastest_news h2.section_title_drakgray, .features_sec31 .one_half.last h2.section_title_drakgray
{
 background: url("../images/title-hline2.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);
    margin-bottom: 40px;
	
}
.from_blog .aidanews2_img1 > img, .home1_blog .aidanews2_img1 > img
{
	width:100%;
	height:auto;	
}

.from_blog ul.blogs2 span.aidanews2_title, .lastest_news li.text span.aidanews2_title{
    font-weight: 500;
   
	 text-transform: none;
	 font-size: 18px;
    font-style: normal;
    line-height: 25px;
	 font-family: 'Raleway',sans-serif;
}
.from_blog ul.blogs2 span.aidanews2_title a, .lastest_news li.text span.aidanews2_title a
{
	color:#272727;
}
.from_blog .aidanews2_top i {
    margin-right: 5px;
}
.from_blog .aidanews2_top > div {
    display: inline-block;
    margin-right: 10px;
}
.from_blog .aidanews2_main {
    margin-bottom: 4px;
}

.ser_style2 .from_blog > h3, .ser_style2 .lastest_news > h3
{
	 background: url("../images/title-hline2.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);
    margin-bottom: 40px;
	 color: #272727;
    font-size: 35px;
    font-weight: 200;
   font-style: normal;
    line-height: 35px;
    padding-bottom: 20px;
    text-transform: uppercase;
	font-family: 'Raleway',sans-serif;
}
/*** latest blog ***/
.home1_blog ul.hblogs span.aidanews2_title
{
font-weight: 300;
 text-transform: none;
  font-size: 27px;
    font-style: normal;
    line-height: 35px;
	
    font-family: 'Raleway',sans-serif;	
}
.home1_blog ul.hblogs span.aidanews2_title a
{
	color: #272727;
}
.home1_blog ul.hblogs span.aidanews2_title a:hover
{
	color:#037033;
}
.home1_blog .title > div.aidanews2_mainC, .home1_blog .title > div.aidanews2_mainR {
    display: inline-block;
}
.home1_blog .aidanews2_mainC span.aidanews2_author, .home1_blog .aidanews2_mainR span.aidanews2_category
{
	color:#454545;
}
.home1_blog .aidanews2_mainC span.aidanews2_author:hover, .home1_blog .aidanews2_mainR span.aidanews2_category:hover
{
	color:#037033;
}

/**** home version 2 ****/

.home2_port .features_sec20 {
	padding:0;
}
.features_sec33 .right h2.section_title_drakgray {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #D3D3D3;
}

/**** home version 4 *****/
.fea20_home4 h2.section_title_drakgray {
	display:none;
}
.fea20_home4 .cbp-l-filters-alignCenter {
    border:none medium;
    color: #CACACA;
    font-size: 12px;
     margin: 0 auto 40px;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
}

.fea20_home4 .cbp-l-filters-alignCenter .cbp-filter-item-active {
    background-color: #037033!important;
    border: 1px solid #037033!important;
    color: #FFFFFF !important;
    opacity: 1;
}
.fea20_home4 .cbp-l-filters-alignCenter .cbp-filter-item {
    background-color: #FFFFFF;
    border: 1px solid #CDCDCD;
    color: #888888;
    cursor: pointer;
    font: 400 12px/30px "Open Sans",sans-serif;
    margin: 10px 8px 0 0;
    overflow: visible;
    padding: 0 13px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}
.tp-loader {
	display:none;
}
.tooltip-inner {
	display:none!important;
}

/*** post_single ***/
.post_single .aidanews2_mainR > li {
    list-style: none;
}

.post_single .aidanews2_mainR i.fa {
  display:none;
}

.post_single .aidanews2_mainR li a {
    color: #999999;
    display: block;
    line-height: 17px;
    text-decoration: none;
}

.post_single .aidanews2_mainR li a:hover  {
 	color: #037033;
 }

/** directory **/
.directory .search { padding:20px 0 10px;  border-top:1px solid #b3bec0; border-bottom:1px solid #b3bec0;}
.directory .form-seach { width:30%; float:left; }
.directory .alphabet { width:70%; float:right; text-align:right;}

.directory .form-seach input[type=text]{
	width: 80%;
	float:left;
	font-size:16px;
	height:35px;
}
.directory .form-seach .btn {
	background: url(../images/icon_search_big.png) no-repeat center center #037033;
	width:40px;
	height:35px;
	float:left;
	padding:3px 6px;
}
.directory .alphabet ul{
	float:right;
}
.directory .alphabet li{
	display:inline-block;
}
.directory .alphabet a{
	background:#d2dede;
	color:#000;
	display:inline-block;
	margin: 3px;
	padding:2px 7px;
}
.directory .alphabet a:hover,
.directory .alphabet .active a{
	background:#037033;
	color:#fff;
}
.directory .department{
	margin:20px -4px 0;
	width:100%;
	float:left;
	padding:0 0 20px;
	border-bottom:1px solid #b3bec0;
}
.directory .department li{
	width:14.285%;
	float:left;
	padding:0 4px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	display:table;
	text-transform:uppercase;
}
.directory .department li a{
	padding:10px;
	background:#d2dede;
	color:#000;
	height:135px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.directory .department li.active a,
.directory .department li a:hover,
.directory .department li.active:last-child a {
	color:#fff;
	background:#037033;
}
.directory .department li:last-child a{
	background:#f1f3f3;
	color:#575252;
}
.directory .directory-list {
	 margin:0 -20px;
	 display:block;
	 padding:0;
	 float:left;
	 width:calc(100% + 20px);
}
.directory .directory-list li {
	width:25%;
	padding:0 20px 0;
	margin:0 0 50px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	float:left;
	display:block;
	color:#000;
	line-height:135%;
 }
 .directory .directory-list li .item {
	 padding:0 0 20px;
	 border-bottom: 1px solid #b3bec0;
	 height:475px;
	 position:relative;
 }
 .directory .directory-list li h3 {
	 color:#037033;
	 font-size:20px;
	 margin:3px 0;
}
.directory .directory-list li img{
	width:100%;
}
.directory-details { color:#000; border-top:1px solid #b2bdc0; padding:45px 0 0; margin:30px 0 0;}
.directory-details img { width:100%; }
.directory-details .img { width:25%; position:relative; }
.directory-details .img img { width:100%; float:left; margin:0 10% 0 0;}
.directory-details .details { width:60%; float:left;}
.directory-details .details .work-place { border-bottom:1px solid #b3bec0; border-top:1px solid #b3bec0; margin:0 0 10px; display:block;}
.directory-details .details p{ padding:8px 0;}
.directory-details .details p span { width:25%; display:inline-block; }
.directory-details .description { margin:20px 0 0;}
.directory-details .description h2 { font-size:18px; color:#000; margin:0 0 5px;}
.directory-details .details h2.title { color:#008042; text-transform:uppercase;} 
.directory-details .details h2.title span { color:#575252; background:#f1f3f3; padding:3px 6px; display:inline-block; margin: 0 0 0 20px; font-size:14px; position:relative; top:-5px; line-height:normal;}
.directory .directory-list li .item .flag,
.directory-details .img .flag { line-height:normal; position:absolute; left:15px; top:0px;  background: url(../images/flag.png) no-repeat; width:82px; height:63px; font-size:13px; color:#575252; text-align:center; padding:13px 0px; text-transform:uppercase;}

/**projects **/
.projects .search { padding:20px 0 10px;  border-top:1px solid #b3bec0; border-bottom:1px solid #b3bec0;}
.projects .form-seach { width:22%; float:right; text-align:right; }
.projects .category { width:78%; float:left;}

.projects .form-seach input[type=text]{
	width: -moz-calc(100% - 46px);
    width: -webkit-calc(100% - 46px);
    width: -o-calc(100% - 46px);
    width: calc(100% - 46px);
	float:right;
	font-size:16px;
	height:35px;
}
.projects .form-seach .btn {
	background: url(../images/icon_search_big.png) no-repeat center center #037033;
	width:40px;
	height:35px;
	float:right;
	padding:3px 6px;
}
.projects .category ul{
	float:left;
}
.projects .category li{
	width:16.666%;
	float:left;
	padding:0 4px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	display:table;
	text-transform:uppercase;
}
.projects .category a{
	padding:5px;
	background:#d2dede;
	color:#000;
	height:70px;
	line-height:16px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	font-size: 13px;
}
.projects .category a:hover,
.projects .category .active a,
.projects .category li.active:last-child a{
	background:#037033;
	color:#fff;
}
.projects .category li:last-child a{
	background:#f1f3f3;
	color:#575252;
}
.projects .department{
	margin:20px -4px 0;
	width:100%;
	float:left;
	padding:0 0 20px;
	border-bottom:1px solid #b3bec0;
}
.projects .department li{
	width:16.666%;
	float:left;
	padding:0 4px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	display:table;
	text-transform:uppercase;
}
.projects .department li a{
	padding:10px;
	background:#d2dede;
	color:#000;
	height:135px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	font-size: 13px;
}
.projects .department li.active a,
.projects .department li a:hover{
	color:#fff;
	background:#037033;
}
.projects .projects-list {
	 margin:0 -10px;
	 display:block;
	 padding:0;
	 float:left;
	 width:calc(100% + 10px);
}
.projects .projects-list li {
	width:25%;
	padding:0 15px 0;
	margin:0 0 50px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	float:left;
	display:block;
	color:#000;
	line-height:135%;
 }
.projects .projects-list li .item {
	 padding:0 10px 20px;
	 border-bottom: 1px solid #b3bec0;
	 height:430px;
	 font-size:14px;
 }
.projects .projects-list li .item p{
	margin:0;
}
.projects .projects-list li h2 {
	background:#d2dede;
	font-size:14px;
	color:#4c4646;
	padding:7px 15px;
	margin:0 -15px 15px;
	text-transform:uppercase;
	line-height:14px;
}
.projects .projects-list li.archive h2 {
	background:#f1f3f3;
}
.projects .projects-list li h3 {
	 color:#037033;
	 font-size:14px;
	 margin:3px 0;
	 line-height:normal;
}
.projects .projects-list .gray{
	color:#4c4646;
}

.project-details { color:#000; border-top:1px solid #b2bdc0; padding:45px 0 0; margin:30px 0 0;}
.project-details .img { width:25%; }
.project-details .img img { width:100%; float:left; margin:0 10% 0 0;}
.project-details .details { width:60%; float:left;}
.project-details .details .subtitle { border-bottom:1px solid #b3bec0; border-top:1px solid #b3bec0; margin:0 0 10px; display:block;}
.project-details .details p{ padding:8px 0;}
.project-details .details h2,
.project-details .details .holder span {  color:#037033; }

.catalog {
	 margin:0 -10px;
	 display:block;
	 padding:0;
	 float:left;
	 width:calc(100% + 10px);
}
.catalog li { 
	width:48%;
	height: 250px;
	overflow: hidden;
	padding:15px;
	margin:0 0 30px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	float:left;
	display:block;
	color:#000;
	border:1px solid #ccd7d7;
}
.catalog li.pull-right {
	float:right;
}
.catalog li .left-col {
	float:left;
	width:30%;
	margin:0 5% 0 0;	
}
.catalog li .left-col img{
	width:100%;	
}
.catalog li .right-col {
	float:left;
	width:65%;
}
.catalog li .right-col p {
	margin:0 0 20px;	
}

.catalog-details { color:#000; border-top:1px solid #b2bdc0; border-bottom:1px solid #b2bdc0; padding:45px 0; margin:30px 0;}
.catalog-details h2.title { font-size:26px; color:#037033; text-transform:uppercase;}
.catalog-details .img { width:25%; float:left; margin:0 3% 0 0; }
.catalog-details .img img { width:100%;}
.catalog-details .details { width:72%; float:left;}
.catalog-details .details .author { border-bottom:1px solid #b3bec0; border-top:1px solid #b3bec0; margin:0 0 10px; display:block; padding:5px 0;}
.catalog-details .info-box { background:#d2dede; display:block; margin:10px 0 0; padding:0 0 20px;}
.catalog-details .info-box .price { background:#becfcf; padding:5px 15px; border-bottom:1px solid #8a9ca1;  border-top:1px solid #8a9ca1; font-size:18px; font-weight:bold; margin:0 0 15px;}
.catalog-details .info-box p { padding:5px 15px 10px; }
.catalog-details .info-box .big { font-size:16px; text-transform:uppercase;}

.list-menu li {
	margin:0 0 10px;
	list-style:none !important;
	cursor:pointer;
}

.list-menu li a,
.list-menu li span{
	color:#037033;
	text-decoration:underline;
	background: url(../images/list_menu_none.png) 0% 3px no-repeat;
	padding:0 0 0 25px;
	display:block;
}

.list-menu li.parent > a,
.list-menu li.parent > span{
	background: url(../images/list_menu.png) 0% 3px no-repeat;
}

.list-menu li.parent.active > a,
.list-menu li.parent.active > span{
	background: url(../images/list_menu_active.png) 0% 3px no-repeat;
}

.list-menu li li a,
.list-menu li li span{
	background:none; 
}
	
.list-menu li ul {
	display:none;
	padding:15px 20px;
}

.msg {
	background-color: #037033;
	background-color: rgba(3, 112, 51, .95);
	position:fixed;
	color:#fff;
	width:100%;
	z-index:99999;
	text-align:center;
	padding:60px 0  25px;
}
.msg h5{
	font-size:24px;	
	color:#fff;
	line-height:normal;
	margin-bottom: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.msg h5.upercase {
	text-transform:uppercase;	
	font-family: 'Open Sans', sans-serif;
}
.msg .btn {
	background:#fff;
	color:#037033;
	margin:25px 0 0;
}

table.style1 {
	border: 1px solid #a8d08d;
	text-align: center;
	
}
table.style1 th{
	background: #70ad47 none repeat scroll 0% 0%;
	color: #fff;
	padding: 8px 10px;
}

table.style1 tr:nth-child(even) {
	background:  #e2efd9;
}

table.style1 td{
	padding: 8px 10px;
	border: 1px solid #a8d08d;
	vertical-align: middle;
}

table.style1 {
	
}

table.style1 {
	
}
