/*
Theme Name: ГалТранс
Author: Yury R.
Version: 1.0
Text Domain: galtrans
*/


@media (max-width: 1125px) {
	.about-us-block .list {
	padding-top: 45%;
	margin-top: 0px!important;
	}
	.about-us-block > img {
        width: 60%!important;
   	}
	.about-us-block {
	padding-bottom: 25%;
}
	.template-about-us .col-md-3 {
        width: 40%;
}
}
@media (max-width: 900px) {
    .template-about-us .col-md-3 {
        width: 100%;
    }
}

@media (max-width: 760px) {
	.about-us-block > img {
        width: 100%!important;
   	}
	.about-us-block .list {
	padding-top: 90%;
	margin-top: 0px!important;
	}
}

/* ---------------------------------reset styles-------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
    font-family: 'Tahoma', sans-serif;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
    width: 100%;
    overflow: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}
div{
    display: block;
}
img{
    max-width: 100%;
    height: auto;
}
em{
    font-style: italic;
}

h1, h2, h3, h4, h5, strong{
    /*font-family: 'TahomaBold' !important;*/
    font-weight: 700;
}
p{
    font-size: 14px;
    line-height: 18px;
    color: #39393c;
}
.content-block ul{
    list-style-type: none !important;
    margin: 10px 0 10px 15px;
}
.content-block ol{
    margin: 10px 0 10px 15px;
}
.page .content-block,
.single .content-block{
    padding-top: 20px;
}
.content-block {
    margin-bottom: 10px;
}

.content-block h2,
.content-block h3,
.content-block h4,
.content-block h5,
.content-block h6{
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #39393c;
}

.content-block h2{
    font-size: 26px;
}

.content-block h3{
    font-size: 24px;
}

.content-block h4{
    font-size: 22px;
}

.content-block h5{
    font-size: 20px;
}

.content-block h6{
    font-size: 18px;
}
.content-block ul li,
.content-block ol li{
    background: url(images/services-arrows.png) center left no-repeat;
    line-height: 18px;
    padding-left: 30px;
    font-size: 14px;
    color: #39393c;
    padding-top:10px;
    padding-bottom:10px;
}
.content-block a{
    color:#bb141c;
    text-decoration: none;
}
.content-block a:hover{
    text-decoration: underline;
}

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
img.aligncenter {
    margin-top: 15px;
    margin-bottom: 15px;
}
img.alignright {
    margin: 15px 0 35px 20px;
}
img.alignleft {
    margin: 15px 35px 20px 0;
}
/* ---------------------------------reset styles-------------------------------------------------------- */
/* -------------------------------------------------fonts---------------------------------------------- */

@font-face {
    font-family: 'Tahoma';
    src: url('fonts/Tahoma-Regular/Tahoma-Regular.eot');
         url('fonts/Tahoma-Regular/Tahoma-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Tahoma-Regular/Tahoma-Regular.woff') format('woff'),
         url('fonts/Tahoma-Regular/Tahoma-Regular.ttf') format('truetype'),
         url('fonts/Tahoma-Regular/Tahoma-Regular.svg#Tahoma-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
   font-family: 'TahomaBold';
    src: url('fonts/Tahoma-Bold/Tahoma-Regular.eot');
         url('fonts/Tahoma-Bold/Tahoma-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Tahoma-Bold/Tahoma-Regular.woff') format('woff'),
         url('fonts/Tahoma-Bold/Tahoma-Regular.ttf') format('truetype'),
         url('fonts/Tahoma-Bold/Tahoma-Regular.svg#Tahoma-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}
/* -------------------------------------------------fonts---------------------------------------------- */
.wpcf7-response-output{
    /*display: none !important;      */
}

.clearfix{
    clear:both;
}
.no-padding{
    padding-left: 0;
    padding-right: 0;
}
.page-title{
    background: #ebebeb url(images/shadow.png) top left repeat-x;
    padding-top: 40px;
    padding-bottom: 15px;

}
.page-title .block-title{
    margin-bottom: 0;
}
.block-title{
    font-size: 22px;
    color: #bb141c;
    text-transform: uppercase;
    line-height: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #bb141c;
    display:inline-block;
    padding-right: 50px;
    margin-bottom: 25px;
}
.block-title-gray{
    color:#3a3a3c;
    border-color:#3a3a3c;
    margin-top: 0;
}
.block-title-white{
    color:#fff;
    border-color:#fff;
    margin-top: 0;
    margin-bottom: 30px;
}
.content-block{
    margin-bottom: 20px;
}

.content-block p{
    font-size:14px;
    color: #39393c;
    line-height: 18px;
    text-indent: 15px;
    margin-bottom: 10px;
}
.template-consolidation .content-block ul,
.template-consolidation ul.item-list{
    list-style: none;
    list-style-type: none !important;
    margin:20px 0;
}
.template-consolidation .content-block ul li,
.template-consolidation ul.item-list li{
    background: url(images/list-ico.png) top 10px left no-repeat;
    padding-left: 20px;
    font-size:14px;
    color: #39393c;
    line-height: 28px;
    padding-top: 0;
    padding-bottom: 0;
}

/* -------------------------------------header styles------------------------------------------ */
.header-top{
    width: 100%;
    height: 35px;
    background: #bb141c;
}
.right{
    float: right;
}
.header-top .right div{
    float:left;
}
.header-top .right div.order-transportation a{
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    line-height: 35px;
    font-size: 12px;
    background: url(images/order-ico.png) center left no-repeat;
    padding-left: 40px;
    margin-right: 25px;
    display: block;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
.header-top .right div.order-transportation a:hover{
    text-decoration: none;
}

.header-top .right div.choose-language ul#menu-mova{
    margin-bottom: 0;
}
.header-top .right div.choose-language ul#menu-mova > li{
    height:35px;
    position: relative;
    padding-top: 2px;
    padding-bottom: 5px;
    background-color: #bb141c;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
.header-top .right div.choose-language ul#menu-mova > li:hover{
    background-color: #39393c;
}

.header-top .right div.choose-language ul#menu-mova > li > a {
    line-height:30px;
    padding-left: 20px;
    padding-right: 35px;
    display: block;
    border-left: 1px solid #d05b61;
    border-right: 1px solid #d05b61;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    background: url(images/lang-arrow.png) center right 20px no-repeat;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
.header-top .right div.choose-language ul#menu-mova > li > a:hover{
    background-color: #39393c;
}
.header-top .right div.choose-language ul#menu-mova > li > .sub-menu{
    display: none;
    margin-top:5px;
    z-index: 9999;
    position: absolute;
    top: 30px;
    width: 100%;
}
.header-top .right div.choose-language ul#menu-mova > li > .sub-menu li a{
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    background:#39393c;
    display: block;
    line-height: 30px;
    width: 100%;
    text-align: center;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
.header-top .right div.choose-language ul#menu-mova > li > .sub-menu li a:hover{
    background-color: #bb141c;
}
header{
    width: 100%;
    height: 123px;
    background: #f8f8f8;
    padding-top: 10px;
    padding-bottom: 5px;
}
.site-logo > a{
    margin-right:20px;
    float: left;
}
.site-logo > a img{
    width:210px;
}

.site-logo > p{
    max-width:381px;
    /*max-width:350px;*/
    width:100%;
    float: left;
    font-size: 16px;
    line-height: 18px;
    margin-top: 85px;
    margin-bottom: 0;
}
header .right div:first-child{
    /*margin-bottom: 5px;*/
    margin-top: 30px;
}

header .right div > p,
header .right div > span{
    font-size:12px;
    margin-bottom:0;
    color: #3b3b3d;
    text-align: right;
    display: block;
}
header .right div > p{
}

header .right div > span{
    color: #bb141c;
    font-weight: 600;
}
.home .site-menu{
    width: 100%;
    height: 50px;
    background:url(images/shadow.png) bottom left repeat-x;
    padding-bottom: 9px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    z-index: 100;
    position: relative;
}
.menu-bg{
    background: #e4e4e6;
    width: 100%;
}

.site-menu .navigation{
    height: 50px;
    background: url(images/menu-bg.jpg) top left repeat-x;
}

.navigation div > ul{
    margin-bottom: 0;
}
.navigation ul li a{
    text-align: center;
}

.navigation ul li a span.text{
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
}

