header {
    position: relative;
    margin-bottom: 0;
}

header>div[class^="col-"] {
    height: inherit;
}


/*Social networks*/

.social-networks {
    margin: 35px 64px 0;
    float: right;
}


/*Top Menu*/

.top-menu {
    margin: 20px 64px 0;
    float: right;
}

.top-menu li {
    font-family: "BebasNeueRegular";
    margin-left: 5px;
    font-size: 17px;
    list-style-type: none;
    float: left;
}

.top-menu li:before {
    content: "/";
    font-size: 17px;
    font-family: "BebasNeueRegular";
    margin-right: 5px;
}

.top-menu li:first-child:before {
    content: "";
}

.top-menu a {
    color: #001F3F;
    text-decoration: none;
}

.top-menu a:hover {
    color: #ff5966;
}

#main-menu-box {
    margin: 0;
    padding: 0;
}

header nav {
    height: 82px;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 1px;
    z-index: 18;
    font-family: "BebasNeueRegular";
    transition: 0.4s;
}

header .row {
    margin: 0;
    padding: 0;
}

header nav .tablet-nav {
    display: none;
}

header nav>.row {
    height: inherit;
}

header nav>.row>div[class^="col-"] {
    height: inherit;
}

header nav>.row>.menu-col {
    position: static;
}

header nav ul.menu {
    height: inherit;
    display: table;
    table-layout: auto;
    width: 100%;
}

header nav .menubg {
    margin: 0;
    padding: 0;
    background: #002D5D;
    height: 82px;
    z-index: 10;
}

header nav ul.menu>ol {
    margin-left: 30px;
    display: inline-block;
}

header nav ul.menu>ol>li {
    text-align: center;
    display: table-cell;
    height: 82px;
}

header nav ul.menu>ol>li>a {
    line-height: 60px;
    display: block;
    font-size: 18px;
    color: #FFF;
    min-width: 44px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    padding: 12px 18px 12px 18px;
}

header nav ul.menu>ol>li:hover>a,
header nav ul.menu>ol>li.active>a {
    color: #FFF;
}

header nav ul.menu>ol>li>.dropdown {
    display: none;
}

