

/*
	http://meyerweb.com/eric/tools/css/reset/ 
	v2.0 | 20110126
	License: none (public domain)
    CUSTOM, removed ol, ul, li, from set.
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend, s
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

    ul.list-files, .popup ul, nav ul, ul#organizationDiagramList, .sort-block ul, .isotope ul ul.list-files li, .popup li, nav li, ul#organizationDiagramList li, .sort-block li, .isotope li {
        list-style: none;
        padding: 0;
        margin: 0;
        vertical-align: baseline;
    }

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    margin: 0;
    color: #333;
    font: 16px/24px 'Oxygen', Arial, Helvetica, sans-serif;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: 100%;
    background: #2a3a4a;
    min-width: 1140px;
}

img {
    border-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

    a:hover {
        text-decoration: underline;
    }

    a:active {
        background-color: transparent;
    }

input,
textarea,
select {
    font: 16px/21px 'Oxygen', Arial, Helvetica, sans-serif;
    vertical-align: middle;
    color: #333;
}

    input[type=submit],
    input[type=text],
    input[type=password],
    input[type=file],
    textarea {
        -webkit-appearance: none;
    }

    textarea,
    input[type=submit],
    input[type=text] {
        -webkit-border-radius: 0;
    }

        input[type=submit]:hover {
            cursor: pointer;
        }

form, fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

.clearBoth {
    clear: both;
}

.hidden {
    display: none;
}

.alignright {
    float: right;
}

.img {
    font-family: 'image-set( url(1x|2x) 2x high-bandwidth )';
    display: none;
}

#wrapper {
    overflow: hidden; /*background: url(../images/bg-page-b.jpg) no-repeat 50% 100%;*/
}

