/* #region GENERAL CONTENT SETTINGS ===================================================== */

section strong
{
    color: #3e3e40;
}

section p,
section ul,
section ol,
section table
{
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: 26px;
}

/* #region HEADERS ***********************/

section h1
{
    color: white;
    font-size: 80px;
    line-height: 80px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

@media screen and (max-width: 700px)
{
    section h1
    {
        font-size: 60px;
        line-height: 60px;
    }
}

section h2,
section h3
{
    color: #3e3e40;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

section h2 span,
section h3 span
{
    color: #ed1c24;
}

section h2
{
    padding: 33px 0;
    position: relative;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 3px;
}

section h2:before
{
    content: " ";

    width: 38px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    background: #ed1c24;
}

section h3
{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.5px;
}

section h4
{
    padding: 0 0 20px 0;
    color: #231f20;
    font-size: 26px;
    line-height: 30px;
    font-weight: normal;
}

section h5
{
    padding: 0 0 20px 0;
    color: #231f20;
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
}

/* #endregion */

/* #region A *****************************/

section a
{
    color: #ed1c24;
    text-decoration: none;
}

section a:hover
{
    text-decoration: underline;
}

/* #endregion */

/* #region UL ****************************/

section ul
{
    list-style: none;
}

section ul li
{
    padding: 0 0 0 36px;
    position: relative;
}

section ul li:before
{
    content: "•";

    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    vertical-align: top;
    color: #eb1d25;
}

/* #endregion */

/* #region OL ****************************/

section ol
{
    list-style: none;
    counter-reset: ol-counter;
}

section ol li
{
    padding: 0 0 0 36px;
    position: relative;
}

section ol li:before
{
    content: counter(ol-counter) ".";
	counter-increment: ol-counter;

    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    vertical-align: top;
    color: #eb1d25;
}

/* #endregion */

/* #region IMG ***************************/


.imgc img {
	display:inline-block;
}
.contentA{
	float:right;
	width: 300px;
}

@media screen and (max-width: 1320px)
{
	.imgc img {
		display: block;
	}
    .contentA{
		width: 100%;
	}

}
.imgc img{
	max-height: 200px;
}
section img
{
    max-width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 682px)
{
    .imgc img{
		display: none;
	}
}
/* #endregion */

/* #region CITE **************************/

section cite
{
    position: relative;
    display: block;
    color: #231f20;
    font-size: 26px;
    line-height: 30px;
    font-weight: normal;
    font-style: normal;
}

section cite:before
{
    content: "“";

    position: absolute;
    left: -64px;
    top: 0;
    color: #eb1d25;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 80px;
    line-height: 80px;
}

@media screen and (max-width: 1490px)
{
    section cite:before
    {
        left: -36px;
        top: -3px;
        font-size: 56px;
        line-height: 56px;
    }
}

/* #endregion */

/* #region TABLE *************************/

section table
{
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

section table td,
section table th
{
    text-align: left;
    vertical-align: top;
}

/* #endregion */

/* #region BUTTONS ***********************/

.btn
{
    min-width: 175px;
    padding: 20px 30px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    box-shadow: none;

    -webkit-transition: box-shadow 0.5s ease;
    -moz-transition: box-shadow 0.5s ease;
    -o-transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease;
}

.btn:hover
{
    text-decoration: none;

    box-shadow: 0px 5px 10px 0px rgba(96, 96, 96, 0.4);
}

.btn.red
{
    background: #ed1c24;
    color: white;
}

.btn.grey
{
    background: #f4f4f4;
    color: #3e3e40;
}

.btn.white
{
    background: white;
    color: #eb1d25;
}

/* #endregion */

/* #region REFERENCES LIST ***************/

section .referencesList
{
    padding: 0 0 54px 0;
    border-top: 1px solid #f1f1f1;
}
section .referencesList.single
{
    border: none;
}

section .referencesList div
{
    width: 50%;
    height: 145px;
    position: relative;
    float: left;
    border: 1px solid #f1f1f1;
}
section .referencesList.single div
{
    border: 1px solid #f1f1f1 !important;
}

section .referencesList div:nth-of-type(2n-1)
{
    border-top: none;
}
section .referencesList div:nth-of-type(2n)
{
    border-left: none;
    border-top: none;
}

section .referencesList div span
{
    width: 174px;
    height: 76px;
    margin: -38px 0 0 -87px;
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 550px)
{
    section .referencesList div,
    section .referencesList div:nth-of-type(2n-1),
    section .referencesList div:nth-of-type(2n)
    {
        width: 100%;
        border: 1px solid #f1f1f1;
        border-top: none;
    }
}

/* #endregion */

/* #region PERSON SIGN *******************/

section .personSign
{
    min-height: 71px;
    padding: 13.5px 0 0 120px;
    position: relative;
    font-size: 18px;
    line-height: 22px;
}

section .personSign:before
{
    content: " ";

    width: 26px;
    height: 1px;
    position: absolute;
    left: 70px;
    top: 35px;
    z-index: 30;
    display: block;
    overflow: hidden;
    background: #ed1c24;
}

section .personSign img
{
    width: 71px;
    height: 71px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 40;
    display: block;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

section .personSign strong
{
    font-weight: bold;
}

section .personSign span
{
    color: #7d7d80;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

@media screen and (max-width: 510px)
{
    section .personSign
    {
        padding-left: 0;
    }

    section .personSign:before,
    section .personSign img
    {
        display: none;
    }
}

/* #endregion */

/* #region PEOPLE LIST *******************/

section .peopleList
{
    padding: 45px 0 45px 0;
}

section .peopleList h3
{
    padding: 0 0 36px 0;
    margin: 0 0 40px 0;
    position: relative;
}

section .peopleList h3:after
{
    content: " ";

    width: 38px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    overflow: hidden;
    background: #ed1c24;
}

section .peopleList article
{
    width: 49.18%;
    min-height: 220px;
    margin: 0 1.64% 20px 0;
    float: left;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    font-size: 18px;
    line-height: 26px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

section .peopleList article:nth-of-type(2n)
{
    margin-right: 0;
}

section .peopleList article .img
{
    width: 26%;
    width: calc(156px);
    height: 220px;
    float: left;
    border-right: 1px solid #e8e8e8;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

section .peopleList article .content
{
    width: 74%;
    width: calc(100% - 156px);
    padding: 36px 20px 0 36px;
    float: left;
}

section .peopleList article .content .position
{
    padding: 0 0 5px 0;
    display: block;
    color: #4A4A4C;
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
    letter-spacing: 1.5px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

section .peopleList article .content h4
{
    padding: 0 0 26px 0;
    margin: 0;
    color: #231f20;
    font-size: 26px;
    line-height: 28px;
    font-weight: normal;
}

section .peopleList article .content .title
{
    min-width: 72px;
    display: inline-block;
    vertical-align: top;
}

section .peopleList article .content strong
{
    color: #3e3e40;
    font-weight: bold;
}

section .peopleList article .content a
{
    color: #ec1d25;
    text-decoration: none;
}

section .peopleList article .content a:hover
{
    text-decoration: underline;
}

@media screen and (max-width: 1320px)
{
    section .peopleList article .content
    {
        padding-left: 20px;
    }
}

@media screen and (max-width: 1250px)
{
    section .peopleList article,
    section .peopleList article:nth-of-type(2n)
    {
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 770px)
{
    section .peopleList article .img
    {
        display: none;
    }

    section .peopleList article .content
    {
        width: 100%;
        padding: 30px;
    }
}

/* #endregion */

/* #region BOX LINK **********************/

section ul.boxLinks
{
    margin: 0;
    padding: 0;
    list-style: none;
}

section ul.boxLinks li
{
    padding: 0;
    display: inline-block;
    vertical-align: top;
}

section ul.boxLinks li:before
{
    display: none;
}

section ul.boxLinks li a,
section a.boxLink
{
    width: 174px;
    height: 220px;
    padding: 55px 34px 20px 34px;
    margin: 0 20px 18px 0;
    display: inline-block;
    background: white;
    border: 1px solid #e7e7e7;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
    vertical-align: top;
    box-shadow: none;

    -webkit-transition: box-shadow 0.5s ease, border 0.5s ease;
    -moz-transition: box-shadow 0.5s ease, border 0.5s ease;
    -o-transition: box-shadow 0.5s ease, border 0.5s ease;
    transition: box-shadow 0.5s ease, border 0.5s ease;
}

section ul.boxLinks li a:hover,
section a.boxLink:hover
{
    border-color: #e0e0e0;
    box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.05);
}

section ul.boxLinks li a strong,
section a.boxLink strong
{
    color: #3e3e40;
    font-weight: normal;

    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

section ul.boxLinks li a:hover strong,
section a.boxLink:hover strong
{
    color: #ed1c24;
    font-weight: bold;
    text-decoration: underline;
}

section ul.boxLinks li a em,
section a.boxLink em
{
    width: 50px;
    height: 43px;
    margin: 0 0 25px 0;
    position: relative;
    display: block;
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: contain;
}

section ul.boxLinks li a.pdf em,
section a.boxLink.pdf em
{
    background-image: url(images/svg/pdf.svg);
}
section ul.boxLinks li a.speed em,
section a.boxLink.speed em
{
    background-image: url(images/svg/rychlostni-limity.svg);
}
section ul.boxLinks li a.dictionary em,
section a.boxLink.dictionary em
{
    background-image: url(images/svg/slovnik.svg);
}
section ul.boxLinks li a.zip em,
section a.boxLink.zip em
{
    left: -6px;
    background-image: url(images/svg/zip-archiv.svg);
}
section ul.boxLinks li a.image em,
section a.boxLink.image em
{
    background-image: url(images/svg/obrazek.svg);
}
section ul.boxLinks li a.doc em,
section a.boxLink.doc em
{
    background-image: url(images/svg/dokument.svg);
}
section ul.boxLinks li a.video em,
section a.boxLink.video em
{
    background-image: url(images/svg/video.svg);
}
section ul.boxLinks li a.logistics em,
section a.boxLink.logistics em
{
    background-image: url(images/svg/doprava-a-ftl.svg);
}
section ul.boxLinks li a.logistics2 em,
section a.boxLink.logistics2 em
{
    background-image: url(images/svg/vysokozdviznyvozik.svg);
}
section ul.boxLinks li a.management em,
section a.boxLink.management em
{
    background-image: url(images/svg/vedeni.svg);
}
section ul.boxLinks li a.business em,
section a.boxLink.business em
{
    background-image: url(images/svg/obchodni.svg);
}
section ul.boxLinks li a.hr em,
section a.boxLink.hr em
{
    background-image: url(images/svg/pridej-se.svg);
}
section ul.boxLinks li a.invoice em,
section a.boxLink.invoice em
{
    background-image: url(images/svg/fakturacni.svg);
}
section ul.boxLinks li a.personPlus em,
section a.boxLink.personPlus em
{
    background-image: url(images/svg/pridej-se.svg);
}
section ul.boxLinks li a.clock em,
section a.boxLink.clock em
{
    background-image: url(images/svg/historie.svg);
}
section ul.boxLinks li a.XXXXXXXX em,
section a.boxLink.XXXXXXXX em
{
    background-image: url(images/svg/XXXXXXXX.svg);
}

@media screen and (max-width: 850px)
{
    section ul.boxLinks li
    {
        width: 100%;
    }

    section ul.boxLinks li a,
    section a.boxLink
    {
        width: 100%;
        height: auto;
        padding: 20px;
        margin: 0 0 18px 0;
        display: block;
    }

    section ul.boxLinks li a em,
    section a.boxLink em
    {
        margin: 0 20px 0 0;
        display: inline-block;
        vertical-align: top;
    }

    section ul.boxLinks li a strong,
    section a.boxLink strong
    {
        height: 43px;
        display: inline-table;
        vertical-align: top;
    }

    section ul.boxLinks li a strong span,
    section a.boxLink strong span
    {
        display: table-cell;
        vertical-align: middle;
    }
}

/* #endregion */

/* #region GREY BOX **********************/

section .greyBox
{

}

section .greyBox h3
{
    padding: 54px 60px 54px 130px;
    position: relative;
    background: white;
    border: 1px solid #e8e8e8;
}

section .greyBox h3:after
{
    content: " ";

    width: 40px;
    height: 1px;
    position: absolute;
    left: 130px;
    bottom: -1px;
    display: block;
    overflow: hidden;
    background: #ed1c24;
}

section .greyBox .content
{
    padding: 30px 80px 80px 130px;
    background: #fbfcfd;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
section .greyBox.noBorderBottom .content
{
    border-bottom: none;
}

/* #region ARTICLES -----------------*/

section .greyBox .content.articles
{

}

section .greyBox .content.articles article
{
    padding: 36px 0 30px 0;
    position: relative;
}
section .greyBox .content.articles article:first-of-type
{
    padding-top: 0;
}
section .greyBox .content.articles article:last-of-type
{
    padding-bottom: 0;
}

section .greyBox .content.articles article:after
{
    content: "";

    width: 340px;
    max-width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    overflow: hidden;
    background: #f1f1f1;
}
section .greyBox .content.articles article:last-of-type:after
{
    display: none;
}

section .greyBox .content.articles article h4
{
    max-width: 340px;
    padding: 0 0 20px 0;
    color: #231f20;
    font-size: 26px;
    line-height: 30px;
    font-weight: normal;
}

section .greyBox .content.articles article h4 strong
{
    color: #eb1d25;
    font-weight: bold;
}

section .greyBox .content.articles article p
{
    padding: 0;
    margin: 0;
}

/* #endregion */

/* #region CITES --------------------*/

section .greyBox .content.cites h4
{
    padding: 16px 0 44px 0;
    margin: 0;
    color: #231f20;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1.5px;
    font-weight: bold;
    text-transform: uppercase;
}

section .greyBox .content.cites.withSlider .slider
{
    margin-left: -64px;
}

section .greyBox .content.cites.withSlider .slider .item
{
    padding-left: 64px;
}

section .greyBox .content.cites.withSlider .prevBtn,
section .greyBox .content.cites.withSlider .nextBtn
{
    min-width: 1px;
}

section .greyBox .content.cites.withSlider .prevBtn
{
    margin-right: 20px;
}

section .greyBox .content.cites article
{

}

section .greyBox .content.cites article cite
{
    padding-bottom: 30px;
}

section .greyBox .content.cites article p
{
    margin: 0 0 40px 0;
}

section .greyBox .content.cites article .personSign
{
    margin-bottom: 60px;
}

section .greyBox .content.cites article .btn
{

}

@media screen and (max-width: 1320px)
{
}

/* #endregion */

/* #region LISTS --------------------*/

section .greyBox .content.lists
{
    padding-bottom: 50px;
}

section .greyBox .content.lists h4
{
    padding: 15px 0 15px 0;
    color: #7d7d80;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1.5px;
    font-weight: normal;
    text-transform: uppercase;
}

section .greyBox .content.lists ul
{
    padding: 0 0 25px 0;
    margin: 0;
    list-style: none;
}
section .greyBox .content.lists ul:last-of-type
{
    padding: 0;
}

section .greyBox .content.lists ul li
{
    padding: 15px 0;
    font-size: 22px;
    line-height: 26px;
}

section .greyBox .content.lists ul li:before
{
    display: none;
}

section .greyBox .content.lists ul li a
{
    color: #231f20;
    text-decoration: none;
}

section .greyBox .content.lists ul li a:hover
{
    color: #ee3a3e;
    font-weight: bold;
    text-decoration: none;
}

/* #endregion */

@media screen and (max-width: 1350px)
{
    section .greyBox h3
    {
        padding-left: 80px;
    }

    section .greyBox h3:after
    {
        left: 80px;
    }

    section .greyBox .content
    {
        padding-left: 80px;
        padding-right: 60px;
    }
}

@media screen and (max-width: 1200px)
{
    section .greyBox h3
    {
        padding-left: 60px;
    }

    section .greyBox h3:after
    {
        left: 60px;
    }

    section .greyBox .content
    {
        padding-left: 60px;
        padding-right: 60px;
    }
}

/* #endregion */

/* #region CAREER POSITION LINKS *********/

.careerPositionLinks
{

}

.careerPositionLinks .btn
{

}

.careerPositionLinks .positions
{
    padding: 0 0 30px 0;
}

.careerPositionLinks .positions a
{
    width: 260px;
    height: 220px;
    margin: 0 20px 20px 0;
    position: relative;
    display: table;
    table-layout: fixed;
    float: left;
    background: white;
    border: 1px solid #e7e7e7;
    line-height: 26px;
    text-decoration: none;
    vertical-align: top;

    box-shadow: none;

    -webkit-transition: border 0.5s ease, box-shadow 0.5s ease;
    -moz-transition: border 0.5s ease, box-shadow 0.5s ease;
    -o-transition: border 0.5s ease, box-shadow 0.5s ease;
    transition: border 0.5s ease, box-shadow 0.5s ease;
}

.careerPositionLinks .positions a:hover
{
    border-color: #e0e0e0;
    text-decoration: none;

    box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.05);
}

.careerPositionLinks .positions a span
{
    padding: 28px 36px 28px 36px;
    display: table-cell;
    text-align: left;
    vertical-align: bottom;
}

.careerPositionLinks .positions a span svg
{
    width: auto;
    height: 56px;
    position: absolute;
    left: 36px;
    top: 28px;
}

.careerPositionLinks .positions a strong
{
    color: #3e3e40;
    font-weight: normal;

    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

.careerPositionLinks .positions a:hover strong
{
    color: #ed1c24;
    font-weight: bold;
    text-decoration: underline;
}

.careerPositionLinks .positions a em
{
    color: #7d7d80;
    font-size: 16px;
    font-style: normal;
}

@media screen and (max-width: 1400px)
{
    .careerPositionLinks .positions a
    {
        width: 230px;
    }
}

@media screen and (max-width: 1270px)
{
    .careerPositionLinks .positions a
    {
        width: 100%;
        height: auto;
        margin-right: 0;
        padding-left: 100px;
    }

    .careerPositionLinks .positions a span svg
    {
        left: 30px;
    }
}

@media screen and (max-width: 550px)
{
    .careerPositionLinks .positions a
    {
        padding-left: 0;
    }

    .careerPositionLinks .positions a span svg
    {
        display: none;
    }
}

/* #endregion */

/* #endregion */

/* #region INTRO ======================================================================== */

section#intro
{
    margin-bottom: -174px;
    position: relative;
    z-index: 400;
}

section#intro .content
{
    height: 755px;
    padding: 282px 50px 0 50px;
    position: relative;
    z-index: 400;
    background-position: center bottom;
    background-repeat: no-repeat;
	background-size: cover;
}

section#intro .whiteBg
{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
section#intro .whiteBg .center
{
    height: 100%;
}

section#intro h1
{
    width: 100%;
    height: 160px;
    position: relative;
    left: -4px;
    display: table;
    border-spacing: 0;
    border-collapse: collapse;
}

section#intro h1 span
{
    display: table-cell;
    text-align: left;
    vertical-align: bottom;
}

/* #region HP ****************************/

#page.hp section#intro .content
{
    /*height: 1050px;
	padding-top: 360px;*/
}
#page.hp section#intro .centerContent
{
    /*height: 1050px;
	padding-top: 360px;*/
	top: -65px;
}

#page.hp section#intro .content:before,
#page.hp section#intro .content:after
{
    content: " ";

    width: 1px;
    position: absolute;
    top: 155px;
    display: block;
    overflow: hidden;
    background: rgba(255,255,255,0.2);
}

#page.hp section#intro .content:before
{
    height: 634px;
    left: 86px;
}

#page.hp section#intro .content:after
{
    height: 876px;
    right: 86px;
}

#page.hp section#intro .content:before,
#page.hp section#intro .content:after
{
    height: 100%;
}

/* #region INTRO CONTENT --------------------- */

section#intro .hpIntroContent
{

}

section#intro .hpIntroContent ul
{
    padding: 70px 0 0 0;
    list-style: none;
}

section#intro .hpIntroContent ul li
{
    padding: 0 20px 20px 0;
    display: inline-block;
    vertical-align: top;
}

section#intro .hpIntroContent ul li:last-child {
	padding-right: 0px;
}

.warehouse section#mainContent .waregouse-cta,
section#intro .hpIntroContent ul li a
{
    padding: 39px 60px 39px 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    background: white;
    border: 1px solid #e0e0e0;
    color: #3e3e40;
    font-size: 24px;
    line-height: 30px;
    text-decoration: none;

    box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.05);

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    -webkit-transition: color 0.5s ease, box-shadow 0.5s ease;
    -moz-transition: color 0.5s ease, box-shadow 0.5s ease;
    -o-transition: color 0.5s ease, box-shadow 0.5s ease;
    transition: color 0.5s ease, box-shadow 0.5s ease;
}

.warehouse section#mainContent .waregouse-cta span,
section#intro .hpIntroContent ul li a span
{
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.warehouse section#mainContent .waregouse-cta span:after,
section#intro .hpIntroContent ul li a span:after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.warehouse section#mainContent .waregouse-cta:before,
.warehouse section#mainContent .waregouse-cta:after,
section#intro .hpIntroContent ul li a:before,
section#intro .hpIntroContent ul li a:after
{
    content: " ";

    position: absolute;
    top: 50%;
    display: block;
}
.warehouse section#mainContent .waregouse-cta:before,
section#intro .hpIntroContent ul li a:before
{

}
.warehouse section#mainContent .waregouse-cta:after,
section#intro .hpIntroContent ul li a:after
{
    width: 7px;
    height: 12px;
    margin-top: -6px;
    right: 36px;
    background: url(images/svg/arrow-right.svg) no-repeat 0 0;
    background-size: contain;
    opacity: 0.3;
}

.warehouse section#mainContent .waregouse-cta:hover,
section#intro .hpIntroContent ul li a:hover
{
    color: #ec1d25;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0px 15px 5px 0px rgba(0, 0, 0, 0.1); 
}

section#intro .hpIntroContent ul li a.transport
{
    padding-left: 132px;
}
section#intro .hpIntroContent ul li a.transport:before
{
    width: 53px;
    height: 38px;
    margin-top: -19px;
    left: 39px;
    background: url(images/svg/doprava-a-ftl.svg) no-repeat center center;
    background-size: contain;
}

section#intro .hpIntroContent ul li a.storage
{
    padding-left: 120px;
}
section#intro .hpIntroContent ul li a.storage:before
{
    width: 50px;
    height: 35px;
    margin-top: -17.5px;
    left: 37px;
    background: url(images/svg/skladovani.svg) no-repeat center center;
    background-size: contain;
}

.warehouse section#mainContent .waregouse-cta,
section#intro .hpIntroContent ul li a.terminal
{
    padding-left: 120px;
}
.warehouse section#mainContent .waregouse-cta:before,
section#intro .hpIntroContent ul li a.terminal:before
{
    width: 35px;
    height: 35px;
    margin-top: -17.5px;
    left: 45px;
    background: url(images/svg/skladovani-pro-eshopy.svg) no-repeat center center;
    background-size: contain;
}

/* #endregion */

/* #region LEFT SIDE LINK -------------------- */

section#intro a.leftSideLink
{
    width: 86px;
    height: 422px;
    position: absolute;
    left: 0;
    top: 40px;
    color: #f1e6e7;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: uppercase;
}

section#intro a.leftSideLink:hover
{
    text-decoration: none;
}

section#intro a.leftSideLink svg
{
    width: 12px;
    height: 7px;
    margin: 0 0 0 -6px;
    position: absolute;
    left: 50%;
    top: 386px;

    -webkit-transition: top 0.5s ease;
    -moz-transition: top 0.5s ease;
    -o-transition: top 0.5s ease;
    transition: top 0.5s ease;
}

section#intro a.leftSideLink:hover svg
{
    top: 400px;
}

section#intro a.leftSideLink svg path
{
    fill: white;
}

section#intro a.leftSideLink span
{
    position: relative;
    top: 296px;
    display: block;
    white-space: nowrap;

    /* Safari */
    -webkit-transform: rotate(-90deg);

    /* Firefox */
    -moz-transform: rotate(-90deg);

    /* IE */
    -ms-transform: rotate(-90deg);

    /* Opera */
    -o-transform: rotate(-90deg);

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* #endregion */

@media screen and (max-width: 1450px)
{
    #page.hp section#intro .content
    {
        height: 610px;
        padding-top: 180px;
    }

    #page.hp section#intro h1
    {
        font-size: 60px;
        line-height: 60px;
    }

    #page.hp section#intro h1 br
    {
        display: none;
    }

    section#intro .hpIntroContent ul
    {
        padding-top: 30px;
    }

    section#intro .hpIntroContent ul li a
    {
        padding: 20px 74px 20px 120px !important;
        font-size: 20px;
        text-align: left;
    }

    section#intro a.leftSideLink
    {
        top: 10px;
    }

    section#intro a.leftSideLink svg
    {
        top: 350px;
    }

    section#intro a.leftSideLink:hover svg
    {
        top: 360px;
    }
}

@media screen and (max-width: 1080px)
{
    #page.hp section#intro .content
    {
        height: 700px;
        padding-top: 220px;
    }

    section#intro a.leftSideLink svg
    {
        top: 350px;
    }
}


@media screen and (max-width: 1000px)
{
    section#intro .content
    {
        height: auto;
        padding-bottom: 280px;
        background-size: cover;
    }
}

@media screen and (max-width: 950px)
{
    #page.hp section#intro .content
    {
        padding-top: 250px;
    }
}

@media screen and (max-width: 700px)
{
    section#intro .content
    {
        padding-top: 150px;
        padding-left: 0;
        padding-right: 0;
    }

    #page.hp section#intro .content
    {
        height: 900px;
        padding-top: 200px;
    }

    #page.hp section#intro .content:before,
    #page.hp section#intro .content:after
    {
        display: none;
    }

    section#intro .hpIntroContent ul li
    {
        width: 100%;
        padding-right: 0;
    }

    section#intro .hpIntroContent ul li a
    {
        width: 100%;
        padding: 20px 74px 20px 120px !important;
        font-size: 20px;
        text-align: left;
    }

    section#intro .hpIntroContent ul li a span
    {
        text-align: left;
    }

    section#intro a.leftSideLink
    {
        display: none;
        top: 80px;
    }

    section#intro a.leftSideLink svg
    {
        top: 400px;
    }

    section#intro a.leftSideLink:hover svg
    {
        top: 430px;
    }
}

/* center margin resize */
@media screen and (max-width: 1570px)
{
    section#intro a.leftSideLink
    {
        width: 50px;
    }

    #page.hp section#intro .content:before
    {
        left: 50px;
    }

    #page.hp section#intro .content:after
    {
        right: 50px;
    }
}

/* #endregion */

/* #region BREADCRUMBS *******************/

section#intro ul.breadcrumbs
{
    padding: 24px 0 0 0;
    list-style: none;
    color: #e1c6c9;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 3.5px;
    font-weight: bold;
    text-transform: uppercase;
}
section#intro ul.breadcrumbs.blackbg li a{
	color: #ed1c24;
}
section#intro ul.breadcrumbs.blackbg{
	color: #ed1c24;
}

section#intro ul.breadcrumbs li
{
    padding: 0 34px 0 0;
    display: inline-block;
    vertical-align: top;
}
section#intro ul.breadcrumbs li:last-of-type
{
    padding-right: 0;
}

section#intro ul.breadcrumbs li:before
{
    display: none;
}

section#intro ul.breadcrumbs li:after
{
    content: "›";

    width: 34px;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    text-align: center;
}
section#intro ul.breadcrumbs li:last-of-type:after
{
    display: none;
}

section#intro ul.breadcrumbs li a
{
    color: white;
    text-decoration: none;
}

section#intro ul.breadcrumbs li a:hover
{
    text-decoration: underline;
}

/* #endregion */

/* #endregion */

/* #region PAGES - INDIVIDUAL CONTENT =================================================== */

/* #region GENERAL ***********************/

section#mainContent
{

}

section#mainContent .centerContent
{
    position: relative;
    z-index: 500;
}

section#mainContent .leftSide
{
    padding-top: 130px;
}

section#mainContent .leftSide p
{
    max-width: 550px;
}

@media screen and (max-width: 1050px)
{
    section#mainContent .leftSide p
    {
        max-width: 2000px;
    }
}

/* #endregion */

/* #region HOMEPAGE ---------------------------------------------------------------- */

#page.hp section#mainContent
{

}

/* #region REFERENCES LIST ***************/

#page.hp section#mainContent .referencesList
{
    padding: 0 0 54px 0;
}

/* #endregion */

/* #region *******************************/

/* #endregion */

/* #endregion */

/* #region DOWNLOADS (DOCUMENTS FOR DRIVERS) --------------------------------------- */

.downloadsPage
{
    padding: 0 0 136px 0;
}

.downloadsPage h2
{
    margin-top: 100px;
}

.downloadsPage h2:first-of-type
{
    margin-top: 0;
}

/* #endregion */

/* #region FOR DRIVERS ------------------------------------------------------------- */

#page.forDrivers section#mainContent .leftSide,
#page.forDrivers section#mainContent .rightSide
{
    padding-top: 130px;
    padding-bottom: 90px;
}

@media screen and (max-width: 1050px)
{
    #page.forDrivers section#mainContent .leftSide
    {
        padding-bottom: 0;
        margin-bottom: 60px;
    }

    #page.forDrivers section#mainContent .rightSide
    {
        padding-top: 0;
    }
}

/* #endregion */

/* #region REFERENCES -------------------------------------------------------------- */

#page.references
{

}

#page.references #mainContent .centerContent
{
    padding-bottom: 84px;
}

#page.references #mainContent .leftSide
{
    padding-top: 0;
}
#page.references #mainContent .leftSide.first
{
    padding-top: 130px;
}

#page.references #mainContent .leftSide h3
{
    padding: 55px 0 55px 0;
}

/* #endregion */

/* #region DICTIONARY FOR DRIVERS -------------------------------------------------- */

#page.dictionary
{

}

#page.dictionary #mainContent a.downloadLink
{
    padding: 51px 20px 51px 130px;
    position: relative;
    display: block;
    border: 1px solid #e8e8e8;
    background: white;
    color: #ed1c24;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    text-decoration: underline;

}

#page.dictionary #mainContent a.downloadLink:before
{
    content: " ";

    width: 32px;
    height: 44px;
    margin: -22px 0 0 0;
    position: absolute;
    left: 60px;
    top: 50%;
    display: block;
    overflow: hidden;
    background: url(images/svg/pdf.svg) no-repeat center center;
    background-size: contain;
}

#page.dictionary #mainContent a.downloadLink:after
{
    content: " ";

    width: 40px;
    height: 1px;
    position: absolute;
    left: 130px;
    bottom: -1px;
    display: block;
    overflow: hidden;
    background: #ed1c24;
}

#page.dictionary #mainContent a.downloadLink:hover
{
    text-decoration: none;
}

#page.dictionary #mainContent h2
{

}

#page.dictionary #mainContent .centerContent.paddingBottom
{
    padding-bottom: 70px;
}

/* #region BOXES *************************/

#page.dictionary #mainContent .boxes
{
    margin: 0 0 60px 0;
    display: table;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
}

#page.dictionary #mainContent .boxes .box
{
    width: 25%;
    display: table-cell;
    border: 1px solid #e7e7e7;
    border-right: none;
    background: #fbfcfd;
    text-align: left;
    vertical-align: top;
}

#page.dictionary #mainContent .boxes .box:last-of-type
{
    border-right: 1px solid #e7e7e7;
}

#page.dictionary #mainContent .box h3
{
    padding: 19px 20px 19px 65px;
    position: relative;
    border-top: 1px solid white;
    border-bottom: 1px solid #e7e7e7;
    background: white;
    color: #7d7d80;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1.5px;
    font-weight: normal;
    font-family: 'Nunito Sans', sans-serif;
    text-transform: uppercase;
}

#page.dictionary #mainContent .box h3:before
{
    content: " ";

    width: 17px;
    height: 12px;
    margin: -6px 0 0 0;
    position: absolute;
    left: 35px;
    top: 50%;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    box-shadow: 0px 1px 3px 0px rgba(70, 71, 72, 0.15);
}

#page.dictionary #mainContent .box h3.cs:before { background-image: url(images/svg/flags/cz.svg); }
#page.dictionary #mainContent .box h3.en:before { background-image: url(images/svg/flags/gb.svg); }
#page.dictionary #mainContent .box h3.de:before { background-image: url(images/svg/flags/de.svg); }
#page.dictionary #mainContent .box h3.fr:before { background-image: url(images/svg/flags/fr.svg); }

#page.dictionary #mainContent .box h3:after
{
    content: " ";

    width: 40px;
    height: 1px;
    position: absolute;
    left: 35px;
    bottom: -1px;
    display: block;
    overflow: hidden;
    background: #ed1c24;
}

#page.dictionary #mainContent .box ul
{
    padding: 13px 15px 13px 35px;
    margin: 0;
    color: #3e3e40;
    font-size: 18px;
    line-height: 26px;
}

#page.dictionary #mainContent .box ul li
{
    padding: 13px 0;
}

#page.dictionary #mainContent .box ul li:before
{
    display: none;
}

/* #endregion */

@media screen and (max-width: 1360px)
{
    #page.dictionary #mainContent .box h3
    {
        padding-left: 55px;
    }

    #page.dictionary #mainContent .box h3:before,
    #page.dictionary #mainContent .box h3:after
    {
        left: 25px;
    }

    #page.dictionary #mainContent .box ul
    {
        padding-left: 25px;
    }
}

@media screen and (max-width: 1270px)
{
    #page.dictionary #mainContent .boxes
    {
        display: block;
    }

    #page.dictionary #mainContent .boxes .box
    {
        width: 50%;
        margin-bottom: 20px;
        display: block;
        float: left;
    }

    #page.dictionary #mainContent .boxes .box:nth-of-type(2n),
    #page.dictionary #mainContent .boxes .box:last-of-type
    {
        border-right: 1px solid #e7e7e7;
    }
}

@media screen and (max-width: 1050px)
{
    #page.dictionary #mainContent .leftSide
    {
        padding-top: 0;
    }

    #page.dictionary #mainContent a.downloadLink
    {
        margin: -80px 0 80px 0;
    }
}

@media screen and (max-width: 900px)
{
    #page.dictionary #mainContent .boxes .box
    {
        width: 100%;
    }

    #page.dictionary #mainContent .boxes .box,
    #page.dictionary #mainContent .boxes .box:nth-of-type(2n),
    #page.dictionary #mainContent .boxes .box:last-of-type
    {
        border: 1px solid #e7e7e7;
    }
}

/* #endregion */

/* #region CAREER ------------------------------------------------------------------ */

#page.career
{

}

/* #region CONTENT ***********************/

#page.career #mainContent .leftSide
{

}

#page.career #mainContent .leftSide h3
{
    padding: 0px 0 30px 0;
    margin: 0;
}

#page.career #mainContent .leftSide h4
{
    padding: 0 0 30px 0;
    margin: 0;
    color: #231f20;
    font-size: 26px;
    line-height: 30px;
    font-weight: normal;
    font-family: 'Nunito Sans', sans-serif;
    text-transform: none;
}

#page.career #mainContent .leftSide p
{
    max-width: 540px;
    padding: 0 0 40px 0;
    margin: 0;
}

#page.career #mainContent .leftSide .careerPositionLinks
{
    padding-bottom: 60px;
}

#page.career #mainContent .leftSide
{

}

/* ------------------ */

#page.career #mainContent .rightSide .greyBox .content
{
    border-bottom: none;
}

/* #endregion */

/* #region SECONDARY PART ****************/

#page.career #secondaryPart .rightSide .greyBox
{
    position: relative;
    z-index: 450;
}
#page.career #secondaryPart .rightSide .greyBox h3
{
    border-top: none;
}

/* #endregion */

/* #region POSITIONS - OLD ***************/

#page.career #careerPositionsContent .leftSide
{
    padding: 126px 0 80px 0;
}

#page.career #careerPositionsContent .leftSide .careerPositionLinks
{
    padding-bottom: 120px;
}

#page.career #careerPositionsContent .leftSide h3
{
    padding: 0 0 30px 0;
    margin: 0;
    color: #231f20;
    font-size: 26px;
    line-height: 30px;
    font-weight: normal;
    font-family: 'Nunito Sans', sans-serif;
    text-transform: none;
}

#page.career #careerPositionsContent .leftSide p
{
    max-width: 540px;
    padding: 0 0 50px 0;
    margin: 0;
}

#page.career #careerPositionsContent .leftSide
{

}

/* ------------------ */

#page.career #careerPositionsContent .rightSide .greyBox
{
    position: relative;
    z-index: 450;
}
#page.career #careerPositionsContent .rightSide .greyBox h3
{
    border-top: none;
}
#page.career #careerPositionsContent .rightSide .greyBox .content
{
    border-bottom: none;
}

/* #endregion */

@media screen and (max-width: 1050px)
{
    #page.career #mainContent .leftSide p,
    #page.career #careerPositionsContent .leftSide p
    {
        max-width: 100%;
    }

    #page.career #secondaryPart .rightSide .greyBox h3
    {
        border-top: 1px solid #e8e8e8;
    }
}

/* #endregion */

/* #region CAREER - POSITION DETAIL ------------------------------------------------ */

#page.career-position
{

}

#page.career-position #mainContent .rightSide .greyBox:first-of-type
{
    margin-bottom: 66px;
}

#page.career-position #mainContent .rightSide .greyBox:last-of-type .content
{
    border-bottom: none;
}

/* #region CONTENT SETTINGS **************/

#page.career-position #mainContent .leftSide .content
{
    padding: 0 0 80px 0;
}

#page.career-position #mainContent .leftSide .content h3
{
    padding: 30px 0 40px 0;
    margin: 0;
}

#page.career-position #mainContent .leftSide .content a.btn
{
    margin-top: -10px;
}

/* #endregion */

/* #endregion */

/* #region CAREER - STORIES -------------------------------------------------------- */

#page.career-stories
{

}

/* #region CONTENT ***********************/

#page.career-stories #mainContent .content
{
    padding-bottom: 60px;
}

/* #endregion */

/* #region STORIES ***********************/

#page.career-stories #mainContent .stories
{
    padding-bottom: 120px;
}

#page.career-stories #mainContent .stories article
{
    max-width: 550px;
    padding: 0 0 90px 0;
}

#page.career-stories #mainContent .stories article cite
{
    padding-bottom: 40px;
}

#page.career-stories #mainContent .stories article a.readMore
{
    margin-bottom: 20px;
}

#page.career-stories #mainContent .stories article img.img
{
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 40px;
}

#page.career-stories #mainContent .stories article p
{

}

#page.career-stories #mainContent .stories article .personSign
{
    margin-top: 30px;
}

#page.career-stories #mainContent .stories article
{

}

@media screen and (max-width: 1450px)
{
    #page.career-stories #mainContent .stories article
    {
        max-width: 96%;
    }
}

@media screen and (max-width: 1050px)
{
    #page.career-stories #mainContent .stories article
    {
        max-width: 100%;
    }

    #page.career-stories #mainContent .stories
    {
        padding-bottom: 0px;
    }
}

/* #endregion */

/* #region BANNERS ***********************/

#page.career-stories #mainContent .banners
{
    padding: 68px 0 0 131px;
}

#page.career-stories #mainContent .banners a
{
    margin: 0 0 68px 0;
    display: inline-block;
    text-decoration: none;
}

#page.career-stories #mainContent .banners a:hover
{
    text-decoration: none;
}

#page.career-stories #mainContent .banners a img
{
    max-width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 1350px)
{
    #page.career-stories #mainContent .banners
    {
        padding-left: 80px;
    }
}

@media screen and (max-width: 1200px)
{
    #page.career-stories #mainContent .banners
    {
        padding-left: 60px;
    }
}

@media screen and (max-width: 1050px)
{
    #page.career-stories #mainContent .banners
    {
        padding-left: 0px;
        text-align: center;
    }
}

/* #endregion */

/* #endregion */

/* #region CONTACT ----------------------------------------------------------------- */

#page.contact
{

}

#page.contact iframe
{
    width: 100%;
    height: 767px;
}

#page.contact .gMap
{
    height: 767px;
    background: #efeeec;
}

/* #region CONTENT ***********************/

#mainContent .contactPageContent
{
    padding: 0 0 86px 0;
}

#mainContent .contactPageContent h2
{

}

/* ------------------------------ */

#mainContent .contactPageContent .emailPhone,
.fastContact
{
    width: 100%;
    height: 142px;
    margin: 0 0 50px 0;
    display: table;
    color: #a0a0a1;
    font-size: 24px;
    line-height: 20px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

#mainContent .contactPageContent .emailPhone .phone,
#mainContent .contactPageContent .emailPhone .email,
.fastContact .phone,
.fastContact .email
{
    display: table-cell;
    border: 1px solid #f1f1f1;
    vertical-align: middle;
    text-align: center;
}

#mainContent .contactPageContent .emailPhone .phone small,
#mainContent .contactPageContent .emailPhone .email small,
.fastContact .phone small,
.fastContact .email small
{
    color: #3e3e40;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
}

#mainContent .contactPageContent .emailPhone .phone div,
#mainContent .contactPageContent .emailPhone .email div,
.fastContact .phone div,
.fastContact .email div
{
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

#mainContent .contactPageContent .emailPhone .phone,
.fastContact .phone
{

}

#mainContent .contactPageContent .emailPhone .phone strong,
.fastContact .phone strong
{
    color: #3e3e40;
    font-weight: bold;
}

#mainContent .contactPageContent .emailPhone .email,
.fastContact .email
{
    border-left: none;
}

#mainContent .contactPageContent .emailPhone .email a,
.fastContact .email a
{
    color: #ed1c24;
    text-decoration: none;
}

#mainContent .contactPageContent .emailPhone .email a:hover,
.fastContact .email a:hover
{
    text-decoration: underline;
}

/* ------------------------------ */

#mainContent .contactPageContent h3
{
    padding: 0 0 38px 0;
    margin: 0 0 34px 0;
    position: relative;
}

#mainContent .contactPageContent h3:after
{
    content: " ";

    width: 38px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    overflow: hidden;
    background: #ed1c24;
}

#mainContent .contactPageContent address
{
    width: 294px;
    float: left;
    font-style: normal;
}

#mainContent .contactPageContent .column
{
    width: 250px;
    float: left;
}

#mainContent .contactPageContent address strong
{

}

#mainContent .contactPageContent address a
{
    font-weight: bold;
    text-decoration: underline;
}

#mainContent .contactPageContent address a:hover
{
    text-decoration: none;
}

#mainContent .contactPageContent table
{
    margin-bottom: 30px;
}

#mainContent .contactPageContent table tr td:first-of-type
{
    width: 72px;
}

#mainContent .contactPageContent p
{

}

#mainContent .contactPageContent p small
{
    font-size: 14px;
}

/* #endregion */

@media screen and (max-width: 1420px)
{
    #mainContent .contactPageContent address,
    #mainContent .contactPageContent .column
    {
        width: 50%;
    }

    #mainContent .contactPageContent .emailPhone
    {
        font-size: 22px;
    }
}

@media screen and (max-width: 1240px)
{
    #page.contact #mainContent .leftSide
    {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0 !important;
    }

    #page.contact #mainContent .rightSide
    {
        width: 100%;
        margin-top: -40px;
        margin-bottom: 80px;
    }

    #page.contact .gMap,
    #page.contact iframe
    {
        height: 300px;
    }
}

@media screen and (max-width: 740px)
{
    #mainContent .contactPageContent .emailPhone
    {
        height: auto;
        display: block;
    }

    #mainContent .contactPageContent .emailPhone .phone,
    #mainContent .contactPageContent .emailPhone .email
    {
        padding: 30px;
        display: block;
        border: 1px solid #f1f1f1;
        text-align: left;
    }

    #mainContent .contactPageContent .emailPhone .email
    {
        border-top: none;
    }

    #mainContent .contactPageContent address,
    #mainContent .contactPageContent .column
    {
        width: 100%;
    }

    #mainContent .contactPageContent .column
    {
        padding-top: 40px;
    }
}

/* #endregion */

/* #region CONTACT - DEPARTMENT ---------------------------------------------------- */

#page.contact-department #mainContent h2
{
    padding-bottom: 74px;
}

@media screen and (max-width: 1050px)
{
    #page.contact-department #mainContent h2
    {
        padding-bottom: 0;
    }
}

/* #endregion */

/* #region CONTACT - DISPATCHING --------------------------------------------------- */

#page.contact-dispatching .gMap,
#page.contact-dispatching iframe
{
    width: 100%;
    height: 638px;
    background: #efeeec;
}

#page.contact-dispatching #mainContent .leftSide
{
    padding-bottom: 90px;
}

#page.contact-dispatching #mainContent .leftSide .textContent
{
    min-height: 408px;
    padding: 30px 40px;
    border: 1px solid #f1f1f1;
}

#page.contact-dispatching #mainContent .leftSide .textContent.addressOnly
{
    min-height: 0px;
}

#page.contact-dispatching #mainContent .leftSide .peopleList article
{
    width: 100%;
    margin: 0;
}

#page.contact-dispatching #mainContent .leftSide .peopleList
{
    padding: 0 0 20px 0;
}

/* #region TABLE *************************/

#page.contact-dispatching #mainContent .leftSide table
{
    table-layout: fixed;
    color: #a0a0a1;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
}

#page.contact-dispatching #mainContent .leftSide table.addressOnly
{
    margin: 0;
}

#page.contact-dispatching #mainContent .leftSide table.addressOnly .addressSpace
{
    display: none;
}

#page.contact-dispatching #mainContent .leftSide table tr td
{
    padding: 0 0 16px 0;
}

#page.contact-dispatching #mainContent .leftSide table tr:last-of-type td
{
    padding: 0;
}

#page.contact-dispatching #mainContent .leftSide table tr td:first-child
{
    width: 94px;
}

#page.contact-dispatching #mainContent .leftSide table tr td:last-of-type
{
    font-weight: 300;
}

#page.contact-dispatching #mainContent .leftSide table tr td strong
{
    font-weight: bold;
}

#page.contact-dispatching #mainContent .leftSide table tr td address
{
    color: #7d7d80;
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    font-style: normal;
}

#page.contact-dispatching #mainContent .leftSide table tr td address strong
{
    font-weight: bold;
}

#page.contact-dispatching #mainContent .leftSide table tr td address a
{
    color: #ed1c24;
    font-weight: bold;
    text-decoration: underline;
}

#page.contact-dispatching #mainContent .leftSide table tr td address a:hover
{
    text-decoration: none;
}

/* #endregion */

@media screen and (max-width: 1300px)
{
    #page.contact-dispatching #mainContent .leftSide .textContent
    {
        padding: 30px;
    }
}

@media screen and (max-width: 1260px)
{
    #page.contact-dispatching #mainContent .leftSide
    {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0 !important;
    }

    #page.contact-dispatching #mainContent .rightSide
    {
        width: 100%;
        margin-top: -40px;
        margin-bottom: 80px;
    }

    #page.contact-dispatching .gMap,
    #page.contact-dispatching iframe
    {
        height: 300px;
    }
}

@media screen and (max-width: 590px)
{
    #page.contact-dispatching #mainContent .leftSide table
    {
        font-size: 18px;
        line-height: 20px;
        overflow: hidden;
    }
}

/* #endregion */

/* #region ROLLING STOCK ----------------------------------------------------------- */

#page.rollingStock #mainContent
{

}

#page.rollingStock #referencesSlider
{
    background-image: url(images/references-slider-bg-rollingstock.jpg);
}

/* #region CONTENT ***********************/

#page.rollingStock #mainContent .leftSide
{

}

#page.rollingStock #mainContent .leftSide .btn
{
    margin: 20px 20px 0 0;
}

#page.rollingStock #mainContent .rightSide
{

}

#page.rollingStock #mainContent .rightSide .greyBox .content.cites article .personSign
{
    margin-bottom: 0;
}

/* #endregion */

@media screen and (max-width: 600px)
{
    #page.rollingStock #mainContent .leftSide .btn
    {
        width: 100%;
        margin-right: 0;
    }
}

/* #endregion */

/* #region WAREHOUSE --------------------------------------------------------------- */

#page.warehouse #mainContent
{

}

/* #region CONTENT ***********************/

#page.warehouse #mainContent .leftSide
{

}

#page.warehouse #mainContent .leftSide h2
{

}

#page.warehouse #mainContent .leftSide p:last-of-type
{
    margin-bottom: 40px;
}

.warehouse section#mainContent .waregouse-cta {
	margin-bottom: 50px;
	padding: 35px 50px 35px 120px;
	width: 530px;
	max-width: 100%;
	font-size: 16px;
	font-weight: 700;
}

.warehouse section#mainContent .waregouse-cta:hover {
	box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.05);
}

.warehouse section#mainContent .waregouse-cta:hover span {
	text-decoration: underline;
}

#page.warehouse #mainContent .leftSide h3
{
    padding: 0;
    margin: 0 0 40px 0;
    color: #3e3e40;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    text-transform: uppercase;
}

#page.warehouse #mainContent .leftSide .referencesList
{
    padding: 0 0 26px 0;
}

#page.warehouse #mainContent .leftSide cite
{
    max-width: 580px;
    margin-bottom: 50px;
}

/* #endregion */

@media screen and (max-width: 1050px)
{
    #page.warehouse #mainContent .leftSide cite
    {
        max-width: 100%;
    }
}

/* #endregion */

#page.warehouse-terminal #mainContent .leftSide h3 {
	margin-top: 70px;
}

#page.warehouse-terminal #infoBoxes .leftSide {
	width: 100%;
}

#page.warehouse-terminal #reference {
	padding: 120px 0px 60px;
	border-bottom: 1px solid #e8e8e8;
}

#page.warehouse-terminal #reference .greyBox .content {
	padding-top: 80px;
	border-top: 1px solid #e8e8e8;
}

#page.warehouse-terminal #reference .greyBox .content.cites article .personSign {
	margin-bottom: 0px;
}

#page.warehouse-terminal #reference .reference-gallery {
	margin-top: 80px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

#page.warehouse-terminal #reference .reference-gallery a {
	position: relative;
}

#page.warehouse-terminal #reference .reference-gallery a:before {
	background: #c40018;
	background: -moz-linear-gradient(45deg, #c40018 0%, #360007 100%);
	background: -webkit-linear-gradient(45deg, #c40018 0%,#360007 100%);
	background: linear-gradient(45deg, #c40018 0%,#360007 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c40018', endColorstr='#360007',GradientType=1 );
	content: '';
	opacity: 0.7;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	display: none;
}

#page.warehouse-terminal #reference .reference-gallery a:hover {
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
}

#page.warehouse-terminal #reference .reference-gallery a:hover:before {
	display: block;
}

#page.warehouse-terminal #reference .reference-gallery a:hover .reference-icon {
	display: block;
}

