/*
Theme Name: Walden
Theme URI: http://wordpress.org/themes/
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: walden

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* browser reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html {
  height: 100%;

  overflow-y: auto;
}
body {
	line-height: 1;

  height: 100%;
  font-family: 'montserratregular', Arial, sans-serif;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
  margin-left: 20px;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
  outline: none;
}

/* change colours to suit your needs */

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000; 
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration:  line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
	display: block;
	height: 1px;
	border: 0;   
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 17, 2014 */



@font-face {
    font-family: 'montserratbold';
    src: url('fonts/montserrat-bold-webfont.eot');
    src: url('fonts/montserrat-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-bold-webfont.woff') format('woff'),
         url('fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'montserratregular';
    src: url('fonts/montserrat-regular-webfont.eot');
    src: url('fonts/montserrat-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-regular-webfont.woff') format('woff'),
         url('fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'roboto_slabbold';
    src: url('fonts/robotoslab-bold-webfont.eot');
    src: url('fonts/robotoslab-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/robotoslab-bold-webfont.woff') format('woff'),
         url('fonts/robotoslab-bold-webfont.ttf') format('truetype'),
         url('fonts/robotoslab-bold-webfont.svg#roboto_slabbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'roboto_slablight';
    src: url('fonts/robotoslab-light-webfont.eot');
    src: url('fonts/robotoslab-light-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/robotoslab-light-webfont.woff') format('woff'),
         url('fonts/robotoslab-light-webfont.ttf') format('truetype'),
         url('fonts/robotoslab-light-webfont.svg#roboto_slablight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'roboto_slabregular';
    src: url('fonts/robotoslab-regular-webfont.eot');
    src: url('fonts/robotoslab-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/robotoslab-regular-webfont.woff') format('woff'),
         url('fonts/robotoslab-regular-webfont.ttf') format('truetype'),
         url('fonts/robotoslab-regular-webfont.svg#roboto_slabregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'roboto_slabthin';
    src: url('fonts/robotoslab-thin-webfont.eot');
    src: url('fonts/robotoslab-thin-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/robotoslab-thin-webfont.woff') format('woff'),
         url('fonts/robotoslab-thin-webfont.ttf') format('truetype'),
         url('fonts/robotoslab-thin-webfont.svg#roboto_slabthin') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* floating */

.left,
.alignleft  { float: left!important; } 
.right,
.alignright { float: right!important;}

/* text aligments */

.text-left  { text-align: left!important; }
.text-right { text-align: right!important; }
.text-center { text-align: center!important; }

.clear {
  clear: both;
}
/* go structure */
.down {
  width: 56px;
  height: 56px;
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: url(images/down.png) no-repeat 0 0;
  z-index: 10;
  cursor: pointer;
}
.inner {
  width: 967px;
  margin: 0 auto;
}
#masthead {
  position: relative;
  
}
#logo {
  display: block;
  /* background: url(images/logo.png) no-repeat 0 0;
  height: 141px; */
  /* background: url(images/logo20thV2.png) no-repeat 0 0;
  width: 181px; */
  background: url(images/logoWEE.png) no-repeat 0 0;
  width: 163px;
  height: 200px;
  position: absolute;
  margin-left: -90px;
  top: 12%;
  left: 50%;
  z-index: 10;
}
.menu-icon {
  background: url(images/menu.png) no-repeat 0 0;
  /* top: 25px; */
  margin-top:25px;
  left: 15px;
  z-index: 10;
  position: fixed;
  height: 58px;
  font: normal 19px/58px 'montserratregular', Arial, sans-serif;
  padding-left: 73px;
  color: #776f67;
  cursor: pointer;
}
.menu-icon:hover {
  background-position: 0 bottom;
}
.phones {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 200px;
  z-index: 10;
  color: #f4f3f2;
  text-align: right;
}
.tell {
  color: #0e1b0e;
  margin-bottom: 20px;
}
.first-tel,
.last-tel {
  font: normal 18px/18px 'montserratbold', Arial, sans-serif;
  margin-bottom: 10px;
}
.first-tel .gc-cs-link,
.last-tel .gc-cs-link { /* to force click to call to look correct */
  font: normal 18px/18px 'montserratbold', Arial, sans-serif;
  color: #f4f3f2;
  margin-bottom: 10px;
}
.first-tel span,
.last-tel span {
  font: normal 11px/15px 'roboto_slabregular', Arial, sans-serif;
  text-transform: uppercase;
}
.navigation {
  width: 205px;
  padding: 40px 20px;
  background: #e2dfd8;
  transition: all 0.2s cubic-bezier(0.34, 0.95, 0.27, 0.98) 0s;
  -webkit-transition: all 0.2s cubic-bezier(0.34, 0.95, 0.27, 0.98) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.34, 0.95, 0.27, 0.98) 0s;
  left: -245px;
  position: fixed;
  top: 0;
  z-index: 20;
  overflow-y: auto;
  height: 100%;
      -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.navigation.nav-open {
  left: 0px;
} 
.navigation ul {
  list-style-type: none;
}
.navi {
  margin-bottom: 30px;
}
.navi li {
  color: #0e1b0e;
  font: normal 18px/18px 'montserratbold', Arial, sans-serif;
  margin-bottom: 18px;
}
.navi li a {
  color: #0e1b0e;
  text-decoration: none;
}
.navi li a:hover {
  color: #776f67;
}
.info-box {
  background: #dcec3b;
  margin: 0 -20px;
  padding: 30px 20px;
}
.social a {
  width: 37px;
  height: 37px;
  display: inline-block;
  background: url(images/social.png) no-repeat 0 0;
}
.social a.in {
  background-position: 0 0;
}
.social a.twitter {
  background-position: -37px 0;
}
.social a.youtube {
  background-position: -74px 0;
}
.social a.facebook {
  background-position: right 0;
}
.social a.in:hover {
  background-position: 0 -37px;
}
.social a.twitter:hover {
  background-position: -37px -37px;
}
.social a.youtube:hover {
  background-position: -74px -37px;
}
.social a.facebook:hover {
  background-position: right -37px;
}
.close-nav {
  color: #000;
  border: 1px solid #000;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  float: right;
}
/* Carousel */

#masthead .flexslider {
  width: auto;
  height: 700px;
  overflow: hidden;
}
#masthead .flexslider li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
}
#masthead .shadow {
  background: url(images/slide-bg.png) repeat 0 0;
  height: 100%;
  opacity: 0.3;
  background-image: linear-gradient(36deg,#1a8bf0 0,#25292d 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
#masthead .flexslider .inner {
  position: relative;
  min-height: 100%;
  max-height: 700px;
}
#masthead .text-slide {
  position: absolute;
  bottom: 17%;
  left: 50%;
  margin-left: -430px;
  text-align: center;
  width: 860px;
}
#masthead .text-slide h3 {
  font: normal 48px/65px 'montserratbold', Arial, sans-serif;
  color: #dcec3b;
  margin-bottom: 15px;
}
#masthead .text-slide .middle-line {
  border-top: 1px solid #f4f3f2;
  text-align: center;
  width: 738px;
  margin: 0 auto;
  display: block;
  margin-bottom: 55px;
}
#masthead .text-slide .middle-line legend {
  padding: 0 20px; 
  font: normal 15px 'roboto_slabregular', Arial, sans-serif;
  color: #f4f3f2;
  text-transform: uppercase;
}
#masthead .text-slide .middle-line legend span {
  display: inline-block;
}
#masthead .text-slide .learn {
  text-decoration: none;
  display: inline-block;
  color: #f4f3f2;
  border: 3px solid #f4f3f2;
  font: normal 18px/58px 'montserratbold', Arial, sans-serif;
  padding: 0 25px 0 48px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  z-index: 10;
}
#masthead .text-slide .learn:hover {
  background: #f4f3f2;
  color: #0e1b0e;  
}
#masthead .text-slide .learn i {
  background: url(images/arrow-btn.png) no-repeat 0 0;
  width: 11px;
  height: 17px;
  display: inline-block;
  margin-right: 36px;
}
#masthead .text-slide .learn:hover i {
  background-position: 0 bottom;
}
#masthead .flex-control-nav,
.res .flex-control-nav {
  list-style-type: none;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -54px;
  z-index: 10;
}
#masthead .flex-control-nav li,
.res .flex-control-nav li {
  float: left;
}
#masthead .flex-control-nav li a,
.res .flex-control-nav li a {
  background: url(images/arrow.png) no-repeat 0 -17px;
  width: 17px;
  display: block;
  height: 17px;
  margin: 0 5px;
  overflow: hidden;
  text-indent: 999px;
  cursor: pointer;
}
#masthead .flex-control-nav li a.flex-active,
.res .flex-control-nav li a.flex-active {
  background-position: 0 0;
} 
#page {
  transition: all 0.2s cubic-bezier(0.34, 0.95, 0.27, 0.98) 0s;
  -webkit-transition: all 0.2s cubic-bezier(0.34, 0.95, 0.27, 0.98) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.34, 0.95, 0.27, 0.98) 0s;
  right: 0;
  position: relative;
}
#page.nav-open {
  right: -245px;
}
#masthead .slides {
  height: 700px;
}

/*Home page*/

.description-home {
  padding: 80px 0;
  color: #0e1b0e;
  background: #f4f3f2;
}
.description-home p{
  font: normal 32px/44px 'montserratregular', Arial, sans-serif;
  text-align: center;
}
.first-quote,
.last-quote  {
  background: url(images/quotes.png) no-repeat 0 0;
  width: 21px;
  height: 15px;
  display: inline-block;
  vertical-align: top;
  padding-right: 45px;
}
.last-quote{
  background-position: right -15px;
}
.markets-box {
  background: url(images/markets-bg.jpg) repeat-y center 0;
  overflow: hidden;
  min-width: 960px;
}
#menu-markets {
  margin-bottom: 0px;
}

