@charset "utf-8";

/* CSS Mini Reset */
html, body, div, form, fieldset, legend, label, ul, ol, li, h1, h2, h3, h4, h5, h6, blockquote, footer, header, nav {margin: 0; padding: 0;}
table {border-spacing: 0; border-collapse: collapse;}
li {list-style: none;}
a, a:hover {text-decoration: none; outline: none;}
th, td {text-align: left; vertical-align: top;}
img, fieldset {border: 0; height: auto;}
h1, h2, h3, h4, h5, h6, th, td, p, caption {font-weight: normal; font-size: 1em;}
footer, header, nav, section {display: block;}

#main img, #main object {max-width: 100%;}
.clear {clear:both;}
.thin {font-weight:300;}
.small {font-size:12px; line-height:16px;}
strong, .strong {font-weight:700;}
.left {float:left;}
.center {margin:0 auto; text-align:center;}
.right {float:right;}
.block {display:block;}

.left50 {width:48.5%; float:left;}
.right50 {width:48.5%; float:right;}

.txt-center {text-align:center;}
.txt-right {text-align:right;}

.img-responsive {
	max-width: 100%; 
	/* display:block; */
	height: auto;
}

body {height:100%; font-family: 'Lato', sans-serif; font-size:15px; line-height:20px; color:#222222; text-align:left; background:#ebeae7;}
html {height:100%;}

a {color:#222222;}

iframe {display:block;}
big {font-size:16px; color:#100f0d; font-weight:600;}

p {margin-top:0; font-size:15px; line-height:20px; color:#222222;}
p+p {margin-top:16px;}

.transition, a, .box h5, .navbar-main {
-webkit-transition: all 0.45s;
-moz-transition: all 0.45s;
-o-transition: all 0.45s;
transition: all 0.45s;
}

input[type="text"], select, input[type="password"], input[type="search"], textarea, input[type="email"] {width:100%; box-sizing:border-box; padding:8px 12px; border:1px solid #c4c4c4; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; margin-top:3px; margin-bottom:8px; font-family: 'Lato', sans-serif; font-size:13px;}

.container-fluid {padding-right: 2rem; padding-left: 2rem;}
.container, .container-fluid {margin-right: auto; margin-left: auto;}
.wrap {box-sizing: border-box; max-width: 1168px; /* max-width:1068px; */ margin: 0 auto;}

/*
.wrapper {width:1168px; margin:0 auto;}
*/

.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}
.alert > p,.alert > ul{margin-bottom:0}
.alert > p + p{margin-top:5px}
.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}
.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}
.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}
.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}

#header {background-color:#ffffff; height:165px; border-top:10px solid #24641b;}
#header .wrapper {position:relative;}

