@font-face {
    font-family: 'DINPro-Black';
    src: url('../fonts/DINPro-Black.eot?#iefix') format('embedded-opentype'),  url('../fonts/DINPro-Black.otf')  format('opentype'),
    url('../fonts/DINPro-Black.woff') format('woff'), url('../fonts/DINPro-Black.ttf')  format('truetype'), url('../fonts/DINPro-Black.svg#DINPro-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DINPro-CondensedBold';
    src: url('../fonts/DINPro-CondensedBold.eot?#iefix') format('embedded-opentype'),  url('../fonts/DINPro-CondensedBold.otf')  format('opentype'),
    url('../fonts/DINPro-CondensedBold.woff') format('woff'), url('../fonts/DINPro-CondensedBold.ttf')  format('truetype'), url('../fonts/DINPro-CondensedBold.svg#DINPro-CondensedBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DINPro-Regular';
    src: url('../fonts/DINPro-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/DINPro-Regular.otf')  format('opentype'),
    url('../fonts/DINPro-Regular.woff') format('woff'), url('../fonts/DINPro-Regular.ttf')  format('truetype'), url('../fonts/DINPro-Regular.svg#DINPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: absolute;
    margin: auto;
    -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
         -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
}
.modal.left .modal-dialog {
    height: 100%;
    width: 280px;
}
.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

.modal.left.fade .modal-dialog{
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
         -o-transition: opacity 0.3s linear, left 0.3s ease-out;
            transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog{
    left: 0;
}

#menu .nav-logistics li {
    display: inherit;
}

.modal.right.fade .modal-dialog {
    right: 10%;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
         -o-transition: opacity 0.3s linear, right 0.3s ease-out;
            transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.left .modal-content {
    border: none;
    border-radius: 0;
    background-color: #222222;
}

.modal.right.fade.in .modal-dialog {
    top: 10%;
}

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-1-5 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}
body {
    color: #5c5c5c;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    background-color: #e6e5e5;
    /*zoom: 82%;
    -moz-zoom: 82%;
	-webkit-zoom: 82%;
	-o-zoom: 82%;
	-ms-zoom: 82%;*/
}
header {
    z-index: 9999;
    width: 100%;
    background-color: #222222;
}
header > .container {
    padding-bottom: 10px;
}
header > .container > .row > div {
    z-index: 9999;
}
header .navbar-toggle {
    float: inherit;
    padding: 1px 6px;
    margin-right: inherit;
    margin-bottom: inherit;
}
.logo {
    padding-top: 20px;
    display: block;
}
.media-ul {
    font-size: 15px;
    padding-top: 5px;
    margin-bottom: 0;
}
.media-ul li {
    color: #2399ff;
}
.media-ul .glyphicon {
    padding-right: 10px;
}
.nav-logistics {
    padding-left: 40px;
}
.nav-logistics li a {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    padding: 10px 0;
    position: relative;
    border-bottom: 4px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    display: block;
}
.nav-logistics li a:hover {
    background-color: transparent;
    color: #fff;
    border-bottom-color: #2399ff;
    text-decoration: none;
}
.nav-logistics li {
    display: inline-block;
    padding: 10px 15px;
    position: initial;
}
.nav-logistics li.active a {
    border-bottom-color: #2399ff;
}
.nav-logistics a, .nav-logistics a:focus, .nav-logistics a:hover, .nav-logistics .open>a, .nav-logistics .open>a:focus, .nav-logistics .open>a:hover {
    background-color: inherit!important;
    text-decoration: none;
}
ul.nav-logistics>li>a:after {
    content: '';
    background-image: url("../images/arrow.png");
    display: block;
    position: absolute;
    right: -20px;
    top: 17px;
    width: 5px;
    height: 7px;
}
ul.nav-logistics>li:last-child>a:after {
    display: none;
}
ul.nav-logistics a.dropdown-toggle:hover .dropdown-menu {
    display: block;
}
ul.nav-logistics .dropdown-toggle:after {
    content: '';
    background-image: url("../images/arrow-down.png");
    display: block;
    position: absolute;
    right: -20px;
    top: 16px;
    font-size: 12px;
    color: #c4c4c4;
    width: 8px;
    height: 5px;
}
.nav-logistics .dropdown-menu {
    top: 90px;
    left: inherit;
    text-transform: none;
    border-radius: 0;
    border-top: 1px solid #f5bf2f;
    padding: 0;
}
.nav-logistics .dropdown-menu .container {
    padding: 5px 10px 10px;
}
.nav-logistics .dropdown-menu .media {
    margin-bottom: 10px;
}
.nav-logistics .dropdown-menu .media-body {
    border-bottom: 1px solid #d1d2d2;
    width: 100%;
}
.nav-logistics .dropdown-menu img {
    width: 160px;
    height: 85px;
}
.nav-logistics .dropdown-menu p {
    color: #000;
    font-size: 15px;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}
#header-carousel .carousel-inner .item {
    height: 600px;
    background-position: center;
    background-size: cover;
}
#header-carousel .carousel-indicators {
    bottom: 110px;
}
#header-carousel .carousel-indicators li {
    width: 12px;
    height: 12px;
    margin-right: 30px;
}
#header-carousel .carousel-indicators li:last-child {
    margin-right: 0;
}
#header-carousel .carousel-indicators .active {
    width: 14px;
    height: 14px;
    margin-right: 30px;
}
#header-carousel .carousel-indicators li:last-child.active {
    margin-right: 0;
}
#header-carousel .carousel-caption {
    bottom: 180px;
    right: 15%;
    left: auto;
    text-align: left;
    font-size: 30px;
    max-width: 480px;
    font-family: 'DINPro-CondensedBold';
    line-height: 40px;
    letter-spacing: 1px;
}
#header-carousel .item:nth-child(even) .carousel-caption {
    left: 15%;
    right: auto;
    color: #fff;
}
#header-carousel .carousel-caption h3 {
    font-family: 'DINPro-Black';
    font-size: 37px;
    margin-bottom: 0;
}
#header-carousel .carousel-caption button {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    margin-top: 50px;
    padding: 10px 20px;
    font-size: 15px;
    background-color: #176db7;
    border-color: #176db7;
}
#header-carousel .item:before {
    content: '';
    display: block;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.2;
}
.top-ooo-white {
    height: 100px;
    background-color: #ebebeb;
}
.ooo {
    margin-top: -100px;
    padding-top: 10px;
    padding-bottom: 40px;
}
.ooo .thumbnail {
    border: none;
    cursor: pointer;
    background-color: inherit;
    margin-bottom: 0;
}
.ooo .thumbnail a:hover {
    text-decoration: none;
}
.ooo .thumbnail p {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #5c5c5c;
}
.ooo .thumbnail:hover p {
    color: #2399ff;
}
.title {
    font-family: 'Lato', sans-serif;
    color: #444444;
}
.sidebar {
    position: relative;
    width: 100%;
    z-index: 999;
}
.sidebar a {
    color: #d9d9d9;
    display: block;
}
.left-sidebar {
    left: 0;
}
.right-sidebar {
    right: 0;
}
.right-sidebar a {
    text-decoration: none;
    color: inherit;
}
.sidebar-item {
    position: absolute;
    top: 20px;
    z-index: 9;
}
.sidebar-item > ul > li > div {
    position: absolute;
    width: 275px;
    height: 50px;
    top: 0;
    background-color: #176db7;
    color: #fff;
    padding-left: 15px;
    display: none;
}
.sidebar-item.left-sidebar ul > li > div {
    left: 52px;
    transition: all 0.2s;
    overflow: auto;
}
.sidebar-item.left-sidebar ul > li > div > ul {
    margin-bottom: 0;
}
.sidebar-item.left-sidebar ul > li > div > ul li:hover {
    background-color: #176db7;
    color: #fff;
    cursor: pointer;
}
.sidebar-item.right-sidebar ul > li > div {
    right: 52px;
}
.sidebar-item > ul > li:hover {
    background-color: #176db7;
}
.sidebar-item > ul > li:hover > div {
    display: table;
}
.sidebar-item span {
    display: table-cell;
    vertical-align: middle;
}
.sidebar-item img {
    margin: 0 auto;
}
.sidebar-item > ul > li {
    background-color: #27272a;
    padding: 15px;
    position: relative;
    width: 52px;
    height: 52px;
    cursor: pointer;
}
.sidebar-item > ul ul li {
    background-color: #fff;
    color: #27272a;
    padding: 0!important;
}
.sidebar-item > ul ul li a {
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 10px 15px;
}
.flag {
    position: absolute;
    top: -5px;
    left: 5px;
}
.sidebar-item .list-group-item:first-child, .list-group-item:last-child {
    border-radius: 0;
}
.int-info-card p {
    padding-top: 20px;
    font-family: 'DINPro-Regular';
}
.delivery ul li {
    list-style: none;
    font-family: 'DINPro-Regular';
    color: #5c5c5c;
}
.square {
    display: inline-block;
    padding: 7px 9px;
    margin-right: 10px;
}
.int-info-card {
    padding-top: 130px;
}
select {
    /* styling */
    background-color: inherit!important;
    border: thin solid #176db7!important;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    /* reset */
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 12px;
    border-radius: 0!important;
}
/* arrows */
select.classic {
    background-image:
            linear-gradient(45deg, transparent 50%, blue 50%),
            linear-gradient(135deg, blue 50%, transparent 50%),
            linear-gradient(to right, #8dcefe, skyblue);
    background-position:
            calc(100% - 17px) calc(1em + 2px),
            calc(100% - 12px) calc(1em + 2px),
            100% 0;
    background-size:
            5px 5px,
            5px 5px,
            2.5em 2.5em;
    background-repeat: no-repeat;
}
select.classic:focus {
    background-image:
            linear-gradient(45deg, blue 50%, transparent 50%),
            linear-gradient(135deg, transparent 50%, blue 50%),
            linear-gradient(to right, #8dcefe, skyblue);
    background-position:
            calc(100% - 12px) 1em,
            calc(100% - 17px) 1em,
            100% 0;
    background-size:
            5px 5px,
            5px 5px,
            2.5em 2.5em;
    background-repeat: no-repeat;
    border-color: grey;
    outline: 0;
}
.delivery-select {
	margin-top: 80px;
}

.services {
    font-family: 'Lato', sans-serif;
    color: #5c5c5c;
    padding-bottom: 100px;
}
.services .row {
    padding-top: 60px;
}
.services .thumbnail {
    border: none;
    background-color: inherit;
    padding: 0;
}
.services .thumbnail > img {
    height: 200px;
    border-radius: 0;
}
.thumbnail .caption {
    padding: 0;
}
.new {
    position: absolute;
    right: 10px;
    top: -20px;
}
.services .text-right {
    padding-top: 15px;
}
.services .small-desc {
    padding-top: 30px;
}
.services .content-area {
    min-height: 100px;
    padding-top: 5px;
}
.services a {
    color: #2399ff;
}
.services button {
    background-color: #176db7;
    font-weight: bold;
    font-size: 15px;
}
.advantage {
    padding-top: 90px;
    padding-bottom: 100px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.line-grey {
    border-bottom: 1px solid #d1d2d2;
    padding-top: 40px;
}
.advantage p {
    color: #fff;
    font-size: 12px;
    padding-top: 20px;
    font-weight: bold;
}
.advantage .title {
    color: #fff;
}
.advantage:before {
    content: '';
    display: block;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
}
.advantage-items-group {
    padding-top: 20px;
    padding-bottom: 60px;
}
.advantage .advantage-items {
    padding-top: 30px;
}
.advantage button {
    position: relative;
}
.reviews {
    padding-top: 120px;
    padding-bottom: 200px;
    background-color: #fff;
}
#reviews-carousel {
    padding-top: 50px;
}
#reviews-carousel .carousel-control {
    text-shadow: none;
}
#reviews-carousel .carousel-control.left,
#reviews-carousel .carousel-control.right {
    margin-right: 40px;
    margin-left: 32px;
    background-image: none;
    opacity: 1;
}
.carousel-col {
    position: relative;
    min-height: 1px;
    padding: 5px;
    float: left;
}
.carousel-col .media-body p:first-child {
    min-height: 150px;
}
#reviews-carousel .carousel-indicators {
    bottom: -80px;
}
#reviews-carousel .carousel-indicators li {
    width: 14px;
    height: 14px;
    margin-right: 30px;
    border-color: #c4c4c4;
}
#reviews-carousel .carousel-indicators li:last-child {
    margin-right: 0;
}
#reviews-carousel .carousel-indicators .active {
    width: 16px;
    height: 16px;
    margin-right: 30px;
    background-color: #c4c4c4;
}
#reviews-carousel .carousel-indicators li:last-child.active {
    margin-right: 0;
}
#reviews-carousel .media-object {
    width: 120px;
}
.active > div { display:none; }
.active > div:first-child { display:block; }
.more {
    display: none;
    float: right;
    font-style: italic;
    width: 100px;
}
.carousel-col .media .media-body:hover .more {
    display: block;
}
.our-works {
    position: relative;
    padding-top: 120px;
    background-position: center;
    background-size: cover;
    padding-bottom: 100px;
    background-attachment: fixed;
}
.our-works:before {
    content: '';
    display: block;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
}
.our-works .title {
    color: #fff;
}
.our-works-items-group {
    padding-top: 110px;
    padding-bottom: 10px;
}
.our-works-items {
    padding-bottom: 30px;
}
.our-works-items p {
    color: #fff;
    font-size: 12px;
    padding-top: 20px;
    font-weight: bold;
}
.our-works-items .arrow {
    content: '';
    background-image: url("../images/our_works_arrow.png");
    position: absolute;
    right: -80px;
    top: 30px;
    width: 157px;
    height: 22px;
}
.our-works button {
    position: relative;
}
.bid {
    position: relative;
    padding-bottom: 140px;
}
.bid .title {
    padding-top: 30px;
    padding-bottom: 0px;
}
.bid h3 {
    font-family: 'DINPro-Regular';
    padding-bottom: 15px;
}
.bid form {
    padding-top: 20px;
}
.bid form .row {
    padding-right: 15px;
}
.bid form .row > div {
    padding-right: 0;
    padding-bottom: 10px;
}
.bid .form-control {
    border-radius: 0;
    border-color: #176db7;
    background-color: inherit;
}
.bid span {
    font-size: 12px;
}
.bid button {
    margin-top: 10px;
}
#price {
    font-size: 20px;
    color: red;
}
.map {
    position: relative;
}
.map .map-title {
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 110px;
}
.map .map-title .title {
    color: #f0f0f0;
}
.map .line-grey {
    border-color: #f0f0f0;
}
.map .map-info {
    background-color: #04080d;
    padding: 35px;
    width: 100%;
    max-width: 300px;
    -webkit-box-shadow: 7px 7px 24px 0 rgba(2,2,2,.3);
    box-shadow: 7px 7px 24px 0 rgba(2,2,2,.3);
    z-index: 1;
    position: absolute;
    top: 45%;
    right: 25%;
}
.map .map-info .media-body {
    padding-top: 2px;
}
.map .map-info .glyphicon {
    vertical-align: top;
}
.map .map-info p {
    line-height: 12px;
    color: #f0f0f0;
}
.map #map {
    min-height: 340px;
    background-color: #efffef;
    overflow: hidden;
    height: 510px;
}
footer {
    padding-top: 10px;
    background-color: #222222;
}
footer .nav-ooo {
    padding-left: 0;
    padding-bottom: 40px;
    padding-top: 10px;
}
footer .nav-ooo li {
    display: inline-block;
    padding: 10px 15px;
    position: initial;
}
footer .nav-ooo li a {
    color: #edeae0;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 0;
    position: relative;
    border-bottom: 4px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    display: block;
}
footer .nav-ooo li a:hover {
    border-bottom: none;
    background-color: inherit;
    color: #2399ff;
}
footer .nav-ooo li.active a {
    border-bottom: none;
}
footer .nav-ooo>li>a:after {
    content: '';
    background-image: url("../images/arrow.png");
    display: block;
    position: absolute;
    right: -20px;
    top: 17px;
    width: 5px;
    height: 7px;
}
footer .nav-logistics .dropdown-menu img {
    height: 80px;
}
.footer {
    border-top: 1px solid #3b3b3c;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #3b3b3c;
}
.page-header-def {
    padding: 110px 0;
    background-position: center;
    background-size: cover;color: #fff;
    font-family: 'DINPro-CondensedBold';
    position: relative;
}
.page-header-def:before {
    content: '';
    display: block;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4;
}
.page-header-def h1 {
    position: relative;
}
.entry-content {
    padding-top: 70px;
}
.entry-content .title {
    padding-bottom: 40px;
}
.entry-content .container > h3 {
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 10px;
}
.entry-content .container p > b {
    text-transform: uppercase;
    text-align: center;
    display: block;
    padding-top: 10px;
}
.comments .title {
    padding-bottom: 50px;
}
.comments .media {
    padding-bottom: 80px;
}
.comments .media-left {
    padding-right: 100px;
}
.comments .media-body .title {
    margin-left: -170px;
    padding-bottom: 30px;
    margin-top: 0;
}
.comments textarea, .comments input {
    border-color: #176db7;
    border-radius: 0;
    background-color: inherit;
}
.comments .coment-avatar {
    border: 1px solid #176db7;
    border-top: none;
    padding: 5px;
}
.comments form .media-left {
    padding-right: 10px;
}
.comments form .media-left p {
    font-size: 12px;
}
.comments form .media {
    padding-bottom: 0;
}
.comments .unauthorised ul {
    margin-left: 0;
}
.comments .unauthorised ul li {
    background-color: #27272a;
    width: 23px;
    height: 23px;
    text-align: center;
    padding: 0;
    color: #d9d9d9;
}
.comments form button {
    margin-top: 20px;
}
.slick-singler {
    margin-top: 60px;
    margin-bottom: 60px;
}
.slick-slide .image {
    padding: 10px;
}
.slick-singler .slick-arrow {
    position: absolute;
    top: 45%;
    z-index: 1;
    background-color: #e6e5e5;
    padding: 10px;
    cursor: pointer;
}
.slick-singler .glyphicon-chevron-left {
    left: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.slick-singler .glyphicon-chevron-right {
    right: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.slick-singler img {
    cursor: zoom-in;
}
.page .title {
    padding-bottom: 30px;
}
#phone-modal .modal-dialog, #email-modal .modal-dialog {
    width: 80%;
    margin: 0 auto;
    top: 20%;
}
#phone-modal .modal-dialog .modal-content, #email-modal .modal-dialog .modal-content {
    background-color: #222222;
    color: #2399ff;
}
#email-modal h4 {
    color: #fff;
}
#email-modal form p {
    text-align: left;
}
#email-modal form p span {
    color: #4d4d4d;
}
#email-modal input,  #email-modal textarea {
    border: none;
    background-color: #4d4d4d;
    border-radius: 0;
    margin-bottom: 15px;
    color: #fff;
}
#email-modal input.btn {
    background-color: #286090;
}
#form-modal .modal-content {
    background-color: #222222;
}
#form-modal .modal-content input, #form-modal .modal-content textarea {
    background-color: #4d4d4d;
    border: none;
    border-radius: 0;
    color: #fff;
}
#form-modal input.btn {
    background-color: #286090;
}
button a, button a:hover {
    text-decoration: none;
    color: inherit;
}
form.invalid span.wpcf7-not-valid-tip {
    display: inline-table;
    position: absolute;
    top: 2px;
}
.bid form .row > div {
    padding-bottom: 25px;
}
/*xs*/
@media (max-width: 767px) {
    .sidebar {
        top: 100px;
    }
    header > .container {
        padding-bottom: 0;
    }
    #header-carousel .carousel-inner .item {
        height: 250px;
    }
    #header-carousel .carousel-caption {
        bottom: 80px;
    }
    #header-carousel .carousel-indicators {
        bottom: 70px;
    }
    .carousel-inner .active.left { left: -50%; }
    .carousel-inner .active.right { left: 50%; }
    .carousel-inner .next        { left:  50%; }
    .carousel-inner .prev		     { left: -50%; }
    .carousel-col                { width: 100%; }
    .active > div:first-child + div { display:block; }
    .logo {
        padding-bottom: 15px;
    }
    .text-xs-center {
        text-align: center!important;
    }
    .text-xs-right {
        text-align: right!important;
    }
    .nav-logistics {
        text-align: left;
    }
    .nav-logistics .dropdown-menu {
        position: relative;
        top: 10px;
        left: -50px;
    }
    #header-carousel .carousel-caption {
        right: 50px;
        font-size: 20px;
    }
    #header-carousel .item:nth-child(even) .carousel-caption {
        left: 0;
    }
    #header-carousel .carousel-caption h3 {
        font-size: 30px;
    }
    .top-ooo-white {
        height: auto;
    }
    .delivery img {
        margin: 0 auto;
    }
    .map .map-info {
        right: 3%;
    }
    .our-works-items .arrow {
        display: none;
    }
    .bid img {
        margin: 0 auto;
    }
    .slick-initialized .slick-slide img {
        margin: 0 auto;
    }
    #header-carousel .carousel-caption button {
        display: none;
    }
    .services .thumbnail > img {
        height: auto;
    }
    .advantage {
        padding-bottom: 30px;
    }
    .advantage p {
        overflow: hidden;
    }
    .advantage .advantage-items > div {
        height: 210px;
    }
    .int-info-card {
        padding-top: 50px;
    }
    .sidebar-item > ul > li {
        width: 40px;
        height: 40px;
    }
    .sidebar-item > ul > li > div {
        height: 40px;
    }
    .sidebar-item.right-sidebar ul > li > div {
        right: 40px;
    }
    .sidebar-item.left-sidebar ul > li > div {
        left: 40px;
    }
}
/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
    head .nav-logistics {
        padding-left: 0;
    }
    #menu .nav-logistics {
        text-align: left;
    }
    .text-sm-right {
        text-align: right!important;
    }
    .carousel-inner .active.left { left: -50%; }
    .carousel-inner .active.right { left: 50%; }
    .carousel-inner .next        { left:  50%; }
    .carousel-inner .prev		     { left: -50%; }
    .carousel-col                { width: 50%; }
    .active > div:first-child + div { display:block; }
    .nav-logistics li {
        padding: 10px 13px;
    }
    .nav-logistics .dropdown-menu .container {
        width: 100%;
    }
    .nav-logistics .dropdown-menu {
        right: 0;
        top: 230px;
    }
    .nav-logistics .dropdown-menu img {
        width: 160px;
        height: 100px;
    }
    .nav-logistics .dropdown-menu p {
        font-size: 15px;
    }
    #header-carousel .carousel-caption {
        right: 60px;
    }
    #header-carousel .item:nth-child(even) .carousel-caption {
        left: 60px;
    }
    .delivery img {
        margin: 0 auto;
    }
    .our-works-items .arrow {
        right: -35px;
        width: 70px;
        height: 20px;
        background-size: 100% 100%;
    }
    .ooo .thumbnail {
        padding: 0 5px;
    }
    .ooo .thumbnail img {
        width: 100px;
        height: 90px;
    }
    .ooo .thumbnail p {
        font-size: 11px;
    }
    .advantage .advantage-items > div {
        overflow: hidden;
    }
    .slick-initialized .slick-slide img {
        margin: 0 auto;
    }
    footer .nav-ooo li {
        padding: 10px 5px;
    }
    footer .nav-ooo>li>a:after {
        right: -9px;
        top: 15px;
    }

}
/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
    .media-ul {
        font-size: 12px;
    }
    .carousel-inner .active.left { left: -33%; }
    .carousel-inner .active.right { left: 33%; }
    .carousel-inner .next        { left:  33%; }
    .carousel-inner .prev		     { left: -33%; }
    .carousel-col                { width: 33%; }
    .active > div:first-child + div { display:block; }
    .active > div:first-child + div + div { display:block; }
    .nav-logistics {
        padding-left: 0;
    }
    .nav-logistics .dropdown-menu {
        right: -80px;
    }
    .nav-logistics .dropdown-menu img {
        width: 135px;
        height: 80px;
    }
    .nav-logistics .dropdown-menu p {
        font-size: 12px;
    }
    .our-works-items .arrow {
        right: -55px;
        width: 110px;
        height: 20px;
        background-size: 100% 100%;
    }
    .ooo .thumbnail {
        padding: 0 10px;
    }
    .slick-initialized .slick-slide img {
        margin: 0 auto;
    }
    .services .thumbnail > img {
        height: 160px;
    }
    .nav-logistics li a {
        font-size: 11px;
    }
    .nav-logistics li {
        padding: 10px 11px;
    }
    ul.nav-logistics>li>a:after {
        right: -15px;
        top: 15px;
    }
    ul.nav-logistics .dropdown-toggle:after {
        right: -15px;
    }
}
/*lg*/
@media (min-width: 1200px) {
    .carousel-inner .active.left { left: -25%; }
    .carousel-inner .active.right{ left:  25%; }
    .carousel-inner .next        { left:  25%; }
    .carousel-inner .prev		     { left: -25%; }
    .carousel-col                { width: 33%; }
    .active > div:first-child + div { display:block; }
    .active > div:first-child + div + div { display:block; }
    .nav-logistics .dropdown-menu {
        right: -95px;
    }
}
@media (min-width: 1568px) {
    .nav-logistics .dropdown-menu {
        right: -195px;
    }
}
@media (max-width: 991px) {
    ul.nav-logistics .dropdown-toggle::after {
        right: 15px;
    }
    .our-works, .our-works-items-group, .advantage, .reviews {
        padding-top: 30px;
    }
    .reviews, .bid {
        padding-bottom: 30px;
    }
    .map .map-title {
        top: 40px;
    }
    .modal.left .modal-dialog {
        position: fixed;
    }
    .modal-open .modal.left {
        overflow-y: hidden;
    }
    .logo {
        padding-top: 5px;
    }
    header {
        position: fixed;
        top: 0;
    }
    header .navbar-toggle {
        display: block;
    }
    header i {
        color: #d9d9d9;
        font-size: 25px;
        padding-top: 7px;
        cursor: pointer;
    }
    header i:hover {
        color: #2399ff;
    }
    .modal.left .modal-body {
        padding-left: 0;
        padding-right: 0;
    }
    .modal.left .modal-body img {
        margin: 0 auto;
    }
    .nav-logistics li {
        padding-left: 0;
        padding-right: 0;
    }
    .modal.right.fade .modal-dialog {
        right: inherit;
        position: relative;
    }
    ul.nav-logistics>li>a:after {
        right: 15px;
    }
    .services .thumbnail > img {
        height: 160px;
    }
}
@media (max-width: 480px) { 
    header > .container {
        padding-bottom: 7px;
        padding-top: 5px;
    }
    header .navbar-toggle {
        margin-top: 0;
        padding-top: 5px;
    }
    .logo-content {
        display: none;
    }
    .logo-content ~ div {
        width: 83.33333333%;
    }
    header i {
        padding-top: 0;
    }
    #header-carousel .carousel-indicators {
        bottom: 30px;
    }
    .nav-logistics li.active a:hover {
        background-color: #2399ff;
    }
}

