/* --------------- reset.css --------------- */
@font-face { font-family: 'ClanPro-Thin'; src: url("../font/ClanPro-Thin.eot?#iefix") format("embedded-opentype"), url("../font/ClanPro-Thin.woff") format("woff"), url("../font/ClanPro-Thin.ttf") format("truetype"), url("../font/ClanPro-Thin.svg#ClanPro-Thin") format("svg"); font-weight: normal; font-style: normal; }

html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent; }

a { margin: 0; padding: 0; vertical-align: baseline; background: transparent; text-decoration: none; color: #666; }

table { border-collapse: collapse; border-spacing: 0; }

td, td img { vertical-align: top; }

input, select, button, textarea { margin: 0; font-size: 100%; color: #666; }

input[type="checkbox"] { vertical-align: bottom; }

input[type="radio"] { vertical-align: text-bottom; }

sub { vertical-align: sub; font-size: smaller; }

sup { vertical-align: super; font-size: smaller; }

/* --------------- /reset.css --------------- */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; visibility: hidden; }

.clearfix:after { clear: both; }

.clearfix { zoom: 1; }

body { position: relative; color: #000; text-align: left; font: 62.5%/1.2em arial, sans-serif; background: #fff; }

label, input[type="button"], input[type="submit"], button { cursor: pointer; }

.post p { color: #565656; font-size: 16px; font-weight: 300; line-height: 30px; padding-bottom: 20px; }
.post strong, .post b { font-weight: 600; }
.post a { color: #D14A24; text-decoration: underline; }
.post a:hover { text-decoration: none; }
.post img[align="left"] { float: left; margin: 0 20px 20px 0; }
.post img[align="right"] { float: right; margin: 0 0 20px 20px; }
.post h1 { font-size: 32px; font-weight: normal; line-height: 36px; color: #433931; padding-bottom: 10px; }
.post h2 { font-size: 22px; font-weight: 300; line-height: 26px; color: #D14A24; padding-bottom: 15px; }
.post h3 { font-size: 20px; line-height: 24px; color: #D14A24; padding-bottom: 15px; font-weight: 200; }
.post h4 { font-size: 18px; line-height: 20px; color: #D14A24; padding-bottom: 10px; font-weight: 300; }
.post h5 { font-size: 16px; line-height: 20px; color: #463333; padding-bottom: 10px; }
.post h6 { font-size: 14px; font-weight: 600; line-height: 18px; color: #463333; padding-bottom: 10px; }
.post ul { list-style: none; }
.post ul li { font-size: 14px; color: #999; line-height: 18px; padding: 0 0 10px 14px; }
.post ol { padding-left: 15px; }
.post ol li { font-size: 16px; color: #433931; line-height: 21px; padding-bottom: 10px; }
.post table { width: 100%; margin-bottom: 20px; }
.post table tr td { font-size: 14px; line-height: 18px; padding-bottom: 15px; padding: 10px; }
.post table[border="1"] tr td { border: 2px solid #333; }

.post .table2 { width: 100%; margin-bottom: 20px; }
.post .table2 tr td { font-size: 14px; border:1px solid #D40019; background-color: #FFFFFF}


.justifyleft { text-align: left !important; }

.justifyright { text-align: right !important; }

.btn-red { display: inline-block; padding: 0 25px; height: 47px; color: #ffffff; font-size: 19px; line-height: 47px; background-color: #d40019; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 5px #a30518; -moz-box-shadow: 0 5px #a30518; box-shadow: 0 5px #a30518; -webkit-transition-property: color, box-shadow; -moz-transition-property: color, box-shadow; -o-transition-property: color, box-shadow; transition-property: color, box-shadow; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease; -o-transition-timing-function: ease; transition-timing-function: ease; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .btn-red { height: 40px; line-height: 40px; padding: 0 20px; } }
@media only screen and (max-width: 767px) { .btn-red { font-size: 16px; height: 40px; line-height: 40px; padding: 0 15px; } }
.btn-red:hover { color: #020202; -webkit-box-shadow: 0 -5px #a30518; -moz-box-shadow: 0 -5px #a30518; box-shadow: 0 -5px #a30518; }

.btn-white { display: inline-block; padding: 0 15px; height: 40px; color: #020202; font-size: 16px; line-height: 40px; background: #ffffff; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 3px #cacaca; -moz-box-shadow: 0 3px #cacaca; box-shadow: 0 3px #cacaca; -webkit-transition-property: color, box-shadow; -moz-transition-property: color, box-shadow; -o-transition-property: color, box-shadow; transition-property: color, box-shadow; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease; -o-transition-timing-function: ease; transition-timing-function: ease; }
.btn-white:hover { color: #d40019; -webkit-box-shadow: 0 -3px #cacaca; -moz-box-shadow: 0 -3px #cacaca; box-shadow: 0 -3px #cacaca; }

input[type='text'], input[type='email'] { display: block; width: 100%; height: 50px; padding: 0 15px; font-size: 19px; color: #828282; line-height: 50px; border: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { input[type='text'] { height: 40px; line-height: 40px; } }
@media only screen and (max-width: 767px) { input[type='text'] { font-size: 16px; height: 40px; line-height: 40px; padding: 0 15px; } }


textarea { display: block; width: 100%; padding: 20px; overflow: auto; resize: none; background: #fff; height: 110px; border: 1px solid #e8e8e8; color: #828282; font-size: 14px; line-height: 18px; font-family: "Roboto", sans-serif; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
textarea:focus { border: 1px solid #333333; }

.mobnav-icon { background: url('../img/icons-s4f521f868c.png') 0 -1103px no-repeat; width: 18px; height: 13px; display: block; }

.icon-fb { background: url('../img/icons-s4f521f868c.png') 0 -1016px no-repeat; width: 24px; height: 24px; display: inline-block; text-indent: 100%; white-space: nowrap; overflow: hidden; position: relative; }
.icon-fb:after { content: ""; display: block; position: absolute; left: 0; top: 0; z-index: 2; background: url('../img/icons-s4f521f868c.png') 0 -1045px no-repeat; width: 24px; height: 24px; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -webkit-transition-property: opacity; -moz-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.4s; -moz-transition-duration: 0.4s; -o-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease; -o-transition-timing-function: ease; transition-timing-function: ease; }

.icon-tw { background: url('../img/icons-s4f521f868c.png') 0 -825px no-repeat; width: 24px; height: 24px; display: inline-block; text-indent: 100%; white-space: nowrap; overflow: hidden; position: relative; }
.icon-tw:after { content: ""; display: block; position: absolute; left: 0; top: 0; z-index: 2; background: url('../img/icons-s4f521f868c.png') 0 -741px no-repeat; width: 24px; height: 24px; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -webkit-transition-property: opacity; -moz-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.4s; -moz-transition-duration: 0.4s; -o-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease; -o-transition-timing-function: ease; transition-timing-function: ease; }

.icon-g { background: url('../img/icons-s4f521f868c.png') 0 -602px no-repeat; width: 24px; height: 24px; display: inline-block; text-indent: 100%; white-space: nowrap; overflow: hidden; position: relative; }
.icon-g:after { content: ""; display: block; position: absolute; left: 0; top: 0; z-index: 2; background: url('../img/icons-s4f521f868c.png') 0 -631px no-repeat; width: 24px; height: 24px; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -webkit-transition-property: opacity; -moz-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.4s; -moz-transition-duration: 0.4s; -o-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease; -o-transition-timing-function: ease; transition-timing-function: ease; }

.icon-in { background: url('../img/icons-s4f521f868c.png') 0 -958px no-repeat; width: 24px; height: 24px; display: inline-block; text-indent: 100%; white-space: nowrap; overflow: hidden; position: relative; }
.icon-in:after { content: ""; display: block; position: absolute; left: 0; top: 0; z-index: 2; background: url('../img/icons-s4f521f868c.png') 0 -929px no-repeat; width: 24px; height: 24px; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -webkit-transition-property: opacity; -moz-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.4s; -moz-transition-duration: 0.4s; -o-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease; -o-transition-timing-function: ease; transition-timing-function: ease; }

.icon-xing { background: url('../img/icons-s4f521f868c.png') 0 -683px no-repeat; width: 24px; height: 24px; display: inline-block; text-indent: 100%; white-space: nowrap; overflow: hidden; position: relative; }
.icon-xing:after { content: ""; display: block; position: absolute; left: 0; top: 0; z-index: 2; background: url('../img/icons-s4f521f868c.png') 0 -712px no-repeat; width: 24px; height: 24px; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -webkit-transition-property: opacity; -moz-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.4s; -moz-transition-duration: 0.4s; -o-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease; -o-transition-timing-function: ease; transition-timing-function: ease; }

.icon-fb-red { background: url('../img/icons-s4f521f868c.png') 0 -1045px no-repeat; width: 24px; height: 24px; display: inline-block; text-indent: 100%; white-space: nowrap; overflow: hidden; position: relative; }
.icon-fb-red:after { content: ""; display: block; position: absolute; left: 0; top: 0; z-index: 2; background: url('../img/icons-s4f521f868c.png') 0 -1074px no-repeat; width: 24px; height: 24px; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -webkit-transition-property: opacity; -moz-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.4s; -moz-transition-duration: 0.4s; -o-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease; -o-transition-timing-function: ease; transition-timing-function: ease; }

.icon-g-red { background: url('../img/icons-s4f521f868c.png') 0 -631px no-repeat; width: 24px; height: 24px; display: inline-block; text-indent: 100%; white-space: nowrap; overflow: hidden; position: relative; }
.icon-g-red:after { content: ""; display: block; position: absolute; left: 0; top: 0; z-index: 2; background: url('../img/icons-s4f521f868c.png') 0 -796px no-repeat; width: 24px; height: 24px; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -webkit-transition-property: opacity; -moz-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.4s; -moz-transition-duration: 0.4s; -o-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease; -o-transition-timing-function: ease; transition-timing-function: ease; }

.icon-tw-red { background: url('../img/icons-s4f521f868c.png') 0 -741px no-repeat; width: 24px; height: 24px; display: inline-block; text-indent: 100%; white-space: nowrap; overflow: hidden; position: relative; }
.icon-tw-red:after { content: ""; display: block; position: absolute; left: 0; top: 0; z-index: 2; background: url('../img/icons-s4f521f868c.png') 0 -883px no-repeat; width: 24px; height: 24px; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -webkit-transition-property: opacity; -moz-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.4s; -moz-transition-duration: 0.4s; -o-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease; -o-transition-timing-function: ease; transition-timing-function: ease; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp { padding: 0; margin: 0; border: 0; outline: none; vertical-align: top; }

.fancybox-wrap { position: absolute; top: 0; left: 0; z-index: 8020; }

.fancybox-skin { position: relative; background: #f9f9f9; color: #444; text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

.fancybox-opened { z-index: 8030; }

.fancybox-opened .fancybox-skin { -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner { position: relative; }

.fancybox-inner { overflow: hidden; }

.fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; }

.fancybox-error { color: #444; font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; margin: 0; padding: 15px; white-space: nowrap; }

.fancybox-image, .fancybox-iframe { display: block; width: 100%; height: 100%; }

.fancybox-image { max-width: 100%; max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image: url("../img/fancybox_sprite.png"); }

#fancybox-loading { position: fixed; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 8060; }

#fancybox-loading div { width: 44px; height: 44px; background: url("fancybox_loading.gif") center center no-repeat; }

.fancybox-close { position: absolute; top: -18px; right: -18px; width: 36px; height: 36px; cursor: pointer; z-index: 8040; }

.fancybox-nav { position: absolute; top: 0; width: 40%; height: 100%; cursor: pointer; text-decoration: none; background: transparent url("blank.gif"); /* helps IE */ -webkit-tap-highlight-color: rgba(0, 0, 0, 0); z-index: 8040; }

.fancybox-prev { left: 0; }

.fancybox-next { right: 0; }

.fancybox-nav span { position: absolute; top: 50%; width: 36px; height: 34px; margin-top: -18px; cursor: pointer; z-index: 8040; visibility: hidden; }

.fancybox-prev span { left: 10px; background-position: 0 -36px; }

.fancybox-next span { right: 10px; background-position: 0 -72px; }

.fancybox-nav:hover span { visibility: visible; }

.fancybox-tmp { position: absolute; top: -99999px; left: -99999px; visibility: hidden; max-width: 99999px; max-height: 99999px; overflow: visible !important; }

/* Overlay helper */
.fancybox-lock { overflow: hidden !important; width: auto; }

.fancybox-lock body { overflow: hidden !important; }

.fancybox-lock-test { overflow-y: hidden !important; }

.fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none; z-index: 8010; background: url("../img/fancybox_overlay.png"); }

.fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0; }

.fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; }

/* Title helper */
.fancybox-title { visibility: hidden; font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; position: relative; text-shadow: none; z-index: 8050; }

.fancybox-opened .fancybox-title { visibility: visible; }

.fancybox-title-float-wrap { position: absolute; bottom: 0; right: 50%; margin-bottom: -35px; z-index: 8050; text-align: center; }

.fancybox-title-float-wrap .child { display: inline-block; margin-right: -100%; padding: 2px 20px; background: transparent; /* Fallback for web browsers that doesn't support RGBa */ background: rgba(0, 0, 0, 0.8); -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; text-shadow: 0 1px 2px #222; color: #FFF; font-weight: bold; line-height: 24px; white-space: nowrap; }

.fancybox-title-outside-wrap { position: relative; margin-top: 10px; color: #fff; }

.fancybox-title-inside-wrap { padding-top: 10px; }

.fancybox-title-over-wrap { position: absolute; bottom: 0; left: 0; color: #fff; padding: 10px; background: #000; background: rgba(0, 0, 0, 0.8); }

html, body { width: 100%; }

body { font-family: "Roboto", sans-serif; font-weight: normal; width: 100%; }

.wrapper { overflow: hidden; }

.nav-sticky { position: fixed; top: -200px; left: 0; z-index: 10; width: 100%; background-color: #1d1e20; min-height: 77px; }
@media only screen and (max-width: 767px) { .nav-sticky { min-height: 63px; } }
.nav-sticky .nav-sticky-i { max-width: 1180px; margin: 0 auto; text-align: center; position: relative; }
.nav-sticky .nav-sticky-i .logo { float: left; padding-top: 13px; padding-left: 9px; }
@media only screen and (max-width: 767px) { .nav-sticky .nav-sticky-i .logo { padding-top: 10px; padding-bottom: 10px; } }
@media only screen and (max-width: 767px) { .nav-sticky .nav-sticky-i .logo img { max-height: 40px; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .nav-sticky .nav-sticky-i .logo { float: none; display: inline-block; padding-top: 10px; padding-bottom: 10px; } }
.nav-sticky .nav-sticky-i .nav { float: right; position: relative; padding-right: 50px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .nav-sticky .nav-sticky-i .nav { float: none; width: 692px; margin: 0 auto 10px; } }
@media only screen and (max-width: 767px) { .nav-sticky .nav-sticky-i .nav { border-top: 1px solid #d6d0d8; padding-top: 20px; padding-right: 0; width: 100%; display: none; } }
.nav-sticky .nav-sticky-i .nav:after { content: " "; position: absolute; width: 1px; height: 40px; right: 50px; top: 50%; margin-top: -20px; background: #ffffff; display: block; }
@media only screen and (max-width: 767px) { .nav-sticky .nav-sticky-i .nav:after { background: none; } }
.nav-sticky .nav-sticky-i .nav ul { list-style: none; padding-right: 6px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .nav-sticky .nav-sticky-i .nav ul { padding-right: 0; } }
@media only screen and (max-width: 767px) { .nav-sticky .nav-sticky-i .nav ul { padding-right: 0; } }
.nav-sticky .nav-sticky-i .nav ul li { float: left; padding-right: 5px; height: 76px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .nav-sticky .nav-sticky-i .nav ul li { height: 50px; } }
@media only screen and (max-width: 767px) { .nav-sticky .nav-sticky-i .nav ul li { height: 60px; padding-right: 15px; float: none; display: inline-block; } }
.nav-sticky .nav-sticky-i .nav ul li a { display: inline-block; padding-left: 6px; padding-right: 6px; font-size: 15px; line-height: 76px; font-weight: normal; color: #ffffff; letter-spacing: .5px; text-transform: uppercase; border-top: 2px solid #1d1e20; -webkit-transition-duration: 0.4s; -moz-transition-duration: 0.4s; -o-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: linear; -moz-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear; -webkit-transition-property: color; -moz-transition-property: color; -o-transition-property: color; transition-property: color; }
.nav-sticky .nav-sticky-i .nav ul li a:hover { color: #ff0000; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .nav-sticky .nav-sticky-i .nav ul li a { line-height: 50px; font-size: 14px; } }
@media only screen and (max-width: 767px) { .nav-sticky .nav-sticky-i .nav ul li a { font-size: 13px; line-height: 60px; } }
.nav-sticky .nav-sticky-i .nav ul .active a { border-top: 2px solid #ff0000; }
.nav-sticky .nav-sticky-i .nav .lang { position: absolute; top: 0; right: 0; color: #ffffff; font-size: 10px; line-height: 77px; text-transform: uppercase; width: 45px; padding-left: 5px; }
.nav-sticky .nav-sticky-i .nav .lang:hover { color: #ff0000; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .nav-sticky .nav-sticky-i .nav .lang { line-height: 50px; } }
@media only screen and (max-width: 767px) { .nav-sticky .nav-sticky-i .nav .lang { top: auto; bottom: 0; line-height: 50px; right: 10px; border-left: 1px solid #ffffff; padding-left: 10px; } }
.nav-sticky .nav-sticky-i .nav .nav-lang { display: none; position: absolute; right: 0; top: 77px; padding-top: 10px; background: #1d1e20; min-width: 50px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .nav-sticky .nav-sticky-i .nav .nav-lang { right: 0; top: 50px; } }
@media only screen and (max-width: 767px) { .nav-sticky .nav-sticky-i .nav .nav-lang { top: auto; bottom: -20px; } }
.nav-sticky .nav-sticky-i .nav .nav-lang ul { list-style: none; padding: 0; }
.nav-sticky .nav-sticky-i .nav .nav-lang ul li { padding: 0 0 10px; float: none; height: auto; margin: 0; }
.nav-sticky .nav-sticky-i .nav .nav-lang ul a { line-height: 14px; color: #ffffff; font-size: 10px; }
.nav-sticky .nav-sticky-i .nav .nav-lang ul a:hover { text-decoration: underline; }
.nav-sticky .mobnav-btn { position: absolute; top: 10px; right: 15px; cursor: pointer; padding: 9px 10px; border: 1px solid #ff0000; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; background-color: none; display: none; }
.nav-sticky .mobnav-btn:hover { background-color: #ff0000; }
@media only screen and (max-width: 767px) { .nav-sticky .mobnav-btn { display: block; } }

.blog-wrapper .nav-sticky { top: 0; }
.blog-wrapper .loyal { padding-top: 145px; margin: 0 auto; max-width: 800px; padding-bottom: 90px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .blog-wrapper .loyal { padding-bottom: 55px; } }
@media only screen and (max-width: 767px) { .blog-wrapper .loyal { padding-top: 85px; padding-bottom: 50px; } }

.slider { width: 100%; }
.slider .slider__i { position: relative; z-index: 9; }
.slider .logo-big { position: absolute; top: 77px; left: 50%; margin-left: -80px; z-index: 20; }
@media only screen and (max-width: 767px) { .slider .logo-big { top: 50px; margin-left: -62px; } }
.slider .logo-big img { display: block; padding-bottom: 30px; }
@media only screen and (max-width: 767px) { .slider .logo-big img { max-height: 100px; } }
.slider .logo-big p { position: absolute; bottom: -30px; left: 50%; white-space: nowrap; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0); display: inline-block; font-size: 15px; line-height: 17px; padding: 12px 0; border-top: 1px solid #d6d0d8; border-bottom: 1px solid #d6d0d8; color: #ffffff; }
.slider ul { list-style: none; }
.slider ul li { float: left; width: 100%; background-attachment: fixed; background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; position: relative; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .slider ul li { min-height: 780px; background-attachment: scroll; } }
@media only screen and (max-width: 767px) { .slider ul li { min-height: 480px; background-attachment: scroll; } }
.slider ul li img { display: block; height: auto; width: 100%; min-width: 100%; }
.slider ul li .slider__text { max-width: 1180px; margin: 380px auto 0; }
@media only screen and (max-height: 890px) { .slider ul li .slider__text { margin-top: 250px; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .slider ul li .slider__text { margin-top: 350px; padding-left: 30px; } }
@media only screen and (max-width: 767px) { .slider ul li .slider__text { margin-top: 250px; } }
.slider ul li .slider__text h1 { font-family: "Roboto", sans-serif; font-size: 40px; line-height: 42px; font-weight: 300; color: #fefefe; padding: 12px 20px; background: #d40019; display: inline-block; }
@media only screen and (max-height: 890px) { .slider ul li .slider__text h1 { font-size: 30px; line-height: 32px; padding: 5px 10px; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .slider ul li .slider__text h1 { font-size: 30px; line-height: 32px; padding: 5px 10px; } }
@media only screen and (max-width: 767px) { .slider ul li .slider__text h1 { font-size: 20px; line-height: 32px; padding: 5px 10px; } }
.slider ul li .slider__text p { width: 450px; box-sizing: border-box; font-family: "Roboto", sans-serif; font-size: 15px; line-height: 18px; font-weight: normal; color: #0d0d0d; padding: 15px 15px 15px 20px; background: #ffffff; margin-bottom: 16px; }
@media only screen and (max-height: 890px) { .slider ul li .slider__text p { font-size: 14px; line-height: 16px; padding: 10px 15px; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .slider ul li .slider__text p { font-size: 14px; line-height: 16px; padding: 10px 15px; } }
@media only screen and (max-width: 767px) { .slider ul li .slider__text p { width: 100%; font-size: 12px; line-height: 14px; padding: 10px 15px; } }
.slider .h-next { position: absolute; right: 75px; bottom: 27px; background: url('../img/icons-s4f521f868c.png') 0 -55px no-repeat; width: 50px; height: 50px; display: block; cursor: pointer; z-index: 10; }
.slider .h-next:hover { background: url('../img/icons-s4f521f868c.png') 0 -110px no-repeat; width: 50px; height: 50px; }
@media only screen and (max-width: 767px) { .slider .h-next { display: none !important; } }
.slider .h-prev { position: absolute; left: 75px; bottom: 27px; background: url('../img/icons-s4f521f868c.png') 0 0 no-repeat; width: 50px; height: 50px; display: block; cursor: pointer; z-index: 10; }
.slider .h-prev:hover { background: url('../img/icons-s4f521f868c.png') 0 -165px no-repeat; width: 50px; height: 50px; }
@media only screen and (max-width: 767px) { .slider .h-prev { display: none !important; } }
.slider .pager { width: 100%; height: 11px; position: absolute; left: 0; bottom: 27px; text-align: center; z-index: 10; }
@media only screen and (max-width: 767px) { .slider .pager { bottom: 15px; } }
.slider .pager a { margin-right: 8px; position: relative; width: 9px; height: 9px; background: none; border: 1px solid #ffffff; display: inline-block; -webkit-border-radius: 50% 50%; -moz-border-radius: 50% / 50%; border-radius: 50% / 50%; }
.slider .pager a span { display: none; }
.slider .pager .selected { background: #ffffff; }

.footer-bottom { background: #2b2c2e; }
.footer-bottom .footer-bottom-i { max-width: 1670px; margin: 0 auto; padding-top: 35px; padding-bottom: 30px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .footer-bottom .footer-bottom-i { padding-right: 20px; padding-left: 20px; } }
@media only screen and (max-width: 767px) { .footer-bottom .footer-bottom-i { padding-right: 20px; padding-left: 20px; } }
.footer-bottom .footer-bottom-i p { font-size: 16px; line-height: 20px; font-weight: 300; color: #958c8c; padding-left: 50px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .footer-bottom .footer-bottom-i p { padding-left: 30px; } }
@media only screen and (max-width: 767px) { .footer-bottom .footer-bottom-i p { padding-left: 0; } }
.footer-bottom .footer-bottom-i p a { color: #958c8c; }
.footer-bottom .footer-bottom-i p a:hover { text-decoration: underline; }
.footer-bottom .footer-bottom-i p span { color: #d1cbcb; }

.footer__center { background: #1d1e20; padding-top: 53px; padding-bottom: 55px; border-top: 1px solid #d40019; border-bottom: 1px solid #d40019; }
.footer__center .footer__center-i { max-width: 1670px; margin: 0 auto; padding-left: 50px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
@media only screen and (max-width: 767px) { .footer__center .footer__center-i { padding-left: 20px; padding-right: 20px; } }
.footer__center h4 { font-size: 22px; line-height: 25px; color: #ffffff; padding-bottom: 50px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .footer__center h4 { padding-bottom: 20px; } }
@media only screen and (max-width: 767px) { .footer__center h4 { padding-bottom: 20px; } }
.footer__center .descr { float: left; width: 20%; padding-right: 5%; position: relative; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .footer__center .descr { float: none; width: 100%; padding-bottom: 20px; } }
@media only screen and (max-width: 767px) { .footer__center .descr { float: none; width: 100%; padding-bottom: 20px; } }
.footer__center .descr .flogo { position: absolute; top: -7px; left: 0; padding-top: 0; }
.footer__center .descr a { display: block; text-decoration: none; padding-top: 78px; font-size: 16px; line-height: 32px; font-weight: 300; color: #c2c1c1; -webkit-transition-duration: 0.4s; -moz-transition-duration: 0.4s; -o-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: linear; -moz-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear; -webkit-transition-property: color; -moz-transition-property: color; -o-transition-property: color; transition-property: color; }
.footer__center .descr a:hover { color: #d40019; }
@media only screen and (max-width: 767px) { .footer__center .descr a { font-size: 14px; line-height: 20px; } }
.footer__center .sitemap { float: left; width: 15%; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .footer__center .sitemap { width: 33.333%; } }
@media only screen and (max-width: 767px) { .footer__center .sitemap { float: none; width: 100%; padding-bottom: 20px; } }
.footer__center .sitemap .fnav { list-style: none; }
.footer__center .sitemap .fnav li { padding-bottom: 15px; }
@media only screen and (max-width: 767px) { .footer__center .sitemap .fnav li { float: left; padding-right: 15px; } }
.footer__center .sitemap .fnav li a { font-size: 18px; line-height: 20px; font-weight: 300; color: #c1c1c1; -webkit-transition-duration: 0.4s; -moz-transition-duration: 0.4s; -o-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: linear; -moz-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear; -webkit-transition-property: color; -moz-transition-property: color; -o-transition-property: color; transition-property: color; }
.footer__center .sitemap .fnav li a:hover { color: #d40019; }
.footer__center .social { float: left; width: 15%; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .footer__center .social { width: 33.333%; } }
@media only screen and (max-width: 767px) { .footer__center .social { float: none; width: 100%; padding-bottom: 20px; } }
.footer__center .social ul { list-style: none; }
.footer__center .social ul li { padding-bottom: 14px; }
@media only screen and (max-width: 767px) { .footer__center .social ul li { float: left; width: 50%; } }
.footer__center .social ul li a { font-size: 18px; line-height: 20px; font-weight: 300; color: #c1c1c1; -webkit-transition-duration: 0.4s; -moz-transition-duration: 0.4s; -o-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: linear; -moz-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear; -webkit-transition-property: color; -moz-transition-property: color; -o-transition-property: color; transition-property: color; }
.footer__center .social ul li a i { display: inline-block; margin-right: 10px; position: relative; top: 5px; }
.footer__center .social ul li a:hover { color: #d40019; }
.footer__center .social ul li a:hover i:after { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; }
.footer__center .fblog { width: 25%; padding-right: 5%; float: left; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .footer__center .fblog { float: none; width: 100%; clear: both; padding-top: 20px; } }
@media only screen and (max-width: 767px) { .footer__center .fblog { float: none; width: 100%; padding-bottom: 20px; } }
.footer__center .fblog .item { padding-bottom: 35px; }
.footer__center .fblog .item a { color: #c1c1c1; font-size: 16px; line-height: 30px; text-decoration: none; -webkit-transition-duration: 0.4s; -moz-transition-duration: 0.4s; -o-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: linear; -moz-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear; -webkit-transition-property: color; -moz-transition-property: color; -o-transition-property: color; transition-property: color; }
.footer__center .fblog .item a:hover { color: #d40019; }
.footer__center .language { width: 15%; float: right; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .footer__center .language { width: 33.333%; } }
@media only screen and (max-width: 767px) { .footer__center .language { float: none; width: 100%; padding-bottom: 20px; } }
.footer__center .language ul { list-style: none; }
.footer__center .language ul li { padding-bottom: 14px; }
@media only screen and (max-width: 767px) { .footer__center .language ul li { float: left; padding-right: 15px; } }
.footer__center .language ul li a { font-size: 18px; line-height: 20px; font-weight: 300; color: #c1c1c1; -webkit-transition-duration: 0.4s; -moz-transition-duration: 0.4s; -o-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: linear; -moz-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear; -webkit-transition-property: color; -moz-transition-property: color; -o-transition-property: color; transition-property: color; }
.footer__center .language ul li a:hover { color: #d40019; }

.title { text-align: center; padding-bottom: 32px; position: relative; }
@media only screen and (max-width: 767px) { .title { padding-bottom: 25px; } }
.title h2 { color: #d30019; font-size: 55px; line-height: 68px; font-weight: 300; padding-bottom: 16px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .title h2 { font-size: 45px; line-height: 58px; } }
@media only screen and (max-width: 767px) { .title h2 { font-size: 35px; line-height: 48px; } }
.title .subtitle { color: #565656; font-size: 19px; line-height: 22px; font-weight: normal; padding: 14px 0; position: relative; }
.title .subtitle:before { content: " "; display: block; width: 150px; height: 1px; background: #dadada; position: absolute; top: 0; left: 50%; margin-left: -75px; }
.title .subtitle:after { content: " "; display: block; width: 150px; height: 1px; background: #dadada; position: absolute; bottom: 0; left: 50%; margin-left: -75px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .title .subtitle { font-size: 16px; line-height: 20px; } }
@media only screen and (max-width: 767px) { .title .subtitle { font-size: 15px; line-height: 20px; } }
.title.title__white h2, .title.title__white p { color: #ffffff; }

.loyal-i { max-width: 800px; margin: 0 auto; padding-top: 94px; padding-bottom: 90px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .loyal-i { padding-left: 20px; padding-right: 20px; } }
@media only screen and (max-width: 767px) { .loyal-i { padding: 70px 15px; } }
.loyal-i p { text-align: center; font-size: 16px; line-height: 30px; font-weight: 300; color: #565656; padding-bottom: 35px; }
@media only screen and (max-width: 767px) { .loyal-i p { padding-bottom: 25px; font-size: 14px; line-height: 20px; } }
.loyal-i .btn-red-w { text-align: center; }

.advant { background: #d40019; padding-top: 90px; padding-bottom: 55px; overflow: hidden; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .advant { padding-top: 70px; padding-bottom: 55px; } }
@media only screen and (max-width: 767px) { .advant { padding-top: 70px; padding-bottom: 55px; } }

.advant-i { max-width: 1180px; margin: 0 auto; }
.advant-i .title { padding-bottom: 60px; }
@media only screen and (max-width: 767px) { .advant-i .title { padding-bottom: 25px; } }
.advant-i .col { text-align: center; width: 33.333%; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 2% 40px; position: relative; }
@media only screen and (max-width: 767px) { .advant-i .col { float: none; width: 100%; margin-bottom: 40px; padding-bottom: 0; } }
.advant-i .col .img { padding-bottom: 45px; height: 65px; }
@media only screen and (max-width: 767px) { .advant-i .col .img { padding-bottom: 30px; height: 45px; } }
.advant-i .col .img img { max-width: 100%; }
.advant-i .col p { color: #ffffff; font-size: 16px; line-height: 24px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .advant-i .col p { font-size: 14px; line-height: 20px; } }
@media only screen and (max-width: 767px) { .advant-i .col p { font-size: 14px; line-height: 20px; } }
.advant-i .col p strong { display: block; font-size: 21px; line-height: 30px; padding-bottom: 15px; font-weight: normal; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .advant-i .col p strong { font-size: 18px; line-height: 24px; } }
@media only screen and (max-width: 767px) { .advant-i .col p strong { font-size: 18px; line-height: 24px; } }
.advant-i .col p em { display: block; font-style: normal; padding-bottom: 40px; }
@media only screen and (max-width: 767px) { .advant-i .col p em { padding-bottom: 20px; } }
.advant-i .col .btn-white { position: absolute; bottom: 0; left: 50%; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0); }
@media only screen and (max-width: 767px) { .advant-i .col .btn-white { position: static; -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } }

.info-box-w { padding-top: 60px; clear: both; }
@media only screen and (max-width: 767px) { .info-box-w { padding: 0; } }

.info-box { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 20px 25px; background: rgba(255, 255, 255, 0.3); position: relative; display: none; }
@media only screen and (max-width: 767px) { .info-box { margin-top: 15px; } }
.info-box .info-box-i { background-image: url(../img/info-bg.png); background-position: 0 0; background-repeat: repeat-y; padding: 15px 30px; }
@media only screen and (max-width: 767px) { .info-box .info-box-i { background-image: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; padding-left: 0; padding-right: 0; } }
.info-box .close { background: url('../img/icons-s4f521f868c.png') 0 -270px no-repeat; width: 26px; height: 26px; display: block; position: absolute; top: 15px; right: 15px; cursor: pointer; }
.info-box ul { padding-left: 20px; }
.info-box ul li { color: #ffffff; font-size: 20px; line-height: 30px; font-family: "Roboto", sans-serif; font-weight: normal; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .info-box ul li { font-size: 16px; line-height: 22px; } }
@media only screen and (max-width: 767px) { .info-box ul li { font-size: 14px; line-height: 20px; text-align: left; } }
.info-box p { font-size: 16px; line-height: 29px; color: #ffffff; padding-bottom: 17px; }
.info-box p strong { font-size: 20px; }

.solution { padding-top: 90px; padding-bottom: 170px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .solution { padding-top: 70px; padding-bottom: 90px; } }
@media only screen and (max-width: 767px) { .solution { padding-top: 70px; padding-bottom: 70px; } }

.solution-i { max-width: 908px; margin: 0 auto; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .solution-i { padding: 0 20px; } }
@media only screen and (max-width: 767px) { .solution-i { padding: 0 20px; } }
.solution-i .title { padding-bottom: 120px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .solution-i .title { padding-bottom: 70px; } }
@media only screen and (max-width: 767px) { .solution-i .title { padding-bottom: 25px; } }
.solution-i .tads-controls { width: 55%; padding-top: 7px; float: left; }
@media only screen and (max-width: 767px) { .solution-i .tads-controls { width: 100%; float: none; } }
.solution-i .tads-controls ul { list-style: none; }
.solution-i .tads-controls ul li { margin-bottom: 28px; position: relative; }
@media only screen and (max-width: 767px) { .solution-i .tads-controls ul li { margin-bottom: 20px; } }
.solution-i .tads-controls ul li a { display: block; position: relative; width: 400px; height: 75px; z-index: 3; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 25px; font-size: 24px; line-height: 75px; color: #aaaaaa; background-color: #efedee; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; -webkit-transition-duration: 0.4s; -moz-transition-duration: 0.4s; -o-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: linear; -moz-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear; -webkit-transition-property: color, background-color; -moz-transition-property: color, background-color; -o-transition-property: color, background-color; transition-property: color, background-color; }
.solution-i .tads-controls ul li a:hover { color: #ffffff; background-color: #d40019; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .solution-i .tads-controls ul li a { width: 350px; height: 60px; line-height: 60px; font-size: 20px; } }
@media only screen and (max-width: 767px) { .solution-i .tads-controls ul li a { width: 100%; height: 50px; line-height: 50px; font-size: 14px; } }
.solution-i .tads-controls ul li.active:after { content: " "; display: block; width: 100%; height: 2px; background: #d40019; position: absolute; top: 50%; margin-top: -1px; right: 0; }
@media only screen and (max-width: 767px) { .solution-i .tads-controls ul li.active:after { display: none; } }
.solution-i .tads-controls ul li.active a { color: #ffffff; background-color: #d40019; -webkit-box-shadow: 0 3px #a30618; -moz-box-shadow: 0 3px #a30618; box-shadow: 0 3px #a30618; padding-left: 30px; }
.solution-i .tads-controls ul li.active a:before { content: " "; display: block; background: url('../img/icons-s4f521f868c.png') 0 -770px no-repeat; width: 13px; height: 21px; position: absolute; top: 50%; margin-top: -10px; left: 6px; }
.solution-i .tabs-item { width: 45%; min-height: 300px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float: left; background: #f9f9f9; border-left: 2px solid  #d40019; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .solution-i .tabs-item { min-height: 264px; } }
@media only screen and (max-width: 767px) { .solution-i .tabs-item { min-height: inherit; float: none; width: 100%; } }
.solution-i .tabs-item .item { padding: 20px 30px 35px; display: none; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .solution-i .tabs-item .item { padding-bottom: 20px; padding-right: 10px; } }
.solution-i .tabs-item .item p { font-size: 21px; line-height: 30px; font-weight: 300; color: #535353; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .solution-i .tabs-item .item p { font-size: 18px; line-height: 24px; } }
@media only screen and (max-width: 767px) { .solution-i .tabs-item .item p { font-size: 14px; line-height: 20px; } }
.solution-i .tabs-item .item ul { padding-left: 20px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .solution-i .tabs-item .item ul { padding-left: 15px; } }
@media only screen and (max-width: 767px) { .solution-i .tabs-item .item ul { padding-left: 15px; } }
.solution-i .tabs-item .item ul li { font-size: 21px; line-height: 30px; font-weight: 300; color: #535353; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .solution-i .tabs-item .item ul li { font-size: 18px; line-height: 24px; } }
@media only screen and (max-width: 767px) { .solution-i .tabs-item .item ul li { font-size: 14px; line-height: 20px; } }
.solution-i .tabs-item .item.active { display: block; }

.clients { background-position: 50% 50%; -webkit-background-size: cover; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; padding-top: 99px; padding-bottom: 65px; border-bottom: 1px solid #d40019; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .clients { padding-top: 70px; padding-bottom: 50px; background-attachment: scroll; } }
@media only screen and (max-width: 767px) { .clients { padding-top: 70px; padding-bottom: 50px; background-attachment: scroll; } }
.clients .clients-i { max-width: 1180px; margin: 0 auto; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .clients .clients-i { padding: 0 20px; } }
@media only screen and (max-width: 767px) { .clients .clients-i { padding: 0 20px; } }
.clients .clients-i .title { padding-bottom: 68px; }
.clients .info-table { max-width: 908px; margin: 0 auto; margin-bottom: 54px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .clients .info-table { margin-bottom: 30px; } }
@media only screen and (max-width: 767px) { .clients .info-table { margin-bottom: 30px; } }
.clients .info-table .col { width: 50%; text-align: center; float: left; }
@media only screen and (max-width: 767px) { .clients .info-table .col { float: none; width: 100%; margin-bottom: 40px; } }
.clients .info-table .col .img { padding-bottom: 38px; }
@media only screen and (max-width: 767px) { .clients .info-table .col .img { padding-bottom: 20px; } }
.clients .info-table .col p { font-size: 16px; line-height: 24px; color: #ffffff; padding: 0 60px 35px; }
@media only screen and (max-width: 767px) { .clients .info-table .col p { padding: 0 0 20px; font-size: 14px; line-height: 20px; } }
.clients h4 { display: inline-block; font-size: 21px; color: #ffffff; padding: 0 25px; height: 50px; line-height: 50px; background: #d40019; margin-bottom: 26px; font-weight: normal; }
@media only screen and (max-width: 767px) { .clients h4 { font-size: 14px; padding: 0 10px; margin-bottom: 15px; } }
.clients .feedback { text-align: center; padding-top: 74px; clear: both; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .clients .feedback { padding-top: 50px; } }
.clients .feedback .img { padding-bottom: 25px; }
.clients .text-slider { max-width: 780px; margin: 0 auto; padding-bottom: 90px; position: relative; }
.clients .text-slider .text-prev { background: url('../img/icons-s4f521f868c.png') 0 -472px no-repeat; width: 50px; height: 50px; display: block; position: absolute; bottom: 0; left: 50%; margin-left: -60px; cursor: pointer; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); opacity: 0.5; -webkit-transition-property: opacity; -moz-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.4s; -moz-transition-duration: 0.4s; -o-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease; -o-transition-timing-function: ease; transition-timing-function: ease; }
.clients .text-slider .text-prev:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; }
.clients .text-slider .text-next { background: url('../img/icons-s4f521f868c.png') 0 -547px no-repeat; width: 50px; height: 50px; display: block; position: absolute; bottom: 0; right: 50%; margin-right: -60px; cursor: pointer; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); opacity: 0.5; -webkit-transition-property: opacity; -moz-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.4s; -moz-transition-duration: 0.4s; -o-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease; -o-transition-timing-function: ease; transition-timing-function: ease; }
.clients .text-slider .text-next:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; }
.clients ul { list-style: none; }
.clients ul li { float: left; width: 780px; padding-bottom: 10px; }
.clients ul li blockquote { font-size: 23px; line-height: 30px; font-weight: 100; font-style: italic; color: #ffffff; text-align: center; margin: 0; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .clients ul li blockquote { font-size: 18px; line-height: 24px; } }
@media only screen and (max-width: 767px) { .clients ul li blockquote { font-size: 14px; line-height: 20px; } }

.newsletter { background: #2b2c2e; }
.newsletter .newsletter-i { padding: 30px 0; max-width: 805px; margin: 0 auto; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .newsletter .newsletter-i { padding-left: 20px; padding-right: 20px; } }
@media only screen and (max-width: 767px) { .newsletter .newsletter-i { text-align: center; } }
.newsletter .newsletter-i .row { width: 550px; margin-right: 13px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .newsletter .newsletter-i .row { width: 480px; } }
@media only screen and (max-width: 767px) { .newsletter .newsletter-i .row { float: none; width: 90%; margin: 0 auto; padding-bottom: 10px; } }
.newsletter .newsletter-i .btn-red { padding: 0 28px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .newsletter .newsletter-i .btn-red { padding: 0 20px; } }
@media only screen and (max-width: 767px) { .newsletter .newsletter-i .btn-red { float: none; } }

.company { padding-top: 90px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .company { padding-top: 70px; } }
@media only screen and (max-width: 767px) { .company { padding: 70px 20px 0; } }
.company .title { padding-bottom: 60px; }
.company .map-w { background-image: url("../img/bg-map.png"); background-position: 50% 50%; background-repeat: no-repeat; padding-bottom: 50px; }
.company .map-i { max-width: 1180px; margin: 0 auto; position: relative; padding-left: 435px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .company .map-i { padding-left: 250px; } }
@media only screen and (max-width: 767px) { .company .map-i { padding-left: 0; } }
.company .text { position: absolute; top: 20px; left: 140px; width: 180px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .company .text { left: 40px; top: 0; } }
@media only screen and (max-width: 767px) { .company .text { position: static; width: 100%; } }
.company .text .text-item { padding-bottom: 30px; }
.company .text a { display: block; font-size: 23px; line-height: 25px; font-weight: 300; color: #020202; position: relative; padding-bottom: 20px; -webkit-transition-property: color; -moz-transition-property: color; -o-transition-property: color; transition-property: color; -webkit-transition-duration: 0.4s; -moz-transition-duration: 0.4s; -o-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease; -o-transition-timing-function: ease; transition-timing-function: ease; }
.company .text a:hover { color: #d40019; }
.company .text a:after { content: " "; display: block; width: 36px; height: 2px; background: #d40019; position: absolute; left: 0; bottom: 0; }
@media only screen and (max-width: 767px) { .company .text a { font-size: 20px; line-height: 22px; padding-bottom: 15px; } }
.company .text p { font-size: 19px; line-height: 22px; font-weight: 300; color: #020202; padding-top: 13px; }
@media only screen and (max-width: 767px) { .company .text p { font-size: 16px; line-height: 20px; padding-top: 10px; } }
.company .map-circle { width: 630px; height: 630px; overflow: hidden; position: relative; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .company .map-circle { width: 430px; height: 430px; } }
@media only screen and (max-width: 767px) { .company .map-circle { width: 250px; height: 250px; margin: 0 auto; } }
.company .map-circle img { max-width: 100%; }
.company .map-circle .map-markers i { position: adsolute; color: #ffffff; display: block; font-size: 14px; font-weight: 500; line-height: 16px; font-style: normal; white-space: nowrap; padding-left: 28px; position: absolute; cursor: pointer; }
@media only screen and (max-width: 767px) { .company .map-circle .map-markers i { font-size: 10px; } }
.company .map-circle .map-markers i:hover { color: #000000; }
.company .map-circle .map-markers i:after { content: " "; background: url('../img/icons-s4f521f868c.png') 0 -660px no-repeat; width: 18px; height: 18px; display: block; position: absolute; top: 50%; margin-top: -9px; left: 0; }

.company .map-circle .map-markers .sz-marker { top: 241px; left: 330px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .company .map-circle .map-markers .sz-marker { top: 169px; left: 224px; } }
@media only screen and (max-width: 767px) { .company .map-circle .map-markers .sz-marker { top: 90px; left: 124px; } }

.company .map-circle .map-markers .hk-marker { top: 277px; right: 523px;  padding-left: 0; padding-right: 27px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .company .map-circle .map-markers .hk-marker { top: 180px; right: 350px; } }
@media only screen and (max-width: 767px) { .company .map-circle .map-markers .hk-marker { top: 100px; right: 192px; } }

.company .map-circle .map-markers .hk-marker:after { left: auto; right: 0; }

.company .map-circle .map-markers .bh-marker { top: 307px; right: 523px;  padding-left: 0; padding-right: 27px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .company .map-circle .map-markers .bh-marker { top: 250px; right: 360px; } }
@media only screen and (max-width: 767px) { .company .map-circle .map-markers .bh-marker { top: 140px; right: 212px; } }

.company .map-circle .map-markers .bh-marker:after { left: auto; right: 0; }

.company .map-circle .map-markers .sp-marker { top: auto; bottom: 290px; right: 527px; padding-left: 0; padding-right: 27px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .company .map-circle .map-markers .sp-marker { bottom: 194px; right: 360px; } }
@media only screen and (max-width: 767px) { .company .map-circle .map-markers .sp-marker { bottom: 107px; right: 208px; } }

.company .map-circle .map-markers .sp-marker:after { left: auto; right: 0; }

.infobox-slider { padding-bottom: 170px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .infobox-slider { padding-bottom: 100px; } }
@media only screen and (max-width: 767px) { .infobox-slider { padding-bottom: 100px; } }

.infobox-slider-i { max-width: 1180px; margin: 0 auto; display: none; }
.infobox-slider-i ul { list-style: none; }
.infobox-slider-i ul li { float: left; width: 100%; }
.infobox-slider-i ul li .info-box { display: block; background: #efedee; }
.infobox-slider-i.active { display: block; }

.info-city { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 40px 25px 25px 40px; background: #efedee; position: relative; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .info-city { padding: 20px; } }
@media only screen and (max-width: 767px) { .info-city { padding: 20px; } }
.info-city .close { background: url('../img/icons-s4f521f868c.png') 0 -220px no-repeat; width: 26px; height: 26px; display: block; position: absolute; top: 15px; right: 15px; cursor: pointer; }
@media only screen and (max-width: 767px) { .info-city .close { top: 5px; right: 5px; } }
.info-city .prev-btn { width: 50px; height: 50px; background-color: #efedee; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; display: block; position: absolute; bottom: -105px; left: 50%; margin-left: -60px; cursor: pointer; -webkit-transition-property: background-color; -moz-transition-property: background-color; -o-transition-property: background-color; transition-property: background-color; -webkit-transition-duration: 0.4s; -moz-transition-duration: 0.4s; -o-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease; -o-transition-timing-function: ease; transition-timing-function: ease; }
.info-city .prev-btn:before { content: " "; display: block; background: url('../img/icons-s4f521f868c.png') 0 -452px no-repeat; width: 12px; height: 15px; position: absolute; top: 50%; left: 50%; margin: -6px 0 0 -7px; }
.info-city .prev-btn:hover { background-color: #dad7d9; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .info-city .prev-btn { bottom: -70px; } }
@media only screen and (max-width: 767px) { .info-city .prev-btn { bottom: -70px; } }
.info-city .next-btn { width: 50px; height: 50px; background-color: #efedee; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; display: block; position: absolute; bottom: -105px; right: 50%; margin-right: -60px; cursor: pointer; -webkit-transition-property: background-color; -moz-transition-property: background-color; -o-transition-property: background-color; transition-property: background-color; -webkit-transition-duration: 0.4s; -moz-transition-duration: 0.4s; -o-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease; -o-transition-timing-function: ease; transition-timing-function: ease; }
.info-city .next-btn:before { content: " "; display: block; background: url('../img/icons-s4f521f868c.png') 0 -527px no-repeat; width: 12px; height: 15px; position: absolute; top: 50%; left: 50%; margin: -6px 0 0 -7px; }
.info-city .next-btn:hover { background-color: #dad7d9; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .info-city .next-btn { bottom: -70px; } }
@media only screen and (max-width: 767px) { .info-city .next-btn { bottom: -70px; } }
.info-city .img { float: left; width: 347px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-right: 26px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .info-city .img { width: 250px; } }
@media only screen and (max-width: 767px) { .info-city .img { width: 100%; padding: 0; float: none; padding-bottom: 20px; } }
.info-city .img img { max-width: 100%; display: block; }
.info-city .city-text { margin-left: 348px; border-left: 2px solid #d40019; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-left: 30px; padding-right: 50px; padding-top: 7px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .info-city .city-text { margin-left: 250px; padding-right: 0; } }
@media only screen and (max-width: 767px) { .info-city .city-text { margin-left: 0; padding-right: 0; border-left: none; padding-left: 0; } }
.info-city .city-text p { color: #686868; font-size: 16px; line-height: 30px; font-family: "Roboto", sans-serif; font-weight: 300; padding-bottom: 30px; letter-spacing: .9px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .info-city .city-text p { font-size: 14px; line-height: 20px; letter-spacing: normal; padding-bottom: 15px; } }
@media only screen and (max-width: 767px) { .info-city .city-text p { font-size: 14px; line-height: 20px; letter-spacing: normal; padding-bottom: 15px; } }
.info-city .city-text p strong { font-size: 19px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .info-city .city-text p strong { font-size: 18px; line-height: 20px; padding-right: 20px; } }
@media only screen and (max-width: 767px) { .info-city .city-text p strong { font-size: 18px; line-height: 20px; } }

.team .inactive { height: 567px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .team .inactive { height: 300px; } }
@media only screen and (max-width: 767px) { .team .inactive { height: 200px; } }
.team .slider ul li { min-height: 567px; background-attachment: scroll; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .team .slider ul li { min-height: 300px; } }
@media only screen and (max-width: 767px) { .team .slider ul li { min-height: 200px; } }
.team .slider ul li .slider__text { margin-top: 145px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .team .slider ul li .slider__text { margin-top: 60px; } }
@media only screen and (max-width: 767px) { .team .slider ul li .slider__text { margin-top: 20px; } }
.team .team-i { max-width: 824px; margin: 0 auto; padding-top: 75px; padding-bottom: 115px; }
@media only screen and (max-width: 767px) { .team .team-i { padding-top: 70px; padding-bottom: 70px; } }
.team .team-i .more { display: none; }
.team .col { float: left; width: 50%; padding: 0 65px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align: center; }
@media only screen and (max-width: 767px) { .team .col { float: none; padding: 0 20px 40px; width: 100%; } }
.team h6 { color: #020202; font-size: 22px; line-height: 30px; font-weight: normal; }
.team p { font-size: 17px; line-height: 21px; font-weight: 300; padding-left: 15px; padding-right: 15px; color: #020202; padding-bottom: 20px; }
@media only screen and (max-width: 767px) { .team p { font-size: 14px; line-height: 20px; } }
.team p em { font-size: 17px; font-style: normal; font-weight: normal; }
@media only screen and (max-width: 767px) { .team p em { font-size: 15px; } }
.team .position { font-size: 22px; line-height: 24px; padding-bottom: 57px; padding-left: 0; padding-right: 0; font-weight: 300; }
@media only screen and (max-width: 767px) { .team .position { padding-bottom: 0; font-size: 20px; } }
.team .img { padding-bottom: 47px; }
@media only screen and (max-width: 767px) { .team .img { padding-bottom: 27px; } }
.team .img img { max-width: 100%; }
.team .btn-red { height: 35px; line-height: 35px; font-size: 17px; padding: 0 14px; margin-top: 13px; }

.cont-info { padding-top: 39px; }
.cont-info h6 { font-size: 16px; line-height: 18px; text-transform: uppercase; color: #020202; padding-bottom: 20px; }
.cont-info p { color: #020202; font-size: 14px; line-height: 21px; font-weight: normal; position: relative; padding-left: 40px; padding-bottom: 0; text-align: left; }
.cont-info p a { color: #020202; text-decoration: underline; }
.cont-info p a:hover { text-decoration: none; }
.cont-info i { display: block; position: absolute; top: 50%; margin-top: -7px; left: 0; }
.cont-info .point-icon { background: url('../img/icons-s4f521f868c.png') 0 -320px no-repeat; width: 13px; height: 17px; margin-top: -8px; }
.cont-info .phone-icon { background: url('../img/icons-s4f521f868c.png') 0 -251px no-repeat; width: 16px; height: 14px; }
.cont-info .mail-icon { background: url('../img/icons-s4f521f868c.png') 0 -301px no-repeat; width: 19px; height: 14px; }

.publications { padding-top: 90px; padding-bottom: 65px; background: #D40019; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .publications { padding-top: 70px; } }
@media only screen and (max-width: 767px) { .publications { padding-top: 70px; } }
.publications .publications-i { max-width: 1180px; margin: 0 auto; }
.publications .title { padding-bottom: 80px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .publications .title { padding-bottom: 40px; } }
@media only screen and (max-width: 767px) { .publications .title { padding-bottom: 25px; } }

.blog { text-align: right; }
@media only screen and (max-width: 767px) { .blog { text-align: center; } }
.blog .item { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 25px 30px 20px 40px; margin-bottom: 25px; background: rgba(255, 255, 255, 0.3); position: relative; text-align: left; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .blog .item { padding: 20px; } }
@media only screen and (max-width: 767px) { .blog .item { padding: 40px 20px 20px; } }
.blog .item .img { float: left; width: 347px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-top: 10px; padding-right: 26px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .blog .item .img { width: 250px; } }
@media only screen and (max-width: 767px) { .blog .item .img { float: none; width: 100%; padding: 0 0 20px; } }
.blog .item .img img { max-width: 100%; display: block; }
.blog .item .blog-text { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-left: 345px; padding-top: 4px; padding-bottom: 10px; padding-left: 34px; background-image: url(../img/info-bg.png); background-position: 0 0; background-repeat: repeat-y; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .blog .item .blog-text { margin-left: 250px; } }
@media only screen and (max-width: 767px) { .blog .item .blog-text { width: 100%; margin-left: 0; background-image: none; padding-left: 0; text-align: center; } }
.blog .item .blog-text p { color: #ffffff; font-size: 16px; line-height: 29px; font-family: "Roboto", sans-serif; font-weight: 300; padding-bottom: 8px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .blog .item .blog-text p { font-size: 14px; line-height: 20px; } }
@media only screen and (max-width: 767px) { .blog .item .blog-text p { font-size: 14px; line-height: 20px; text-align: center; } }
.blog .item .blog-text p strong { font-size: 20px; font-weight: normal; padding-right: 80px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .blog .item .blog-text p strong { font-size: 18px; line-height: 20px; } }
@media only screen and (max-width: 767px) { .blog .item .blog-text p strong { font-size: 18px; line-height: 20px; padding-right: 0; } }
.blog .item .blog-text .btn-white { height: 42px; line-height: 42px; font-size: 18px; padding: 0 14px; margin-top: 10px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .blog .item .blog-text .btn-white { height: 38px; line-height: 38px; font-size: 16px; } }
.blog .item .data { color: #ffffff; font-size: 14px; line-height: 16px; font-weight: 300; position: absolute; top: 37px; right: 30px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .blog .item .data { top: 20px; right: 20px; } }
@media only screen and (max-width: 767px) { .blog .item .data { top: 20px; right: 20px; } }
.blog .btn-white { height: 50px; line-height: 50px; font-size: 19px; padding: 0 40px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .blog .btn-white { height: 40px; line-height: 40px; font-size: 16px; margin-right: 20px; } }
@media only screen and (max-width: 767px) { .blog .btn-white { height: 40px; line-height: 40px; font-size: 16px; margin-right: 20px; } }

.contact { padding-top: 30px; padding-bottom: 35px; background: #efedee; }
.contact .contact-i { max-width: 1280px; margin: 0 auto; background: #ffffff; padding-top: 48px; padding-bottom: 38px; padding-right: 65px; padding-left: 40px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .contact .contact-i { padding: 30px 20px; } }
@media only screen and (max-width: 767px) { .contact .contact-i { padding: 30px 20px; } }
.contact .contact-i .title { padding-bottom: 80px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .contact .contact-i .title { padding-bottom: 25px; } }
@media only screen and (max-width: 767px) { .contact .contact-i .title { padding-bottom: 25px; } }
.contact .col { float: left; width: 50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
@media only screen and (max-width: 767px) { .contact .col { float: none; width: 100%; } }
.contact .col .cont-info { width: 470px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 45px 40px; margin-bottom: 30px; background: #f9f9f9; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .contact .col .cont-info { padding: 25px 20px; width: 100%; } }
@media only screen and (max-width: 767px) { .contact .col .cont-info { padding: 25px 20px; width: 100%; } }
.contact .col .cont-info p { margin-bottom: 10px; font-size: 16px; line-height: 18px; font-weight: 100; padding-left: 30px; }
.contact .cont-map-w { width: 470px; height: 240px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .contact .cont-map-w { width: 100%; } }
@media only screen and (max-width: 767px) { .contact .cont-map-w { width: 100%; padding-bottom: 20px; } }
.contact .cont-map-w #cont-map { height: 100%; padding: 0; margin: 0; }

.cont-form { padding-left: 38px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .cont-form { padding-left: 10%; } }
@media only screen and (max-width: 767px) { .cont-form { padding-left: 0; } }
.cont-form .row { width: 550px; padding-bottom: 13px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .cont-form .row { width: 100%; } }
@media only screen and (max-width: 767px) { .cont-form .row { width: 100%; } }
.cont-form .row input[type='text'] { font-size: 14px; border: 1px solid #e8e8e8; padding: 0 20px; }
.cont-form .row input[type='text']:focus { border: 1px solid #333333; }
.cont-form .error input[type="text"], .cont-form .error textarea { border: 1px solid #ff2700; }
.cont-form .btn-w { text-align: right; }

.thankyoubox-w { display: none; max-width: 500px; }
@media only screen and (max-width: 767px) { .thankyoubox-w { max-width: 300px; } }
.thankyoubox-w .thankyoubox-i { padding: 40px 30px; }
.thankyoubox-w .thankyoubox-i h6 { color: #020202; font-size: 20px; line-height: 22px; font-weight: normal; text-align: center; padding-bottom: 20px; }
.thankyoubox-w .thankyoubox-i p { color: #020202; font-size: 17px; line-height: 20px; font-weight: 300; text-align: center; }

.condbox-w { max-width: 600px; }
@media only screen and (max-width: 767px) { .condbox-w { max-width: 300px; } }
.condbox-w .condbox-i { padding: 40px 30px; }
.condbox-w .condbox-i h6 { color: #020202; font-size: 20px; line-height: 22px; font-weight: normal; text-align: center; padding-bottom: 20px; }
@media only screen and (max-width: 767px) { .condbox-w .condbox-i h6 { font-size: 16px; line-height: 18px; } }
.condbox-w .condbox-i p { color: #020202; font-size: 17px; line-height: 20px; font-weight: 300; text-align: left; padding-bottom: 15px; }
@media only screen and (max-width: 767px) { .condbox-w .condbox-i p { font-size: 12px; line-height: 16px; } }

.blog-nav { background-color: #d40019; height: 35px; clear: both; }
@media only screen and (max-width: 767px) { .blog-nav { height: auto; } }
.blog-nav .blog-nav-i { max-width: 1184px; margin: 0 auto; }
.blog-nav ul { list-style: none; padding-left: 10px; }
.blog-nav ul li { float: left; padding-right: 38px; color: #ffffff; font-size: 16px; line-height: 35px; }
@media only screen and (max-width: 767px) { .blog-nav ul li { font-size: 14px; padding-right: 10px; } }
.blog-nav ul li a { color: #ffffff; font-size: 16px; line-height: 35px; font-weight: 300; -webkit-transition-property: color; -moz-transition-property: color; -o-transition-property: color; transition-property: color; -webkit-transition-duration: 0.4s; -moz-transition-duration: 0.4s; -o-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease; -o-transition-timing-function: ease; transition-timing-function: ease; }
@media only screen and (max-width: 767px) { .blog-nav ul li a { font-size: 14px; } }
.blog-nav ul li a:hover { color: #2b2c2e; }

.blog-w { background: #e3e3e3; padding-top: 77px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .blog-w { padding-top: 150px; } }
.blog-w .blog-i { max-width: 1184px; margin: 0 auto; padding-top: 44px; }
@media only screen and (max-width: 767px) { .blog-w .blog-i { padding-top: 80px; } }
.blog-w .content { float: left; width: 70%; padding-right: 7%; padding-bottom: 40px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .blog-w .content { float: none; width: 100%; padding-right: 3%; padding-left: 3%; clear: both; } }
@media only screen and (max-width: 767px) { .blog-w .content { float: none; width: 100%; padding-right: 3%; padding-left: 3%; clear: both; } }
.blog-w .asside { float: right; width: 30%; padding-right: 2%; padding-bottom: 40px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .blog-w .asside { float: none; position: static; width: 100%; padding: 0 3%; } }
@media only screen and (max-width: 767px) { .blog-w .asside { float: none; position: static; width: 100%; padding: 0 2%; } }

.blog-item { padding-top: 40px; }
.blog-item h1 { font-family: "Roboto", sans-serif; font-size: 26px; line-height: 32px; padding: 12px 20px; font-weight: 300; color: #fefefe; background: #d40019; display: inline-block; max-width: 75%; }
@media only screen and (max-height: 890px) { .blog-item h1 { padding: 5px 10px; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .blog-item h1 { font-size: 30px; line-height: 32px; padding: 5px 10px; } }
@media only screen and (max-width: 767px) { .blog-item h1 { font-size: 20px; line-height: 32px; padding: 5px 10px; } }
.blog-item .text { background: #ffffff; padding: 24px 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; }
.blog-item .text .date { position: absolute; right: 0; top: -28px; background: #d40019; height: 28px; }
.blog-item .text .date p { color: #fefefe; font-size: 13px; line-height: 28px; padding: 0 9px; }
.blog-item .text .social-blog { float: right; margin-top: 10px; }
@media only screen and (max-width: 767px) { .blog-item .text .social-blog { float: none; margin-top: 0; position: static; padding-bottom: 10px; } }
.blog-item .text .social-blog ul { list-style: none; }
.blog-item .text .social-blog ul li { float: left; padding-right: 23px; }
.blog-item .text .social-blog ul li a { color: #d40019; font-size: 13px; line-height: 24px; vertical-align: middle; text-decoration: none; }
.blog-item .text .social-blog ul li a i { display: inline-block; margin-right: 10px; position: relative; top: 7px; }
.blog-item .text .social-blog ul li a:hover i:after { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40); opacity: 0.4; }
.blog-item .img { float: left; padding-right: 20px; }
@media only screen and (max-width: 767px) { .blog-item .img { float: none; padding-right: 0; padding-bottom: 15px; } }
.blog-item .img img { max-width: 100%; }
.blog-item p { font-family: "Roboto", sans-serif; font-size: 15px; line-height: 18px; font-weight: normal; color: #0d0d0d; padding-bottom: 19px; }
@media only screen and (max-height: 890px) { .blog-item p { font-size: 14px; line-height: 16px; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .blog-item p { font-size: 14px; line-height: 16px; } }
@media only screen and (max-width: 767px) { .blog-item p { width: 100%; font-size: 12px; line-height: 14px; padding-bottom: 10px; } }
.blog-item .btn-red { margin-top: 9px; height: 34px; font-size: 16px; line-height: 34px; padding: 0 33px; color: #ffffff; text-decoration: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 3px #a10618; -moz-box-shadow: 0 3px #a10618; box-shadow: 0 3px #a10618; }
.blog-item .btn-red:hover { color: #020202; -webkit-box-shadow: 0 -3px #a30518; -moz-box-shadow: 0 -3px #a30518; box-shadow: 0 -3px #a30518; }

.post-main h1 { position: relative; max-width: 70%; }
.post-main h1 .back { position: absolute; top: 20px; right: -100px; color: #d40019; font-size: 14px; line-height: 16px; text-decoration: underline; }
@media only screen and (max-height: 890px) { .post-main h1 .back { top: 10px; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .post-main h1 .back { top: 10px; } }
@media only screen and (max-width: 767px) { .post-main h1 .back { left: 0; top: -30px; } }
.post-main h1 .back:hover { text-decoration: none; }
.post-main .text { min-height: 950px; padding-bottom: 70px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .post-main .text { min-height: 600px; } }
@media only screen and (max-width: 767px) { .post-main .text { min-height: auto; padding-bottom: 24px; } }
.post-main .text .social-blog { position: absolute; right: 5px; bottom: 20px; }
@media only screen and (max-width: 767px) { .post-main .text .social-blog { position: static; } }
.post-main .text .social-blog ul li { padding-left: 0; padding-bottom: 0; }
.post-main .btn-red { position: absolute; left: 20px; bottom: 22px; }
@media only screen and (max-width: 767px) { .post-main .btn-red { position: static; } }

.latest-posts { padding-bottom: 40px; border-bottom: 1px solid #d40019; }

.blog-pager { padding-top: 169px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .blog-pager { padding-top: 70px; } }
@media only screen and (max-width: 767px) { .blog-pager { padding-top: 40px; } }
.blog-pager ul { list-style: none; float: right; padding-right: 20px; }
.blog-pager ul li { float: left; padding-right: 1px; text-align: center; }
.blog-pager ul li a { display: block; width: 37px; height: 38px; line-height: 38px; color: #ffffff; font-size: 15px; text-align: center; background-color: #d40019; -webkit-transition-property: color, background-color; -moz-transition-property: color, background-color; -o-transition-property: color, background-color; transition-property: color, background-color; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease; -o-transition-timing-function: ease; transition-timing-function: ease; }
.blog-pager ul li a:hover { color: #d40019; background-color: #ffffff; }
.blog-pager ul .selected a { background: #ffffff; color: #d40019; }

.asside-widget { padding-bottom: 56px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .asside-widget { float: left; width: 33.3%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-right: 3%; padding-bottom: 0; } }
@media only screen and (max-width: 767px) { .asside-widget { float: none; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-right: 2%; padding-left: 2%; padding-bottom: 20px; } }
.asside-widget:first-child { padding-top: 40px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .asside-widget:first-child { padding-top: 0; } }
@media only screen and (max-width: 767px) { .asside-widget:first-child { padding-top: 0; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .asside-widget:last-child { padding-right: 0; } }
@media only screen and (max-width: 767px) { .asside-widget:last-child { padding-right: 0; } }
.asside-widget .asside-widget__title { background: #ffffff; color: #1d1e20; display: inline-block; font-family: "Roboto",sans-serif; font-size: 30px; font-weight: 300; line-height: 59px; padding: 0 20px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .asside-widget .asside-widget__title { line-height: 45px; padding: 0 10px; } }
@media only screen and (max-width: 767px) { .asside-widget .asside-widget__title { font-size: 25px; line-height: 45px; padding: 0 10px; } }
.asside-widget .asside-widget__main { background: #383838; }
.asside-widget .asside-widget__main .row { padding-bottom: 35px; position: relative; }
.asside-widget .asside-widget__main .row .img { float: left; padding-left: 30px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .asside-widget .asside-widget__main .row .img { float: none; padding-left: 0; text-align: center; } }
.asside-widget .asside-widget__main .row p { padding-top: 6px; padding-right: 25px; padding-left: 100px; color: #ffffff; font-size: 15px; line-height: 17px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .asside-widget .asside-widget__main .row p { padding-right: 20px; padding-left: 20px; text-align: center; } }
.asside-widget .asside-widget__main .row:first-child { padding-top: 23px; }
.asside-widget .asside-widget__main ul { list-style: none; padding-top: 10px; padding-left: 13px; padding-right: 10px; padding-bottom: 6px; }
.asside-widget .asside-widget__main ul li a { display: block; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 16px 25px; font-size: 18px; line-height: 20px; color: #ffffff; background-color: #d40019; margin-bottom: 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 3px #a10618; -moz-box-shadow: 0 3px #a10618; box-shadow: 0 3px #a10618; -webkit-transition-property: color, background-color, box-shadow; -moz-transition-property: color, background-color, box-shadow; -o-transition-property: color, background-color, box-shadow; transition-property: color, background-color, box-shadow; -webkit-transition-duration: 0.4s; -moz-transition-duration: 0.4s; -o-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease; -o-transition-timing-function: ease; transition-timing-function: ease; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .asside-widget .asside-widget__main ul li a { font-size: 14px; line-height: 16px; padding: 12px 5px; } }
@media only screen and (max-width: 767px) { .asside-widget .asside-widget__main ul li a { font-size: 14px; line-height: 16px; padding: 12px 5px; } }
.asside-widget .asside-widget__main ul li a:hover { color: #383838; background: #cfcfcf; -webkit-box-shadow: 0 3px #9e9e9e; -moz-box-shadow: 0 3px #9e9e9e; box-shadow: 0 3px #9e9e9e; }
.asside-widget .btn-red { margin-top: 13px; float: right; padding: 0 32px; height: 34px; line-height: 34px; font-size: 16px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 3px #a10618; -moz-box-shadow: 0 3px #a10618; box-shadow: 0 3px #a10618; }
.asside-widget .btn-red:hover { color: #020202; -webkit-box-shadow: 0 -3px #a30518; -moz-box-shadow: 0 -3px #a30518; box-shadow: 0 -3px #a30518; }

.asside-widget-grey .asside-widget__title { background: #383838; color: white; }
.asside-widget-grey .asside-widget__main { background: #ffffff; }

.asside-widget-red .asside-widget__title { background: #d40019; color: #ffffff; }
.asside-widget-red .asside-widget__main { background: #ffffff; padding: 22px 22px 22px 0; position: relative; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .asside-widget-red .asside-widget__main { text-align: center; padding-right: 0; } }
@media only screen and (max-width: 767px) { .asside-widget-red .asside-widget__main { padding-right: 10px; } }
.asside-widget-red .img-brochure { float: left; padding-left: 26px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .asside-widget-red .img-brochure { float: none; padding: 0; text-align: center; } }
@media only screen and (max-width: 767px) { .asside-widget-red .img-brochure { padding-left: 10px; } }
.asside-widget-red .text { padding-left: 162px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .asside-widget-red .text { padding-left: 10px; padding-right: 10px; text-align: center; } }
@media only screen and (max-width: 767px) { .asside-widget-red .text { padding-left: 130px; } }
.asside-widget-red .text p { padding-top: 10px; color: #0d0d0d; font-size: 15px; line-height: 17px; padding-bottom: 40px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .asside-widget-red .text p { padding-bottom: 20px; } }
.asside-widget-red .text p span { display: block; padding-top: 17px; }
.asside-widget-red .btn-red { padding: 0 36px; position: absolute; left: 162px; bottom: 22px; margin: 0; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .asside-widget-red .btn-red { position: static; float: none; } }
@media only screen and (max-width: 767px) { .asside-widget-red .btn-red { left: 130px; } }
