@charset "utf-8";

/* Fonts */
@import url('../../fonts/din-pro/light/stylesheet.css');
@import url('../../fonts/din-pro/medium/stylesheet.css');
@import url('../../fonts/din-pro/regular/stylesheet.css');
@import url('../../fonts/ptsans/regular/stylesheet.css');

/* reset some default bootstrap styles */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    color: #9fd068;
    text-decoration: underline;
}
.wms-styles a {
    color: #1f83bf;
}

.wms-styles a:hover {
    color: #1f83bf;
}

a:focus {
    outline: 0 none;
}
a:hover {
    color: #9fd068;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    margin: 0;
    font-weight: normal;
}
b,
strong {
    font-weight: bold;
}
label {
    font-weight: normal;
    margin-bottom: 0;
}
ol {
    padding-left: 0;
    counter-reset: list;
}
ol li {
    list-style: none;
    font-size: 16px;
}
ol li:before {
    content: counter(list) '. ';
    counter-increment: list;
    font-family: 'benderbold',sans-serif;
}
ol ol {
    counter-reset: list-inner;
    padding: 10px 0;
}
ol ol li {
    margin-bottom: 18px;
    font-size: 14px;
}
ol ol li:before {
    content:  counter(list) '.' counter(list-inner) ' ';
    counter-increment: list-inner;
    font-family: 'arial',sans-serif;
}

