/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    font-display: auto;
    src: url('../fonts/FontAwesome/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/FontAwesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/FontAwesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/FontAwesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/FontAwesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before, .fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before, .fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.slider.slider-horizontal {
    width: 210px;
    height: 20px
}

.slider.slider-horizontal .slider-track {
    height: 10px;
    width: 100%;
    margin-top: -5px;
    top: 50%;
    left: 0
}

.slider.slider-horizontal .slider-selection, .slider.slider-horizontal .slider-track-low, .slider.slider-horizontal .slider-track-high {
    height: 100%;
    top: 0;
    bottom: 0
}

.slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
    margin-left: -10px
}

.slider.slider-horizontal .slider-tick.triangle, .slider.slider-horizontal .slider-handle.triangle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border-width: 0 10px 10px 10px;
    width: 0;
    height: 0;
    border-bottom-color: #0480be;
    margin-top: 0
}

.slider.slider-horizontal .slider-tick-container {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.slider.slider-horizontal .slider-tick-label-container {
    white-space: nowrap;
    margin-top: 20px
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    padding-top: 4px;
    display: inline-block;
    text-align: center
}

.slider.slider-horizontal.slider-rtl .slider-track {
    left: initial;
    right: 0
}

.slider.slider-horizontal.slider-rtl .slider-tick, .slider.slider-horizontal.slider-rtl .slider-handle {
    margin-left: initial;
    margin-right: -10px
}

.slider.slider-horizontal.slider-rtl .slider-tick-container {
    left: initial;
    right: 0
}

.slider.slider-vertical {
    height: 210px;
    width: 20px
}

.slider.slider-vertical .slider-track {
    width: 10px;
    height: 100%;
    left: 25%;
    top: 0
}

.slider.slider-vertical .slider-selection {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0
}

.slider.slider-vertical .slider-track-low, .slider.slider-vertical .slider-track-high {
    width: 100%;
    left: 0;
    right: 0
}

.slider.slider-vertical .slider-tick, .slider.slider-vertical .slider-handle {
    margin-top: -10px
}

.slider.slider-vertical .slider-tick.triangle, .slider.slider-vertical .slider-handle.triangle {
    border-width: 10px 0 10px 10px;
    width: 1px;
    height: 1px;
    border-left-color: #0480be;
    border-right-color: #0480be;
    margin-left: 0;
    margin-right: 0
}

.slider.slider-vertical .slider-tick-label-container {
    white-space: nowrap
}

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
    padding-left: 4px
}

.slider.slider-vertical.slider-rtl .slider-track {
    left: initial;
    right: 25%
}

.slider.slider-vertical.slider-rtl .slider-selection {
    left: initial;
    right: 0
}

.slider.slider-vertical.slider-rtl .slider-tick.triangle, .slider.slider-vertical.slider-rtl .slider-handle.triangle {
    border-width: 10px 10px 10px 0
}

.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
    padding-left: initial;
    padding-right: 4px
}