.info-market {
  position: relative;
  width: 484px;
  float: left;
}
.list-markets {
  margin-left: 484px;
  background: #dcec3b;
}
.info-market-detail {
  padding: 60px 43px 60px 0;
}
.info-market-detail h2{
  color: #dcec3b;
  font: normal 58px/58px 'montserratbold', Arial, sans-serif;
  margin-bottom: 40px;
}
.info-market-detail p {
  color: #9ba2b5;
  font: normal 24px/32px 'roboto_slablight', Arial, sans-serif;
  margin-bottom: 75px;
}
.info-market-detail ul {
  list-style-type: none;
}
.info-market-detail li {
  background: url(images/list-arrow.png) no-repeat 0 0;
  font: normal 15px/15px 'montserratregular', Arial, sans-serif;
  color: #f4f3f2;
  padding: 0 0 15px 15px;
}

.info-market-detail li a {
  color: #f4f3f2;
  text-decoration: none;
  display: block;
}
.info-market-detail li:hover a {
  color: #dcec3b;
}
.info-market-detail h3{
  color: #dcec3b;
  background: url(images/line-ser.png) no-repeat right center;
  margin-bottom: 25px;
  font: normal 15px/15px 'roboto_slabregular', Arial, sans-serif;
}
.point {
  background: url(images/point.png) no-repeat 0 0;
  width: 37px;
  height: 74px;
  position: absolute;
  top: 313px;
  right: -36px;
}
.info-market-detail {
  display: none;
}
.table-market {
  display: table;
}
.row-market{
  display: table-row;
}
.column-market {
  display: table-cell;
  vertical-align: middle;
  height: 175px;
  width: 241px;
  text-align: center;
}
.col-market {
  width: 241px;
  float: left;
  height: 175px;
  display: block;
  text-decoration: none;
}
.col-market:nth-child(2),
.col-market:nth-child(3),
.col-market:nth-child(6),
.col-market:nth-child(7) {
  background: #d6e53a;
}
.col-market:hover {
  background: #222b44;
}
.col-market:hover .title-market,
.col-market:hover .select,
.col-market:hover .select span {
  color: #f4f3f2;
}
.select-m {
  display: inline-block;
  font: normal 24px 'roboto_slablight', Arial, sans-serif;
  color: #b3c02c;
}
.select-m span {
  font: normal 26px 'roboto_slabregular', Arial, sans-serif;
  color: #89922f;
}

.col-market img {
  display: block;
  margin: 0 auto 20px;
}
.title-market {
  display: block;
  font: normal 19px/24px 'montserratbold', Arial, sans-serif;
  color: #0e1b0e;
}
.more-btn {
  text-decoration: none;
  display: inline-block;
  color: #0e1b0e;
  border: 3px solid #0e1b0e;
  font: normal 18px/58px 'montserratbold', Arial, sans-serif;
  padding: 0 25px 0 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  z-index: 10;
  background: #dcec3b;
}
.different .more-btn {
  background: none;
}
.more-btn:hover {
  background: #0e1b0e;
  color: #f4f3f2;  
}
.more-btn i {
  background: url(images/arrow-btn.png) no-repeat 0 bottom;
  width: 11px;
  height: 17px;
  display: inline-block;
  margin-right: 10px;
}
.more-btn:hover i {
  background-position: 0 0;
}
.different {
  text-align: center;
  background: #f4f3f2;
  padding: 60px 0;
}
.different h3 {
  font: normal 58px 'montserratbold', Arial, sans-serif;
  color: #0e1b0e;
  margin-bottom: 40px;
}
.different p {
  font: normal 24px 'roboto_slablight', Arial, sans-serif;
  color: #776f67;
  margin-bottom: 18px;
}
.different .wp-caption {
  display: inline-block;
  font: normal 18px/32px 'montserratbold', Arial, sans-serif;
  color: #0e1b0e;
  margin-bottom: 35px;
}
.different .wp-caption-text {
  font: normal 18px/32px 'montserratbold', Arial, sans-serif;
  color: #0e1b0e;
}

/* testimonials carousel */

.testimonials {
  text-align: center;
  background: #f4f3f2;
  padding: 70px 0 60px 0;
}
.testimonials h3{
  font: normal 58px/58px 'montserratbold', Arial, sans-serif;
  color: #152815;
  margin-bottom: 55px;
}
.testimonials .flexslider {
  min-height: 300px;
  overflow: hidden;
  padding-bottom: 55px;
  position: relative;
}
.testimonials .flexslider fieldset {
  border-top: 1px solid #e2dfd8;
  text-align: center;
  width: 665px;
  margin: 0 auto;
  position: relative;
  font: normal 24px 'roboto_slablight', Arial, sans-serif;
  color: #0e1b0e;
  margin-bottom: 10px;
}

.testimonials .flexslider fieldset legend {
  text-align: center;
  padding: 0 40px;
  background: #f4f3f2;
}
.testimonials .flexslider p {
  font: normal 24px/34px 'montserratregular', Arial, sans-serif;
  color: #776f67;
  margin-bottom: 45px;
}
.post-status {
  font: normal 13px/18px 'montserratregular', Arial, sans-serif;
  color: #776f67;
}
.testimonials .flex-control-nav {
  list-style-type: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -54px;
  z-index: 10;
}
.testimonials .flex-control-nav li {
  float: left;
}
.testimonials .flex-control-nav li a {
  background: url(images/arrow-testimonials.png) no-repeat 0 bottom;
  width: 17px;
  display: block;
  height: 17px;
  margin: 0 5px;
  overflow: hidden;
  text-indent: 999px;
  cursor: pointer;
}
.testimonials .flex-control-nav li a.flex-active {
  background-position: 0 0;
} 

/* latest articles on the home page*/

.latest-blog {
  background: #222b44;
  overflow: hidden;
  padding: 70px 0 80px;
}
.latest-blog h2 {
  font: normal 58px 'montserratbold', Arial, sans-serif;
  color: #fff;
  text-align: center;
  margin-bottom: 65px;
}
.blog-row {
  text-decoration: none;
  width: 215px;
  float: left;
  margin-right: 35px;
}
.blog-row:last-child {
  margin-right: 0;
}
.blog-row:hover p {
  color: #dcec3b;
}
.blog-row:hover .blog-date,
.blog-row-c:hover .blog-date-c {
  background: #dcec3b;
} 
.blog-row p {
  font: normal 15px/22px 'montserratregular', Arial, sans-serif;
  color: #f4f3f2;
  margin-bottom: 10px;
}
.mini-img {
  display: block;
  position: relative;
  margin-bottom: 20px;
  width: 215px;
  height: 175px;
}
.mini-img img {
  display: block;
  width: 100%;
  height: auto;
}
.blog-date,
.blog-date-c {
  display: block;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  border-radius: 75px;
  background: #f4f3f2;
  width: 75px;
  height: 60px;
  text-align: center;
  padding-top: 15px;
  color: #222b44;
  position: absolute;
  right: 13px;
  bottom: 13px;
  z-index: 1;
  font: normal 30px/30px 'montserratbold', Arial, sans-serif;
}
.blog-date span,
.blog-date-c span {
  display: block;
  font: normal 18px/18px 'montserratregular', Arial, sans-serif;
}
.blog-title {
  font: normal 24px 'roboto_slablight', Arial, sans-serif;
  color: #dcec3b;
  margin-bottom: 20px;
  display: block;
}

/* have project */

.have-project {
  background: #dcec3b;
  padding: 90px 0 60px;
  text-align: center;
}
.have-project h2 {
  font: normal 58px/58px 'montserratbold', Arial, sans-serif;
  color: #0e1b0e;
  margin-bottom: 35px;
}

/* Case Studies */

.left-studies {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 50%;
  float: left;
}
.right-studies {
  margin-left: 50%;
  padding: 75px 0 70px;
  background: #204e35;
}
.content-studies {
  width: 460px;
  padding-left: 25px;
}
.content-studies h2 {
  font: normal 58px/58px 'montserratbold', Arial, sans-serif;
  color: #f4f3f2;
  margin-bottom: 30px;
}
.content-studies h3 {
  color: #dcec3b;
  font: normal 30px/30px 'roboto_slablight', Arial, sans-serif;
  margin-bottom: 10px;
}
.content-studies h3 a {
  color: #dcec3b;
  text-decoration: none;
}
.content-studies h3 a:hover {
  color: #fff;
}
.content-studies .h4 {
  font: normal 15px/26px 'roboto_slablight', Arial, sans-serif;
  color: #d6e53a;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.content-studies .h4 fieldset {
  border-top: 2px solid #657d70;
  width: 435px;
}
.content-studies fieldset legend {
  padding-right: 20px;

}
.posted-by {
  color: #f4f3f2;
  font: normal 13px 'montserratregular', Arial, sans-serif;
  margin-bottom: 15px;
}
.posted-by span {
  color: #dcec3b;
}
.tegs {
  margin-bottom: 10px;
}
.tegs a, .tegs span {
  background: #d6e53a;
  font: normal 11px/20px 'montserratregular', Arial, sans-serif;
  display: inline-block;
  padding: 0 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #204e35;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
}
.excerpt p {
  color: #f4f3f2;
  font: normal 17px/26px 'montserratregular', Arial, sans-serif;
  margin-bottom: 35px;
}
.excerpt p span {
  font: normal 60px/50px 'roboto_slablight', Arial, sans-serif;
  float: left;
  padding-right: 10px;
}
.content-studies ul {
  list-style-type: none;
  margin-bottom: 20px;
}
.content-studies li {
  background: url(images/list-arrow.png) no-repeat 0 0;
  font: normal 15px/15px 'montserratregular', Arial, sans-serif;
  color: #f4f3f2;
  padding: 0 0 15px 15px;
}
.content-studies li a {
  color: #f4f3f2;
  text-decoration: none;
  display: block;
}
.content-studies li:hover a {
  color: #dcec3b;
}
.more-prj:hover {
  background: #f4f3f2;
  color: #0d4025;  
}
.more-prj i {
  background: url(images/arrow-prj.png) no-repeat 0 0;
  width: 11px;
  height: 17px;
  display: inline-block;
  margin-right: 10px;
}
.more-prj:hover i {
  background-position: 0 bottom;
}