.w1 { /*background: url(../images/bg-page-t.jpg) no-repeat 50% 0;*/
    padding-top: 150px;
    min-height: 1200px;
}
/* header */
#header {
    min-height: 30px;
    margin: 0 0 50px;
    background: #fbfbfb;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fbfbfb 0%, #f3f3f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f3f3f4));
    background: -webkit-linear-gradient(top, #fbfbfb 0%,#f3f3f4 100%);
    background: -o-linear-gradient(top, #fbfbfb 0%,#f3f3f4 100%);
    background: -ms-linear-gradient(top, #fbfbfb 0%,#f3f3f4 100%);
    background: linear-gradient(to bottom, #fbfbfb 0%,#f3f3f4 100%);
    -webkit-box-shadow: 0 -2px 5px #000;
    box-shadow: 0 -2px 5px #000;
    font-size: 14px;
    line-height: 16px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 13;
}

    #header.mobile {
        position: absolute;
    }

.header-holder {
    max-width: 1096px;
    margin: 0 auto;
}

    .header-holder:after {
        display: block;
        clear: both;
        content: "";
    }

.header-frame {
    float: right;
}
/* additional navigation */
.add-nav {
    float: left;
    padding: 6px 16px 8px 0;
    border-right: 1px solid #c6c6c6;
}

    .add-nav li {
        float: left;
        margin-left: 17px;
    }
/* languages */
.languages {
    float: left;
    padding: 7px 9px 2px 13px;
    text-transform: uppercase;
    font-size: 12px;
}

    .languages li {
        float: left;
        padding: 0 5px 0 0;
    }

        .languages li:before {
            content: "|";
            color: #9c9c9c;
            margin-right: 5px;
            float: left;
        }

        .languages li:first-child:before {
            content: "";
        }

    .languages .active {
        font-weight: bold;
    }

    .languages a {
        float: left;
        border-bottom: 2px solid #f4f4f4;
    }

        .languages .active a,
        .languages a:hover {
            border-color: #c4c4c4;
            text-decoration: none;
        }

.link-button {
    color: #fcf9f2;
    width: 113px;
    float: left;
    text-align: center;
    font-weight: bold;
    box-shadow: 0 2px 3px rgba(26,23,27,.25);
    border-right: 1px solid #b7b7b7;
    border-left: 1px solid #b6b7b7;
    background: #e11a2c url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxMWEyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZDE4MjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e11a2c 0%, #cd1828 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e11a2c), color-stop(100%,#cd1828));
    background: -webkit-linear-gradient(top, #e11a2c 0%,#cd1828 100%);
    background: -o-linear-gradient(top, #e11a2c 0%,#cd1828 100%);
    background: -ms-linear-gradient(top, #e11a2c 0%,#cd1828 100%);
    background: linear-gradient(to bottom, #e11a2c 0%,#cd1828 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e11a2c', endColorstr='#cd1828',GradientType=0 );
    padding: 6px 5px 8px;
}

    .link-button:hover {
        text-decoration: none;
    }
/* panel */
.panel {
    position: fixed;
    width: 100%;
    top: 80px;
    left: 0; /*width: 100%;*/
    z-index: 11;
}

    .panel.mobile {
        position: absolute;
    }

    .panel .holder {
        max-width: 1096px;
        margin: 0 auto;
    }

    .panel .frame { /*width: 1091px;*/
        height: 50px; /*padding: 0 9999px 0 5px;
        margin: 0 -9999px 0 0;*/
        background: #e11a2c;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxMWEyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZDE4MjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #e11a2c 0%, #cd1828 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e11a2c), color-stop(100%,#cd1828));
        background: -webkit-linear-gradient(top, #e11a2c 0%,#cd1828 100%);
        background: -o-linear-gradient(top, #e11a2c 0%,#cd1828 100%);
        background: -ms-linear-gradient(top, #e11a2c 0%,#cd1828 100%);
        background: linear-gradient(to bottom, #e11a2c 0%,#cd1828 100%);
        border-radius: 25px 0 0 25px;
        -moz-border-radius: 25px 0 0 25px;
        -webkit-border-top-left-radius: 25px;
        -webkit-border-bottom-left-radius: 25px;
        position: relative;
    }

        .panel .frame:after {
            display: block;
            clear: both;
            content: "";
        }
/* logo */
.logo {
    float: left;
    width: 39px;
    height: 39px;
    overflow: hidden;
    text-indent: -9999px;
    margin: 5px 8px 0;
    position: relative;
    z-index: 6;
    background: url(../images/logo.png) no-repeat;
}

    .logo a {
        display: block;
        height: 100%;
    }
/* main navigation */
.main-nav { /*float: left;*/
    border-left: 1px solid #bb1723;
    border-right: 1px solid #e23b4a;
    font-size: 18px;
    line-height: 20px;
    margin-left: 54px; /*max-width: 1056px;*/
}

    .main-nav .hidden {
        display: none;
    }

    .main-nav .arrowLeft {
        position: absolute;
        height: 50px;
        width: 15px;
        background-image: url(/images/arrowNaviLeft.png);
        background-repeat: no-repeat;
    }

        .main-nav .arrowLeft:hover {
            background-image: url(/images/arrowNaviLeft.png);
            background-repeat: no-repeat;
        }

    .main-nav .arrowRight {
        float: right;
        height: 50px;
        width: 15px;
        background-image: url(/images/arrowNaviRight.png);
        background-repeat: no-repeat;
        z-index: 5;
    }

        .main-nav .arrowRight:hover {
            background-image: url(/images/arrowNaviRight.png);
            background-repeat: no-repeat;
        }

    .main-nav #mainNavigation { /*width: 1200px;*/
        height: 50px;
        overflow: hidden;
    }

    .main-nav ul {
        float: left;
    }

    .main-nav li {
        float: left;
        border-left: 1px solid #e23b4a;
        border-right: 1px solid #bb1723;
        white-space: nowrap;
    }

    .main-nav a {
        float: left;
        padding: 15px;
        color: #fff;
        font-weight: bold;
        text-shadow: 1px 1px 4px rgba(0,0,0,.2);
    }

    .main-nav > .slide > nav > ul > .active > a,
    .main-nav > .slide > nav > ul > li:hover > a,
    .main-nav > .slide > nav > ul > li > a:hover {
        text-decoration: none;
        background: #fff url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #ffffff 0%, #fefefe 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fefefe));
        background: -webkit-linear-gradient(top, #ffffff 0%,#fefefe 100%);
        background: -o-linear-gradient(top, #ffffff 0%,#fefefe 100%);
        background: -ms-linear-gradient(top, #ffffff 0%,#fefefe 100%);
        background: linear-gradient(to bottom, #ffffff 0%,#fefefe 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fefefe',GradientType=0 );
        color: #333;
    }
    /* drop */
    .main-nav .drop {
        position: absolute;
        z-index: 5;
        display: none;
        top: 50px;
        left: 0;
        width: 1056px;
        padding: 12px 20px 17px;
        -webkit-box-shadow: 0 2px 3px rgba(26,23,27,.25);
        -moz-box-shadow: 0 2px 3px rgba(26,23,27,.25);
        box-shadow: 0 2px 3px rgba(26,23,27,.25);
        background: #fefefe url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #fefefe 0%, #f3f3f3 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f3f3f3));
        background: -webkit-linear-gradient(top, #fefefe 0%,#f3f3f3 100%);
        background: -o-linear-gradient(top, #fefefe 0%,#f3f3f3 100%);
        background: -ms-linear-gradient(top, #fefefe 0%,#f3f3f3 100%);
        background: linear-gradient(to bottom, #fefefe 0%,#f3f3f3 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f3f3f3',GradientType=0 );
    }

        .main-nav .drop:before {
            position: absolute;
            left: 0;
            bottom: 100%;
            width: 23px;
            height: 23px;
            content: "";
            background: url(../images/triangle-menu.gif) no-repeat;
        }

    .main-nav .heading {
        display: block;
        padding: 0 0 18px 3px;
        margin-bottom: 15px;
        border-bottom: 1px solid #ccc;
        font: 24px/26px 'Play', Arial, Helvetica, sans-serif;
    }

    .main-nav .title {
        margin-bottom: 11px;
        display: block;
        font: bold 18px/20px 'Play', Arial, Helvetica, sans-serif;
    }

        .main-nav .title .opener { /*cursor: default;*/
            display: inline;
        }

            .main-nav .title .opener:hover { /*text-decoration: none;*/
            }

.drop > ul {
    overflow: hidden;
    float: none;
    margin: 0 -24px 19px 0;
}

.drop a {
    float: none;
    font-weight: normal;
    text-shadow: 0 0 0;
    padding: 0;
    color: #333;
}

.drop li {
    padding: 0 5px;
    float: left;
    border: 0;
    min-width: 150px;
}

.drop ul ul {
    overflow: hidden;
}

    .drop ul ul li {
        padding: 0 24px 0 23px;
        width: 144px;
    }

        .drop ul ul li:first-child {
            padding-left: 0;
        }

    .drop ul ul ul li {
        float: none;
        margin: 0;
        font-size: 14px;
        padding: 0 0 10px;
    }

.drop .info-row {
    font: bold 18px/20px 'Play', Arial, Helvetica, sans-serif;
    display: block;
}

.drop .frequency {
    font-style: italic;
    font-size: 14px;
}
/* search form */
.search-popup {
    float: right;
    border-right: 1px solid #e23b4a;
    border-left: 1px solid #bb1723;
}

.popup-active .search-form {
    border-right: 1px solid #e23b4a;
    border-left: 1px solid #bb1723;
}

.panel .search-popup.popup-active .open {
    display: none;
}

.search-popup .popup {
    z-index: 999;
    right: -1px;
    top: 0;
    display: none;
    position: absolute;
    height: 50px;
    overflow: hidden;
    background: #e11a2c;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxMWEyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZDE4MjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e11a2c 0%, #cd1828 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e11a2c), color-stop(100%,#cd1828));
    background: -webkit-linear-gradient(top, #e11a2c 0%,#cd1828 100%);
    background: -o-linear-gradient(top, #e11a2c 0%,#cd1828 100%);
    background: -ms-linear-gradient(top, #e11a2c 0%,#cd1828 100%);
    background: linear-gradient(to bottom, #e11a2c 0%,#cd1828 100%);
}

.search-form fieldset {
    border-left: 1px solid #e23b4a;
    border-right: 1px solid #bb1723;
    padding: 12px 16px 10px;
    overflow: hidden;
    width: 229px;
}

.panel .search-popup .open,
.search-form input[type="submit"] {
    float: right;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    padding: 0;
    font-size: 0;
    line-height: 0;
    width: 22px;
    height: 22px;
    border: 0;
    margin: 2px 0 2px 2px;
    background: url(../images/btn-search.png) no-repeat;
}

.panel .search-popup .open {
    border-left: 1px solid #e23b4a;
    border-right: 1px solid #bb1723;
    padding: 14px 16px 14px 18px;
    float: none;
    margin: 0;
    background: url(../images/btn-search.png) no-repeat 18px 16px;
}

.search-form input[type="text"] {
    float: left;
    color: #fff;
    border: 1px solid #B21621;
    background: #9F141E;
    ;
    padding: 2px;
    width: 192px;
    margin-right: 5px;
    text-shadow: 1px 1px 4px rgba(0,0,0,.2);
}
/* main */
#main {
    width: 1096px;
    margin: 0 auto;
    overflow: hidden;
}
/* main-row */
.main-row {
    overflow: hidden; /*padding: 79px 0 69px;*/
}
    /* intro */
    .main-row .intro {
        float: left;
        width: 680px;
        padding: 159px 0 0 44px;
    }
/* block visual */
.block-visual {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    background: #fcf9f2;
}

    .block-visual img {
        vertical-align: top;
        max-width: 100%;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .block-visual iframe {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        float: right;
    }

    .block-visual .spotImagePlaceholder {
        height: 500px;
        background: #fcf9f2;
    }

    .block-visual .text-block {
        position: absolute;
        top: 40px;
        right: 44px;
        color: #000;
        text-align: right;
        max-width: 500px;
    }

    .block-visual .desktop .imgContainer,
    .block-visual .mobile .imgContainer {
        margin: 0 auto;
    }

    .block-visual .text-block .desktop {
        position: relative;
        height: 250px;
        margin: 0;
    }

        .block-visual .text-block .desktop iframe {
            position: absolute;
            top: 0px;
            right: 0px;
            bottom: 0px;
        }

h1 {
    font: 48px/50px 'Play', Arial, Helvetica, sans-serif;
    margin: 0 0 8px;
}

.content-block h1 {
    margin-bottom: -2px;
}

.red-block h1 {
    font-size: 32px;
    line-height: 32px;
    margin: 0 0 2px;
}

#sidebar h1 {
    font-size: 24px;
    line-height: 26px;
    margin: 0 18px 6px;
}

.block-visual h1 {
    color: #222;
}

.main-row .intro h1 {
    display: inline-block;
    margin: 0 0 6px;
    padding: 0 20px 6px;
    font-size: 58px;
    line-height: 52px;
    color: #fff;
    background: url(../images/bg-intro.png);
    border-radius: 3px;
}

.main-row .intro a {
    display: inline-block;
    margin: 10px 0 6px;
    padding: 0 20px 6px;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    background: url(../images/bg-intro.png);
    border-radius: 3px;
}

    .main-row .intro a:hover {
        color: #e11a2c;
    }

.footer-heading h1 {
    padding: 10px 10px 16px 70px;
    margin: 0;
    overflow: hidden;
    font-size: 40px;
    line-height: 44px;
    color: #fcf9f2;
    position: relative;
    background: url(../images/ico-1.png) no-repeat -47px -28px;
}

    .footer-heading h1:after {
        position: absolute;
        right: 1px;
        top: 2px;
        bottom: 6px;
        width: 1px;
        content: "";
        background: #ba1622;
        box-shadow: -1px 0 0 #e13645;
        -webkit-box-shadow: -1px 0 0 #e13645;
        -moz-box-shadow: -1px 0 0 #e13645;
    }

.info-block .description h1 {
    margin: 0 0 4px;
    line-height: 52px;
}

.block-visual .button {
    display: none;
}

h2 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 300;
}

.box-files h2 {
    color: #e11a2c;
    padding-bottom: 11px;
    border-bottom: 1px solid #ccc;
    font: bold 24px/26px 'Play', Arial, Helvetica, sans-serif;
}

.isotope h2 {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 0;
    font-weight: 700;
    color: #e11a2c;
}

.isotop-item.large h2 {
    font-size: 36px;
    line-height: 38px;
    margin: 0 0 -1px 11px;
}

.post h2 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    margin-bottom: 19px;
}

    .post h2 a {
        color: #e11a2c;
    }

.content-block h2 {
    margin-bottom: 20px;
}

.red-block h2 {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 12px;
}

.block-visual h2 {
    margin: 0;
}

.main-row .intro h2 {
    display: inline-block;
    margin: 0;
    padding: 2px 20px 5px;
    font-size: 33px;
    line-height: 36px;
    color: #fff;
    background: url(../images/bg-intro.png);
    border-radius: 3px;
}

.columns .col h2 {
    margin: 0 0 5px;
    text-align: center;
    font: 24px/28px 'Play', Arial, Helvetica, sans-serif;
    overflow: hidden;
    position: relative;
    padding: 0 73px;
    color: #999;
}

    .columns .col h2.no-lines {
        text-align: left;
        padding: 0;
    }

#sidebar .col h2 {
    margin: 0 0 6px;
    text-align: center;
    font: 24px/28px 'Play', Arial, Helvetica, sans-serif;
    overflow: hidden;
    position: relative;
    padding: 0 40px;
    color: #7f2a1d;
}

#sidebar .col.black h2 {
    color: #fcf9f2;
}

#sidebar .col.white h2 {
    color: #999;
}

#sidebar .col h2:after,
#sidebar .col h2:before {
    top: 16px;
    width: 35px;
    background: #ce1b28;
    position: absolute;
    content: "";
    left: 0;
    height: 1px;
    box-shadow: 0 1px 0 rgba(255,255,255, 0.15);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255, 0.15);
    -moz-box-shadow: 0 1px 0 rgba(255,255,255, 0.15);
}

#sidebar .col h2:after {
    left: auto;
    right: 0;
}

#sidebar .col.white h2:after,
#sidebar .col.white h2:before {
    display: none;
}

#sidebar .col.black h2:after,
#sidebar .col.black h2:before {
    background: #222;
}

.footer-holder h2 {
    margin: 0;
    overflow: hidden;
    font: 24px/40px 'Play', Arial, Helvetica, sans-serif;
}

.block-visual .button-holder {
    display: none;
}
/* columns */
.columns {
    overflow: hidden;
    margin: 0 0 20px;
}
    /* column */
    .columns .col {
        float: left;
        width: 314px;
        padding: 9px 19px 15px;
        margin: 20px 0 0 20px;
        text-align: center;
        font-size: 18px;
        line-height: 30px; /*background: url(../images/bg-col.png);*/
        background: #e11a2c;
        color: #fcf9f2;
        border-radius: 3px;
    }

        .columns .col.Video {
            background: black;
        }

            .columns .col.Video iframe {
                width: 100%;
            }

        .columns .col.white {
            background: url(../images/bg-col.png); /*background: #fff;*/
            color: #222;
        }

        .columns .col.black {
            background: #222;
            color: #fff;
        }

        .columns .col:first-child {
            margin: 20px 0 0 0;
        }

        .columns .col:nth-child(4n) {
            margin-left: 0;
        }

        .columns .col h2:after,
        .columns .col h2:before {
            position: absolute;
            left: 0;
            top: 17px;
            width: 70px;
            height: 1px;
            content: "";
            background: #fff;
        }

        .columns .col h2.no-lines:after,
        .columns .col h2.no-lines:before {
            height: 0;
        }

        .columns .col h2:after {
            left: auto;
            right: 0;
        }

.col p {
    margin: 0 0 13px;
}

#sidebar .col p {
    margin: 0 0 10px;
}

#sidebar .col .button,
.columns .col .button,
#sidebar .col.blackbutton .button,
.columns .col.blackbutton .button {
    display: block;
    margin: 0 auto;
    padding: 0 5px;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    background: #222 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZjFmMWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #222222 0%, #1f1f1f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#1f1f1f));
    background: -webkit-linear-gradient(top, #222222 0%,#1f1f1f 100%);
    background: -o-linear-gradient(top, #222222 0%,#1f1f1f 100%);
    background: -ms-linear-gradient(top, #222222 0%,#1f1f1f 100%);
    background: linear-gradient(to bottom, #222222 0%,#1f1f1f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#1f1f1f',GradientType=0 );
    border-radius: 3px;
}

#sidebar .col .button {
    width: 180px;
    margin: 0 auto;
}

#sidebar .col.redbutton .button,
.columns .col.redbutton .button {
    background: #e11a2c url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxMWEyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZDE4MjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e11a2c 0%, #cd1828 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e11a2c), color-stop(100%,#cd1828));
    background: -webkit-linear-gradient(top, #e11a2c 0%,#cd1828 100%);
    background: -o-linear-gradient(top, #e11a2c 0%,#cd1828 100%);
    background: -ms-linear-gradient(top, #e11a2c 0%,#cd1828 100%);
    background: linear-gradient(to bottom, #e11a2c 0%,#cd1828 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e11a2c', endColorstr='#cd1828',GradientType=0 );
}

.button:hover {
    text-decoration: none;
}
/* columns2 */
.main-row .columns {
    float: right;
    width: 352px;
    margin: 0;
}

    .main-row .columns .col2 {
        float: none;
        margin: 12px 0 0;
    }

        .main-row .columns .col2:first-child {
            margin: 0;
        }

.columns .col2 {
    float: left;
    margin: 0 0 0 20px;
    font: 18px/20px 'Oxygen', Arial, Helvetica, sans-serif; /*background: url(../images/bg-col2.png);*/
    border-radius: 3px;
    background: #e11a2c;
    color: #fcf9f2;
}

    .columns .col2.white {
        background: url(../images/bg-col.png); /*background: #fff;*/
        color: #999;
    }

    .columns .col2.black {
        background: #222;
        color: #fff;
    }

    .columns .col2 .inner {
        background: url(../images/ico-4.png) no-repeat 100% 0; /*TODO: Remove?*/
        padding: 9px 14px 22px 22px;
    }

    .columns .col2.black .inner,
    .columns .col2.red .inner {
        background: url(../images/ico-4.png) no-repeat 100% 0;
    }

.columns-dark .col2 .inner {
    width: 316px;
    padding-bottom: 12px;
}

.columns .col2:first-child {
    margin: 0;
}

    .columns .col2:first-child .inner {
        background: url(../images/ico-3.png) no-repeat 100% 0; /*TODO: Remove?*/
        padding: 15px 14px 17px 19px;
    }

.columns .col2.black:first-child .inner,
.columns .col2.red:first-child .inner {
    background: url(../images/ico-3.png) no-repeat 100% 0;
}

.columns-dark .col2:first-child .inner {
    width: 319px;
    padding-bottom: 12px;
}

.columns-dark .col2.last-child .inner {
    background: url(../images/ico-5.png) no-repeat 100% 0;
}

.columns .col2 h2 {
    margin: 0 0 -1px;
    font: 31px/34px 'Play', Arial, Helvetica, sans-serif; /*color: #fff;*/
    text-shadow: 1px 1px 4px rgba(0,0,0,.2);
    word-break: break-word;
}

.columns .col2:first-child h2 {
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 10px;
}

.columns-dark .col2:first-child h2 {
    margin-bottom: 15px;
}

.columns .col2 h2 mark {
    background: none;
    color: #8f8f8f;
}

.col strong,
.col2 strong {
    font-weight: bold;
}

.columns .col2 p {
    margin: 0 0 16px;
}

.columns-dark .col2 p {
    margin-bottom: 26px;
}

.columns .col2 .button,
.columns .col2.blackbutton .button {
    display: block;
    margin: 0 auto;
    width: 180px;
    padding: 5px;
    font: bold 16px/20px 'Oxygen', Arial, Helvetica, sans-serif;
    color: #fff;
    background: #222 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZjFmMWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #222222 0%, #1f1f1f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#1f1f1f));
    background: -webkit-linear-gradient(top, #222222 0%,#1f1f1f 100%);
    background: -o-linear-gradient(top, #222222 0%,#1f1f1f 100%);
    background: -ms-linear-gradient(top, #222222 0%,#1f1f1f 100%);
    background: linear-gradient(to bottom, #222222 0%,#1f1f1f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#1f1f1f',GradientType=0 );
    border-radius: 3px;
    text-align: center;
}

.columns .col2.redbutton .button {
    background: #e11a2c url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxMWEyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZDE4MjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e11a2c 0%, #cd1828 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e11a2c), color-stop(100%,#cd1828));
    background: -webkit-linear-gradient(top, #e11a2c 0%,#cd1828 100%);
    background: -o-linear-gradient(top, #e11a2c 0%,#cd1828 100%);
    background: -ms-linear-gradient(top, #e11a2c 0%,#cd1828 100%);
    background: linear-gradient(to bottom, #e11a2c 0%,#cd1828 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e11a2c', endColorstr='#cd1828',GradientType=0 );
}

/* track-form */
.track-form {
    overflow: hidden;
}

    .track-form fieldset {
        float: left;
    }

.footer-heading .track-form {
    float: right;
    margin-top: 2px;
}

    .footer-heading .track-form fieldset {
        float: left;
        padding: 19px 0 13px 32px;
    }

.subscribe-form .input-holder input[type="text"] {
    float: left;
    border: 0;
    padding: 5px 10px 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 274px;
}

#sidebar .subscribe-form .input-holder input[type="text"] {
    width: 234px;
    background: #fcf9f2;
    padding: 5px 5px 4px;
}

.subscribe-form .row input[type="text"],
.track-form input[type="text"] {
    float: left;
    border: 0;
    background: #f1eee7;
    padding: 5px 10px 4px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    width: 160px;
    margin: 0;
    overflow: hidden;
}

.track-form p {
    font-size: 16px;
}
/*Footer*/
#footer .track-trace-response-container {
    margin: 20px 0 20px 20px;
    background: #fcf9f2;
    padding: 20px;
    border-radius: 5px;
}

#footer .track-trace-result .booking {
    font-size: 18px;
    font-weight: bold;
}

#footer .track-trace-result .expected-arrival, #footer .track-trace-result .expected-delivery {
    font-size: 12px;
}

#footer .track-trace-result .harbour {
    font-weight: bold;
}

#footer .track-trace-result .status {
    font-style: italic;
    color: #c90c26;
}

#footer .track-trace-result .containers {
    margin-left: 5px;
}

    #footer .track-trace-result .containers .container-details {
        font-size: 14px;
    }

    #footer .track-trace-result .containers .container-id {
        margin-left: 5px;
    }

#footer .TrackAndTrace .form-control a {
    background: linear-gradient(to bottom, #222222 0%, #1F1F1F 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 3px;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 1.5em;
    font-weight: 600;
    margin: 0 0 20px 20px;
    padding: 10px 20px;
    text-align: center;
}

    #footer .TrackAndTrace .form-control a:hover {
        text-decoration: none;
    }

.track-trace-text {
    font-style: italic;
    margin: 0 10px;
}

/*Widget*/
#trackAndTraceWidget.active {
    overflow: hidden;
    height: auto !important;
}

#trackAndTraceWidget .track-trace-response-container {
    margin: 0px;
    background: #FFF;
    color: #333;
    padding: 5px;
    border-radius: 5px;
    line-height: 20px;
}

.track-trace-response-container .track-trace-result {
    clear: both;
}

    .track-trace-response-container .track-trace-result div {
        display: inline-block;
        width: 21.5%;
        padding: 0.5%;
        min-height: 75px;
        vertical-align: top;
        margin: 1%;
        font-weight: bold;
        font-size: 16px;
        border: 1px solid #CCC;
    }

@media (max-width: 767px) {
    .track-trace-response-container .track-trace-result div {
        display: inline-block;
        width: 96%;
    }
}

.track-trace-response-container .track-trace-result div div {
    width: 100%;
    font-size: 12px !important;
    padding: 0px;
    border: none;
    min-height: 15px;
}

.track-trace-response-container .track-trace-result .lblstatus {
    clear: both;
    width: 95.7%;
}

.track-trace-response-container .track-trace-result .lblcontainers {
    width: 95.7%;
}

    .track-trace-response-container .track-trace-result .lblcontainers .container-details {
        width: 95.7%;
        border-bottom: 1px solid #ccc;
    }

        .track-trace-response-container .track-trace-result .lblcontainers .container-details .container-location {
            width: auto;
        }

        .track-trace-response-container .track-trace-result .lblcontainers .container-details .container-id {
            width: auto;
        }

#trackAndTraceWidget .track-trace-response-container .track-trace-result {
    vertical-align: top;
}

    #trackAndTraceWidget .track-trace-response-container .track-trace-result div {
        font-size: 10px;
    }

        #trackAndTraceWidget .track-trace-response-container .track-trace-result div.lblexpected-arrival, #trackAndTraceWidget .track-trace-response-container .track-trace-result div.lblexpected-delivery {
            width: 45.5%;
        }

        #trackAndTraceWidget .track-trace-response-container .track-trace-result div.lblharbour, #trackAndTraceWidget .track-trace-response-container .track-trace-result div.lblbooking, #trackAndTraceWidget .track-trace-response-container .track-trace-result div.lblstatus {
            width: 95.7%;
        }


#schedule-wrapper .btn-continue {
    border-radius: 3px;
    width: 144px;
    background: linear-gradient(to bottom, #222222 0%, #1F1F1F 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #FCF9F2;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin: 0 0 10px 0;
    padding: 0 0 1px;
    cursor: pointer;
    font-size: 16px;
}

#schedule-wrapper .loading, .content-block .loading {
    margin-top: 15px;
    position: relative;
    padding: 12px 5px;
    font-size: 20px;
    width: 150px;
    height: 32px;
    background: url(/images/loader.gif) center right no-repeat;
}

.print-button {
    float: right;
    padding: 0 15px 0 40px;
    margin: 0;
    font: bold 16px/30px 'Play', Arial, Helvetica, sans-serif;
    color: #fff;
    background: #202020 url(../images/print.png) no-repeat 10px 50%;
    border-radius: 3px;
    border: 0 none;
    cursor: pointer;
}

.schedule-container .lbllocation .location {
    font-weight: bold;
}

.schedule-container .lblshipname .shipname {
    font-weight: bold;
}

.schedule-container .lblfrom-date .from-date {
    font-weight: bold;
}

.schedule-container .journeys .journey-header .schedule-header {
    position: relative;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    padding: 2px 5px;
    margin: 2px;
    background-color: #fcf9f2;
    border: 1px solid #CCC;
    transition: all 0.5s;
    -webkit-transition: all 0.5s, -webkit-transform 0.5s;
}

.schedule-container .journeys .journey-details div {
    position: relative;
    font-size: 10px;
    display: inline-block;
    padding: 2px 5px;
    margin: 2px;
    background-color: #fcf9f2;
    border: 1px solid #CCC;
    line-height: 12px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s, -webkit-transform 0.5s;
}

.schedule-container .journeys .journey-details .location, .schedule-container .journeys .journey-details .shipname, .schedule-container .journeys .journey-header .harbour, .schedule-container .journeys .journey-header .shipname {
    width: 19%;
}

.schedule-container .journeys .journey-details .arrival, .schedule-container .journeys .journey-details .departure, .schedule-container .journeys .journey-header .arrival, .schedule-container .journeys .journey-header .departure {
    width: 18%;
}

.schedule-container .journeys .journey-details .journey, .schedule-container .journeys .journey-header .journey {
    width: 9%;
}

.schedule-container .journeys .journey-details .arrival-code, .schedule-container .journeys .journey-details .departure-code {
    width: 8%;
}

.schedule-container .journeys .journey-details .due-time-harbour, .journeys .journey-header .duetime {
    width: 17%;
}

.schedule-container .journeys .journey-details .due-time-harbour {
    display: none !important;
}
/*NOTE: THIS IS ONLY TEMPORARY. CASE 122590*/
.duetime.schedule-header {
    display: none !important;
}
/*NOTE: THIS IS ONLY TEMPORARY. CASE 122590*/

@media (max-width: 767px) {
    .schedule-container .journeys .journey-header .schedule-header {
        position: relative;
        font-size: 7px !important;
        font-weight: bold;
        display: inline-block;
        padding: 1px 2px;
        margin: 2px;
        background-color: #fcf9f2;
        border: 1px solid #EEE;
        vertical-align: top;
    }

    .schedule-container .journeys .journey-details div {
        position: relative;
        font-size: 6px !important;
        display: inline-block;
        padding: 1px 2px;
        margin: 2px;
        background-color: #fcf9f2;
        border: 1px solid #EEE;
        line-height: 9px;
        vertical-align: top;
        height: 50px;
    }
}

/*Schedule Details*/
.content-block {
    position: relative;
    margin-top: 2%;
    padding: 2%;
    border-radius: 5px;
    background-color: #fcf9f2;
}

    .content-block .content-block {
        position: relative;
        border-radius: 5px;
        background-color: #fcf9f2;
        font-size: 16px;
        padding: 10px;
    }

    .content-block .lblShip {
        font-size: 20px;
        font-weight: bold;
        line-height: 120%;
    }

    .content-block .lblJourney {
        font-weight: bold;
        line-height: 120%;
    }

    .content-block .lblDelivery-contact {
        font-weight: bold;
        line-height: 120%;
    }

    .content-block .lblName {
        font-weight: bold;
        line-height: 120%;
    }

    .content-block .lblShip .ship {
        display: inline-block;
        margin-left: 5px;
        font-weight: normal;
    }

    .content-block .lblJourney .journey {
        display: inline-block;
        margin-left: 5px;
        font-weight: normal;
    }

    .content-block .lblDelivery-contact .delivery-contact {
        display: inline-block;
        margin-left: 5px;
        font-weight: normal;
    }

    .content-block .lblName .delivery-harbour {
        display: inline-block;
        margin-left: 5px;
        font-weight: normal;
        margin-left: 5%;
    }

    .content-block .destination-harbours {
        font-size: 11px;
        line-height: 100%;
    }

        .content-block .destination-harbours .destination-harbour {
            position: relative;
            width: 100%;
        }

            .content-block .destination-harbours .destination-harbour .name {
                font-weight: bold;
                margin-top: 10px;
                margin-bottom: 5px;
            }

            .content-block .destination-harbours .destination-harbour .goods-types .goods-type-details {
                width: 100%;
                max-width: 400px;
            }

            .content-block .destination-harbours .destination-harbour .goods-types .from {
                font-size: 10px;
                display: inline-block;
                margin-right: 5px;
                min-width: 80px;
            }

            .content-block .destination-harbours .destination-harbour .goods-types .to {
                font-size: 10px;
                display: inline-block;
                margin-right: 5px;
                min-width: 80px;
            }

            .content-block .destination-harbours .destination-harbour .goods-types .type {
                font-size: 10px;
                font-weight: bold;
                display: inline-block;
                margin-right: 5px;
                min-width: 80px;
            }

.subscribe-form .row input[type="text"] {
    width: 181px;
}

#sidebar .subscribe-form .row input[type="text"] {
    width: 157px;
    padding: 5px 5px 4px;
}

/* Login password field*/
#sidebar .subscribe-form .row input[type="password"] {
    width: 157px;
    padding: 5px 5px 4px;
}

.subscribe-form .row input[type="password"],
.track-form input[type="password"] {
    float: left;
    border: 0;
    background: #f1eee7;
    padding: 5px 10px 4px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    width: 160px;
    margin: 0;
    overflow: hidden;
}

.input-placeholder-text {
    color: #333 !important;
    position: absolute;
    left: 3px;
    font-size: 16px;
    top: 4px;
}

.login-page-form .row {
    margin-top: 5px;
}

.login-page-form .input-placeholder-text {
    top: 0;
}

.login-page-form input[type="text"],
.login-page-form input[type="password"] {
    width: 220px;
    float: left;
    margin: 0;
    padding: 0;
    border: 1px solid #bbb;
}

.login-page-form input[type="submit"] {
    padding: 0 15px;
    margin: 20px 0 0 0;
    font: bold 18px/40px 'Play', Arial, Helvetica, sans-serif;
    color: #fff;
    background-color: #000;
    border-radius: 3px;
    border: none;
}

.columns .subscribe-form input[type="text"] {
    background: #fcf9f2;
}

.form-sort input[type="submit"],
.subscribe-form input[type="submit"],
.track-form input[type="submit"] {
    float: left;
    color: #fcf9f2;
    border: 0;
    padding: 0 0 1px;
    width: 59px;
    height: 30px;
    line-height: 30px;
    background: #e11a2c url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxMWEyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZDE4MjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e11a2c 0%, #cd1828 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e11a2c), color-stop(100%,#cd1828));
    background: -webkit-linear-gradient(top, #e11a2c 0%,#cd1828 100%);
    background: -o-linear-gradient(top, #e11a2c 0%,#cd1828 100%);
    background: -ms-linear-gradient(top, #e11a2c 0%,#cd1828 100%);
    background: linear-gradient(to bottom, #e11a2c 0%,#cd1828 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e11a2c', endColorstr='#cd1828',GradientType=0 );
    border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    font-weight: bold;
    margin: 0;
}

.red .form-sort input[type="submit"],
.red .subscribe-form input[type="submit"],
.red .track-form input[type="submit"] {
    background: #222 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZjFmMWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #222222 0%, #1f1f1f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#1f1f1f));
    background: -webkit-linear-gradient(top, #222222 0%,#1f1f1f 100%);
    background: -o-linear-gradient(top, #222222 0%,#1f1f1f 100%);
    background: -ms-linear-gradient(top, #222222 0%,#1f1f1f 100%);
    background: linear-gradient(to bottom, #222222 0%,#1f1f1f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#1f1f1f',GradientType=0 );
}

.subscribe-form input[type="submit"] {
    width: 93px;
}

#sidebar .subscribe-form input[type="submit"] {
    width: 77px;
}

.footer-heading .track-form input[type=text] {
    width: 227px;
    padding: 5px 10px 4px 10px;
    background: #fcf9f2;
}

.form-sort input[type="submit"],
.footer-heading .track-form input[type=submit] {
    float: left;
    width: 77px;
    background: #222 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZjFmMWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #222222 0%, #1f1f1f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#1f1f1f));
    background: -webkit-linear-gradient(top, #222222 0%,#1f1f1f 100%);
    background: -o-linear-gradient(top, #222222 0%,#1f1f1f 100%);
    background: -ms-linear-gradient(top, #222222 0%,#1f1f1f 100%);
    background: linear-gradient(to bottom, #222222 0%,#1f1f1f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#1f1f1f',GradientType=0 );
}

.form-sort input[type="submit"] {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 144px;
}

.download .form-sort input[type="submit"],
.news .form-sort input[type="submit"] {
    margin: 31px 0 0 20px;
}

.subscribe-form {
    padding: 11px 0 0 7px;
}

#sidebar .subscribe-form {
    padding: 2px 0 0;
}

.row {
    overflow: hidden;
    position: relative;
}

.subscribe-form .input-holder {
    overflow: hidden;
    padding-bottom: 5px;
}
/* info-block */
.info-block {
    overflow: hidden;
    margin: 0 0 20px;
}
    /* video */
    .info-block .video {
        position: relative;
        float: left;
        margin: 0 20px 0 0;
        border-radius: 3px;
    }

        .info-block .video .btn-play {
            position: absolute;
            top: 78px;
            left: 110px;
            overflow: hidden;
            color: #fff;
            padding: 74px 0 0;
            background: url(../images/btn-play.png) no-repeat 50% 0;
            font: bold 24px/26px 'Play', Arial, Helvetica, sans-serif;
            text-shadow: 0 0 2px #fff;
        }

        .info-block .video img {
            display: block;
            border-radius: 3px;
        }
    /* description */
    .info-block .description {
        padding: 13px 21px;
        min-height: 234px;
        overflow: hidden;
        font: 16px/24px 'Oxygen', Arial, Helvetica, sans-serif;
        background: #fff;
        border-radius: 3px;
    }

        .info-block .description .inner { /*margin-bottom: -10px;*/
            overflow: hidden;
        }

        .info-block .description h2 {
            margin: 0 0 25px;
            font: 300 28px/32px 'Oxygen', Arial, Helvetica, sans-serif;
            color: #000;
        }

        .info-block .description p {
            margin: 0 0 24px;
        }

    .info-block.trackandtrace .description.small {
        min-height: auto;
        background: #c90c26;
    }

    .info-block.trackandtrace h1, .info-block.trackandtrace h2, .info-block.trackandtrace p, .info-block.trackandtrace a {
        color: #fcf9f2 !important;
    }
/* content */
#content {
    float: right;
    width: 817px;
}
/* breadcrumbs */
.breadcrumbs {
    background: url(../images/bg-breadcrumbs.png);
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
}

    .breadcrumbs ul {
        overflow: hidden;
        height: 20px;
        padding: 11px 0 9px 19px;
        background: url(../images/bg-box-1.png) no-repeat 80.2% 100%;
    }

    .breadcrumbs li {
        float: left;
        padding: 0 9px 0 0;
    }

        .breadcrumbs li:before {
            content: ">";
            margin-right: 6px;
        }

        .breadcrumbs li:first-child:before {
            display: none;
        }

    .breadcrumbs a {
        color: #fff;
        font-weight: 300;
        text-decoration: underline;
    }

        .breadcrumbs a:hover {
            text-decoration: none;
        }
/* red block */
.red-block {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    padding: 13px 279px 15px 21px;
    color: #fcf9f2;
    margin-bottom: 20px;
    background: #e11a2c url(../images/bg-box-2.png) no-repeat 100% 0;
}

    .red-block.news {
        position: relative;
        background: #e11a2c url(../images/bg-box-3.png) no-repeat 100% 0;
        padding-bottom: 20px;
    }

    .red-block.news .rss-link {
        position: absolute;
        right: 21px;
        top: 13px;
    }

    .red-block.contact {
        background: #e11a2c url(../images/bg-box-4.png) no-repeat 100% 0;
    }

    .red-block.download {
        background: #e11a2c url(../images/bg-box-5.png) no-repeat 100% 0;
        padding-bottom: 20px;
    }

    .red-block p {
        margin-bottom: 14px;
    }

    .red-block .text-holder {
        padding: 0 20px 0 0;
    }

    .red-block.extra-info-bar {
        background: #ce1b28;
        padding: 13px 15px 1px 15px;
    }

        .red-block.extra-info-bar b, .red-block.extra-info-bar strong {
            font-weight: bold;
        }

        .red-block.extra-info-bar h1 {
            margin-bottom: 14px;
        }

        .red-block.extra-info-bar img {
            width: 40%;
            height: 40%;
            padding-right: 14px;
        }

/* form sort */
.form-sort {
    border-top: 1px solid #ce1b28;
}

    .form-sort fieldset {
        border-top: 1px solid #e72b3c;
        padding: 7px 0 0;
    }

    .form-sort .row {
        overflow: hidden;
        padding-top: 20px;
    }

#main .form-sort .row:first-child {
    padding: 0;
}

.form-sort .area {
    float: left;
    margin-left: 21px;
}

.news .area {
    margin-left: 18px;
}

.form-sort .area:first-child {
    margin: 0;
}

.form-sort label {
    display: block;
    font-weight: 700;
    margin: 0 0 7px 2px;
}

.form-sort .holder {
    overflow: hidden;
}

.form-sort .note {
    float: left;
    text-decoration: underline;
    color: #fcf9f2;
    margin: 2px 0 0 17px;
}

    .form-sort .note strong {
        font-weight: 700;
    }

.info-block ul, .info-block ol { /*margin: 0 0 24px 20px;*/
}

/* booking form - private*/
#booking-form-private legend {
    font-size: 2em;
    line-height: 2em;
}

#booking-form-private div {
    padding: 10px 0;
    display: block;
    clear: both;
    position: relative;
}

#booking-form-private label {
    float: left;
    font-weight: bold;
    margin: auto 0;
    width: 35%;
}

    #booking-form-private label.error {
        position: absolute;
        left: 0;
        top: -30px;
        background: #22252A;
        padding: 5px 8px;
        color: #fff;
        font-size: 13px;
        width: auto;
    }

        #booking-form-private label.error:before {
            position: absolute;
            left: 50%;
            bottom: -7px;
            display: inline-block;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-top: 7px solid #22252A;
            margin-left: -3.5px;
            content: '';
        }

#booking-form-private input[type=text],
#booking-form-private input[type=number],
#booking-form-private input[type=email],
#booking-form-private textarea,
#booking-form-private select {
    width: 30%;
    float: left;
    margin: 0;
    padding: 0;
    border: 1px solid #bbb;
}

#booking-form-private input[type=submit] {
    padding: 0 15px;
    margin: 20px 0 0 0;
    font: bold 18px/40px 'Play', Arial, Helvetica, sans-serif;
    color: #fff;
    background-color: #000;
    border-radius: 3px;
    border: none;
}

#booking-form-private .radio div {
    float: left;
    width: 35%;
    clear: none;
}

    #booking-form-private .radio div label {
        font-weight: normal;
        width: auto;
        float: none;
    }

    #booking-form-private .radio div input {
        margin: 0 10px 0 0;
    }

#booking-form-private .row .inner {
    width: 100%;
    float: left;
}

#booking-form-private .row .inner {
    width: 100%;
    float: left;
    border: 1px solid #d7d7d7;
    margin: 0 0 10px 0;
    background: whitesmoke;
    border-left: 0;
    border-right: 0;
}

#booking-form-private .measurements {
    padding: 0;
    clear: both;
}

    #booking-form-private .measurements > div {
        clear: none;
        float: left;
        width: auto;
        width: 155px;
        padding-top: 0;
    }

    #booking-form-private .measurements label {
        margin: 0 10px 0 0;
        width: auto;
        font-weight: normal;
    }

        #booking-form-private .measurements label.error {
            top: -45px;
        }

    #booking-form-private .measurements input[type=number]::-webkit-inner-spin-button,
    #booking-form-private .measurements input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