header nav ul.menu>ol>.dropdown,
header nav ul.menu>ol>li>.dropdown {
    position: absolute;
    top: 100%;
    left: 82px;
    right: 82px;
    overflow: visible;
    padding: 6px 0;
    z-index: 100;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

header nav ul.menu>ol>li:hover>.dropdown {
    max-height: 400px;
    padding: 6px 0;
    background: transparent;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.dropsec {
    max-height: 400px;
    padding: 10px 12px 25px;
    border: 2px solid #c8d3df;
    display: flex;
    background-color: #FFF;
}

header nav .dropdown .left-categories {
    border: 1px dashed #a98d72;
    min-height: 233px;
    padding: 18px 16px;
}

header nav .dropdown .left-categories a {
    display: block;
    color: #000000;
    font-family: "Intro-Regular";
    font-size: 14px;
    text-align: left;
    margin-bottom: 6px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

header nav .dropdown .left-categories a:hover,
header nav .dropdown .left-categories a.active {
    color: #ff5966;
}

header nav .dropdown .categories {
    text-align: left;
    margin-top: 15px;
    width: 100%;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    -ms-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    -ms-column-gap: 30px;
    column-gap: 30px;
}

header nav .dropdown .col_2 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    column-count: 3;
}

header nav .dropdown .categories a {
    display: block;
    font-family: "BebasNeueRegular";
    color: #1e4670;
    font-size: 16px;
    line-height: px;
    padding-left: 15px;
    text-transform: initial;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    font-size: 18px;
    /*letter-spacing: 0.1em;*/
    letter-spacing: 0px;
}

header nav .dropdown .categories a:hover,
header nav .dropdown .categories a.active {
    color: #ff5966;
}

header nav .dropdown .categories a i {
    position: absolute;
    line-height: 20px;
    left: 0;
    opacity: 0;
    color: #ff5966;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

header nav .dropdown .categories a:hover i,
header nav .dropdown .categories a.active i {
    opacity: 1;
}

header nav .dropdown .menu-img {
    display: block;
    height: 220px;
    margin-top: 6px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

header nav .dropdown .menu-img .bg {
    position: absolute;
    top: 16px;
    bottom: 16px;
    left: 18px;
    right: 18px;
    border: 2px solid #fff;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -ms-transition: background-color .5s;
    transition: background-color .5s;
}

header nav .dropdown .menu-img:hover .bg {
    background-color: rgba(0, 0, 0, 0.25);
}

header nav .dropdown .menu-img .desc {
    color: #fff;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 55px;
    right: 20px;
    font-family: "Intro-Bold-Alt";
}

header nav .dropdown .menu-img .desc h3 {
    font-weight: bold;
    font-size: 20px;
    text-transform: initial;
}

header nav .dropdown .menu-img .desc .sale-price {
    font-weight: bold;
    font-size: 41px;
}

header nav .dropdown .menu-img .desc .price {
    font-weight: bold;
    font-size: 20px;
    color: #7d7c7a;
    text-decoration: line-through;
}

header nav .search {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

header nav .search form {
    height: 100%;
    width: 100%;
    position: relative;
    margin-left: 0px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    margin-bottom: 0px
}

header nav .search .search-submit {
    border: 0;
    position: absolute;
    right: 8px;
    top: 30px;
    visibility: hidden;
}

header nav .search .search-submit i {
    color: #2B2B24;
    font-size: 22px;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -ms-transition: color .5s;
    transition: color .5s;
}

header nav .search.visible form {
    margin-left: 0;
    width: 100%;
}

header nav .search form .hidden-box {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 10;
    width: 100%;
}

header nav .search.visible {
    width: calc(100% - 82px);
}

header nav .search input {
    padding-left: 0;
}

header nav .search input::-webkit-input-placeholder {
    color: #EEE;
}

header nav .search input::-moz-placeholder {
    color: #EEE;
}

header nav .search input:-ms-input-placeholder {
    color: #EEE;
}

header nav .search input:-moz-placeholder {
    color: #EEE;
}

header nav .search.visible input {
    width: 90%;
    color: #ff5966;
    text-shadow: 0px 0px 0px #FFF;
    -webkit-text-fill-color: transparent;
    margin-left: 40px;
}

header nav .search.visible input::-webkit-input-placeholder {
    text-shadow: none;
    -webkit-text-fill-color: initial;
}

header nav .search.visible .search-submit {
    visibility: visible;
    height: 24px;
    width: 24px;
    background-image: url("../../img/enter.png");
    background-repeat: no-repeat;
    background-size: 24px;
    background-color: #9D1D1D;
    cursor: pointer;
    right: 70px;
}

header nav .search.visible .search-submit i {
    color: #191919;
}

.search-loop {
    padding-left: 40px;
    height: 82px;
    background-image: url("../../img/search.svg");
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: left;
    float: left;
}

.search-line {
    float: left;
    background-color: #ff5966;
    width: 2px;
    height: 19px;
    margin-top: 32px;
    margin-right: 20px;
}


/*.menu li:first-child {*/


/*margin-left: 30px;*/


/*}*/

.mob-menu {
    display: none;
}

.mob-menux {
    display: none;
}

#mob-lang {
    display: none;
}

.visible {
    display: block !important;
}

.unvisible {
    display: none !important;
}

.re-col-lg-9 {
    width: calc(75% - 122px);
}

.re-col-lg-3 {
    width: calc(25% + 41px);
}

.re-col-slider {
    width: calc(100% - 74px);
    left: 82px;
    position: inherit;
}

.white-space {
    border-right: 7px solid #FFF;
}

.mob-menux {
    display: none !important;
}

.p0 {
    padding: 0;
    margin: 0;
}

#slider .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#slider .row>[class*='col-'] {
    display: flex;
    flex-direction: column;
}


/* Slider */

#slider {
    padding: 0;
    padding-top: 6px;
    margin: 0;
}

#slider .row {
    margin: 0;
}

#slider .col-md-6 {
    padding: 0;
    margin: 0;
}

#slider a {
    text-decoration: none;
    line-height: 2em;
}

#slider .slideshow {
    left: 82px;
    margin-right: 82px;
}

#slider .latestnewsbox {
    position: absolute;
    font-family: "BebasNeueRegular";
    color: #062a51;
    white-space: nowrap;
    height: 100%;
    font-size: 20px;
    display: inline-block;
    margin: 0 40px;
}

#slider .latestnews-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    background-image: url("../../img/line.png");
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 50px;
    padding-right: 50px;
}

#slider .latestnews-box>.ltext {
    background: #FFF;
    top: 50%;
    left: 50%;
    padding-left: 10px;
    padding-right: 10px;
}

#slider .slider_paging {
    top: 0px;
    right: 20px;
    position: absolute;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    text-align: center;
    height: 100%;
}

#slider .slider_paging li {
    list-style: none;
    padding-bottom: 4px;
}

#slider .slider_paging button {
    border: 0;
    background-color: transparent;
    color: #FFF;
    cursor: pointer;
}

#slider .slick-active button {
    border: 0;
    color: #000;
    background-color: #FFF;
}

