@charset "utf-8";
/* CSS Document */

@import '../css/grid.css';
@import '../css/font-awesome.css';
@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic);
@import url(//fonts.googleapis.com/css?family=Economica);
@import url(//fonts.googleapis.com/css?family=Marvel:400);
@import url(//fonts.googleapis.com/css?family=Marvel:700);
.navigation {
  z-index: 999;
  position: relative;
  padding: 5px 0 0;
  font-family: 'Marvel', sans-serif;
  font-weight: normal;
}
.navigation .sf-menu {
  z-index: 990;
  text-align: center;
  position: relative;
}
.navigation nav {
  position: relative;
  padding: 0;
}
.select-menu {
  display: none !important;
}
.sf-menu ul {
  position: absolute;
  top: -999px;
  display: none;
}
.sf-menu > li > ul > li {
  float: none;
  position: static;
}
.sf-menu > li {
  float: none;
  display: inline-block;
  font-weight: 300;
  position: relative;
  font-size: 30px;
  line-height: 52px;
}
.sf-menu > li + li {
  margin-left: 46px;
}
.sf-menu > li + li:after {
  content: '';
  background-color: #ffffff;
  height: 5px;
  width: 1px;
  height: 41px;
  position: absolute;
  left: -25px;
  top: 6px;
}
.sf-menu > li > a {
  position: relative;
  color: #ffffff;
  text-align: center;
}
.sf-menu > li > a.sf-with-ul:after {
  content: '';
  position: absolute;
  width: 5px;
  bottom: 15px;
  left: 50%;
  bottom: -5px;
  pointer-events: none;
  z-index: 999;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #fff transparent transparent transparent;
}
.sf-menu > li.sfHover > a,
.sf-menu > li.current > a,
.sf-menu > li > a:hover {
  color: #ec9e9e;
}
#stuck_container {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 998 !important;
  padding-bottom: 7px;
}
#stuck_container .isStuck {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#stuck_container .isStuck .menuBox {
  margin: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media only screen and (min-width: 979px) {
  .isStuck {
    background-color: #000;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  }
}
@media only screen and (max-width: 979px) {
  #stuck_container {
    position: relative !important;
    box-shadow: none;
  }
  .pseudoStickyBlock {
    height: 0 !important;
  }
}
html {
  width: 100%;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
sss * {
  -webkit-text-size-adjust: none;
}
body {
  position: relative;
  background: #1e2439;
  color: #363535;
  font: 300 18px/24px 'Open Sans', sans-serif;
}
.ic {
  border:0;
  float:right;
  background:#fff;
  color:#f00;
  width:50%;
  line-height:10px;
  font-size:10px;
  margin:-220% 0 0 0;
  overflow:hidden;
  padding:0
}
strong {
  font-weight: 700;
}
address {
  font-style: normal;
}
p {
  margin-bottom: 24px;
}
input,
textarea {
  border-radius: 0 !important;
  outline: none !important;
  -webkit-appearance: none;
}
img {
  max-width: 100%;
}
/****Heads****/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #5c627c;
  font-family: 'Economica', sans-serif;
}
h2 {
  font-size: 72px;
  line-height: 52px;
  padding-top: 86px;
  margin-bottom: 71px;
}
h3 {
  font: bold 48px/52px 'Marvel', sans-serif;
  color: #1e2439;
  padding-top: 44px;
  margin-bottom: 28px;
}
/****Lists****/
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-1 li {
  padding-top: 16px;
}
.list-1 li .count {
  background-color: #ec9e9e;
  color: #1e2439;
  display: inline-block;
  width: 47px;
  height: 47px;
  border-radius: 500px;
  font-weight: normal;
  font-size: 30px;
  line-height: 43px;
  text-align: center;
  margin-bottom: 21px;
}
.list-1 li + li {
  margin-top: 43px;
}
.list-1.lst__1 li + li {
  margin-top: 0;
}
.list-2 {
  padding-top: 13px;
}
.list-2 li {
  padding-left: 42px;
  color: #ec9e9e;
  position: relative;
}
.list-2 li:after {
  background-color: #ffffff;
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 500px;
  background-color: #e7e8eb;
  left: 1px;
  top: 8px;
  position: absolute;
}
.list-2 li + li {
  margin-top: 6px;
}
/****Links****/
a {
  text-decoration: none;
  color: inherit;
  outline: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
a:hover {
  color: #ec9e9e;
}
.link-1 {
  display: inline-block;
  color: #1e2439;
  font: 30px/52px 'Marvel', sans-serif;
  margin-top: 5px;
}
.link-1:hover {
  color: #ec9e9e;
}
.link-1.white {
  margin-top: 33px;
}
.link-1.white:hover {
  color: #ec9e9e;
}
/****classes****/
.mb0 {
  margin-bottom: 0px !important;
}
.m0 {
  margin: 0 !important;
}
.pad0 {
  padding: 0 !important;
}
.img_inner {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 39px;
  margin-top: 16px;
  border-radius: 0 !important;
}
.img_inner.offset__1 {
  margin-bottom: 11px;
}
.img_inner.offset__1 + .text1 {
  padding-bottom: 2px;
}
.img_inner.offset__2 {
  margin-top: 13px !important;
  margin-bottom: 21px !important;
}
.img_inner.fleft {
  float: left;
  width: auto !important;
  margin-right: 30px;
  margin-bottom: 0px;
}
.img_inner.fleft.noresize {
  margin-right: 20px;
  margin-top: 4px;
}
.img_inner.img_fright {
  position: relative;
  top: 7px;
  float: right;
  margin-left: 20px;
  margin-bottom: 40px;
}
.oh {
  overflow: hidden;
}
.fwn {
  font-weight: normal;
}
.fright {
  float: right !important;
}
.upp {
  text-transform: uppercase;
}
.alright {
  text-align: right;
}
.ta__center {
  text-align: center;
}
.ta__left {
  text-align: left;
}
.td__underline {
  text-decoration: underline;
}
.ta__right {
  text-align: right;
}
.fw_med {
  font-weight: 500;
}
.wrapper,
.extra_wrapper {
  overflow: hidden;
}
.clear {
  float: none !important;
  clear: both;
}
.oh {
  overflow: hidden;
}
.nowrap {
  white-space: nowrap;
}
.rel {
  position: relative;
}
/*header*/
header {
  color: #ffffff;
  display: block;
  position: relative;
  z-index: 999;
  padding: 18px 0 28px;
}
header .rel {
  z-index: 999;
}
h1 {
  text-align: center;
  position: relative;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 999;
  font-size: 90px;
  line-height: 52px;
  margin-bottom: 8px;
  padding: 26px 0 45px;
  letter-spacing: normal;
}
h1 a {
  -webkit-transition: 0s ease;
  transition: 0s ease;
}
h1 a:hover {
  color: #ffffff;
}
h1 span {
	padding-top: 24px;
	text-transform: none;
	display: block;
	font-size: 36px;
}
h1:after {
  position: absolute;
  content: '';
  background-color: #ffffff;
  width: 135px;
  height: 3px;
  top: 0;
  left: 50%;
  margin-left: -68px;
}
/****Content****/
#content {
  background-color: #ffffff;
}
/****Non suppage set****/
.page1 header {
  padding-bottom: 27px;
}
/****Blocks****/
.banner {
  margin-top: -106px;
  margin-bottom: 86px;
  text-align: center;
  background-color: #c7c7c7;
}
.banner .banner_title {
  display: block;
  font: 48px/52px 'Marvel', sans-serif;
  color: #ffffff;
  background-color: #ec9e9e;
  padding: 39px 0 75px;
  position: relative;
}
.banner .banner_title:after {
  position: absolute;
  content: '';
  background-color: #ffffff;
  width: 135px;
  height: 3px;
  bottom: 55px;
  left: 50%;
  margin-left: -68px;
}
.banner a.banner_title:hover {
  background-color: #1e2439;
}
.banner img {
  padding: 77px 0;
}
.block-1 {
  background-color: #5c627c;
  padding-bottom: 85px;
  margin-bottom: 57px;
}
.block-1.white {
  padding-top: 33px;
}
.block-1.white h3 {
  margin-bottom: 5px;
}
.block-1.offset__1 {
  margin-top: 38px;
  padding-bottom: 22px;
  margin-bottom: 0;
}
.block-1.offset__2 {
  margin-top: 83px;
  padding-bottom: 22px;
  margin-bottom: 0;
  padding-bottom: 70px;
}
.block-1.offset__2 h2 {
  line-height: 72px;
  padding-top: 76px;
  margin-bottom: 0;
  padding-bottom: 28px;
}
.block-1.offset__2 .list-1 .count {
  float: left;
  display: block;
  margin-right: 26px;
  position: relative;
}
.block-1.offset__2 .text1 {
  margin-bottom: 16px;
  color: #ffffff;
  top: -5px;
  position: relative;
}
.block-1.contacts {
  padding-bottom: 54px;
  margin-bottom: 0;
}
.block-1 img {
  float: left;
  border-radius: 500px;
  margin-right: 18px;
  margin-top: 16px;
}
.block-1 .block-1_title {
  color: #ffffff;
  font-size: 30px;
  line-height: 52px;
  font-weight: normal;
  margin-bottom: 11px;
}
.block-1 h2 {
  color: #ffffff;
  text-align: center;
  padding: 88px 0 72px;
}
.block-1 h3 {
  padding-top: 48px;
  margin-bottom: 28px;
  color: #ffffff;
}
.block-2 {
  padding-top: 20px;
  padding-bottom: 30px;
}
.block-2 img {
  margin-bottom: 6px;
}
.block-3 {
  margin-bottom: 67px;
}
.block-4 {
  margin-bottom: 86px;
  background-color: #5c627c;
  color: #ffffff;
  padding: 78px 250px 81px 28px;
  margin-top: 16px;
  position: relative;
  text-align:right;
  text-align:justify;
  direction:rtl;
}
.block-4 .block-4_title {
	margin-bottom: 15px;
	font: bold 48px/52px 'Marvel', sans-serif;
	font-family: Marvel, sans-serif;
}
.block-4 a {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 226px;
  font-size: 36px;
  line-height: 52px;
  font-weight: normal;
  background-color: #ec9e9e;
  text-align: center;
  padding-top: 96px;
}
.block-4 a:hover {
  background-color: #1e2439;
}
.block-4 a:before {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 23px;
  border-color: transparent transparent transparent #5c627c;
  left: 0;
  top: 50%;
  margin-top: -14px;
  content: '';
}
.banner-1 {
  margin-top: 16px;
  background-color: #ec9e9e;
  text-align: center;
  margin-bottom: 85px;
}
.banner-1 .banner-1_bot {
  padding: 38px 12px 52px;
}
.banner-1 .banner-1_bot .text1:after {
  left: 50%;
  margin-left: -67px;
}
.banner-2 {
  margin-top: 57px;
  background-color: #ec9e9e;
  color: #ffffff;
}
.banner-2 .banner-2_bot {
  padding: 14px 28px 28px;
}
.banner-2 .banner-2_title {
  font-size: 36px;
  line-height: 52px;
  font-weight: normal;
  margin-bottom: 4px;
}
.banner-2 img {
  border-radius: 0 !important;
  margin: 0 !important;
  float: none !important;
}
.contacts {
  padding-top: 6px;
  margin-top: 52px;
}
/****Gallery****/
/****Separators****/
.sep-1 {
  height: 51px;
}
/****Text styles****/
.text1 {
  color: #1e2439;
  font-size: 30px;
  line-height: 52px;
  font-weight: normal;
  margin-bottom: 5px;
}
.text1.tx__1 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 21px;
}
.text1.tx__1:after {
  position: absolute;
  content: '';
  background-color: #5c627c;
  width: 135px;
  height: 3px;
  bottom: 0;
  left: 0;
}
.text1.tx__2 {
  margin-bottom: 11px;
}
.color1 {
  color: #ec9e9e;
}
.color1 a:hover,
a.color1:hover {
  color: #1e2439;
}
.color2 {
  color: #1e2439;
}
.white {
  color: #ffffff;
}
/****Map****/
.map {
  overflow: hidden;
  padding-top: 14px;
}
.map figure {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 45px;
}
.map figure iframe {
  width: 100%;
  height: 399px;
  max-width: 100%;
}
.address1 {
  display: block;
  float: left;
}
.address1 + .address1 {
  margin-left: 70px;
}
.address1 dt {
  margin-bottom: 13px;
}
.address1 dd span {
  min-width: 144px;
  display: inline-block;
  text-align: left;
}
.address1 dd span.col1 {
  min-width: 0;
}
/**Footer**/
#footer {
  text-align: center;
  color: #ffffff;
  padding: 87px 0 50px;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
}
#footer h1 {
  padding-bottom: 47px;
}
#footer .footer_phone {
  font-size: 24px;
}
#footer .sub-copy {
  padding-top: 51px;
}
#footer .sub-copy a:hover {
  color: #ec9e9e;
}
#footer .socials {
  font-size: 0;
  line-height: 0;
}
#footer .socials .fa {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 500px;
  font-size: 25px;
  line-height: 54px;
  background-color: #c7c7c7;
}
#footer .socials .fa + .fa {
  margin-left: 17px;
}
#footer .socials .fa:hover {
  color: #ffffff;
  background-color: #ec9e9e;
}
#footer .socials .fa.fa-pinterest {
  font-size: 30px;
}
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 40px;
  left: 51%;
  margin-left: 640px;
  overflow: hidden;
  border: none;
  color: #ffffff;
  width: 74px;
  height: 86px;
  font-size: 72px;
  line-height: 86px;
  text-align: center;
  z-index: 20;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  background-color: #ec9e9e;
}
#toTop:hover {
  outline: none;
  background-color: #000000;
}


