@font-face {
    font-family: 'proxima_nova_ththin';
    src: url('../fonts/mark_simonson_-_proxima_nova_thin-webfont.eot');
    src: url('../fonts/mark_simonson_-_proxima_nova_thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/mark_simonson_-_proxima_nova_thin-webfont.woff') format('woff'),
         url('../fonts/mark_simonson_-_proxima_nova_thin-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_nova_ltlight';
    src: url('../fonts/mark_simonson_-_proxima_nova_light-webfont.eot');
    src: url('../fonts/mark_simonson_-_proxima_nova_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/mark_simonson_-_proxima_nova_light-webfont.woff') format('woff'),
         url('../fonts/mark_simonson_-_proxima_nova_light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
	margin:0;
	color:#5e5e5e;
	font:16px Helvetica, Arial, sans-serif;
	background:#fff;
}
img{border-style:none;}
a{
	color:#4eaacc;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% Georgia, "Times New Roman", Times, serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
form{display:inline;}
.wrapper1 {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.wrapper2 {
    float: left;
    left: 50%;
    position: relative;
    width: 1360px;
}
#wrapper {
    float: left;
    left: -50%;
    position: relative;
    width: 1360px;
}
#header {
	width: 100%;
	overflow: hidden;
	padding: 29px 0 26px;
}
.header-holder {
	width: 970px;
	margin: 0 auto;
	overflow: hidden;
}
.langs {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}
.langs li {
	font-size: 14px;
	float: left;
	line-height: 31px;
	margin-left: 7px;
}
.langs li a {
	text-align: center;
	text-decoration: underline;
	display: block;
	width: 31px;
	border: 2px solid transparent;
	border-radius: 20px;
}
.langs li a:hover,
.langs li.active a {
	color: #57a628;
	border-color: #57a628;
	text-decoration: none;
}
.logo {
	background: url('../img/logo.png') 0 0 no-repeat;
	width: 171px;
	height: 45px;
	float: left;
	margin: 0 101px 0 0;
	text-indent: -9999px;
	overflow: hidden;
}
.logo a {
	display: block;
	height: 100%;
}
#nav {
	list-style: none;
	margin: 0;
	padding: 2px 0 0;
}
#nav li {
	float: left;
	line-height: 30px;
	font-size: 16px;
	margin-right: 7px;
}
#nav li.active a,
#nav li a:hover {
	color: #57a628;
	border-color: #57a628;
	text-decoration: none;
}
#nav a {
	float: left;
	border-radius: 2px;
	border: 2px solid transparent;
	padding: 0 18px;
	color: #131414;
}
/* main */
#main {
	border-bottom: 1px solid #c0c0c0;
}
.main-holder {
	width: 970px;
	margin: 0 auto;
	padding: 40px 0;
}
.gallery {
	width: 100%;
	position: relative;
}
.gallery  .gallery-list {
	height: 598px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}