.navbar-default {
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a {
    color: inherit;
}
.navbar-nav > li > a {
    padding: 0;
}
.navbar-nav > li > a {
    line-height: normal;
}
.nav > li > a {
    padding: 0;
    position: relative;
}
.nav > li > a:hover,
.nav > li > a:focus {
    outline: 0 none;
    background-color: transparent;
}
.nav-tabs.nav-justified > li > a {
    border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: none;
}
.unstyled-list li {
    list-style: none;
    margin-bottom: 12px;
}
.form-control {
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    display: block;
    height: auto;
    line-height: normal;
    padding: 0;
    transition: none;
    resize: none;
}
.form-control:focus {
    border-color: transparent;
    box-shadow: none;
}
input {
    font-size: 12px;
    color: #999999;
    font-family: 'DINPro-Light', sans-serif;
}
input::-moz-placeholder,
.form-control::-moz-placeholder {
    color: #999999;
    text-transform: uppercase;
}
input:focus::-moz-placeholder,
.form-control:focus::-moz-placeholder {
    color: #fff;
    opacity: 0 !important;
}
textarea::-webkit-placeholder,
textarea.form-control::-webkit-placeholder {
    color: #999999;
    text-transform: uppercase;
}
textarea:focus::-webkit-placeholder,
textarea.form-control:focus::-webkit-placeholder {
    color: #fff;
    opacity: 0 !important;
}
input::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #999999;
    text-transform: uppercase;
}
input:focus::-webkit-input-placeholder,
.form-control:focus::-webkit-input-placeholder {
    color: #fff;
    opacity: 0 !important;
}
.btn-default {
    background-color: transparent;
    border-color: transparent;
}
.btn,
.tp-button {
    max-width: 100%;
    border: none;
    border-radius: 0;
    line-height: normal;
    padding: 0;
    background-repeat: no-repeat;
}
.btn:hover,
.btn:focus,
.tp-button:hover,
.tp-button:focus {
    text-decoration: none !important;
    color: #fff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-color: transparent;
    border-color: transparent;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.tp-button:active:hover {
    outline: 0 none;
}
.btn:active,
.btn.active {
    box-shadow: none;
}
.nav-pills > li > a {
    border-radius: 0;
}
.navbar-form {
    margin: 0;
}
.form-group {
    margin-bottom: 10px;
    position: relative;
}
.form-group:last-child {
    margin-bottom: 0;
}
.navbar {
    margin-bottom: 0;
    border: none;
    min-height: none;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: none;
    line-height: normal;
    padding: 0;
    vertical-align: middle;
}
.pagination {
    border-radius: 0;
    display: block;
    margin: 0;
}
.pagination > li {
    display: block;
}
.pagination > li > a,
.pagination > li > span {
    background-color: transparent;
    border: none;
    color: inherit;
    float: none;
    line-height: normal;
    margin-left: 0;
    padding: 0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: transparent;
    border-color: transparent;
    color: inherit;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: transparent;
    border-color: transparent;
    color: inherit;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs > li {
    margin-bottom: 0;
}
.nav-tabs > li > a {
    background: transparent;
    border-bottom: none !important;
    border-right: none !important;
    border: none;
    border-radius: 0;
    line-height: normal;
    margin-right: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: transparent;
    border-color: transparent;
    border-width: 0;
    color: #fff;
}
.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
}
.breadcrumb > li:before {
    content: '';
}
.breadcrumb > li + li:before {
    color: transparent;
    content: '';
    padding: 0;
}
.bootstrap-select:not([class*="span"]) *:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: auto;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    margin: 0 auto;
}
.carousel-inner {
    margin-bottom: 20px;
}
.carousel-inner .caroufredsel_wrapper {
    margin-bottom: 20px !important;
}
.carousel-inner li {
    float: left;
}
.carousel-inner .prev,
.carousel-inner .next {
    display: inline-block;
    width: 30px;
    height: 30px;
}
.carousel-inner .prev {
    background-position: 0 0;
}
.carousel-inner .next {
    background-position: 0 -30px;
}
.carousel-indicators {
    width: 100%;
    margin-left: 0;
    left: 0;
    z-index: 5;
}
.gallery-nav {
    font-size: 12px;
    color: #00796b;
}
.gallery-nav * {
    vertical-align: middle;
}
.gallery-nav .counter {
    display: inline-block;
    width: 70px;
    text-align: center;
}
.modal-header,
.modal-body,
.modal-footer {
    padding: 0;
}
.media-object {
    display: inline-block;
}
.modal {
    background-color: rgba(0,0,0,0.5);
}
.modal-dialog {
    max-width: 370px;
    min-width: 290px;
}
.modal-overflow.modal.fade.in {
    top: 10%;
}
.modal p {
    line-height: 16px;
    font-size: 12px;
}
.modal .form-group label,
.modal-subtitle {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    color: #27282b;
}
.form-group.required {
    position: relative;
}
.form-group.required:after {
    content: '';
    display: block;
    width: 4px;
    height: 33px;
    background-color: #ff9000;
    position: absolute;
    bottom: 3px;
    left: 3px;
}
.modal-backdrop,
.modal-backdrop.fade.in {
    background-color: rgba(0,0,0,0.6);
    opacity: 1;
}
.btn {
    padding: 5px 14px;
    margin: 0 9px;
    text-shadow: 1px 1px rgba(0,0,0,0.4);
    letter-spacing: 0.01em;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
}
.head-form .btn {
    padding: 6px 14px;
    margin-left: 22px;
    font-size: 14px;
    vertical-align: top;
}
.wms-styles .head-form .btn {
    margin-left: 0;
}
.btn:before,
.btn:after {
    content: '';
    display: block;
    width: 9px;
    height: 100%;
    position: absolute;
    top: 0;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background: #99cd5e;
}
.btn:before,
.btn:after {
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
}
.btn:before {
    left: -9px;
}
.btn-primary:before {
    background: url('../../images/landing/btn-before.png');
}
.btn:after {
    right: -9px;
}
.btn-primary:after {
    background: url('../../images/landing/btn-after.png');
}
.btn-success {
    margin: 0;
    text-decoration: none !important;
    font-size: 14px;
    color: #99cd5e !important;
    text-shadow: none;
    background-color: transparent !important;
    background-image: url('../../images/landing/success-but.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.btn-lg {
    padding: 14px 33px;
}
/* columns of same height styles */
.row-full-height {
    height: 100%;
}
.col-full-height {
    height: 100%;
    vertical-align: middle;
}
.row-same-height {
    display: table;
    width: 100%;
    /* fix overflow */
    table-layout: fixed;
}
.col-xs-height {
    display: table-cell;
    float: none !important;
}
/* vertical alignment styles */
.col-top {
    vertical-align: top;
}
.col-middle {
    vertical-align: middle;
}
.col-bottom {
    vertical-align: bottom;
}
@media (max-width: 768px) {
    .col-sm-height {
        display: block;
        float: left;
        width: 100%;
    }
    .row-same-height {
        display: block;
    }
    .row-same-height:before,
    .row-same-height:after {
        content: " ";
        display: table;
    }
    .row-same-height:after {
        clear: both;
    }
    .col-full-height {
        height: auto;
    }
}
@media (min-width: 992px) {
    .col-md-height {
        display: table-cell;
        float: none !important;
    }
}
@media (min-width: 1200px) {
    .col-lg-height {
        display: table-cell;
        float: none !important;
    }
}
.row-custom5 {
    display: table;
    width: 100%;
    font-size: 0;
    padding: 0 100px;
}
.content-info .row-custom5 {
    padding: 0;
}
.row-custom5 .item {
    margin-bottom: 48px;
}
.content-info .item {
    margin-bottom: 14px;
}
.col-md-custom5 {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding: 0 15px;
}
p {
    font-family: 'pt_sansregular', sans-serif;
}
p:last-child {
    margin-bottom: 0 !important;
}

.radio label,
.checkbox label {
    padding-left: 0;
}
.checkbox {
    margin-top: 0;
    margin-bottom: 12px;
}
input[type='text'],
input[type='email'],
input[type='password'] {
    height: 50px;
    color: #666666;
    font-size: 20px;
}
.head-form input[type="text"].form-control,
.head-form input[type="email"].form-control,
.head-form input[type="password"].form-control {
    font-size: 16px;
}
input[type='text'],
input[type='email'],
input[type='password'],
input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus {
    padding: 0 8px;
    border: 1px solid #a3d26e;
    border-radius: 5px;
    box-shadow: inset 0 2px 3px #e5e5e5;
}
input[type='submit'] {
    padding: 7px;
    border: none;
    color: #ffffff;
    background-color: #ff6600;
}
input:focus {
    outline: none;
    border-radius: 0;
}
label {
    margin-bottom: 8px;
    letter-spacing: 0.02em;
    font-size: 18px;
    text-transform: uppercase;
}
/* Global Styles */
html {
    min-height: 100%;
    position: relative;
}
html,
body {
    margin-top: 0 !important;
    line-height: normal;
    font-family: 'DINPro-Medium', sans-serif;
    font-size: 20px;
    color: #333;
}
body {

}
h1, .h1,
h2, .h2,
h3, .h3 {
    font-family:'DINPro-Medium', sans-serif;
}
h1, .h1 {
    margin-bottom: 23px;
    line-height: 60px;
    letter-spacing: 0.02em;
    font-size: 60px;
    color: #1f83bf;
}
h2, .h2 {
    margin-bottom: 45px;
    line-height: 48px;
    letter-spacing: 0.02em;
    font-size: 48px;
    color: #333333;
}
h3, .h3 {
    line-height: 36px;
    letter-spacing: 0.02em;
    font-size: 30px;
}

/* Icons */
.barcode-scanner,
.barcode,
.cloud,
.collection,
.done,
.path-connection,
.pig,
.play,
.star,
.storage,
.truck,
.web,
.hand,
.packaging-box,
.worker,
.clipboard,
.smartphone,
.vk,
.g-plus,
.tw,
.arr-up,
.fb {
    display: inline-block;
    background: url('../../images/landing/main-sprite.png') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

.barcode-scanner {
    background-position: -20px -0px;
    width: 70px;
    height: 65px;
}
.barcode {
    background-position: -20px -85px;
    width: 70px;
    height: 50px;
}
.cloud {
    background-position: -20px -155px;
    width: 70px;
    height: 47px;
}
.collection {
    background-position: -20px -222px;
    width: 70px;
    height: 70px;
}
.done {
    background-position: -20px -312px;
    width: 70px;
    height: 70px;
}
.path-connection {
    background-position: -20px -402px;
    width: 70px;
    height: 70px;
}
.pig {
    background-position: -20px -492px;
    width: 70px;
    height: 64px;
}
.play {
    background-position: -20px -576px;
    width: 70px;
    height: 48px;
}
.star {
    background-position: -20px -644px;
    width: 70px;
    height: 67px;
}
.storage {
    background-position: -20px -731px;
    width: 70px;
    height: 59px;
}
.truck {
    background-position: -20px -810px;
    width: 70px;
    height: 43px;
}
.web {
    background-position: -20px -873px;
    width: 70px;
    height: 70px;
}
.hand {
    background-position: -20px -963px;
    width: 69px;
    height: 68px;
}
.packaging-box {
    background-position: -20px -1051px;
    width: 67px;
    height: 70px;
}
.worker {
    background-position: -20px -1141px;
    width: 66px;
    height: 70px;
}
.clipboard {
    background-position: -20px -1231px;
    width: 53px;
    height: 70px;
}
.smartphone {
    background-position: -20px -1321px;
    width: 40px;
    height: 70px;
}
.vk {
    background-position: -20px -1411px;
    width: 20px;
    height: 13px;
}
.g-plus {
    background-position: -20px -1444px;
    width: 19px;
    height: 19px;
}
.tw {
    background-position: -20px -1483px;
    width: 19px;
    height: 16px;
}
.arr-up {
    background-position: -20px -1519px;
    width: 15px;
    height: 14px;
}
.fb {
    background-position: -60px -1411px;
    width: 10px;
    height: 20px;
}

/* Header */
#header {
    padding: 20px 0;
    font-size: 14px;
    text-align: right;
}
#header.wms-styles {
    text-align: center;
}
.head-form .form-control {
    display: inline-block;
    width: 150px;
    height: 30px;
    margin-left: 6px;
}
.head-form form {
    display: inline-block;
}
.head-or {
    margin: 0 16px;
}