#booking-form-private .description {
    float: left;
    width: 100%;
    padding-top: 0;
}

    #booking-form-private .description label {
        font-weight: normal;
        width: auto;
        margin: 0 10px 0 0;
    }

    #booking-form-private .description input {
        width: 80%;
    }

#booking-form-private #frozenGoods,
#booking-form-private #generalCargo,
#booking-form-private #insurance-field,
#booking-form-private div[id$="extraFields"] {
    display: none;
    padding: 0;
    margin: 0 0 10px;
}

    #booking-form-private div[id$="extraFields"] div {
        float: left;
        clear: none;
    }

    #booking-form-private div[id$="extraFields"] label {
        float: none;
        clear: none;
        font-weight: normal;
    }

    #booking-form-private div[id$="extraFields"] input {
        width: 100%;
    }

    #booking-form-private div[id$="extraFields"] .small {
        width: 15%;
        margin-right: 3%;
    }

    #booking-form-private div[id$="extraFields"] .large {
        width: 60%;
    }

    #booking-form-private div[id$="extraFields"] input[id$="cargo-name"] {
        width: 100%;
    }

#booking-form-private .comments {
    margin: 50px 0 0;
}

    #booking-form-private .comments textarea {
        resize: vertical;
        min-height: 100px;
        width: 64%;
    }