.gallery  .gallery-list li {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.gallery .gallery-list li img {display: block;}
.gallery .gallery-list .text-box {
	position: absolute;
	width: 970px;
    /*
	left: 50%;
	top: 67px;
	margin-left: -485px;
    */
	color: #fff;
	font: 16px proxima_nova_ltlight;
    z-index:10;
    display:none;
}
.gallery  .gallery-list li:first-child .text-box{
    display: block;
}
.gallery .gallery-list .text-box p {
	margin: 0 0 32px;
	line-height: 23px;
}
.gallery .gallery-list .text-holder {
    /*
	padding-top: 17px;
	overflow: hidden;
	height: 1%;
    */
    position: absolute;
}
.gallery .gallery-list h2 {
	font:  60px proxima_nova_ththin;
    /*
	margin: 0 3px 0 0;
	float: left;
	width: 350px;
    */
    position: absolute;
}
.gallery .pagination,
.nivo-controlNav {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	position: absolute;
	bottom: 22px;
	left: 0;
	z-index: 5;
	/*font-size: 0;*/
	text-align: center;
}
.gallery .pagination li {
	display: inline-block;
	vertical-align: top;
	margin: 0 4px;
	text-indent: -9999px;
	overflow: hidden;
}
.gallery .pagination li a,
.nivo-control {
	background: url(../img/bg-paging.png) 0 0 no-repeat;
	width: 22px;
	height: 22px;
	display: block;
}
.gallery .pagination li a.active,
.gallery .pagination li a:hover {
	background-position: 0 -22px;
}
.gallery .btn-next,
.gallery .btn-prev,
.nivo-prevNav,
.nivo-nextNav {
	background: url(../img/btns.png) 0 0 no-repeat;
	width: 90px;
	height: 90px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	z-index: 20;
	left: 58px;
	top: 50%;
	margin-top: -45px;
}
.gallery .btn-prev:hover,
.nivo-prevNav:hover {background-position: 0 -90px;}
.gallery .btn-next,
.nivo-nextNav {
	background-position: 100% 0;
	left: auto;
	right: 58px;
}
.gallery .btn-next:hover,
.nivo-nextNav:hover {background-position: 100% -90px;}
.btn-green {
	overflow: hidden;
	width: 100%;
}
.btn-green a {
	background: #00A803;
	border-radius: 2px;
	float: left;
	color: #fff;
	padding: 0 17px;
	text-decoration: none;
	font: 14px/36px helvetica, arial, sans-serif;
}
.promo {
	background: #edecea;
	border-bottom: 6px solid #00A803;
	padding: 35px 0 28px;
	margin: 0 0 43px;
	list-style: none;
	text-align: center;
	font-size: 0;
}
.promo li {
	margin: 0 32px;
	display: inline-block;
	vertical-align: top;
	width: 186px;
}
.promo a {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: #131414;
	text-decoration: none;
}
.promo a span {
	display: block;
	line-height: 24px;
}
.promo li img {
	display: block;
	margin-bottom: 33px;
    border-radius:93px
}
.info-text {
	text-align: center;
	padding: 0 200px 65px;
}
h1 {
	font: 48px proxima_nova_ththin;
	margin: 0;
}
.info-text h1 {
	padding-bottom: 9px;
	margin-bottom: 16px;
	background: url(../img/divider01.gif) 50% 100% no-repeat;
}
.info-text p {
	margin: 0;
	line-height: 30px;
}
.heading {
	width: 100%;
	overflow: hidden;
	table-layout: fixed;
	border-collapse: collapse;
}
.heading td {
	width: 50%;
	vertical-align: middle;
	height: 94px;
	padding: 0;
}
.heading .left {
	background: #41393e;
}
.heading .right {
	background: #575255;
}
.heading .holder {
	width: 470px;
	padding: 12px 0 10px;
	margin: 0 15px 0 auto;
}
.heading .right .holder {
	font-size: 13px;
	color: #e0e0e0;
	width: 415px;
	margin: 0 0 0 70px;
	line-height: 18px;
}
.heading .holder p {margin: 0;}
.heading h2 {
	font: 36px proxima_nova_ththin;
	margin: 0;
	color: #fff;
}
.grey-box {
	background: #edecea;
	padding: 29px 0 12px;
}
.grey-box .grey-box-holder {
	width: 970px;
	margin: 0 auto;
}
.common-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.common-list > li {
    background: #fff;
    padding: 29px 50px;
    overflow: hidden;
    margin-bottom: 23px;
}
.common-list h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: normal;
    color:#4eaacc;
}
.common-list .img {
    text-align: center;
}
.directions-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.directions-list > li {
	background: #fff;
	padding: 29px 19px 29px 50px;
	overflow: hidden;
	margin-bottom: 23px;
}
.directions-list .visual {
	float: left;
	margin-right: 52px;
}
.directions-list .visual img {display: block;}
.directions-list .holder {
	overflow: hidden;
	height: 1%;
	font-size: 14px;
	line-height: 20px;
}
.directions-list h3 {
	font-size: 24px;
	font-weight: normal;
	margin: 4px 0 17px;
	line-height: normal;
    color:#4eaacc;
}
.directions-list p {
    text-align: justify;
    margin:25px 0;
}
.directions-list p:first-child {
    margin-top:0;
}
.options {
	float: right;
	width: 163px;
	border: 2px solid #4eaacc;
	border-radius: 2px;
	padding: 20px 33px 15px;
	margin-left: 50px;
}
.options h4 {
	font-weight: normal;
	font-size: 18px;
	color: #131414;
	margin: 0 0 16px;
}
.options ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.options ul li {
	margin-bottom: 4px;
}
.contact-box{
	width: 100%;
	overflow: hidden;
	background: #edecea;
}
.contact-box .visual {
	float: left;
}
.contact-box .visual img {display: block;}
.contact-box .holder {
	padding: 70px 70px 0;
	overflow: hidden;
}
.contact-box h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 28px;
	color: #131414;
}
.contact-box dl {
	margin: 0;
	padding: 0;
}
.contact-box dt {
	font-size: 18px;
	color: #131414;
	margin-bottom: 9px;
}
.contact-box dd {margin: 0 0 20px;}
.info-table {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 33px;
}
.info-table td {
	width: 25%;
	padding: 0;
	border: solid #dfdfdf;
	border-width: 1px 0 0 1px;
	vertical-align: top;
	color: #959595;
	font-size: 12px;
	line-height: 18px;
}
.info-table td .holder {
	padding: 19px 15px 15px;
}
.info-table tr:first-child td {border-top: 0;}
.info-table td:first-child {
	border-left: 0;
}
.info-table tr:first-child .holder {padding-top: 0;}
.info-table td:first-child .holder {padding-left: 0;}
.info-table h4 {
	font-weight: normal;
	line-height: normal;
	font-size: 16px;
	margin: 0 0 7px;
}
.info-table p {margin: 0;}
.news-list {
	list-style: none;
	margin: 0;
	padding: 0 0 28px;
}
.news-list li {
	padding: 28px 50px;
	overflow: hidden;
	border: 1px solid #e1e1e1;
	margin-bottom: 22px;
}
.news-list .visual {
	float: left;
	margin-right: 53px;
}
.news-list .visual img {display: block;}
.news-list .holder {
	overflow: hidden;
	height: 1%;
}
.news-list .date {
	display: block;
	font-size: 12px;
	color: #9e9e9e;
	margin-bottom: 7px;
}
.news-list h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 7px;
}
.news-list p {margin: 0;}
.news-item .img {
    margin: 25px 0;
    text-align: center;
}
.news-item h3 {
    color:#4eaacc;
}
.news-item p {
    margin: 0 0 15px 0;
    line-height:20px;
}
.paging {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}
.paging li {
	float: left;
	width: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-right: 8px;
	color: #7c7c7c;
}
.paging li a {
	display: block;
	background: #bababa;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	border-radius: 21px;
}
.paging li a:hover,
.paging li.active a {
	text-decoration: none;
	background: #57a628;
}
.tabset {
	width: 970px;
	list-style: none;
	margin: 0 auto;
	padding: 13px 0;
	overflow: hidden;
}
.tabset li {
	float: left;
	margin-right: 17px;
	line-height: 34px;
}
.tabset li a {
	float: left;
	position: relative;
	padding: 0 25px;
	text-decoration: underline;
	border-radius: 3px;
}
.tabset li span {
	background: url(../img/arrow01.png) 0 0 no-repeat;
	width: 18px;
	height: 9px;
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -9px;
	display: none;
}
.tabset li a:hover,
.tabset li.active a {
	text-decoration: none;
	background: #00a803;
	color: #fff;
}
.tabset li a:hover span,
.tabset li.active a span {display: block;}
.projects-list {
	list-style: none;
	width: 105%;
	padding: 0;
	margin: -37px -5% -40px 0;
	overflow: hidden;
}
.projects-list li {
	float: left;
	width: 432px;
	padding: 20px 19px 0;
	background: #fff;
	height: 404px;
	text-align: center;
	margin: 0 30px 27px 0;
	font-size: 14px;
	line-height: 19px;
}
.projects-list .visual {margin-bottom: 25px;}
.projects-list .visual img {display: block;}
.projects-list h4 {
	font-weight: normal;
	line-height: normal;
	margin: 0;
	font-size: 20px;
}
.projects-list h4 a {
	color: #57a628;
	text-decoration: none;
}
.projects-list h4 a:hover {
    text-decoration: underline;    
}
.preview {
	width: 100%;
	overflow: hidden;
}
.preview .visual {
	float: left;
	width: 470px;
	margin-right: 87px;
}
.preview .visual .img-holder {
	margin-bottom: 17px;
}
.preview .visual .img-holder img {display: block;}
.preview .img-list {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 0;
}
.preview .img-list li {
	display: inline-block;
	vertical-align: top;
	padding: 0 7px 0 8px;
}
.preview .holder {
	overflow: hidden;
	height: 1%;
}
.preview h4 {
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 25px;
	color: #131414;
}
.preview p {margin: 0 0 35px;}
.info-list {
	list-style: none;
	margin: 0;
	padding: 0 0 20px;
}
.info-list li {
	font-size: 14px;
	background: url(../img/bullet01.png) 0 50% no-repeat;
	padding-left: 19px;
	margin-bottom: 20px;
}
.columns {
	width: 100%;
	overflow: hidden;
}
.columns .column {
	float: right;
	width: 470px;
	color: #454545;
}
.columns .column:first-child {float: left;}
.columns .headline {
	overflow: hidden;
	background: url(../img/divider02.gif) 0 50% repeat-x;
	margin-bottom: 35px;
}
.columns .headline h3 {
	float: left;
	margin: 0;
	background: #fff;
	padding-right: 25px;
	font: 36px proxima_nova_ththin;
}
.green-box {
	border: 2px solid #74a438;
	padding: 20px 48px 10px;
	border-radius: 2px;
}
.simple-list {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
.simple-list li {padding-bottom: 13px;}
.simple-list a {
	text-decoration: underline;
	color: #74a438;
}
.simple-list a:hover {text-decoration: none;}
/* footer */
#footer {
	font-size: 13px;
	color: #a4a4a4;
	padding: 22px 0;
	width: 970px;
	margin: 0 auto;
	overflow: hidden;
}
.footer-nav {
	list-style: none;
	margin: 0;
	padding: 4px 0 55px;
	float: right;
}
.footer-nav li {
	float: left;
	margin-left: 37px;
}
.footer-nav li a {color: #a4a4a4;}
.footer-logo {
	background: url(../img/footer-logo.png) 0 0 no-repeat;
	width: 50px;
	height: 45px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	margin: 7px 27px 0 0;
}
#footer .copy {
	line-height: 24px;
	width: 360px;
	margin: 0;
	overflow: hidden;
}
/*
#footer .design {
	clear: right;
	float: right;
	color: #a4a4a4;
}
*/
#footer .redgarnet {
    clear: right;
    float: right;
    line-height:normal;
}
#footer .redgarnet img{
    vertical-align: middle;
    margin:-3px 3px 0 10px;
}
#footer .redgarnet a{
    color:#a63113;
}
#footer .redgarnet a:hover{
    text-decoration: underline;
}
.centered {
    margin: 30px 0;
    text-align: center;
}
.more {
    border-radius: 2px;
    padding: 0 18px;
    border: 2px solid transparent;
    border-color: #57a628;
    line-height: 30px;
    vertical-align: middle;
    color: #57a628;
    display: inline-block;
}
#map_canvas{
    width:680px;
    height:389px;
}
.column #map_canvas{
    width:470px;
    height:300px;
}

@media(max-width:1200px){
    .gallery .btn-next, .nivo-nextNav {
        right: 208px;
    }    
    .gallery .btn-prev, .nivo-prevNav{
        left: 208px;
    }

}
.hidden{display:none !important;}