/**/
@import "reset.css";
@import "skeleton.css";
@import "superfish.css";
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700);
@import url(http://fonts.googleapis.com/css?family=Archivo+Narrow);
html {
	width: 100%;
}
.float_right {
	float: right !important;
}
 a[href^="tel:"] {
color: inherit;
text-decoration:none;
}

* {
	-webkit-text-size-adjust: none;
}
body {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color:#8e8e8e;
	position:relative;
	min-width:970px;
	height: 100%;
	min-height: 100%;
	background: #fff;
	background: url(../images/bg_body.png) 0 0 repeat #e3e0e3;
}
html, body {
	height:100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu', sans-serif;
	color: #828282;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	font-size: 30px;
	line-height: 30px;
	letter-spacing: -1px;
}

.content h3 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 9px;	
	letter-spacing: -1px;
}
p {
	margin-bottom: 18px;
}

.p1 {
	margin-bottom: 24px;
}

.p2 {
	padding-top: 11px;
}

.p3 {
	padding-top: 8px;
}


.p4 {
	margin-top: -4px;
	margin-bottom: 24px;
}
address {
	font-style: normal;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.list li {
	background: url(../images/marker.png) 0 4px no-repeat;
	padding-left: 30px;
	margin-bottom: 18px;
	color: #444444;
	font-size: 13px;
}
ul.list li a {
	color: #444444;
}
ul.list li a:hover {
	color: ##3d773a;
}
ul.list {
	padding-top: 7px;
	margin-bottom: 48px;
}

.content ul.list1 {
	padding-top: 33px;
	margin-bottom: 17px;
}

.content ul.list1 li {
	font-size: 13px;
	line-height: 21px;	
	background: url(../images/list2_separator.png) 0 0 repeat-x;
	margin-bottom: 32px; 
	padding-top: 37px;
}

.content ul.list1 li:first-child  {
	background: none;	
	padding-top: 0;
}

.content ul.list1 li span {
	float: left;
	display: block;
	background: url(../images/marker2.png) 0 0 no-repeat;
	height: 31px;
	width: 31px;
	margin-right: 8px;
	margin-top: 1px;	
}

.content ul.list1 li h3 {
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 5px;
	letter-spacing: -1px;
}

.content ul.list1 li h3 a {
	color: #444444;
}

.content ul.list1 li h3 a:hover {
	color: ##3d773a;	
}

.content ul.list.l1 li {
	border-top: 1px solid #fbfbfa;	
	padding-left: 40px;
	background-position: 11px 14px;
	font-size: 13px;
	margin-bottom: 7px;
	padding-top: 10px;
}

.content  ul.list.l1 li:first-child {
	border: none;
	padding-top: 1px;	background-position: 11px 4px;
}

.content ul.list.l2 li {
	padding-left: 32px;
	background-position: 2px 14px;
	font-size: 13px;
	margin-bottom: 8px;
	padding-top: 10px;
}


.content  ul.list.l2 {
	margin-top: -3px;	
}
.content  ul.list.l2 li:first-child {
	padding-top: 0px;	background-position: 2px 4px;
}

/*links*/

a {
	text-decoration: none;
	color: #3d773a;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
a:hover {
	color: #444444;
	font-size: 18px;
}
a.btn {
	background: url(../images/btn_bg.png) 0 0 repeat-x;
	display: inline-block;
	font: 16px/21px 'Archivo Narrow', sans-serif;
	color: #fffff;
	padding: 13px 19px 12px;
	border-radius: 6px;
	border: 1px solid #fff;
	box-shadow: 0px 0px 1px ##3d773a;
	text-transform: uppercase;
}
a.btn:hover {
	background-position: 0 -60px;
	color: #fff;
	border-color: ##3d773a;
}

a.comment {
	font: 20px/21px 'Archivo Narrow', sans-serif;
	color: #fff;
	box-shadow: 0px 0px 1px #c6c6c1;
	margin-top: 12px;
	background: #3d773a;	
	padding: 8px 8px 7px;
	margin-left: 11px;
	border: 1px solid #fff;
	border-radius: 6px;
	display: inline-block;
	position: relative;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
	min-width: 33px;
	text-align: center;
}

a.comment:hover:after {
	border-top-color: #fff;
}

a.comment:after {
	display: block;
	position: absolute;
	content: '';
	width: 0; 
	height: 0; 
	border-left: 0px solid transparent;
	border-right: 13px solid transparent;
	border-top: 8px solid #3d773a;
	bottom: -7px;
	left: 12px;
}

a.comment:hover {
	background: #fff;
	color: #3d773a;
	border-color: #3d773a;
	
}

a.link-1 {
	text-decoration: underline;
	color: #3d773a !important;	
}

a.link-1:hover {
	color: #444444 !important;	
}
/*preclass*/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}
.pad0 {
	padding: 0 !important;
}
.pad1 {
	padding-left: 28px !important;
	padding-right: 36px;
}
.nowrap {
	white-space: nowrap;
}
.img_inner {
	border: 5px solid #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}

.content .img_inner {
	margin-top: 4px;
	margin-bottom: 23px;
}

.content .img_inner.inner1 {
	margin-bottom: 24px !important;	
}

.content .img_inner.inner2 {
	margin-bottom: 36px !important;	
}

.fleft {
	float: left;
	margin-right: 18px;
	margin-bottom: 10px;	
}

.fright {
	float: right !important;	
}

.img_inner.fleft {
	margin-bottom: 10px;	
}
.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}
/*header*/

header {
	background: url(../images/light_bg.png) 0 0 repeat #edf3f3;
	display: block;
	padding: 33px 0 0;
}
header h1 {
	margin: 0 auto;
	float: left;
}
header h1 a {
	display: block;
	overflow: hidden;
	width: 396px;
	height: 104px;
	background: url(../images/logo.png) 0 0 no-repeat;
	text-indent: -999px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.menu_block {
	border:1px solid #fbfbfb;
	margin-top: 21px;
	border-bottom: none;
	background: url(../images/menu_block.png) repeat-x 0 0 #e5e5e5;
}
.slider_wrapper {
	margin: 0 1px;
	border-top: 1px solid #fbfbfb;
	padding-top: 1px;
}
.slider {
	background: url(../images/medium_bg.png) 0 0 repeat;
}
.banner {
	background: url(../images/banner_bg.png) 0 0 repeat-x #fff;
	border-radius: 6px;
	text-align: center;
	padding: 22px 0 26px;
	color: #8c8b8b;
	border: 1px solid #8c8b8b;
	font-size: 13px;
	margin-top: -1px;
	line-height: 21px;
}
.banner:hover {
	background: #fff;
	color: #8c8b8b;
	border-color: transparent;
	border-top-color: transparent;
}
.banner p {
	padding: 0 50px;
	margin-bottom: 20px;
}
.banner .img_inner {
	margin: 0 0 20px;
}
.banner h2 {
	margin-bottom: 18px;
}
.banner:hover h2 {
	color: #828282;
	text-shadow: 1px 1px 0px #828282;
}
.page1_block {
	margin-top: -132px;
	padding-top: 170px;
	background: url(../images/light_bg.png) 0 0 repeat;
}
.page1_block h2 {
	font-size: 99px;
	line-height: 99px;
	color: #3e3d3c;
	letter-spacing: -6px;
	margin-left: -3px;
	padding-top: 9px;
}
.page1_block h3 {
	margin-top: -3px;
	color: #767472;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: -2px;
	margin-bottom: 31px;
}
.page1_block h3 span {
	color: #3d773a;
}
/*Content*/


.content.page1 {
	padding: 0px 0 54px;		
}
.content {
	padding: 0px 0 43px;
	display: block;
	background: url(../images/medium_bg.png) 0 0 repeat;
}

.content strong {
	color: #495150;
}

.content strong a {
	color: #495150;
}


.content strong a:hover {
	color: #3d773a;
}

.content a.btn {
	margin-top: 12px;	
}

.content h2{
	padding-top: 58px;
	margin-bottom: 34px;
}

.content.page1 h2{
	padding-top: 60px;
	margin-bottom: 0;
}

.content.page1 h2 span {
	font-size: 18px;
	line-height: 21px;
	display: block;
	color: #3D773A;
	font-weight: normal;
}

.content.page1 .img_inner{
	margin-top: 24px;
	margin-bottom: 27px;
}

.border {
	border-top: 1px solid #fff;	
}

.text1 {
	font-weight: bold;
	color: #3d773a;	
}

.text1 span {
	color: #495150;	
}

.content ul.list {
	padding-top: 0;	
}

.content ul.list li {
	font-size: 12px;
	margin-bottom: 16px;
	background-position: 0 3px;
	line-height: 18px;
	color: #8c8b8b;
	padding-left: 19px;	
}

.content h2.head1 {
	line-height: 24px;
}

.content h3.head1 {
	line-height: 21px;
	color: #3d773a;
	margin-bottom: 4px;
}
/****Map***/

.map {
	padding-top: 4px;
}
.map figure.img_inner {
	display: block;
	height: auto;
	line-height: 0;
	margin-top: 0 !important;
}
.map figure iframe {
	width: 610px;
	height: 394px;
}
.map address {
	margin-bottom: 1px;
}

address dd span {
	min-width: 70px;
	display: inline-block;
}
/************Footer***********/

footer {
	padding: 67px 0 50px;
	color: #555454;
	text-transform: uppercase;
	display: block;
}
footer a {
	color: #555454;
}

.footer_logo {
	font: bold 24px/30px 'Ubuntu', sans-serif;
	color: #4e4e4e;
	letter-spacing: 1px;
	padding-top: 2px;
	text-transform: uppercase;
	float: left;
	margin-top: -13px;
	letter-spacing: -1px;
	margin-right: 10px;
}
footer a:hover {
	color: #666;
	font-size: 12px;
}

footer .copy {
	float: left;	
}
footer .socials {
	float: right;
	margin-top: -10px; 
	overflow: hidden;	
}

footer .socials a {
	float: left;
	display: block;
	width: 26px;
	margin-left: 8px;
	line-height: 0;
	height: 26px;
	background: url(../images/socials.png) 0 0 no-repeat #dadada;	
}

footer .socials  a:hover {
	opacity: 0.5;	
}

footer .socials a:first-child {
	margin-left: 0;
}

footer .socials a:first-child+a {
	background-position: -34px 0;
}

footer .socials a:first-child+a+a {
	background-position: -69px 0;
}

footer .socials a:first-child+a+a+a {
	background-position: -103px 0;
}

footer .socials a:first-child+a+a+a+a {
	background-position: right 0;
}
/************Search Form************/

.search_block {
	overflow: hidden;
	padding-top: 27px;
	float: right;
	position: relative;
}
#search input {
	font-size: 12px;
	line-height: 18px;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border: none;
	background: #fff;
	float: left;
	margin-right: 2px;
	width: 156px;
	color: #8e8e8e;
	padding: 5px 10px 5px;
}
#search a {
	float: right;
	display: block;
	background: url(../images/search_bg.png) repeat-x 0 0;
	padding: 5px 13px;
	color: #fff;
	cursor: pointer;
}
#search a:hover {
	background: url(../images/search_bg_hover.png) repeat-x 0 0;
	color: #2f2f2f;
}
/**to top**/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:50px;
	left: 50%;
	margin-left: 550px;
	overflow:hidden;
	width:60px;
	height:60px;
	border:none;
	text-indent:-999px;
	z-index:20;
	background:url(../images/totop.png) no-repeat left top;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