#page.warehouse-terminal #reference .reference-gallery a:first-child {
	margin-right: 25px;
}

#page.warehouse-terminal #reference .reference-gallery .reference-image {
	height: 195px;
}

#page.warehouse-terminal #reference .reference-gallery .reference-icon {
	width: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: none;
}

/* #region HISTORY ----------------------------------------------------------------- */
#page.history #mainContent
{

}

/* #region CONTENT ***********************/

#page.history #mainContent .leftSide
{
    padding-bottom: 50px;
}

#page.history #mainContent .leftSide .btn
{
    margin-top: 20px;
}

#page.history #mainContent .rightSide img
{
    width: 100%;
    height: auto;
}

/* #endregion */

@media screen and (max-width: 1050px)
{
    #page.history #mainContent .leftSide
    {
        margin-bottom: 0;
    }
}

/* #endregion */

/* #region TRANSPORTATION ---------------------------------------------------------- */

#page.transport #mainContent
{

}

#page.transport section#referencesSlider
{
    padding-bottom: 116px;
    background-image: url(images/references-slider-bg-transporation.jpg);
}

/* #region CONTENT ***********************/

#page.transport #mainContent .leftSide
{

}

#page.transport #mainContent .leftSide h3
{
    padding: 24px 0;
    margin: 0;
    color: #3e3e40;
    font-size: 22px;
    line-height: 20px;
}