#booking-form-private .extrafields label {
    margin: 0 10px 0 0;
    width: 35%;
    font-weight: normal;
}

    #booking-form-private .extrafields label.error {
        top: -45px;
    }

.country {
    display: none !important;
}

#extrafrosenFields * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#extrafrosenFields input {
    outline: none;
}

#extrafrosenFields .header {
    margin: 0 0 10px 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

#extrafrosenFields .recipient {
    padding: 0;
    width: 95%;
    margin-left: 2.5%;
    border: solid 1px #000;
    background: #fff;
    overflow: hidden;
    margin-top: 15px;
}

    #extrafrosenFields .recipient div,
    #extrafrosenFields .recipient .left {
        float: left;
    }

    #extrafrosenFields .recipient .right {
        float: right;
    }

    #extrafrosenFields .recipient > div {
        width: 50%;
        clear: none;
        padding: 0;
    }

        #extrafrosenFields .recipient > div .top {
            text-align: center;
            background: #d7d7d7;
            font-size: 16px;
            padding: 2px 0;
            width: 100%;
        }

    #extrafrosenFields .recipient .left input {
        width: 100%;
        border: none;
        border-top: solid 1px #000;
        padding: 14px 10px;
        height: 50px;
    }

    #extrafrosenFields .recipient .right ul {
        border: 0;
        padding: 0;
        margin: 0;
        list-style-type: none;
        border-left: solid 1px #000;
    }

        #extrafrosenFields .recipient .right ul li {
            display: block;
            width: 100%;
            overflow: hidden;
            position: relative;
        }

            #extrafrosenFields .recipient .right ul li input {
                border: none;
                border-top: solid 1px #000;
                padding: 4px 10px;
                height: 25px;
                font-size: 12px;
            }

            #extrafrosenFields .recipient .right ul li .item {
                width: 75%;
                border-right: solid 1px #000;
            }

            #extrafrosenFields .recipient .right ul li .weight {
                width: 25%;
                position: relative;
                padding-right: 30px;
            }

            #extrafrosenFields .recipient .right ul li .after {
                position: absolute;
                right: 0;
                height: 25px;
                width: 22px;
                display: block;
            }


/* content block */
.content-block {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #fff;
    padding: 14px 0 20px;
    margin-bottom: 20px;
}

    .content-block .heading {
        padding: 0 21px;
    }

    .content-block .text-holder {
        padding: 0 20px 0 21px;
    }

    .content-block .visual {
        margin-bottom: 13px;
    }

        .content-block .visual img {
            display: block;
            margin: 0 auto;
            max-width: 100%;
            vertical-align: top;
        }

    .content-block p {
        margin: 0 0 24px;
    }

    .content-block .text-holder iframe { /* For iframes added by customer */
        width: 100%;
    }

    .content-block strong {
        font-weight: bold;
    }

    .content-block a {
        color: #000;
        text-decoration: underline;
    }

        .content-block a:hover {
            text-decoration: none;
        }

    .content-block em {
        font-style: italic;
    }

        .content-block em.date {
            padding: 0 21px;
        }
/* slideshow */
.slideshow {
    position: relative;
}

    .slideshow .mask {
        margin-bottom: 20px;
    }

    .slideshow .slide {
        position: absolute;
        z-index: 1;
        width: 100%;
    }

        .slideshow .slide.active {
            z-index: 2;
        }

        .slideshow .slide .videoSlider {
            min-width: 300px;
            max-width: 400px;
            width: auto;
        }

    .slideshow img {
        bottom: 0;
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }

    .slideshow .videoSlider {
        bottom: 0;
        margin: 0 auto;
        display: block;
    }
/* carousel */
.carousel {
    position: relative;
    overflow: hidden;
}

    .carousel .mask-switcher {
        position: relative;
        overflow: hidden;
        width: 744px;
        float: left;
    }

    .carousel .slideset-switcher {
        width: 99999px;
    }

    .carousel .slide-switcher {
        width: 166px;
        float: left;
        padding-right: 20px;
    }

    .carousel .btn-prev,
    .carousel .btn-next {
        float: left;
        width: 27px;
        height: 90px;
        overflow: hidden;
        text-indent: -9999px;
        margin-right: 20px;
        background: #222 url(../images/arrows-carousel.png) no-repeat;
    }

    .carousel .btn-next {
        margin: 0 0 0 -1px;
        position: relative;
        z-index: 2;
        background-position: 0 -110px;
    }
/* post-list */
.post-list {
    overflow: hidden;
    margin: 0 -20px 0 0;
    font-size: 12px;
    line-height: 14px;
}

/* Widget post */
.post.as-post-list {
    margin: 0 -20px 0 0;
    font-size: 12px;
    line-height: 14px;
    text-align: left;
}

.col2.post.as-post-list {
    width: 100%;
    padding: 0;
}

#sidebar .col.post a.button,
.columns .col.post a.button,
#sidebar .col.blackbutton.post a.button,
.columns .col.blackbutton.post a.button,
.columns .col2.post a.button,
.columns .col2.blackbutton.post a.button,
.post.as-post-list a.button {
    padding: 3px 5px;
    margin: 8px auto 0 auto;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    position: static;
}

.post.as-post-list .visual {
    margin: 0;
    padding: 5px;
}

.post.as-post-list .postContent {
    padding: 5px;
}