#slider .slideshow .slider-content {
    background: #272727;
    background: -webkit-linear-gradient(transparent, #272727);
    background: -o-linear-gradient(transparent, #272727);
    background: -moz-linear-gradient(transparent, #272727);
    background: linear-gradient(transparent, #272727);
    position: relative;
    bottom: 120px;
    height: 120px;
    margin-bottom: -120px;
    left: 0px;
    font-family: "BebasNeueRegular";
    color: #FFF;
    padding-left: 30px;
    padding-right: 30px;
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}

#slider .slideshow .slider-date {
    padding-top: 25px;
    font-size: 16px;
}

#slider .slideshow .slider-title {
    font-size: 17pt;
    line-height: 20pt;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pinned-news {
    width: calc(50% - 82px);
    margin-left: 7px !important;
}

.pinned-first-box {
    height: 60%;
}

.pinned-first-box a {
    display: flex;
    width: 100%;
    margin: 0;
    margin-bottom: 7px !important;
    padding: 0;
}

.pinned-first-box .first-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-clip: border-box;
    background-size: cover;
    height: 100%;
    display: flex;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.pinned-first-box .first-image-box {
    overflow: hidden;
    width: calc(50% - 13px);
    margin-right: 7px !important;
}

.pinned-first-box a:hover .first-img {
    transform: scale(1.3);
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    /* IE 9 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.3, M12=0, M21=0, M22=1.3, SizingMethod='auto expand')";
    /* IE8 */
    filter: progid: DXImageTransform.Microsoft.Matrix(M11=1.3, M12=0, M21=0, M22=1.3, SizingMethod='auto expand');
    /* IE6 and 7 */
}

.pinned-first-box .first-content {
    font-family: "BebasNeueRegular";
    right: 1px;
    background-color: rgba(167, 167, 167, 0.5);
    padding: 15px !important;
    width: 50%;
    height: 100%;
    display: flex;
}

.pinned-first-box .first-content .date {
    color: #656565;
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 15px;
    font-size: 18px;
    font-family: "BebasNeue-Bold";
}

.pinned-first-box .first-content .title {
    line-height: 1em;
    font-size: 28px;
    bottom: 5px;
    left: 5px;
    color: #FFF;
    position: absolute;
    padding: 0 15px 0 15px;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pinned-first-box a {
    text-decoration: none;
    color: #000 !important;
}

.pinned-first-box .first-content .box {
    background-image: url(../../img/worn-dots.png);
    position: relative;
    width: 100%;
}

.pinned-second-box {
    height: 40%;
}

.pinned-second-box .img-box {
    overflow: hidden;
}

.pinned-second-box .second {
    width: calc(50% - 13px);
}

.pinned-second-box .img {
    background-position: center center;
    background-repeat: no-repeat;
    background-clip: border-box;
    background-size: cover;
    height: 100%;
    display: flex;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.pinned-second-box .second:hover .img {
    transform: scale(1.3);
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    /* IE 9 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.3, M12=0, M21=0, M22=1.3, SizingMethod='auto expand')";
    /* IE8 */
    filter: progid: DXImageTransform.Microsoft.Matrix(M11=1.3, M12=0, M21=0, M22=1.3, SizingMethod='auto expand');
    /* IE6 and 7 */
}

.pinned-second-box .third:hover .img {
    transform: scale(1.3);
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    /* IE 9 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.3, M12=0, M21=0, M22=1.3, SizingMethod='auto expand')";
    /* IE8 */
    filter: progid: DXImageTransform.Microsoft.Matrix(M11=1.3, M12=0, M21=0, M22=1.3, SizingMethod='auto expand');
    /* IE6 and 7 */
}

.pinned-second-box .box {
    height: 100%;
    display: flex;
}

.pinned-second-box .content {
    padding: 0;
    margin: 0;
    color: #002D5D;
}

.pinned-second-box .third .content {
    color: #FFF;
}

.pinned-second-box .third .content {
    background-color: #740B0B;
}

.pinned-second-box a {
    display: block;
    width: 100%;
    height: 100%;
}

.pinned-second-box a {
    display: block;
    width: 100%;
    height: 100%;
}

.pinned-second-box .content .date {
    font-size: 18px;
    font-family: "BebasNeueRegular";
    line-height: 1em;
    opacity: 0.8;
    padding: 15px;
}

.pinned-second-box .content .title {
    font-size: 22px;
    font-family: "BebasNeueRegular";
    line-height: 1em;
    padding: 0 15px 0 15px;
    bottom: 25px;
    position: absolute;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pinned-second-box .third {
    margin-left: 6px !important;
}

@-moz-document url-prefix() {
    .pinned-second-box .content .title {
        font-size: 14px;
    }
}