/* Content */
#main {
    overflow: hidden;
}
#wrapper {
    position: relative;
}
#middle {

}
.vast-text {
    letter-spacing: -0.003em;
    font-size: 20px;
    font-family: 'pt_sansregular', sans-serif;
}
.player {
    display: inline-block;
    position: relative;
}
.player:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(31,131,191,0.7);
    position: absolute;
    top: 0;
    left: 0;
}
.player .play {
    margin-left: -35px;
    margin-top: -24px;
    position: absolute;
    top: 50%;
    left: 50%;
}
.items-list-first-wrap {
    margin: 0 -15px;
}
.items-list-first {
    display: table;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 0;
}
.items-list-first .item {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 16px;
    vertical-align: top;
    float: none;
}
.items-list-first .icon {
    height: 75px;
    line-height: 75px;
    margin-bottom: 12px;
}
.items-list-first .title {
    margin-bottom: 11px;
    line-height: 20px;
    letter-spacing: 0.02em;
    font-size: 18px;
    text-transform: uppercase;
}
.items-list-first .text {
    line-height: 20px;
    font-size: 16px;
    font-family: 'pt_sansregular', sans-serif;
}
.important-text-first {
    margin-bottom: 28px;
}
.list-custom-first {
    padding: 10px 0 10px 18px;
    margin-bottom: 12px;
    position: relative;
}
.list-custom-first:before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background-color: rgba(153,205,94,0.4);
    position: absolute;
    top: 0;
    left: 5px;
}
.list-custom-first li {
    list-style: none;
    margin-bottom: 9px;
    letter-spacing: -0.02em;
    font-size: 16px;
    font-family:'DINPro-Light', sans-serif;
    position: relative;
}
.list-custom-first li:last-child {
    margin-bottom: 0;
}
.list-custom-first li:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #99cd5e;
    position: absolute;
    top: 9px;
    left: -16px;
}
.social-buttons {
    padding-left: 0;
    margin-bottom: 0;
}
.head-form .social-buttons {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}
.social-buttons li {
    list-style: none;
    margin-bottom: 20px;
}
.head-form .social-buttons li {
    margin-bottom: 0;
    margin-left: 7px;
    display: inline-block;
}
.social-buttons a {
    display: block;
    line-height: 43px;
    height: 43px;
    padding: 0 14px;
    border-radius: 5px;
    font-size: 18px;
    color: #ffffff;
    text-shadow: 1px 1px rgba(0,0,0,0.4);
    position: relative;
}
.head-form .social-buttons a {
    width: 30px;
    height: 30px;
    padding: 0;
    margin-top: 0 !important;
    line-height: 30px;
    text-align: center;
}
.social-buttons .vk-but a {
    background-color: #597b9f;
}
.social-buttons .fb-but a {
    background-color: #47639e;
}
.social-buttons .tw-but a {
    background-color: #55acee;
}
.social-buttons .gplus-but a {
    background-color: #df5138;
}
.social-buttons a span {
    position: absolute;
    left: 14px;
    top: 50%;
}
.head-form .social-buttons a span {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.head-form .social-buttons .vk {
    background-position: -15px -1401px;
}
.middle.social-buttons .vk {
    background-image: url('../../images/landing/vk-foot.png');
}
.head-form .social-buttons .fb {
    background-position: -50px -1406px;
}
.middle.social-buttons .fb {
    background-image: url('../../images/landing/fb-foot.png');
}
.head-form .social-buttons .tw {
    background-position: -14px -1475px;
}
.middle.social-buttons .tw {
    background-image: url('../../images/landing/tw-foot.png');
}
.head-form .social-buttons .g-plus {
    background-position: -14px -1438px;
}
.middle.social-buttons .g-plus {
    background-image: url('../../images/landing/gplus-foot.png');
}
.middle.social-buttons .vk,
.middle.social-buttons .fb,
.middle.social-buttons .tw,
.middle.social-buttons .g-plus {
    width: 33px;
    height: 29px;
    margin-top: -15px;
    background-position: center;
}

/* Tables */
table {
    width: 100%;
}

/* Footer */
#footer {
    padding: 40px 0;
    line-height: 22px;
    font-size: 16px;
    color: #999999;
    font-family: 'pt_sansregular', sans-serif;
    background-color: #666666;
}
#footer a {
    text-decoration: underline;
    color: #ffffff;
}
#footer a:hover {
    text-decoration: none;
}