/* our company */
.community {
  padding: 65px 0;
  overflow: hidden;
}
.community-info {
  text-align: center;
}
.community-info h2{
  font: normal 58px/58px 'montserratbold', Arial, sans-serif;
  color: #0e1b0e;
  margin-bottom: 35px;
}
.community-info p {
  font: normal 24px/32px 'roboto_slablight', Arial, sans-serif;
  color: #776f67;
  margin-bottom: 40px;
}
.blog-row-c {
  float: left;
  width: 50%;
  text-decoration: none;
}
.blog-row-c p {
  font: normal 15px/22px 'montserratregular', Arial, sans-serif;
  color: #776f67;
}
.blog-row-c:hover p{
  color: #0e1b0e;
}
.mini-img-c {
  width: 215px;
  float: left;
  position: relative;
}
.blog-inf {
  margin: 0 35px 0 240px;
  display: block;
}
.page-image {
  min-height: 580px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;  
}
.blog-title-c {
  font: normal 24px/30px 'roboto_slablight', Arial, sans-serif;
  color: #0e1b0e;
  display: block;
  margin-bottom: 15px;
}
.page-image .shadow {
  min-height: 100%;  
}
#container {
  overflow: hidden;
  background: #f4f3f2;
}
.info-page {
  padding-top: 295px;
  text-align: center;
}
.info-page h1 {
  font: normal 58px/58px 'montserratbold', Arial, sans-serif;
  color: #dcec3b;
  margin-bottom: 30px; 
}
.info-page p {
  font: normal 24px 'roboto_slablight', Arial, sans-serif;
  color: #f4f3f2;
  padding-bottom: 40px;
}
.company,
.markets  {
  padding: 75px 0 65px;
}
.markets {
  text-align: center;
  background: url(images/markets.jpg) repeat-x center bottom;
  padding-bottom: 270px;
  
}
.markets img {
  margin-bottom: 55px;
}
.company h2,
.markets h2 {
  font: normal 58px/58px 'montserratbold', Arial, sans-serif;
  color: #0e1b0e;
  margin-bottom: 60px; 
  text-align: center;
}
.company h3,
.markets h3 {
  font: normal 36px/44px 'montserratregular', Arial, sans-serif;
  color: #0e1b0e;
  margin-bottom: 30px;
}
.company h4,
.markets h4 {
  font: normal 24px/24px 'montserratregular', Arial, sans-serif;
  color: #0e1b0e;
  margin-bottom: 10px;
}
.company p {
  color: #776f67;
  font: normal 17px/26px 'montserratregular', Arial, sans-serif;
  margin-bottom: 25px;
}
.markets p {
  font: normal 24px/32px 'roboto_slablight', Arial, sans-serif;
  color: #776f67;
}
.company .alignleft {
  margin-right: 30px;
}
.based-value {
  margin-top: 50px;
}
.based-value h2 {
  font: normal 32px/42px 'montserratregular', Arial, sans-serif;
  color: #0e1b0e;
}
.based-value ul {
  list-style-type: none;
}
.based-value li {
  float: left;
  width: 390px;
  background: url(images/our.png) no-repeat 0 0;
  min-height: 70px;
  padding-left: 90px;
  font: normal 21px/32px 'roboto_slablight', Arial, sans-serif;
  color: #0e1b0e;
  margin-bottom: 70px;
}
.person-img {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin-bottom: 25px;
  position: relative;
}
.person-img img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  position: relative;
}
.column-person {
  text-align: center;
  width: 200px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 20px;
}
.column-person:nth-child(2) {
  margin-left: 73px; 
}
.column-person h3 {
  color: #dcec3b;
  width: 120%;
  margin-left: -10%;
  font: normal 24px/30px 'roboto_slablight', Arial, sans-serif;
}
.column-person span {
  font: normal 12px/25px 'montserratregular', Arial, sans-serif;
  text-transform: uppercase;
  color: #f4f3f2;
}
.all-persons {
  text-align: center;
  background: url(images/bg-2.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 0 50px 0;
  width: 100%;
}
.yellow {
  background: url(images/yellow.png) repeat 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  display: none;
}
.left-person  h3 {
  color: #dcec3b;
  font: normal 30px/38px 'roboto_slablight', Arial, sans-serif;
}
.left-person span {
  font: normal 15px/25px 'montserratregular', Arial, sans-serif;
  text-transform: uppercase;
  color: #f4f3f2;
}
.left-person {
  width: 445px;
  padding: 0 20px; 
  text-align: center;
  float: left;
}
.left-person .person-img {
  display: inline-block;
 
}
.right-person {
  margin-left: 485px;
}
.person {
  overflow: hidden;
  background: #222b44;
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 100%;
  width: 100%;
}
.person-inner {
  padding: 190px 0 90px 0;
}
.person-3 {
  margin-left: 0;
}
.person-2 {
  margin-left: 73px;
}
.person-4,
.person-5,
.person-7,
.person-8,
.person-9,
.person-10,
.person-11,
.person-12,
.person-13,
.person-14,
.person-15,
.person-16 {
  margin-left: 150px;
}
.right-person h4 {
  font: normal 24px/30px 'montserratregular', Arial, sans-serif;
  color: #f4f3f2;
  margin-bottom: 25px;
} 
.right-person p {
  font: normal 18px/24px 'montserratregular', Arial, sans-serif;
  color: #f4f3f2;
  margin-bottom: 25px;
}
.right-person  a {
  color: #d6e53a;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none; 
}
.close {
  position: absolute;
  float: right;
  background: url(images/close.png) no-repeat 0 0;
  width: 56px;
  height: 56px;
  cursor: pointer;
  top: 25px;
  right: 25px;
}
.team {
  position: relative;
  background: #222b44;
  overflow: hidden;
}
.title-team {
  font: normal 52px/52px 'montserratbold', Arial, sans-serif;
  color: #f4f3f2;
  margin-bottom: 50px;
}

/* markets */

.markets-block {
  background: #b3c02c;
  overflow: hidden;
}
.market {
  display: inline-block;
  width: 286px;
  float: left;
  background: #a7b328;
  text-decoration: none;
  padding: 50px 18px 10px 18px;
}
.market.light-bg {
  background-color: #b3c02c;
}
.market.light-bg.empty {
  background-image: url(images/logo-green.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.market-icon {
  text-align: center;
  margin-bottom: 50px;
  display: block;
}
.market:hover {
  background-color: #adba2c;
}
.market.light-bg.empty:hover {
  background-color: transparent;
}
.market h2 {
  font: normal 36px/48px 'montserratbold', Arial, sans-serif;
  color: #0e1b0e;
  margin-bottom: 25px;
  text-align: center;
}
.market h2 a {
  color: #0e1b0e;
  text-decoration: none;
}
.market:hover h2 {
  color: #dcec3b;
}
.market h3 {
  display: none;
}
.market p {
  font: normal 18px/27px 'roboto_slablight', Arial, sans-serif;
  color: #ffffff; 
  text-align: center;
  margin-bottom: 35px;
}
.market ul {
  list-style-type: none;
}
.market li {
  background: url(images/list-arrow-hover.png) no-repeat 0 0;
  font: normal 14px/14px 'montserratregular', Arial, sans-serif;
  color: #666d1d;
  padding: 0 0 10px 15px;
}
.market li a {
  color: #666d1d;
  text-decoration: none;
  display: block;
}
.market li:hover a {
  color: #dcec3b;
}
.manage-project {
  background: #f4f3f2;
  text-align: center;
  padding: 60px 0;
}  
.manage-project h2 {
  font: normal 52px/52px 'montserratbold', Arial, sans-serif;
  color: #0e1b0e;
  margin-bottom: 55px;
}
.manage-project .more-btn {
  border-color: transparent;
}

/* markets deteil */

.mark-bg {
  height: 320px;
  background-color: #204e34;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.nav-markets {
  background: #dcec3b;
}
.nav-markets  ul {
  list-style-type: none;
  margin-bottom: 0px;

}
.nav-markets li{
  width: 138px;
  height: 110px;
  float: left;
  line-height: 110px;
  text-indent: 5px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.nav-markets li.m-2{
  background-position: -138px 0;
}
.nav-markets li.m-3{
  background-position: -276px 0;
}
.nav-markets li.m-4{
  background-position: -414px 0;
}
.nav-markets li.m-5{
  background-position: -552px 0;
}
.nav-markets li.m-6{
  background-position: -690px 0;
}
.nav-markets li.m-7{
  background-position: -828px 0;
}
.nav-markets li:hover,
.nav-markets li.current-menu-item  {
  background-color: #f4f3f2!important;
}
.nav-markets li a {
  display: block;
  text-align: center;
  font-family: 'Righteous', Arial, sans-serif;
  font-size: 18px;
  text-decoration: none;
  color: black;
  overflow: hidden;
}
.nav-markets li a:active {}

.nav-markets {
  overflow: hidden;
}
.detail-market {
  text-align: center;
  padding: 75px 0;
  background: #f4f3f2;
}
.detail-market h1{
  font: normal 45px/58px 'montserratbold', Arial, sans-serif;
  color: #0e1b0e;
  margin-bottom: 55px;
}
.detail-market p{
  color: #776f67;
  font: normal 18px/25px 'roboto_slablight', Arial, sans-serif;
  margin-bottom: 60px;
  text-align: justify;
}
.download {
  background: url(images/download.png) no-repeat 0 bottom;
  display: inline-block;
  min-height: 82px;
  text-align: left;
  padding-top: 25px;
  color: #204e35;
  text-decoration: none;
  width: 665px;
}
.download:hover{
  background: url(images/download-hover.png) no-repeat 0 bottom;
}
.download:hover .span-name {
  color: #204e35;
}
.download .span-title {
  padding-left: 180px;
  display: block;
  font: normal 20px/30px 'montserratbold', Arial, sans-serif;
}
.download .span-name{
  padding-left: 180px;
  display: block;
  position: relative;
  font: normal 15px/30px 'montserratbold', Arial, sans-serif;
  color: #776f67;
  z-index: 0;
}
.subcategories {
  background: #204e35;
  padding: 60px 0 40px;
  overflow: hidden;
}
.subcategories h2 {
  font: normal 32px/42px 'montserratbold', Arial, sans-serif;
  color: #f4f3f2; 
  text-align: center;
  margin-bottom: 50px;
}
.subcategories ul {
  width: 415px;
  padding-right: 65px;
  float: left;
  list-style-type: none;
}
.subcategories li  {
  font: normal 15px/15px 'montserratregular', Arial, sans-serif;
  margin-bottom: 15px;
  padding-left: 18px;
  background: url(images/list-arrow-hover.png) no-repeat 0 0;
  color: #f4f3f2;
  text-decoration: none;
}
.subcategories li a{
  color: #f4f3f2;
  text-decoration: none;
}
.subcategories li:hover  a{
  color: #dcec3b;
}
.content-market {
  padding-top: 50px;
}
.content-market .ezcol {
  overflow: hidden;
  padding: 35px 0;
}
.content-market h3 {
  font: normal 30px/30px 'roboto_slablight', Arial, sans-serif;
  color: #0e1b0e; 
  margin-bottom: 30px;
}
.content-market p {
  font: normal 17px/22px 'montserratregular', Arial, sans-serif;
  color: #776f67;
  margin-bottom: 30px;
}
.content-market ul {
  color: #080a09;
  overflow: hidden;
  padding-left: 20px;
}
.content-market li {
  font: normal 15px/25px 'montserratregular', Arial, sans-serif;
  color: #776f67;
}
.content-market .ezcol img {
  -webkit-border-radius: 310px;
  -moz-border-radius: 310px;
  border-radius: 310px;
  position: relative;
}
.content-market .alignleft {
  margin-right: 40px;
}
.content-market .alignright {
  margin-left: 40px;
}
.img-block-market {
  height: 100%;
}

/*featured projects*/
.project {
  width: 50%;
  float: left;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  position: relative;
  min-height: 580px;
}

.project-shadow {
  background: url(images/slide-bg.png) repeat 0 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.project-inner {
  width: 435px;
  position: relative;
  min-height: 500px;
  overflow: hidden;
}
.project-left{
  padding: 30px 25px;
  background: url(images/green.png) repeat 0 0;
  left: -435px;
  height: 550px;
  position: relative;
}
.project-first {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 25px;
}
.project-first h3,
.project-left h3{
  color: #dcec3b;
  font: normal 30px/35px 'roboto_slablight', Arial, sans-serif;
}
.project-left h3 {
  margin-bottom: 10px;
}
.project-left h3 a {
  color: #dcec3b;
  text-decoration: none;
}
.project-left h3 a:hover {
  color: #F4F3F2;
}
.project-left .posted-by {
  margin-bottom: 30px;
}
.project-left .excerpt p span {
  float: none;
  font: normal 17px/26px 'montserratregular',Arial,sans-serif;
  padding: 0;
}
.project-left h4 {
  color: #D6E53A;
  font: 15px/26px 'roboto_slablight',Arial,sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.project-left h4 fieldset {
  border-top: 2px solid #657D70;
}
.project-left fieldset legend {
  padding-right: 20px;
}
.project-left ul {
  list-style-type: none;
  margin-bottom: 20px;
}
.project-left li {
  background: url(images/list-arrow.png) no-repeat 0 0;
  font: normal 15px/15px 'montserratregular', Arial, sans-serif;
  color: #f4f3f2;
  padding: 0 0 8px 15px;
}

.project-left li a {
  color: #f4f3f2;
  text-decoration: none;
  display: block;
}
.project-left li:hover a {
  color: #dcec3b;
}
.show-all {
  background: #204e35;
  padding: 50px 0 40px;
  text-align: center;
}
.projects-block {
  overflow: hidden;
  border-top: 1px solid #f4f3f2;
  background: #204E35;
}
.base-url {
  display: none;
}
.all-m-p {
  text-align: center;
  clear: left;
  color: #dcec3b;
  padding: 20px;
  background: #204E35;
  font: normal 28px/28px 'montserratbold', Arial, sans-serif;
}

/*Services*/

.proces {
  text-align: center;
  padding: 75px 0; 
}
.proces h2{
  font: normal 58px/58px 'montserratbold', Arial, sans-serif;
  color: #0e1b0e;
  margin-bottom: 35px;
}
.service-row {
  padding: 60px 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  overflow: hidden;
}
.service-text h3 {
  font: normal 36px/48px 'montserratbold', Arial, sans-serif;
  margin-bottom: 30px;
  color: #0e1b0e;
}
.service-text h3 img {
  display: inline-block;
  margin-bottom: -15px;
  vertical-align: top;
  margin-left: 30px;
}
.service-row.blue .service-text h3 {
  color: #f4f3f2;
}
.service-text p {
  font: normal 18px/28px 'roboto_slablight', Arial, sans-serif;
  margin-bottom: 35px;
  color: #776f67;
}
.service-row.blue .service-text p {
  color: #9ba2b5;
}
.service-text ul {
  list-style-type: none;
  float: left;
  width: 50%; 
}
.service-row  .service-text li {
  font: normal 15px/15px 'montserratregular', Arial, sans-serif;
  background: url(images/list-arrow-hover.png) no-repeat 0 0;
  color: #0e1b0e;
  padding: 0 0 8px 15px;
}
.service-row.blue .service-text li {
  color: #f4f3f2;
  background: url(images/list-arrow.png) no-repeat 0 0;
}
.service-text li a {
  color: #0e1b0e;
  text-decoration: none;
  display: block;
}
.service-row.blue .service-text li a {
  color: #f4f3f2;
  text-decoration: none;
  display: block;
}

.service-text li:hover a {
  color: #dcec3b;
}
.service-row .service-prj {
  width: 196px;
  padding: 40px 22px;
  float: left;
}
.service-row.blue .service-prj {
  float: right;
}
.service-row .service-text.left-prj  {
  margin-left: 285px;
}

.service-row.blue .service-text.right-prj {
  margin-right: 285px;
}
.service-row  .service-prj {
  background: #e2dfd8;
}
.service-row .service-prj h3 {
  color: #776f67;
  font: normal 21px/28px 'montserratregular', Arial, sans-serif;
  margin-bottom: 10px;
}
.service-row .service-prj h4 a {
  color: #0e1b0e;
  text-decoration:none;
}
.service-row .service-prj h4 a:hover {
  color: #204E35;
}
.service-row.blue .service-prj h4 a:hover {
  color: #fff;
}
.service-row .service-prj .tag a {
  background: #204e35;
  font: normal 9px/17px 'montserratregular', Arial, sans-serif;
  display: inline-block;
  padding: 2px 8px 0 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #d1cfc8;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
}
.service-row .service-prj .tag a:hover {
  background: #D6E53A;
  color: #000;
}
.service-row.blue .service-prj .tag a:hover {
  background: #204e35;
  color: #d1cfc8;
}
.service-row.blue  .service-prj{
  background: #323c57;
}
.service-row.blue  .service-prj h3 {
  color: #f4f3f2;
  font: normal 21px/28px 'montserratregular', Arial, sans-serif;
  margin-bottom: 10px;
}
.service-row  .service-prj h4 {
  font: normal 15px/22px 'roboto_slablight', Arial, sans-serif;
}
.service-row.blue  .service-prj h4 a {
  color: #9ba2b5;
  text-decoration:none;
}
.service-row  .service-prj .tag {
  margin-bottom: 10px;
}
.service-row  .service-prj .row-prj {
  border-bottom: 1px solid #c1beb8;
  margin-bottom: 18px;
  padding-bottom: 15px;
}
.service-row.blue  .service-prj .row-prj {
  border-color: #20283b;
}
.service-row .service-prj .row-prj:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.service-row.blue  .service-prj .tag a {
  background: #d6e53a;
  font: normal 9px/17px 'montserratregular', Arial, sans-serif;
  display: inline-block;
  padding: 2px 8px 0 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #323c57;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
}
/* blog */

#primary {
 
} 
#content {
  width: 60%;
  float: left;
  background: #f4f3f2;
  padding-top: 25px;
}
#secondary {
  width: 40%;
  background: #222b44;
  float: right;
  padding-top: 25px;
}
.post-row {
  width: 662px;
  float: right;
  overflow: hidden;
}
.blog-post {
  width: 305px;
  margin-right: 25px;
  float: left;
  margin-bottom: 25px;
}
.blog-text {
  background: #222b44;
  padding: 30px 25px 75px 25px;
  position: relative;
}
.blog-text h3 {
  color: #dcec3b;
  font: normal 24px/30px 'roboto_slablight', Arial, sans-serif;
  margin-bottom: 10px;
}
.blog-text h3 a {
  color: #dcec3b;
  text-decoration: none;
}
.blog-text p {
  color: #f4f3f2;
  font: normal 15px/22px 'montserratregular', Arial, sans-serif;
}
.thumbnail-blog {
  display: block;
  position: relative;
  width: 305px; 
  height: 203px;
  overflow: hidden;
  background: #222B44;
}
.thumbnail-blog:hover .blog-date{
  background: #dcec3b;
}
.blog-text:hover p{
  color: #dcec3b;
}
.thumbnail-blog img {
  display: block;
  width: 100%;
  height: auto;
}
.share {
  bottom: 28px;
  left: 25px;
  position: absolute;
}
.share .stButton .stLarge {
  width: 26px;
  height: 26px;
  background-image: url(images/share-2.png) !important;
  background-repeat: no-repeat;
}
.share .st_linkedin_large .stButton .stLarge{
  background-position: 0 0;
}
.share  .st_twitter_large .stButton .stLarge{
  background-position: -35px 0 !important;
}
.share .st_facebook_large .stButton .stLarge{
  background-position: -70px 0 !important;
}
.sidebar {
  width: 285px;
  float: left;
  padding-left: 20px;
}
#searchform fieldset {
  border: 2px solid #f4f3f2;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 54px;
}
#searchform fieldset #searchsubmit {
  background: url(images/search-btn.png) no-repeat center center;
  width: 60px;
  height: 54px;
  float: left;
  border: none;
  padding: 0;
}
#searchform fieldset .field {
  width: 205px;
  padding: 5px 5px 0 5px;
  font: normal 20px 'montserratbold', Arial, sans-serif;
  color: #f4f3f2;
  height: 49px;
  background: none;
  border: none;
}
#searchform fieldset .field ::-webkit-input-placeholder {
  color: #dcec3b;
  font: normal 35px 'montserratbold', Arial, sans-serif;
}
.field.placeholder {
  color: #dcec3b !important;
  font: normal 35px 'montserratbold', Arial, sans-serif !important;
}
#searchform fieldset .field:-moz-placeholder { /* Firefox 18- */
  color: #dcec3b;  
  font: normal 35px 'montserratbold', Arial, sans-serif;
}