.post.as-post-list .newswidget-internal-header {
    padding: 5px;
}
/* post */
.post {
    float: left;
    background: #fff;
    width: 237px;
    margin: 0 20px 20px 0;
    padding: 7px 11px 30px;
    position: relative;
}

    .post .date {
        display: block;
        color: #999;
        font: bold 14px/16px 'Play', Arial, Helvetica, sans-serif;
        margin-bottom: 5px;
    }

    .post .visual {
        margin: -10px -11px 5px;
    }

        .post .visual img {
            vertical-align: top;
            max-width: 100%;
        }

    .post .postContent {
        display: block;
    }

    .post .button {
        border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        min-width: 109px;
        padding: 3px 5px;
        font-size: 12px;
        font-weight: 700;
        text-align: center;
        color: #fff;
        position: absolute;
        right: 0;
        bottom: 10px;
        background: #e11a2c url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxMWEyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZDE4MjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #e11a2c 0%, #cd1828 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e11a2c), color-stop(100%,#cd1828));
        background: -webkit-linear-gradient(top, #e11a2c 0%,#cd1828 100%);
        background: -o-linear-gradient(top, #e11a2c 0%,#cd1828 100%);
        background: -ms-linear-gradient(top, #e11a2c 0%,#cd1828 100%);
        background: linear-gradient(to bottom, #e11a2c 0%,#cd1828 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e11a2c', endColorstr='#cd1828',GradientType=0 );
    }

    .post p {
        margin-bottom: 2px;
    }

    .post .heading {
        min-height: 92px;
    }

.sort-block {
    border-top: 1px solid #ce1b28;
    box-shadow: 0 1px 0 rgba(255,255,255, 0.15) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255, 0.15) inset;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255, 0.15) inset;
    padding: 8px 0 5px;
}

    .sort-block .title {
        display: block;
        font-weight: 700;
        margin: 0 0 7px 1px;
    }

.option-set {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    overflow: hidden;
    margin-right: -70px;
    min-width: 650px;
}

    .option-set a {
        float: left;
        color: #fcf9f2;
        background: #222 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZjFmMWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #222222 0%, #1f1f1f 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#1f1f1f));
        background: -webkit-linear-gradient(top, #222222 0%,#1f1f1f 100%);
        background: -o-linear-gradient(top, #222222 0%,#1f1f1f 100%);
        background: -ms-linear-gradient(top, #222222 0%,#1f1f1f 100%);
        background: linear-gradient(to bottom, #222222 0%,#1f1f1f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#1f1f1f',GradientType=0 );
        padding: 6px 10px 6px 9px;
        border-left: 1px solid #101010;
        box-shadow: 1px 0 0 rgba(255,255,255, 0.15) inset;
        -webkit-box-shadow: 1px 0 0 rgba(255,255,255, 0.15) inset;
        -moz-box-shadow: 1px 0 0 rgba(255,255,255, 0.15) inset;
        white-space: nowrap;
    }

        .option-set a:hover,
        .option-set a.selected {
            background: #8a181d;
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhhMTgxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MzE0MTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top, #8a181d 0%, #731418 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8a181d), color-stop(100%,#731418));
            background: -webkit-linear-gradient(top, #8a181d 0%,#731418 100%);
            background: -o-linear-gradient(top, #8a181d 0%,#731418 100%);
            background: -ms-linear-gradient(top, #8a181d 0%,#731418 100%);
            background: linear-gradient(to bottom, #8a181d 0%,#731418 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a181d', endColorstr='#731418',GradientType=0 );
            text-decoration: none;
        }

    .option-set li:first-child a {
        border: 0;
        box-shadow: 0 0 0 inset;
        -webkit-box-shadow: 0 0 0 inset;
        -moz-box-shadow: 0 0 0 inset;
        border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        -webkit-border-top-left-radius: 3px;
    }

    .option-set li.last-child a {
        border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        -webkit-border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
    }
/* isotope */
.isotope {
    overflow: hidden;
    position: relative;
    margin: 0 -20px 0 0;
}
/* isotope */
.isotop-item {
    float: left;
    width: 390px;
    height: 189px;
    overflow: hidden;
    background: #fff;
    margin: 0 20px 20px 0;
    position: relative;
}

    .isotop-item.isotope-hidden {
        z-index: -1;
    }

.isotope .inner-block {
    padding: 5px 0 0 11px;
    min-height: 150px;
    width: 170px; /*position: relative;*/
    z-index: 2;
}

.isotope .text-section {
    display: none;
}

.isotop-item.large {
    width: 817px;
    height: auto;
    font-size: 14px;
    line-height: 20px;
    min-height: 400px;
}

    .isotop-item.large .inner-block {
        min-height: 360px;
        padding: 4px 0 0;
        width: 570px;
    }

.isotope .alignright {
    margin: 0 0px 0 -91px;
}

.isotop-item.large .alignright {
    position: absolute;
    bottom: 0;
    right: 0;
}

.isotope .alignright img {
    vertical-align: top;
}

.isotop-item.large .alignright {
    margin: 0;
}

.isotop-item.large .text-section {
    display: block;
    padding-left: 11px;
    padding-bottom: 28px;
}

.isotope .position {
    display: block;
    font: 17px/20px 'Play', Arial, Helvetica, sans-serif;
    color: #999;
}

.isotop-item.large .position {
    font-size: 18px;
    margin: 0 0 10px 11px;
}

.isotope .button {
    position: absolute;
    left: 0;
    bottom: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    padding: 3px 12px;
    border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    background: #e11a2c url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxMWEyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZDE4MjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e11a2c 0%, #cd1828 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e11a2c), color-stop(100%,#cd1828));
    background: -webkit-linear-gradient(top, #e11a2c 0%,#cd1828 100%);
    background: -o-linear-gradient(top, #e11a2c 0%,#cd1828 100%);
    background: -ms-linear-gradient(top, #e11a2c 0%,#cd1828 100%);
    background: linear-gradient(to bottom, #e11a2c 0%,#cd1828 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e11a2c', endColorstr='#cd1828',GradientType=0 );
}

.isotop-item.large .button {
    background: #222 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZjFmMWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #222222 0%, #1f1f1f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#1f1f1f));
    background: -webkit-linear-gradient(top, #222222 0%,#1f1f1f 100%);
    background: -o-linear-gradient(top, #222222 0%,#1f1f1f 100%);
    background: -ms-linear-gradient(top, #222222 0%,#1f1f1f 100%);
    background: linear-gradient(to bottom, #222222 0%,#1f1f1f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#1f1f1f',GradientType=0 );
}

    .isotop-item.large .button .visible,
    .isotope .button .hidden {
        display: none;
    }

    .isotop-item.large .button .hidden {
        display: inline;
    }

.isotope p {
    margin-bottom: 20px;
}

.isotope dl {
    overflow: hidden;
    width: 230px;
    margin: 0 0 10px -11px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: #000;
    border-bottom: 1px solid #f0f0f0;
}

.isotope dt {
    float: left;
    width: 58px;
    padding: 3px 5px 7px 25px;
    border-top: 1px solid #f0f0f0;
}

.isotope dd {
    overflow: hidden;
    padding: 3px 0 7px;
    border-top: 1px solid #f0f0f0;
}

.isotope dl a {
    text-decoration: underline;
    color: #e11a2c;
}

    .isotope dl a:hover {
        text-decoration: none;
    }
/* social icons */
.social-icons {
    overflow: hidden;
    margin-left: 15px;
}

    .social-icons li {
        float: left;
        margin-right: 7px;
    }

    .social-icons a {
        float: left;
        width: 29px;
        height: 29px;
        overflow: hidden;
        text-indent: -9999px;
    }

    .social-icons .skype {
        background: url(../images/bg-social-networks.png) no-repeat;
    }

        .social-icons .skype:hover {
            background-position: 0 -29px;
        }

    .social-icons .google {
        background: url(../images/bg-social-networks.png) no-repeat -36px 0;
    }

        .social-icons .google:hover {
            background-position: -36px -29px;
        }

    .social-icons .facebook {
        background: url(../images/bg-social-networks.png) no-repeat -71px 0;
    }

        .social-icons .facebook:hover {
            background-position: -71px -29px;
        }

    .social-icons .linkedin {
        background: url(../images/bg-social-networks.png) no-repeat -107px 0;
    }

        .social-icons .linkedin:hover {
            background-position: -107px -29px;
        }

    .social-icons .twitter {
        background: url(../images/bg-social-networks.png) no-repeat -143px 0;
    }

        .social-icons .twitter:hover {
            background-position: -143px -29px;
        }
/* box files */
.box-files {
    background: #fff;
    padding: 10px 20px 21px;
    margin-bottom: 20px;
}
/* list files */
.list-files {
    overflow: hidden;
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    margin: 0 -14px -2px;
}

    .list-files.noMargin {
        margin: 0;
    }

    .list-files.rightSidebar li {
        width: 100px;
        margin: 0 50px;
    }

        .list-files.rightSidebar li:before,
        .list-files.rightSidebar li:after {
            position: absolute;
            left: 8px;
            right: 8px;
            top: 100%;
            height: 1px;
            content: "";
            background: #ccc;
        }

    .list-files li {
        float: left;
        padding: 3px;
        position: relative;
        margin: 0 0 0 -1px;
    }

    .list-files a {
        float: left;
        color: #e11a2c;
        padding: 17px 5px 10px;
        width: 179px;
        text-align: center;
    }

    .list-files .text {
        border-bottom: 1px solid #e11a2c;
    }

    .list-files a:hover {
        background: #f1f1f1;
        text-decoration: none;
        text-shadow: 1px 1px #fff;
    }

    .list-files .iconTextFloat {
        font-size: 10px;
        left: 79px;
        position: absolute;
        color: white;
        top: 43px;
    }

    .list-files img {
        display: block;
        margin: 0 auto 7px;
    }

    .list-files li:before,
    .list-files li:after {
        position: absolute;
        left: 8px;
        right: 8px;
        top: 100%;
        height: 1px;
        content: "";
        background: #ccc;
    }

    .list-files li:before {
        left: 0;
        top: 8px;
        bottom: 8px;
        right: auto;
        width: 1px;
        height: auto;
    }
/* sidebar */
#sidebar {
    float: left;
    width: 259px;
}

.rightSidebar {
    max-width: 200px;
}

    .rightSidebar a {
        text-decoration: none;
    }

.box-grey {
    background: #f0f0f0;
    margin-bottom: 20px;
    padding: 8px 0 95px;
    border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    -webkit-border-top-left-radius: 3px;
}

.sub-nav {
    font-size: 18px;
    position: relative;
}

    .sub-nav .slide {
        font-size: 16px;
    }

        .sub-nav .slide .slide {
            font-size: 14px;
        }

    .sub-nav li {
        padding: 3px 0 2px;
        position: relative;
    }

        .sub-nav li.childBearing {
            background: url(../images/ico-6-1x-black.png) no-repeat 95% 13px;
        }

        .sub-nav:after,
        .sub-nav li:after {
            position: absolute;
            left: 7px;
            right: 8px;
            top: 0;
            height: 1px;
            background: #e9e7e1;
            box-shadow: 0 1px 0 #fff;
            -webkit-box-shadow: 0 1px 0 #fff;
            -moz-box-shadow: 0 1px 0 #fff;
            content: "";
        }

    .sub-nav:after {
        top: 100%;
    }

    .sub-nav a {
        display: block;
        padding: 2px 10px 3px 18px;
    }

    .sub-nav .slide a {
        padding-left: 54px;
    }

    .sub-nav .slide .slide a {
        padding-left: 89px;
    }

    .sub-nav .active .slide .active a,
    .sub-nav .active a {
        background: #e9e7e1;
        font-weight: 700;
        padding-bottom: 5px;
    }

    .sub-nav .active .slide .active .slide a,
    .sub-nav .active .slide a {
        font-weight: 400;
        background: #f0f0f0;
        padding-bottom: 3px;
    }

#sidebar .sub-nav .slide .slide .active a {
    font-weight: 700;
    background: #e9e7e1 url(../images/arrow-active.png) no-repeat 73px 11px;
}

#main #sidebar .sub-nav a.marked {
    text-decoration: none;
    background-color: #e9e7e1;
}

#sidebar .col {
    margin-bottom: 20px;
    background: #e11a2c;
    color: #fcf9f2;
    text-align: center;
    padding: 9px 8px 8px 7px;
    font-size: 18px;
    min-height: 101px;
}

    #sidebar .col.white {
        background: url(../images/bg-col.png); /*background: #fff;*/
        color: #222;
    }

    #sidebar .col.black {
        background: #222;
        color: #fff;
    }

/* footer */
#footer {
    width: 1096px;
    padding: 0 0 300px;
    margin: 0 auto;
    overflow: hidden;
    font: 14px/22px 'Play', Arial, Helvetica, sans-serif;
}

/* footer-heading */
.footer-heading {
    padding: 0 34px 0 0;
    margin: 0 0 20px;
    overflow: hidden;
    background: #c90c26;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4MWMyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNTFhMmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #c90c26 0%, #c51a2a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c90c26), color-stop(100%,#c51a2a));
    background: -webkit-linear-gradient(top, #c90c26 0%,#c51a2a 100%);
    background: -o-linear-gradient(top, #c90c26 0%,#c51a2a 100%);
    background: -ms-linear-gradient(top, #c90c26 0%,#c51a2a 100%);
    background: linear-gradient(to bottom, #c90c26 0%,#c51a2a 100%);
    border-radius: 3px;
}
/* footer-holder */
.footer-holder {
    padding: 10px 20px 19px;
    background: #fff;
    border-radius: 3px;
}
    /* info */
    .footer-holder .info {
        overflow: hidden;
        padding: 0 0 9px;
    }

    .footer-holder .button {
        float: right;
        padding: 0 15px 0 49px;
        margin: 0 0 0 20px;
        font: bold 18px/40px 'Play', Arial, Helvetica, sans-serif;
        color: #fff;
        background: #202020 url(../images/ico-2.png) no-repeat 10px 50%;
        border-radius: 3px;
    }
    /* list */
    .footer-holder .list {
        padding: 16px 0 17px;
        overflow: hidden;
        margin-right: -25px;
        border-top: 1px solid #f2f2f2;
    }
        /* column */
        .footer-holder .list .col {
            float: left;
            width: 130px;
            margin: 0 20px 0 0;
        }

        .footer-holder .list .columnWrap {
            min-width: 130px;
            float: left;
            margin-bottom: 30px;
        }

    .footer-holder .inner-column {
        float: left;
        margin: 0 20px 0 0;
    }

    /*.footer-holder .list .col:first-child { margin: 0; }*/

    .footer-holder .list .heading {
        min-height: 33px;
    }

    .footer-holder h3 {
        margin: 0;
        font: bold 18px/22px 'Play', Arial, Helvetica, sans-serif;
    }

    .footer-holder .list .col ul {
        font: 14px/18px 'Oxygen', Arial, Helvetica, sans-serif;
    }

        .footer-holder .list .col ul li {
            padding: 0 0 12px;
        }
    /* area */
    .footer-holder .area {
        font: italic 15px/20px 'Oxygen', Arial, Helvetica, sans-serif;
    }

/* Connections bar */
.ConnectionsBar div {
    float: right;
    margin-top: 15px;
}

    .ConnectionsBar div a {
        float: left;
        margin: 0 0 0 32px;
        padding: 10px 20px;
        cursor: pointer;
        background: #222 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZjFmMWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #222222 0%, #1f1f1f 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#1f1f1f));
        background: -webkit-linear-gradient(top, #222222 0%,#1f1f1f 100%);
        background: -o-linear-gradient(top, #222222 0%,#1f1f1f 100%);
        background: -ms-linear-gradient(top, #222222 0%,#1f1f1f 100%);
        background: linear-gradient(to bottom, #222222 0%,#1f1f1f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#1f1f1f',GradientType=0 );
        border-radius: 3px;
        color: #fff;
        text-align: center;
        font-size: 1.5em;
        font-weight: 600;
    }

        .ConnectionsBar div a:hover {
            text-decoration: none;
        }

.column-mobile,
.open-close .opener,
.popup-holder .open {
    display: none;
}

figure.mobile {
    display: none;
}

select {
    float: left;
    width: 244px;
}

    select.medium {
        width: 134px;
    }

    select.short {
        width: 86px;
    }
/* hide original element */
.jcf-hidden {
    display: block !important;
    position: absolute !important;
    left: -9999px !important; /* change to right: -9999px on RTL sites */
}
/* custom select styles */
.select-area {
    position: relative;
    overflow: hidden;
    cursor: default;
    height: 30px;
    float: left;
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #333;
}

.select-active {
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
}

.select-area .center {
    white-space: nowrap;
    padding: 3px 10px;
    float: left;
}

.select-area .select-opener {
    background: #777;
    position: absolute;
    height: 30px;
    width: 33px;
    right: -1px;
    top: 0;
    border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    background: #222 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZjFmMWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #222222 0%, #1f1f1f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#1f1f1f));
    background: -webkit-linear-gradient(top, #222222 0%,#1f1f1f 100%);
    background: -o-linear-gradient(top, #222222 0%,#1f1f1f 100%);
    background: -ms-linear-gradient(top, #222222 0%,#1f1f1f 100%);
    background: linear-gradient(to bottom, #222222 0%,#1f1f1f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#1f1f1f',GradientType=0 );
}

.select-opener:before {
    position: absolute;
    left: 11px;
    top: 12px;
    width: 0;
    height: 0;
    content: "";
    z-index: 2;
    border-top: 9px solid #fcf9f2;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.select-active .select-opener {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.select-options {
    position: absolute;
    overflow: hidden;
    background: #fff;
    z-index: 2000;
    border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
}

    .select-options .drop-holder {
        overflow: hidden;
        height: 1%;
    }

    .select-options ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .select-options ul li {
            width: 100%;
            float: left;
        }

        .select-options ul a {
            text-decoration: none;
            padding: 5px 10px;
            display: block;
            cursor: default;
            color: #333;
            height: 1%;
        }

    .select-options .item-selected a {
        text-decoration: none;
        background: #222;
        color: #fff;
    }


#content .pageTabs {
    min-height: 31px;
}

#content .customerCenter {
    border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
}

#content .leftColumn {
    width: 600px;
    float: left;
}

#content .rightColumn {
    width: 200px;
    float: right;
}

#content .pageTabs .pageTab {
    border-bottom: 1px solid black;
    -moz-border-radius: 14px 38px 0 0;
    -webkit-border-top-left-radius: 14px;
    -webkit-border-top-right-radius: 38px;
    border-radius: 14px 38px 0 0;
    float: left;
    height: 30px;
    padding: 0 15px;
    background: #fff;
}

    #content .pageTabs .pageTab.selected {
        font-weight: bold;
        border: 0;
        height: 31px;
        border-radius: 15px 40px 0 0;
        -moz-border-radius: 15px 40px 0 0;
        -webkit-border-top-left-radius: 15px;
        -webkit-border-top-right-radius: 40px;
    }

    #content .pageTabs .pageTab a {
        text-decoration: none;
    }

#content .results {
    margin: 0 10px;
}

    #content .results .header {
        font-size: 30px;
        margin: 10px 0;
    }

    #content .results .resultNotification {
    }

    #content .results .result a {
        text-decoration: none;
    }

    #content .results .result .resultHeader {
        margin: 2px 0;
    }

    #content .results .result .resultContent {
        margin: 2px 0;
    }

    #content .results .result .resultContentTeaser {
        font-style: italic;
    }

@media only screen and (max-width: 1279px) {
    /*#header,*/
    body {
        min-width: 960px;
    }

    #main,
    #footer,
    .header-holder,
    .panel .holder {
        max-width: 960px;
    }

    .panel {
    }

        .panel .frame { /*width: 955px;*/
        }

    .main-nav { /*max-width: 800px;*/
    }

        .main-nav .drop {
            width: 920px;
        }

    .main-row .intro {
        width: 592px;
    }

    .main-row .columns {
        width: 310px;
    }

    .main-row .intro h2 {
        font-size: 31px;
    }

    .columns .col {
        width: 274px;
        margin-left: 15px;
        padding: 9px 18px 15px;
    }

    .info-block .description h2 {
        margin-bottom: 15px;
    }

    .info-block .description p {
        margin-bottom: 9px;
    }

    .info-block .description .inner {
        margin-bottom: -2px;
    }

    #main .columns-dark .col2 .inner {
        width: 275px;
    }

    .subscribe-form .input-holder input[type="text"] {
        width: 248px;
    }

    .subscribe-form .row input[type="text"] {
        width: 155px;
    }

    .columns-dark .col2 {
        margin-left: 15px;
    }

    .columns .col h2 {
        padding: 0 40px;
    }

        .columns .col h2:after,
        .columns .col h2:before {
            width: 40px;
        }

    .drop ul ul li {
        padding: 0 13px;
        width: 137px;
    }

    #content {
        width: 686px;
    }

    .carousel .mask-switcher {
        width: 613px;
    }

    .carousel .slide-switcher {
        width: 133px;
    }

    .carousel .btn-prev,
    .carousel .btn-next {
        height: 72px;
        background-position: 0 -8px;
    }

    .carousel .btn-next {
        background-position: 0 -118px;
    }

    .red-block {
        padding-right: 130px;
    }

    .post {
        width: 193px;
    }

    .isotop-item {
        width: 333px;
    }

        .isotop-item.large {
            width: 686px;
        }

            .isotop-item.large .alignright .image {
                width: 236px;
                max-width: 236px;
            }

        .isotop-item .alignright .image {
            width: 100%;
            max-width: 188px;
        }

        .isotop-item.large .inner-block {
            width: 450px;
        }

    .list-files a {
        width: 146px;
    }

    .footer-heading h1 {
        font-size: 31px;
    }

    .footer-holder .list .col {
        width: 145px;
    }

        .footer-holder .list .col:first-child {
            width: 136px;
        }

    .footer-holder .list .columnWrap {
        min-width: 136px;
    }

    #content .leftColumn {
        width: 480px;
    }
}

@media only screen and (min-width: 481px) {
    .main-nav .js-slide-hidden { /*padding: 0 15px;*/ /*max-width: 930px;*/
        *padding: 0 62px 0 0;
        overflow: hidden !important;
        position: inherit !important;
        left: 62px !important;
        top: 0 !important;
    }

    .search-popup {
        position: relative;
        height: 50px;
    }
}

@media only screen and (max-width: 480px) {
    body {
        background: #2a3a4a; /*background: #f0f0f0;*/
        max-width: 480px;
        min-width: 300px;
    }

    #header, body {
        max-width: 480px;
        min-width: 300px;
    }

    #wrapper,
    .w1 {
        background: none;
        padding: 0;
    }

    .logo {
        width: 157px;
        height: 29px;
        margin: 4px 11px 0 0;
        background: url(../images/logo-mobile-1x.png) no-repeat;
    }

    .main-row .columns,
    .main-row .intro,
    #main,
    #footer,
    .header-holder,
    .panel .holder {
        width: 100%;
    }

    #header, #header.mobile {
        -webkit-box-shadow: 0 2px 3px rgba(26,23,27,.25);
        -moz-box-shadow: 0 2px 3px rgba(26,23,27,.25);
        box-shadow: 0 2px 3px rgba(26,23,27,.25);
        background: #fff url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f4 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f4));
        background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f4 100%);
        background: -o-linear-gradient(top, #ffffff 0%,#f3f3f4 100%);
        background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f4 100%);
        background: linear-gradient(to bottom, #ffffff 0%,#f3f3f4 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f4',GradientType=0 );
        position: relative;
        margin: 0;
        font-size: 13px;
        z-index: 12;
        min-height: 1px;
        position: relative;
    }

    .header-frame {
        float: none;
        width: 100%;
    }

        .header-frame:after {
            display: block;
            clear: both;
            content: "";
        }

    .popup-holder .open {
        display: block;
    }

    .popup {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 2;
    }

    .header-holder .popup {
        left: 10px;
        background: url(../images/bg-col2.png);
        border-radius: 0 0 3px 3px;
        -moz-border-radius: 0 0 3px 3px;
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        text-shadow: 1px 1px #000;
        width: 300px;
        top: 25px;
    }

    .languages,
    .add-nav {
        padding: 0;
        border-color: #e7e7e7;
    }

        .languages li,
        .add-nav li {
            float: none;
            border-top: 1px solid #000;
            box-shadow: 0 1px 0 #333 inset;
            -webkit-box-shadow: 0 1px 0 #333 inset;
            -moz-box-shadow: 0 1px 0 #333 inset;
            padding: 0;
            margin: 5px 0;
        }

            .languages li:before {
                display: none;
            }

            .languages li:first-child,
            .add-nav li:first-child {
                border: 0;
                box-shadow: 0 0 0 inset;
                -webkit-box-shadow: 0 0 0 inset;
                -moz-box-shadow: 0 0 0 inset;
            }

            .languages li a,
            .add-nav li a {
                border: 0;
                color: #fff;
                float: none;
                display: block;
                padding: 3px 9px;
            }

                .languages li a:hover {
                    text-decoration: underline;
                }

    .header-holder .open {
        float: left;
        padding: 4px 20px 4px 10px;
        position: relative;
        width: 82px;
    }

    .languages .open {
        text-decoration: underline;
        padding: 3px 20px 6px;
        font-weight: bold;
        font-size: 14px;
        border: 0;
        width: 31px;
    }

        .languages .open:hover {
            text-decoration: none;
        }

    .header-holder .open:after {
        position: absolute;
        right: 12px;
        top: 12px;
        width: 0;
        height: 0;
        content: "";
        border-top: 5px solid #333;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
    }

    .languages .open:after {
        right: 21px;
    }

    .link-button {
        background: #222 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZjFmMWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #222222 0%, #1f1f1f 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#1f1f1f));
        background: -webkit-linear-gradient(top, #222222 0%,#1f1f1f 100%);
        background: -o-linear-gradient(top, #222222 0%,#1f1f1f 100%);
        background: -ms-linear-gradient(top, #222222 0%,#1f1f1f 100%);
        background: linear-gradient(to bottom, #222222 0%,#1f1f1f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#1f1f1f',GradientType=0 );
        border: 0;
        box-shadow: 0 0 0;
        -webkit-box-shadow: 0 0 0;
        -moz-box-shadow: 0 0 0;
        float: right;
        width: 126px;
        padding: 3px 5px 6px;
    }

    .panel, .panel.mobile {
        position: relative;
        top: 0 !important;
    }

        .panel .frame {
            border-radius: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            margin: 0;
            padding: 0 0 0 9px;
            min-width: 311px;
            width: auto;
            height: auto;
        }

    .main-nav {
        float: right;
        border-right: 0;
        margin-left: 0;
        font-size: 15px;
        border-left-color: #e23b4a;
    }

        .main-nav #mainNavigation {
            overflow: auto;
            height: auto;
            width: 100%;
        }

        .main-nav .arrowLeft.nomobile,
        .main-nav .arrowRight.nomobile {
            display: none;
        }

        .main-nav .slide {
            width: 100%;
            background: #e11a2c url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxMWEyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZDE4MjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top, #e11a2c 0%, #cd1828 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e11a2c), color-stop(100%,#cd1828));
            background: -webkit-linear-gradient(top, #e11a2c 0%,#cd1828 100%);
            background: -o-linear-gradient(top, #e11a2c 0%,#cd1828 100%);
            background: -ms-linear-gradient(top, #e11a2c 0%,#cd1828 100%);
            background: linear-gradient(to bottom, #e11a2c 0%,#cd1828 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e11a2c', endColorstr='#cd1828',GradientType=0 );
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 2;
        }

        .main-nav > .opener {
            float: left;
            text-shadow: 1px 1px 4px rgba(0,0,0,.2);
            font-size: 15px;
            font-weight: bold;
            padding: 7px 39px 8px 13px;
            width: 45px;
            display: block;
            background: url(../images/ico-6-1x.png) no-repeat 72% 12px;
        }

        .main-nav ul {
            float: none;
        }

        .main-nav li {
            padding: 5px 0;
            border: 0;
            float: none;
            border-top: 1px solid #e23b4a;
        }

        .main-nav .drop li {
            border-color: #e9e7e1;
        }

        .main-nav li:first-child {
            border: 0;
        }

        .main-nav a {
            float: none;
            display: block;
            padding: 1px 10px 2px;
        }

            .main-nav a.link-opener {
                background: url(../images/ico-6-1x.png) no-repeat 95% 5px;
            }

        .main-nav > .slide > nav > ul > .active > a,
        .main-nav > .slide > nav > ul > li:hover > a,
        .main-nav > .slide > nav > ul > li > a:hover {
            text-decoration: underline;
            background: none !important;
            filter: none;
            color: #fff;
        }

        .main-nav .drop {
            display: block;
            position: relative;
            top: 0;
            width: 100%;
            padding: 0;
            font-size: 11px;
            text-shadow: 1px 1px 1px rgba(204,204,204,.55);
            background: #fff url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3));
            background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 100%);
            background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 100%);
            background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 100%);
            background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
        }

        .main-nav .title {
            font: 13px/16px 'Oxygen', Arial, Helvetica, sans-serif;
            margin: 0;
        }

            .main-nav .title .opener {
                cursor: pointer;
                display: block;
                padding: 4px 20px 2px;
            }

    .drop ul ul li {
        float: none;
        width: auto;
        font-weight: bold;
        padding: 0;
        border-top: 1px solid #e9e7e1;
    }

    .drop ul ul ul li:first-child {
        border-top: 1px solid #e9e7e1;
    }

    .drop ul ul ul li {
        font-size: 11px;
        font-weight: bold;
        padding: 0;
    }

    .drop a {
        padding: 0 10px 0 29px;
    }

    .drop .frequency,
    .drop .info-row,
    .main-nav .heading,
    .main-nav .drop:before {
        display: none;
    }

    .search-popup {
        float: left;
        border-right: 0;
    }

    .panel .search-popup .open {
        text-indent: -9999px;
        overflow: hidden;
        width: 42px;
        height: 35px;
        border-right: 1px solid #bb1723;
        border-left: 1px solid #e23b4a;
        padding: 0;
        background: url(../images/btn-search-mobile-1x.png) no-repeat 13px 9px;
    }

    .panel .search-popup .popup {
        top: 35px; /*40px;*/ /*left: 5px;*/
        right: auto;
    }

    .popup-active .search-form,
    .search-form fieldset,
    .search-form {
        float: left;
        border: 0;
        width: auto;
    }

    .panel .search-popup.popup-active .open {
        display: block;
    }

    .search-form fieldset {
        -webkit-box-shadow: 0 2px 3px rgba(26,23,27,.25);
        -moz-box-shadow: 0 2px 3px rgba(26,23,27,.25);
        box-shadow: 0 2px 3px rgba(26,23,27,.25);
        padding: 0;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

    .search-form input[type="text"] {
        display: block;
        border: solid 1px #ccc;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
        color: #222;
        background: #fff url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGYzZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #ffffff 0%, #f4f3f4 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f3f4));
        background: -webkit-linear-gradient(top, #ffffff 0%,#f4f3f4 100%);
        background: -o-linear-gradient(top, #ffffff 0%,#f4f3f4 100%);
        background: -ms-linear-gradient(top, #ffffff 0%,#f4f3f4 100%);
        background: linear-gradient(to bottom, #ffffff 0%,#f4f3f4 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f3f4',GradientType=0 );
        padding: 8px 8px 9px;
        margin: 0;
        width: 244px;
        font-size: 12px;
        line-height: 16px;
        height: 16px;
    }

    .search-form input[type="submit"] {
        -webkit-border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
        background: url(../images/btn-search-mobile-big-1x.png) no-repeat;
        width: 48px;
        height: 35px;
        margin: 0;
    }

    .panel {
        margin-bottom: 5px;
    }

    #main {
        padding: 0 5px;
    }

    .main-row {
        padding: 5px 0 0;
    }

        .main-row .intro {
            background: #fff;
            padding: 5px 7px;
            margin: 0 0 5px;
            border-radius: 2px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
        }

            .main-row .intro h2,
            .main-row .intro h1 {
                font-size: 29px;
                line-height: 30px;
                background: none;
                padding: 0;
                border-radius: 0;
                -moz-border-radius: 0;
                -webkit-border-radius: 0;
                color: #333;
            }

            .main-row .intro h2 {
                font-size: 16px;
                line-height: 18px;
                padding: 0;
            }

    .block-visual {
        border: 1px solid #ccc;
        margin-bottom: 4px;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
    }

        .block-visual img {
            border-radius: 2px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
        }

    figure.desktop {
        display: none;
    }

    figure.mobile {
        display: block;
        max-width: 420px;
    }

    .block-visual .button-holder {
        display: block;
        overflow: hidden;
    }

    .block-visual .button {
        display: block;
        margin: 0 0 0 auto;
        width: 89px;
        padding: 3px 3px 4px;
        font-size: 11px;
        line-height: 14px;
        font-weight: bold;
        color: #fff;
        background: #e11a2c url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxMWEyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZDE4MjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #e11a2c 0%, #cd1828 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e11a2c), color-stop(100%,#cd1828));
        background: -webkit-linear-gradient(top, #e11a2c 0%,#cd1828 100%);
        background: -o-linear-gradient(top, #e11a2c 0%,#cd1828 100%);
        background: -ms-linear-gradient(top, #e11a2c 0%,#cd1828 100%);
        background: linear-gradient(to bottom, #e11a2c 0%,#cd1828 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e11a2c', endColorstr='#cd1828',GradientType=0 );
        border-radius: 3px;
        text-align: center;
    }

    .block-visual .text-block {
        top: 12px;
        right: 14px;
        max-width: 280px;
    }

    h2 {
        font-size: 14px;
        line-height: 16px;
    }

    .block-visual h2 {
        font-size: 11px;
        line-height: 13px;
        margin-bottom: 28px;
    }

    .red-block h2 {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 16px;
    }

    .content-block h2 {
        margin-bottom: 11px;
    }

    h1 {
        font-size: 24px;
        line-height: 26px;
    }

    .block-visual h1 {
        font-size: 15px;
        line-height: 16px;
        margin-bottom: 1px;
    }

    .red-block h1 {
        font-size: 17px;
        line-height: 20px;
        margin-bottom: 1px;
    }

    .columns {
        margin: 0;
    }

    #main .columns .col2 {
        margin: 0 0 5px;
        float: none;
        font-size: 14px;
        line-height: 16px;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
    }

    #main .columns-dark .col2 .inner {
        width: auto;
        padding: 5px 8px 8px 9px;
        background: url(../images/ico-4-mobile-1x.png) no-repeat 100% 0;
    }

    #main .columns .col2:first-child .inner {
        background: url(../images/ico-3-mobile-1x.png) no-repeat 100% 0;
    }

    #main .columns .col2.last-child .inner {
        background: url(../images/ico-5-mobile-1x.png) no-repeat 100% 0;
    }

    .columns .col2 h2 strong,
    .columns .col2 h2 {
        font-size: 24px;
        line-height: 26px;
    }

    .columns .col2 h2 {
        margin: 0;
    }

    .columns .col2:first-child h2 {
        margin: 0 28px 0 0;
    }

    input {
        font-size: 10px;
        line-height: 14px;
        height: 14px;
    }

    .track-form input[type="submit"] {
        height: 20px;
        line-height: 20px;
        width: 38px;
        font-size: 10px;
    }

    .track-form input[type="text"] {
        line-height: 14px;
        height: 14px;
        padding: 3px 5px;
        width: 76px;
        border-radius: 2px 0 0 2px;
        -moz-border-radius: 2px 0 0 2px;
        -webkit-border-top-right-radius: 2px;
        -webkit-border-bottom-right-radius: 2px;
    }

    .columns-dark .col2 p {
        margin-bottom: 0;
    }

    .columns .col2 .button {
        width: 113px;
        padding: 3px 5px;
        font-size: 10px;
        line-height: 14px;
        margin-right: 0;
    }

    .subscribe-form {
        padding: 16px 0 0;
        margin-left: -2px;
    }

    .inner-container .subscribe-form {
        padding: 0;
        margin: 0;
    }

    .subscribe-form .input-holder {
        float: left;
        padding: 0 6px 0 0;
    }

    .inner-container .input-holder {
        float: none;
        padding: 0 0 3px;
    }

    .subscribe-form .input-holder input[type="text"] {
        width: 137px;
        padding: 3px 4px;
    }

    .inner-container input[type="text"] {
        font-size: 8px;
        line-height: 11px;
        height: 11px;
    }

    .inner-container .input-holder input[type="text"] {
        width: 118px;
        padding: 2px;
    }

    .subscribe-form .row input[type="text"] {
        padding: 3px 7px;
        width: 81px;
    }

    .inner-container .row input[type="text"] {
        padding: 2px;
        width: 79px;
    }

    .subscribe-form input[type="submit"] {
        width: 49px;
        height: 20px;
        line-height: 20px;
    }

    .form-sort input[type="submit"] {
        width: 83px;
        height: 25px;
        line-height: 25px;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
    }

    .download .form-sort input[type="submit"] {
        margin: 19px 0 0 6px;
    }

    .news .form-sort input[type="submit"] {
        margin: 19px 0 0 6px;
    }

    .inner-container input[type="submit"] {
        width: 39px;
        font-size: 8px;
        height: 15px;
        line-height: 15px;
    }

    .info-block .video {
        float: none;
        margin: 0;
        padding: 0;
    }

        .info-block .video iframe {
            display: none;
        }

    .inner-container {
        display: table;
        width: 100%;
    }

    .info-block {
        width: 100%;
        margin-bottom: 5px;
    }

        .info-block .description {
            font-size: 8px;
            line-height: 12px;
            padding: 7px 10px 0; /*width: 290px;*/
        }

            .info-block .description .inner {
                margin-bottom: -1px;
            }

            .info-block .description h1 {
                font-size: 24px;
                line-height: 26px;
                margin-bottom: 2px;
            }

            .info-block .description h2 {
                font-size: 14px;
                line-height: 16px;
                margin-bottom: 12px;
            }

            .info-block .description p {
                margin-bottom: 12px;
            }

    .inner-container .columns {
        display: table-footer-group;
    }

    .columns .col {
        width: 122px;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        padding: 5px 15px;
        margin: 0 0 5px 6px;
        background: #e11a2c;
        font-size: 9px;
        line-height: 12px;
        color: #fcf9f2;
    }

        .columns .col.white {
            background: #fff;
            color: #222;
            float: left;
        }

        .columns .col.black {
            background: #222;
            color: #fcf9f2;
        }

        .columns .col:first-child {
            display: none;
        }

    .column-mobile {
        display: block;
    }

    .columns .col h2 {
        padding: 0 18px;
        font-size: 12px;
        line-height: 14px;
        color: #7f2a1d;
        margin-bottom: 3px;
    }

        .columns .col h2:after,
        .columns .col h2:before {
            top: 6px;
            width: 18px;
            background: #ce1b28;
            box-shadow: 0 1px 0 rgba(255,255,255, 0.25);
            -webkit-box-shadow: 0 1px 0 rgba(255,255,255, 0.25);
            -moz-box-shadow: 0 1px 0 rgba(255,255,255, 0.25);
        }

    .columns .col.white h2:after,
    .columns .col.white h2:before {
        display: none;
    }

    .columns .col.black h2:after,
    .columns .col.black h2:before {
        background: #222;
    }

    .col.white h2 {
        color: #999;
    }

    .columns .col.black h2 {
        color: #fcf9f2;
    }

    .columns .col .button {
        font-size: 8px;
        line-height: 12px;
        width: 90px;
        margin: 0 auto;
        padding: 2px 2px 1px;
    }

    .columns .col.white .button {
        background: #e11a2c url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxMWEyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZDE4MjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #e11a2c 0%, #cd1828 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e11a2c), color-stop(100%,#cd1828));
        background: -webkit-linear-gradient(top, #e11a2c 0%,#cd1828 100%);
        background: -o-linear-gradient(top, #e11a2c 0%,#cd1828 100%);
        background: -ms-linear-gradient(top, #e11a2c 0%,#cd1828 100%);
        background: linear-gradient(to bottom, #e11a2c 0%,#cd1828 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e11a2c', endColorstr='#cd1828',GradientType=0 );
    }

    .breadcrumbs,
    #sidebar,
    .button .hidden {
        display: none;
    }

    .columns-holder {
        overflow: hidden;
        margin: 0 0 0 -6px;
    }

    .columns .col p {
        margin-bottom: 5px;
    }

    #content {
        float: none;
        width: 100%;
    }

    #main .red-block {
        padding: 4px 5px 11px;
        background: #e11a2c;
        font-size: 11px;
        line-height: 15px;
        margin-bottom: 5px;
    }

    .red-block .text-holder {
        padding: 0;
    }

    .red-block p {
        margin-bottom: 11px;
    }

    .form-sort fieldset {
        padding-top: 3px;
    }

    .form-sort label {
        margin-bottom: 4px;
    }

    .form-sort .area {
        margin-left: 6px;
    }

    .form-sort .row {
        padding-top: 10px;
    }

    .form-sort .note {
        margin: 3px 0 0 12px;
    }

    .content-block {
        padding: 6px 0 10px;
        font-size: 8px;
        line-height: 12px;
        margin-bottom: 5px;
        overflow: hidden;
    }

        .content-block .heading {
            padding: 0 5px 0 8px;
        }

        .content-block .visual {
            margin: 0 -97px 8px 0;
        }

        .content-block .text-holder {
            padding: 0 10px;
        }

        .content-block p {
            margin-bottom: 12px;
        }

    .slideshow .mask {
        margin-bottom: 14px;
    }

    .carousel .mask-switcher {
        width: 100%;
    }

    .carousel .slide-switcher {
        width: 83px;
        padding-right: 10px;
    }

    .carousel .btn-prev,
    .carousel .btn-next {
        width: 14px;
        height: 45px;
        margin-right: 6px;
        background: url(../images/arrows-carousel-mobile.png) no-repeat;
    }

    .carousel .btn-next {
        background-position: 0 -55px;
        margin: 0 0 0 -3px;
    }

    .post {
        width: 142px;
        margin: 0 6px 5px 0;
        font-size: 9px;
        line-height: 11px;
        padding: 2px 5px 30px;
    }

        .post .date {
            font-size: 9px;
            line-height: 12px;
            margin-bottom: -1px;
        }

        .post h2 {
            font-size: 11px;
            line-height: 13px;
            margin-bottom: 12px;
        }

        .post .visual {
            margin: -8px -5px 3px;
        }

        .post .button {
            font-size: 9px;
            bottom: 5px;
            padding: 5px;
            min-width: 96px;
        }

    .sort-block {
        padding: 4px 0 0;
    }

        .sort-block .title {
            margin-bottom: 5px;
        }

    .option-set {
        font-size: 8px;
        line-height: 10px;
    }

        .option-set a {
            padding: 8px 5px 7px 4px;
        }

    .isotop-item {
        width: 152px;
        margin: 0 6px 5px 0;
        height: 95px;
    }

        .isotop-item.large {
            width: 310px;
            height: 242px;
            font-size: 10px;
            line-height: 12px;
            min-height: 1px;
        }

    .isotope .inner-block {
        padding: 1px 0 0 5px;
        height: 66px;
        width: 91px;
    }

    .isotop-item.large .inner-block {
        height: 210px;
        padding-top: 2px;
        width: 200px;
    }

    .isotope h2 {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 0;
    }

    .isotop-item.large h2 {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 -1px 10px;
    }

    .isotope .position {
        font-size: 11px;
        line-height: 14px;
        margin-bottom: 2px;
    }

    .isotop-item.large .position {
        font-size: 11px;
        margin-bottom: 10px;
    }

    .isotope .button {
        bottom: 7px;
        font-size: 11px;
        padding: 3px 6px;
        border-radius: 0 2px 2px 0;
        -moz-border-radius: 0 2px 2px 0;
        -webkit-border-top-right-radius: 2px;
        -webkit-border-bottom-right-radius: 2px;
    }

    .isotop-item.large .button {
        bottom: 9px;
    }

    .isotope .alignright {
        width: 50%;
        margin: 0;
    }

    .isotop-item.large .alignright {
        width: 45%;
        margin: 0 -13px 0 -40px;
    }

    .isotope p {
        margin-bottom: 6px;
    }

    .isotope dl {
        font-size: 10px;
        line-height: 12px;
        width: 125px;
        margin-bottom: 10px;
    }

    .isotope dt {
        width: 31px;
        padding: 2px 5px 2px 17px;
    }

    .isotope dd {
        padding: 2px 0;
    }

    .social-icons {
        margin-left: 7px;
    }

        .social-icons li {
            margin-right: 4px;
        }

        .social-icons a {
            width: 18px;
            height: 18px;
        }

        .social-icons .skype {
            background: url(../images/bg-social-networks-mobile-1x.png) no-repeat;
        }

            .social-icons .skype:hover {
                background-position: 0 -18px;
            }

        .social-icons .google {
            background: url(../images/bg-social-networks-mobile-1x.png) no-repeat -23px 0;
        }

            .social-icons .google:hover {
                background-position: -23px -18px;
            }

        .social-icons .facebook {
            background: url(../images/bg-social-networks-mobile-1x.png) no-repeat -45px 0;
        }

            .social-icons .facebook:hover {
                background-position: -45px -18px;
            }

        .social-icons .linkedin {
            background: url(../images/bg-social-networks-mobile-1x.png) no-repeat -67px 0;
        }

            .social-icons .linkedin:hover {
                background-position: -67px -18px;
            }

        .social-icons .twitter {
            background: url(../images/bg-social-networks-mobile-1x.png) no-repeat -89px 0;
        }

            .social-icons .twitter:hover {
                background-position: -89px -18px;
            }

    .box-files {
        padding: 5px 15px 10px;
        margin-bottom: 5px;
    }

        .box-files h2 {
            font-size: 18px;
            line-height: 14px;
            padding-bottom: 8px;
            margin-top: 15px;
        }

    .list-files {
        line-height: 9px;
        margin-bottom: 5px;
    }

        .list-files img {
            float: left;
            width: 45px;
            margin-bottom: 5px;
        }

        .list-files .iconTextFloat {
            font-size: 6px;
            left: 33px;
            position: absolute;
            color: white;
            top: 17px;
        }

        .list-files a {
            width: 480px;
            padding: 7px 5px 2px;
            text-align: left;
        }

            .list-files a .text {
                margin-left: 30px;
            }

        .list-files li {
            height: 55px;
        }

    #footer {
        padding: 0 5px 5px 4px;
    }

    .footer-holder {
        padding: 5px 4px 10px 6px;
    }

    .footer-heading {
        padding-right: 5px;
        margin-bottom: 5px;
    }

        .footer-heading h1 {
            font-size: 12px;
            line-height: 13px;
            float: left;
            width: 97px;
            padding: 4px 5px 5px 35px;
            background: url(../images/ico-1-mobile-1x.png) no-repeat;
        }

        .footer-heading .track-form fieldset {
            padding: 8px 0 6px 6px;
        }

        .footer-heading .track-form input[type="submit"] {
            width: 39px;
            height: 15px;
            line-height: 15px;
            font-size: 8px;
        }

        .footer-heading .track-form input[type="text"] {
            padding: 2px 4px;
            width: 116px;
            font-size: 8px;
            line-height: 11px;
            height: 11px;
        }

    .footer-holder .button {
        font-size: 9px;
        line-height: 12px;
        padding: 4px 7px 3px 25px;
        background: #202020 url(../images/ico-2-mobile-1x.png) no-repeat 6px 2px;
    }

    .footer-holder h2 {
        font-size: 15px;
        line-height: 20px;
    }

    .footer-holder .info {
        padding-bottom: 4px;
    }

    .footer-holder h3 {
        font-size: 11px;
        line-height: 12px;
    }

    .footer-holder .area h3 {
        margin-bottom: 7px;
    }

    .footer-holder .list .col ul {
        font-size: 11px;
        line-height: 12px;
    }

    .footer-holder .list {
        padding: 8px 0 0 14px;
    }

        .footer-holder .list .heading {
            min-height: 19px;
            margin-bottom: 1px;
        }

        .footer-holder .list .col ul li {
            padding-bottom: 8px;
        }

        .footer-holder .list .col,
        .footer-holder .list .col:first-child {
            width: 128px;
            margin: 0 0 21px 10px;
        }

        .footer-holder .list .columnWrap {
            min-width: 128px;
        }

    .footer-holder .inner-column {
        float: left;
        width: 138px;
        margin: 0;
    }

        .footer-holder .inner-column .col:first-child {
            margin-bottom: -22px;
        }

    .footer-holder .area {
        font-size: 11px;
        line-height: 14px;
        padding: 0 0 0 24px;
    }

    /* Connections bar */
    .ConnectionsBar div {
        float: right;
        margin-top: 3px;
    }

    .ConnectionsBar h1 {
        width: 50%;
    }

    .ConnectionsBar div a {
        font-size: 0.7em;
        font-weight: 100;
        padding: 0 5px;
        line-height: 1.8em;
    }

        .ConnectionsBar div a:hover {
            text-decoration: none;
        }

    select {
        width: 147px;
    }

        select.medium {
            width: 95px;
        }

        select.short {
            width: 70px;
        }

    .select-area {
        height: 26px;
    }

        .select-area .center {
            padding: 5px;
        }

        .select-area .select-opener {
            height: 26px;
            width: 28px;
        }

    .select-opener:before {
        left: 9px;
        top: 10px;
        border-top: 6px solid #fcf9f2;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
    }

    .select-options {
        font-size: 11px;
        line-height: 14px;
    }

    #content .leftColumn {
        width: 350px;
    }

    #content .rightColumn {
        width: 70px;
    }

        #content .rightColumn img {
            display: none;
        }

    #footer .track-trace-response-container {
        margin: 35px 0 20px 20px;
    }

    #footer .footer-heading.TrackAndTrace h1 {
        height: 30px;
    }
}

@media ( -webkit-min-device-pixel-ratio : 1.5 ), ( min-resolution : 144dpi ) {
    .logo {
        background: url(../images/logo-mobile-2x.png) no-repeat;
        background-size: 157px 29px;
        -moz-background-size: 157px 29px;
        -webkit-background-size: 157px 29px;
    }

    .main-nav .open {
        background: url(../images/ico-6-2x.png) no-repeat 72% 12px;
        background-size: 15px 12px;
        -moz-background-size: 15px 12px;
        -webkit-background-size: 15px 12px;
    }

    .search-popup .open {
        background: url(../images/btn-search-mobile-2x.png) no-repeat 13px 9px;
        background-size: 18px 18px;
        -moz-background-size: 18px 18px;
        -webkit-background-size: 18px 18px;
    }

    .search-form input[type="submit"] {
        background: url(../images/btn-search-mobile-big-2x.png) no-repeat;
        background-size: 48px 35px;
        -moz-background-size: 48px 35px;
        -webkit-background-size: 48px 35px;
    }

    #main .columns-dark .col2 .inner {
        background: url(../images/ico-4-mobile-2x.png) no-repeat 100% 0;
        background-size: 71px 75px;
        -moz-background-size: 71px 75px;
        -webkit-background-size: 71px 75px;
    }

    #main .columns .col2:first-child .inner {
        background: url(../images/ico-3-mobile-2x.png) no-repeat 100% 0;
        background-size: 93px 47px;
        -moz-background-size: 93px 47px;
        -webkit-background-size: 93px 47px;
    }

    #main .columns .col2.last-child .inner {
        background: url(../images/ico-5-mobile-2x.png) no-repeat 100% 0;
        background-size: 72px 75px;
        -moz-background-size: 72px 75px;
        -webkit-background-size: 72px 75px;
    }

    .carousel .btn-prev,
    .carousel .btn-next {
        background: url(../images/arrows-carousel-mobile-1x.png) no-repeat;
        background-size: 14px 45px;
        -moz-background-size: 14px 45px;
        -webkit-background-size: 14px 45px;
    }

    .carousel .btn-next {
        background-position: 0 -55px;
    }

    .footer-heading h1 {
        background: url(../images/ico-1-mobile-1x.png) no-repeat;
        background-size: 32px 35px;
        -moz-background-size: 32px 35px;
        -webkit-background-size: 32px 35px;
    }

    .footer-holder .button {
        background: #202020 url(../images/ico-2-mobile-2x.png) no-repeat 6px 2px;
        background-size: 13px 14px;
        -moz-background-size: 13px 14px;
        -webkit-background-size: 13px 14px;
    }

    .social-icons .skype {
        background: url(../images/bg-social-networks-mobile-2x.png) no-repeat;
        background-size: 107px 36px;
        -moz-background-size: 107px 36px;
        -webkit-background-size: 107px 36px;
    }

        .social-icons .skype:hover {
            background-position: 0 -18px;
        }

    .social-icons .google {
        background: url(../images/bg-social-networks-mobile-2x.png) no-repeat -23px 0;
        background-size: 107px 36px;
        -moz-background-size: 107px 36px;
        -webkit-background-size: 107px 36px;
    }

        .social-icons .google:hover {
            background-position: -23px -18px;
        }

    .social-icons .facebook {
        background: url(../images/bg-social-networks-mobile-2x.png) no-repeat -45px 0;
        background-size: 107px 36px;
        -moz-background-size: 107px 36px;
        -webkit-background-size: 107px 36px;
    }

        .social-icons .facebook:hover {
            background-position: -45px -18px;
        }

    .social-icons .linkedin {
        background: url(../images/bg-social-networks-mobile-2x.png) no-repeat -67px 0;
        background-size: 107px 36px;
        -moz-background-size: 107px 36px;
        -webkit-background-size: 107px 36px;
    }

        .social-icons .linkedin:hover {
            background-position: -67px -18px;
        }

    .social-icons .twitter {
        background: url(../images/bg-social-networks-mobile-2x.png) no-repeat -89px 0;
        background-size: 107px 36px;
        -moz-background-size: 107px 36px;
        -webkit-background-size: 107px 36px;
    }

        .social-icons .twitter:hover {
            background-position: -89px -18px;
        }
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

    .fancybox-opened .fancybox-skin {
        -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url('../images/fancybox_loading.gif') center center no-repeat;
    }

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../images/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

    .fancybox-lock body {
        overflow: hidden !important;
    }

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent; /* Fallback for web browsers that doesn't support RGBa */
        background: rgba(0, 0, 0, 0.8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #FFF;
        font-weight: bold;
        line-height: 24px;
        white-space: nowrap;
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('../images/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

        #fancybox-loading div {
            background-image: url('../images/fancybox_loading@2x.gif');
            background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
        }
}

/* SlidesJS Required: These styles are required if you'd like a responsive slideshow*/

.container:hover .slidesjs-navigation {
    bottom: 10px;
}

/* Next / Preview buttons */
.slidesjs-navigation {
    position: absolute;
    bottom: -200px;
    margin: 0;
    width: 15px;
    height: 22px;
    cursor: pointer;
    font-size: 0;
    text-indent: -9999em;
    z-index: 9999;
    background-image: url(../images/slider-arrows.png);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.slidesjs-next {
    background-position: top left;
    left: 40px;
}

.slidesjs-previous {
    background-position: bottom left;
    left: 10px;
    ;
}

/* Prevent the slideshow from flashing on load */
#slides {
    display: none;
    position: relative;
}

/* Center the slideshow */
.container {
    margin: 0 auto;
}

/* Show active item in the pagination */
.slidesjs-pagination .active {
    color: red;
}

/* Media quires for a responsive layout */

/* Anything larger than mobile */
@media (min-width: 480px) {
    .container {
        max-width: 352px;
    }

    .info-block .video {
        width: 352px;
    }
}

/* For tablets & smart phones */
@media (max-width: 767px) {
    .container {
        width: auto;
    }
}

/* For smartphones */
@media (max-width: 480px) {
    .container {
        width: auto;
        margin: 0 0 5px;
    }

        .container:hover .slidesjs-navigation {
            display: none;
        }



    #extrafrosenFields .recipient > div {
        width: 100%;
        clear: none;
        padding: 0;
    }

    #extrafrosenFields .recipient .right .top {
        border-top: solid 1px #000;
    }

    #extrafrosenFields .recipient .right ul {
        border-left: none;
    }
}

/* For smaller displays like laptops */
@media (min-width: 768px) and (max-width: 979px) {
    .container {
        width: auto;
    }
}

/* For larger displays */
@media (min-width: 1200px) {
    .container {
        width: auto;
    }
}

/* Generic tweaks */
.inline-block {
    display: inline-block;
}

/* Schedule overlay */
.schedule-overlay-background {
    background: rgba(255, 255, 255, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    height: 100%;
    width: 100%;
}

.schedule-overlay {
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    overflow: auto;
    max-height: 75%;
    border: 1px solid rgba(255, 255, 255, 1);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .schedule-overlay .content {
        position: relative;
        border-radius: 5px;
        background-color: #CCCCCC;
        font-size: 16px;
        padding: 10px;
    }

    .schedule-overlay .overlay-btn {
        float: right;
        color: #fff;
        text-decoration: none;
        background: #222;
        filter: none;
        padding: 4px 6px;
        margin: -10px -9px -20px -20px;
        -webkit-box-shadow: 0 0 8px #999;
        -moz-box-shadow: 0 0 8px #999;
        box-shadow: 0 0 8px #999;
        cursor: pointer;
    }

/* MindKey */
.vacancyListTable {
    border-spacing: 0;
    border-collapse: separate;
}

    .vacancyListTable tr.odd {
        background: #F0F0F0;
    }

    .vacancyListTable th {
        font-weight: bold;
        padding: 5px;
    }

    .vacancyListTable td {
        padding: 5px;
    }

.vacancy_details * {
    color: #333 !important;
    font-family: 'Oxygen', Arial, Helvetica, sans-serif !important;
    -ms-text-size-adjust: none !important;
    -webkit-text-size-adjust: 100% !important;
}

.vacancy_details h1 {
    font: 48px/50px 'Play', Arial, Helvetica, sans-serif !important;
    margin: 0 0 8px !important;
}

.vacancy_details .applyForJobButton {
    display: inline-block;
    padding: 0 15px;
    margin: 20px 0 0 0;
    font: bold 18px/40px 'Play', Arial, Helvetica, sans-serif;
    color: #fff !important;
    text-decoration: none;
    background-color: #000;
    border-radius: 3px;
    border: none;
}

.MindKey table {
    width: 100% !important;
}

.MindKey td {
    vertical-align: top;
}

.MindKey .groupHeader {
    font-size: 2em;
    line-height: 2em;
}

.MindKey label {
    font-weight: bold;
}

.MindKey .mandatory {
    display: inline-block;
    width: auto;
    position: relative;
    top: 3px;
    left: 10px;
    font-weight: bold;
}

.MindKey input[type=text] {
    width: 100%;
    max-width: 344px;
    float: left;
    margin: 0 0 10px;
    padding: 0;
    border: 1px solid #bbb;
}

.MindKey input[type=checkbox] {
    margin-right: 10px;
}

.MindKey input[type=file] {
    margin-left: 10px;
}

.MindKey select {
    width: 100%;
    max-width: 344px;
    margin: 0 0 10px;
}

.MindKey .mindkeyCheckBox {
    width: 100% !important;
}

#ContentPlaceHolderDefault_MasterContentPlaceHolder_MindKeyContentPlaceHolder_Submit_vacancyElementTable1 td {
    width: 33% !important;
}

#ContentPlaceHolderDefault_MasterContentPlaceHolder_MindKeyContentPlaceHolder_Submit_locationTable td {
    width: 33% !important;
}

#ContentPlaceHolderDefault_MasterContentPlaceHolder_MindKeyContentPlaceHolder_Submit_profileTable tr td {
    width: 33% !important;
}

.sendVacancyButton {
    display: inline-block;
    padding: 0 15px;
    margin: 20px 0 0 0;
    font: bold 18px/40px 'Play', Arial, Helvetica, sans-serif;
    color: #fff !important;
    text-decoration: none;
    background-color: #000;
    border-radius: 3px !important;
    border: none;
}

.vacancyList1Item h4 {
    font-size: 2em;
    line-height: 2em;
}

.vacancyList1Item .divider {
    border-bottom: 1px solid #bbb;
    margin: 50px 0;
}

.vacancyList1Item .contentarea .controls:before,
.vacancyList1Item .contentarea .controls:after {
    content: " "; /* 1 */
    display: table;
}

.vacancyList1Item .contentarea .controls:after {
    clear: both;
}

.vacancyList1Item .contentarea .details {
    font-weight: bold;
    float: right;
    margin: 0 0 10px 10px;
}

.vacancyList1Item .contentarea .controls {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .vacancyList1Item .contentarea .controls li {
        margin: 10px;
        float: right;
    }

        .vacancyList1Item .contentarea .controls li:first-child {
            margin: 10px 0;
            float: left;
        }

        .vacancyList1Item .contentarea .controls li .more {
            display: inline-block;
            padding: 0 15px;
            margin: 0;
            font: bold 18px/40px 'Play', Arial, Helvetica, sans-serif;
            color: #fff !important;
            text-decoration: none;
            background-color: #000;
            border-radius: 3px;
            border: none;
        }

.jobAgentButton {
    display: inline-block;
    padding: 0 15px;
    margin: 0;
    font: bold 18px/40px 'Play', Arial, Helvetica, sans-serif;
    color: #fff !important;
    text-decoration: none;
    background-color: #000;
    border-radius: 3px !important;
    border: none;
    width: auto !important;
}

#ContentPlaceHolderDefault_MasterContentPlaceHolder_MindKeyContentPlaceHolder_Submit_loginTable .mandatory,
#ContentPlaceHolderDefault_MasterContentPlaceHolder_MindKeyContentPlaceHolder_MkJobAgent1_Submit_loginTable .mandatory {
    left: -220px;
}

@media screen and (max-width: 1280px) {
    #ContentPlaceHolderDefault_MasterContentPlaceHolder_MindKeyContentPlaceHolder_Submit_loginTable .mandatory,
    #ContentPlaceHolderDefault_MasterContentPlaceHolder_MindKeyContentPlaceHolder_MkJobAgent1_Submit_loginTable .mandatory {
        left: -120px
    }
}

#departure-date-validation-error {
    display: block;
    position: relative;
    font-size: 12px;
    margin-top: 15px;
    background: #202020;
    padding: 2px 5px;
}

    #departure-date-validation-error:after {
        content: '';
        display: inline-block;
        position: absolute;
        top: -8px;
        left: 15px;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #202020;
    }

