@charset "utf-8";

@font-face {
    font-family: 'Aller';
    src: url('font/aller_bd-webfont.woff2') format('woff2'),
         url('font/aller_bd-webfont.woff') format('woff'),
         url('font/aller_bd-webfont.svg#allerbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Aller';
    src: url('font/aller_lt-webfont.woff2') format('woff2'),
         url('font/aller_lt-webfont.woff') format('woff'),
         url('font/aller_lt-webfont.svg#aller_lightregular') format('svg');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'Aller';
    src: url('font/aller_rg-webfont.woff2') format('woff2'),
         url('font/aller_rg-webfont.woff') format('woff'),
         url('font/aller_rg-webfont.svg#allerregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.transition, a, .btn {-webkit-transition: all 0.45s; -moz-transition: all 0.45s; -o-transition: all 0.45s; transition: all 0.45s;}

/* 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: 'Aller', sans-serif; font-size:14px; line-height:20px; color:#232323; text-align:left; background-color:#ffffff;}
html {height:100%;}

a {color:#222222;}

iframe {display:block;}
big {font-size:16px; color:#100f0d; font-weight:600;}

p {margin-top:0; font-size:16px; line-height:22px; color:#232323;}
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: 'Aller', 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:#f4f4f4; */ min-height:115px; box-sizing:border-box; background-image:url(img/body-bg.gif); background-repeat:repeat-x; background-position:left top;}
#header .wrapper {position:relative;}

.logo {display:inline-block; margin-top:0; margin-bottom:-11px; position:relative; z-index:100;}
.logo img {}

.top-belt-left {font-size:12px; color:#d9d9d9; padding-top: 12px; box-sizing:border-box; height:48px;}
.top-belt-right {padding-top: 12px; box-sizing:border-box; height:48px;}
.top-belt-right a {color:#ffffff; display:inline-block; margin-left:30px;}
.top-belt-right strong {font-size:16px; font-weight:bold; color:#ffffff;}


.navbar-right {position:relative; text-align:right;}
.navbar-right li {display:inline-block; height:67px; position:relative;}
.navbar-right li.search {background-image:url(img/ico-search.png); background-position:center center; background-repeat:no-repeat;}
.navbar-right li.fb {background-image:url(img/ico-fb.png); background-position:center center; background-repeat:no-repeat;}
.navbar-right > li > a {display:block; height:67px; width:65px; line-height:67px; font-size:15px; font-weight:normal; color:#070707; border-right:1px solid #002548; border-left:1px solid #002548;}

.navbar-right > li > a:hover, .navbar-main > li.active > a {color:#cb9b6b;}


.navbar-main {position:relative;}
.navbar-main li {display:inline-block; height:67px; position:relative;}
.navbar-main > li > a {display:block; height:67px; /* line-height:67px; */ line-height:60px; font-size:15px; margin-left:14px; padding-right:18px; font-weight:normal; color:#ffffff; border-right:1px solid #002548;}
.navbar-main > li:last-child a {padding-right:0; border-right:0;}
.navbar-main > li:first-child a {margin-left:0;}
.navbar-main > li > a:hover, .navbar-main > li.active > a {color:#cb9b6b;}

hr {height: 6px;
position: relative;
overflow: hidden;
background: #ececec;
border: 0;
margin: 20px 0; border-radius:8px;}

/* SUBMENU */
.navbar-main ul {display:none; position:absolute; top:60px; left:0px; background:#0b2e53; padding:0; z-index:100; text-align:left; padding:4px 0; border-top:4px solid #cb9b6b;}
.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:#c8c8c8; color:#000000;}
.navbar-main li:hover > ul {display:block}

/* THIRD LEVEL */
.navbar-main ul ul {display:none; position:absolute; top:-4px; left:100%; background:#0b2e53 ; 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;}









ul.styled.alt li {font-weight:normal;}

ul.styled1, .page ul {padding-bottom:10px; margin-top:20px;}
ul.styled1 li, .page ul li {margin:6px 0; padding-left:10px; min-height:18px; list-style-type:square; list-style-position:inside; margin-bottom:10px; margin-left:10px; font-size:16px;}

.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}




.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}



.slider-wrapper {width:100%; height:508px; position:relative; margin-top:-17px;}
.slider .wrap {height:508px;}
.slider {width:100%; height:508px;}
.slider .slick-slide {background-size:cover; width:100%; height:508px; background-repeat:no-repeat; background-position:center center;}

.slider .caption {bottom:131px; position:absolute; left:2rem; color:#ffffff; box-sizing:border-box; width:552px; font-size:13px; line-height:20px; color:#ffffff; /* text-shadow:0px 0px 20px rgba(0,0,0,0.8); */ background:rgba(255,255,255,0.8); z-index:100; box-sizing: border-box; /* padding: 30px 34px; */}
.slider .wrap {position:relative;}
/*
.slider .caption .more {background:#9cc212; font-size:15px; font-weight:900; text-transform:uppercase; display:inline-block; padding:12px 22px; margin-top:25px; color:#ffffff; border-radius:26px;}
*/
.slider .caption .more {font-size:15px; text-transform:uppercase; color:#07417d; font-weight:bold; margin-top:10px; display:inline-block;}
.slider .caption .more:after{content: "\00a0 \00a0 \00a0 \00BB"; font-weight:bold;}


.slider .caption p {margin-top:20px;}
.slider .caption em {font-size:20px; font-style:normal; color:#4b4b4b;}


.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:38px; line-height:42px; color:#07417d; font-weight:bold;}
h2 {font-size:32px; line-height:36px; color:#002e5a; font-weight:normal; position:relative; padding-bottom: 14px;}
h2:after {width:91px; height:6px; content:" "; position:absolute; left:0; bottom:0; background-image:url(img/shr.png); background-repeat:no-repeat; background-position:center top; z-index: 2;}
h2 strong {font-weight:bold;}
h3 {font-size:28px; line-height:28px; font-weight:normal;}
h4 {font-size:18px; line-height:22px; color:#414141; font-weight:bold;}
h5 {font-size: 22px; line-height: 24px; color: #ffffff; font-weight: normal; padding:4px 0 8px 0; font-weight:normal;}
h6 {font-size:16px; line-height:18px; font-weight:normal; color:#cb9b6b;}


/*
.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:bold; margin-bottom:16px;}
*/

.content {padding-top:35px; padding-bottom:20px;}

.content h2 {margin-top:30px;}

.item {box-sizing:border-box; background:#ffffff; background-position:center center; background-repeat:no-repeat; background-size:cover; padding:34px 30px 0px 40px;}
.item.full {height: 450px;}
.item.half {height: 225px;}
.item.blue {background:#122d47;}
.item.bg {background-image:url(img/item-bg.jpg); color:#ffffff; text-align:left;}
.item.bg * {color:#ffffff;}
.item.bg h3 {font-size:22px; line-height:22px;}

.item .btn {border:2px solid #ffffff; color:#ffffff; background:transparent;}
.item.bg p.big {font-size:16px;}

.item1 {background-image:url(img/item1.jpg);}
.item2 {background-image:url(img/item2.jpg);}
.item3 {background-image:url(img/item3.jpg);}
.item4 {background-image:url(img/item4.jpg);}
.item5 {background-image:url(img/item5.jpg);}

.item h4 {font-size:16px;}
.item h4, .item p {color:#000000;}
.item p {margin-top:10px; font-size: 13px; line-height: 18px;}
.item.blue * {color:#ffffff;}

.search-container {position:absolute; right:0; top:48px; width:300px; display:none;}
.search-container input {margin:0; border:0; border-radius:0; color: #000; background:#b3a277; padding:12px;}
.search-container input[type="submit"] {display:none;}


/* .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; z-index:2;} */
/* .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;}



.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: -132px; background:#ffffff; border-radius:8px;}
.box {display:block; box-sizing:border-box; margin-bottom:25px; position:relative; text-align:center; padding-top:40px;}
.box span {display:table; width:100%; margin:10px auto 30px auto; }
.box em {display: table-cell; text-align:center; height:72px; vertical-align:middle; width:100%;}
.box p {color:#404040; margin-top:15px; padding: 0 10%; font-size:13px; line-height:18px; color:#414141; min-height: 85px;}
.box h4 {margin-top:20px;}
.box img {display:inline-block; vertical-align:middle; margin:0 auto;}
.box p strong {text-transform:uppercase;}
/* .box:before {width:395px; height:282px; display:block; content:" "; position:absolute; left:-62px; right:0; top: -129px; background-image:url(img/box-shadow.png); background-repeat:no-repeat; background-position:center top; z-index:-1;} */


.big1 {color:#232323; font-size:18px; line-height:22px; margin-top:22px; margin-bottom:0; padding-bottom:0;}
.big2 {color:#232323; font-size:17px; line-height:20px; margin-top:22px;}




#map-container {width:100%; height:490px; position:relative;}
#map {width:100%; height:100%;}


/*
.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;}



.above-belt {background: #122d47; color: #fff; padding: 14px; font-weight: bold; text-transform: uppercase; font-size: 16px;}

/* .btn {border-radius:3px; font-family: 'Aller', sans-serif; font-size:13px; text-transform:uppercase; color:#ffffff; padding: 9px 16px; line-height:14px; background:#221914;} */


.btn, input[type="submit"] {background:#002e5a; background-image:url(img/btn-arrow.png); background-repeat:no-repeat; background-position:center right 20px; padding:7px 44px 7px 14px; color:#ffffff !important; font-weight:bold; font-size:12px; margin:10px 0; display:inline-block; border:0; font-family: 'Aller', sans-serif; border-radius:8px; text-decoration:none;}
.btn:hover {background-position:center right 15px; color:#ffffff;}


.btn.alt {background-color:#cb9b6b; color:#000000 !important; background-image:url(img/btn-arrow-b.png);}

.btn2 {background:#004c66; padding:8px 14px; font-size:13px; font-weight:bold; color:#f6f9fa;}
/* .btn:hover {background:#000000; color:#ffffff;} */
.btn2:hover {background:#008c74;}

img[align="left"],
img[style*="float: left"],
img[style*="float:left"]{
    margin: 5px 25px 20px 0px;
	border-radius:8px;
}
img[align="right"],
img[style*="float: right"],
img[style*="float:right"]{
    margin: 5px 0px 20px 25px;
	border-radius:8px;
}

.offer-element {color:#002e5a; font-weight:bold; font-size:0; margin-top:12px; display: block;}
.offer-element span {display:inline-block; width:20%;}
.offer-element em {display:inline-block; width:76%; margin-left:4%; font-style:normal; font-size:16px; vertical-align: top;}

.content.page .btn {display:inline-block; margin-top: 16px;}
.content.page p {font-size:16px; line-height:22px;}
.content.page p.small {font-size:12px; line-height:16px; color:#999999;}

.page h1 {margin-bottom:20px;}

.footer {background-color:#0b2e53; border-top:8px solid #07417d; font-size:13px; padding:18px 0; color:#ffffff;}
.footer .wrap {background-image:url(img/footer-logo.png); background-repeat:no-repeat; background-position:right 0px; min-height:80px;}
.footer a {color:#ffffff;}

.navbar-footer li {display:inline-block; /* margin-right:20px; */}




.cc-floating .cc-message{font-size:12px!important;line-height:16px!important;}
.cc-window {opacity:0.9 !important;}
.cc-bottom{bottom:20px!important}
.cc-left{left:20px!important}
.cc-btn {padding-top:1px !important; padding-bottom:1px !important;}



.footer-contact {background:#ffffff; box-shadow:0px 6px 15px rgba(0,0,0,0.15); font-size:23px; color:#8d8f98; display:inline-block; padding:20px 30px; border-radius:15px;}
.footer-contact a {color:#8d8f98; vertical-align:middle;}
.footer-contact strong {font-weight:bold; font-size:26px;}
.footer-contact img {margin-left:55px; margin-right:10px; vertical-align: middle;}


.footer-menu {background:#e5e7ed; margin-top:-30px;}
.footer-menu .menu {margin:60px 0 30px 0;}
.footer-menu .menu li:nth-child(2) {margin:0;}
.footer-menu .menu li a {font-size:14px; text-transform:uppercase; color:#232323; margin:0; padding:0 20px;}


.footer-bottom {background:#eef0f4; padding:30px 0; font-size:13px; color:#8d8f98;}
.footer-bottom p {font-size:13px; color:#8d8f98; line-height:16px;}
.footer-bottom strong {color:#1d4178;}






.home-news-wrap {position:absolute; left:0; right:0; bottom:132px; background:#002e5a; height:216px; z-index: 10;}
.home-news-wrap .slick-prev, .home-news-wrap .slick-next {top:0; border-radius:0; margin:0; margin-top:-25px; width: 69px; height: 55px; padding: 0; background: #002e5a url(img/news-nav.png) left top no-repeat; opacity:1;}

.home-news-wrap .slick-slide {overflow:hidden; max-height:180px;}

.home-news-wrap .slick-prev {left:0px; background-position: 28px 22px;}
.home-news-wrap .slick-prev:after {content:""; background:#4b6a9b; top:20px; left:68px; width: 1px; height: 24px; display:block; position:absolute;}
.home-news-wrap .slick-next {left:69px; background-position: -34px 22px;}

.home-news-wrap h6 {position:absolute; left:25px; top: 30px;}
.home-news > div {padding:25px; box-sizing:border-box; color:#ffffff; padding-top:60px;}
.home-news h5, .home-news h5 a {color:#ffffff;}
.home-news p {font-size:13px; line-height:16px; color:#ffffff;}

.home-news-wrap .btn {position:absolute; left: 10px; bottom:10px; z-index:11; background-color:#002e5a;}

.home-news-wrap:after {content:""; height:112px; display:block; position:absolute; left:0; bottom:0; right:0; width:100%; background-image:url(img/news-bg-bottom-overlay.png); background-repeat:repeat-x; background-position:left bottom;}






.copyright {background:#202020; color:#ffffff; font-size:12px; padding:10px 0;}
.copyright a {color:#ffffff;}


.home-gallery .wrap .row:first-child {border-top:1px solid #dbdbdb;}
.home-gallery * {color:#1e2329;}
.home-gallery .btn, .home-gallery .btn:hover {border:2px solid #1e2329; color:#1e2329; background:transparent;}

.gallery {/* padding-bottom:15px; */}
.gallery a {/* height:280px; */ padding-bottom: 60%; width:100%; display:block; box-sizing:border-box; margin-bottom:15px; position:relative; background-size:cover; border-radius:2px; background-position:center center; border-radius:6px;}

.partners {/* padding-bottom:15px; */}
.partners h4 {line-height:80px;}
.partners a {/* height:280px; */ height:80px; width:100%; display:block; box-sizing:border-box; margin-bottom:15px; position:relative; background-size:contain; border-radius:2px; background-position:center center;}

.realisations a {/* height:280px; */ height:240px; width:100%; display:block; box-sizing:border-box; margin-bottom:15px; position:relative; background-size:cover; border-radius:2px; background-position:center center; background-repeat:no-repeat; }

.rl-title {display:inline-block; margin-bottom:30px;}

.how-to-find-us {background:#dedede;}
.how-to-find-us * {color:#221914;}



@media only screen and (max-width: 1000px) {
	
.boxes, .slider-wrapper {margin-top:0;}
	
.logo img {height:auto;}
	
.navbar-belt .wrapper {position:relative;}

.panel-button {width:32px; height:32px; background:url(img/menu-ico.png) no-repeat left top; position:absolute; right:12px; top:8px; 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: 47px; right:0; text-align:center; background: #1e2126; 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; color:#ffffff;}
.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;}
.navbar-main ul li {width:auto; height:auto;}
	
	
.main-content {box-shadow:none; margin-top:0;}
.header-title, .top-contact {display:none;}
	
	
	
	
	
	
.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;}

.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;
	}

}



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, ".") " ";
}



/* md - 75em */
@media only screen and (max-width: 75em) {

.top-belt-right a {margin-left:0; margin-right:20px;}

.footer .wrap {background-image:none;}
	
}

/* sm - 62em */
@media only screen and (max-width: 62em) {

#footer-contact {margin-top: 30px;}
	
}

/* xs - 48em */
@media only screen and (max-width: 48em) {

.top-belt-right a, .top-belt-right a strong {color:#000000; margin:0 10px;}

#main .logo img {max-width:70%;}

.top-belt-right {margin-top:20px;}

}

@media only screen and (max-width: 350px) {

.top-belt-right a, .top-belt-right a strong {color:#ffffff; margin:0 10px;}

#main .logo img {max-width:70%;}

.top-belt-right {margin-top:-10px;}

}