.menu-golovne-menyu-container ul#menu-golovne-menyu > li{
    position: relative;
    float: left;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
ul#menu-golovne-menyu > li a{
    padding: 0 5px;
}

.menu-golovne-menyu-container ul#menu-golovne-menyu > li:hover a,
.menu-golovne-menyu-container ul#menu-golovne-menyu > li.current-menu-item a,
.menu-golovne-menyu-container ul#menu-golovne-menyu > li.current-menu-parent a{
    color: #fff;
    background: #bb141c;
}
.navigation ul#menu-golovne-menyu > li{
    width:25%;
}
/*.navigation ul#menu-golovne-menyu > li:last-child{
    width:24%;
}*/
.navigation ul#menu-golovne-menyu > li > a{
    display: block;
    line-height: 50px;
    color: #37373a;
    font-size: 14px;
    font-weight: 600;
    width:100%;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.navigation ul#menu-golovne-menyu > li > ul.sub-menu{
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 9999;
    width: 100%;
}
.navigation ul#menu-golovne-menyu > li ul.sub-menu li{
    width: 100%;
    line-height: 50px;
    position: relative;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.navigation ul#menu-golovne-menyu > li ul.sub-menu li a{
    background: #747476;
    color: #fff;
    display:block;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
.navigation ul#menu-golovne-menyu > li ul.sub-menu li:nth-child(1) a{
    background: #747476;
}
.navigation ul#menu-golovne-menyu > li ul.sub-menu li:nth-child(2) a{
    background: #7f7f81;
}
.navigation ul#menu-golovne-menyu > li ul.sub-menu li:nth-child(3) a{
    background: #888889;
}
.navigation ul#menu-golovne-menyu > li ul.sub-menu li:nth-child(4) a{
    background: #939395;
}
.navigation ul#menu-golovne-menyu > li ul.sub-menu li:nth-child(5) a{
    background: #9b9b9f;
}
.navigation ul#menu-golovne-menyu li ul.sub-menu li:hover a,
.navigation ul#menu-golovne-menyu li ul.sub-menu li.current-menu-item a {
    background: #37373a;
}
.navigation ul#menu-golovne-menyu > li ul.sub-menu li > ul.sub-menu{
    position: absolute;
    top: -1px;
    left: 100%;
    display: none;
    width: 100%;
}
.navigation ul#menu-golovne-menyu > li ul.sub-menu li > ul.sub-menu li:hover a{
    background: #37373a !important;
}

.navigation ul#menu-golovne-menyu > li ul.sub-menu li:nth-child(1) > ul.sub-menu li a{
    background: #747476;
}
.navigation ul#menu-golovne-menyu > li ul.sub-menu li:nth-child(2) > ul.sub-menu li a{
    background: #7f7f81;
}
.navigation ul#menu-golovne-menyu > li ul.sub-menu li:nth-child(3) > ul.sub-menu li a{
    background: #888889;
}
.navigation ul#menu-golovne-menyu > li ul.sub-menu li:nth-child(4) > ul.sub-menu li a{
    background: #939395;
}
.navigation ul#menu-golovne-menyu > li ul.sub-menu li:nth-child(5) > ul.sub-menu li a{
    background: #9b9b9f;
}
/* -------------------------------------END header styles------------------------------------------ */

/* -------------------------------------Slider styles--------------------------------------------- */
.slider-container{
    top: -9px;
    z-index: 98;
    position: relative;
}


.slider-container .bxslider li img{
    width: 100%;
    margin:0 auto;
}

.slider-text{
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    line-height: 120px;
    width: 100%;
    background: url(images/str_1920.png) top center no-repeat;
}
.slider-text span{
    font-size: 24px;
    display: inline-block;
    line-height: 28px;
    vertical-align: middle;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    width: 835px;
}

/* -------------------------------------END Slider styles--------------------------------------------- */

/* ----------------------------------------------------------------------------- */
.about-us-container{
    padding:35px 0 35px 0;
}
.about-us-container a:focus,
.about-us-container a{
    font-size:14px;
    color: #bb141c;
    line-height: 50px;
    width: 165px;
    text-align: center;
    border: 1px solid #bb141c;
    background: #fff;
    float: right;
    margin-top: 10px;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    text-decoration: none;

}
.about-us-container a:hover{
    text-decoration: none;
    background: #bb141c;
    color: #fff;
}

.about-us-container p{
    font-size:14px;
    line-height: 18px;
    color: #818181;
    text-indent:10px;
    word-wrap: break-word;
    margin-bottom:10px;
}
/* ----------------------------------------------------------------------------- */
.advantages-container{
    width: 100%;
    height: 449px;
    background: url(images/advantages-bg.jpg) top center no-repeat;
}
.advantages-container .item{
    padding-top: 40px;
    width: 203px;
    margin: 0 auto;
}