#booking-form-private .g-recaptcha {
    padding: 0;
}

#booking-form-private .captcha-explanation {
    font-size: 12px;
    line-height: 1.2;
    color: #ABABAB;
    font-style: italic;
    padding: 30px 0 0;
}

.social-share {
    clear: both;
    position: relative;
}

    .social-share .share-media {
        float: right;
        margin: 2px;
        cursor: pointer;
    }

        .social-share .share-media img {
            width: 24px;
        }


.visual {
    position: relative;
}

.video-image-container {
    position: relative;
    width: 100%;
}

.video-overlay {
    position: absolute;
    width: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
    cursor: pointer !important;
}
.video-overlay img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    opacity: .8;
    cursor: pointer;
}

.video-overlay iframe {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0;
}

.video-overlay:hover {
    background-color: rgba(0,0,0,0.5);
    
}

.video-overlay:hover img {
    opacity: 1;
}

.video-overlay.active {
    background-color: rgba(0,0,0,1);
}

.video-overlay.active img {
    opacity: .0;
}
.video-overlay.active iframe {
    opacity: 1;
}
.application-form {
    font-size: 12px;
}
.application-form input[type="text"] {
    box-shadow: none !important;
    border: 1px solid gray !important;
}
.application-form * {
    margin-top: 3px;
    margin-bottom: 3px;
}
.application-form label {
    display: block;
}
.application-form h3 {
    display: block;
    background-color: #CCC;
}