#searchform fieldset .field::-moz-placeholder {  /* Firefox 19+ */
  color: #dcec3b;  
  font: normal 35px 'montserratbold', Arial, sans-serif;
}

#searchform fieldset .field:-ms-input-placeholder {  
  color: #dcec3b;  
  font: normal 35px 'montserratbold', Arial, sans-serif;
}
.widget-title {
  font: normal 38px 'montserratbold', Arial, sans-serif;
  color: #f4f3f2;
  margin-bottom: 25px;
}
.widget {
  margin-bottom: 55px;
}
.sya_container ul{
  display: none;
}
.execphpwidget h3 {
  font: normal 15px 'roboto_slabregular', Arial, sans-serif;
  margin-bottom: 10px;
}
.sya_container a{
  color: #dcec3b;
  text-decoration: none;
}
.sya_container a:hover {
  color: #fff;
}
.list-cat {
  list-style-type: none; 
}
.list-cat li {
  font: normal 15px/25px 'roboto_slablight', Arial, sans-serif;
  color: #9ba2b5;
}
.list-cat li a {
  color: #9ba2b5;
  text-decoration: none;
}
.list-cat li a:hover {
  color: #fff;
}
.widget .wpp-list {
  list-style-type: none;
}
.widget .wpp-list li {
  font: normal 15px/21px 'roboto_slablight', Arial, sans-serif;
  color: #9ba2b5;
  border-bottom: 1px solid #f4f3f2;
  margin-left: -20px;
  padding-left: 20px;
  padding-right: 48px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.widget .wpp-list .post-stats {
  position: absolute;
  top: 0;
  right: 0;
  width: 27px;
  height: 32px;
  background: url(images/com.png) no-repeat 0 0;
  text-align: center;
  font: normal 14px/25px 'montserratregular', Arial, sans-serif;
  color: #222b44; 
}
.widget .wpp-list li a {
  text-decoration: none;
  color: #9ba2b5;
}
.widget .wpp-list li a:hover {
  color: #fff;
}
.more-blog  {
  text-align: center;
  padding-top: 35px;
  width: 662px;
  float: right;
  padding-bottom: 35px;
}
.more-blog .more-btn,
.more-resources .more-btn {
  background: #f4f3f2;
}
.more-blog .more-btn:hover,
.more-resources .more-btn:hover {
  background: #0e1b0e;
}
.post-row .all-m-p{
  background: #f4f3f2;
  color: #000;
}
.single-image {
  background: #222b44;
  min-height: 540px;
}
.single-image .info-page {
  text-align: left;
  
}
.single-image .info-page h1 {
  font: normal 52px/65px 'roboto_slablight', Arial, sans-serif;
  padding-left: 155px;
  position: relative;
  margin-bottom: 10px;
}
.date-post{
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  background: #f4f3f2;
  width: 135px;
  height: 100px;
  font: normal 52px/40px 'montserratbold', Arial, sans-serif;
  text-align: center;
  color: #222b44;
  padding-top: 35px;
  position: absolute;
  left: 0;
  top: 0;
}
.date-post span {
  display: block;
  font-family: 'montserratregular', Arial, sans-serif;
  font-size: 30px;
}
.single-image .info-page .posted-by {
  margin-left: 155px;
  margin-bottom: 0;
}
.blog-post-content {
  background: #f4f3f2;
  padding: 30px 0;
}
.blog-post-content p {
  padding: 0 150px;
  font: normal 17px/26px 'montserratregular', Arial, sans-serif;
  color: #776f67;
  margin-bottom: 25px;
}
.blog-post-content h3 {
  font: normal 24px/30px 'montserratregular', Arial, sans-serif;
  color: #0e1b0e;
  margin-bottom: 25px;
}
.blog-post-content ul {
  padding: 0 150px;
  margin-left: 20px;
}
.blog-post-content li {
  font: normal 17px/26px 'montserratregular', Arial, sans-serif;
  color: #776f67;
  margin-bottom: 20px;
}
.blog-post-content img.alignleft {
  margin-right: 30px;
  margin-bottom: 50px;
  margin-left: -150px;
}
.blog-post-content img.alignright {
  margin-left: 30px;
  margin-bottom: 50px;
  margin-right: -150px;
}
.share-post {
  text-align: right;
  margin-bottom: 25px;
}
.comment-box {
  background: #e9e6e0;
  padding: 90px 0 70px;
}
.comment-author {
  width: 310px;
  padding-right: 10px;
  float: left;
}
.autor-name {
  color: #0e1b0e;
  font: normal 20px/25px 'roboto_slablight', Arial, sans-serif;  
}
.commentlist {
  list-style-type: none;
}
.comments-title,
#reply-title,
.form-allowed-tags,
.logged-in-as,
.comment-notes {
  display: none;
}
.autor-email {
  margin-bottom: 20px;
}
.autor-email a{
  color: #0e1b0e;
  font: normal 15px/15px 'roboto_slablight', Arial, sans-serif; 
  text-decoration: none;
}
.date-comment {
  color: #776f67; 
  font: normal 12px/25px 'montserratregular', Arial, sans-serif;
}
.comment-content{
  margin-left: 320px;
}
.comment-content p {
  color: #776f67;
  font: normal 15px/22px 'montserratregular', Arial, sans-serif;
}
.commentlist li.comment {
  padding-bottom: 25px;
  margin-bottom: 50px;
  border-bottom: 1px solid #0e1b0e;
}
#commentform {
  width: 395px;
  margin: 0 auto;
}
#commentform input {
  border: 1px solid #e4e0dd;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 96%;
  padding: 0 2%;
  height: 42px;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
  zoom: 1;
  color: #000;
  font: normal 17px 'montserratbold', Arial, sans-serif;
}
#commentform label {
  color: #030503; 
  font: normal 17px/22px 'montserratregular', Arial, sans-serif;
  margin-bottom: 10px;
}
#commentform textarea {
  width: 100%;
  color: #000;
  font: normal 17px 'montserratbold', Arial, sans-serif;
  height: 100px;
  border: 1px solid #e4e0dd;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.p-com {
  font: normal 28px/28px 'montserratbold', Arial, sans-serif;
  margin-bottom: 40px;
  text-align: center;
  color: #776f67;
}
.form-submit {
  padding-top: 60px;
  text-align: center;
}
#commentform .form-submit input {
  background: url(images/black-btn.png) no-repeat 25px center;
  border: 2px solid #0e1b0e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #0e1b0e;
  height: 60px;
  padding: 0 23px 0 47px;
  position: relative;
  z-index: 1;
  display: inline-block;
  cursor: pointer;
  width: auto;
  font: normal 18px/60px 'montserratbold', Arial, sans-serif;  
}