.slider.slider-disabled .slider-handle {
    background-image: -webkit-linear-gradient(top, #dfdfdf 0, #bebebe 100%);
    background-image: -o-linear-gradient(top, #dfdfdf 0, #bebebe 100%);
    background-image: linear-gradient(to bottom, #dfdfdf 0, #bebebe 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0)
}

.slider.slider-disabled .slider-track {
    background-image: -webkit-linear-gradient(top, #e5e5e5 0, #e9e9e9 100%);
    background-image: -o-linear-gradient(top, #e5e5e5 0, #e9e9e9 100%);
    background-image: linear-gradient(to bottom, #e5e5e5 0, #e9e9e9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
    cursor: not-allowed
}

.slider input {
    display: none
}

.slider .tooltip.top {
    margin-top: -36px
}

.slider .tooltip-inner {
    white-space: nowrap;
    max-width: none
}

.slider .hide {
    display: none
}

.slider-track {
    position: absolute;
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #f5f5f5 0, #f9f9f9 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0, #f9f9f9 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0, #f9f9f9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px
}

.slider-selection {
    position: absolute;
    background-image: -webkit-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px
}

.slider-selection.tick-slider-selection {
    background-image: -webkit-linear-gradient(top, #89cdef 0, #81bfde 100%);
    background-image: -o-linear-gradient(top, #89cdef 0, #81bfde 100%);
    background-image: linear-gradient(to bottom, #89cdef 0, #81bfde 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0)
}

.slider-track-low, .slider-track-high {
    position: absolute;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px
}

.slider-handle {
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #337ab7;
    background-image: -webkit-linear-gradient(top, #149bdf 0, #0480be 100%);
    background-image: -o-linear-gradient(top, #149bdf 0, #0480be 100%);
    background-image: linear-gradient(to bottom, #149bdf 0, #0480be 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
    filter: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    border: 0 solid transparent
}

.slider-handle.round {
    border-radius: 50%
}

.slider-handle.triangle {
    background: transparent none
}

.slider-handle.custom {
    background: transparent none
}

.slider-handle.custom::before {
    line-height: 20px;
    font-size: 20px;
    content: '\2605';
    color: #726204
}

.slider-tick {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: -webkit-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    filter: none;
    opacity: .8;
    border: 0 solid transparent
}

.slider-tick.round {
    border-radius: 50%
}

.slider-tick.triangle {
    background: transparent none
}

.slider-tick.custom {
    background: transparent none
}

.slider-tick.custom::before {
    line-height: 20px;
    font-size: 20px;
    content: '\2605';
    color: #726204
}

.slider-tick.in-selection {
    background-image: -webkit-linear-gradient(top, #89cdef 0, #81bfde 100%);
    background-image: -o-linear-gradient(top, #89cdef 0, #81bfde 100%);
    background-image: linear-gradient(to bottom, #89cdef 0, #81bfde 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
    opacity: 1
}

/*
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
*/
/* roboto-100 - cyrillic_latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: auto;
    src: url('../fonts/roboto-v19-cyrillic_latin-100.eot'); /* IE9 Compat Modes */
    src: local('Roboto Thin'), local('Roboto-Thin'),
    url('../fonts/roboto-v19-cyrillic_latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v19-cyrillic_latin-100.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v19-cyrillic_latin-100.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v19-cyrillic_latin-100.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v19-cyrillic_latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-300 - cyrillic_latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: auto;
    src: url('../fonts/roboto-v19-cyrillic_latin-300.eot'); /* IE9 Compat Modes */
    src: local('Roboto Light'), local('Roboto-Light'),
    url('../fonts/roboto-v19-cyrillic_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v19-cyrillic_latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v19-cyrillic_latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v19-cyrillic_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v19-cyrillic_latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - cyrillic_latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url('../fonts/roboto-v19-cyrillic_latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'),
    url('../fonts/roboto-v19-cyrillic_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v19-cyrillic_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v19-cyrillic_latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v19-cyrillic_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v19-cyrillic_latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - cyrillic_latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: auto;
    src: url('../fonts/roboto-v19-cyrillic_latin-500.eot'); /* IE9 Compat Modes */
    src: local('Roboto Medium'), local('Roboto-Medium'),
    url('../fonts/roboto-v19-cyrillic_latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v19-cyrillic_latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v19-cyrillic_latin-500.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v19-cyrillic_latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v19-cyrillic_latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - cyrillic_latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: auto;
    src: url('../fonts/roboto-v19-cyrillic_latin-700.eot'); /* IE9 Compat Modes */
    src: local('Roboto Bold'), local('Roboto-Bold'),
    url('../fonts/roboto-v19-cyrillic_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v19-cyrillic_latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v19-cyrillic_latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v19-cyrillic_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v19-cyrillic_latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/*grid helper*/
.gc {
    position: relative;
}

.grid-helper {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.2;
    z-index: 100;
}

.grid-helper.dva {
    display: block;
}

.grid-helper * {
    height: 100%;
}

.grid-helper .grid-button {
    background: red;
    width: 100px;
    height: 100px;
}

.grid-helper .col-xs-1 {
    background: #000000;
    /*outline: 1px solid #2aabd2;*/
    outline: 1px solid #ffeb3b;
}

/*======================= <  GLOBAL > =============================*/
body {
    color: #333;
    font-size: 14px;
    min-width: 320px;
    width: 100%;
    position: relative;
    font-family: 'Roboto', sans-serif;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover, a:active {
    color: #000;
}

.h1, h1 {
    font-size: 30px;
}

.h3, h3 {
    font-size: 22px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.wrapper {
    min-height: 100%;
    margin-bottom: -277px;
    padding-bottom: 277px;
    position: relative;
    overflow-x: hidden;
}

@media (max-width: 1199px) {
    .wrapper {
        margin-bottom: -156px;
        padding-bottom: 176px;
    }
}

@media (max-width: 991px) {
    .wrapper {
        margin-bottom: -81px;
        padding-bottom: 101px;
    }
}

@media (max-width: 767px) {
    .wrapper {
        margin-bottom: -202px;
        padding-bottom: 222px;
    }
}

@media (max-width: 544px) {
    .wrapper {
        margin-bottom: -202px;
        padding-bottom: 222px;
    }
}

:focus,
:focus:active {
    outline: none;
}

/*======================= <  MIX-INS > =============================*/
.dark-blue {
    background: #efefef;
    color: #676767;
}

.dark-blue-full {
    position: relative;
    color: #ffffff;
}

.dark-blue-full > div::before {
    background: #34495e;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 200%;
    left: -200px;
    z-index: -1;
}

/* mixin for multiline */
/*======================= </ MIXINS > =============================*/
.br div {
    outline: solid 1px green;
}

.br div > div {
    outline-color: red;
}

.br div > div > div {
    outline-color: yellow;
}

.br div > div > div > div {
    outline-color: blue;
}

.gray {
    background-color: #efefef;
}

.br-thick {
    border-bottom: #efefef 15px solid;
}

.br-thin {
    border-bottom: #efefef 2px solid;
}

.footer-menu .nav li {
    display: block;
    float: none;
}
.br-thin-left {
    border-left: #ccc 2px solid;
}

.h1 {
    font-weight: 300;
    color: #34495e;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .h1 {
        font-size: 20px;
    }
}

/*======================= </ GLOBAL > =============================*/
/*======================= <  HEADER > =============================*/
.head,
.head-flex {
    padding: 30px 0 18px;
    margin: 0;
    display: flex;
    flex-direction: column;
}

@media (max-width: 1199px) {
    .head,
    .head-flex {
        padding: 0 15px;
    }
}

.head .contact-info,
.head-flex .contact-info {
    order: 1;
}

@media (max-width: 1199px) {
    .head .contact-info,
    .head-flex .contact-info {
        order: 2;
    }
}

.head .dark-blue,
.head-flex .dark-blue {
    order: 2;
}

@media (max-width: 1199px) {
    .head .dark-blue,
    .head-flex .dark-blue {
        order: 1;
    }
}

@media (max-width: 1199px) {
    .head-flex-menu .container,
    .head-menu .container {
        width: 100%;
        padding: 0;
    }
}

.logo-wrap {
    padding: 0;
    vertical-align: middle;
}

.logo-wrap::before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    height: 100%;
}

.login-logo-link {
    display: block;
}

@media (max-width: 767px) {
    .login-logo-link {
        width: 250px;
        margin: auto;
    }
}

.login-logo-link::before,
.login-logo-link::after {
    clear: both;
}

.login-logo {
    max-width: 20%;
    float: left;
}

.login-logo > img {
    padding-right: 5px;
}

.login-logo-company {
    float: left;
    width: 80%;
    padding-top: 8px;
}

.login-logo-company img {
    float: left;
    height: 25px;
}

.login-logo-account {
    color: #34495e;
    float: left;
    font-size: 11px;
    font-weight: 300;
    width: 100%;
}

.footer-left .login-logo-account {
    width: auto;
}

/*

.contact-info{
  @media (max-width: 1199px) {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .logo{
    max-width: 250px;
    display: block;

    img{
      float: left;
    }

    .logo-text{
      font-size: 12px;
      font-style: italic;
      text-decoration: none;
      color: @base-text-color;
      float: right;
    }
  }
  .sec {
    color: @base-text-color;
    font-size: 12px;
    min-width: 200px;
    max-width: 250px;
    margin-bottom: 10px;
    padding: 0 0 0 37px;
    position: relative;
    font-weight: 300;
    @media (max-width: 1199px) {
      max-width: 240px;
    }
    @media (max-width: 767px) {
      max-width: 100%;
      border: 0;
      background: @gray-color;
      //font-size: 17px;
      padding: 20px 35px;
      margin: 0;

      .h3{
        text-align: right;
        font-size: 17px;
      }

    }

    &::before{
      background: #ccc;
      content: "";
      position: absolute;
      width: 2px;
      height: 80px;
      left: 18px;
      top: 0;
      @media(max-width: 767px){
        display: none;
      }
    }

    .h6{
      margin: 0 0 9px;
      color: @base-heading-color;
      font-weight: 700;
      @media(max-width: 544px){
        max-width: ~"calc(100%/2)";
        float: left;
        text-align: right;
      }
    }
  }

  .sec-wrap{
    .sec{
      float: left;
      margin: 0 auto;
      min-width: 200px;
      padding-left: 20px;
      > p > a{
        color: @base-text-color/2;
      }

      &::before{
        left: 0;
      }

      @media(max-width: 1199px){
        min-width: ~"calc(100%/4)";
        padding-left: 1%;
      }
      @media(max-width: 767px){
        min-width: ~"calc(100%/2)";
        text-align: center;
        margin-top: 10px;
        padding: 0;
        font-size: 16px;
        &:last-child{
          display: none;
        }
        .h6{
          font-size: 14px;
        }
      }
      @media(max-width: 640px){
        width: ~"calc(100%/2)";
        float: left;
        text-align: center;
        padding: 0;

        .h6{
          width: ~"calc(100%/3)";
          text-align: right;
          float: left;
        }
        p{
          width: ~"calc(100%/3*2)";
          float: right;
          text-align: left;
          padding-left: 5%;
        }
      }
      @media(max-width: 544px){
        min-width: 250px;
        float: unset;
        text-align: right;

        .h6{
          min-width: ~"calc(100%/3)";
          text-align: right;
          width: auto;
        }
        p{
          max-width: ~"calc(100%/3*2)";
          width: auto;
          float: right;
          padding: 0;
        }
        + .sec{
          display: none;
          min-width: ~"calc(100%)";
        }
      }
    }
    @media(max-width: 767px){
      margin-top: 20px;
      padding: 0;
      background: @gray-color;
    }
  }

  .sign-in{
    margin: 0;
    width: 120px;
    float: right;
    text-align: center;
    .vertical-align-middle;
    @media(max-width: 1199px){
      width: 160px;
    }

    .login-btn{
      background: @color3;
      width: auto;
      padding: 10px 31px;
      color: #fff;
      font-size: 20px;
      line-height: 1.2;
      text-transform: uppercase;
      transition: all .3s;
      border-radius: 0;

      &:hover, &:focus, &:active {
        background-color: @main-menu-bg-color;
        border-color: @main-menu-bg-color;
        text-decoration: none;
      }
    }
    > a{
      color: @base-text-color;
      font-size: 12px;
      font-weight: 300;
      text-decoration: none;
      margin-bottom: 5px;
      @media(min-width: 1199px){
        &:last-of-type{
          text-decoration: underline;
          color: #000;
          font-weight: 700;
          transition: all .3s;
          &:hover{
            text-decoration: none;
            color: @main-menu-hover-bg-color;
          }
        }
      }
    }
  }
}
*/
@media (max-width: 1199px) {
    .contact-info {
        width: 100%;
        padding: 0;
        margin: 0;
    }
}

.contact-info .logo {
    max-width: 250px;
    display: block;
}

.contact-info .logo img {
    float: left;
}

.contact-info .logo .logo-text {
    font-size: 12px;
    font-style: italic;
    text-decoration: none;
    color: #666666;
    float: right;
}

.contact-info .sec {
    color: #666666;
    font-size: 12px;
    min-width: 200px;
    max-width: 250px;
    margin-bottom: 10px;
    padding: 0 0 0 37px;
    position: relative;
    font-weight: 300;
}

@media (max-width: 1199px) {
    .contact-info .sec {
        max-width: 240px;
    }
}

@media (max-width: 767px) {
    .contact-info .sec {
        max-width: 100%;
        border: 0;
        background: #efefef;
        padding: 20px 35px;
        margin: 0;
    }

    .contact-info .sec .h3 {
        text-align: right;
        font-size: 17px;
    }
}

.contact-info .sec::before {
    background: #ccc;
    content: "";
    position: absolute;
    width: 2px;
    height: 80px;
    left: 18px;
    top: 0;
}

@media (max-width: 767px) {
    .contact-info .sec::before {
        display: none;
    }
}

.contact-info .sec .h6 {
    margin: 0 0 9px;
    color: #000000;
    font-weight: 700;
}

@media (max-width: 544px) {
    .contact-info .sec .h6 {
        max-width: calc(100% / 2);
        float: left;
        text-align: right;
    }
}

.contact-info .sec-wrap .sec {
    float: left;
    margin: 0 auto;
    min-width: 200px;
    padding-left: 20px;
}

.contact-info .sec-wrap .sec > p > a {
    color: #333333;
}

.contact-info .sec-wrap .sec::before {
    left: 0;
}

@media (max-width: 1199px) {
    .contact-info .sec-wrap .sec {
        min-width: calc(100% / 4);
        padding-left: 1%;
    }
}

@media (max-width: 767px) {
    .contact-info .sec-wrap .sec {
        min-width: calc(100% / 2);
        text-align: center;
        margin-top: 10px;
        padding: 0;
        font-size: 16px;
    }

    .contact-info .sec-wrap .sec:last-child {
        display: none;
    }

    .contact-info .sec-wrap .sec .h6 {
        font-size: 14px;
    }
}

@media (max-width: 640px) {
    .contact-info .sec-wrap .sec {
        width: calc(100% / 2);
        float: left;
        text-align: center;
        padding: 0;
    }

    .contact-info .sec-wrap .sec .h6 {
        width: calc(100% / 3);
        text-align: right;
        float: left;
    }

    .contact-info .sec-wrap .sec p {
        width: calc(100% / 3 * 2);
        float: right;
        text-align: left;
        padding-left: 5%;
    }
}

@media (max-width: 544px) {
    .contact-info .sec-wrap .sec {
        min-width: 250px;
        float: unset;
        text-align: right;
    }

    .contact-info .sec-wrap .sec .h6 {
        min-width: calc(100% / 3);
        text-align: right;
        width: auto;
    }

    .contact-info .sec-wrap .sec p {
        max-width: calc(100% / 3 * 2);
        width: auto;
        float: right;
        padding: 0;
    }

    .contact-info .sec-wrap .sec + .sec {
        display: none;
        min-width: calc(100%);
    }
}

@media (max-width: 767px) {
    .contact-info .sec-wrap {
        margin-top: 20px;
        padding: 0;
        background: #efefef;
    }
}

.contact-info .sign-in {
    margin: 0;
    width: 120px;
    float: right;
    text-align: center;
    vertical-align: middle;
}

.contact-info .sign-in::before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    height: 100%;
}

@media (max-width: 1199px) {
    .contact-info .sign-in {
        width: 250px;
    }
}

.contact-info .sign-in .login-btn {
    background: #ff9c27;
    width: auto;
    padding: 10px 31px;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    transition: all .3s;
    border-radius: 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
}

.contact-info .sign-in .login-btn:hover,
.contact-info .sign-in .login-btn:focus,
.contact-info .sign-in .login-btn:active {
    background-color: #34495e;
    border-color: #34495e;
    text-decoration: none;
}

.contact-info .sign-in > a {
    color: #666666;
    font-size: 12px;
    font-weight: 300;
    text-decoration: none;
    margin-bottom: 5px;
}

@media (min-width: 1199px) {
    .contact-info .sign-in > a:last-of-type {
        text-decoration: underline;
        color: #000;
        font-weight: 700;
        transition: all .3s;
    }

    .contact-info .sign-in > a:last-of-type:hover {
        text-decoration: none;
        color: #ff9c27;
    }
}

/*======================= </ HEADER > =============================*/
/*======================= <  HEAD-MENU > =============================*/
.head-nav {
    float: left;
    min-height: 0;
    margin-left: -12px;
    max-width: 100%;
    width: auto;
    padding: 0;
}

.head-nav .navbar {
    padding: 0 13px;
}

.head-nav .nav {
    padding: 0;
    margin-left: -15px;
}

.head-nav .nav > li > a {
    color: #ffffff;
    padding: 20px 20px;
    position: relative;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    transition: all .3s;
}

@media (max-width: 1199px) {
    .head-nav .nav > li > a {
        padding: 8px 24px;
    }
}

.head-nav .nav > li > a:hover,
.head-nav .nav > li > a:focus,
.head-nav .nav > li > a:active {
    background-color: #5a6d81;
    color: #ffffff;
}

@media (max-width: 1199px) {
    .head-nav .nav > li > a:hover,
    .head-nav .nav > li > a:focus,
    .head-nav .nav > li > a:active {
        background-color: #5a6d81;
    }
}

.head-nav .nav > li.dropdown {
    transition: all .3s;
}

.head-nav .nav > li.dropdown:hover {
    background-color: #5a6d81;
    color: #ffffff;
}

.head-nav .nav > li.dropdown .caret {
    height: 8px;
    margin-left: 3px;
}

.head-nav .nav > li .dropdown-menu {
    padding: 0;
    border: none;
    background: #5a6d81;
    text-transform: none;
    white-space: normal;
}

@media (max-width: 1199px) {
    .head-nav .nav > li .dropdown-menu {
        background-color: #5a6d81;
        padding: 20px 0;
    }
}

.head-nav .nav > li .dropdown-menu li {
    margin: 0;
}

.head-nav .nav > li .dropdown-menu li > a {
    background-color: #5a6d81;
    color: #ffffff;
    text-decoration: none;
    padding: 7px 20px;
    font-size: 16px;
    transition: all .3s;
    font-weight: 300;
}

@media (max-width: 1199px) {
    .head-nav .nav > li .dropdown-menu li > a {
        background-color: #5a6d81;
        padding: 7px 25px;
        font-size: 15px;
        font-weight: 300;
    }
}

.head-nav .nav > li .dropdown-menu li > a::before {
    background: none;
}

.head-nav .nav > li .dropdown-menu li > a:focus,
.head-nav .nav > li .dropdown-menu li > a:hover {
    background-color: #34495e;
}

.head-nav .nav > li .dropdown-menu li.active > a {
    background-color: #34495e;
}

.head-nav .nav > li .dropdown-toggle {
    box-shadow: none;
}

.head-nav .nav > li .dropdown-toggle::after {
    display: none;
}

.head-nav li.active a {
    color: #ffffff;
}

.head-nav .nav .open > a {
    background-color: #5a6d81;
    color: #ffffff;
    border: none;
}

.head-nav .nav .open > a:focus,
.head-nav .nav .open > a:hover {
    background-color: #5a6d81;
    color: #ffffff;
    border: none;
}

@media (max-width: 1199px) {
    .head-nav .nav .open > a:focus,
    .head-nav .nav .open > a:hover {
        background-color: #5a6d81;
    }
}

@media (max-width: 1199px) {
    .head-nav.navbar-collapse {
        width: 100%;
        margin: 0;
    }

    .head-nav > .navbar-nav.dark-nav {
        position: relative;
        padding: 40px 0 20px;
        margin: 0;
        width: 100%;
    }

    .head-nav > .navbar-nav.dark-nav li {
        width: 100%;
        font-size: 20px;
        text-transform: uppercase;
        background-color: transparent;
    }

    .head-nav > .navbar-nav.dark-nav li + li {
        margin: 0;
    }

    .head-nav > .navbar-nav.dark-nav li a {
        color: #fff;
        padding: 10px 45px;
        background-color: transparent;
    }

    .head-nav > .navbar-nav.dark-nav li a:hover {
        color: #5a6d81;
        background-color: transparent;
    }

    .head-nav > .navbar-nav.dark-nav li.dropdown .caret {
        margin-left: 5px;
        margin-bottom: 5px;
    }

    .head-nav > .navbar-nav.dark-nav .dropdown-menu {
        background-color: #514a46;
    }

    .head-nav > .navbar-nav.dark-nav .dropdown-menu li:hover a {
        color: #ff9c27;
    }

    .head-nav > .navbar-nav.dark-nav .dropdown-menu li.active a {
        color: #ff9c27;
    }

    .head-nav .navbar {
        padding: 0;
        border: none;
        min-height: 0;
    }
}

.main-menu .dropdown-menu > li > a {
    background-color: #34495e;
    color: #ffffff;
    border: none;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-decoration: none;
}

.language-switch {
    padding: 15px 0;
    height: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    float: right;
    text-align: right;
}

@media (max-width: 1199px) {
    .language-switch {
        padding: 0;
    }
}

.language-switch button {
    padding: 0 10px;
    border-radius: 0;
    color: #34495e;
}

.language-switch .glyphicon {
    font-size: 11px;
}

.language-switch li {
    color: #34495e;
}

.language-switch .dropdown-menu {
    min-width: 100%;
    margin: 0;
    border-radius: 0;
}

/*======================= </ HEAD-MENU > =============================*/
/*======================= <  CAROUSEL > ==============================*/
.main-carousel.carousel {
    margin-bottom: 0;
}

.main-carousel.carousel .carousel-inner .item {
    background: #263646;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, #efefef, #efefef);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #efefef, #efefef);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #efefef, #efefef);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #efefef, #efefef);
    /* Standard syntax */
    height: auto;
}

.main-carousel.carousel .carousel-inner .item img {
    width: 100%;
}

.main-carousel.carousel .carousel-inner .carousel-item-content {
    max-width: 80%;
}

.main-carousel.carousel .carousel-inner .carousel-caption {
    padding: 30px 10px 0 0;
    z-index: 10;
    text-align: unset;
    left: 0;
    right: 0;
    bottom: 0;
    position: relative;
}

.main-carousel.carousel .carousel-inner .carousel-caption .caption-text {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 115px;
    /* Fallback for non-webkit */
    font-size: 16px;
    line-height: 1.4;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-carousel.carousel .carousel-inner .carousel-caption .h1 {
    font: 30px "Roboto";
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 20px;
}

@media (max-width: 480px) {
    .main-carousel.carousel .carousel-inner .carousel-caption .h1 {
        font-size: 21px;
    }
}

.main-carousel.carousel .carousel-inner .carousel-caption p {
    margin: 30px 0 40px 0;
    font-size: 14px;
    font-weight: 300;
}

.main-carousel.carousel .carousel-inner .carousel-caption .btn {
    font-size: 18px;
    font-weight: 300;
    padding: 15px 40px;
}

.main-carousel.carousel .carousel-inner .carousel-image {
    margin: 15px 0 0;
    padding: 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
}

.main-carousel.carousel .carousel-control.left,
.main-carousel.carousel .carousel-control.right {
    background: transparent;
}

.main-carousel.carousel .carousel-control .glyphicon-chevron-left,
.main-carousel.carousel .carousel-control .glyphicon-chevron-right,
.main-carousel.carousel .carousel-control .icon-next,
.main-carousel.carousel .carousel-control .icon-prev {
    margin-top: -36px;
}

.main-carousel .carousel-indicators {
    bottom: 0;
    left: unset;
    margin: 0;
    padding: 8px;
    width: 100%;
}

.main-carousel .carousel-indicators > li {
    background: none;
    border: 0;
    margin: 0 7px;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    vertical-align: middle;
}

.main-carousel .carousel-indicators > li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    background-color: #2e4255;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid rgba(239, 239, 239, 0.6);
}

.main-carousel .carousel-indicators > li.active {
    background: none;
    border: 0;
    margin: 0 7px;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    vertical-align: middle;
}

.main-carousel .carousel-indicators > li.active::before {
    content: "";
    position: absolute;
    top: 50%;
    margin: -6px 0 0 -6px;
    background-color: #5a6d81;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    vertical-align: middle;
}

.main-carousel .carousel-control {
    width: 10%;
}

.main-carousel .carousel-control .glyphicon-chevron-left::before {
    background: url("../img/icons/slider-arrow-left.png") no-repeat;
    background-size: 100% auto;
    content: "";
    height: 72px;
    position: absolute;
    width: 72px;
    left: -50%;
    top: -50%;
}

@media (max-width: 767px) {
    .main-carousel .carousel-control .glyphicon-chevron-left::before {
        width: 36px;
        height: 36px;
    }
}

.main-carousel .carousel-control .glyphicon-chevron-right::before {
    background: url("../img/icons/slider-arrow-right.png") no-repeat;
    background-size: 100% auto;
    content: "";
    height: 72px;
    position: absolute;
    width: 72px;
    right: -50%;
    top: -50%;
}

@media (max-width: 767px) {
    .main-carousel .carousel-control .glyphicon-chevron-right::before {
        width: 36px;
        height: 36px;
    }
}

.slider-btn {
    border-radius: 0;
    font-weight: 700;
}

.slider-btn:hover,
.slider-btn:focus {
    border-radius: 0;
    font-weight: 700;
}

.slider-btn span {
    font-size: 18px;
}

@media (max-width: 767px) {
    .slider-btn {
        font-size: 15px;
    }

    .slider-btn span {
        font-size: 15px;
    }
}

.btn-primary {
    background-color: #ff9c27;
    border-radius: 0;
    transition: all .3s;
    border: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover:active {
    background-color: #34495e;
    border: 0;
}

/*======================= </ CAROUSEL > ==============================*/
/*======================= <  KEY ABILITIES > =========================*/
.key-abilities {
    background-color: #fff;
}

.key-abilities > .container > .h1 {
    margin-top: 30px;
}

.key-abilities .h4 {
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    font-style: italic;
    color: #ff9c27;
}

.key-abilities .h4 span {
    color: #34495e;
}

.three-cols {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.key-abilities-item {
    margin: 0 0 20px;
    padding: 0 15px;
    /* max-width: 75%/3; //100-(11*2+6/2)
  width: 75%/3;*/
    width: 33.33333333%;
}

@media (min-width: 1200px) {
    .key-abilities-item > * {
        max-width: 270px;
        margin: auto;
    }
}

@media (max-width: 991px) {
    .key-abilities-item {
        width: 33.33333333%;
    }
}

@media (max-width: 767px) {
    .key-abilities-item {
        width: 50%;
    }
}

@media (max-width: 544px) {
    .key-abilities-item {
        width: 100%;
        max-width: 100%;
    }
}

.key-abilities-item .preview-image {
    padding: 20px 0 0;
}

.key-abilities-item .preview-image img {
    margin: auto;
}

.key-abilities-item .h3 {
    color: #000000;
    margin: 30px 0;
}

.key-abilities-item .item-text {
    font-weight: 300;
    font-size: 13px;
    line-height: 1.4em;
}

.key-abilities-item .more {
    margin: 20px 0;
}

.key-abilities-item .more a {
    font-weight: 600;
    font-size: 14px;
    color: #34495e;
    background: transparent;
    transition: all .3s;
}

.key-abilities-item .more a:hover {
    color: #ff9c27;
    background: transparent;
    text-decoration: none;
}

.key-abilities-item .more a span {
    font-size: 11px;
    left: 7px;
}

.key-abilities-item .btn-lg {
    padding: 10px;
    font-size: 15px;
    line-height: 1.2;
    border-radius: 20px;
    color: #337ab7;
}

.key-abilities-item .btn-lg:hover {
    background-color: #fafafa;
}

/*======================= </ KEY ABILITIES > =========================*/
/*======================= <  OUR SYSTEM > =========================*/
.our-system {
    padding: 23px 0;
}

/*======================= </ OUR SYSTEM > =========================*/
/*======================= <  system-demo-block > ==========================*/
.system-demo-block {
    margin-bottom: 35px;
}

.system-demo-block > .system-demo-block-item {
    margin-bottom: 10px;
    text-align: center;
}

@media (max-width: 767px) {
    .system-demo-block {
        margin-bottom: 35px;
    }
}

.system-demo {
    position: relative;
    display: inline-block;
    float: right;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    margin: 20px auto;
    color: #34495e;
    background: transparent;
    transition: all .3s;
}

.system-demo:hover {
    color: #ff9c27;
    background: transparent;
    text-decoration: none;
}

@media (max-width: 991px) {
    .system-demo {
        float: none;
    }
}

@media (max-width: 767px) {
    .system-demo {
        font-size: 16px;
    }
}

.system-demo::before {
    display: inline-block;
    content: "";
    background: url("../img/icons/system-demonstration.png");
    width: 38px;
    height: 29px;
    vertical-align: middle;
    margin-right: 20px;
}

.system-registration {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    margin: 20px auto;
    vertical-align: middle;
    color: #34495e;
    background: transparent;
    transition: all .3s;
}

.system-registration::before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    height: 100%;
}

.system-registration:hover {
    color: #ff9c27;
    background: transparent;
    text-decoration: none;
}

@media (max-width: 991px) {
    .system-registration {
        float: none;
    }
}

@media (max-width: 767px) {
    .system-registration {
        font-size: 16px;
    }
}

.system-registration::before {
    display: inline-block;
    content: "";
    background: url("../img/icons/system-registration.png") no-repeat center top;
    width: 38px;
    height: 29px;
    margin-right: 20px;
}

/*======================= </ system-demo-block > ==========================*/
/*======================= <  .form-wrap > ==========================*/
.form-wrap {
    font-weight: 300;
    margin-top: 27px;
    padding-top: 25px;
    /*background: @gray-color;*/
    /*  .select-fancy-image {
    background: url("http://css.yipitcdn.com/img/arrow-down.png") no-repeat right;
  @include background(url("http://css.yipitcdn.com/img/arrow-down.png") no-repeat center right, linear-gradient(#fff, #E7E7E7));
  }


  .select-fancy-noimage {
  @include background(linear-gradient(#fff, #E7E7E7));
    &:after {
      content: '';
      width: 0;
      position: absolute;
      right: 7px;
      top: 50%;
      margin-top: -3px;
      border-width: 6px 4px;
      border-style: solid;
      pointer-events: none;
      border-color: #656565 transparent transparent transparent;
    }
  }*/
}

.form-wrap .form-group {
    margin: 10px 0;
}

.form-wrap .form-group > div:first-of-type > .control-label {
    float: right;
}

.form-wrap > .contacts-form .form-group > .controls {
    height: 46px;
}

@media (max-width: 767px) {
    .form-wrap > .contacts-form .form-group > .controls {
        padding: 0 15px;
        text-align: center;
    }
}

.form-wrap > .contacts-form .form-group > .controls > .btn-link {
    vertical-align: middle;
    color: #34495e;
    background: transparent;
    transition: all .3s;
}

.form-wrap > .contacts-form .form-group > .controls > .btn-link::before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    height: 100%;
}

.form-wrap > .contacts-form .form-group > .controls > .btn-link:hover {
    color: #ff9c27;
    background: transparent;
    text-decoration: none;
}

.form-wrap .control-label {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 0 0;
}

@media (max-width: 767px) {
    .form-wrap .control-label {
        color: #000;
        text-align: left;
        width: 100%;
        padding: 0 25px;
    }
}

.form-wrap .form-control {
    font-size: 15px;
    border-radius: 5px;
}

.form-wrap .select.select-fancy {
    display: inline-block;
    border: 1px solid #e5e5e5;
    position: relative;
    border-radius: 5px;
    width: 100%;
    overflow: hidden;
    box-shadow: inset 0 -2px 5px rgba(255, 255, 255, 0.4);
}

.form-wrap .select.select-fancy.open select {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.form-wrap .select.select-fancy,
.form-wrap .select.select-fancy > * {
    cursor: pointer;
}

.form-wrap .select.select-fancy select {
    /*@include box-sizing(content-box);*/
    box-sizing: border-box;
    position: relative;
    background: linear-gradient(#e7e7e7, #fdfdfd);
    border: 0;
    outline: 0;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.7);
    padding: 3px 22px 3px 10px;
    font-size: 15px;
    width: 100%;
    height: 27px;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: radio-container;
    appearance: none;
}

.form-wrap .select.select-fancy select::-ms-expand {
    display: none;
}

.form-wrap .select.select-fancy::before {
    content: '';
    background: url("../img/icons/select-carets.png") no-repeat right;
    width: 5px;
    height: 10px;
    position: absolute;
    top: 9px;
    right: 10px;
    z-index: 1;
    /* width: 0;
        position: absolute;
        display: block;
        right: 7px;
        top: 50%;
        margin-top: -3px;
        border-width: 6px 4px;
        border-style: solid;
        pointer-events: none;*/
}

.form-wrap .form-btn {
    display: block;
    width: 100%;
    padding: 15px 42px;
    margin: 30px auto;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    color: #fff;
    transition: all .3s;
}

.form-wrap .btn-group {
    width: 100%;
}

.form-wrap .btn-group .btn-select {
    background: url("../img/form-select-bg.png") repeat-x;
    text-align: left;
    color: #666;
    width: 100%;
    font-size: 15px;
    border: 0;
    padding: 3px 10px;
    border-radius: 5px;
}

.form-wrap .btn-group .btn-select span {
    background: url("../img/icons/select-carets.png");
    width: 5px;
    height: 10px;
    position: absolute;
    top: 9px;
    right: 10px;
}

.form-wrap .btn-group .dropdown-menu {
    width: 100%;
}

.form-wrap .btn-group .dropdown-menu li {
    font-size: 15px;
    padding: 2px 10px;
}

/*======================= </ .form-wrap > ==========================*/
/*======================= <  EXPECTATIONS > ==========================*/
.expectations {
    padding-top: 50px;
}

@media (max-width: 767px) {
    .expectations .container,
    .expectations .row {
        padding: 0;
    }
}

.expectations .calculations {
    padding-bottom: 20px;
}

.expectations .calculations .calculations-item {
    padding: 15px 0 0;
}

.expectations .calculations .calculations-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    min-height: 70px;
    padding-right: 5px;
    color: #999;
    white-space: pre-line;
}

@media (max-width: 767px) {
    .expectations .calculations .calculations-text {
        max-width: calc(100% / 3 * 2);
        width: auto;
        min-height: unset;
        float: left;
        font-size: 14px;
        padding: 10px;
        white-space: normal;
    }
}

@media (max-width: 544px) {
    .expectations .calculations .calculations-text {
        max-width: calc(100% / 3 * 2);
        width: calc(100% / 3 * 2);
        text-align: left;
    }
}

.expectations .calculations .calculations-price {
    color: #6177ca;
    font-size: 44px;
    line-height: 42px;
    font-weight: 700;
    padding: 0;
    word-wrap: break-word;
}

@media (max-width: 767px) {
    .expectations .calculations .calculations-price {
        min-width: calc(100% / 3);
        width: auto;
        float: right;
        font-size: 34px;
        line-height: 1;
        padding: 10px;
        text-align: right;
    }
}

@media (max-width: 544px) {
    .expectations .calculations .calculations-price {
        max-width: calc(100% / 3);
        font-size: 24px;
    }
}

.expectations .calculations .calculations-price > span {
    font-size: 17px;
}

.expectations .why-us {
    padding: 36px 15px;
    font-weight: 900;
}

.expectations .why-us > .why-us-item {
    padding: 20px 0 0;
    max-width: calc(100% / 3);
    display: table;
}

@media (max-width: 767px) {
    .expectations .why-us > .why-us-item {
        min-width: unset;
        /*width: ~"calc(100%/3)";*/
        font-size: 18px;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
}

@media (max-width: 544px) {
    .expectations .why-us > .why-us-item {
        min-width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .expectations .why-us > .why-us-item + .why-us-item {
        width: auto;
        min-width: calc(100% / 2);
        max-width: calc(100% / 2);
    }
}

.expectations .why-us span {
    display: table-cell;
    text-align: right;
    font-size: 76px;
    line-height: 0.8;
    color: #ff9c27;
    letter-spacing: -0.08em;
    font-weight: 500;
    padding: 0 7px;
}

@media (max-width: 767px) {
    .expectations .why-us span {
        font-size: 60px;
        /*display: inline-block;*/
        text-align: unset;
        display: block;
    }
}

.expectations .why-us p {
    display: table-cell;
    vertical-align: top;
    color: #333;
    line-height: 0.8;
    margin: 5px 0;
    word-wrap: break-word;
    font-weight: 400;
}

@media (max-width: 767px) {
    .expectations .why-us p {
        display: inline-block;
        white-space: pre-line;
    }
}

/*======================= </ EXPECTATIONS > ==========================*/
/*======================= <  WHY US > ================================*/
/*======================= </ WHY US > ================================*/
/*======================= <  RECALLS > ===============================*/
.recalls {
    margin-top: 30px;
}

.recalls .carousel-item-content {
    max-width: 80%;
}

@media (max-width: 767px) {
    .recalls .container,
    .recalls .row {
        padding: 0;
    }
}

.recalls .recall-item {
    margin-top: 56px;
}

@media (max-width: 767px) {
    .recalls .recall-item {
        min-height: unset;
        margin-bottom: unset;
    }
}

.recalls .recall-item::before {
    content: "\201C";
    font-size: 110px;
    position: relative;
    float: left;
    width: 20%;
    right: 10px;
    top: -25px;
    text-align: right;
    color: #ff9c27;
}

.recalls .recall-item .text {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    float: right;
    width: 80%;
}

.recalls .recall-item .author {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    float: right;
    width: 80%;
}

.recalls .recall-item .author-info {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    float: right;
    width: 80%;
}

.carousel-recalls {
    margin-bottom: 68px;
    /*.carousel-indicators{

    li {
      display: inline-block;
      vertical-align: middle;

        background: url("../img/icons/pagination.png") no-repeat;
        width: 10px;
        height: 11px;
        padding: 0;
        border: 0;
        margin: 0 30px;

        &.active {
          background: url("../img/icons/pagination-active.png") no-repeat;
          width: 18px;
          height: 17px;
        }

    }
    nav{
      text-align: center;

      .pagination{
        li{
          display: inline-block;
          vertical-align: middle;
          a{
            background: url("../img/icons/pagination.png") no-repeat;
            width: 10px;
            height: 11px;
            padding: 0;
            border: 0;
            margin: 0 30px;

            &.active{
              background: url("../img/icons/pagination-active.png") no-repeat;
              width: 18px;
              height: 17px;
            }
          }
        }
      }
    }
  } */
}

.carousel-recalls .carousel-indicators-wrap {
    width: 100%;
    bottom: -58px;
    position: absolute;
    text-align: center;
    padding-top: 15px;
    border-top: 2px solid #efefef;
}

.carousel-recalls .carousel-indicators-wrap .carousel-indicators {
    position: relative;
    display: inline;
    font-size: 0;
    text-align: center;
    top: 0;
    left: 0;
    border-radius: 0 0 22px 22px;
    margin: 0 auto;
}

.carousel-recalls .carousel-indicators-wrap .carousel-indicators > li {
    width: 20px;
    height: 20px;
    margin: 0 17px;
    position: relative;
    border: 0;
}

.carousel-recalls .carousel-indicators-wrap .carousel-indicators > li::before {
    background: #5a6d81;
    border: 0;
    height: 10px;
    width: 10px;
    margin: -5px 0 0 -5px;
    vertical-align: middle;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
}

.carousel-recalls .carousel-indicators-wrap .carousel-indicators > li > i {
    background: #5a6d81;
    border: 0;
    height: 10px;
    margin: 0 17px;
    width: 10px;
    vertical-align: middle;
}

.carousel-recalls .carousel-indicators-wrap .carousel-indicators > li.active {
    width: 20px;
    height: 20px;
    margin: 0 17px;
    position: relative;
    border: 0;
    background: none;
}

.carousel-recalls .carousel-indicators-wrap .carousel-indicators > li.active::before {
    background: none;
    height: 18px;
    margin: -9px 0 0 -9px;
    width: 18px;
    border: 5px #5a6d81 solid;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
}

.carousel-recalls.carousel .carousel-control {
    width: 10%;
    background: transparent;
}

.carousel-recalls.carousel .carousel-control .glyphicon-chevron-left::before {
    background: url("../img/icons/slider-arrow-left.png") no-repeat;
    background-size: 100% auto;
    content: "";
    height: 72px;
    position: absolute;
    width: 72px;
    left: -50%;
    top: -50%;
}

@media (max-width: 767px) {
    .carousel-recalls.carousel .carousel-control .glyphicon-chevron-left::before {
        width: 36px;
        height: 36px;
    }
}

.carousel-recalls.carousel .carousel-control .glyphicon-chevron-right::before {
    background: url("../img/icons/slider-arrow-right.png") no-repeat;
    background-size: 100% auto;
    content: "";
    height: 72px;
    position: absolute;
    width: 72px;
    right: -50%;
    top: -50%;
}

@media (max-width: 767px) {
    .carousel-recalls.carousel .carousel-control .glyphicon-chevron-right::before {
        width: 36px;
        height: 36px;
    }
}

.carousel-recalls.carousel .carousel-control .fa-angle-left {
    position: absolute;
    z-index: 5;
    display: inline-block;
    left: 50%;
    top: 50%;
    margin-top: -36px;
    margin-left: -36px;
    background: #5a6d81;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 60px;
}

.carousel-recalls.carousel .carousel-control .fa-angle-left::before {
    position: absolute;
    left: 50%;
    margin-top: -3%;
    margin-left: -25%;
}

@media (max-width: 767px) {
    .carousel-recalls.carousel .carousel-control .fa-angle-left {
        font-size: 40px;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -13px;
    }
}

.carousel-recalls.carousel .carousel-control .fa-angle-right {
    position: absolute;
    z-index: 5;
    display: inline-block;
    left: 50%;
    top: 50%;
    margin-top: -36px;
    margin-left: -36px;
    background: #5a6d81;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 60px;
}

.carousel-recalls.carousel .carousel-control .fa-angle-right::before {
    position: absolute;
    left: 50%;
    margin-top: -5%;
    margin-left: -13%;
}

@media (max-width: 767px) {
    .carousel-recalls.carousel .carousel-control .fa-angle-right {
        font-size: 40px;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -27px;
    }
}

/*======================= </ RECALLS > ===============================*/
/*======================= <  ORDER AUDIT > ===========================*/
.order-audit {
    margin: 70px 0 30px;
}

.order-audit > .container > .h1 {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .order-audit .container,
    .order-audit .row {
        padding: 0;
    }
}

.order-audit .audit-btn {
    color: #fff;
    cursor: pointer;
    border-radius: 0;
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    padding: 15px 12px;
    margin: 30px auto;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%;
    max-width: 200px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
}

.order-audit p.audit-text {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    text-align: justify;
    text-align-last: center;
    line-height: 1;
}

.order-audit p.audit-text i {
    font-size: 17px;
    font-weight: 700;
    color: #555;
}

.order-audit p:first-of-type {
    margin-top: 10px;
}

.order-audit p:last-of-type {
    margin-top: 12px;
}

/*======================= </ ORDER AUDIT > ===========================*/
/*======================= <  FOOTER > ================================*/
.footer-menu {
    padding-left: 10px;
}

.footer-menu nav {
    padding-left: 20px;
}

.footer-menu .nav {
    padding: 5px 0 0 20px;
    margin-left: -6px;
}

.footer-menu .nav li {
    padding: 5px 0;
}

.footer-menu .nav li > a {
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: #34495e;
    background: transparent;
    transition: all .3s;
}

.footer-menu .nav li > a:hover {
    color: #ff9c27;
    background: transparent;
    text-decoration: none;
}

/*======================= </ FOOTER > ================================*/
.footer {
    padding-top: 30px;
    padding-top: 10px;
}

.footer > .container {
    border-top: 15px solid #efefef;
    border-bottom: 15px solid #efefef;
    padding: 40px 0;
}

@media (max-width: 767px) {
    .footer .container,
    .footer .row {
        padding: 0;
    }
}

.footer .navbar {
    background: none;
    margin: 60px 0 0;
    padding: 0;
}

.footer-text {
    color: #333333;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
}

.footer-text > a {
    font-weight: 400;
    font-size: 16px;
    color: #34495e;
    background: transparent;
    transition: all .3s;
}

.footer-text > a:hover {
    color: #ff9c27;
    background: transparent;
    text-decoration: none;
}

.footer-text.footer-phones > a {
    color: #333;
    font-size: 14px;
}

.footer-left {
    width: 75%;
    float: left;
}

@media (max-width: 767px) {
    .footer-left {
        width: 100%;
        padding: 20px 0;
    }
}

.footer-left .footer-text {
    padding-left: 13px;
}

.footer-left .footer-text-image {
    margin: 20px 0;
}

.footer-left .footer-text-image > * {
    max-width: 250px;
}

@media (max-width: 991px) {
    .footer-left .footer-text-image {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .footer-left .footer-text-image {
        width: 250px;
    }
}

.footer-right {
    padding-left: 20px;
    width: 25%;
    float: left;
    position: relative;
    z-index: 10;
}

@media (max-width: 767px) {
    .footer-right {
        width: 100%;
        padding: 15px;
        border: none;
    }
}

.footer-right:nth-last-child(0) {
    margin-top: 10px;
}

.footer .nav-on-main {
    margin-top: 0;
    position: relative;
    z-index: 10;
}

.footer .nav-on-main li a {
    padding: 0 9px;
}

.footer .nav-on-main li a:hover {
    color: #34495e;
}

.footer .nav-on-main li a::before {
    top: 4px;
}

.copyright {
    color: #333333;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: right;
    font-weight: 300;

}

.copyright > span {
    display: block;
    line-height: 12px;
    float: right;
    text-align: left;
    margin: 16px 10px;
    opacity: 0.7;

}

.copyright > a {
    font-weight: 300;
    color: #34495e;
    background: transparent;
    transition: all .3s;
}

.copyright > a:hover {
    color: #ff9c27;
    background: transparent;
    text-decoration: none;
}

.nav-mobile {
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 20;
}

.nav-mobile.footer-mobile .navbar-left {
    float: left;
    width: 80%;
    color: #330000;
    padding: 0 0 0 30px;
    font-size: 15px;
    line-height: 15px;
}

@media (max-width: 1199px) {
    .nav-mobile.footer-mobile .navbar-left {
        vertical-align: middle;
        padding: 0 0 0 15px;
    }

    .nav-mobile.footer-mobile .navbar-left::before {
        display: inline-block;
        vertical-align: middle;
        content: "";
        height: 100%;
    }
}

.nav-mobile.footer-mobile .navbar-toggle {
    padding: 13px 16px;
    margin: 0;
    border-radius: 50%;
}

.nav-mobile.footer-mobile .navbar-toggle .icon-bar {
    background: #34495e;
    height: 5px;
    width: 22px;
    margin: 3px 0;
    border-radius: 0;
}

.nav-mobile.footer-mobile .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 0;
}

.nav-mobile.footer-mobile .navbar-toggle:hover .icon-bar,
.nav-mobile.footer-mobile .navbar-toggle.active .icon-bar {
    background-color: #34495e;
}

.nav-mobile.footer-mobile .navbar-header {
    width: 100%;
}

.nav-mobile .icon-bar {
    background-color: #23a6cc;
    width: 30px;
    height: 5px;
    float: none;
}

.nav-mobile .icon-bar:hover,
.nav-mobile .icon-bar :focus {
    background-color: red;
}

.nav-mobile .icon-bar + .icon-bar {
    margin-top: 2px;
}

.nav-mobile .navbar-toggle:hover .icon-bar,
.nav-mobile .navbar-toggle.active .icon-bar {
    background-color: #fff;
}

.nav-mobile .navbar-collapse {
    width: 100%;
    margin: 0;
}

.nav-mobile .navbar-nav.dark-nav {
    position: relative;
    padding: 40px 0 20px;
    margin: 0;
    width: 100%;
}

.nav-mobile .navbar-nav.dark-nav li {
    width: 100%;
    font-size: 20px;
    text-transform: uppercase;
    background-color: transparent;
}

.nav-mobile .navbar-nav.dark-nav li + li {
    margin: 0;
}

.nav-mobile .navbar-nav.dark-nav li a {
    color: #fff;
    padding: 10px 45px;
    background-color: transparent;
}

.nav-mobile .navbar-nav.dark-nav li a:hover {
    color: #ff9c27;
    background-color: transparent;
}

.nav-mobile .navbar-nav.dark-nav li.dropdown .caret {
    margin-left: 5px;
    margin-bottom: 5px;
}

.nav-mobile .navbar-nav.dark-nav .dropdown-menu {
    background-color: #514a46;
}

.nav-mobile .navbar-nav.dark-nav .dropdown-menu li:hover a {
    color: #ff9c27;
}

.nav-mobile .navbar-nav.dark-nav .dropdown-menu li.active a {
    color: #ff9c27;
}

.nav-mobile .navbar {
    padding: 0;
    border: none;
    min-height: 0;
}

.footer-mobile .navbar-nav {
    width: 100%;
    padding: 0;
    margin: 0;
    background: #34495e;
}

.footer-mobile .navbar-nav > li > a {
    font-size: 18px;
    background: #34495e;
    color: #ffffff;
}

.footer-mobile .navbar-collapse {
    padding: 0;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 10px;
}

.breadcrumb li + li::before {
    padding: 0 5px 0 0;
    color: #3a5776;
    content: "\2B62";
    font-weight: 700;
    vertical-align: middle;
}

.breadcrumb a {
    font-size: 14px;
    line-height: 1.2;
    color: #333333;
    font-weight: 300;
}

.breadcrumb a:hover {
    color: #ff9c27;
}

@media (max-width: 1199px) {
    .contact-info .tracking-head-mobile {
        padding: 15px 0;
    }

    .contact-info .sign-in-block {
        background: #34495e;
        padding: 0 15px;
    }

    .contact-info .sign-in-block .sign-in {
        float: left;
        text-align: left;
    }

    .contact-info .sign-in-block .sign-in .login-btn {
        width: auto;
        padding: 0;
        margin: 0 30px 0 0;
        font-size: 14px;
        text-transform: capitalize;
        background: transparent;
        vertical-align: middle;
    }

    .contact-info .sign-in-block .sign-in .login-btn:hover {
        text-decoration: none;
    }

    .contact-info .sign-in-block .sign-in a {
        color: #fff;
        font-size: 14px;
        vertical-align: middle;
    }

    .contact-info .sign-in-block .sign-in a:hover {
        text-decoration: none;
    }

    .contact-info .logo img {
        width: 100%;
        max-width: 225px;
    }

    .contact-info .menu-opener {
        position: absolute;
        right: 0;
        top: 0;
        padding: 15px 0;
    }

    .contact-info .menu-opener .navbar {
        padding: 0;
    }

    .contact-info .navbar-header {
        float: right;
    }

    .contact-info .navbar-header .navbar-toggle {
        background: transparent;
        padding: 13px 16px;
        margin: 0;
        border-radius: 50%;
    }

    .contact-info .navbar-header .navbar-toggle.active {
        background: transparent;
    }

    .contact-info .navbar-header .icon-bar {
        margin: 3px 0;
    }

    .contact-info .nav-mobile {
        padding: 0;
    }

    .contact-info .nav-mobile:hover .icon-bar {
        background-color: #34495e;
    }

    .contact-info .nav-mobile .icon-bar {
        background-color: #34495e;
        border-radius: 0;
        width: 22px;
    }

    .contact-info .nav-mobile .navbar-toggle .icon-rotator {
        display: block;
        transition: all .3s;
    }

    .contact-info .nav-mobile .navbar-toggle.active .icon-rotator {
        -webkit-transform-origin: 50% 52%;
        transform: rotate(-90deg);
        transition: all .3s;
    }

    .head-nav .navbar-nav {
        margin: 0;
    }

    .content-inner .breadcrumb a {
        font-size: 15px;
    }

    .content-inner .h4 {
        font-size: 30px;
    }

    .content-inner p {
        font-size: 16px;
    }

    .nav-widget .navbar-nav > li > a {
        font-size: 16px;
    }

    .nav-widget-mobile {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .nav-widget-mobile li a {
        font-size: 13px;
    }

    .nav-on-main {
        display: none;
    }

    .nav .open > a {
        background-color: #ff9c27;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 1.2;
    }

    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 7px 15px 7px 25px;
        font-size: 13px;
        background-color: #ff9c27;
    }

    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu .dropdown-header:hover {
        background-color: #34495e;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #fff;
        letter-spacing: 1px;
        white-space: normal;
    }

    .dropdown-menu > li > a:hover {
        color: #34495e;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }

    .carousel .carousel-inner .item .carousel-caption {
        left: unset;
        padding-bottom: 5%;
    }

    .carousel .carousel-inner .item .carousel-caption .h1 {
        font-size: 30px;
        margin: 0 0 10px;
    }

    .carousel .carousel-inner .item .carousel-caption p {
        font-size: 20px;
    }

    .content-inner .form-btn {
        padding: 15px 30px;
        font-size: 27px;
    }
}

@media (max-width: 1199px) and (max-width: 767px) {
    .contact-info .tracking-head-mobile {
        padding: 15px 0 0;
    }

    .contact-info .tracking-head-mobile .login-logo-link {
        width: 100%;
    }
}

@media (max-width: 1199px) and (max-width: 1199px) {
    .contact-info .sign-in-block {
        padding: 10px 15px;
    }
}

@media (max-width: 1199px) and (max-width: 767px) {
    .contact-info .sign-in-block .sign-in a {
        font-weight: 300;
    }
}

@media (max-width: 1199px) and (max-width: 767px) {
    .contact-info .menu-opener {
        right: 10px;
    }
}

@media (max-width: 1199px) and (max-width: 1199px) {
    .head-nav .navbar-collapse {
        padding: 0;
    }

    .head-nav .navbar-nav {
        padding: 20px 0;
    }
}

@media (max-width: 767px) {
    /*
  .carousel{
    .carousel-inner{
      .item{
        height: 400px;

        .carousel-caption {
          left: 5%;
          right: 5%;
          padding-bottom: 35px;

          h1{
            font-size: 24px;
          }

          p{
            font-size: 17px;
            margin: 20px 0;
          }

          .btn{
            font-size: 15px;
          }
        }
      }
    }
  }

  .carousel-control{
    display: none;
  }*/
}

@media (max-width: 480px) {
    .content-inner .form-btn {
        padding: 15px 20px;
        font-size: 17px;
    }

    .content-inner .clear-form-btn {
        margin: 15px 15px;
    }
}

@media (max-width: 360px) {
    /* .carousel{
    .carousel-inner{
      .item{
        height: 300px;

        .carousel-caption {
          left: 0;
          right: 0;
          font-size: 10px;
          line-height: 14px;
          padding-bottom: 30px;

          h1{
            font-size: 18px;
            margin-bottom: 5px;
          }

          p{
            margin: 0 0 10px;
            font-size: 13px;
          }

          .btn{
            font-size: 14px;
            padding: 5px 15px;
          }
        }
      }
    }
  }*/
    .slider-btn {
        font-size: 13px;
    }

    .slider-btn span {
        font-size: 13px;
    }

    /*.carousel-control{
    display: none;
  }*/
}

/*
.placeholder{
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.9;
  left: 0;
  background:  no-repeat center top;
  &.landing{
    background-image: url("../img/placeholders/xl-land-place.png");
    top: 0;
  }
}*/
.select-language {
    padding-left: 15px;
    background: transparent;
}

@media (max-width: 1199px) {
    .select-language {
        height: 20px;
    }
}

.select-language .btn-group {
    vertical-align: top;
}

.select-language .btn-default.active {
    background-color: #f7f7fd;
}

.select-language .btn-default {
    color: #fff;
    background: transparent;
    border-color: #fff;
    padding-right: 20px;
    padding-left: 7px;
    min-width: 1px;
    text-align: left;
    font-size: 18px;
    height: 25px;
    transition: all .3s;
}

@media (max-width: 1199px) {
    .select-language .btn-default {
        height: 20px;
        font-size: 14px;
    }
}

.select-language .btn-default:hover,
.select-language .btn-default:focus,
.select-language .btn-default:active {
    color: #6666cc;
    background-color: #f7f7fd;
}

.select-language .open > .dropdown-toggle.btn-default {
    background-color: #f7f7fd;
    border-color: #B7B9F1;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125);
}

.select-language .btn {
    border-radius: 0;
    border-color: #acb9e3;
    text-transform: uppercase;
}

.select-language .btn span.caret {
    background: url("../img/icons/menu-down.png") no-repeat transparent;
    height: 8px;
    width: 14px;
    position: absolute;
    top: 50%;
    right: 3px;
    margin-top: -3px;
    vertical-align: middle;
    border: none;
}

.select-language .dropdown-menu {
    width: 100%;
    min-width: 1px;
    border-color: #b7b9f1;
    padding: 0;
}

.select-language .dropdown-menu a {
    color: #6666cc;
    font-size: 18px;
    padding: 3px 7px;
    cursor: pointer;
    transition: all .3s;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .select-language .dropdown-menu a {
        font-size: 14px;
    }
}

.select-language .dropdown-menu a:hover {
    background-color: #f7f7fd;
}

.select-language .dropdown-menu .text {
    display: block;
}

/*================= MAIN CONTENT  ==================*/
.main-content,
.main-content-flex {
    padding: 35px 15px 0;
}

@media (max-width: 991px) {
    .main-content,
    .main-content-flex {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .main-content,
    .main-content-flex {
        width: 100%;
    }
}

.main-content > .news-page > * + *,
.main-content-flex > .news-page > * + *,
.main-content > .text-page > * + *,
.main-content-flex > .text-page > * + *,
.main-content > .contacts-page > * + *,
.main-content-flex > .contacts-page > * + * {
    margin-top: 1.5rem;
}

.main-content > .news-page > h2 + *,
.main-content-flex > .news-page > h2 + *,
.main-content > .text-page > h2 + *,
.main-content-flex > .text-page > h2 + *,
.main-content > .contacts-page > h2 + *,
.main-content-flex > .contacts-page > h2 + * {
    margin-top: 1rem;
}

.main-content > .news-page > img + *,
.main-content-flex > .news-page > img + *,
.main-content > .text-page > img + *,
.main-content-flex > .text-page > img + *,
.main-content > .contacts-page > img + *,
.main-content-flex > .contacts-page > img + * {
    margin-top: 3rem;
}

.main-content > .news-page > * + h2,
.main-content-flex > .news-page > * + h2,
.main-content > .text-page > * + h2,
.main-content-flex > .text-page > * + h2,
.main-content > .contacts-page > * + h2,
.main-content-flex > .contacts-page > * + h2 {
    margin-top: 4rem;
}

.main-content > .news-page > * + h3,
.main-content-flex > .news-page > * + h3,
.main-content > .text-page > * + h3,
.main-content-flex > .text-page > * + h3,
.main-content > .contacts-page > * + h3,
.main-content-flex > .contacts-page > * + h3 {
    margin-top: 3.5rem;
}

.main-content > .news-page > * + img,
.main-content-flex > .news-page > * + img,
.main-content > .text-page > * + img,
.main-content-flex > .text-page > * + img,
.main-content > .contacts-page > * + img,
.main-content-flex > .contacts-page > * + img {
    margin-top: 3rem;
}

.main-content > .news-page > img + img,
.main-content-flex > .news-page > img + img,
.main-content > .text-page > img + img,
.main-content-flex > .text-page > img + img,
.main-content > .contacts-page > img + img,
.main-content-flex > .contacts-page > img + img {
    margin-top: 1rem;
}

.main-content > .news-page > h2 + h3,
.main-content-flex > .news-page > h2 + h3,
.main-content > .text-page > h2 + h3,
.main-content-flex > .text-page > h2 + h3,
.main-content > .contacts-page > h2 + h3,
.main-content-flex > .contacts-page > h2 + h3 {
    margin-top: 4.5rem;
}

.main-content-flex .left-part {
    padding: 0;
}

.main-content-flex .left-part .navbar-collapse {
    padding: 0;
}

@media (max-width: 1199px) {
    .main-content-flex {
        /*padding: 35px 0 0;*/
        padding: 0;
        width: 100%;
    }

    .main-content-flex .left-part {
        /*&.container{
        width: 100%;
        padding: 0;
        > aside{
          padding: 0;
        }
      }*/
    }

    .main-content-flex .right-part {
        padding: 0 30px;
        margin: 0 auto;
        float: none;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .main-content-flex .right-part {
        width: 750px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .main-content-flex .right-part {
        width: 970px;
    }
}

@media (max-width: 1199px) and (min-width: 1200px) {
    .main-content-flex .right-part {
        width: 1170px;
    }
}

@media (min-width: 1199px) {
    .main-content-flex .right-part.container {
        width: auto;
    }
}

/*================= LEFT PART  ==================*/
.left-part .side-menu {
    background: #e8e7e7;
    padding: 20px 0;
}

@media (max-width: 1199px) {
    .left-part .side-menu {
        border-top: 3px solid #fff;
        background: #34495e;
    }
}

.left-part .side-menu > li {
    display: flex;
    flex-direction: column;
}

.left-part .side-menu > li + li {
    margin-top: 0;
}

.left-part .side-menu > li > a {
    background: #e8e7e7;
    color: #34495e;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    transition: all .3s;
}

.left-part .side-menu > li > a:hover,
.left-part .side-menu > li > a:focus,
.left-part .side-menu > li > a:active {
    background: #e8e7e7;
    color: #333;
}

@media (max-width: 1199px) {
    .left-part .side-menu > li > a {
        background: #34495e;
    }
}

.left-part .side-menu > li.active > a {
    background: #c5c5c5;
    color: #333;
}

.left-part .banner-item {
    margin-top: 20px;
}

.left-part .banner-item a {
    display: block;
}

.left-part .banner-item > * {
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .left-part .banner-item {
        display: none;
    }
}

/*================= RIGHT PART  ==================*/
@media (min-width: 1199px) {
    .right-part {
        padding-left: 50px;
    }
}

/*================= INNER PAGES ==================*/
.page-title {
    font-size: 24px;
    color: #34495e;
    font-weight: 400;
    text-transform: uppercase;
}

.back-to-page {
    display: inline-block;
    color: #ff9c27;
    transition: all .3s;
}

.back-to-page:hover {
    color: #34495e;
}

.back-to-page:hover {
    text-decoration: none;
}

.back-to-page > .icon-group {
    font-size: 20px;
    vertical-align: middle;
}

.back-to-page > .icon-group::before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    height: 100%;
}

.back-to-page > .icon-group > .fa:last-child {
    margin-right: 15px;
}

.back-to-page .back-to-page-text {
    font-size: 16px;
    vertical-align: middle;
    color: #34495e;
    transition: all .3s;
}

.back-to-page .back-to-page-text::before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    height: 100%;
}

.back-to-page .back-to-page-text:hover,
.back-to-page .back-to-page-textfocus {
    color: #34495e;
    border-bottom: 1px solid #34495e;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #ff9c27;
    border-color: #ff9c27;
}

/*================= INNER PAGES -- TEXT PAGE  ==================*/
.text-page-content {
    margin-top: 20px;
}

.text-page-content > p {
    font-weight: 300;
    text-align: justify;
    color: #333333;
}

/*================= INNER PAGES -- NEWS PAGE  ==================*/
.news-item {
    color: #333333;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    margin-bottom: 60px;
}

.news-item::after {
    content: "";
    position: absolute;
    background: #efefef;
    width: calc(100% - 30px);
    margin: 0 auto;
    height: 15px;
    bottom: -15px;
}

.news-item > .news-image {
    transition: all 0.25s ease-in-out;
    display: block;
}

.news-item > .news-image:hover {
    transform: scale(1.05);
}

.news-item > .news-date {
    font-size: 12px;
    margin: 10px 0;
}

.news-item > .preview-text {
    min-height: 200px;
    max-height: 200px;
}

.news-item > .preview-text > .news-title {
    margin: 10px 0;
    color: #003399;
    font-weight: 700;
}

.news-item > .preview-text > .news-text {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 98px;
    /* Fallback for non-webkit */
    font-size: 14px;
    line-height: 1.4;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0 20px;
}

.news-item > .block-with-text {
    overflow: hidden;
    position: relative;
    line-height: 1.2em;
    max-height: 4.8em;
    text-align: justify;
    margin-right: -1em;
    padding-right: 1em;
}

.news-item > .block-with-text:before {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0;
}

.news-item > .block-with-text:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: white;
}

.news-item .news-more-link-wrapper {
    margin: 10px 0;
    padding-left: 2px;
}

.news-item .news-more-link-wrapper > .news-more-link {
    color: #ff9c27;
    transition: all .3s;
    font-size: 20px;
}

.news-item .news-more-link-wrapper > .news-more-link:hover {
    color: #34495e;
}

.news-item .news-more-link-wrapper > .news-more-link .fa {
    float: left;
}

.row.form-wrap.gray.calcwindow {
    padding: 25px 15px;
}

.slider.slider-horizontal {
    width: 100% !important;
    height: 20px;
    margin-top: 5px;
}

.calcwindow .calc-label {
    color: black;
    font-weight: normal;
    padding-bottom: 7px;
}

.calcwindow .calc-label span {
    color: #34495e;
    font-size: 12px;
}

.padding-slider {
    padding: 0 10px;
}

.slider-selection {
    background: #ff9c27;
}

.slider-track {
    background: white;
}

.slider-handle {
    background: #34495e;
}

ul.price {
    padding: 20px 0 0 0;
    margin: 0;
    list-style: none;
    color: black;
}

.price_val {
    color: #34495e;
    font-weight: bold;
}

.table {
    color: #333;
}

.table th {
    background: #546e7a;
    color: white;
    vertical-align: middle;
    font-weight: normal;
}

.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > th {
    border: 1px solid #90a4ae;
    vertical-align: middle;
}

.red {
    color: red;
    font-size: 16px;
}

.footnote {
    font-size: 12px;
    padding: 15px 0 10px 0;
}

.footnote p {
    margin-bottom: 2px;
}

.infoblock1 {
    background: url(../img/info.png) no-repeat scroll 0 10px #ff9c27;
    padding: 10px 10px 5px 80px;
    color: #fffffe;
    text-align: justify;
    margin-bottom: 15px;
}

.text-page-content p a {
    text-decoration: underline;
    color: #34495e;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 0;
    margin-bottom: 10px;
}

/* callback form styles*/
.callback-form-modal .form-group > label {
    font-weight: 400;
}

.callback-form-modal .btn-success {
    background-color: #ff9c27;
    border-color: transparent;
}

.callback-form-modal .btn-success:hover {
    background-color: #34495e;
}

.callback-form-modal .btn-danger {
    background-color: #cccccc;
    border-color: transparent;
}

.callback-form-modal .btn-danger:hover {
    background-color: #dfdfdf;
}

.pagination > li > a, .pagination > li > span {
    color: #333;
}

.head-menu {
    background: #34495e;
}

.carousel-caption {
    color: #676767;
    text-shadow: none;
}
.analuse-table{
    width: 100%;
    border-top: 1px solid #c5c5c5;
    border-left: 1px solid #c5c5c5;
    margin: 35px 0;
}
.analuse-table tr{}
.analuse-table tr td{
    border-bottom: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    padding: 4px;
}

.analuse-table tr td{
    width: 15%;
    text-align: center;
}
.analuse-table tr td:first-child{
    width: 70%;
    font-weight: bold;
    text-align: left;
}
.analuse-table tr span{
    display: block;
    font-size: 12px;
    color: #888;
    font-weight: normal;
}
.analuse-table tr th{
    border-bottom: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    padding: 4px;
    text-align: center;
}



.integrate-table{
    width: 100%;
    border-top: 1px solid #c5c5c5;
    border-left: 1px solid #c5c5c5;
    margin: 35px 0;
}
.integrate-table tr{}
.integrate-table tr td{
    border-bottom: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    padding: 4px;
}

.integrate-table tr td:last-child{
    width: 30%;
    text-align: center;
}
.integrate-table tr td:first-child{
    width: 70%;
    font-weight: bold;
    text-align: left;
}
.integrate-table tr span{
    display: block;
    font-size: 12px;
    color: #888;
    font-weight: normal;
}
.integrate-table tr th{
    border-bottom: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    padding: 4px;
    text-align: center;
}
.panel-heading {
    padding: 20px 20px 20px 60px;
}

.plusetab{
    display: block;
    background: #34495e;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    margin-left: -45px;
    margin-top: -6px;
    position: absolute;
}

.plusetab span{
    position: absolute;
    top: 7px;
    left: 9px;
    color: #efefef;

}
.progress-block p{
    margin: 0;
}
.progress-block{
    display: block;
    -webkit-box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.25);
    padding: 20px 25px;
    margin: 15px -10px 20px;
}
.progress-block .progress{
    display: block;
    margin-bottom: 10px;
}
.progress-block > .progress > .progress-bar{
    text-align: left;
    padding-left: 10px;
}
.progress-block > .progress > .progress-bar.prbar1{background-color: #4569bc;}
.progress-block > .progress > .progress-bar.prbar2{background-color: #ea527f;}
.progress-block > .progress > .progress-bar.prbar3{background-color: #83ab5d;}
.progress-block > .progress > .progress-bar.prbar4{background-color: #a955b8;}

