.header-title {font-size:14px; color:#7d7d7d; line-height:20px; padding-top:36px;}
.header-title strong {font-size:29px; font-weight:900; color:#24641b;}
.header-title span {font-size:29px; color:#212121;}
.header-title em {display:block;}

.top-contact {font-size:16px; color:#000000; padding-top:30px;}
.top-contact strong {font-size:24px; font-weight:900; color:#000000;}
.top-contact em {font-style:normal;}
.top-contact .btn {font-weight:normal; font-size:15px; text-transform:none; margin-top:18px; padding:6px 18px;}


.logo {display:inline-block; margin-top:15px;}

.top-box {float:right; display:block; margin-top:18px; padding-top:2px; padding-left:33px; margin-left:40px; line-height:14px; font-size:13px; font-weight:600; min-height:34px;}
.top-box span {color:#949494; display:block; font-weight:normal; font-size:11px;}
.top-box strong {font-size:14px; font-weight:bold; color:#292929;}

.box-email {background:url(img/ico-mail.png) no-repeat left 7px;}
.box-tel {background:url(img/ico-tel.png) no-repeat left 7px;}

.main-image {width:100%; background-image:url(../../uploads/main.jpg); background-position:center center; background-repeat:no-repeat; background-size:cover; border-radius:100%; box-shadow:0px 0px 30px rgba(0,0,0,0.6); margin-top:-150px; position:relative;}
.main-image:after {content: ""; display: block; padding-bottom: 100%;}
.main-image:before {border:8px solid #ffffff; position:absolute; left:12px; top:12px; right:12px; bottom:12px; border-radius:100%; content:" ";}



.navbar-main {position:relative; padding-top: 6px;}
.navbar-main li {display:inline-block; height:42px; position:relative;}
.navbar-main > li > a {display:block; height:42px; line-height:42px; font-size:15px; margin-right:25px; font-weight:normal; color:#000000;}
.navbar-main > li > a:hover, .navbar-main > li.active > a {border-bottom:4px solid #24641b;}



/* SUBMENU */
.navbar-main ul {display:none; position:absolute; top:100%; left:0px; background:#181818; padding:0; z-index:100; text-align:left; padding:4px 0; border-top:4px solid #009933;}
.navbar-main ul li {display:block; width:250px; height:auto; padding:0;}
.navbar-main ul li a {color:#ffffff; display:block; font-size:12px; line-height:15px; font-weight:700; padding:10px 18px; text-transform:uppercase;}
.navbar-main ul li a:hover, .navbar-main ul > li.active > a {background:#009933;}
.navbar-main li:hover > ul {display:block}

/* THIRD LEVEL */
.navbar-main ul ul {display:none; position:absolute; top:-4px; left:100%; background:#181818; padding:0; z-index:100; text-align:left; padding:4px 0;}
.navbar-main ul li:hover > ul {display:block}
.navbar-main ul ul li a {font-weight:600; text-transform:none;}

.navbar-footer ul {display:none;}










.right30 p {font-size:13px;}
.right30 ul, ul.styled {margin-top:20px;}
.right30 ul li, ul.styled li {margin:6px 0; padding-left:40px; background:url(img/li.png) no-repeat left 1px; min-height:24px; /* padding-top:2px; */ margin-bottom:10px; font-size:15px; font-weight:bold; margin-left:15px;}

ul.styled.alt li {font-weight:normal;}

ul.styled1 {padding-bottom:15px;}
ul.styled1 li {margin:6px 0; padding-left:10px; min-height:24px; list-style-type:square; list-style-position:inside; margin-bottom:10px; margin-left:10px;}

.table td, .table th {padding:5px;}
.table td {vertical-align:middle;}
.table th {font-weight:bold; padding-bottom:12px; font-size:16px;}
.table tr {border-bottom:1px solid #d6d6d6;}


/* TABLES */
table{background-color:transparent}
caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}
th{text-align:left}
.table{width:100%;max-width:100%;margin-bottom:20px}
.table > thead > tr > th,.table > tbody > tr > th,.table > tfoot > tr > th,.table > thead > tr > td,.table > tbody > tr > td,.table > tfoot > tr > td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}
.table > thead > tr > th{vertical-align:bottom;border-bottom:2px solid #ddd}
.table > caption + thead > tr:first-child > th,.table > colgroup + thead > tr:first-child > th,.table > thead:first-child > tr:first-child > th,.table > caption + thead > tr:first-child > td,.table > colgroup + thead > tr:first-child > td,.table > thead:first-child > tr:first-child > td{border-top:0}
.table > tbody + tbody{border-top:2px solid #ddd}
.table .table{background-color:#fff}
.table-condensed > thead > tr > th,.table-condensed > tbody > tr > th,.table-condensed > tfoot > tr > th,.table-condensed > thead > tr > td,.table-condensed > tbody > tr > td,.table-condensed > tfoot > tr > td{padding:5px}
.table-bordered{border:1px solid #ddd}
.table-bordered > thead > tr > th,.table-bordered > tbody > tr > th,.table-bordered > tfoot > tr > th,.table-bordered > thead > tr > td,.table-bordered > tbody > tr > td,.table-bordered > tfoot > tr > td{border:1px solid #ddd}
.table-bordered > thead > tr > th,.table-bordered > thead > tr > td{border-bottom-width:2px}
.table-striped > tbody > tr:nth-of-type(odd){background-color:#f9f9f9}
.table-hover > tbody > tr:hover {background-color:#f5f5f5;}
table col[class*="col-"]{position:static;display:table-column;float:none}
table td[class*="col-"],table th[class*="col-"]{position:static;display:table-cell;float:none}

.table-responsive{min-height:.01%;overflow-x:auto}

table tr.current, table tr.current td {background:#cecece !important; font-weight:bold !important;}

.table-striped > tbody > tr:hover{background-color:#f5f5f5}








.slider-wrapper {width:100%; height:510px; position:relative;}
.slider-wrapper .wrapper {height:510px; width:340px; position:absolute; left:50%; margin-left:-550px; bottom:0;}
.slider {width:100%; height:510px;}
.slider .slick-slide {background-size:cover; width:100%; height:510px; background-repeat:no-repeat; background-position:center center;}
.slider .caption {top:110px; position:absolute; left:0; color:#ffffff; box-sizing:border-box; width:700px; font-size:13px; line-height:20px;}

.slider .caption .more {background:#009933; font-size:15px; font-weight:900; text-transform:uppercase; display:inline-block; padding:12px 22px; margin-top:25px; color:#ffffff;}


.slick-dots {text-align:center; margin-top: -40px; position: relative; z-index: 20;}
.slick-dots li {display:inline-block; margin:0 6px; position:relative; width:10px; height:10px; border:2px solid #eeeeee; border-radius:6px; background:transparent; cursor:pointer;}
.slick-dots li.slick-active {background:#eeeeee;}
.slick-dots li button {text-indent:-9999px; font-size:0; position:absolute; left:0; top:0; right:0; bottom:0; visibility:hidden;}

/* SUBMENU */
/*
#main .navbar-main ul {display:none; position:absolute; top:100%; left:-80px; background:#004c66; padding:0; z-index:100; text-align:left; padding:4px 0;}
#main .navbar-main ul li {display:block; width:250px; height:auto; padding:0;}
#main .navbar-main ul li a {color:#ffffff; display:block; font-size:12px; line-height:15px; font-weight:700; padding:10px 18px; text-transform:uppercase;}
#main .navbar-main ul li a:hover, #main .navbar-main ul li.active a {background:#008c74;}
#main .navbar-main li:hover > ul {display:block}
*/


h1, .h1 {font-size:24px; line-height:20px; color:#000000; font-weight:900; border-left:48px solid #3e9532; padding-left:12px;}
h1 strong {font-weight:900;}
h2 {margin-bottom:6px; font-size:20px; line-height:24px; color:#030405; font-weight:900;}
h3 {font-size:27px; line-height:22px; font-weight:900;}
h4 {font-size:15px; line-height:22px; color:#222222; font-weight:bold;}
h5 {font-size: 16px; line-height: 20px; color: #999999; font-weight: normal; padding:4px 0 22px 0;}
h6 {font-size:16px; line-height:18px; font-weight:800;}

/*
.content h2, .page h1 {font-size:30px; line-height:32px; position:relative; margin-bottom: 0; padding-bottom: 0; display: inline-block;}
.content h2:after, .page h1:after {width:69px; height:2px; content:" "; position:absolute; right:-69px; bottom:4px; background-image:url(img/hr.png); background-repeat:no-repeat; background-position:center top; z-index: 2;}
.page h1 {font-weight:900; margin-bottom:16px;}
*/

.content {padding-top:35px; padding-bottom:20px;}

.content h2 {margin-top:30px;}

.slider-magic-caption h3 {color:#ffffff; letter-spacing:-0.4px;}
.slider-magic-caption {position:absolute; left:0; right:0; bottom:0; top:0; z-index:2; background:rgba(0,0,0,0.5); height:510px; padding-top:40px; box-sizing:border-box; z-index:4;}
.slider-magic-caption:after {content:" "; right:100%; top:0; bottom:0; left:-5000px; z-index:2; background:rgba(0,0,0,0.5); height:510px; position:absolute;}


.slider-wrapper h1, .slider-wrapper h2, .slider-wrapper p {color:#ffffff; text-shadow: 0px 0px 25px #000000;}
.slider-wrapper h1 {font-size:50px; line-height:50px; text-transform:uppercase;}
.slider-wrapper h2 {text-transform:uppercase;}
.slider-wrapper h3 {margin-top:25px; margin-bottom:10px;}
.slider-wrapper p {font-size:16px; line-height:20px;}

.slider-wrapper:after {content:" "; display:block; position:absolute; left:0; top:0; right:0; height:113px; background:url(img/shadow-top.png) repeat-x left top;}
.slider-wrapper:before {content:" "; display:block; position:absolute; left:0; bottom:0; right:0; height:113px; background:url(img/shadow-bottom.png) repeat-x left top; z-index:2;}

.left70 {width:69%; float:left;}
.right30 {width:29%; float:right;}


.main-content {box-sizing:border-box; padding:40px; border:10px solid #e3e3e3; box-shadow:0px 0px 40px rgba(0,0,0,0.8); margin-top:-90px; position:relative; background:#ffffff; z-index:3;}


.right30 ul {margin-top:20px;}
.right30 ul li {margin:6px 0; padding-left:40px; background:url(img/li.png) no-repeat left 1px; min-height:24px; /* padding-top:2px; */ margin-bottom:10px; font-size:17px; font-weight:bold;}



.boxes {position:relative; z-index:4; margin-top: -240px; padding-bottom:30px;}
.box {width:23.5%; height:318px; display:block; float:left; box-sizing:border-box; margin-right:2%; margin-bottom:25px; position:relative; background-size:cover; background-color:#ffffff; text-align:center; border:1px solid #cccccc; border-top:0; border-radius:2px;}
.box:before {width:395px; height:282px; display:block; content:" "; position:absolute; left:-62px; right:0; /* top: -189px; */ top: -129px; background-image:url(img/box-shadow.png); background-repeat:no-repeat; background-position:center top; z-index:-1;}
.box span {font-size:11px; color:#ffffff; background:#222222; border-radius:2px; display:inline-block; text-transform: uppercase; font-weight: bold; padding: 5px 0; position: absolute; bottom: -10px; left: 60px; right: 60px;}
.box4 {margin-right:0;}
.box h4 {padding:0 30px; margin-top:10px;}











.content > .wrapper {padding-top:28px; padding-bottom:30px;}
.content {min-height:400px; position:relative; z-index:3;}



.maps-belt {background:#f6f6f6; border-top:8px solid #d4d4d4; border-bottom:8px solid #d4d4d4;}
.where-to-find big {display:block; margin-top:-6px; margin-bottom:12px;}





.btn {background: #3c9130;
background: -moz-linear-gradient(top, #3c9130 0%, #317c26 100%);
background: -webkit-linear-gradient(top, #3c9130 0%,#317c26 100%);
background: linear-gradient(to bottom, #3c9130 0%,#317c26 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c9130', endColorstr='#317c26',GradientType=0 );
padding:12px 22px; color:#ffffff; text-transform:uppercase; font-weight:900; font-size:15px; margin:10px 0; display:inline-block; border-radius:2px; box-shadow:0px 0px 13px rgba(32,33,34,0.12); border:0; border-radius:2px; font-family: 'Lato', sans-serif;}

.btn2 {background:#004c66; padding:8px 14px; font-size:13px; font-weight:bold; color:#f6f9fa;}
.btn:hover {background:#181818;}
.btn2:hover {background:#008c74;}




.footer {background:#000000; font-size:13px; padding:20px 0; color:#ffffff;}
.footer a {color:#ffffff;}


.home-gallery, .gallery {/* padding-bottom:15px; */}
.home-gallery a, .gallery a {height:150px; width:100%; display:block; box-sizing:border-box; margin-bottom:15px; position:relative; background-size:cover; border-radius:2px;}





@media only screen and (max-width: 1230px) {

.wrapper {width:980px;}

.top-box.box-pin {display:none;}

.slider-wrapper .wrapper {margin-left:-490px;}

.left70 {width:660px; float:left;}
.right30 {width:295px; float:right;}

.footer-box label {display:block; width:auto;}

.box:before {display:none;}
.box span {left: 0; right: 0;}


ul.gallery li {width:310px; height:200px; margin-right:25px; margin-bottom:25px;}
ul.gallery li a {display:block; width:310px; height:200px;}
ul.gallery li:nth-child(4n) {margin-right:25px;}
ul.gallery li:nth-child(3n) {margin-right:0;}

}


@media only screen and (max-width: 1020px) {

.wrapper {width:740px;}
.slider-wrapper .wrapper {margin-left:-370px;}

.footer-box.footer-box1, .top-box.box-clock {display:none;}
.top-box.box-tel {margin-right:80px;}

.top-belt .left {display:none;}

.footer-box2{width:25%;}
.footer-box3{width:30%;}
.footer-box4{width:45%;padding-left:20px; line-height:20px; font-size:15px;}
.footer-box4 p{line-height:20px; font-size:14px;}
.footer-box4 strong {font-size:18px;}




.left70, .right30 {width:100%; float:none; clear:both;}

.top-contact {font-size:14px;}
.top-contact strong {font-size:18px;}




.main-image {display:none;}

}


@media only screen and (max-width: 759px) {
	
.navbar-belt .wrapper {position:relative;}

.panel-button {width:32px; height:32px; background:url(img/menu-ico.png) no-repeat left top; position:absolute; right:20px; top:30px; cursor:pointer; display:block;}

.navbar-main, .navbar-main.hide {-webkit-transition: all 0.45s; -moz-transition: all 0.45s; -o-transition: all 0.45s; transition: all 0.45s;}
	
.navbar-main.hide {height:0; overflow:hidden; padding-top:0;}

.navbar-main {/* height:auto; */ margin:0; border-bottom:0; position:absolute; left:0; top: 166px; right:0; text-align:center; background:#eae8e6; z-index:100; width:100%; float:none; margin-top:0; padding:12px 0; overflow:visible;}
.navbar-main:after {
  content: '';
  display: table;
  clear: both;
}
.navbar-main.hide {padding:0;}
.navbar-main li, .navbar-main > li:nth-last-child(2), .navbar-main > li:nth-child(3), .navbar-main > li:nth-child(4), .navbar-main > li:nth-child(2) {display:block; height:auto; position:relative; margin:0; padding:0; float:none;}
.navbar-main li a, .navbar-main > li:nth-last-child(2) > a {display:block; height:auto; line-height:20px; font-size:14px; padding: 10px 0; margin:0; border:0; background:transparent;}
.navbar-main li a:hover, .navbar-main li.active a {border-bottom:0;}

.navbar-main li ul {display:none !important;}
.navbar-main li.dropdown.active ul {display:block !important;}

.navbar-main ul {position:static; text-align:center; border:0; background:#c60002;}
.navbar-main ul li {width:auto; height:auto;}
	
	
.main-content {box-shadow:none; margin-top:0;}
.header-title {display:none;}
	
	#header {height:auto;}
	.top-contact {padding-top:10px; padding-bottom:5px;}
	
	
	
.slick-next, .slick-prev, .top-box {display:none !important;}

.wrapper {width:460px;}

.slider-wrapper, .top-box.box-tel, .where-to-find big {display:none;}
.where-to-find h2 {margin-bottom:0;}

.boxes {width:100%; margin-top:0;}
.box {width:277px; margin: 20px auto 40px auto; float:none;}


.slider-wrapper .wrapper {width:100%; left:0; right:0; margin-left:0;}

.left50, .right50, .left50-alt, .right50-alt, .footer-box, .right30, .left70 {float:none; clear:both; position:static; margin:0 auto; width:100%; padding:0; padding-top:8px; padding-bottom:8px;}
.footer-box, .copyright .right, .copyright .left {text-align:center;}

.gallery a {width:100%; margin-right:0px; margin-bottom:20px;}
.gallery a:nth-child(4n) {margin-right:0px;}


.table td, .table th {padding:3px;}
.table td {font-size:13px;}
.table th {font-size:14px;}
.table1 tr td:first-child {display:none;}

	table {
		overflow-x: auto;
		display: block;
	}

}

@media only screen and (max-width: 499px) {

.wrapper {width:300px;}

.box-promo {width:300px; margin-right:0; margin-left: -150px;}

.box-bg {height:auto;}
h3 {font-size:22px;}


}




ol.styled {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

ol.styled li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

ol.styled li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;    
}

ol.styled li li {
    margin: 0;
}

ol.styled li li:before {
    content: counters(item, ".") " ";
}