#commentform .form-submit input:hover {
  background: #0e1b0e url(images/white-btn.png) no-repeat 25px center;
  color: #f4f3f2;
}
#commentform label span {
  color: #776f67;
  font-size: 14px;
  margin-left: 5px;
}
.navigation-post {
  background: #222b44;
  padding: 45px 0;
}

.prev-post a,
.next-post a{
  border: 2px solid #f4f3f2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #f4f3f2;
  display: block;
  height: 60px;
  text-decoration: none;
  position: relative;
  z-index: 10;
  font: normal 18px/60px 'montserratbold', Arial, sans-serif;  
}
.prev-post {
  float: left;
}
.next-post {
  float: right;
}
.prev-post a {
  padding: 0 50px 0 80px;
  background: url(images/white-btn-left.png) no-repeat 25px center;
}
.prev-post a:hover {
  background: #f4f3f2 url(images/btn-blue-left.png) no-repeat 25px center;
  color: #222b44;
}
.next-post a {
  padding: 0 80px 0 50px;
  background: url(images/white-btn.png) no-repeat 199px center;
  
}
.next-post a:hover {
  background: #f4f3f2 url(images/btn-blue.png) no-repeat 199px center;
  color: #222b44;
}
.checkbox, .radio {
  width: 19px;
  height: 25px;
  padding: 0 5px 0 0;
  background: url(images/checkbox.png) no-repeat;
  display: block;
  clear: left;
  float: left;
  margin-right: 13px;
  cursor: pointer;
  z-index: 10;
}
.radio {
  background: url(radio.html) no-repeat;
}
#mc4wp-checkbox,
.subscribe-to-comments {
  overflow: hidden;
}
.subscribe-to-comments {
  margin-bottom: 5px;
}
.subscribe-to-comments a {
  color: #222B44;
}
#mc4wp-checkbox label,
#commentform .subscribe-to-comments label,
.subscribe-to-comments {
  color: #776f67;
  font: normal 14px/25px 'montserratregular', Arial, sans-serif;
  margin-bottom: 0;
  display: inline-block;
}
#mc4wp-checkbox label  span {
  margin-left: 0;
}
.comment-form-comment {
  margin-bottom: 25px;
}