.application-form input, select {
    width: 33%;
}
.application-error {
    color: red;
}
.search-job {
    display: flex;
    flex-wrap: wrap;
}
.search-job * {
    width: 50%;
}
.personal-information div{
    display: flex;
}
.personal-information div *{
    width: 50%;
}
.documents {
    display: flex;
    align-items: flex-end;
    margin-bottom: 5px;
}
.documents div {
    display: flex;
    flex-direction: column;
    font-size: 11px;
    color: #716060;
    align-items: center;
}
.documents input {
    width: 96%;
    height: 22px;
}
.documents input[type=date] {
    height: 24px;
}
.documents label {
    margin-right: auto;
    min-width: 80px;
    margin-bottom: 5px;
    font-size: 16px;
    color: black;
}
.proofs {
    display: flex;
    flex-wrap: wrap;
}
.proofs-container {
    width: 100%;
    display: flex;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 11px;
    color: #716060;
    align-items: flex-end;
}
.proofs-container div {
    display: flex;
    flex-direction: column;
    font-size: 11px;
    color: #716060;
    align-items: center;
}
.proofs-container input {
    width: 96%;
}
.proofs-container select {
    height: 26px;
    width: 100%;
}
.certificates {
    display: flex;
    flex-wrap: wrap;
}
.certificates-container {
    width: 100%;
    display: flex;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 11px;
    color: #716060;
    align-items: flex-end;
}
.certificates-container div{
    display: flex;
    flex-direction: column;
    font-size: 11px;
    color: #716060;
    align-items: center;
}
.certificates-container input {
    width: 96%;
}
.certificates-container select {
    margin-bottom: 7px;
    height: 26px;
}