.advantages-container .item img{
    display:block;
    margin: 0 auto;
    width: 100%;
}
.advantages-container .item span{
    display: block;
    width:100%;
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    padding-top: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
.advantages-container a.advantages-link{
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 50px;
    width: 165px;
    text-align: center;
    border: 1px solid #fff;
    background: transparent;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    text-decoration: none;
}
.advantages-container a.advantages-link:hover{
    background: #fff;
    color: #bb141c;
}

/* ----------------------------------------------------------------------------- */
.services-container{
    padding-top: 30px;
}

.services-container .item{
    height: 145px;
    padding-bottom: 15px;
    margin-bottom: 40px;
}
.services-container .item h2{
    width:100%;
    font-size: 14px;
    line-height: 14px;
    color: #39393c;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 11px;
}
.services-container .item h2 span{
    background: url(images/services-arrows.png) top left no-repeat;
    display: inline-block;
    width: 23px;
    height: 25px;
    margin-right:3px;

}

.services-container .item p{
    font-size: 12px;
    line-height: 14px;
    color: #7b7b7c;
    width: 100%;
    padding-left: 26px;
    margin-bottom: 0;
    height: 85px;
    overflow: hidden;

}
.services-container .item .text{
    border-bottom: 1px solid #c7c8cb;
    padding-bottom: 15px;
    position: relative;
}
.services-container .item .text a{
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    width: 30px;
    text-align: center;
    display: block;
    background: #c7c9cb;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-decoration: none;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    position: absolute;
    bottom: -15px;
    right: 0;
    font-weight: 600;
}
.services-container .item .text a:hover{
    background:#bb141c;
}
/* ----------------------------------------------------------------------------- */
.event-container{
    width: 100%;
    background: #eeeeee;
    padding: 40px 0;
}

.event-container .item{
    position: relative;
    height: 235px;
    overflow: hidden;
    display: block;
}
.event-container .item p.event-title{
    width: 100%;
    position: absolute;
    display: block;
    line-height: 70px;
    padding: 0 25px;
    background: rgba(0, 0, 0, 0.5) repeat;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.event-container .item:hover p.event-title{
    background: rgba(187, 20, 28, 1) repeat;
}

.event-container .item p.event-title span{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    line-height: 16px;
}
.event-container a.more-link{
    font-size:14px;
    color: #39393c;
    line-height: 48px;
    width: 165px;
    background: #eeeeee;
    display: block;
    margin: 40px auto 0;
    text-align: center;
    text-decoration: none;
    border: 1px solid #39393c;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
.event-container a.more-link:hover{
    color:#fff;
    background:#39393c;
}
/* ------------------------------------------------------------------ */
.oreder-transportation-container{
    width: 100%;
    height: 543px;
    background: url(images/home_fon2.jpg) center center no-repeat;
}
.oreder-transportation-container h2.title{
    width: 440px;
    background: url(images/order-arrows.png) top right no-repeat;
    padding-right: 140px;
    font-size: 30px;
    line-height: 34px;
    color: #39393c;
    text-transform: uppercase;
    padding-top: 82px;
    margin-top: 50px;
    margin-bottom: 60px;
    margin-left: 70px;
}
.oreder-transportation-container .text{
    padding-left: 130px;
}

.oreder-transportation-container .text p{
    font-size:16px;
    line-height: 18px;
    color:#7b7b7c;
    margin-bottom: 15px;
    text-indent: 10px;
}
.oreder-transportation-container .order-button{
    font-size: 14px;
    color: #39393c;
    line-height: 48px;
    width: 165px;
    background: #eeeeee;
    display: block;
    margin: 35px auto 0;
    text-align: center;
    text-decoration: none;
    border: 1px solid #39393c;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    float: right;
}
.oreder-transportation-container .order-button:hover{
    color:#fff;
    background:#39393c;
}
.bxslider-clients li{
    line-height: 80px;
    display: block;
    height: 185px;
    text-align: center;

}
.clients-container{
    padding: 40px 0;
}

.bxslider-clients li img{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding-left: 15px;
    padding-right: 15px;

}
.bx-wrapper .bx-prev{
    background:url(images/client-prev.png) center center no-repeat !important;
    height: 16px !important;
    width: 9px !important;
    left: -19px !important;
    top:0 !important;
    bottom: 0 !important;
    margin-bottom: auto !important;
    margin-top: auto !important;
}
.bx-wrapper .bx-next{
    background:url(images/client-next.png) center center no-repeat !important;
    height: 16px !important;
    width: 9px !important;
    right: -19px !important;
    margin-top: 0 !important;
    top:0 !important;
    bottom: 0 !important;
    margin-bottom: auto !important;
    margin-top: auto !important;
}
.our-team-container{
    padding-bottom: 70px;
    padding-top: 40px;
}

.our-team-container,
.our-team-container .bx-wrapper .bx-viewport{
    background: #bb141c;
}

.our-team-container .block{
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
}
.bxslider-team li img{
    float: left;
    width: 150px;
}
.bxslider-team li .description{
    float: right;
    width: 755px;
    height: 125px;
    position: relative;
    padding: 20px 55px;
}
.bxslider-team li .description .quotes{
    display:block;
    width: 33px;
    height: 23px;
    position: absolute;
}
.bxslider-team li .description .quotes-top{
    background: url(images/quotes2.png) center center no-repeat;
    top:0;
    left: 0;
}
.bxslider-team li .description .quotes-bottom{
    background: url(images/quotes1.png) center center no-repeat;
    bottom:0;
    right: 0;
}
.bxslider-team li .description h2,
.bxslider-team li .description p{
    font-size: 12px;
    line-height: 14px;
    color: #fff;
}
.bxslider-team li .description h2{
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px;
}
.our-team-container .bx-wrapper{
    margin-bottom: 50px;
}

.our-team-container .bx-wrapper .bx-pager.bx-default-pager a{
    background: rgba(255, 255, 255, 0.5) !important;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
.our-team-container .bx-wrapper .bx-pager.bx-default-pager a:hover,
.our-team-container .bx-wrapper .bx-pager.bx-default-pager a.active{
    background: rgba(255, 255, 255, 1) !important;
}
.our-team-container .bx-wrapper .bx-pager{
    bottom: -98px
}
.site-footer {
    width: 100%;
    background: #39393c;
}
.footer-contacts{
    padding-bottom: 20px;
    padding-top: 30px;
}

.footer-contacts .correspondence,
.footer-contacts .forwarding,
.footer-contacts .brokers{
    padding-left: 55px;
}
.footer-contacts .correspondence{
    padding-bottom: 10px;
}

.footer-contacts p,
.footer-contacts h3{
    color: #fff;
    font-size: 12px;
    padding-left: 35px;
    margin-top: 0;
    margin-bottom: 5px;
}

.footer-contacts p{
    line-height: 30px;
    margin-bottom: 5px;
}
.footer-contacts .brokers p.address{
    line-height: 15px;
}

.footer-contacts h3{
    text-transform: uppercase;
}

.footer-contacts p.address{
    background: url(images/location-ico.png) center left no-repeat;
}
.footer-contacts p.phone{
    background: url(images/phone-ico.png) center left no-repeat;
}
.footer-contacts p.email{
    background: url(images/mail-ico.png) center left no-repeat;
}
.footer-order-transportation{
    display: block;
    line-height: 55px;
    width: 265px;
    background: #fff;
    font-size:16px;
    font-weight: 600;
    color: #363636;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    float: right;
    margin-top: 60px;
}
.footer-order-transportation:hover{
    text-decoration:none;
    color: #363636;
}
.footer-bottom{
    width: 100%;
    line-height: 40px;
    border-top: 1px solid #757577;
}
.footer-bottom p.footer-rights{
    float: left;
    font-size: 12px;
    line-height: 24px;
    color: #adacac;
    margin-bottom: 0;

}
.footer-bottom p.footer-created{
    float: right;
    font-size: 12px;
    color: #adacac;
    margin-bottom: 0;
    line-height: 24px;

}
.footer-bottom p.footer-created a{
    color:#fff;
    border-bottom: 1px solid transparent;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
.footer-bottom p.footer-created a:hover{
    border-color: #fff;
    text-decoration: none;
}

/* ------------------------------------------------------------------------------------------------- */
.page-content .block-title{
    margin-top: 0;
}
.page-template .site-menu{
    background: #e4e4e6;
    padding-bottom: 0;
}

.page-content{
    background: #ebebeb url(images/shadow.png) top left repeat-x;
    padding: 35px 0;
}
.page-content p{
    font-size: 14px;
    color: #818181;
    line-height: 18px;
    margin-bottom: 20px;
}

/* ------------------------------------template clients-------------------------------------------- */
.clients-logo{
    padding: 15px 0;
}
.clients-logo .container{
    overflow: hidden;
}
.clients-logo .container .row{
    position: relative;
    bottom: -1px;
    right: -1px;
}

.clients-logo .item{
    line-height: 210px;
    text-align: center;
    border-right: 1px solid #d7d7d8;
    border-bottom: 1px solid #d7d7d8;
    height: 210px;
    border-collapse: collapse;
}
/*.clients-logo .item:nth-child(4){
    border-right:none;
}
.clients-logo .item:nth-child(8){
    border-right:none;
}
.clients-logo .item:nth-child(12){
    border-right:none;
}
.clients-logo .item:nth-child(16){
    border-right:none;
}*/
.clients-logo .item img{
    vertical-align: middle;
}


/* ------------------------------------END template clients-------------------------------------------- */

/* ------------------------------------template contacts-------------------------------------------- */
.template-contacts{
    padding: 35px 0;
}
.template-contacts p,
.template-contacts h3 {
    font-size: 12px;
    margin-top: 0;
}
.template-contacts h3.contact-form-title{
    margin-bottom: 25px;
}

.template-contacts h3{
    color: #39393c;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.template-contacts .address p{
    color: #7b7b7c;
    padding-left: 40px;
    line-height: 30px;
    margin-bottom: 5px;
}
.template-contacts .correspondence,
.template-contacts .forwarding,
.template-contacts .brokers{
    padding-left:70px;
}

.template-contacts .correspondence {
    padding-bottom: 10px;
}
.template-contacts .forwarding{
    margin-bottom:30px;
}

.template-contacts .brokers p.address {
    line-height: 15px;
}
.template-contacts p.address{
    background: url(images/location-ico.png) center left no-repeat;
}
.template-contacts p.phone{
    background: url(images/phone-ico.png) center left no-repeat;
}
.template-contacts p.email{
    background: url(images/mail-ico.png) center left no-repeat;
}
.template-contacts .wpcf7-form input.wpcf7-text{
    width: 488px;
    line-height: 38px;
    border: 1px solid #d0cece;
    font-size: 14px;
    color: #7b7b7c;
    padding: 0 15px;
    font-family: 'Tahoma';
    margin-bottom: 0;
}
.template-contacts .wpcf7-form .wpcf7-form-control-wrap{
    display: block;
    margin-bottom: 10px;
}

.template-contacts .wpcf7-form br{
    display: none;
}

.template-contacts .wpcf7-form .your-subject input{
    display: none;
    margin-bottom: 0;
}

.template-contacts .wpcf7-textarea{
    width: 488px;
    height: 150px;
    font-size: 14px;
    color: #7b7b7c;
    padding: 15px;
    margin-bottom: 5px;
    border: 1px solid #d0cece;
}
.template-contacts .wpcf7-form input.wpcf7-submit{
    width: 165px;
    line-height: 38px;
    border: 1px solid #39393c;
    font-size: 14px;
    color: #39393c;
    text-align: center;
    font-family: 'Tahoma';
    float: right;
    margin-right: 71px;
    background: #fff;
}
/* ------------------------------------END template contacts-------------------------------------------- */

/* ------------------------------------template our team-------------------------------------------- */

.template-our-team{
    padding-top: 35px;
    padding-bottom: 15px;
}
.template-our-team .item{
    margin-bottom:30px;
}
.template-our-team .item:first-child span.department{
    display: none;
}

.template-our-team .item .employee-img{
    border-bottom: 2px solid #bb141b;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.template-our-team .item .employee-img img{
    width: 100%;
    height: auto;
}
.template-our-team .item h3{
    font-size:16px;
    color:#bb141b;
    line-height: 18px;
    padding: 10px 0px 5px;
    margin:0;
}
.template-our-team .item p{
    font-size: 14px;
    color: #37373a;
    line-height: 14px;
    margin-bottom: 0;
    height: 100%;
    overflow: hidden;
}
.template-our-team .item .contact-inf{
    height: 55px;
}
.template-our-team .item .contact-inf span{
    display:block;
    width: 100%;
    font-size: 14px;
    color: #37373a;
    line-height: 18px;
}

/* ------------------------------------END template our team-------------------------------------------- */

/* ------------------------------------template events------------------------------------------ */
.template-events{
    margin-top: 25px;
    margin-bottom: 35px;
}
.template-events .item {
    position: relative;
    height: 235px;
    overflow: hidden;
    display: block;
    margin-bottom: 30px;
}
.template-events .item img{
    width: 364px;
    max-width: 364px;
}


.template-events .item p.event-title {
    position: absolute;
    display: block;
    line-height: 70px;
    padding: 0 25px;
    background: rgba(0, 0, 0, 0.5) repeat;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.template-events .item:hover p.event-title{
    background: rgba(187, 20, 28, 1) repeat;
}

.template-events .item p.event-title span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    line-height: 16px;
}
.event-filter{
    width: 100%;
    line-height: 40px;
    margin-bottom: 25px;
}
.event-filter span.filter-text{
    font-size: 12px;
    color: #3b3b3c;
    padding-right: 30px;
}

.event-filter .bootstrap-select {
    width: 265px !important;
    outline: none !important
}
.event-filter .btn {
    display: inline-block;
    padding: 0;
    line-height: 38px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    text-align: right;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #c7c8c9;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    outline: none !important
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option{
    text-align: right !important;
    color: #39393c;
    font-size: 12px !important;
}

.bootstrap-select > .dropdown-toggle{
    padding-right: 35px !important;
}
.dropdown-menu{
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0px !important;
}

.dropdown-menu > li > a{
    padding: 0 !important;
    line-height: 40px !important;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text{
    width: 100%;
    padding-right: 35px;
    text-align: right;
    font-size: 12px;
}
.bootstrap-select.btn-group .dropdown-menu li.selected{
    background: #adadad;
    outline: none !important
}

.caret{
    border-top: 5px dashed;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    color: #3b3b3c;
}

.pagination-position{
    position: relative;
}
.pagination{
    margin: 0 !important;
}
.pagination-position .top-pagination{
    position: absolute;
    right: 11px;
    top: 0;
}
.pagination-position .bottom-pagination{
    float:right;
    margin-right: -5px !important;
}

.pagination .wp-pagenavi a,
.pagination .wp-pagenavi span{
    width: 40px;
    line-height: 38px;
    padding: 0;
    margin: 0 5px 0 0;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    border: 1px solid #c7c8c9;
    color: #39393c;
    font-weight: normal;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pagination .wp-pagenavi span.current{
    border: 1px solid #39393c;
    color: #fff;
    background: #39393c;
}
.pagination .wp-pagenavi a:hover{
    border: 1px solid #39393c;
    color: #fff;
    background: #39393c;
    text-decoration: none;
}

/* ------------------------------------END template events------------------------------------------ */

/* ------------------------------------template Consolidation, warehousing, LTL------------------------------------ */
.template-consolidation{
    margin-bottom: 25px;
}
.consolidation-img{
    width: 100%;
    height: auto;
}

.consolidation-top-text{
    width: 100%;
    height: 60px;
    background: #fff url(images/consolidation-top-bg.jpg) center left no-repeat;
    margin-bottom: 20px;
}
.consolidation-top-text span.block{
    display: inline-block;
    line-height: 60px;
    padding-right: 150px;
    background: #bb141b;
}

.consolidation-top-text span.block > span{
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    line-height: 18px;
    vertical-align: middle;
}
.consolidation-bottom-text{
    width:100%;
    line-height: 85px;
    background: #e4e4e6 url(images/consolidation-ico.png) center left no-repeat;
    padding-left: 90px;
    padding-right: 10px;
}
.consolidation-bottom-text span{
    display: inline-block;
    line-height: 18px;
    font-size: 14px;
    font-weight: 600;
    color: #39393c;
    background: #e4e4e6;
    vertical-align: middle;
}
/* ------------------------------------END template Consolidation, warehousing, LTL--------------------------------- */

/* ------------------------------------template Customs brokerage--------------------------------- */
.brokerage-img-bg{
    width: 100%;
    height: 280px;
    background: url(images/customs-brokerage_fon.jpg) center center no-repeat;
}
.template-custom-brokerage .top{
    margin-top: 30px;
}

.template-custom-brokerage .content-block{
    text-align: justify;
    padding-top: 30px;
    background: #e4e4e6;
    padding-left: 15px;
    padding-right: 15px;
}
.template-custom-brokerage .second-text{
    padding-top: 20px;
    padding-bottom: 20px;
}

.template-custom-brokerage .item ul li{
    display:block;
    width: 100%;
    padding-left: 30px;
    background: url(images/services-arrows.png) center left no-repeat;

    line-height: 25px;
    margin-bottom: 15px;
}
.template-custom-brokerage .item ul li span{
    color: #7e7e80;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
    text-align: justify;
}

.template-custom-brokerage .item .second-item{
    display:block;
    padding-left: 20px;
    background: url(images/list-ico.png) top 5px left no-repeat;
    color: #39393c;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
    text-align: justify;
}
.template-custom-brokerage .bottom-text{
    margin-top: 15px;
    padding:25px 10px 25px 70px;
    border-top: 2px solid #bb141b;
    color: #bb141c;
    font-size: 30px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 600;
    background: url(images/brokerage-ico.png) center left no-repeat;

}

/* ------------------------------------END template Customs brokerage--------------------------------- */

/* ------------------------------------template seafreight--------------------------------- */
.template-seafreight .seafreight-img-bg{
    width: 100%;
    height: 280px;
    background: url(images/seafreight-bg.jpg) center center no-repeat;
}
.template-seafreight .main-container{
    background:#ececec;
    padding:35px 0;
}
.template-seafreight .main-container .content-block{
    margin-bottom: 0;
    text-align: justify;
}

.template-seafreight .bottom-list{
    padding: 20px 0;
}

.template-seafreight .bottom-list .item{
    padding: 15px 0;
    line-height:35px;
    padding-left: 35px;
    background: url(images/services-arrows.png) center left no-repeat;
}
.template-seafreight .bottom-list .item span{
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
}

/* ------------------------------------END template seafreight--------------------------------- */

/* ------------------------------------template about us--------------------------------- */
.template-about-us > img{
    display: block;
    margin: 0 auto;
}

.about-us-content .content-block{
    padding-top: 0;
}

.about-us-content{
    background: #ebebeb;
    padding-bottom: 20px;
}

.about-us-list{
    background: #e4e4e6;
    padding: 45px 0;
}
.about-us-list .list-item{
    width:100%;
    line-height: 48px;
    background:#e4e4e6 url(images/values-bg.jpg) center left no-repeat;
    padding: 5px 0
}
.about-us-list .list-item p{
    margin-bottom: 0;
    background:#e4e4e6;
    font-family: 'Tahoma';
    color: #37373a;
    font-size: 14px;
}
.about-us-list .list-item p span.red{
    line-height: 48px;
    display: inline-block;
    color: #fff;
    width: 90px;
    background: #bc151c;
    font-weight: 600;
    padding-right: 15px;
    margin-right: 10px;
    text-transform: uppercase;
}
.about-us-list .list-item p span.grey{
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}
.values-block{
    background: #808182;
    padding: 40px 0 35px;
}
.values-block .container > p{
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 45px;
    text-transform: uppercase;
}
.values-block .container .item img{
    display:block;
    margin: 0 auto;
}
.values-block .container .item h3{
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    height: 32px;
    line-height: 18px;
    margin: 25px 0 10px;
    padding: 0 30px;
    overflow: hidden;
}
.values-block .container .item p{
    font-size: 14px;
    line-height: 16px;
    font-family: 'Tahoma';
    color: #fff;
    text-align: center;
    padding: 0 20px;
    overflow: hidden;
}
.about-bottom-text{
    line-height: 50px;
    background:#bc151c;
}
.about-bottom-text .text{
    font-size: 28px;
    text-transform: uppercase;
    color: #e4e4e6;
    font-weight: 600;
}

/* ------------------------------------END template about us--------------------------------- */

/* ------------------------------------template CSR--------------------------------- */

.template-csr .csr-img-bg{
    width: 100%;
    height: 280px;
    background: url(images/banner-csr-2n.jpg) center center no-repeat;
}
.people-block{
    background: #fff;
}

.red-text{
    width: 100%;
    line-height: 60px;
    background: #fff url(images/consolidation-top-bg.jpg) center left no-repeat;
}
.red-text p{
    background: #fff;
    margin-bottom: 0;
    line-height: 57px;
}
.red-text p span{
    display: inline-block;
    line-height: 60px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding-right: 40px;
    text-transform: uppercase;
    background: #bb141b;
    vertical-align: middle;
}
.people-block .people-content{
    padding: 45px 0;
}
.people-block .people-content h2{
    color:#39393c;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    margin: 0;
}
.people-block .people-content p{
    color:#39393c;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}
.people-block .people-content .list{
    padding: 15px 0 25px;
}

.people-block .people-content .list .item{
    line-height: 36px;
    padding: 5px 70px;
    background: url(images/services-arrows.png) center left 40px no-repeat;
}
.people-block .people-content .list .item span{
    display: inline-block;
    line-height: 16px;
    font-size: 14px;
    font-family: 'Tahoma';
    color: #7e7e80;
    vertical-align: middle;
}
.enviromental-block .content-block{
    padding: 35px 0 40px;
}
.enviromental-challenges-block{
    background: #ebebeb;
    padding: 40px 0 50px;
}
.enviromental-challenges-block .block-title{
    max-width: 560px;
    margin-bottom: 40px;
}
.challenges-list .item img{
    margin: 0 auto;
    display: block;
}
.challenges-list .item h3{
    font-size:18px;
    color: #3b3b3c;
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 10px;
    height: 40px;
}
.challenges-list .item:nth-child(2) h3{
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
}
.challenges-list .item:nth-child(3) h3{
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
}
.challenges-list .item ul li{
    font-size:14px;
    line-height: 18px;
    color: #3b3b3c;
    margin-bottom: 10px;
    padding-top: 10px;
    background: url(images/challenges-ico.png) center top no-repeat;
    text-align: center;
    width: 230px;
    margin-left:auto;
    margin-right:auto;
}
.social-contribution-block{
    width: 100%;
    height: 527px;
    padding-top: 70px;
    background: url(images/csr-img.jpg) center center no-repeat;
}
.social-contribution-block .red-text{
       background: transparent url(images/consolidation-top-bg.jpg) center left no-repeat;
}

.social-contribution-block .red-text p{
    background: transparent;
}
.social-contribution-block .text{
    padding-top: 60px;
}

.social-contribution-block .text p{
    font-size: 14px;
    line-height: 18px;
    color: #3b3b3c;
}
.volunteering-block{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #ebebeb;
}
.volunteering-block .red-text{
    background: #ebebeb url(images/consolidation-top-bg.jpg) center left no-repeat;
}

.volunteering-block .red-text p{
    background: #ebebeb;
}

.volunteering-block span.title{
    font-size: 30px;
    color: #fff;
    line-height: 70px;
    text-transform: uppercase;
    width: 310px;
    display: inline-block;
    vertical-align: middle;
    border-right: 2px solid #fff;
    font-weight: 600;
}
.volunteering-block p.text{
    font-size: 14px;
    color: #39393c;
    line-height: 18px;
    display: inline-block;
    margin-top: 20px;
    font-family: 'Tahoma';
    max-width: 760px;
}
/* ------------------------------------END template CSR--------------------------------- */

/* ------------------------------------template Road transportation--------------------------------- */
.template-consulting .page-content{
    background: #e4e4e6;
    padding-top: 55px;
    padding-left: 20px;
    padding-right: 20px;
}
.template-consulting .page-content p{
    color: #39393c;
}

.consulting-img-bg{
    background: url(images/consulting_fon.jpg) center top no-repeat;
    height: 280px;
}
.content-title{
    height: 60px;
    position: relative;
    background: url(images/red-line.jpg) bottom left repeat-x;

}
.content-title .red-line{
    position: absolute;
    bottom: 0;
    width: 1000px;
    height: 2px;
    left: -990px;
    background: url(images/red-line.jpg) center left repeat-x;
}

.content-title h3{
    line-height:60px;
    font-size: 18px;
    color: #bb141c;
    text-transform: uppercase;
}
.consulting-list{
    margin-top: 58px;
}

.consulting-list .item{
    background: url(images/services-arrows.png) top left 20px no-repeat;
    padding-left: 50px;
    margin-bottom: 25px;
    min-height: 25px;
}
.consulting-list .item:nth-child(5){
    /*float: right;   */
}

.consulting-list .item p{
    font-size: 12px;
    color: #7e7e80;
    line-height: 14px;
    border-bottom: 1px solid #7e7e80;
    padding-bottom: 5px;
}

/* ------------------------------------template Consulting--------------------------------- */

/* ------------------------------------template About us--------------------------------- */
.about-us-block .relative{
    position: relative;
}
.template-about-us .top-block{
    margin-top: 30px;
    padding-bottom: 0;
    margin-bottom: 60px;
}

.template-about-us .top-block .item{
    float:left;
    line-height: 70px;
    /*margin-right: 60px;*/
}
.template-about-us .top-block .item-first{
    width:25%;
}
.template-about-us .top-block .item-second{
    width:20%;
}
.template-about-us .top-block .item-third{
    width:25%;
}
.template-about-us .top-block .item-fourth{
    width:30%;
}
.en .template-about-us .top-block .item{
    margin-right: 47px;
}
.template-about-us .top-block .item:nth-child(5){
    margin-right: 0;
}

.template-about-us .top-block .item img{
    display: inline-block;
}

.template-about-us .top-block .item h2{
    text-transform: uppercase;
    display: inline-block;
    font-size: 18px;
    margin-left: 5px;
    vertical-align: middle;
}
.template-about-us .top-block .item h2 > span{
    display: block;
    font-weight: bold;
    font-size: 38px;
}
.template-about-us .top-block .item h2 > span > span{
    font-size: 14px;
    font-weight: bold;
}
.turnover img{
    margin-bottom: 70px;
}


.about-us-block > img{
    float: right;
}
.about-us-block .list{
    position: absolute;
    margin-top: 360px;
    left: 0;
}

.about-us-block .list .item{
    margin-bottom: 20px;
}

.about-us-block .list .item h2{
    text-transform: uppercase;
    width: 380px;
    font-size: 14px;
    position: relative;
    line-height: 18px;
    padding-left: 65px;
    padding-top: 6px;
}

.about-us-block .list .item h2 span{
    width: 51px;
    line-height: 28px;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}
.about-us-block .list .item:nth-child(2n) h2 span{
    background: url(images/1_gray.PNG) center center no-repeat;
}
.about-us-block .list .item:nth-child(2n+1) h2 span{
    background: url(images/1_red.PNG) center center no-repeat;
}
/* ------------------------------------END template About us--------------------------------- */

/* ------------------------------------END template Consulting--------------------------------- */

.template-road-transportation .road-transportation-img-bg{
    width:100%;
    height: 280px;
    background: url(images/road_transporation_sl.JPG) center center no-repeat;
}
.top-block{
    background: #fff;
    padding-bottom: 40px;
}

.top-block .top-block-title{
    font-size:18px;
    line-height: 22px;
    color: #39393c;
    text-transform: uppercase;
    padding: 20px 70px 20px 75px;
    margin: 0 0 35px;
    background: url(images/road-ico.png) center left no-repeat;
    border-bottom: 2px solid #39393c;
}
.top-block p{
    font-size: 14px;
    line-height: 18px;
    color: #39393c;
    margin-bottom: 0;
}
.padding-right{
    padding-right: 65px !important;
}

.top-block h3{
    font-size:18px;
    margin-top: 0;
    color: #39393c;
    line-height: 22px;
    text-transform: uppercase;
}

.road-top-list{
    padding-top: 15px;
}

.road-top-list .item{
    line-height: 36px;
    padding: 5px 30px 5px 70px;
    background: url(images/services-arrows.png) center left 40px no-repeat;
}


.road-top-list .item span{
    display: inline-block;
    line-height: 16px;
    font-size: 14px;
    font-family: 'Tahoma';
    color: #7e7e80;
    vertical-align: middle;
}
.heavy-goods-list li{
    background: url(images/content-list-ico.png) center left no-repeat;
    padding-left: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 14px;
    line-height: 18px;
    color: #7e7e80;
}
.truckload-advantages-block{
    padding:40px 0 20px;
    background: #ececec;
}
.truckload-advantages-block .item{
    width: 20%;
}

.truckload-advantages-block h3{
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    color: #bb141c;
    margin-bottom: 50px;
}

.truckload-advantages-block img{
    display: block;
    margin: 0 auto;
}
.truckload-advantages-block span{
    font-size: 14px;
    color: #bb141c;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 25px;
    margin: 20px 0;
    text-align: center;
    height: 54px;
    overflow: hidden;
    display: block;
}
.carriage-contract-block{
    padding: 35px 0 45px;
}

.carriage-contract-block .block-title{
    max-width: 100%;
    margin-bottom: 20px;
}
.carriage-contract-block p{
    font-size: 14px;
    line-height: 18px;
    color: #39393c;
}
.carriage-contract-block .left ul li {
    line-height: 36px;
    padding: 15px 20px 15px 35px;
    background: url(images/services-arrows.png) center left no-repeat;
}
.carriage-contract-block .left ul li span {
    display: inline-block;
    line-height: 16px;
    font-size: 14px;
    font-family: 'Tahoma';
    color: #7e7e80;
    vertical-align: middle;
}
.carriage-contract-block .right h3{
    font-size: 14px;
    line-height: 18px;
    color: #39393c;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 20px;
}
.carriage-contract-block .right ul li{
    padding-left: 15px;
    background: url(images/content-list-ico.png) top 8px left no-repeat;
    line-height: 18px;
    font-size: 14px;
    color: #39393c;
    padding-bottom: 15px;
}
.express-freights{
    width: 100%;
    height: 755px;
    padding: 35px 0 65px;
}
.express-freights h2{
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #bb141c;
    text-transform: uppercase;
    margin-top: 0;
}

.express-freights .red-text{
    line-height: 70px;
    background: transparent url(images/consolidation-top-bg.jpg) center left repeat-y;
}

.express-freights .red-text p{
    background: transparent;
    line-height: 63px;
}
.express-freights .red-text p span{
    line-height: 70px;
}
.express-freights p.text{
    font-size:14px;
    color: #39393c;
    line-height: 18px;
    margin-top: 70px;
}
.express-freights ul{
    margin-top: 80px;
    margin-bottom: 70px;
}

.express-freights ul li {
    padding-left: 20px;
    margin-left: 10px;
    background: url(images/list-ico.png) top 5px left no-repeat;
    line-height: 18px;
    font-size: 14px;
    color: #39393c;
    padding-bottom: 5px;
}
.express-freights .red-text p span.bottom-text{
    font-size: 24px;
}
.red-text.seafreight-text{
    margin-bottom: 15px;
}
.red-text.seafreight-text p span{
    font-size: 18px;
}

/* ------------------------------------END template Road transportation--------------------------------- */

/* ------------------------------------Transportation form--------------------------------- */
.template-transportation .text-one{
    color:#bb141c;
    text-transform: uppercase;
    font-size: 18px;
    padding-top: 35px;
    padding-bottom: 15px;
}
.template-transportation .text-two{
    background-repeat: repeat-y;
}

.template-transportation .text-two,
.template-transportation .text-two p span{
    line-height:65px;
}
.template-transportation .text-two p span{
    font-size: 30px;
}

.template-transportation .text-three{
    font-size:14px;
    padding-top: 30px;
    padding-bottom: 25px;
}

.template-transportation .text-fourth{
    font-size:14px;
    padding-top: 20px;
    padding-bottom: 60px;
}
.template-transportation .text-fourth span{
    color:#bb141c
}

.template-transportation .tranportation-form{
    padding-top:25px;
    border-top: 1px solid #39393b;
    border-bottom: 1px solid #c3c3c4;
    padding-bottom: 20px;
}

.template-transportation .wpcf7 .your-subject{
    display: none !important;
}
.template-transportation .wpcf7 .submit-button{
    text-align: right;
}

.template-transportation .wpcf7 label{
    font-weight: 600;
    font-size: 14px;
    padding-bottom: 4px;
}
.template-transportation .wpcf7 .wpcf7-form-control-wrap{
    display: block;
    margin-bottom: 15px;
}

.template-transportation .wpcf7 .wpcf7-form-control-wrap input{
    width: 100%;
    line-height: 41px;
    border: 1px solid #bebebe;
    background: #fff;
    box-shadow: 0px 0px 15px 0px #bebebe inset;
    padding: 0 15px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 1
}
.template-transportation .wpcf7 .wpcf7-submit{
    background: #fff;
    width: 165px;
    line-height: 50px;
    border: 1px solid #bb141c;
    color:#bb141c;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.template-transportation .wpcf7 .wpcf7-submit:hover{
    color: #fff;
    background: #bb141c;
}
div.wpcf7 img.ajax-loader{
    display: none;
}

.template-transportation .wpcf7 .wpcf7-not-valid-tip{
    font-size:12px;
    color: #bb141c;
}
div.wpcf7-response-output{
    clear: both;
    margin: 15px 0 0 0;
    padding: 15px;
    font-size: 14px;
    color: #39393c;
}

div.wpcf7-validation-errors{
    border-color:#bb141c;
}

/* ------------------------------------END Transportation form--------------------------------- */
.error-404 span{
    display:block;
    text-align: center;
    font-size: 92px;
    padding: 20px 0;
}
.error-404 p{
    text-align: center;
    font-size: 22px;
}
.error-404 a{
    display: block;
    font-size: 14px;
    color: #bb141c;
    line-height: 50px;
    width: 270px;
    margin: 40px auto 50px;
    text-align: center;
    border: 1px solid #bb141c;
    background: #fff;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    text-decoration: none;
}
.error-404 a:hover{
    background:#bb141c;
    color: #fff;
}

.mobile-menu-btn{
    width:40px;
    height: 40px;
    float: left;
    background:#bb141c url(images/menu-mobele-button.png) center center no-repeat;
    cursor: pointer;
    display: none;
}
.gallery img{
    border: none !important;
}
.template-certificates{
    margin-top: 30px;
    margin-bottom: 65px;
}
.template-certificates img.iru{
    margin-top: 20px;
}
.template-certificates img.eba{
    max-width: 260px;
    width: 100%;
}

.template-certificates img.iru{
    max-width: 370px;
    width: 100%;
}

.template-certificates .cert-border{
    border: 2px solid #bc151c;
    margin: 35px 0;
}
.template-certificates .cert-margin{
    margin-bottom: 35px;
}
.footer-contacts .forwarding p.address span,
.template-contacts p.address span{
    line-height: 16px;
    display: inline-block;
}
.about-us-block .content-block{
    position: absolute;
    left: 0;
    top: 0;
}

/* ----------------------------------responsive styles-------------------------------------------*/
@media (max-width: 1230px){
    .clients-container .bx-wrapper{
        width: 1030px !important;
    }

    .clients-container .bx-wrapper ul li{
        width: 250px !important;
    }
    .slider-text {
        line-height: 116px;
        background: url(images/str_992.png) top right repeat;
    }
    .slider-text span{
        font-size: 20px;
    }
    .challenges-list .item h3{
        height: 55px;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .about-bottom-text{
        line-height: 75px;
    }

    .about-bottom-text .text{
        font-size: 32px;
    }

}
@media (max-width: 1170px){
    .services-container .item p{
        height: 110px;
    }
    .services-container .item{
        height: 180px;
    }
    .event-container .item{
        height: auto;
    }
    .clients-container .bx-wrapper {
        width: 770px !important;
    }
    .our-team-container .block{
        padding-left: 50px;
        padding-right: 50px;
    }
    .template-contacts .wpcf7-form input.wpcf7-text,
    .template-contacts .wpcf7-textarea{
        width: 100%;
    }
    .template-contacts .wpcf7-form input.wpcf7-submit{
        margin-right:0;
    }
    .volunteering-block span.title{
        width: 29%;
    }
    .volunteering-block span.text{
        max-width:70%;
        padding-left: 10px;
    }
    .template-about-us .top-block .item{
        width: 50%;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .turnover img{
        margin-top: 0;
    }

}
@media (max-width: 1070px) {
    .our-team-container .bx-wrapper{
        width:900px !important;
    }
    .our-team-container .block {
        padding-left: 0;
        padding-right: 0;
    }
    .bxslider-team li .description{
        width: 750px;
    }
    .footer-contacts .correspondence,
    .footer-contacts .forwarding,
    .footer-contacts .brokers{
        padding-left: 0;
    }
    .about-us-list .list-item p span.grey{
        width: 85%;
    }
    .express-freights .red-text p span {
        line-height: 18px;
        padding: 26px 10px 26px 0;
    }
    .site-logo > p {
        max-width: 340px;
        font-size: 16px;
        line-height: 18px;
        margin-top: 85px;
    }
    .express-freights .red-text p span.bottom-text{
        line-height: 26px;
    }
    .about-us-block > img{
        width: 70%;
    }
    .turnover img{
        margin-bottom: 20px;
    }
    .about-us-block .list{
        margin-top: 20%;
    }

}
@media (max-width: 992px) {
    .event-container .item img{
        width: 100%;
    }
    .event-container .last:last-child{
        display: none;
    }
    .clients-container .bx-wrapper ul li {
         width: 280px !important;
    }
    .clients-container .bx-wrapper {
        width: 575px !important;
    }
    .bxslider-team li .description {
        width: 570px;
        float: left;
        height: 170px;
    }
    .our-team-container .bx-wrapper {
        width: 720px !important;
    }
    .bxslider-team li .description{
        padding-left: 40px;
        padding-right: 40px;
    }
    .footer-order-transportation{
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .slider-text {
        line-height: 86px;
        background: url(images/str_768.png) top right repeat;
    }
    .slider-text span{
        font-size: 14px;
        line-height: 18px;
        width: 75%;
    }
    .template-contacts .correspondence,
    .template-contacts .forwarding,
    .template-contacts .brokers{
        padding-left: 0;
    }
    .consolidation-top-text span.block{
        padding-right: 15px;
    }
    .consolidation-bottom-text {
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .template-custom-brokerage .item ul li{
        font-size: 14px;
        /*line-height: 18px;         */
    }
    .template-events .item img{
        width: 100%;
        max-width: 100%;
    }
    .pagination-position .top-pagination{
        position: absolute;
        right: auto;
        left: 15px;
        top: 55px;
    }
    .event-filter {
        margin-bottom: 75px;
    }
    .pagination-position .bottom-pagination {
        float: left;
    }
    .social-contribution-block .text {
        padding-top: 10px;
    }
    .social-contribution-block{
        background: #ebebeb;
        padding-top: 0;
        height: auto;
        padding-bottom: 30px;
    }
    .volunteering-block span.title{
        font-size: 26px;
    }
    .about-bottom-text{
        line-height: 65px;
    }
    .about-bottom-text .text{
        font-size: 28px;
    }
    .padding-right {
        padding-right: 0 !important;
    }
    .road-top-list .item{
        padding-left: 50px;
    }
    .road-top-list .item {
        background-position: center left 15px;
    }
    .truckload-advantages-block h3{
        margin-bottom: 15px;
    }
    .carriage-contract-block .left ul li{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .express-freights {
        height: auto;
        padding: 15px 0 15px;
        background: #ebebeb !important;
    }
    .express-freights p.text{
        margin-top: 15px;
    }
    .express-freights ul {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .site-logo > p {
        max-width: 270px;
        /*font-size: 12px;*/
        /*line-height: 14px;*/
        margin-top: 85px;
    }
    .about-us-block .list{
        margin-top: 15%;
    }
    .load-advantages{
        text-align: center;
    }
    .truckload-advantages-block .item {
        width: 33%;
        float: none;
        display: inline-block;
    }
}
@media (max-width: 970px) {
    .site-menu .container{
        padding-left: 0;
        padding-right: 0;
    }
    .navigation ul#menu-golovne-menyu > li,
    .navigation ul#menu-golovne-menyu > li:last-child{
        width: 25%;
    }
    .advantages-container .item{
        width: 100%;
    }
    .event-container .item{
        margin-bottom: 20px;
    }

    .event-container .item img{
        width: 100%;
    }
    .event-container a.more-link{
        margin-top: 0;
    }
    .oreder-transportation-container h2.title{
        margin-bottom: 10px;
    }

}
@media (max-width: 900px) {
    .site-logo > p {
        max-width: 320px;
        /*font-size: 14px; */
    }
    header .right{
        display: none;
    }
    .challenges-list .item h3{
        font-size: 14px;
    }
    .volunteering-block span.title{
        font-size: 24px;
    }
    .about-us-block .list{
        position: relative;
        margin-top: 0;
    }
    .about-us-block .list{
        float: none;
        width:100%;
    }
    .about-us-block .list .item{
        width: 50%;
        float: left;
        height: 42px;
        margin-bottom: 0;
    }
    .about-us-block .list .item h2,
    .about-us-block img{
        width: 100%;
    }
    .about-us-block img{
        margin-top: 20px;
    }
    .template-transportation .text-two p span{
        font-size: 24px;
        padding: 10px 15px 10px 0;
    }
    .template-transportation .text-two, .template-transportation .text-two p span,.red-text p {
        line-height: 26px;
    }
}
@media (max-width: 767px) {
    .site-container{
        position: relative;
    }
    .mobile-menu-btn{
        display: block;
        height: 35px;
    }
    header{
        padding-top: 5px;
    }

    .home .site-menu, .site-menu{
        display: none;
        position: absolute;
        top: 35px;
        height: auto;
        padding-bottom: 0;
        background:none;
        width: 100%;
        z-index: 5000;
    }
    .header-top .container{
        padding-left: 0;
        padding-right: 0;
    }

    .site-menu .navigation {
        height: auto;
        background: transparent;
    }
    .menu-golovne-menyu-container ul#menu-golovne-menyu > li{
        width: 100% !important;
        float: none;
        border-bottom: 1px solid #38383a;
    }
    .menu-golovne-menyu-container ul#menu-golovne-menyu > li:hover a,
    .menu-golovne-menyu-container ul#menu-golovne-menyu > li.current-menu-item a,
    .menu-golovne-menyu-container ul#menu-golovne-menyu > li.current-menu-parent a {
        color: #37373a;
        background: #e4e4e6;
    }
    .navigation ul#menu-golovne-menyu li ul.sub-menu li:hover a,
    .navigation ul#menu-golovne-menyu li ul.sub-menu li.current-menu-item a{
        background: #747476;
    }
    .navigation ul#menu-golovne-menyu > li ul.sub-menu li > ul.sub-menu li:hover a{
        color: #37373a;
        background: #e4e4e6 !important;
    }

    .navigation ul#menu-golovne-menyu > li > a{
        z-index: 6000;
        text-align: left;
        padding: 0 10px;
    }
    .navigation ul#menu-golovne-menyu > li ul.sub-menu li a{
        text-align: left;
        padding-left: 20px;
    }
    .navigation ul#menu-golovne-menyu > li ul.sub-menu li > ul.sub-menu li a{
        color: #37373a;
        background: #e4e4e6 !important;
        border-bottom: 1px solid #373739;
        padding-left: 30px;
    }

    .navigation ul li span.plus{
        display: block;
        height: 46px;
        width: 63px;
        cursor: pointer;
        border-left:1px solid #373739;
        position: absolute;
        top: 2px;
        right: 0;
        z-index: 9999;
        background: url(images/red-arrow.png) center center no-repeat;
    }
    .navigation ul#menu-golovne-menyu li.menu-item-has-children > ul.sub-menu,
    .navigation ul#menu-golovne-menyu > li ul.sub-menu li > ul.sub-menu{
        position: relative;
        top: auto;
        left: auto;
        display: none;
    }
    .services-container .item p,
    .services-container .item{
        height: auto;
    }
    .services-container .item{
        margin-bottom: 5px;
    }
    .services-container .item h2{
        margin-bottom: 0;
        cursor: pointer;
    }

    .services-container .item .slide{
        display: none;
        margin-top: 10px;
    }
    .oreder-transportation-container{
        display: none;
    }
    .bxslider-team li img{
        display: block;
        float: none;
        margin: 0 auto;
    }
    .bxslider-team li .description{
        width: 100%;
        margin-top: 10px;
        height: 190px;
    }
    .footer-contacts .correspondence, .footer-contacts .forwarding, .footer-contacts .brokers{
        width: 100%;
        margin: 0 auto;
    }
    .footer-contacts .brokers{
        padding-top: 10px;
    }
    .footer-contacts .brokers h3{
        padding-bottom: 5px;
    }
    .slider-text span{
        width: 100%;
        font-size: 14px;
        line-height: 18px;
    }
    .slider-text {
        background: url(images/str_768.png) top left repeat;
    }
    .template-contacts .correspondence,
    .template-contacts .forwarding,
    .template-contacts .brokers{
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .template-contacts h3.contact-form-title{
        margin-top: 20px;
    }


    .template-custom-brokerage .bottom-text{
        font-size: 24px;
        line-height: 28px;
    }
    .template-our-team .item .employee-img{
        height: auto;
    }
    .template-our-team .item p,
    .template-our-team .item h3,
    .template-our-team .item .contact-inf span{
        font-size: 14px;
        line-height: 18px;
    }
    .template-events .item{
        height: auto;
    }
    .template-seafreight .bottom-list .item{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .enviromental-block .last{
        margin-top: 20px;
    }
    .enviromental-challenges-block{
        padding-bottom: 10px;
    }

    .enviromental-challenges-block .block-title{
        margin-bottom: 10px;
    }

    .challenges-list .item{
        margin-bottom: 10px;
    }

    .challenges-list .item img{
        float: left;
        width: 30%;
    }
    .challenges-list .item .list{
        float: left;
        width: 70%;
        padding-left: 15px;
        padding-right: 10px;
    }
    .challenges-list .item h3{
        height: auto;
        width: 100%;
        max-width: 100% !important;
        text-align: left;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 5px;
        margin-top: 0;
    }
    .challenges-list .item ul li{
        width: 100%;
        text-align: left;
        background-position: left top 8px;
        padding-left: 15px;
        padding-top: 0;
        margin-bottom: 5px;
    }
    .volunteering-block span.title {
        font-size: 24px;
        width: 100%;
        border-bottom: 2px solid #fff;
        border-right: 0;
    }
    .volunteering-block span.text {
        max-width: 100%;
        padding-bottom: 10px;
        padding-left: 0;
    }
    .people-block .people-content .list .item {
        line-height: 36px;
        padding-left: 50px;
        padding-right: 15px;
        background: url(images/services-arrows.png) center left 15px no-repeat;
    }
    .enviromental-block .content-block{
        padding-bottom:0;
        padding-top: 10px;
    }
    .people-block .people-content {
        padding: 10px 0;
    }
    .about-us-list .list-item p span.grey {
        width: 80%;
    }
    .values-block .container .item{
        margin: 20px 0;
    }

    .values-block .container .item img{
        float: left;
        width:30%;
    }
    .values-block .container .item .text{
        float: left;
        width:70%;
        padding: 0 10px;
        margin-top: 10%;
    }
    .values-block .container .item h3,
    .values-block .container .item p{
        text-align: left;
        padding: 0;
    }
    .values-block .container > p{
        margin-bottom: 0;
    }
    .values-block .container .item h3{
        height: auto;
        margin-top: 0;
    }
    .about-bottom-text{
        line-height: 75px;
    }
    .about-bottom-text .text{
        font-size: 22px;
    }
    .road-top-list {
        margin-bottom: 20px;
    }
    .truckload-advantages-block .item{
        margin: 20px 0;
    }

    .truckload-advantages-block img,
    .truckload-advantages-block span{

    }
    .truckload-advantages-block span{
        width: 100%;
        margin: 10px 0;
        height: auto;
        padding: 0 10px;
        vertical-align: middle;
    }
    .truckload-advantages-block h3{
        margin-bottom: 5px;
    }
    .truckload-advantages-block{
        padding-top:20px;
    }
    .top-block .top-block-title{
        font-size: 16px;
        line-height: 18px;
        padding-left:60px;
        padding-right: 10px;
    }
    .template-about-us .top-block .item{
        width: 50%;
    }
    .about-us-block .list .item{
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    .truckload-advantages-block .item {
        width: 50%;
    }
}
@media (max-width: 655px) {
    .site-logo > p {
        max-width: 255px;
        /*font-size: 12px; */
    }
    .advantages-container{
        height: 475px;
        background-size: cover;
    }
    .advantages-container .col-xs-3 {
        width: 100%;
    }
    .advantages-container .item img{
        width: 100px;
        display: inline-block;
        margin-right: 10px;
    }
    .advantages-container .item span{
        display: inline-block;
            width: auto;
    }
    .advantages-container .item{
        padding-top: 15px;
    }
    .clients-container .bx-wrapper {
        width: 280px !important;
    }
    .about-us-list{
        padding: 5px 0;
    }

    .about-us-list .list-item{
        background-position: top left;
        padding: 0;
        margin: 5px 0;
    }
    .about-us-list .list-item p span.red,
    .about-us-list .list-item p span.grey{
        width: 100%;
    }
    .about-bottom-text .text{
        font-size: 18px;
        line-height: 22px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .template-about-us .top-block .item{
        width: 100%;
        margin-bottom: 15px;
    }
}
@media (max-width: 600px) {
    .site-logo > a img{
        width: 200px;
    }
    .site-logo > p{
        /*line-height: 14px;   */
        margin-top: 80px;
    }
    .consolidation-top-text span.block{
        line-height: 80px;
    }
    .consolidation-top-text{
        height: 80px;
        background-repeat: repeat-y;
    }
    .values-block .container .item .text{
        margin-top: 5%;
    }
    .truckload-advantages-block .item {
        width: 100%;
    }
}
@media (max-width: 535px) {
    header{
        height: auto;
    }
    .site-logo > a{
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .site-logo > a img{
        display: block;
        margin: 0 auto;
        width: auto;
    }

    .site-logo > p{
        line-height: 18px;
        /*font-size: 14px;    */
        margin-top: 20px;
        max-width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
    .truckload-advantages-block img{
        /*width: 100px;*/
    }
    .top-block .top-block-title{
        font-size: 14px;
        line-height: 13px;
    }
    .slider-container{
        top: 0;
    }
    .template-about-us .top-block .item{
        width: 100%;
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .header-top .right div.choose-language ul#menu-mova > li > a{
        padding-left: 5px;
        padding-right: 20px;
        background-position: center right 5px;
    }
    .header-top .right div.order-transportation a{
        font-size: 12px;
        padding-left: 35px;
        margin-right: 10px;
    }
    .slider-text span{
        width: 100%;
        font-size: 12px;
        line-height: 14px;
    }
    .slider-text {
        line-height: 50px;
    }
    .template-custom-brokerage .bottom-text {
        font-size: 18px;
        line-height: 22px;
    }
    .challenges-list .item ul li{
        font-size: 12px;
        line-height: 14px
    }
    .red-text p{
        background: #bb141b;
    }
    .social-contribution-block .red-text{
        background-repeat: repeat-y;
    }
    .red-text p span{
        line-height: 18px;
        font-size: 14px;
        padding-right: 0;
    }
    .values-block .container .item .text{
        margin-top: 0;
    }
}
@media (max-width: 400px) {
    .advantages-container .item img{
        width: 90px;
    }
    .advantages-container .item span{
        font-size: 12px;
    }
    .advantages-container {
        height: 435px;
    }
}
@media (max-width: 360px) {
    .advantages-container .item span {
        font-size: 10px;
    }
    .header-top .right div.order-transportation a{
        font-size: 10px;
        padding-left: 30px;
        margin-right: 10px;
    }
}

/* ----------------------------------END responsive styles-------------------------------------------*/