/* Contact */

.office-left,
.office-right {
  width: 50%;
  float: left;
  background: #f4f3f2;
  padding: 95px 0;
  position: relative;
}
.active.office-left,
.active.office-right {
  background: #204e35;
}
.office-1 {
  float: right;
  width: 455px;
  padding-right: 30px;
}
.office-2 {
  width: 455px;
  padding-left: 30px;
}
.point-left {
  background: url(images/left-point.png) no-repeat 0 0;
  width: 72px;
  height: 72px;
  position: absolute;
  bottom: -71px;
  right: 0;
  z-index: 10;
}
.point-right {
  background: url(images/right-point.png) no-repeat 0 0;
  width: 72px;
  height: 72px;
  position: absolute;
  bottom: -71px;
  left: 0;
  z-index: 10;
}
.active .point-left,
.active .point-right {
  background-position: 0 bottom;
}
.office-1 h3,
.office-2 h3  {
  font: normal 15px 'roboto_slablight', Arial, sans-serif;
  color: #776f67;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.active .office-1 h3,
.active .office-2 h3{
  color: #dcec3b;
}
.office-1  h3 fieldset,
.office-2  h3 fieldset {
  border-top: 1px solid #618872;
  width: 100%;
}
.office-1  h3 fieldset legend,
.office-2  h3 fieldset legend  {
  padding-right: 15px;
      width: auto;
    color: inherit;
}
.office-1 h4,
.office-2 h4 {
  font: normal 30px/50px 'montserratregular', Arial, sans-serif;
  color: #0e1b0e;
}
.active .office-1 h4,
.active .office-2 h4,
.active .office-1 p,
.active .office-2 p  {
  color: #f4f3f2;
}
.office-1 p,
.office-2 p  {
  font: normal 18px/40px 'montserratregular', Arial, sans-serif;
  color: #0e1b0e;
}
.google-map {
  height: 600px;
  overflow: hidden;
}
#first-map,
#last-map {
  height: 600px;
} 
.contact-form {
  background: #e9e6e0;
  padding: 75px 0;
}
.contact-form  .wpcf7 {
  width: 396px;
  margin: 0 auto;
}
.contact-form  .wpcf7 input[type=text],
.contact-form  .wpcf7 input[type=email] {
  border: 1px solid #e4e0dd;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 96%;
  padding: 0 2%;
  height: 42px;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
  zoom: 1;
  color: #000;
  font: normal 17px 'montserratbold', Arial, sans-serif;
}
.contact-form  .wpcf7 textarea {
  width: 96%;
  padding: 2%;
  height: 130px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e4e0dd;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
  color: #000;
  font: normal 17px 'montserratbold', Arial, sans-serif;
}
.contact-form  .wpcf7 label {
  color: #030503; 
  font: normal 17px/22px 'montserratregular', Arial, sans-serif;
  margin-bottom: 10px;
  display: inline-block;
}
.subsc {
  color: #776f67;
  font: normal 17px/25px 'montserratregular', Arial, sans-serif;
  margin-bottom: 50px;
}
.contact-form .wpcf7-submit{
  background: url(images/green-right.png) no-repeat 25px center;
  border: 2px solid #0e1b0e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #0e1b0e;
  height: 60px;
  padding: 0 23px 0 47px;
  position: relative;
  z-index: 1;
  display: inline-block;
  cursor: pointer;
  width: auto;
  font: normal 18px/60px 'montserratbold', Arial, sans-serif;  
}
.contact-form .wpcf7-submit:hover {
  background: #0e1b0e url(images/white-btn.png) no-repeat 25px center;
  color: #f4f3f2;
}
.contact-form h3,
.comment-box h2 {
  color: #0e1b0e;
  font: normal 58px/60px 'montserratbold', Arial, sans-serif;  
  margin-bottom: 70px;
}
.comment-box h2 {
  text-align: center;
}
/* careers */

.column-job {
  width: 418px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 25px;
  vertical-align: top;
  padding: 60px 25px 30px 25px;
  background: #f4f3f2;
  cursor: pointer;
  margin-left: 25px;
  position: relative;
}
.column-job:hover {
  background: #dcec3b;
}
.icon-job {
  width: 60px;
  height: 60px;
  background: url(images/icon-job.png) no-repeat 0 0;
  position: absolute;
  top: 25px;
  right: 25px;
}
.column-job h3 {
  color: #0e1b0e;
  font: normal 30px/30px 'roboto_slablight', Arial, sans-serif;
  margin-bottom: 25px;
}
.column-job p{
  font: normal 17px/26px 'montserratregular', Arial, sans-serif;
  color: #776f67;
}
.all-jobs {
  background: url(images/bg-2.jpg) no-repeat center center;
  background-size: cover;
  padding: 70px 0 50px 0;
  width: 100%;
}
.content-job  h2 {
  color: #dcec3b;
  font: normal 38px/38px 'roboto_slablight', Arial, sans-serif;
  margin-bottom: 50px;
}
.content-job h3 {
  font: normal 15px/15px 'montserratregular', Arial, sans-serif;
  margin-bottom: 10px; 
  color: #dcec3b;
}
.content-job p {
  font: normal 17px/26px 'montserratregular', Arial, sans-serif;
  color: #f4f3f2;
  margin-bottom: 30px;
}
.content-job a {
  color: #dcec3b;
  text-decoration: none;
}
.content-job a:hover {
  text-decoration: underline;
}
.content-job ul{
  list-style-type: none;
  margin-bottom: 30px;
}
.content-job li{
  font: normal 17px/26px 'montserratregular', Arial, sans-serif;
  color: #f4f3f2;
  background: url(images/arrow-yellow.png) no-repeat 0 9px;
  padding-left: 20px;
}
.job {
  overflow: hidden;
  background: #222b44;
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 100%;
  width: 100%;
}
.job-inner {
  padding: 95px 0;
}
.close-job {
  position: absolute;
  float: right;
  background: url(images/close.png) no-repeat 0 0;
  width: 56px;
  height: 56px;
  cursor: pointer;
  top: 25px;
  right: 25px;
}
.jobs {
  position: relative;
  background: #222b44;
  overflow: hidden;
}
.title-job {
  font: normal 52px/52px 'montserratbold', Arial, sans-serif;
  color: #f4f3f2;
  margin-bottom: 70px;
  text-align: center;
}
.job .more-btn {
  background: none;
  color: #f4f3f2; 
  border-color: #f4f3f2;
  
}
.job .more-btn:hover {
  background: #dcec3b;
  color: #0e1b0e; 
  border-color: #dcec3b;
  text-decoration: none; 
}
.job .more-btn i {
  background: url(images/arrow-btn.png) no-repeat 0 0;
}
.job .more-btn:hover i {
  background-position: 0 bottom;
}
.why {
  width: 563px;
  margin: 0 auto;
  padding: 55px 50px;
  background: #204e35;
}
.careers {
  padding: 65px 0 108px 0;
}
.careers p {
  padding: 0 152px;
  color: #776f67;
  font: normal 17px/25px 'montserratregular', Arial, sans-serif;
  margin-bottom: 70px;
}
.careers h3 {
  color: #0e1b0e;
  font: normal 24px/30px 'montserratregular', Arial, sans-serif;
  margin-bottom: 30px;
}
.careers h2 {
  color: #0e1b0e;
  font: normal 29px/30px 'montserratbold', Arial, sans-serif;
  margin-bottom: 40px;
}
.careers .why h2 {
  color: #f4f3f2;
  font: normal 38px/54px 'montserratbold', Arial, sans-serif;
  margin-bottom: 20px;
  text-align: center;
}
.careers .why ul {
  list-style-type: none;
}
.careers .why li{
  background: url(images/arrow-why.png) no-repeat 0 13px;
  font: normal 19px/50px 'roboto_slablight', Arial, sans-serif;
  padding-left: 40px;
  color: #f4f3f2;
}
.acordion{
  background: #e9e6e0;
  padding: 80px 0 90px 0;
}
.acordion .accordion-title {
  color: #776f67;
  font: normal 21px/50px 'roboto_slablight', Arial, sans-serif;
  cursor: pointer;
  border-bottom: 1px solid #d2cec8;
  background: url(images/ac-close.png) no-repeat 0 center;
  padding-left: 30px;
}
.acordion .accordion-title:hover {
  background: url(images/ac-close-hover.png) no-repeat 0 center;
  color: #0e1b0e;
}
.acordion .accordion-title.open {
  border-color: transparent;
  background: url(images/ac-open.png) no-repeat 0 center;
  color: #0e1b0e; 
}
.acordion .accordion-title.open:hover {
  background: url(images/ac-open-hover.png) no-repeat 0 center;
}
.acordion .accordion {
  width: 663px;
  margin: 0 auto;
}
.accordion-content {
  font: normal 17px/26px 'montserratregular', Arial, sans-serif;
  color: #776f67;
  padding-left: 30px;
  padding-bottom: 35px;
  border-bottom: 1px solid #d2cec8;
}
.acordion h2 {
  font: normal 58px/70px 'montserratbold', Arial, sans-serif;
  margin-bottom: 40px;
  text-align: center;
}
.latest-post {
  padding: 70px 0;
  background: #222b44;
}
.latest-post .blog-row-c p {
  font: normal 15px/22px 'montserratregular', Arial, sans-serif;
  color: #f4f3f2;
}
.latest-post .blog-title-c {
  color: #dcec3b;
}
.latest-post h2 {
  font: normal 58px/70px 'montserratbold', Arial, sans-serif;
  color: #f4f3f2;
  text-align: center;
  margin-bottom: 55px;
}