#toTop:hover {
	outline:none;
	background-position: 0 bottom;
}
.caroufredsel_wrapper {
	width: 100% !important;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 995px) {
 body {
min-width:768px;
}

.camera_wrap {
  height: 357px !important;
}
 .map figure, .map figure iframe, #form input, #form textarea, #form .success {
 width: 100% !important;
}
 #form .success {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}
 .map figure {
 height: auto !important;
}

.page1_block h2 {
	font-size: 65px;
	line-height: 65px;	
}

.page1_block h3 {
	font-size: 30px;
	line-height: 30px;	
}
.camera_wrap .camera_pag .camera_pag_ul li, .camera_wrap .camera_pag .camera_pag_ul li span {
	width: 24px !important;
	height: 24px !important;	
	margin-bottom: 4px !important;
}

.link_marg {
	margin-bottom: 20px;	
}
}
 @media only screen and (max-width: 767px) {
 body {
min-width:420px;
}

.camera_wrap {
  height: 200px !important;
}

.camera_wrap .camera_pag .camera_pag_ul li, .camera_wrap .camera_pag .camera_pag_ul li span {
	width: 24px !important;
	height: 24px !important;	
}

.port_offset {
	margin-bottom: 18px !important;	
}

.content .img_inner {
	width: 100%;	
}

.content h2{
	font-size: 25px !important;
	padding-top: 34px !important;
}

.content ul.list1 li {
	padding-top: 25px;
	margin-bottom: 22px;	
}


.content ul.list1.second  {
	padding: 0;	
}

.content ul.list1.second li:first-child  {
	background: url(../images/list2_separator.png)  0 0 repeat-x;	
	padding-top: 25px;
}

.content {
	padding-bottom: 20px;	
}
 .img_inner img {
 width: 100%;
}

header h1 {
	float: none;	
}
h1 a {
	margin: 0 auto;
}

.search_block {
	padding: 25px 21px 15px !important;	
	float: none;
}

.search_block #search input {
	width: 291px;
 }