.voyages {
    display: flex;
    flex-wrap: wrap;
}
.voyages-container {
    width: 100%;
    display: flex;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 11px;
    color: #716060;
    align-items: flex-end;
    margin-bottom: 50px;
    padding-bottom: 5px;
    border-bottom: 1px solid black;
    flex-wrap: wrap;
}
.voyages-container div{
    display: flex;
    flex-direction: column;
    font-size: 11px;
    color: #716060;
    align-items: center;
    width: 20%;
}
.voyages-container input {
    width: 98%;
    height: 18px;
}
.voyages-container .voyages__date {
    width: 50%;   
}
.voyages-container .label-min{
    display: inline-block;
}

.voyages-container input[type="date"] {
    width: 98%;
}
.voyages-container select {
    max-height: 22px;
    width: 100%;
}
.personal-comments {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
}
.accept-toggle {
    margin-top: 5px;
    display: flex;
    align-items: center;
}
.submit-area {
    display: flex;
    justify-content: center;
}
.submit-area div {
    display: flex;
    flex-direction: column;
}
.submit-area select {
    width: 100%;
}
.submit-area input {
    width: 100%;
    min-height: 30px;
}
.submit-area * {
    margin: 5px;
}
.error-feedback {
    border-color: #a94442;
    background: #e4bfbe;
}
.label-min {
    display: none;
}
#form__zip {
    width: 20%;
}
#form__city {
    width: 29%;
}

/* FORM RESPONSIVENESS */
@media only screen and (max-width: 1024px) {
    .search-job select {
        font-size: 12px;
    }
    .personal-information select {
        font-size: 12px;
    }
    .documents {
        justify-content: flex-end;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid black;
        flex-wrap: wrap;
    }
    .documents:last-of-type {
        border-bottom: none;
    }
    .documents div:first-of-type {
        width: 25%;
    }
    .documents div {
        width: 37%;
    }
    .documents label {
        font-size: 13px;
    }
    .documents input[type="date"] {
        height: 22px;
    }
    .proofs-container {
        flex-wrap: wrap;
        margin-bottom: 25px;
        border-bottom: 1px solid black;
        padding-bottom: 10px;
    }
    .proofs-container div{
        width: 50%;
    }
    .proofs-container select{
        width: 100%;
        font-size: 12px;
        height: 19px;
    }
    .certificates-container {
        flex-wrap: wrap;
        border-bottom: 1px solid black;
        margin-bottom: 50px;
        padding-bottom: 5px;
    }
    .certificates-container:last-of-type {
        margin-bottom: 5px;
        border-bottom: none;
    }
    .certificates-container select {
        width: 100%;
    }
    .certificates-container div {
        width: 33%;
    }
    .certificates-container select {
        height: 20px;
        font-size: 12px;
    }
    .voyages-container{
        flex-wrap: wrap;
        border-bottom: 1px solid gray;
    }
    .voyages-container:last-of-type{
        border-bottom: none;
    }
    .voyages-container div{
        width: 50%;
    }
    .voyages-container select{
        height: 22px;
        font-size: 12px;
    }
    .voyages-container input{
        width: 95%;
    }
    .label-min {
        display: inline-block;
    }
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
.frontpage-news {
    color: white;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
}
.frontpage-news__container {
    background: #222;
    margin-left: 5px;
    margin-right: 5px;
    width: calc(100% / 3.2);
}
.frontpage-news__inner {
    background: url(../images/ico-3.png) no-repeat 100% 0;
    display: flex;
    flex-direction: column;
    padding: 20px 14px 17px 19px;
    overflow: hidden;
    height: 100%;
    box-sizing: border-box;

}
.frontpage-news__header {
    font: 24px 'Play', Arial, Helvetica, sans-serif;
}
.frontpage-news__date {
    display: block;
    color: #999;
    font: bold 14px/16px 'Play', Arial, Helvetica, sans-serif;
    margin-bottom: 5px;
}
.frontpage-news__button {
    padding: 3px 5px;
    margin: 8px auto 0 auto;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    position: static;
    background: linear-gradient(to bottom, #e11a2c 0%,#cd1828 100%);
    color: white;
    width: 70%;
    margin-top: auto;
}
.frontpage-news__visual {
    align-self: center;
}
.frontpage-news__teaser {
    margin-top: 4px;
    margin-bottom: 4px;
}
@media only screen and (max-width: 481px) {
    .frontpage-news__container {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .frontpage-news {
        flex-wrap: wrap;
    }
}