/* poject detail*/

.page-image .inner {
  position: relative;
  min-height: 550px;
}
.page-image .project-first h3 {
  font-size: 52px;
  line-height: 70px;
}
.single-project-content {
  padding: 30px 0 60px 0;
}
.project-content {
  width: 640px; 
}
.project-content p {
  color: #776f67;
  font: normal 17px/25px 'montserratregular', Arial, sans-serif;
  margin-bottom: 20px;
}
.project-content p span {
  color: #e6e8e5;
  font: normal 70px/90px 'roboto_slablight', Arial, sans-serif;
  background: #204e35;
  padding: 0 25px;
  float: left;
  margin-right: 20px;
}
.green-box{
  background: #204e35;
  padding: 70px 0;
}
.green-box .ezcol {
  overflow: hidden;
}
.green-box .ezcol img{
  -webkit-border-radius: 310px;
  -moz-border-radius: 310px;
  border-radius: 310px;
  position: relative;
  z-index: 1;
}
.green-box .ezcol img.alignleft {
  margin-right: 40px;
}
.green-box .ezcol img.alignright {
  margin-left: 40px;
}
.green-box .ezcol h3 {
  padding-top: 60px;
  font: normal 30px/30px 'roboto_slablight', Arial, sans-serif;
  color: #dcec3b;
  margin-bottom: 30px;
}
.green-box .ezcol p {
  color: #f4f3f2;
  font: normal 17px/25px 'montserratregular', Arial, sans-serif;
}
.navigation-project {
  background: #204e35;
  padding: 45px 0;
}
.navigation-project .prev-post a,
.navigation-project .next-post a{
  border: 2px solid #f4f3f2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #f4f3f2;
  display: block;
  height: 60px;
  text-decoration: none;
  position: relative;
  z-index: 10;
  font: normal 18px/60px 'montserratbold', Arial, sans-serif;  
}
.navigation-project .prev-post a {
  background: url(images/white-btn-left.png) no-repeat 25px center;
}
.navigation-project .prev-post a:hover {
  background: #f4f3f2 url(images/green-left.png) no-repeat 25px center;
  color: #204e35;
}
.navigation-project .next-post a {
  background: url(images/white-btn.png) no-repeat 300px center;
  
}
.navigation-project .next-post a:hover {
  background: #f4f3f2 url(images/green-right.png) no-repeat 300px center;
  color: #204e35;
}

/* resources single */