.camera_wrap {
	border: none !important;
	padding-top: 2px !important;	
}

.menu_block {
	padding-top: 0;
	border: none;
	margin: 0;
	padding-bottom: 10px;
	float: none;
	background: none;	
}
 .fleft {
 float: none;
 margin-right: 0;
}

footer .socials {
	float: none;
	margin-bottom: 20px;	
}

.page1_block {
	padding-top: 140px;
 }

.page1_block .grid_5 h2 {
	padding-top: 0px;	
}

.page1_block .grid_5 {
	text-align: center;	
}

.page1_block h3 {
	margin-bottom: 15px;	
}

.banner {
	margin-bottom: 15px;	
}

a.btn {
	padding: 10px 15px;	
}

.pad1 {
	padding-left: 0 !important;
}

.noresize {
	width: auto !important;	
}

.noresize.fleft {
	margin-right: 18px !important;	
	margin-bottom: 10px !important;
	float: left !important;
}


.border {
	border-top: 1px solid transparent;	
}

.map figure iframe {
	width: 100%;
	height: 300px;
}
}
 @media only screen and (max-width: 479px) {
 body {
min-width:300px;
}

.slider_wrapper {
	height: 155px !important;	
}

.search_block {
	padding: 15px 15px !important;	
	float: none;
}

.search_block #search input {
	width: 183px;
 }
 
 .map figure iframe {
	width: 100%;
	height: 150px;
}
}
.legal {
	color: #3D773A;
}
.nes {
	color: #3D773A;
}
.ecfdf {
	font-size: 24px;
	color: #3D773A;
	font-weight: bold;
}
.container_12 .grid_3 center .head1 {
	color: #3D773A;
	font-size: 18px;
	font-weight: bold;
}