.the-products .col {
    margin-top: 30px;
}

.the-product{
    max-width:300px;
    margin-left: auto;
    margin-right: auto;
}

.the-product-thumb{
    background: #fff;
    border:1px solid rgba(0,0,0,.35);
    text-align: center;
    padding: 15px;
    display: block;
}

.the-product-thumb:hover{
    border-color:#2399ff;
}

.the-product-thumb img {
    display: block;
    width:100%;
    height:auto;
}

.the-product-title{
    text-align: center;
    font-size: 18px;
    margin: 10px 0;
    display: block;
    color:#333 !important;
    text-decoration: none !important;
}

a.the-product-title:hover{
    color: #2399ff !important;
}

.the-product-price{
    font-size: 18px;
    text-align: center;
    color: #337ab7;
}

.the-product-moar{
    margin-top: 10px;
}

.the-product-desc img {
    max-width: 100%;
    height:auto;
}

.the-product-gallery .row {
    margin-left: -4px;
    margin-right: -4px;
}

.the-product-gallery .col {
    padding: 0 4px;
    margin-top: 8px;
}

.the-product-gallery a {
    display: block;
    padding: 4px;
    background: #fff;
    border:1px solid rgba(0,0,0,.35);
}

.the-product-gallery a img {
    display: block;
    width:100%;
    height: auto;
}

.back-to-catalog a {
    color:#2399ff;
}

.order-product{
    display: block;
    margin-top: 20px;
}

.modal-backdrop {
    z-index: 900 !important;
}


article.type-page table {
    width:100% !important;
    margin: 30px 0;
    background: rgba(255,255,255,.5);
    font-size: 15px;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,.15);
    border:2px solid #fff;
}

article.type-page table th{
    width:auto !important;
    border:1px solid rgba(255,255,255,.25) !important;
    padding: 12px !important;
    font-family: "Lato",sans-serif !important;
    vertical-align: top;
    background: #2399ff;
    color:#fff;
    font-size: 18px;
    text-shadow: 1px 1px 1px rgba(0,0,0,1);
}

article.type-page table td{
    width:auto !important;
    border:1px solid rgba(0,0,0,.15) !important;
    padding: 12px !important;
    font-family: "Lato",sans-serif !important;
}

article.type-page table td a{
    color:#2399ff;
}

article.type-page table th span{
    font-family: "Lato",sans-serif !important;
}


article.type-page table tr:nth-child(even) td{
    background: rgba(255,255,255,.35);
}