.content-text-resources {
  width: 663px;
  margin: 0 auto;
}
.resources-single {
  padding: 30px 0 70px;
  background: #f4f3f2;
}
.desc  {
  width: 455px;
  float: left;
  min-height: 335px;
  margin-right: 30px;
  position: relative;
}
.text-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  font: normal 30px/38px 'roboto_slablight', Arial, sans-serif;
  color: #dcec3b;
  padding: 0 25px 50px 25px;
}
.slidedeck  .text-bottom {
  color: #0e1b0e;
}
.brochure .text-bottom {
  color: #fff;
}
.book .desc {
  background: url(images/book.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.kit .desc {
  background: url(images/kit.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.slidedeck .desc {
  background: #e2dfd8;
}
.brochure .desc {
  background: url(images/brochure.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.resource-content {
  margin-left: 152px;
}
.hide .resource-content h5{
  font: normal 21px/21px 'montserratbold', Arial, sans-serif;
  color: #0e1b0e;
  margin-bottom: 5px;
}
.resource-content h4,
.show h5 {
  font: normal 24px/31px 'montserratregular', Arial, sans-serif;
  color: #0e1b0e;
  margin-bottom: 30px;
}
.show h5 {
  margin-bottom: 30px;
}
.show .slide-row h5 {
  font: normal 21px/31px 'montserratregular', Arial, sans-serif;
}
.resource-content h3,
.show h4{
  font: normal 27px/25px 'montserratbold', Arial, sans-serif;
  color: #0e1b0e;
  margin-bottom: 25px;
}
.resource-content ul,
.show ul{
  list-style-type: none;
  margin-bottom: 60px;
}
.resource-content li,
.show li {
  font: normal 17px/25px 'montserratregular', Arial, sans-serif;
  color: #776f67;
  padding-left: 20px;
  background: url(images/arrow-black.png) no-repeat 0 10px;
}
.resource-content p,
.show p {
  font: normal 17px/25px 'montserratregular', Arial, sans-serif;
  color: #776f67;
  margin-bottom: 30px;
}
.resources-single .wpcf7 {
  margin-left: 152px;
  background: #fff;
  width: 583px;
  padding: 70px 40px 17px;
}
.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-not-valid-tip {
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 1;
  background: url(images/not-valid.png) no-repeat 0 0;
  font: normal 14px/40px 'montserratregular', Arial, sans-serif !important;
  color: #f4f3f2 !important;
  width: 136px;
  height: 49px;
  text-align: center;
}
.wpcf7-not-valid{
  border-color: #e32f21; 
}
.resources-single .wpcf7-submit {
  text-decoration: none;
  display: inline-block;
  color: #0e1b0e;
  border: none;
  font: normal 18px/58px 'montserratbold', Arial, sans-serif;
  padding: 0 25px 0 45px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  z-index: 10;
  cursor: pointer;
  height: 62px;
  background: #dcec3b url(images/black-btn.png) no-repeat 25px center;
}
.resources-single .wpcf7-submit:hover {
  background: #0e1b0e url(images/white-btn.png) no-repeat 25px center;
  color: #f4f3f2;
}
.one-column {
  width: 280px;
  float: left;
  margin-left: 20px;
}
.one-column:first-child {
  margin-left: 0;
}
.one-column label {
  display: block;
  margin-bottom: 10px;
}
.one-column input {
  width: 96%;
  padding: 0 2%;
  border: 1px solid #e4e0dd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 42px;
  font: normal 17px 'montserratregular', Arial, sans-serif;
}
.one-column p {
  margin-bottom: 30px;
  font: normal 17px/22px 'montserratregular', Arial, sans-serif;
  color: #030503;
} 
.keep {
  color: #776f67;
  font: normal 12px/22px 'roboto_slablight', Arial, sans-serif;
}
.show .more-btn {
  border: none;
  margin-bottom: 60px;
}
.show .text-center h4,
.show h3{
  font: normal 32px/42px 'montserratbold', Arial, sans-serif;
  margin-bottom: 55px;
  color: #0e1b0e;
}
.show h3 {
  margin-bottom: 20px;
}
.silide-one {
  width: 435px;
  margin-right: 50px;
  float: left;
}
.slide-two {
  margin-left: 45px;
  width: 435px;
  float: left;
}
.show {
  display: none;
}
.res {
  background: #e9e6e0;
  padding: 80px 0 50px 0;
}
.res .sledes li {
  overflow: hidden;
}
.res .flexslider {
  position: relative;
  overflow: hidden;
}
.new .block-resource {
  margin-bottom: 55px;
}
.res  .flex-control-nav {
  bottom: 0;
}
.res h2 {
  text-align: center;
}


/* resources page */
.resources-category .all-m-p{
  background: none;
  color: #000;
}
.more-resources {
  text-align: center;
  padding-top: 45px;
}
.resources-menu {
  list-style-type: none;
  float: left;
  margin-bottom: 70px;
}
.resources-menu li {
  
  font: normal 17px/28px 'roboto_slabregular', Arial, sans-serif;
  float: left;
} 
.resources-menu li a {
  text-decoration: none;
  background: url(images/icon-check-current.png) no-repeat 0 0; 
  color: #c1beb7;
  display: block;
  padding-left: 40px;
  margin-left: 27px;
}
.resources-menu li a:hover ,
.resources-menu li.current-menu-item  a {
  
  background: url(images/icon-check.png) no-repeat 0 0;
  color: #b3c02c;
}
.resources-category {
  background: #f4f3f2;
  padding: 70px 0;
}
.block-resource  {
  position: relative;
  width: 470px;
  min-height: 330px;
  float: left;
  margin-left: 25px;
  cursor: pointer;
  margin-bottom: 25px;
  overflow: hidden
}
.block-resource:hover {
  opacity: 0.8;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.resource-inf {
  padding: 0 25px 25px 25px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.book-cat .resource-inf {
  padding-bottom: 55px;
}
.block-resource.book-cat {
  background: url(images/book.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.block-resource.kit-cat {
  background: url(images/kit.png) no-repeat 0 0 !important;
  background-size: 100% 100%;
}
.block-resource.slidedeck-cat {
  background: #e2dfd8;
}
.block-resource.brochure-cat {
  background: url(images/brochure.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.resource-inf h3 {
  font: normal 30px/38px 'roboto_slablight', Arial, sans-serif;
  margin-bottom: 10px;
}
.book-cat .resource-inf h3 a,
.kit-cat .resource-inf h3 a,
.webinar-cat .resource-inf h3 a{
  color: #dcec3b;
  text-decoration: none;
}
.slidedeck-cat .resource-inf h3 a,
.brochure-cat .resource-inf h3 a{
  text-decoration: none;
  color: #0e1b0e;
}
.resource-inf p {
  font: normal 17px/26px 'montserratregular', Arial, sans-serif;
}
.book-cat .resource-inf p,
.kit-cat .resource-inf p,
.webinar-cat .resource-inf p{
  color: #e2dfd8;
}
.brochure-cat .resource-inf  p{
  color: #fff;
}
.slidedeck-cat .resource-inf  p {
  color: #776f67;
}
.icon-cat {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 25px;
}

.book-cat .icon-cat,
.book .icon-cat{
  background: url(images/icon-4.png) no-repeat 0 0;
  top: 25px;
}
.webinar-cat .icon-cat{
  background: url(images/icon-2.png) no-repeat 0 0;
  top: 25px;
}
.kit-cat .icon-cat,
.kit .icon-cat{
  background: url(images/icon-1.png) no-repeat 0 0;
  top: 60px;
}
.slidedeck-cat .icon-cat,
.slidedeck .icon-cat{
  background: url(images/icon-3.png) no-repeat 0 0;
  top: 25px;
}
.brochure-cat .icon-cat,
.brochure .icon-cat {
  background: url(images/icon-5.png) no-repeat 0 0;
  top: 25px;
}
.webinar .icon-cat {
  background: url(images/icon-v.png) no-repeat 0 0;
  top: 30px;
  right: 50%;
  margin-right: -67px;
  width: 134px;
  height: 135px;
}
/* offices */

.offices {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 75px 0 80px;
  overflow: hidden;
}
.offices h2 {
  font: normal 58px/58px 'montserratbold', Arial, sans-serif;
  color: #f4f3f2;
  margin-bottom: 55px;
  text-align: center;
}
.first-office {
  float: left; 
  padding-right: 30px;
  width: 455px;
}
.last-office {
  margin-left: 485px;
}
.offices .h3 {
  font: normal 15px 'roboto_slablight', Arial, sans-serif;
  color: #dcec3b;
  margin-bottom: 25px;
  display: block;
}
.offices .h3 fieldset {
  border-top: 1px solid #618872;
}
.offices .h3 fieldset legend {
  padding-right: 15px;
}
.offices h4 {
  font: normal 30px/50px 'montserratregular', Arial, sans-serif;
  color: #f4f3f2;
}
.offices p {
  font: normal 18px/40px 'montserratregular', Arial, sans-serif;
  color: #f4f3f2;
  margin-bottom: 30px;
}
.view-map,
.more-prj {
  text-decoration: none;
  display: inline-block;
  color: #f4f3f2;
  border: 3px solid #f4f3f2;
  font: normal 18px/58px 'montserratbold', Arial, sans-serif;
  padding: 0 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  z-index: 10;
  vertical-align: top;
}
.view-map:hover {
  background: #f4f3f2;
  color: #0d4025;  
}
.view-map i {
  background: url(images/map.png) no-repeat 0 0;
  width: 19px;
  height: 25px;
  display: inline-block;
  margin-right: 25px;
  margin-bottom: -5px;
}
.view-map:hover i {
  background-position: 0 bottom;
}

/* footer social */

.footer-social h2,
.res h2{
  font: normal 58px/58px 'montserratbold', Arial, sans-serif;
  color: #0e1b0e;
  margin-bottom: 55px;
  
}
.footer-social {
  padding: 65px 0;
  text-align: center;
  background: #f4f3f2;
}
.footer-social a {
  display: inline-block;
  width: 86px;
  height: 86px;
  background: url(images/social-footer.png) no-repeat 0 0;
  margin: 0 10px;
}
.footer-social .f-in {
  background-position: 0 0; 
}
.footer-social .f-in:hover {
  background-position: 0 bottom;
}
.footer-social .f-twitter {
  background-position: -112px 0; 
}
.footer-social .f-twitter:hover {
  background-position: -112px bottom; 
}
.footer-social .f-youtube {
  background-position: -224px 0; 
}
.footer-social .f-youtube:hover {
  background-position: -224px bottom; 
}
.footer-social .f-facebook {
  background-position: right 0; 
}
.footer-social .f-facebook:hover {
  background-position: right bottom; 
}
.mailchimp-box {
  background: #e9e6e0;
}
.site-info {
  font: normal 17px/60px 'montserratregular', Arial, sans-serif;
  color: #0e1b0e;
  padding-left: 27px;
  background: #f4f3f2;
}

/*mailChimp*/

.mailchimp-box {
  padding: 65px 0;
}
#mc_message {
  position: absolute;
  top: -30px;
  left: 0;
  width: 650px;
  height: 20px;
  padding-top: 0;
  font: normal 17px/20px 'roboto_slablight', Arial, sans-serif;
}
.mc_error_msg {
  margin-bottom: 0 !important;
} 
.mailchimp-box .mc_var_label{
  display: none; 
}
.mailchimp-box .mc_form_inside {
  width: 555px;
  border: 3px solid #0e1b0e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 auto;
  position: relative; 
  z-index: 1;
  min-height: 58px;
  
}
.mailchimp-box .mc_merge_var {
  width: 238px;
  padding: 0 20px;
  float: left;
  margin: 0;
  
}
.mailchimp-box .mc_merge_var input {
  background: none;
  border: none;
  height: 58px;
  font: normal 16px 'montserratregular', Arial, sans-serif;
  
}
.mailchimp-box .mc_signup_submit{
  float: left;
  height: 58px;
  width: 275px;
  background: url(images/line.png) no-repeat 1px center;
}
.mailchimp-box .mc_signup_submit input{
  height: 58px;
  border: 0;
  background: url(images/black-btn.png) no-repeat 25px center;
  padding: 0;
/*   width: 278px !important; */
  padding-left: 60px;
  margin-top: 0px !important;
  font: normal 18px/58px 'montserratregular', Arial, sans-serif;
  color: #132013;
  text-align: left;
  cursor: pointer;
}
.mailchimp-box .mc_merge_var input:focus {
  border-color: #e9e6e0;
  outline: 0;
}

*:focus {
    outline: 0;
}
.mailchimp-box .mc_signup_submit input:hover {
  background: #0e1b0e url(images/white-btn.png) no-repeat 25px center;
  color: #f4f3f2;
  
} 

/*rest pages */
.page-not {
  padding: 80px 0;
}
.page-not h1 {
  font: normal 48px/58px 'montserratregular', Arial, sans-serif;
  color: #132013;
  text-align: center;
}
.page-not p {
  font: normal 18px/58px 'montserratregular', Arial, sans-serif;
  color: #132013;
}
#all-page {
  padding: 80px 0;
  background: #f4f3f2;
} 
#all-page p{
  font: normal 14px/24px 'montserratregular', Arial, sans-serif;
  margin-bottom: 20px;
}
#all-page h5,
#all-page h4,
#all-page h3,
#all-page h2,
#all-page h1 {
  margin-bottom: 20px;
}
#all-page h1 {
  font-size: 48px;
}
#all-page h2 {
  font-size: 40px;
}
#all-page h3 {
  font-size: 36px;
}
#all-page h4 {
  font-size: 30px;
}
#all-page h5 {
  font-size: 24px;
}
#all-page ul,
#all-page ol {
  margin-left: 20px; 
}
#all-page a{
  color: #222b44;
  text-decoration: none;
} 
#all-page a:hover {
  text-decoration: underline;
}
.wp-pagenavi {
  padding: 50px 0;
}
.wp-pagenavi a {
  color: #222b44;
}
.entry-title-not {
  font-size: 48px;
  margin-bottom: 30px;
}
.entry-content p {
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  #content {
    width: 68%;
  }
  #secondary {
    width: 32%;
  }
}

/* staiano */
.waldenMergeGreen {display:none; font:normal 20px/26px verdana, arial, sans-serif; color:#004833; background-color:#ddea52; padding:10px 60px 10px 30px;}
.waldenMerge a {color:#004833; font-style:italic;}
.waldenMerge a:hover {text-decoration:underline;}
.title-m, .url-m {display:none;}

.right-studies .content-studies{
  padding-left: 0;
  display: block;
  margin: auto;

}
.left-studies h2{
  font: normal 58px/58px 'montserratbold', Arial, sans-serif;
  color: #051c0e;
  margin-bottom: 30px;
  padding-top: 75px;
  text-align: center;

}
.left-studies {
  background: #eae6e0;
  display: block;
  margin: auto;
  text-align: center;
}
.left-studies img{
  max-width: 396px;
  width: 100%;
  display: block;
  margin: auto;
}
.left-studies h3{
  font-size: 30px;
  font: normal 30px/30px 'roboto_slablight', Arial, sans-serif;
  color: #051c0e;
  margin:50px 0px;
}
.announcement_description{
  font-size: 17px;
  font-family: 'montserratregular', Arial, sans-serif;
  line-height: 1.5;
  margin: 30px 0px;
}
.announcement_link{
      text-decoration: none;
    display: inline-block;
    color: #005034;
    border: 3px solid #005034;
    font: normal 18px/58px 'montserratbold', Arial, sans-serif;
    padding: 0 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    z-index: 10;
    vertical-align: top;
}
.announcement_link:hover{
    background: #005034;
    color: #f4f3f2;
}
.announcement_link:hover i{
    filter: brightness(100);
}
.announcement_link i{
    background: url(images/arrow-announcement.png) no-repeat 0 0;
    width: 11px;
    height: 17px;
    display: inline-block;
    margin-right: 10px;
    background-size: cover;
}

/*fix possible break by bootstrap*/
* {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
*:before,
*:after {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

.row *{
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.maincheckbox{
  display: none;
}