/* Website template by freewebsitetemplates.com */
/*------------------------- Layout styles ------------------------*/

#background-green {
	background:url(../images/bg-green-absolute.png);
	height:100%;
	margin:0;
	position:absolute;
	right:0;
	text-indent:-99999px;
	width:51%;
	z-index:-1;
}
#background-yellow {
	background:url(../images/bg-yellow-absolute.png);
	height:100%;
	margin:0;
	position:absolute;
	right:0;
	text-indent:-99999px;
	width:51%;
	z-index:-1;
}
#background-lightyellow {
	background:url(../images/bg-lightyellow-absolute.png);
	height:100%;
	margin:0;
	position:absolute;
	right:0;
	text-indent:-99999px;
	width:51%;
	z-index:-1;
}
#background-lightgreen {
	background:url(../images/bg-lightgreen-absolute.png);
	height:100%;
	margin:0;
	position:absolute;
	right:0;
	text-indent:-99999px;
	width:51%;
	z-index:-1;
}
#background-green2 {
	background:url(../images/bg-green2-absolute.png);
	height:100%;
	margin:0;
	position:absolute;
	right:0;
	text-indent:-99999px;
	width:51%;
	z-index:-1;
}
/*------------------------- Pages ------------------------*/
.page {
	width:960px;
	margin:0 auto;
}
.page .home-page {
	background:url(../images/bg-home.png) repeat-y right top;
	overflow:hidden;
	min-height:1440px;
}
.page .about-page {
	background:url(../images/bg-about.png) repeat-y right top;
	overflow:hidden;
	min-height:1440px;
}
.page .project-page {
	background:url(../images/bg-project.png) repeat-y right top;
	overflow:hidden;
	min-height:1440px;
}
.page .blog-page {
	background:url(../images/bg-blog.png) repeat-y right top;
	overflow:hidden;
	min-height:1440px;
}
.page .contact-page {
	background:url(../images/bg-contact.png) repeat-y right top;
	overflow:hidden;
	min-height:1440px;
}
/*------------------------- Fonts ------------------------*/
@font-face {
	font-family: 'AbelRegular';
	src: url('../fonts/abel-regular-webfont.eot');
	src: url('../fonts/abel-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/abel-regular-webfont.woff') format('woff'),  url('../fonts/abel-regular-webfont.ttf') format('truetype'),  url('../fonts/abel-regular-webfont.svg#AbelRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*------------------------- Sidebar ------------------------*/
.sidebar {
	width:122px;
	float:left;
}
.sidebar a#logo {
	display:block;
	margin:37px 0 0 18px;
}
.sidebar ul {
	list-style:none;
	margin:46px 0 0;
	padding:0;
}
.sidebar ul li {
	min-height:0!important;
	margin-top:-4px;
}
.sidebar ul li a {
	color:#FFF;
	font-family:AbelRegular;
	font-size:18px;
	letter-spacing:.04em;
	line-height:215px;
	text-transform:uppercase;
	display:block;
	text-decoration:none;
	text-align:center;
	float:right;
}
.sidebar ul li.selected.home a, .sidebar ul li.selected.home:hover a {
	width:122px;
	background:url(../images/nav-icon.png) no-repeat 36px -56px #7b8846;
}
.sidebar ul li.home:hover a {
	width:114px;
	background:url(../images/nav-icon.png) no-repeat 33px -56px #7b8846;
}
.sidebar ul li.home a {
	width:114px;
	height:144px;
	background:url(../images/nav-icon.png) no-repeat 33px 45px #7b8846;
}
.sidebar ul li.selected.about a, .sidebar ul li.selected.about:hover a {
	width:122px;
	background:url(../images/nav-icon.png) no-repeat 36px -271px #cba200;
}
.sidebar ul li.about:hover a {
	width:114px;
	background:url(../images/nav-icon.png) no-repeat 33px -271px #cba200;
}
.sidebar ul li.about a {
	width:114px;
	height:144px;
	background:url(../images/nav-icon.png) no-repeat 33px -163px #cba200;
}
.sidebar ul li.selected.projects a, .sidebar ul li.selected.projects:hover a {
	width:122px;
	background:url(../images/nav-icon.png) no-repeat 36px -480px #c0ac66;
}
.sidebar ul li.projects:hover a {
	width:114px;
	background:url(../images/nav-icon.png) no-repeat 33px -480px #c0ac66;
}
.sidebar ul li.projects a {
	width:114px;
	height:144px;
	background:url(../images/nav-icon.png) no-repeat 33px -377px #c0ac66;
}
.sidebar ul li.selected.blog a, .sidebar ul li.selected.blog:hover a {
	width:122px;
	background:url(../images/nav-icon.png) no-repeat 38px -675px #aec066;
}
.sidebar ul li.blog:hover a {
	width:114px;
	background:url(../images/nav-icon.png) no-repeat 35px -675px #aec066;
}
.sidebar ul li.blog a {
	width:114px;
	height:144px;
	background:url(../images/nav-icon.png) no-repeat 35px -576px #aec066;
}
.sidebar ul li.selected.contact a, .sidebar ul li.selected.contact:hover a {
	width:122px;
	background:url(../images/nav-icon.png) no-repeat 37px -848px #528846;
}
.sidebar ul li.contact:hover a {
	width:114px;
	background:url(../images/nav-icon.png) no-repeat 33px -848px #528846;
}
.sidebar ul li.contact a {
	width:114px;
	height:144px;
	background:url(../images/nav-icon.png) no-repeat 33px -763px #528846;
}
.sidebar div.connect {
	position:absolute;
	bottom:0;
	margin:0 0 29px 57px;
}
.sidebar div.connect a {
	text-indent:-99999px;
	display:block;
}
.sidebar div.connect a#fb {
	background:url(../images/icons.png) no-repeat 0 0;
	width:26px;
	height:24px;
	margin-bottom:20px;
}
.sidebar div.connect a#fb:hover {
	background:url(../images/icons.png) no-repeat 0 -276px;
}
.sidebar div.connect a#twitter {
	background:url(../images/icons.png) no-repeat 0 -25px;
	width:26px;
	height:20px;
	margin-bottom:17px;
}
.sidebar div.connect a#twitter:hover {
	background:url(../images/icons.png) no-repeat 0 -301px;
}
.sidebar div.connect a#googleplus {
	background:url(../images/icons.png) no-repeat 0 -46px;
	width:26px;
	height:23px;
	margin-bottom:16px;
}
.sidebar div.connect a#googleplus:hover {
	background:url(../images/icons.png) no-repeat 0 -322px;
}
.sidebar div.connect a#youtube {
	background:url(../images/icons.png) no-repeat 0 -70px;
	width:26px;
	height:24px;
}
.sidebar div.connect a#youtube:hover {
	background:url(../images/icons.png) no-repeat 0 -346px;
}
/*------------------------- Body ------------------------*/