#page.transport #mainContent .leftSide .iconList
{
    padding: 0 0 20px 0;
}

#page.transport #mainContent .leftSide .iconList.noBorder
{

}

#page.transport #mainContent .leftSide .iconList li
{
    max-width: 534px;
    padding: 30px 20px 30px 150px;
    margin: 0 0 9px 0;
    display: block;
    border: 1px solid #e0e0e0;
    color: #3e3e40;
    font-size: 20px;
    line-height: 24px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#page.transport #mainContent .leftSide .iconList.noBorder li
{
    font-size: 18px;
    line-height: 26px;
}

#page.transport #mainContent .leftSide .iconList li strong
{
    color: #231f20;
}
#page.transport #mainContent .leftSide .iconList li.noBorder strong
{
    color: #3e3e40;
    font-size: 22px;
    line-height: 28px;
}

#page.transport #mainContent .leftSide .iconList li em
{
    color: #ed1c24;
    font-style: normal;
}

#page.transport #mainContent .leftSide .iconList.noBorder li
{
    border: none;
}

#page.transport #mainContent .leftSide .iconList li span.icon svg
{
    width: 34px;
    height: 41px;
    position: relative;
    top: 2.5px;
}

#page.transport #mainContent .leftSide .iconList li span.icon svg path
{
    fill: #ed1c24;
}

#page.transport #mainContent .leftSide .iconList li:before,
#page.transport #mainContent .leftSide .iconList li span.icon
{
    content: " ";

    width: 52px;
    height: 46px;
    margin: -23px 0 0 0;
    position: absolute;
    left: 39px;
    top: 50%;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

#page.transport #mainContent .leftSide .iconList li.noIcon:before
{
    background: none;
}

#page.transport #mainContent .leftSide .iconList li.dangerous:before
{
    background-image: url(images/icon-dangerous.png);
}
#page.transport #mainContent .leftSide .iconList li.ftl:before
{
    background-image: url(images/svg/doprava-a-ftl.svg);
}
#page.transport #mainContent .leftSide .iconList li.ltl:before
{
    background-image: url(images/svg/ltl.svg);
}
#page.transport #mainContent .leftSide .iconList li.express:before
{
    background-image: url(images/svg/express-a-urgent.svg);
}
#page.transport #mainContent .leftSide .iconList li.paletove:before
{
    background-image: url(images/svg/paletove.svg);
}
#page.transport #mainContent .leftSide .iconList li.nepaletove:before
{
    background-image: url(images/svg/nepaletove.svg);
}
#page.transport #mainContent .leftSide .iconList li.nadmerne:before
{
    background-image: url(images/svg/nadmerne.svg);
}
#page.transport #mainContent .leftSide .iconList li.XXX:before
{
    background-image: url(images/svg/);
}
#page.transport #mainContent .leftSide .iconList li.XXX:before
{
    background-image: url(images/svg/);
}
#page.transport #mainContent .leftSide .iconList li.XXX:before
{
    background-image: url(images/svg/);
}
#page.transport #mainContent .leftSide .iconList li.XXX:before
{
    background-image: url(images/svg/);
}

/* #endregion */

@media screen and (max-width: 1050px)
{
    #page.transport #mainContent .leftSide .iconList li
    {
        max-width: 100%;
    }
}

/* #endregion */

/* #region ABOUT US ---------------------------------------------------------------- */

#page.about #mainContent
{

}

#page.about section#linksBox
{
    margin-bottom: -1px;
}

#page.about #rollingStockBanner
{
    z-index: 550;
}

/* #region CONTENT ***********************/

#page.about #mainContent .leftSide h2
{
    margin-top: 48px;
}

#page.about #mainContent .leftSide .btn
{
    margin-top: 20px;
}

/* #endregion */

/* #endregion */

/* #region TEXT PAGE --------------------------------------------------------------- */

#page.textPage #mainContent
{
    padding: 120px 0 80px 0;
}

#page.textPage #mainContent h2
{
    margin-top: 30px;
}

#page.textPage #mainContent h3
{
    padding: 10px 0 10px 0;
}

#page.textPage #mainContent a
{
    font-weight: bold;
    text-decoration: underline;
}

#page.textPage #mainContent a:hover
{
    text-decoration: none;
}

#page.textPage #mainContent a.btn,
#page.textPage #mainContent a.btn:hover
{
    text-decoration: none;
}

/* #endregion */

/* #endregion */

/* #region CZECH 2 EUROPE =============================================================== */

section#czech2europe
{
    background: #b14753 url(https://www.mosslogistics.cz/wp-content/uploads/2019/07/allaroundeurope.jpg) no-repeat right center;
}

section#czech2europe .centerContent
{
    padding: 260px 0 280px 0;
}

section#czech2europe h2
{
    color: white;
}

section#czech2europe h2:before
{
    background: white;
}

section#czech2europe p
{
    max-width: 545px;
    color: white;
}

@media screen and (max-width: 950px)
{
    section#czech2europe
    {
        background: #b14753;
    }

    section#czech2europe .centerContent
    {
        padding: 50px 0;
    }

    section#czech2europe p
    {
        max-width: 1000px;
    }
}

/* #endregion */

/* #region BANNER ======================================================================= */

section#banner
{
    min-height: 338px;
    position: relative;
    z-index: 400;
    box-shadow: 0px 9px 0px 0px rgba(0, 0, 0, 0.02);
}

section#banner.center
{
    border-left: none;
}

section#banner:before,
section#banner:after
{
    content: " ";

    width: 100%;
    height: 1px;
    position: absolute;
    z-index: 1;
    display: block;
    overflow: hidden;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mN88R8AAtUB6S/lfiQAAAAASUVORK5CYII=);
    background-repeat: repeat;
}
section#banner:before
{
    left: 0;
    top: 0;
}
section#banner:after
{
    right: 0;
    bottom: 0;
    z-index: 101;
}

section#banner .left,
section#banner .right
{

}

section#banner .left
{
    width: 46.15%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}
section#banner.wideImage .left
{
    width: 55.4%;
}

section#banner .right
{
    width: 53.85%;
    padding: 62px 20px 60px 75px;
    position: relative;
    float: right;
}
section#banner.wideImage .right
{
    width: 44.6%;
    padding: 62px 20px 60px 54px;
}

/* #region LEFT **************************/

section#banner .left
{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

section#banner .left:after
{
    content: " ";

    width: 168px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    display: block;
    background: url(images/banner-image-cover.png) no-repeat right center;
    background-size: 100% 100%;
}

section#banner .left .icon
{
    width: 112px;
    height: 112px;
    margin: -56px 0 0 0;
    position: absolute;
    right: 40px;
    top: 50%;
    z-index: 110;
    background: #e0001c;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

section#banner .left .icon div
{
    width: 95px;
    height: 95px;
    margin: -47.5px 0 0 -47.5px;
    position: absolute;
    left: 50%;
    top: 50%;
    display: table;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
    background: #ed1c24;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.25);
}

section#banner .left .icon div span
{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

section#banner .left .icon div svg
{
    width: 50px;
    height: 50px;
}

section#banner .left .icon div svg path,
section#banner .left .icon div svg rect,
section#banner .left .icon div svg polygon,
section#banner .left .icon div svg polyline,
section#banner .left .icon div svg ellipse
{
    fill: white;
}

/* #endregion */

/* #region RIGHT *************************/

section#banner .right h2
{
    padding-bottom: 26px;
}

section#banner .right p
{
    max-width: 550px;
    min-height: 94px;
    margin: 0;
    padding: 0 0 36px 0;
}

section#banner .right .btn
{
    margin-right: 20px;
}

/* ------------------------- */

section#banner .right .phone
{
    display: inline-block;
    vertical-align: top;
    color: #a0a0a1;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 1.5px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

section#banner .right .phone strong
{
    color: #3e3e40;
    font-weight: bold;
}

/* ------------------------- */

section#banner .right .phoneBox
{
    padding: 10px 0 0 26px;
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
}

section#banner .right .phoneBox .title
{
    display: inline-block;
    vertical-align: top;
    color: #3e3e40;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 1.5px;
    font-weight: 300;
    text-transform: uppercase;
}

section#banner .right .phoneBox .phone
{
    line-height: 24px;
}

/* ------------------------- */

section#banner .right a.email
{
    display: inline-block;
    vertical-align: top;
    color: #ed1c24;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 1.5px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

section#banner .right a.email:hover
{
    text-decoration: underline;
}

/* ------------------------- */

section#banner .right .contactInfo
{

}

section#banner .right .contactInfo .phone
{
    padding-right: 34px;
    position: relative;
}

section#banner .right .contactInfo .phone:after
{
    content: " ";

    width: 1px;
    height: 97px;
    position: absolute;
    right: 0;
    bottom: -61px;
    display: block;
    overflow: hidden;
    background: #e7e7e7;
}

section#banner .right .contactInfo .email
{
    margin-left: 33px;
}

/* #endregion */

@media screen and (max-width: 1630px)
{
    section#banner.wideImage .left
    {
        width: 45%;
    }

    section#banner.wideImage .right
    {
        width: 55%;
        padding-left: 30px;
    }
}

/* change contactInfo phone and email */
@media screen and (max-width: 1240px)
{
    section#banner .right .contactInfo .phone
    {
        padding-right: 21px;
        margin-right: 20px;
    }

    section#banner .right .contactInfo .phone:after
    {
        height: 100%;
        bottom: 0;
    }

    section#banner .right .contactInfo .email
    {
        margin: 0;
    }
}
@media screen and (max-width: 720px)
{
    section#banner .right .contactInfo .phone
    {
        margin: 0 0 10px 0;
        padding: 0;
        display: block;
    }

    section#banner .right .contactInfo .phone:after
    {
        display: none;
    }
}

@media screen and (max-width: 1150px)
{
    section#banner .left,
    section#banner .right,
    section#banner.wideImage .left,
    section#banner.wideImage .right
    {
        width: 100%;
        position: relative;
        left: auto;
        top: auto;
    }

    section#banner .left
    {
        height: 300px;
    }

    section#banner .left:after
    {
        display: none;
    }

    section#banner .left .icon
    {
        right: auto;
        top: auto;
        bottom: -56px;
        left: 50%;
        margin-left: -56px;
    }

    section#banner .right,
    section#banner.wideImage .right
    {
        padding: 40px;
    }

    section#banner .right .btn,
    section#banner .right .phoneBox
    {
        margin-top: 10px;
    }

    section#banner .right p
    {
        max-width: 1000px;
        min-height: 10px;
    }
}

@media screen and (max-width: 600px)
{
    section#banner .right .phoneBox
    {
        padding-left: 0;
    }

    section#banner .right .btn,
    section#banner .right .phoneBox
    {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }
}

/* #endregion */

/* #region WORK BANNER ================================================================== */

section#workBanner
{
    padding: 140px 0 176px 0;
    position: relative;
    border: 1px solid #e8e8e8;
    background: white;
}

section#workBanner .centerContent
{
    z-index: 10;
}

/* #region CONTENT ***********************/

section#workBanner .content
{
    width: 340px;
}

section#workBanner .content h2
{

}

section#workBanner .content p
{
    padding: 0 0 26px 0;
    margin: 0;
    min-height: 108px;
}

section#workBanner .content a.btn
{

}

/* #endregion */

/* #region IMAGE WITH ARROW **************/

section#workBanner .image
{
    width: 57.79%;
    height: 352px;
    position: absolute;
    right: 0;
    top: 136px;
    background: url(images/banner-work.jpg) no-repeat 0 center;
    background-size: cover;
}

section#workBanner .image a
{
    width: 85px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    background: #231f20;
    background: rgba(35,31,32,0.75);
    text-decoration: none;

    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

section#workBanner .image a:hover
{
    background: rgba(35,31,32,0.85);
    text-decoration: none;
}

section#workBanner .image a svg
{
    width: 14px;
    height: 24px;
    margin: -12px 0 0 -7px;
    position: absolute;
    left: 50%;
    top: 50%;
}

section#workBanner .image a svg path
{
    fill: white;
}

/* #endregion */

/* #region PEOPLE GALLERY ****************/

section#workBanner .gallery
{
    width: 57.79%;
    height: 352px;
    position: absolute;
    right: 0;
    top: 136px;
    z-index: 400;
}
section#rollingStock .category article:nth-of-type(2n) .gallery
{
    left: 0;
}

section#workBanner .gallery ul
{
    width: 100%;
    height: 352px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

section#workBanner .gallery ul li
{
    padding: 0 10px;
    float: left;
}

section#workBanner .gallery ul li:before
{
    display: none;
}

section#workBanner .gallery ul li img
{
    width: auto;
    height: 352px;
    display: block;
}

/* ------------------------- */

section#workBanner .gallery a.arrow
{
    width: 85px;
    height: 100%;
    position: absolute;
    top: 0;
    background: #231f20;
    background: rgba(35,31,32,0.75);
    display: block;
    text-decoration: none;

    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
section#workBanner .gallery a.arrow.prevArrow
{
    left: 0;
}
section#workBanner .gallery a.arrow.nextArrow
{
    right: 0;
}
section#workBanner .gallery a.arrow.slick-hidden
{
    display: none;
}
section#workBanner .gallery a.arrow.slick-disabled
{
    opacity: 0;
}

section#workBanner .gallery a.arrow svg
{
    width: 14px;
    height: 24px;
    margin: -12px 0 0 -7px;
    position: absolute;
    left: 50%;
    top: 50%;
}

section#workBanner .gallery a.arrow svg path
{
    fill: white;
}

section#workBanner .gallery a.arrow:hover
{
    background: rgba(35,31,32,0.85);
    text-decoration: none;
}

@media screen and (max-width: 1400px)
{
    section#workBanner .gallery
    {
        width: 60%;
    }
}

@media screen and (max-width: 1300px)
{
    section#workBanner .gallery
    {
        width: 60%;
    }
}

@media screen and (max-width: 1260px)
{
    section#workBanner .gallery
    {
        width: 100%;
        margin-top: 50px;
        position: relative;
        left: auto;
        top: auto;
        right: auto;
    }

    section#workBanner .gallery a.arrow
    {
        width: 60px;
    }
}

@media screen and (max-width: 630px)
{
    section#workBanner .gallery
    {
        display: none;
    }
}

/* #endregion */

@media screen and (max-width: 1080px)
{
    section#workBanner
    {

    }

    section#workBanner .image
    {
        width: 50%;
    }
}

@media screen and (max-width: 870px)
{
    section#workBanner
    {
        padding: 80px 0;
    }

    section#workBanner .content
    {
        width: auto;
        text-align: center;
    }

    section#workBanner .content h2:before
    {
        left: 50%;
        margin-left: -19px;
    }

    section#workBanner .content h2 br
    {
        display: none;
    }

    section#workBanner .image
    {
        display: none;
    }
}

@media screen and (max-width: 600px)
{
    section#workBanner .content
    {
        text-align: left;
    }

    section#workBanner .content h2:before
    {
        left: 0;
        margin: 0;
    }

    section#workBanner .content h2 br
    {
        display: block;
    }
}

/* #endregion */

/* #region NEWS ========================================================================= */

h1.blackbg{
	background-color: rgba(0, 0, 0, 0.7);
	width: auto!important;
}
h1.blackbg span{
	padding: 30px;
}
section#news
{
    position: relative;
}

section#news:before,
section#news:after
{
    content: " ";

    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}
section#news:before
{
    left: 0;
    background: #ed1c24 url(images/news-left-bg.png) no-repeat 0 0;
}
section#news:after
{
    right: 0;
    background: #231f20 url(images/news-right-bg.png) no-repeat right 0;
}

section#news .left,
section#news .right
{
    width: 50%;
    position: relative;
    z-index: 10;
    float: left;
}

section#news .left
{
    padding: 128px 160px 110px 234px;
    background: #ed1c24 url(images/news-left-bg.png) no-repeat 0 0;
}

section#news .left h2
{
    padding-bottom: 48px;
    color: white;
}

section#news .left h2:before
{
    background: white;
}

section#news .left h2 svg
{
    width: 22px;
    height: 22px;
    position: absolute;
    left: 42px;
    top: -11px;
}

section#news .left h2 svg path
{
    fill: white;
}

section#news .left p
{
    color: white;
}

section#news .right
{
    padding: 128px 140px 110px 164px;
    background: #231f20 url(images/news-right-bg.png) no-repeat right 0;
}

/* #region FACEBOOK **********************/

section#news .facebook
{

}

section#news .facebook p
{
    margin-bottom: 54px;
}

section#news .facebook iframe
{
    display: block;
}

/* #endregion */

/* #region INSTAGRAM *********************/

section#news .instagram
{
    padding-top: 124px;
}

section#news .instagram p
{
    margin-bottom: 66px;
}

/*section#news .instagram a
{
    width: 140px;
    height: 140px;
    margin: 0 14px 14px 0;
    display: block;
    overflow: hidden;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-decoration: none;
}*/

section#news .instagram a:nth-of-type(3n)
{
    margin-right: 0;
}

section#news .instagram a:hover
{
    text-decoration: none;
}

section#news .instagram a img
{
    width: 100%;
    height: auto;
	display: block !important;
}

/* #endregion */

/* #region NEWS **************************/

section#news .news
{

}

section#news .news h2
{
    padding-bottom: 46px;
}

section#news .news .btn
{
    min-width: 257px;
    margin: 10px 0 0 0;
}

/* -------------------------- */

section#news .news .loading
{
    height: 60px;
    background: url(images/news-loading.gif) no-repeat 0 center;
    background-size: 60px 60px;
}

/* -------------------------- */

section#news .news article
{
    width: 540px;
    max-width: 100%;
    padding: 0 0 66px 0;
    display: inline-block;
    vertical-align: top;
}

section#news .news article .img
{
    width: 154px;
    width: 29.61%;
    width: calc(154px);
    padding-right: 20px;
    float: left;
}

section#news .news article .img img
{
    width: 100%;
    height: auto;
    display: block;
}

section#news .news article .img a
{
    display: block;
    text-decoration: none;
}

section#news .news article .img a:hover
{
    text-decoration: none;
}

section#news .news article .content
{
    width: 366px;
    width: 70.39%;
    width: calc(100% - 154px);
    position: relative;
    top: -8px;
    float: left;
    line-height: 26px;
}
section#news .news article .content.full
{
    width: 100%;
    position: static;
}

section#news .news article .content .date
{
    color: #f9f9f9;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1.5px;
}

section#news .news article .content h3
{
    padding: 8px 0 12px 0;
    margin: 0;
    color: #ed1c24;
    font-size: 26px;
    line-height: 28px;
    font-weight: normal;
    letter-spacing: normal;
    font-family: 'Nunito Sans', sans-serif;
    text-transform: none;
}

section#news .news article .content h3 a
{
    color: #ed1c24;
    text-decoration: none;
}

section#news .news article .content h3 a:hover
{
    text-decoration: underline;
}

section#news .news article .content p
{
    margin: 0;
}

section#news .news article .content
{

}

/* #endregion */

@media screen and (max-width: 1880px)
{
    section#news .left
    {
        padding-right: 100px;
    }
}

@media screen and (max-width: 1800px)
{
    section#news .left
    {
        padding-left: 180px;
    }

    section#news .right
    {
        padding-left: 130px;
        padding-right: 100px;
    }
}

@media screen and (max-width: 1650px)
{
    section#news .left,
    section#news .right
    {
        padding: 100px 80px;
    }
}

@media screen and (max-width: 1350px)
{
    section#news .left,
    section#news .right
    {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media screen and (max-width: 1270px)
{
    section#news .left,
    section#news .right
    {
        padding: 80px 40px;
    }
}

@media screen and (max-width: 1180px)
{
    section#news .instagram a:nth-of-type(3n)
    {
        margin-right: 14px;
    }
}

@media screen and (max-width: 1100px)
{
    section#news::before,
    section#news::after
    {
        display: none;
    }

    section#news .left,
    section#news .right
    {
        width: 100%;
    }

    section#news .news article
    {
        width: 100%;
    }
}

@media screen and (max-width: 500px)
{
    section#news .news article .img
    {
        display: none;
    }

    section#news .news article .content
    {
        width: 100%;
    }
}

@media screen and (max-width: 420px)
{
    section#news .instagram a
    {
        width: 100%;
        height: auto;
        margin-right: 0;
        background: none !important;
    }

    section#news .instagram a img
    {
        display: block;
    }
}

/* #endregion */

/* #region WHAT WE DO =================================================================== */

section#whatWeDo
{
    padding: 120px 0 100px 0;
    background: url(/wp-content/uploads/2018/08/doprava_cerveny-banner_zaridimeab_3.jpg) no-repeat center center;
    background-size: cover;
    color: white;
}
section#whatWeDo h2
{
    color: white;
}

section#whatWeDo h2:before
{
    background: white;
}

section#whatWeDo h2 span
{
    color: #e9d6d6;
    font-weight: normal;
}

section#whatWeDo p
{
    max-width: 560px;
    min-height: 120px;
    padding: 0 0 26px 0;
    margin: 0;
    color: white;
}

section#whatWeDo p:last-of-type
{
    min-height: 0;
    padding: 0;
}

/* #endregion */

/* #region CARRER - HUMAN RESOURCES PEOPLE ============================================== */

section#careerHR
{
    padding: 126px 0px 60px 0px;
    background: white;
    text-align: center;
}

section#careerHR h2
{
    padding-bottom: 40px;
    margin: 0;
    text-align: left;
}

section#careerHR .people
{

}

section#careerHR article
{
    max-width: 100%;
    padding: 0 0 30px 120px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

section#careerHR article h3
{
    display: none;
}

section#careerHR article .personSign
{
    position: relative;
    left: -120px;
}

section#careerHR article .contact
{

}

section#careerHR article .contact span.title
{
    min-width: 72px;
    padding-right: 3px;
    display: inline-block;
    vertical-align: top;
}

section#careerHR article .contact strong
{

}

section#careerHR article .contact a
{

}

section#careerHR article .contact a:hover
{

}

section#careerHR article p
{
    padding: 0 0 30px 0;
    margin: 0;
}

@media screen and (max-width: 1220px)
{

    section#careerHR article
    {
        padding-left: 0;
    }

    section#careerHR article .personSign
    {
        left: 0;
        margin-bottom: 20px;
    }
}

/* #endregion */

/* #region DISPATCHINGS ================================================================= */

section#dispatchings
{
    padding: 114px 0 114px 0;
    background: #d74859 url(images/dispatchings-bg.jpg) no-repeat center center;
    background-size: cover;
}

section#dispatchings h2
{
    color: white;
}

section#dispatchings h2:before
{
    background: white;
}

/* #region LINKS *************************/

section#dispatchings a
{
    width: 49.18%;
    width: calc(50% - 10px);
    height: 220px;
    margin: 0 1.64% 20px 0;
    margin: 0 calc(20px) 20px 0;
    float: left;
    display: table;
    table-layout: fixed;
    background: white;
    text-decoration: none;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

section#dispatchings a:nth-of-type(2n)
{
    margin-right: 0;
}

section#dispatchings a:hover
{
    text-decoration: none;
}

section#dispatchings a span
{
    display: table-cell;
    text-align: left;
    vertical-align: top;
}

section#dispatchings a span:first-of-type
{
    padding: 32px 20px 10px 40px;

    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

section#dispatchings a span:first-of-type em
{
    padding: 0 0 2px 0;
    display: inline-block;
    color: #7d7d80;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 1.5px;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

section#dispatchings a span:first-of-type strong
{
    color: #231f20;
    font-size: 26px;
    line-height: 30px;
    font-weight: normal;
}

section#dispatchings a span:first-of-type address
{
    padding: 15px 0 0 0;
    display: block;
    color: #7d7d80;
    font-size: 18px;
    line-height: 26px;
    font-style: normal;
}

/* ---------------------- */

section#dispatchings a span:last-of-type
{
    background: #fbfcfd;
    border: 1px solid #e8e8e8;
    color: #a0a0a1;
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    vertical-align: middle;

    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

section#dispatchings a span:last-of-type strong
{
    color: #3e3e40;
    font-weight: bold;
}

/* #endregion */

@media screen and (max-width: 1260px)
{
    section#dispatchings a
    {
        width: 100%;
        height: auto;
        margin-right: 0;
    }

    section#dispatchings a span:first-of-type
    {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 850px)
{
    section#dispatchings
    {
        margin: 0;
    }
}

@media screen and (max-width: 600px)
{
    section#dispatchings h2
    {
        text-align: center;
    }

    section#dispatchings h2:before
    {
        margin-left: -19px;
        left: 50%;
    }

    section#dispatchings a span,
    section#dispatchings a span:first-of-type,
    section#dispatchings a span:last-of-type
    {
        display: block;
        padding: 30px;
        text-align: center;

        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    section#dispatchings a span:first-of-type
    {
        -moz-border-radius-topleft: 3px;
        -webkit-border-top-left-radius: 3px;
		border-top-left-radius: 3px;
        -moz-border-radius-topright: 3px;
        -webkit-border-top-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    section#dispatchings a span:last-of-type
    {
        -moz-border-radius-bottomright: 3px;
        -webkit-border-bottom-right-radius: 3px;
        border-bottom-right-radius: 3px;
        -moz-border-radius-bottomleft: 3px;
        -webkit-border-bottom-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }
}

/* #endregion */

/* #region NEXT CONTACTS ================================================================ */

section#nextContacts
{
    padding: 126px 0 94px 0;
    margin-bottom: -1px;
    background: white;
    border: 1px solid #e8e8e8;
}

section#nextContacts .left,
section#nextContacts .right
{
    float: left;
}

section#nextContacts .left
{
    width: 620px;
    padding: 15px 0px 30px 236px;
}

section#nextContacts .right
{
    width: 980px;
    float: right;
}

section#nextContacts .right ul.boxLinks a
{
    text-align: left;
}

section#nextContacts .right ul.boxLinks li:last-of-type a
{
    margin-right: 0;
}

@media screen and (max-width: 1840px)
{
    section#nextContacts
    {
        text-align: center;
    }

    section#nextContacts .left,
    section#nextContacts .right
    {
        display: inline-block;
        vertical-align: top;
        float: none;
        text-align: left;
    }

    section#nextContacts .left
    {
        width: 420px;
        padding-left: 0;
    }
}

@media screen and (max-width: 1610px)
{
    section#nextContacts .left
    {
        width: 350px;
        padding-right: 44px;
    }
}

@media screen and (max-width: 1470px)
{
    section#nextContacts .left,
    section#nextContacts .right
    {
        width: 100%;
        padding: 0;
    }

    section#nextContacts .left
    {
        padding-bottom: 30px;
    }

    section#nextContacts
    {
        padding: 80px 0 70px 0;
    }
}

@media screen and (max-width: 700px)
{
    section#nextContacts
    {
        padding-left: 40px;
        padding-right: 40px;
    }
}

/* #endregion */

/* #region REFERENCES SLIDER ============================================================ */

section#referencesSlider
{
    padding: 156px 0 146px 0;
    background: #922b37 url(images/references-slider-bg-about.jpg) no-repeat center center;
    background-size: cover;
}
section#referencesSlider.withButton
{
    padding: 130px 0;
}

section#referencesSlider h2
{
    padding: 0 0 40px 0;
    color: white;
    text-align: center;
}

section#referencesSlider h2:before
{
    display: none;
}

section#referencesSlider .btn.white
{
    width: 220px;
    margin: 45px auto 0 auto;
    display: block;
}

/* #region ARROWS ************************/

section#referencesSlider .slider a.arrow
{
    width: 85px;
    height: 100%;
    position: absolute;
    top: 0;
    display: block;
    background: rgba(35,31,32,0.75);

    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}
section#referencesSlider .slider a.arrow.prevArrow
{
    left: -85px;
}
section#referencesSlider .slider a.arrow.nextArrow
{
    right: -85px;
}

section#referencesSlider .slider a.arrow.slick-hidden
{
    display: none;
}

section#referencesSlider .slider a.arrow:hover
{
    background: rgba(35,31,32,0.85);
}

section#referencesSlider .slider a.arrow svg
{
    width: 14px;
    height: 24px;
    margin: -12px 0 0 -7px;
    position: absolute;
    left: 50%;
    top: 50%;
}

section#referencesSlider .slider a.arrow svg path
{
    fill: white;
}

/* #endregion */

/* #region SLIDES ************************/

section#referencesSlider .slider
{
    margin: 0 234px 0 234px;
}

section#referencesSlider .slider .slides
{
    width: 100%;
    height: 146px;
    position: relative;
    overflow: hidden;
    background: white;
}

section#referencesSlider .middle
{
    height: 146px;
    position: relative;
}

section#referencesSlider .slider .slides div.item
{
    width: 304px;
    height: 146px;
    position: relative;
    float: left;
    border: 1px solid #f1f1f1;
    border-right: none;
}

section#referencesSlider .slider .slides div.item span
{
    width: 174px;
    height: 76px;
    margin: -38px 0 0 -87px;
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* #endregion */

@media screen and (max-width: 1700px)
{
    section#referencesSlider .slider
    {
        margin: 0 150px;
    }
}

@media screen and (max-width: 1260px)
{
    section#referencesSlider
    {
        padding: 80px 0;
    }

    section#referencesSlider .slider
    {
        margin: 0 80px;
    }

    section#referencesSlider .slider a.arrow
    {
        width: 60px;
    }
    section#referencesSlider .slider a.arrow.prevArrow
    {
        left: -60px;
    }
    section#referencesSlider .slider a.arrow.nextArrow
    {
        right: -60px;
    }
}

/* #endregion */

/* #region INFO BOXES =================================================================== */

section#infoBoxes
{
    padding: 112px 0 90px 0;
    margin-top: -1px;
    background: white url(images/info-boxes-lines.png) no-repeat center 176px;
    background-size: 1862px auto;
    border: 1px solid #e8e8e8;
}

/* #region TEXT CONTENT ******************/

section#infoBoxes .centerContent
{

}

section#infoBoxes .centerContent h2
{
    min-height: 178px;
    margin: 0;
    padding-bottom: 20px;
}

section#infoBoxes .centerContent h2:before
{

}

section#infoBoxes .centerContent p
{
    padding: 42px 0 0 0;
    margin: 0;
}

section#infoBoxes .centerContent p a
{
    color: #ed1c24;
    font-weight: bold;
    text-decoration: underline;
}

section#infoBoxes .centerContent p a:hover
{
    text-decoration: none;
}

/* #endregion */

/* #region ITEMS *************************/

section#infoBoxes .items
{
    width: 1260px;
    margin: 0 auto;
    display: table;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
}

section#infoBoxes .items .clear
{
    display: none;
}

section#infoBoxes .items article
{
    padding: 0 14px 30px 14px;
    display: table-cell;
    text-align: left;
    vertical-align: top;
}
section#infoBoxes .items article:first-of-type
{
    padding-left: 0;
}
section#infoBoxes .items article:last-of-type
{
    padding-right: 0;
}

section#infoBoxes .items article .img
{
    width: 100%;
    height: 220px;
    margin: 0 0 20px 0;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

section#infoBoxes .items article .img img
{
    display: none;
}

section#infoBoxes .items article p
{

}

section#infoBoxes .items article p strong
{

}

/* #endregion */

@media screen and (max-width: 1340px)
{
    section#infoBoxes .items
    {
        width: 1220px;
    }
}

@media screen and (max-width: 1260px)
{
    section#infoBoxes
    {
        background: white;
    }

    section#infoBoxes .items
    {
        width: auto;
        padding: 0 60px;
        display: block;
        text-align: left;
    }

    section#infoBoxes .items article
    {
        width: 20%;
        display: inline-block;
        vertical-align: top;
        text-align: left;
    }

    section#infoBoxes .items article:nth-of-type(6n)
    {
        padding-left: 0;
    }
}

@media screen and (max-width: 1050px)
{
    section#infoBoxes .centerContent h2
    {
        min-height: 1px;
    }

    section#infoBoxes .centerContent p
    {
        padding: 0;
    }

    section#infoBoxes .leftSide
    {
        margin-bottom: 0;
    }

    section#infoBoxes .rightSide
    {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 900px)
{
    section#infoBoxes .items article
    {
        width: 25%;
    }

    section#infoBoxes .items article,
    section#infoBoxes .items article:nth-of-type(6n)
    {
        padding-left: 14px;
        padding-right: 14px;
    }

    section#infoBoxes .items article:nth-of-type(5n)
    {
        padding-left: 0;
    }
}

@media screen and (max-width: 790px)
{
    section#infoBoxes .items article
    {
        width: 33.33%;
    }

    section#infoBoxes .items article,
    section#infoBoxes .items article:nth-of-type(5n),
    section#infoBoxes .items article:nth-of-type(6n)
    {
        padding-left: 14px;
        padding-right: 14px;
    }

    section#infoBoxes .items article:nth-of-type(3n)
    {
        padding-right: 0;
    }

    section#infoBoxes .items article:nth-of-type(3n+1)
    {
        padding-left: 0;
    }
}

@media screen and (max-width: 700px)
{
    section#infoBoxes
    {
        padding: 60px 0;
    }

    section#infoBoxes .items
    {
        padding: 0 40px;
    }
}

@media screen and (max-width: 640px)
{
    section#infoBoxes .items article
    {
        width: 50%;
    }

    section#infoBoxes .items article,
    section#infoBoxes .items article:nth-of-type(5n),
    section#infoBoxes .items article:nth-of-type(6n),
    section#infoBoxes .items article:nth-of-type(3n),
    section#infoBoxes .items article:nth-of-type(3n+1)
    {
        padding-left: 14px;
        padding-right: 14px;
    }

    section#infoBoxes .items article:nth-of-type(2n)
    {
        padding-right: 0;
    }

    section#infoBoxes .items article:nth-of-type(2n+1)
    {
        padding-left: 0;
    }
}

@media screen and (max-width: 500px)
{
    section#infoBoxes .items article
    {
        width: 100%;
        height: auto;
        position: relative;
        padding: 0 0 0 30px !important;
    }

    section#infoBoxes .items article:before
    {
        content: "•";

        position: absolute;
        left: 0;
        top: 0;
        color: #ed1c24;
    }

    section#infoBoxes .items article br
    {
        display: none;
    }

    section#infoBoxes .items article p
    {
        margin: 0 0 10px 0;
    }

    section#infoBoxes .items article .img
    {
        display: none;
    }
}

/* #endregion */

/* #region ROLLING STOCK BANNER ========================================================= */

section#rollingStockBanner
{
    padding: 126px 0 116px 0;
    position: relative;
    background: #ed1c24 url(images/rolling-stock-banner-bg.jpg) no-repeat 0 0;
}

section#rollingStockBanner .right
{
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

section#rollingStockBanner .right a
{
    width: 85px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    background: #231f20;
    background: rgba(35,31,32,0.75);

    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

section#rollingStockBanner .right a svg
{
    width: 14px;
    height: 24px;
    margin: -12px 0 0 -7px;
    position: absolute;
    left: 50%;
    top: 50%;
}

section#rollingStockBanner .right a svg path
{
    fill: white;
}

section#rollingStockBanner .right a:hover
{
    background: rgba(35,31,32,0.85);
}

/* #region CONTENT ***********************/

section#rollingStockBanner .centerContent
{
    padding-right: 775px;
}

section#rollingStockBanner .centerContent h2
{
    padding-bottom: 48px;
    color: white;
}
section#rollingStockBanner .centerContent h3
{
    color: white!important;
}

section#rollingStockBanner .centerContent h2:before
{
    background: white;
}

section#rollingStockBanner .centerContent p
{
    margin-bottom: 26px;
    color: white;
}

section#rollingStockBanner .centerContent p:last-of-type
{
    margin-bottom: 56px;
}

section#rollingStockBanner .centerContent p strong
{
    color: white;
}

/* #endregion */

@media screen and (max-width: 1490px)
{
    section#rollingStockBanner
    {
        padding: 80px 0 80px 0;
    }

    section#rollingStockBanner .centerContent
    {
        padding-right: 650px;
    }
}

@media screen and (max-width: 1310px)
{
    section#rollingStockBanner .centerContent
    {
        padding-right: 595px;
    }
}

@media screen and (max-width: 1260px)
{
    section#rollingStockBanner .centerContent
    {
        width: 60%;
        margin: 0;
        padding: 0 60px;
    }

    section#rollingStockBanner .right
    {
        width: 40%;
    }
}

@media screen and (max-width: 1050px)
{
    section#rollingStockBanner .centerContent
    {
        width: 100%;
        padding: 0 40px;
    }

    section#rollingStockBanner .right
    {
        display: none;
    }
}

/* #endregion */

/* #region LINKS BOX ==================================================================== */

section#linksBox
{
    padding: 124px 0 108px 0;
}

section#linksBox.fullWidth
{
    width: 100%;
    margin: 0;
    border: 1px solid #e8e8e8;
}

section#linksBox .left
{
    width: 620px;
    width: 50.8196%;
    padding: 16px 174px 0 0;
    float: left;
}

section#linksBox .right
{
    width: 600px;
    width: 49.1804%;
    float: left;
}

section#linksBox ul.boxLinks li a
{
    line-height: 26px;
    text-align: left;
}

section#linksBox.boldLinks ul.boxLinks li a strong
{
    color: #ed1c24;
    font-weight: bold;
    text-decoration: underline;
}

section#linksBox.boldLinks ul.boxLinks li a:hover strong
{
    text-decoration: none;
}

@media screen and (max-width: 1490px)
{
    section#linksBox .left
    {
        width: 40%;
        padding-right: 30px;
    }

    section#linksBox .right
    {
        width: 60%;
        text-align: right;
    }
}

@media screen and (max-width: 1240px)
{
    section#linksBox
    {
        padding: 60px 0;
    }

    section#linksBox .left
    {
        width: 100%;
        padding-right: 0px;
        padding-bottom: 20px;
    }

    section#linksBox .right
    {
        width: 100%;
        text-align: left;
    }
}

/* #endregion */

/* #region SPECIALIZATION =============================================================== */

section#specialization
{
    height: 812px;
    padding: 208px 0 166px 0;
    background: #231f20 url(images/specialization-bg.png) no-repeat right 0;
}

/* #region CONTENT ***********************/

section#specialization .logo
{
    width: 80px;
    height: 80px;
    position: absolute;
    right: 320px;
    top: 424px;
    z-index: 1;
    display: block;
    background: #e0001c;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

section#specialization .logo div
{
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    background: #ed1c24;
    box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}



section#specialization .logo svg
{
    width: 49px;
    height: 30px;
    margin: -15px 0 0 -24.5px;
    position: absolute;
    left: 50%;
    top: 50%;
}

section#specialization .logo svg path,
section#specialization .logo svg polygon
{
    fill: white;
}

/* #endregion */

/* #region CONTENT ***********************/

section#specialization .content
{

}

section#specialization .content h2
{
    max-width: 430px;
    color: white;
}

section#specialization .content h2:before
{
    background: #ed1c24;
}

section#specialization .content p
{
    max-width: 430px;
    color: white;
}

section#specialization .content p a
{
    text-decoration: underline;
}

section#specialization .content p a:hover
{
    text-decoration: none;
}

section#specialization .content p strong
{
    color: white;
}

section#specialization .content h3
{
    padding: 16px 0 20px 0;
    margin: 0;
    color: white;
}

/* #endregion */

/* #region SELECT ************************/

section#specialization .selectboxit-container,
section#specialization .selectboxit-container .selectboxit,
section#specialization .selectboxit-container .selectboxit-options
{
    width: 446px !important;
}

/* #endregion */

/* #region BOXES *************************/

section#specialization .boxes
{

}

section#specialization .boxes article
{
    width: 675px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    background: white;
    border: 1px solid #e8e8e8;
    display: none;
}

section#specialization .boxes article.opened
{
    display: block;
}

section#specialization .boxes article
{
    padding: 200px 236px 40px 150px;
}

section#specialization .boxes article .articleContent
{
    padding: 0 0 24px 0;
}

section#specialization .boxes article h3
{
    padding: 0 0 32px 0;
    margin: 0;
    color: #231f20;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: normal;
    font-weight: normal;
    font-family: 'Nunito Sans', sans-serif;
    text-transform: none;
}

section#specialization .boxes article h3 strong
{
    color: #ed1c24;
    font-weight: normal;
}

section#specialization .boxes article p
{
    margin-bottom: 26px;
}

section#specialization .boxes article ul,
section#specialization .boxes article ol
{
    margin-bottom: 26px;
}

section#specialization .boxes article a.close
{
    color: #ed1c24;
    font-weight: bold;
    text-decoration: underline;
}

section#specialization .boxes article a.close:hover
{
    text-decoration: none;
}

/* #endregion */

/* #region MAP POINTS ********************/

section#specialization .mapPoints
{

}

section#specialization .mapPoints a
{
    width: 10px;
    height: 10px;
    position: absolute;
    display: block;
    background: #eb1d23;
    text-decoration: none;
}

section#specialization .mapPoints a:hover
{
    text-decoration: none;
}

section#specialization .mapPoints a span
{
    position: absolute;
    left: 18px;
    top: 0px;
    color: white;
    font-size: 12px;
    line-height: 10px;
    font-weight: bold;
    letter-spacing: 1.5px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
}

/* #endregion */

@media screen and (max-width: 1270px)
{
    section#specialization .mapPoints
    {
        display: none;
    }
}

@media screen and (max-width: 1200px)
{
    section#specialization
    {
        background-position: left 0;
    }

    section#specialization .logo
    {
        display: none;
    }
}

@media screen and (max-width: 1100px)
{
    section#specialization
    {
        padding: 100px 0;
        background-size: cover;
    }
}

@media screen and (max-width: 900px)
{
    section#specialization
    {
        height: auto;
    }

    section#specialization .boxes article
    {
        width: 100%;
        height: 100%;
        padding: 40px 40px 80px 40px;
        position: fixed;
        left: 0;
        top: 0;
        right: auto;
        bottom: auto;
        z-index: 1000;
    }

    section#specialization .boxes article .articleContent
    {
        width: 100%;
        height: 100%;
        overflow: auto;
    }

    section#specialization .boxes article a.close
    {
        position: absolute;
        left: 40px;
        bottom: 20px;
    }
}

/* #endregion */

/* #region TEXT + IMAGE BOX ============================================================= */

section#textImageBox
{
    padding: 128px 0 140px 0;
    margin: -1px 0 -1px 0;
    position: relative;
    z-index: 550;
    border: 1px solid #e8e8e8;
    background: white;
}

section#textImageBox .leftSide
{
    padding-top: 14px;
}

section#textImageBox .leftSide p
{
    max-width: 450px;
}

section#textImageBox .leftSide a.btn
{
    margin-top: 14px;
}

section#textImageBox .rightSide
{

}

section#textImageBox .rightSide img
{
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #e7e7e7;
}

@media screen and (max-width: 1050px)
{
    section#textImageBox
    {
        padding: 80px 0;
    }

    section#textImageBox .leftSide h2 br
    {
        display: none;
    }

    section#textImageBox .leftSide p
    {
        max-width: 100%;
    }
}

/* #region *******************************/

/* #endregion */

/* #endregion */

/* #region WAREHOUSES =================================================================== */

section#warehouses
{
    padding: 50px 0 116px 0;
    background: #904951 url(images/skladovani-bckg.png) no-repeat center bottom;
    background-size: cover;
}

/* #region CONTENT ***********************/

section#warehouses .content
{
    padding: 0 0 34px 0;
    color: white;
}

section#warehouses .content h2
{
    color: white;
}

section#warehouses .content h2:before
{
    background: white;
}

section#warehouses .content p
{
    color: white;
}

section#warehouses .content p a
{
    color: white;
    text-decoration: underline;
}

section#warehouses .content p a:hover
{
    text-decoration: none;
}

section#warehouses .content p strong
{
    color: white;
}

/* #endregion */

/* #region BANNER ************************/

section#warehouses .banner
{
    max-width: 600px;
    padding: 36px 40px 36px 40px;
    background: white;
    font-family: 'Montserrat', sans-serif;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

section#warehouses .banner em
{
    display: block;
    color: #7d7d80;
    font-size: 14px;
    line-height: 12px;
    font-weight: 300;
    letter-spacing: 1.5px;
    font-style: normal;
    text-transform: uppercase;
}

section#warehouses .banner span
{
    padding: 15px 0 10px 0;
    display: block;
    color: #3e3e40;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

section#warehouses .banner strong
{
    display: block;
    color: #ed1c24;
    font-size: 80px;
    line-height: 80px;
    font-weight: bold;
}

/* #endregion */

@media screen and (max-width: 1380px)
{
    section#warehouses .leftSide
    {
        width: 70%;
    }
}

@media screen and (max-width: 1230px)
{
    section#warehouses
    {
        padding: 80px 0;
        background-position: left center;
    }

    section#warehouses .leftSide
    {
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 770px)
{
    section#warehouses .banner strong
    {
        font-size: 60px;
        line-height: 60px;
    }
}

/* #endregion */

/* #region HISTORY ====================================================================== */

section#history
{
    padding: 100px 0 50px 0;
    border: 1px solid #e8e8e8;
    /*background: white url(images/history-lines.png) no-repeat center 134px;*/
    background-size: 1860px auto;
}

/* #region YEARS *************************/

section#history .years
{
    width: 100%;
    display: table;
    table-layout: fixed;
}

section#history .years article
{
    height: 150px;
    padding: 0 20px 0 0;
    display: table-cell;
    vertical-align: top;
    text-align: left;
}

section#history .years article:last-of-type
{
    padding-right: 0;
}

section#history .years article h3
{
    padding: 10px 0 24px 0;
    margin: 0;
    color: #3e3e40;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
}

section#history .years article h3 span
{
    padding-right: 80px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #3e3e40;
}

section#history .years article h3 span:before
{
    content: " ";

    width: 40px;
    height: 1px;
    margin-top: -0.5px;
    position: absolute;
    left: 60px;
    top: 50%;
    display: block;
    overflow: hidden;
    background: #ed1c24;
}

section#history .years article p
{
	margin-bottom: 20px;
}

/* #endregion */

/* #region GALLERY ***********************/

section#history .years div
{
    width: 1260px;
    height: 220px;
    margin: 0 auto 50px auto;
    display: table;
}
section#history .years div
{
    margin-top: 45px;
}

section#history .years div
{
    padding: 0 15px;
    display: table-cell;
    text-align: center;
    vertical-align: top;
}
section#history .years div:first-of-type
{
    padding-left: 0;
}
section#history .centerContent:first-of-type
{
	margin-top: 0px;
}
section#history .centerContent
{
	margin-top: 50px;
}
section#history .years div:last-of-type
{
    padding-right: 0;
}

section#history .years div a
{
    height: 220px;
    position: relative;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-decoration: none;

    box-shadow: none;

    -webkit-transition: box-shadow 0.5s ease;
    -moz-transition: box-shadow 0.5s ease;
    -o-transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease;
}

section#history .years div a:before,
section#history .years div a:after
{
    content: " ";

    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;

    opacity: 0;

    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

section#history .years div a:before
{
    z-index: 10;
    border: 1px solid #e0e0e0;
    background: url(images/history-gallery-overlay.png) no-repeat center center;
    background-size: cover;
}

section#history .years div a:after
{
    z-index: 20;
    background: url(images/svg/zoom.svg) no-repeat center center;
    background-size: 32px 32px;
}

section#history .years div a:hover
{
    text-decoration: none;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25); 
}

section#history .years div a:hover:before,
section#history .years div a:hover:after
{
    opacity: 1;
}

section#history .years div a img
{
    height: 220px;

}

/* --------------------------------- */

section#history .years a img { width: 305px; }
/* section#history .gallery1 div:nth-of-type(2) a { width: 339px; }
section#history .gallery1 div:nth-of-type(3) a { width: 155px; }
section#history .gallery1 div:nth-of-type(4) a { width: 155px; }
section#history .gallery1 div:nth-of-type(5) a { width: 339px; }
*/

/* section#history .gallery2 div:nth-of-type(2) a { width: 339px; }
section#history .gallery2 div:nth-of-type(3) a { width: 339px; }
section#history .gallery2 div:nth-of-type(4) a { width: 155px; }
section#history .gallery2 div:nth-of-type(5) a { width: 155px; } 
*/

/* #endregion */

@media screen and (max-width: 1360px)
{
    section#history .gallery
    {
        width: auto;
    }
}

@media screen and (max-width: 1290px)
{
    section#history .gallery
    {
        width: 100%;
    }

    section#history .gallery div,
    section#history .gallery div:first-of-type,
    section#history .gallery div:last-of-type
    {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1270px)
{
    section#history .gallery
    {
        width: 90%;
    }

    section#history .gallery div a
    {
        width: 200px !important;
    }
}

@media screen and (max-width: 1130px)
{
    section#history .gallery
    {

    }

    section#history .gallery div a
    {
        width: 150px !important;
    }
}

@media screen and (max-width: 1060px)
{
    section#history
    {
        background: white;
    }
}

@media screen and (max-width: 960px)
{
    section#history .years a
    {
        width:100%;
		height: auto!important;
    }
	section#history .years a img
    {
		width: 100%;
		height: auto!important;
    }

    section#history .years
    {
        display: block;
    }

    section#history .years article
    {
        width: 50%;
        height: auto;
        padding-bottom: 40px;
        display: inline-block;
    }

    section#history .years article:nth-of-type(2n)
    {
        padding-right: 0;
    }
}

@media screen and (max-width: 700px)
{
    section#history .years article
    {
        width: 100%;
        padding: 0 !important;
        padding-bottom: 40px !important;
        display: block;
    }

    section#history .years article br
    {
        display: none;
    }
}

/* #endregion */

/* #region ROLLING STOCK MENU =========================================================== */
.trans{
	transition:0.5s;
	background-image: none!important;
	border: none!important;
    padding: 0;
    left: 0;
}
section#rollingStockMenu,
section#dispatchingMenu
{
    min-height: 132px;
    padding: 66px 0 0 0;
    border-bottom: 1px solid #e8e8e8;
    background-color: white;
    background-position: 0 bottom;
    background-repeat: repeat-x;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8+R8AAvcB+vBGZskAAAAASUVORK5CYII=);
    background-size: 1px 7px;
}

/* #region MENU **************************/

section#rollingStockMenu .middle,
section#dispatchingMenu .middle
{
    padding: 0 40px;
    text-align: center;
}

section#rollingStockMenu.fixed .middle,
section#dispatchingMenu.fixed .middle
{
    width: 100%;
    height: 66px;
    padding: 0;
    position: fixed;
    left: 0;
    top: 100px;
    z-index: 600;
}

section#rollingStockMenu ul,
section#dispatchingMenu ul
{
    width: 1375px;
    max-width: 100%;
    min-height: 66px;
    padding: 23px 0 23px 0;
    margin: 0 0 -1px 0;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e8e8e8;
    background: white;
    font-size: 14px;
    line-height: 18px;

    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}
section#dispatchingMenu ul
{
    width: 100%;
}
section#rollingStockMenu.fixed ul,
section#dispatchingMenu.fixed ul
{
    width: 100%;
    max-width: 1686px;
    opacity: 0.98;

    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
section#dispatchingMenu.fixed ul
{
    padding-left: 10px;
    padding-right: 10px;
}
section#rollingStockMenu.fixed ul:hover,
section#dispatchingMenu.fixed ul:hover
{
    opacity: 1;
}

section#rollingStockMenu ul li,
section#dispatchingMenu ul li
{
    padding: 0 60px;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}
section#dispatchingMenu ul li
{
    padding: 0 10px;
}
section#rollingStockMenu ul li:first-of-type,
section#dispatchingMenu ul li:first-of-type
{
    padding-left: 0;
}
section#rollingStockMenu ul li:last-of-type,
section#dispatchingMenu ul li:last-of-type
{
    padding-right: 0;
}

section#rollingStockMenu ul li:before,
section#dispatchingMenu ul li:before
{
    display: none;
}

section#rollingStockMenu ul li a,
section#dispatchingMenu ul li a
{
    position: relative;
    top: 4px;
    display: inline-block;
    color:	#3e3e40;
    letter-spacing: 1.5px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    vertical-align: top;
	font-weight: 500;
}

section#rollingStockMenu ul li a:after,
section#dispatchingMenu ul li a:after
{
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

section#rollingStockMenu ul li a:hover,
section#rollingStockMenu ul li a.active,
section#dispatchingMenu ul li a:hover,
section#dispatchingMenu ul li a.active
{
    color: #3e3e40;
    font-weight: bolder;
    text-decoration: none;
}

/* #endregion */

@media screen and (max-width: 1890px)
{
    section#rollingStockMenu.fixed ul,
    section#dispatchingMenu.fixed ul
    {
        max-width: 100%;
    }
}

@media screen and (max-width: 1550px)
{
    section#rollingStockMenu ul li,
    section#dispatchingMenu ul li
    {
        padding: 0 30px;
    }
}

@media screen and (max-width: 1300px)
{
    section#rollingStockMenu ul li,
    section#dispatchingMenu ul li
    {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1240px)
{
    section#rollingStockMenu.fixed ul,
    section#dispatchingMenu.fixed ul
    {
        opacity: 1;
    }

    section#rollingStockMenu.fixed .middle,
    section#dispatchingMenu.fixed .middle
    {
        height: auto;
        padding: 0 40px;
        position: static;
    }

    section#rollingStockMenu ul,
    section#dispatchingMenu ul
    {
        padding: 12px 0;
    }

    section#rollingStockMenu ul li,
    section#dispatchingMenu ul li
    {
        width: auto !important;
        padding: 12px 20px !important;
        display: block;
    }
}

/* #endregion */

/* #region ROLLING STOCK ================================================================ */

section#rollingStock
{
    padding: 10px 0 110px 0;
}

section#rollingStock .category
{
    padding: 80px 0 0 0;
}

section#rollingStock .category h2
{
    padding-bottom: 40px;
    margin: 0;
}

section#rollingStock .category article
{
    min-height: 520px;
    position: relative;
    padding-bottom: 110px;
}

section#rollingStock .category article:last-of-type
{
    padding-bottom: 0;
}

/* #region ITEM'S CONTENT ****************/

section#rollingStock article .content
{
    width: 546px;
    float: left;
}
section#rollingStock .category article:nth-of-type(2n) .content
{
    float: right;
}

section#rollingStock article .content h3
{
    padding: 0 0 30px 0;
    margin: 0;
    color: #231f20;
    font-size: 26px;
    line-height: 30px;
    font-weight: normal;
    font-family: 'Nunito Sans', sans-serif;
    text-transform: none;
}

section#rollingStock article .content p
{
    margin-bottom: 36px;
}

section#rollingStock article .content p a,
section#rollingStock article .content table a
{
    color: #ec1d25;
    text-decoration: underline;
}

section#rollingStock article .content p a:hover,
section#rollingStock article .content table a:hover
{
    text-decoration: none;
}

section#rollingStock article table
{
    width: 100%;
    margin: 0;
    color: #231f20;
    font-size: 18px;
    line-height: 36px;
}

section#rollingStock article table td,
section#rollingStock article table th
{
    padding: 0 0 0 0;
    vertical-align: top;
}

section#rollingStock article table tr th:first-of-type,
section#rollingStock article table tr td:first-of-type
{
    width: 200px;
    padding-right: 20px;
    color: #7d7d80;
    font-size: 14px;
    letter-spacing: 1.5px;
    font-weight: normal;
    text-transform: uppercase;
}

/* #endregion */

/* #region ITEM'S GALLERY ****************/

section#rollingStock article .gallery
{
    width: 834px;
    width: 49.46%;
    height: 408px;
    position: absolute;
    right: 0;
    top: 0;
}
section#rollingStock .category article:nth-of-type(2n) .gallery
{
    left: 0;
}

section#rollingStock article .gallery ul
{
    width: 100%;
    height: 408px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

section#rollingStock article .gallery ul li
{
    padding: 0 10px;
    float: left;
}

section#rollingStock article .gallery ul li:before
{
    display: none;
}

section#rollingStock article .gallery ul li img
{
    width: auto;
    height: 100%;
    height: calc(100% - 2px);
    display: block;
    border: 1px solid #e8e8e8;
}

/* ------------------------- */

section#rollingStock article .gallery a.arrow
{
    width: 85px;
    height: 100%;
    position: absolute;
    top: 0;
    background: #231f20;
    background: rgba(35,31,32,0.75);
    display: block;
    text-decoration: none;

    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
section#rollingStock article .gallery a.arrow.prevArrow
{
    left: 0;
}
section#rollingStock article .gallery a.arrow.nextArrow
{
    right: 0;
}
section#rollingStock article .gallery a.arrow.slick-hidden
{
    display: none;
}
section#rollingStock article .gallery a.arrow.slick-disabled
{
    opacity: 0;
}

section#rollingStock article .gallery a.arrow svg
{
    width: 14px;
    height: 24px;
    margin: -12px 0 0 -7px;
    position: absolute;
    left: 50%;
    top: 50%;
}

section#rollingStock article .gallery a.arrow svg path
{
    fill: white;
}

section#rollingStock article .gallery a.arrow:hover
{
    background: rgba(35,31,32,0.85);
    text-decoration: none;
}

/* #endregion */

@media screen and (max-width: 1400px)
{
    section#rollingStock article .gallery
    {
        width: 47%;
    }
}

@media screen and (max-width: 1300px)
{
    section#rollingStock article .gallery
    {
        width: 45%;
    }
}

@media screen and (max-width: 1260px)
{
    section#rollingStock article .gallery,
    section#rollingStock .category article:nth-of-type(2n) .gallery
    {
        width: 100%;
        margin-top: 50px;
        position: relative;
        left: auto;
        top: auto;
        right: auto;
    }

    section#rollingStock article .content
    {
        width: 100%;
    }

    section#rollingStock article .content h3 br,
    section#rollingStock article .content p br
    {
        display: none;
    }

    section#rollingStock article .gallery a.arrow
    {
        width: 60px;
    }
}

@media screen and (max-width: 630px)
{
    section#rollingStock article .gallery
    {
        display: none;
    }

    section#rollingStock .ui-tabs ul.ui-tabs-nav
    {
        display: block;
    }

    section#rollingStock .ui-tabs ul.ui-tabs-nav li
    {
        width: 100%;
        display: block;
    }

    section#rollingStock .ui-tabs .ui-tabs-panel,
    section#rollingStock .tabPanel
    {
        padding: 15px;
    }

    section#rollingStock article table
    {
        font-size: 16px;
        line-height: 30px;
    }

    section#rollingStock article table tr th:first-of-type,
    section#rollingStock article table tr td:first-of-type
    {
        width: auto;
    }
}

/* #endregion */

/* #region FORMS ======================================================================== */

.modalForm
{
    width: 830px;
    max-width: 100%;
    padding: 55px 86px 70px 100px;
    position: relative;
    overflow-x: hidden;
    background: white;
}

.formFancyBox .fancybox-skin
{
    border-radius: 0 !important;
}

/* #region *******************************/

.modalForm h5
{
    padding: 35px 290px 0 0;
    margin: 0 0 56px 0;
    position: relative;
}
#contactForm.modalForm h5
{
    padding-right: 0;
}

.modalForm h5:before
{
    content: " ";

    width: 38px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    background: #ed1c24;
}

.modalForm h5 strong
{
    color: #3e3e40;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 3px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.modalForm h5 span
{
    max-width: 290px;
    position: absolute;
    right: 0;
    bottom: 3px;
    color: #7d7d80;
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
}
#contactForm.modalForm h5 span
{
    max-width: 100%;
    position: static;
    display: block;
}

.modalForm a.close
{
    width: 70px;
    height: 70px;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    background: #f4f4f4 url(images/form-close.png) no-repeat center center;
    background-size: 14px 14px;
    text-decoration: none;
}

.modalForm a.close:hover
{
    text-decoration: none;
}

/* #endregion */

/* #region *******************************/

.modalForm label
{
    width: 27.81%;
    height: 70px;
    margin: 0 0 22px 0;
    float: left;
    display: table;
}

.modalForm label span
{
    display: table-cell;
    color: #231f20;
    font-size: 12px;
    line-height: 22px;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
}

.modalForm label.textarea span
{
    padding-top: 24px;
    vertical-align: top;
}

.modalForm label span em
{
    text-transform: none;
    opacity: 0.5;
}

.modalForm input[type=text],
.modalForm textarea
{
    width: 72.19%;
    padding: 0 24px;
    margin: 0 0 22px 0;
    float: left;
    background: #f4f4f4;
    color: #231f20;
    font-size: 18px;

    box-shadow: 0px 4px 0px 0px rgba(132, 132, 132, 0.25) inset;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.modalForm input[type=text]
{
    height: 70px;
}

.modalForm textarea
{
    height: 130px;
    padding-top: 20px;
    padding-bottom: 20px;
    resize: none;
    line-height: 26px;
}

.modalForm .jfilestyle
{
    width: 72.19%;
    float: left;
    position: relative;
}

.modalForm .jfilestyle input[type=text]
{
    width: 100% !important;
    padding-right: 195px;
}

.modalForm .jfilestyle .button
{
    min-width: 180px;
    height: 48px;
    padding: 0 5px;
    position: absolute;
    right: 7px;
    top: 11px;
    display: inline-block;
    background: #d8d8d8;
    color: #3e3e40;
    font-size: 12px;
    line-height: 48px;
    letter-spacing: 1.5px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.modalForm .focus-jfilestyle
{
    position: absolute;
    right: 0;
    top: 0;
}

.modalForm a.btn
{
    width: 225px;
    margin: 33px 0 0 27.81%;
}

/* #endregion */

@media screen and (max-width: 1000px)
{
    .modalForm
    {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        overflow-y: auto;
    }
}

@media screen and (max-width: 700px)
{
    .modalForm
    {
        padding: 70px 40px;
    }

    .modalForm h5
    {
        padding-right: 0;
    }

    .modalForm h5 span
    {
        display: block;
        position: static;
    }

    .modalForm label
    {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .modalForm label span
    {
        padding: 0 !important;
    }

    .modalForm .jfilestyle,
    .modalForm input[type=text],
    .modalForm textarea
    {
        width: 100%;
        margin-bottom: 26px;
    }

    .modalForm a.btn
    {
        width: 225px;
        margin: 33px auto 0 auto;
        display: block;
    }
}
.info{
	width:50px;
	height:50px;
}
.info img{
	margin-top: 12px;
	max-width: 14px;
	max-height: 14px;

}
.infoblock{
	width: 150px;
    padding: 6px;
    font-size: 14px;
    box-shadow: 0 2px 2px 0;
    border-radius: 4px;
    line-height: 1.3;
    text-align: left;
    transform: translateY(10px);
    position:absolute;
	top: 20%;
    right: 18%;
    transition: transform 200ms ease-in-out, opacity 200ms ease-in-out;
    background-color: white;
	z-index: 300;
	display:none;
}
.dsv{
	z-index: 200;
}
.hidden{
	display:none;
}
.footer-icons img{
	max-width: 30px;
	display: inline-block;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	opacity: 0.6;
	transition: 0.5s;
}
.nzm {
	color: #7d7d80;
}
.footer-icons a img:hover{
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
	opacity: 1;
}
/* #endregion */

/* #region ============================================================================== */

/* #region *******************************/

/* #endregion */

/* #endregion */

.slick-dots {
	margin: 0px 0px 40px;
	padding: 0px;
	list-style-type: none;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.slick-dots li {
	margin: 0px 8px 0px 0px;
	padding: 0px;
}

.slick-dots li:last-child {
	margin-right: 0px;
}

.slick-dots li:before {
	display: none;
}

.slick-dots li button {
	width: 18px;
	height: 18px;
	background: #e8e8e8;
	font-size: 0px;
	border: 1px solid #dbdbdb;
	border-radius: 50%;
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
	background: #ed1c24;
	border-color: #ed1c24;
	cursor: pointer;
}
@media screen and (max-width: 1000px)
{
	section#warehouses {
		padding: 50px 0 116px 0!important;
	}
}