/* Universal */
.clearfix:after {
    height: 0;
    clear: both;
    content: '.';
    display: block;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
}
.content-container {
    margin-bottom: 47px;
}
.content-info {
    margin-bottom: 46px;
}
.full-container {
    width: 100%;
    padding: 73px 0;
}
.full-container-condensed {
    width: 100%;
    padding: 40px 0;
}
.height250 {
    height: 250px;
}
.height185 {
    height: 185px;
}
.fs15 {
    letter-spacing: 0.02em;
    font-size: 15px;
    line-height: 22px;
}
p.fs15 {
    margin-bottom: 8px;
}
.fs18 {
    font-size: 18px;
}
.ttu.fs18 {
    letter-spacing: 0.02em;
}
.fs24 {
    font-size: 24px;
    letter-spacing: 0.02em;
    line-height: 24px;
}
.fs30 {
    line-height: 36px;
    letter-spacing: 0.02em;
    font-size: 30px;
}
.fs48 {
    font-size: 48px;
}
.bgc-white {
    background-color: #fff;
}
.bgc-green {
    background-color: #a3d26e;
}
.bgc-grey {
    background-color: #e5e5e5;
}
.bgc-darkgrey {
    background-color: #333333;
}
.bgc-opacityblue {
    background-color: rgba(0,0,0,0.6);
}
.preferences-container {
    display: inline-block;
    margin-bottom: 15px;
    font-family: 'DINPro-Regular', sans-serif;
}
.preferences-container p {
    margin-bottom: 3px;
}
.preferences-container.bgc-opacityblue {
    padding: 30px;
    margin-left: -30px;
    border-radius: 5px;
}
.bgc-opacitygreen {
    background-color: rgba(0,0,0,0.6);
}
.text-success {
    color: #9fd068;
}
.color-inversed {
    color: #ffffff;
}
.bgi-stockroom {
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
}
.bgi-greenstockroom ,
.bgi-blueroof {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bgi-stockroom {
    background-image: url('../../images/landing/stockroom.jpg');
}
.bgi-greenstockroom {
    background-image: url('../../images/landing/stockroom-green.jpg');
}
.bgi-blueroof {
    background-image: url('../../images/landing/stockroom-blue.jpg');
}
.bc-opacityblack {
    padding: 25px 28px;
    border: 2px solid rgba(0,0,0,0.6);
    border-radius: 5px;
}
.content-info .bgc-opacitygreen {
    border-radius: 5px;
    padding: 25px 28px;
}
.divider {
    width: 70px;
    height: 3px;
    margin: 45px auto 50px;
}
.divider.inner {
    width: 30px;
    margin: 24px auto 14px;
}
.ttu {
    text-transform: uppercase;
}
.vabl * {
    vertical-align: baseline;
}
.modal-dialog {
    max-width: 256px;
    min-width: 256px;
}
.modal-content {
    padding: 28px;
}
.modal-content a {
    text-decoration: underline;
    font-size: 14px;
    font-family:'DINPro-Light', sans-serif;
    color: #1f83bf;
    text-transform: uppercase;
}
.modal-content a:hover {
    text-decoration: none;
}
.modal-content .fs24 {
    letter-spacing: -0.02em;
}
.full-width {
    width: 100%;
}
#toTop {
    cursor: pointer;
    display: none;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    background-image: url('../../images/landing/arr-up.png');
    background-repeat: no-repeat;
    position: fixed;
    right: 20px;
    bottom: 50px;
}
@media only screen and (max-width: 1024px) {
    .row-custom5 {
        padding: 0;
    }
}
@media only screen and (max-width: 992px) {
    .responsive-img-custom {
        max-width: 100%;
    }
    .col-md-custom5 {
        width: 33.333333%;
    }
    .content-info > div {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 768px) {
    .items-list-first .item {
        margin-bottom: 20px;
    }
    .row-custom5 {
        display: block;
        width: auto;
        padding: 0;
    }
    .col-md-custom5 {
        width: 100%;
    }
    .items-list-first.row-custom5 .item {
        margin-bottom: 30px;
    }
    .preferences-container.bgc-opacityblue {
        margin-left: 0;
        display: block;
    }
    .full-container {
        padding: 40px 0;
    }
    .logo {
        margin-bottom: 20px;
        text-align: center;
    }
    .vast-text {
        margin-bottom: 50px;
    }
    .head-form {
        text-align: center;
    }
    .head-form .form-control {
        margin-left: 0;
        margin-bottom: 15px;
    }
    #toTop {
        bottom: 41px;
    }
    #footer .col-md-8 {
        text-align: center;
    }
    #footer .col-md-8 + .col-md-8 {
        margin-top: 30px;
    }
    #footer .col-md-8.pull-right {
        text-align: center;
    }
}
@media only screen and (max-width: 600px) {
    .col-md-custom5 {
        width: 100%;
    }
    h1, .h1 {
        line-height: 48px;
        font-size: 48px;
    }
    h2, .h2 {
        line-height: 30px;
        font-size: 30px;
    }
    h3, .h3 {
        line-height: 30px;
        font-size: 24px;
    }

    #header .pull-right {
        float: none !important;
        width: 100%;
    }
    .divider {
        margin: 25px auto 30px;
    }
    #toTop {
        right: 5px;
    }
}

.form-group .form-control {
    text-align: center;
}

.ui-tooltip {
    padding: 4px 8px;
    font-size: 16px;
    border-radius: 5px;
}

.ui-tooltip-content > a {
    text-decoration: underline;
    color: #99cd5e;
}

/* Скин для Flowplayer */
.flowplayer { width: 570px; height: 321px; background-size: cover; }
.flowplayer .fp-controls { background-color: #7d7d7d !important;}
.flowplayer .fp-timeline { background-color: #e6e6e6 !important;}
.flowplayer .fp-progress { background-color: #1f83bf !important;}
.flowplayer .fp-buffer { background-color: #a3d26e !important;}
.flowplayer { background-image: url('/images/landing/videobkg.jpg')}