/* Website template by freewebsitetemplates.com */
/*------------------------- Layout styles ------------------------*/
content {
	margin:0;
	background-color:#ce4718;
	font-family: 'AbelRegular';
	position:relative;
}
a {
	outline:none;
}
a img {
	border:0;
	display:block;
}
p {
	font-family:Arial, Helvetica, sans-serif;
}
p a {
	color:#5c3820!important;
	text-decoration:underline!important;
}
p a:hover {
	color:#995d36!important;
}
#background-green {
	background:url(../images/bg-green-absolute.png);
	height:100%;
	margin:0;
	position:absolute;
	right:0;
	text-indent:-99999px;
	width:51%;
	z-index:-1;
}
#background-yellow {
	background:url(../images/bg-yellow-absolute.png);
	height:100%;
	margin:0;
	position:absolute;
	right:0;
	text-indent:-99999px;
	width:51%;
	z-index:-1;
}
#background-lightyellow {
	background:url(../images/bg-lightyellow-absolute.png);
	height:100%;
	margin:0;
	position:absolute;
	right:0;
	text-indent:-99999px;
	width:51%;
	z-index:-1;
}
#background-lightgreen {
	background:url(../images/bg-lightgreen-absolute.png);
	height:100%;
	margin:0;
	position:absolute;
	right:0;
	text-indent:-99999px;
	width:51%;
	z-index:-1;
}
#background-green2 {
	background:url(../images/bg-green2-absolute.png);
	height:100%;
	margin:0;
	position:absolute;
	right:0;
	text-indent:-99999px;
	width:51%;
	z-index:-1;
}
/*------------------------- Pages ------------------------*/
.page {
	width:960px;
	margin:0 auto;
}
.page .home-page {
	background:url(../images/bg-home.png) repeat-y right top;
	overflow:hidden;
	min-height:1440px;
}
.page .about-page {
	background:url(../images/bg-about.png) repeat-y right top;
	overflow:hidden;
	min-height:1440px;
}
.page .project-page {
	background:url(../images/bg-project.png) repeat-y right top;
	overflow:hidden;
	min-height:1440px;
}
.page .blog-page {
	background:url(../images/bg-blog.png) repeat-y right top;
	overflow:hidden;
	min-height:1440px;
}
.page .contact-page {
	background:url(../images/bg-contact.png) repeat-y right top;
	overflow:hidden;
	min-height:1440px;
}
/*------------------------- Fonts ------------------------*/
@font-face {
	font-family: 'AbelRegular';
	src: url('../fonts/abel-regular-webfont.eot');
	src: url('../fonts/abel-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/abel-regular-webfont.woff') format('woff'),  url('../fonts/abel-regular-webfont.ttf') format('truetype'),  url('../fonts/abel-regular-webfont.svg#AbelRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*------------------------- Sidebar ------------------------*/
.sidebar {
	width:122px;
	float:left;
}
.sidebar a#logo {
	display:block;
	margin:37px 0 0 18px;
}
.sidebar ul {
	list-style:none;
	margin:46px 0 0;
	padding:0;
}
.sidebar ul li {
	min-height:0!important;
	margin-top:-4px;
}
.sidebar ul li a {
	color:#FFF;
	font-family:AbelRegular;
	font-size:18px;
	letter-spacing:.04em;
	line-height:215px;
	text-transform:uppercase;
	display:block;
	text-decoration:none;
	text-align:center;
	float:right;
}
.sidebar ul li.selected.home a, .sidebar ul li.selected.home:hover a {
	width:122px;
	background:url(../images/nav-icon.png) no-repeat 36px -56px #7b8846;
}
.sidebar ul li.home:hover a {
	width:114px;
	background:url(../images/nav-icon.png) no-repeat 33px -56px #7b8846;
}
.sidebar ul li.home a {
	width:114px;
	height:144px;
	background:url(../images/nav-icon.png) no-repeat 33px 45px #7b8846;
}
.sidebar ul li.selected.about a, .sidebar ul li.selected.about:hover a {
	width:122px;
	background:url(../images/nav-icon.png) no-repeat 36px -271px #cba200;
}
.sidebar ul li.about:hover a {
	width:114px;
	background:url(../images/nav-icon.png) no-repeat 33px -271px #cba200;
}
.sidebar ul li.about a {
	width:114px;
	height:144px;
	background:url(../images/nav-icon.png) no-repeat 33px -163px #cba200;
}
.sidebar ul li.selected.projects a, .sidebar ul li.selected.projects:hover a {
	width:122px;
	background:url(../images/nav-icon.png) no-repeat 36px -480px #c0ac66;
}
.sidebar ul li.projects:hover a {
	width:114px;
	background:url(../images/nav-icon.png) no-repeat 33px -480px #c0ac66;
}
.sidebar ul li.projects a {
	width:114px;
	height:144px;
	background:url(../images/nav-icon.png) no-repeat 33px -377px #c0ac66;
}
.sidebar ul li.selected.blog a, .sidebar ul li.selected.blog:hover a {
	width:122px;
	background:url(../images/nav-icon.png) no-repeat 38px -675px #aec066;
}
.sidebar ul li.blog:hover a {
	width:114px;
	background:url(../images/nav-icon.png) no-repeat 35px -675px #aec066;
}
.sidebar ul li.blog a {
	width:114px;
	height:144px;
	background:url(../images/nav-icon.png) no-repeat 35px -576px #aec066;
}
.sidebar ul li.selected.contact a, .sidebar ul li.selected.contact:hover a {
	width:122px;
	background:url(../images/nav-icon.png) no-repeat 37px -848px #528846;
}
.sidebar ul li.contact:hover a {
	width:114px;
	background:url(../images/nav-icon.png) no-repeat 33px -848px #528846;
}
.sidebar ul li.contact a {
	width:114px;
	height:144px;
	background:url(../images/nav-icon.png) no-repeat 33px -763px #528846;
}
.sidebar div.connect {
	position:absolute;
	bottom:0;
	margin:0 0 29px 57px;
}
.sidebar div.connect a {
	text-indent:-99999px;
	display:block;
}
.sidebar div.connect a#fb {
	background:url(../images/icons.png) no-repeat 0 0;
	width:26px;
	height:24px;
	margin-bottom:20px;
}
.sidebar div.connect a#fb:hover {
	background:url(../images/icons.png) no-repeat 0 -276px;
}
.sidebar div.connect a#twitter {
	background:url(../images/icons.png) no-repeat 0 -25px;
	width:26px;
	height:20px;
	margin-bottom:17px;
}
.sidebar div.connect a#twitter:hover {
	background:url(../images/icons.png) no-repeat 0 -301px;
}
.sidebar div.connect a#googleplus {
	background:url(../images/icons.png) no-repeat 0 -46px;
	width:26px;
	height:23px;
	margin-bottom:16px;
}
.sidebar div.connect a#googleplus:hover {
	background:url(../images/icons.png) no-repeat 0 -322px;
}
.sidebar div.connect a#youtube {
	background:url(../images/icons.png) no-repeat 0 -70px;
	width:26px;
	height:24px;
}
.sidebar div.connect a#youtube:hover {
	background:url(../images/icons.png) no-repeat 0 -346px;
}
/*------------------------- Body ------------------------*/
.subcontent {
	float:right;
	padding:44px 0 0;
	position:relative;
	width:838px;
}
.subcontent .content-home div {
	background-color:#fff;
	margin:-9px 5px 0 18px;
	overflow:hidden;
	padding:26px 30px 21px;
}
.subcontent .content-home div h3 {
	color:#825444;
	float:left;
	font-family:AbelRegular;
	font-size:27px;
	font-weight:400;
	letter-spacing:.02em;
	line-height:36px;
	margin:0;
	text-transform:uppercase;
	width:270px;
}
.subcontent .content-home div h3 span.beauty {
	color:#26bcb3;
}
.subcontent .content-home div h3 span.function {
	color:#aec066;
}
.subcontent .content-home div h3 span.works {
	color:#ff9600;
}
.subcontent .content-home div p {
	color:#5c3820;
	float:left;
	font-family:"Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size:15px;
	line-height:30px;
	margin:2px 0 0 110px;
	width:350px;
}
.subcontent .content-home div ul {
	list-style:none;
	margin:11px 0 25px;
	overflow:hidden;
	padding:0;
}
.subcontent .content-home div ul li {
	float:left;
	margin:0 0 0 35px;
	position:relative;
	width:360px;
}
.subcontent .content-home div ul li h4 {
	margin:32px 0 0;
	position:absolute;
	right:10px;
	top:118px;
}
.subcontent .content-home div ul li h4 a {
	color:#fff;
	font-family:"Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size:24px;
	font-weight:400;
	line-height:24px;
	text-transform:uppercase;
}
.subcontent .content-home div ul li h4 a:hover {
	text-decoration:none;
}
.subcontent .content-home div ul li h3 {
	float:none;
	line-height:24px;
	margin:21px 0 0;
	width:auto;
}
.subcontent .content-home div ul li h3 a {
	color:#7b8846;
	float:none;
	font-family:AbelRegular;
	font-size:21px;
	text-decoration:none;
	text-transform:none;
}
.subcontent .content-home div ul li p {
	color:#5c3820;
	float:none;
	font-size:13px;
	letter-spacing:.02em;
	line-height:24px;
	margin:26px 0 25px;
	width:325px;
}
.subcontent .content-home div ul li p a {
	color:#5c3820;
	float:none;
	font-size:13px;
	text-decoration:underline;
	text-transform:none;
}
.subcontent .content-home div ul li p a:hover {
	color:#7b8846;
}
.subcontent .content-home div ul li a {
	clear:both;
	color:#ce4718;
	font-family:"Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size:16px;
	line-height:24px;
	text-decoration:none;
	text-transform:uppercase;
}
.subcontent .content-home div ul li a:hover {
	filter:alpha(opacity=90);/* Needed for IE8 and old versions */
	opacity:0.9;
}
.subcontent .content-about div:first-child {
	background:none #FFF;
	margin-top:0;
	padding-bottom:0;
}
.subcontent .content-about div {
	background:url(../images/bg-2-column.png) repeat-y;
	background-color:#fff;
	margin:-9px 5px 0 18px;
	overflow:hidden;
	padding:26px 0 189px 30px;
}
.subcontent .content-about div:first-child h3 {
	color:#5c3820;
	font-size:27px;
	font-weight:400;
	letter-spacing:.02em;
	line-height:36px;
	margin:0 0 36px;
	text-transform:uppercase;
}
.subcontent .content-about div div {
	float:left;
	margin:0;
	padding:5px 60px 0 0;
	width:444px;
}
.subcontent .content-about div div h1 {
	color:#7b8846;
	font-size:21px;
	font-weight:400;
	line-height:24px;
	margin:0;
}
.subcontent .content-about div div p {
	color:#5c3820;
	font-size:13px;
	letter-spacing:.02em;
	line-height:24px;
	margin:0 0 22px;
	padding:0 0 0 1px;
}
.subcontent .content-about div div.sidebar {
	background:none;
	float:left;
	padding:0;
	width:281px;
}
.subcontent .content-about div div.sidebar div:first-child {
	border:0;
	padding-bottom:7px;
}
.subcontent .content-about div div.sidebar div:first-child a {
	color:#5c3820;
	display:block;
	font-size:13px;
	font-weight:700;
	letter-spacing:.02em;
	line-height:24px;
	margin:0 0 12px;
	text-decoration:none;
}
.subcontent .content-about div div.sidebar div:first-child a:hover {
	color:#ce4718;
}
.subcontent .content-about div div.sidebar div {
	background:none;
	border-top:1px solid #e2d4b1;
	padding:0 20px;
	width:241px;
}
.subcontent .content-about div div.sidebar div h3 {
	color:#7B8846;
	font-size:21px;
	font-weight:400;
	margin:13px 0 8px;
	text-transform:none;
}
.subcontent .content-about div div.sidebar div ul {
	list-style:none;
	margin:-10px 0 0 -8px;
	overflow:hidden;
	padding:3px 0 5px;
}
.subcontent .content-about div div.sidebar div ul li {
	float:left;
	padding:10px;
	width:63px;
}
.subcontent .content-about div div.sidebar div.section ul li {
	margin:9px 0 0;
	padding:0;
	width:241px;
}
.subcontent .content-about div div.sidebar div.section ul li a:first-child {
	float:left;
	margin:9px 20px 0 0;
}
.subcontent .content-about div div.sidebar div.section ul li a {
	color:#5c3820;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:700;
	letter-spacing:.02em;
	line-height:24px;
	margin:6px 0 0;
	text-transform:none;
}
.subcontent .content-about div div.sidebar div.section ul li a:hover {
	text-decoration:none!important;
	color:#ce4718;
}
.subcontent .content-about div div.sidebar div.section ul li span a {
	display:inline;
	float:none!important;
	font-size:10px;
	font-weight:400;
	margin:0!important;
}
.subcontent .content-project div:first-child {
	padding-bottom:0;
	padding-top:26px;
}
.subcontent .content-project div:first-child div.navigation {
	float:right;
	margin:0 20px 0 0;
	padding:0;
	text-align:right;
}
.subcontent .content-project div:first-child div.navigation a#prev {
	background:url(../images/icons.png) no-repeat left -207px;
	border-right:1px solid #dd8514;
	color:#5d3820;
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:.02em;
	line-height:36px;
	padding:0 15px 0 17px;
	text-decoration:none;
	text-transform:uppercase;
}
.subcontent .content-project div:first-child div.navigation a#next {
	background:url(../images/icons.png) no-repeat 95px -176px;
	color:#5d3820;
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:.02em;
	line-height:36px;
	padding:0 22px 0 10px;
	text-decoration:none;
	text-transform:uppercase;
}
.subcontent .content-project div:first-child div.navigation a#next:hover, .subcontent .content-project div:first-child div.navigation a#prev:hover {
	color:#5d3820;
	text-decoration:underline!important;
}
.subcontent .content-project div {
	background-color:#FFF;
	margin:0 5px 0 18px;
	overflow:hidden;
	padding:1px 0 21px 30px;
}
.subcontent .content-project div:first-child h3 {
	color:#5c3820;
	display:inline-block;
	float:left;
	font-size:27px;
	font-weight:400;
	letter-spacing:.02em;
	line-height:36px;
	margin:0;
	text-transform:uppercase;
}
.subcontent .content-project div.navigation {
	overflow:hidden;
	padding-top:10px;
}
.subcontent .content-project div.navigation span {
	color:#5c3820;
	float:left;
	font-family:AbelRegular;
	font-size:19px;
	letter-spacing:.02em;
	line-height:22px;
}
.subcontent .content-project div.navigation ul {
	float:left;
	list-style:none;
	margin:0 0 0 30px;
	overflow:hidden;
	padding:0;
}
.subcontent .content-project div.navigation ul li {
	float:left;
	margin:0 20px 0 0;
	width:auto;
}
.subcontent .content-project div.navigation ul li a {
	color:#5c3820;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:700;
	letter-spacing:.02em;
	line-height:24px;
	text-decoration:none;
}
.subcontent .content-project div ul {
	list-style:none;
	margin:0;
	overflow:hidden;
	padding:0;
}
.subcontent .content-project div ul li {
	float:left;
	margin:0 0 20px;
	width:388px;
}
.subcontent .content-project div ul li:first-child span {
	margin:0 20px 0 0;
}
.subcontent .content-project div ul li span {
	background-color:#dd8514;
	display:block;
	height:35px;
	width:368px;
}
.subcontent .content-project div ul li span a {
	color:#FFF;
	font-size:18px;
	line-height:33px;
	margin:0 0 0 15px;
	text-decoration:none;
}
.subcontent .content-project div ul li span a:hover {
	text-decoration:none!important;
}
.subcontent .content-project div div.paging {
	margin:201px 0 13px;
	padding:0;
}
.subcontent .content-project div div.paging ul {
	float:left;
	overflow:hidden;
}
.subcontent .content-project div div.paging ul li {
	float:left;
	margin:0 5px 0 0;
	width:auto;
}
.subcontent .content-project div div.paging ul li.selected a, .subcontent .content-project div div.paging ul li a:hover {
	background-color:#dd8514;
}
.subcontent .content-project div div.paging ul li a {
	background-color:#5c3820;
	color:#fff;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	height:23px;
	line-height:24px;
	text-align:center;
	text-decoration:none;
	width:23px;
}
.subcontent .content-project div div.paging span {
	color:#5c3820;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:.02em;
	line-height:36px;
	padding:0 28px 0 0;
	text-transform:uppercase;
}
.subcontent .content-project div.figure {
	min-height:1192px;
	position:relative;
}
.subcontent .content-project div.figure img {
	display:block;
}
.subcontent .content-project div.figure span {
	background-color:#dd8514;
	color:#fff;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:30px;
	line-height:30px;
	position:absolute;
	right:28px;
	text-indent:15px;
	top:410px;
	width:198px;
}
.subcontent .content-project div.figure div {
	margin:23px 0 0;
	padding:0;
}
.subcontent .content-project div.figure div h3 {
	color:#7b8846;
	font-size:21px;
	font-weight:400;
	line-height:24px;
	margin:0 0 14px;
}
.subcontent .content-project div.figure div p {
	color:#5c3820;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	letter-spacing:.02em;
	line-height:24px;
	margin:0;
}
.subcontent .content-blog div div {
	background:none;
	float:left;
	margin:0;
	padding:0 31px 0 0;
	width:473px;
}
.subcontent .content-blog div div h3 {
	color:#5C3820;
	font-size:27px;
	font-weight:400;
	letter-spacing:.02em;
	line-height:36px;
	margin:0 0 57px;
	text-transform:uppercase;
}
.subcontent .content-blog div div ul {
	list-style:none;
	margin:0;
	padding:0;
}
.subcontent .content-blog div div ul li {
	border-bottom:1px solid #e2d4b1;
	padding:29px 0 20px;
}
.subcontent .content-blog div div ul li h4 {
	margin:20px 0 10px;
}
.subcontent .content-blog div div ul li h4 a {
	color:#7B8846;
	font-size:18px;
	font-weight:400;
	text-decoration:none;
	text-transform:none;
}
.subcontent .content-blog div div ul li div span:first-child {
	background:url(../images/icons.png) no-repeat left -130px;
	float:left;
	padding:0 0 0 22px;
}
.subcontent .content-blog div div ul li div span a {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height:20px;
	text-transform:none;
	color:#5c3820;
}
.subcontent .content-blog div div ul li div span {
	background:url(../images/icons.png) no-repeat left -154px;
	color:#5c3820;
	display:inline-block;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:16px;
	line-height:20px;
	margin:0 0 17px;
	padding:0 0 0 23px;
}
.subcontent .content-blog div div ul li p {
	color:#5C3820;
	font-size:13px;
	letter-spacing:.02em;
	line-height:24px;
	margin:0 0 26px;
	padding:0 0 0 1px;
}
.subcontent .content-blog div div ul li a {
	color:#ce4718;
	text-decoration:none;
	text-transform:uppercase;
}
.subcontent .content-blog div div div.paging {
	margin:109px 0 34px;
	padding:0;
}
.subcontent .content-blog div div div.paging ul {
	float:left;
	overflow:hidden;
}
.subcontent .content-blog div div div.paging ul li {
	float:left;
	margin:0 5px 0 0;
	padding:0;
	width:auto;
}
.subcontent .content-blog div div div.paging ul li.selected a {
	background-color:#DD8514;
}
.subcontent .content-blog div div div.paging ul li a {
	background-color:#5C3820;
	color:#FFF;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	height:23px;
	line-height:24px;
	text-align:center;
	text-decoration:none;
	width:23px;
}
.subcontent .content-blog div div div.paging span {
	color:#5C3820;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:.02em;
	line-height:36px;
	padding:0 28px 0 0;
	text-transform:uppercase;
}
.subcontent .content-blog div div.sidebar div form input {
	background:url(../images/icons.png) no-repeat 0 -250px;
	border:0;
	float:left;
	height:25px;
	margin:0 0 0 5px;
	width:21px;
}
.subcontent .content-blog-single div div h3 {
	color:#5C3820;
	font-size:27px;
	font-weight:400;
	letter-spacing:.02em;
	line-height:36px;
	margin:0 0 7px;
	text-transform:uppercase;
}
.subcontent .content-blog-single div div div.paging {
	margin:0 0 15px;
	overflow:hidden;
}
.subcontent .content-blog-single div div div.paging a.next {
	background:url(../images/icons.png) no-repeat 134px -176px;
	color:#5D3820;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:.02em;
	line-height:36px;
	padding:0 27px 0 0;
	text-decoration:none;
	text-transform:uppercase;
	margin: 0 10px;
}
.subcontent .content-blog-single div div div.paging a.prev {
	background:url(../images/icons.png) no-repeat 0 -206px;
	color:#5D3820;
	display:inline-block;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:.02em;
	line-height:36px;
	padding:0 17px 0 15px;
	text-decoration:none;
	text-transform:uppercase;
}
.subcontent .content-blog-single div div ul {
	list-style:none outside none;
	margin:0;
	padding:0;
}
.subcontent .content-blog-single div div ul li h4 {
	color:#7B8846;
	font-size:18px;
	font-weight:400;
	margin:16px 0 10px;
	text-decoration:none;
	text-transform:none;
}
.subcontent .content-blog-single div div ul li div span:first-child {
	background:url(../images/icons.png) no-repeat 0 -130px;
	float:left;
	padding:0 0 0 22px;
}
.subcontent .content-blog-single div div ul li div span a {
	color:#5C3820;
	text-decoration:none;
}
.subcontent .content-blog-single div div ul li div span a:hover {
	text-decoration:underline;
}
.subcontent .content-blog-single div div ul li div span {
	background:url(../images/icons.png) no-repeat 0 -156px;
	color:#5C3820;
	display:inline-block;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:16px;
	line-height:20px;
	margin:0 0 17px;
	padding:0 0 0 23px;
}
.subcontent .content-blog-single div div ul li div.section {
	border-top:1px solid #E2D4B1;
	padding:21px 0 154px;
}
.subcontent .content-blog-single div div ul li div.section div span {
	background:none;
	color:#5c3820;
	display:block;
	float:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:.02em;
	line-height:20px;
	margin:0 0 5px;
	padding:0;
}
.subcontent .content-blog-single div div ul li div.section div div {
	float:left;
	margin:0 20px 0 0;
	padding:0;
	width:60px;
}
.subcontent .content-blog-single div div ul li div.section div div a {
	display:block;
	float:none;
	margin:0 0 3px;
}
.subcontent .content-blog-single div div ul li div.section div h4 {
	color:#7b8846;
	display:block;
	float:none;
	font-size:21px;
	letter-spacing:.02em;
	line-height:24px;
	margin:0 0 24px;
	padding:0 0 0 1px;
	text-align:left;
}
.subcontent .content-blog-single div div ul li div.section div div span {
	color:#5C3820;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:16px;
	line-height:20px;
	text-align:center;
}
.subcontent .content-blog-single div div ul li div.section div a {
	color:#ce4718;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	letter-spacing:.02em;
	line-height:24px;
	margin:0 0 28px;
	text-decoration:none;
}
.subcontent .content-blog-single div div ul li div.section div p a {
	float:none;
	margin:0;
}
.subcontent .content-blog-single div div ul li div.section div form {
	border-top:1px solid #E2D4B1;
	clear:both;
	margin:0 0 46px;
	padding:23px 0 0;
}
.subcontent .content-blog-single div div ul li div.section div form h4 {
	margin:0 0 12px;
}
.subcontent .content-blog-single div div ul li div.section div form textarea {
	background-color:#eee;
	border:1px solid #b9b9b9;
	color:#939393;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:122px;
	letter-spacing:.02em;
	margin:0 0 20px;
	overflow:auto;
	padding:4px 10px;
	resize:none;
	width:451px;
}
.subcontent .content-blog-single div div.sidebar div form input {
	background:url(../images/bg-search.png) no-repeat;
	border:0;
	float:left;
	height:25px;
	margin:0 0 0 5px;
	width:21px;
}
.subcontent .content-contact div {
	background:url(../images/bg-2-column.png) repeat-y scroll 0 0 transparent;
	margin:0 5px 0 18px;
	overflow:hidden;
	padding:26px 0 603px 30px;
}
.subcontent .content-contact div div h3 {
	color:#5C3820;
	font-size:27px;
	font-weight:400;
	letter-spacing:.02em;
	line-height:36px;
	margin:0 0 52px;
	text-transform:uppercase;
}
.subcontent .content-contact div div p a {
	color:#CE4718;
	margin:0;
	text-decoration:none;
	text-transform:none;
}
.subcontent .content-contact div div form h4 {
	color:#7B8846;
	font-size:21px;
	font-weight:400;
	letter-spacing:.02em;
	line-height:24px;
	margin:0 0 12px;
	text-transform:none;
}
.subcontent .content-contact div div form {
	clear:both;
	margin:0 0 46px;
	padding:4px 0 0;
}
.subcontent .content-contact div div form textarea {
	background-color:#EEE;
	border:1px solid #B9B9B9;
	color:#939393;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:189px;
	letter-spacing:.02em;
	margin:0 0 18px;
	overflow:auto;
	padding:4px 10px;
	resize:none;
	width:451px;
}
.subcontent .content-contact div div.sidebar {
	background:none repeat scroll 0 0 transparent;
	float:left;
	margin:0;
	padding:0 20px;
	width:241px;
}
.subcontent .content-contact div div.sidebar h3 {
	color:#7B8846;
	font-size:21px;
	font-weight:400;
	letter-spacing:.02em;
	line-height:24px;
	margin:9px 0 15px;
	text-transform:none;
}
.subcontent .content-contact div div.sidebar span {
	color:#5c3820;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:700;
	letter-spacing:.02em;
	line-height:24px;
	margin:0 0 12px;
}
.subcontent .content-contact div div.sidebar p {
	color:#5c3820;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:.02em;
	line-height:24px;
	margin:0 0 12px;
}
.subcontent .content-contact div div.sidebar p a:hover {
	color:#ce4718!important;
}
.subcontent .content-home div:first-child, .subcontent .content-about div div.sidebar div:first-child h3 {
	margin-top:0;
}
.subcontent .content-home div p a, .subcontent .content-about div div p a, .subcontent .content-project div.figure div p a {
	color:#ce4718;
	text-decoration:none;
}
.subcontent .content-home div p a:hover, .subcontent .content-home div ul li a:hover, .subcontent .content-about div div p a:hover, .subcontent .content-about div div.sidebar div.section ul li a:hover, .subcontent .content-about div div.sidebar div.section ul li span a:hover, .subcontent .content-project div ul li span a:hover, .subcontent .content-project div.figure div p a:hover, .subcontent .content-blog div div ul li p a:hover, .subcontent .content-blog div div ul li a:hover, .subcontent .content-blog-single div div div.paging a:hover, .subcontent .content-blog-single div div ul li h4 a:hover, .subcontent .content-blog-single div div ul li p a:hover, .subcontent .content-blog-single div div ul li div.section div a:hover, .subcontent .content-contact div div p a:hover {
	text-decoration:underline;
}
.subcontent .content-home div.featured, .subcontent .content-about div.featured {
	background:url(../images/shadow.png) no-repeat left bottom;
	margin:0;
	padding:0 0 9px;
	position:relative;
	z-index:1000;
}
.subcontent .content-home div.featured img, .content .content-about div.featured img {
	display:block;
	margin:0 0 0 13px;
}
.content .content-home div ul li:first-child, .content .content-about, .content .content-about div div.sidebar div ul li:first-child, .content .content-about div div.sidebar div.section ul li:first-child, .content .content-blog div div.sidebar div.blog-categories ul li:first-child, .content .content-blog-single div div.sidebar div.blog-categories ul li:first-child {
	margin:0;
}
.content .content-about div div.sidebar div:first-child a.selected, .content .content-project div.navigation ul li a:hover, .content .content-project div.navigation ul li.selected a {
	color:#ce4718;
}
.content .content-about div div.sidebar div ul li a, .content .content-blog div div.sidebar div ul li a, .content .content-blog-single div div.sidebar div ul li a {
	margin:0 0 -1px;
}
.content .content-about div div.sidebar div ul li a img:hover, .content .content-project div ul li a img:hover, .content .content-blog div div ul li a:first-child img:hover, .content .content-blog div div.sidebar div ul li a img:hover, .content .content-blog-single div div ul li a img:hover, .content .content-blog-single div div.sidebar div ul li a img:hover {
	filter:alpha(opacity=80);/* Needed for IE8 and old versions */
	opacity:0.8;
}
.content .content-about div div.sidebar div.section ul, .content .content-blog div div.sidebar div.section ul, .content .content-blog-single div div.sidebar div.section ul {
	margin:0;
	padding:0;
}
.content .content-about div div.sidebar div.section ul li span, .content .content-blog div div.sidebar div.section ul li span, .content .content-blog-single div div.sidebar div.section ul li span {
	display:inline-block;
	font-size:10px;
}
.content .content-blog div, .content .content-blog-single div {
	background:url(../images/bg-2-column.png) repeat-y scroll 0 0 transparent;
	margin:0 5px 0 18px;
	overflow:hidden;
	padding:26px 0 0 30px;
}
.content .content-blog div div ul li:first-child, .content .content-blog div div.sidebar div.section ul li:first-child, .content .content-blog-single div div.sidebar div.section ul li:first-child {
	padding-top:0;
}
.content .content-blog div div ul li p a, .content .content-blog-single div div ul li p a {
	color:#CE4718;
	margin:0;
	text-decoration:none;
	text-transform:none;
}
.content .content-blog div div.sidebar, .content .content-blog-single div div.sidebar {
	background:none repeat scroll 0 0 transparent;
	float:left;
	padding:0;
	width:281px;
}
.content .content-blog div div.sidebar div:first-child, .content .content-blog-single div div.sidebar div:first-child {
	border:0;
	padding-top:0;
}
.content .content-blog div div.sidebar div, .content .content-blog-single div div.sidebar div {
	background:none repeat scroll 0 0 transparent;
	border-top:1px solid #E2D4B1;
	padding:11px 20px 0;
	width:241px;
}
.content .content-blog div div.sidebar div h3, .content .content-blog-single div div.sidebar div h3 {
	color:#7B8846;
	font-size:21px;
	font-weight:400;
	margin:0;
	text-transform:none;
}
.content .content-blog div div.sidebar div form, .content .content-blog-single div div.sidebar div form {
	margin:0 0 17px;
	overflow:hidden;
}
.content .content-blog div div.sidebar div form input:first-child, .content .content-blog-single div div.sidebar div form input:first-child {
	background:none #fff;
	border-color:#fef7e8;
	border-style:solid solid solid none;
	border-width:1px;
	color:#939393;
	font-size:11px;
	height:14px;
	letter-spacing:.02em;
	margin:0;
	padding:5px 5px 4px;
	width:187px;
}
.content .content-blog div div.sidebar div.blog-categories ul, .content .content-blog-single div div.sidebar div.blog-categories ul {
	margin:9px 0 21px;
	padding:0;
}
.content .content-blog div div.sidebar div.blog-categories ul li, .content .content-blog-single div div.sidebar div.blog-categories ul li {
	border:0;
	margin:12px 0 0;
	padding:0;
	width:241px;
}
.content .content-blog div div.sidebar div.blog-categories ul li a, .content .content-blog-single div div.sidebar div.blog-categories ul li a {
	color:#5c3820;
	float:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:700;
	letter-spacing:.02em;
	line-height:24px;
	margin:0;
	text-align:left;
	text-transform:none;
}
.content .content-blog div div.sidebar div.blog-categories ul li a:hover, .content .content-blog-single div div.sidebar div.blog-categories ul li a:hover {
	color:#ce4718;
	text-decoration:none!important;
}
.content .content-blog div div.sidebar div ul, .content .content-blog-single div div.sidebar div ul {
	list-style:none outside none;
	margin:-7px 0 0 -8px;
	overflow:hidden;
	padding:3px 0 5px;
}
.content .content-blog div div.sidebar div ul li, .content .content-blog-single div div.sidebar div ul li {
	border:0;
	float:left;
	padding:10px;
	width:63px;
}
.content .content-blog div div.sidebar div.section ul li, .content .content-blog-single div div.sidebar div.section ul li {
	padding:6px 0 0;
	width:241px;
}
.content .content-blog div div.sidebar div.section ul li a:first-child, .content .content-blog-single div div.sidebar div.section ul li a:first-child {
	float:left;
	margin:12px 20px 0 0;
}
.content .content-blog div div.sidebar div.section ul li a, .content .content-blog-single div div.sidebar div.section ul li a {
	color:#5C3820;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:700;
	letter-spacing:.02em;
	line-height:24px;
	margin:6px 0 0;
	text-transform:none;
}
.content .content-blog div div.sidebar div.section ul li a:hover, .content .content-blog-single div div.sidebar div.section ul li a:hover {
	color:#ce4718;
	text-decoration:none!important;
}
.content .content-blog div div.sidebar div.section ul li span a, .content .content-blog-single div div.sidebar div.section ul li span a {
	display:inline;
	float:none!important;
	font-size:10px;
	font-weight:400;
	margin:0!important;
}
.content .content-blog-single div div, .content .content-contact div div {
	background:none repeat scroll 0 0 transparent;
	float:left;
	margin:0;
	padding:0 31px 0 0;
	width:473px;
}
.content .content-blog-single div div ul li p, .content .content-contact div div p {
	color:#5C3820;
	font-size:13px;
	letter-spacing:.02em;
	line-height:24px;
	margin:0 0 24px;
	padding:0 0 0 1px;
}
.content .content-blog-single div div ul li div.section div form input, .content .content-contact div div form input {
	background-color:#eee;
	border:1px solid #b9b9b9;
	color:#939393;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:20px;
	letter-spacing:.02em;
	line-height:22px;
	margin:0 0 18px;
	padding:4px 10px;
	width:451px;
}
.content .content-blog-single div div ul li div.section div form input#submit, .content .content-contact div div form input.submit {
	background-color:#dd8514;
	border:0;
	color:#fff;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:23px;
	line-height:0;
	margin:0;
	width:119px;
}
.content .content-blog-single div div ul li div.section div form input#submit:hover, .content .content-contact div div form input.submit:hover {
	background-color:#e0912c;
}
