/************************************* normalize css ******************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/********************* owl carousel */

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
    /**
              This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
              calculation of the height of the owl-item that breaks page layouts
           */
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/***************************** owl carousel theme ************/

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

/********************************/

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon/icomoon.eot?51q5hl');
    src: url('../fonts/icomoon/icomoon.eot?51q5hl#iefix') format('embedded-opentype'),
    url('../fonts/icomoon/icomoon.ttf?51q5hl') format('truetype'),
    url('../fonts/icomoon/icomoon.woff?51q5hl') format('woff'),
    url('../fonts/icomoon/icomoon.svg?51q5hl#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
    content: "\e900";
}

.icon-eye:before {
    content: "\e901";
}

.icon-date:before {
    content: "\e902";
}

.icon-timer:before {
    content: "\e903";
}

.icon-cart:before {
    content: "\e904";
}

.icon-arrow-left:before {
    content: "\e905";
}

.icon-time:before {
    content: "\e906";
}

body {
    min-height: 600px;
    min-width: 320px;
    font-size: 16px;
    font-family: baseFont;
    font-weight: 400;
    overflow-x: hidden;
    line-height: 1.5;
    background-color: #f2f3f5;
}

body a {
    text-decoration: none;
}

body a:hover {
    text-decoration: none;
}

.base-color {
    color: #000000;
}

.red-base-color {
    color: #C70000;
}

.base-color-background {
    background-color: #000000;
}

.base-text-color {
    color: #282827;
}

.section-header {
    font-size: 32px;
    font-weight: 500;
}

.section-description {
    font-size: 18px;
    font-weight: 400;
}

.more-btn-section {
    padding-top: 50px;
}

.more-btn {
    padding: 10px 30px 12px 30px;
    border-radius: 10px;
    color: #D6996D;
    background: #fef5ec;
    display: inline-block;
}

.more-btn:hover {
    color: #D6996D;
}

* {
    outline: none !important;
}

.fs-base-button {
    color: black;
    padding: 10px 30px;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translatex(10px);
        -moz-transform: translatex(10px);
        -o-transform: translatex(10px);
        transform: translatex(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}

@-moz-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translatex(10px);
        -moz-transform: translatex(10px);
        -o-transform: translatex(10px);
        transform: translatex(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translatex(50px);
        -moz-transform: translatex(50px);
        -o-transform: translatex(50px);
        transform: translatex(50px);
    }
    to {
        opacity: 1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}

.in-right {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-duration: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes fadeInTop {
    from {
        opacity: 0;
        -webkit-transform: translatey(-10px);
        -moz-transform: translatey(-10px);
        -o-transform: translatey(-10px);
        transform: translatey(-10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}

@-moz-keyframes fadeInTop {
    from {
        opacity: 0;
        -webkit-transform: translatey(-10px);
        -moz-transform: translatey(-10px);
        -o-transform: translatey(-10px);
        transform: translatey(-10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}

@keyframes fadeInTop {
    from {
        opacity: 0;
        -webkit-transform: translatey(-50px);
        -moz-transform: translatey(-50px);
        -o-transform: translatey(-50px);
        transform: translatey(-50px);
    }
    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}

.in-top {
    -webkit-animation-name: fadeInTop;
    -moz-animation-name: fadeInTop;
    -o-animation-name: fadeInTop;
    animation-name: fadeInTop;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-duration: 0s;
    animation-delay: 0s;
}

.clear-both {
    clear: both;
}

.fancybox-container {
    z-index: 99992999999999;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-size: 1rem;
    font-weight: inherit;
    line-height: inherit;
}

#toggle {
    width: 28px;
    height: 30px;
    margin: 10px auto;
}

#toggle div {
    width: 100%;
    height: 3px;
    background: #ffffff;
    margin: 4px auto;
    transition: all 0.3s;
    backface-visibility: hidden;
    margin-top: 8px;

}

#toggle.on .one {
    transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on .two {
    opacity: 0;
}

#toggle.on .three {
    transform: rotate(-45deg) translate(7px, -8px);
}

.toggle-section {
    position: absolute;
    z-index: 9999999999;
    cursor: pointer;
    top: 15px;
    left: 25px;
}

.title-one {
    font-size: 40px;
    font-weight: 700;
}

.title-two {
    font-size: 22px;
    font-weight: 700;
}

.title-three {
    font-size: 16px;
    font-weight: 700;
}

.title-four {
    font-size: 14px;
    font-weight: 700;
}

.content-one {
    font-weight: 400;
    font-size: 16px;
}

.content-two {
    font-weight: 400;
    font-size: 14px;
    color: #231F20;
}

.content-three {
    font-weight: 400;
    font-size: 14px;
}

p {
    margin-bottom: 0;
}

.icon-img-size {
    height: 75px;
}

.content-section {
    position: relative;
    z-index: 1;
    background-color: #f2f3f5;
}

.header-title-section {
    border-bottom: 2px solid #c50c16;
    padding-bottom: 12px;
    margin-bottom: 25px;
}

.header-title-section .left-section {
    text-align: left;
}

.no-padding {
    padding: 0;
}

.no-left-padding {
    padding-left: 0;
}

.no-right-padding {
    padding-right: 0;
}

/***************************** header ***********************/
.menu-container {
    position: relative;
    height: 114px;
}

.menu-container .menu-content {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.top-header {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0); /* IE6-9 */
}

.logo-container {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s;
}

.top-header.sticky-header {
    background: #C70000;
    position: fixed;
    padding-top: 0;
    transition: all 0.3s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);

}

.top-header.sticky-header .logo-container {
    width: 56px;
    height: 56px;
    transition: all 0.3s;
    top: 10px;
}


.mobile-menu {
    display: none;
}

.toggle-logo {
    display: none;
}

.mobile-menu-icon-logo-container {
    display: none;
}

.mobile-menu-icon-logo-container .page-title-in-menu {
    display: none;
}

.menu-container .top-header {
    position: relative;
    padding: 0;
    background: #C70000;
}

.categories-menu-container {
    background: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.categories-menu-container .container {
    overflow-x: auto;
}


.categories-menu-container .categories-menu {
    padding: 0;
    list-style: none;
    margin: 0;
    min-width: 992px;
    overflow-x: auto;
}

.categories-menu-container .categories-menu li {
    display: inline-block;
    padding: 15px 30px;
    border-bottom: 4px solid white;
}

.categories-menu-container .categories-menu li.active {
    border-color: #C70000;
}

.categories-menu-container .categories-menu li a {
    color: #231F20;
}

.menu-items-container {
    position: relative;
    display: none;
}


.menu-container .logo-container {
    width: 56px;
    height: 56px;
    position: absolute;
    right: 0;
    top: 10px;
}

.logo-container img {
    width: 100%;
}

.menu-section {
    padding-right: 80px;
    padding-left: 180px;
    overflow-x: hidden;
}

.menu-ul {
    list-style: none;
    padding-right: 0px;
    margin-bottom: 0;
    cursor: context-menu;
}

.menu-ul li {
    display: block;
    margin: 25px;
    position: relative;

}

.menu-ul li.active :after {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    border-bottom: 3px solid white;
    right: 0;
    bottom: -25px;

}

.menu-ul a {
    color: #ffffff;
}

.auth-container {
    position: absolute;
    left: 0;
    top: 10px;
    max-height: 85px;
    width: 176px;
}

.auth-container a {
    display: block;
    color: white;
    background: #231F20;
    width: 100%;
    text-align: center;
    padding: 15px 0px;
}

/*****************************first section********************/

.first-section {
    width: 100%;
    /*background: black url("../images/first-backgroud.jpg") no-repeat center;*/
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    min-height: 600px;
    padding: 10px 0px;
    position: relative;

}

.first-section-cover {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0px;
    left: 0px;
    min-height: 600px;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,c50c16+62,c50c16+62,c80000+100&0.1+0,0.1+50,1+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(159, 10, 18, 0.1) 50%, rgba(197, 12, 22, 0.32) 62%, rgba(200, 0, 0, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(159, 10, 18, 0.1) 50%, rgba(197, 12, 22, 0.32) 62%, rgba(200, 0, 0, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(159, 10, 18, 0.1) 50%, rgba(197, 12, 22, 0.32) 62%, rgba(200, 0, 0, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000', endColorstr='#C70000', GradientType=0); /* IE6-9 */

}

.first-section-bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    padding-bottom: 85px;
}

.first-section-bottom .published-at {
    color: white;
    text-align: left;
}

.first-section-post-title {
    color: white;
    text-align: right;
}

.icon-container {
    position: relative;
    top: 2px;
}

.beside-icon-container {
    float: left;
    margin-right: 5px;
}

.extract-section {
    color: white;
}

/**************************************/
.second-section {
    margin-top: -46px;
    padding-bottom: 20px;
}

.center-section-container .game-type {
    border: 1px solid #DCDFE6;

    padding: 3px 15px;

    margin-bottom: 0px;

    text-align: center;

    display: block;
}

.table-title-container {
    border-bottom: 1px solid #DCDFE6;
    padding-bottom: 12px;
}

.table-title-container .left-title {
    position: absolute;
    left: 25px;
    top: 14px;
    color: #BDC0C5;
}

.tables-container {
    background: white;
    padding: 10px;
}

.tables-container .content-container {
    padding: 35px 0px 0px;
}

.tables-container .last-result-container img {
    width: 69%;
    margin: 0 auto;
}

.tables-container .last-result-container .team-title {
    margin-top: 10px;
}

.tables-container .read-more {
    display: block;

    border: 1px solid #C70000;

    line-height: 1.5;

    text-align: center;

    color: #C70000;

    text-decoration: none;

    padding: 10px 0 11px;

    margin-top: 32px;
    font-weight: 300;
    font-size: 18px;
}

.tables-container .read-more.lig-read-more {
    margin-top: 20px;
}

.datetime-txt {
    color: #7F7F7F;
    font-size: 12px;
    margin-top: 6px;
}

.results-number {
    list-style: none;
    margin: 0px;
    padding: 0;
    text-align: center;
}

.results-number.top-section {
    background: #F2F2F2;
}

.results-number li {
    display: inline-block;
    width: 25%;
    text-align: center;
    font-size: 16px;
    padding: 6px 0px;
}

.results-number li span {
    background: #F2F2F2;
    display: block;
}

.subtitle-txt {
    font-size: 12px;
    font-weight: 300;
    color: #7F7F7F;
}

.tables-container.lig-table-container {
    padding-top: 0;
}

.lig-table {
    width: 100%;
    margin-bottom: 0px;
    max-width: 100%;
    font-size: 16px;
}


.lig-table th, .lig-table td {
    padding: 6px 6px;
    text-align: center;
}

.lig-table tbody > tr:first-child td, .lig-table tbody > tr:first-child th {
    padding-top: 12px;
}


.lig-table > thead > tr {
    border-bottom: 1px solid #DCDFE6;
    color: #BDC0C5;
}

.lig-table > thead > tr th {
    padding-top: 12px;

    padding-bottom: 13px;
}

.lig-table .traxtor-tr {
    color: #c50c16;
}

.lig-table tr th.title-col {
    padding: 11px 0px 11px 0px;
    color: black;
    text-align: right;
}

/**********************************************/
.third-section {
    padding-top: 45px;
}

.per-news-img {
    width: 100%;
}

.per-news-container {
    position: absolute;
    padding: 20px 15px 20px 30px;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #231F20;
}

.per-news-title {
    border-bottom: 1px solid #231F20;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.per-news-container .published-at {
    position: absolute;
    bottom: 10px;
    left: 30px;
    color: #BDC0C5;
    font-size: 12px;
}

.per-news-container .category-tag-section {
    position: absolute;
    bottom: 10px;
    right: 15px;
    color: #BDC0C5;
    font-size: 12px;
}

.per-news-container .cropper-section {
    max-height: 89%;
    overflow: hidden;
}

.news-container {
    background-color: white;
    margin-bottom: 30px;
    overflow: hidden;
}

.new-new-style {
    height: 315px;
    width: 100%;
    background-size: cover;
    background-position: center center;
}


.v-new-new-style {
    height: 164px;
    width: 100%;
    background-size: cover;
    background-position: center center;
}


/*************************************************/
.fourth-section {
    padding-top: 45px;
    margin-top: 50px;
    background: black url("../images/section4-bg.jpg") center center no-repeat;
    background-size: cover;
    padding-bottom: 55px;
}

.fourth-section .section-title {
    color: white;
}

.per-product-container {
    background: white;
    padding: 10px;
    text-align: center;

}

.per-product-container .per-product-img {
    width: 100%;
    padding: 20px;
}

.per-product-container .buy-link {
    text-decoration: none;
    outline: none;
    display: block;
    border: 1px solid #7F7F7F;
    padding: 6px 10px;

}

.buy-link .icon-cart {
    float: left;

    margin-top: 7px;
}

/*********************************************/
.fifth-section {
    padding-top: 45px;
}

.video-section img {
    width: 100%;
}

.sticky-tv-container {
    background-color: #C70000;
}

.sticky-tv-container .video-title {
    color: white;
    border-bottom: 2px solid #FFFFFF;
    padding-bottom: 15px;
    margin-bottom: 15px;
    max-height: 84px;
    overflow: hidden;
}

.sticky-tv-container .content-section {
    padding: 20px;
    background-color: #C70000;
    color: white;
    position: relative;
    min-height: 250px;
}

.sticky-tv-container .content-section .per-video-content {
    margin-bottom: 40px;
    min-height: 75px;
    max-height: 75px;
    overflow: hidden;
    color: white;
}

.content-section .tags-section {
    position: absolute;
    left: 0px;
    bottom: 8px;
    width: 100%;
    text-align: left;
    padding-left: 10px;
}

.tags-section ul {
    padding: 0;
    list-style: none;
    font-size: 12px;
    margin-bottom: 0;
}

.tags-section ul li {
    display: inline-block;
    margin: 0px 8px;
}

.per-tv-container.add-bottom-space {
    margin-bottom: 30px;
}

.per-tv-container .content-section {
    background: white;
    padding: 10px;
}

.per-tv-container .content-section .video-title {
    margin-bottom: 50px;
    max-height: 50px;
    overflow: hidden;
    min-height: 50px;
}

.per-tv-container .tags-section {
    color: #BDC0C5;
}


/****************************************/

.sixth-section {
    padding-top: 45px;
    margin-top: 70px;
    background: black url("../images/players-background.jpg") center center no-repeat;
    background-size: cover;
    padding-bottom: 55px;
}

.sixth-section .header-title-section {
    border-bottom: 2px solid #ffffff;
}

.sixth-section .section-title {
    color: white;
}

.player-image-section {
    background: #F2F3F5;
    text-align: right;
}

.player-image-section img {
    width: 100%;
}

.per-player-container .content-container {
    background: #FFFFFF;
    padding: 20px;
    position: relative;
}

.player-number {
    position: absolute;
    left: 20px;
}

.player-carousel .owl-dots {
    display: none;
}

.player-carousel .owl-nav {
    position: absolute;

    top: -100px;
    color: white;
    left: 0;
}

.player-carousel .owl-nav button.owl-prev,
.player-carousel .owl-nav button.owl-next {
    border: 2px solid white !important;

    border-radius: 50% !important;

    width: 40px !important;

    height: 40px !important;

    padding-top: 4px !important;
}

.player-carousel .owl-nav button.owl-prev span,
.player-carousel .owl-nav button.owl-next span {
    position: relative;
    top: 2px;
    font-size: 19px;
}

.player-carousel .owl-nav [class*="owl-"]:hover {
    background: transparent;
}

/**************************************/
.seventh-section {
    background: #231F20;
    padding-top: 45px;
}

.seventh-section .section-title {
    color: white;
}

.seventh-section .header-title-section {
    border-bottom: 2px solid #ffffff;
}

.sponsor-container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.per-sponsor-container {
    text-align: center;
    padding: 10px;
}

.per-sponsor-container img {
    width: 100%;
}

/************************************************/

.eighth-section {
    background: #231F20;
    padding-top: 45px;
}

.eighth-section .section-title {
    color: white;
}

.eighth-section .header-title-section {
    border-bottom: 2px solid #ffffff;
}

.footer-container {
    padding-top: 30px;
    padding-bottom: 64px;
}

.copyright-txt {
    text-align: center;
    color: #8E8E93;
    margin-top: 56px;
}

.per-social-section {
    text-align: center;
    position: relative;
}

.instagram-section {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5d79e1+0,c53ec5+25,f22c89+50,ff7142+75,ffd971+100 */
    background: rgb(93, 121, 225); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(93, 121, 225, 1) 0%, rgba(197, 62, 197, 1) 25%, rgba(242, 44, 137, 1) 50%, rgba(255, 113, 66, 1) 75%, rgba(255, 217, 113, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(93, 121, 225, 1) 0%, rgba(197, 62, 197, 1) 25%, rgba(242, 44, 137, 1) 50%, rgba(255, 113, 66, 1) 75%, rgba(255, 217, 113, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(93, 121, 225, 1) 0%, rgba(197, 62, 197, 1) 25%, rgba(242, 44, 137, 1) 50%, rgba(255, 113, 66, 1) 75%, rgba(255, 217, 113, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5d79e1', endColorstr='#ffd971', GradientType=1); /* IE6-9 */

}

.per-social-section img {
    padding: 55px 0px;
    height: 160px;
}

.per-social-section .description-section {
    position: absolute;
    bottom: 3px;
    width: 100%;
    color: white;
}

.telegram-section {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#89d6ff+0,0089d2+100 */
    background: rgb(137, 214, 255); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(137, 214, 255, 1) 0%, rgba(0, 137, 210, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(137, 214, 255, 1) 0%, rgba(0, 137, 210, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(137, 214, 255, 1) 0%, rgba(0, 137, 210, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89d6ff', endColorstr='#0089d2', GradientType=1); /* IE6-9 fallback on horizontal gradient */

}

.aparat-section {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff83ad+0,ff0058+100 */
    background: rgb(255, 131, 173); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(255, 131, 173, 1) 0%, rgba(255, 0, 88, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(255, 131, 173, 1) 0%, rgba(255, 0, 88, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(255, 131, 173, 1) 0%, rgba(255, 0, 88, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff83ad', endColorstr='#ff0058', GradientType=1); /* IE6-9 fallback on horizontal gradient */

}

.twitter-section {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#79ccff+0,1da1f2+100 */
    background: rgb(121, 204, 255); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(121, 204, 255, 1) 0%, rgba(29, 161, 242, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(121, 204, 255, 1) 0%, rgba(29, 161, 242, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(121, 204, 255, 1) 0%, rgba(29, 161, 242, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79ccff', endColorstr='#1da1f2', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

.counter-section {
    direction: ltr;
    text-align: right;
    padding-right: 15px;
}

.social-name {
    direction: ltr;
    text-align: left;
    padding-left: 15px;
}

/********************************************pages*********************/

.news-section-container {
    margin-top: 40px;
}

.per-gallery-section-container {
    background: white;
    height: 100%;
    /*background: url("../images/gallery1.jpg");*/
    background-size: cover;
    background-position: center center;
}

.fix-height-in-news {
    height: 405px;
    min-height: 405px;
    max-height: 405px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
}

.fix-container {
    height: 100%;
    position: relative;
}

.content-section-container {
    height: 241px;
    background: white;
    padding: 10px 15px 15px;
    margin-bottom: 30px;
}

.per-v-news-container .content-section-container {
    background: white;
    padding: 10px;
    position: relative;
    color: #231F20;
}

.content-section-container .per-v-news-content {
    min-height: 138px;
    max-height: 138px;
    overflow: hidden;
    padding-bottom: 40px;
    margin-bottom: 20px;
}

.thumbnail-section img {
    width: 100%;
}

.content-section-container .v-news-title {
    margin-bottom: 10px;
    max-height: 75px;
    overflow: hidden;
    /*min-height: 35px;*/
    border-bottom: 1px solid #231F20;
    padding-bottom: 10px;
    color: black;
}

.content-section-container .published-at {
    position: relative;
    width: 100%;
    text-align: left;
    padding-left: 0px;
    color: #BDC0C5;
    font-size: 12px;
}

.gallery-cover {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#C70000+0,d90000+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(217, 0, 0, 0) 0%, rgba(217, 0, 0, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(217, 0, 0, 0) 0%, rgba(217, 0, 0, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(217, 0, 0, 0) 0%, rgba(217, 0, 0, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00d90000', endColorstr='#C70000', GradientType=0); /* IE6-9 */
}

.gallery-description-section {
    color: white;
    position: absolute;
    bottom: 10px;

    width: 100%;

    padding: 0 15px;

    text-align: right;
}

.gallery-description-section .published-at {
    color: #ffffff;
    text-align: left;
    font-size: 12px;
}

.gallery-description-section .gallery-title {
    color: #ffffff;
    padding-bottom: 10px;

    border-bottom: 1px solid;

    margin-bottom: 10px;
    min-height: 30px;
    max-height: 30px;
    height: 30px;
    overflow: hidden;
}

.load-more-container {
    text-align: center;
}

.load-more-container .load-more-btn {
    display: inline-block;
    padding: 15px 104px;
    border: 1px solid #C70000;
    color: #C70000;
    margin: 20px auto 80px auto;
}

/******************************************************************/

.per-news-menu {
    height: auto;
}

.per-news-image-container {
    width: 100%;
    /*background: black url("../images/first-backgroud.jpg") no-repeat center;*/
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    min-height: 600px;
    padding: 10px 0px;
    position: relative;
}

.per-news-image-section-cover {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0px;
    left: 0px;
    min-height: 600px;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,c50c16+62,c50c16+62,c80000+100&0.1+0,0.1+50,1+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(159, 10, 18, 0.1) 50%, rgba(197, 12, 22, 0.32) 62%, rgba(200, 0, 0, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(159, 10, 18, 0.1) 50%, rgba(197, 12, 22, 0.32) 62%, rgba(200, 0, 0, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(159, 10, 18, 0.1) 50%, rgba(197, 12, 22, 0.32) 62%, rgba(200, 0, 0, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000', endColorstr='#C70000', GradientType=0); /* IE6-9 */

}

.per-news-section-bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    padding-bottom: 85px;
}


.per-news-content-container {

    background: #F2F3F5;
}

.per-news-content {
    margin-top: -51px;
    background: white;
    padding: 20px;
    margin-bottom: 60px;
}

.per-news-content-header {
    border-bottom: 1px solid #DCDFE6;
    padding-bottom: 20px;
}

.per-news-content-main {

    padding: 40px 80px 40px 80px;
}

.per-news-content-main img.content {
    width: 100%;
    margin: 20px 0px;
}

.per-news-content-container .published-at {
    color: #BDC0C5;
    text-align: left;
    font-size: 14px;
}

.per-news-content-container .author {
    color: #8E8E93;
    font-size: 14px;
}

.category-tag {
    float: right;
}

/****************************************media queries*************/
@media (min-width: 1200px) {
    .lig-table th, .lig-table td {
        padding: 8px 6px;
    }

    .content-section .tags-section {
        padding-left: 15px;
    }

    .player-image-section {
        padding: 20px 100px 0px;
    }

    .content-section-container {
        height: 208px;
    }

    .content-section-container .per-v-news-content {
        min-height: 104px;
        max-height: 104px;
    }

    .v-new-new-style {
        height: 197px;
    }

}

@media (min-width: 992px) {
    .news-img-col {
        padding-left: 0;
    }

    .news-content-col {
        padding-right: 0;
    }

    .tags-section ul li {
        margin: 0px 6px;
    }

    .per-news-img.desktop-version {

        display: block;
    }

    .per-news-img.tablet-version {
        display: none;
    }
}

@media (min-width: 769px) {
    .menu-ul li {
        display: inline-block;
    }

    #toggle {
        display: none;
    }

    .menu-items-container {
        display: block;
    }

    .top-header {
        padding-top: 40px;
    }


    .player-image-section {
        padding: 20px 110px 0px;
    }
}

@media (max-width: 991px) {

    .title-one {
        font-size: 40px;
    }

    .per-news-container {
        position: relative;
        padding: 20px 15px 40px 15px;
    }


    .new-new-style {
        height: 197px;
    }

    .v-new-new-style {
        height: 197px;
    }

    .content-section-container {
        height: 208px;
        margin-bottom: 30px;
    }

    .per-news-img.desktop-version {
        display: none;
    }

    .per-news-img.tablet-version {
        display: block;
    }

    .per-news-container .cropper-section {
        max-height: 148px;
        overflow: hidden;
        min-height: 148px;
    }

    .per-social-section {
        margin-top: 30px;
    }

    .per-product-container {
        margin-top: 30px;
    }

    .sticky-tv-container {
        margin-bottom: 30px;
    }


    .content-section-container .per-v-news-content {
        min-height: 100px;
    }

    .per-v-news-container .content-section-container {
        padding: 15px;
    }

    .per-news-content-main {
        padding: 20px
    }

    .per-news-container .published-at {
        left: 15px;
    }
}

@media (max-width: 768px) {
    .title-one {
        font-size: 24px;
    }

    .content-one {
        font-size: 16px;
    }

    .tables-container {
        margin-top: 15px;
    }

    .table-title-container .left-title {
        top: 30px;
    }

    .second-section {
        margin-top: -65px;
    }

    .first-section-bottom {
        padding-bottom: 64px;
    }

    .player-image-section {
        padding: 36px 110px 0px;
    }

    /*.news-section-container {*/
    /*    margin-top: 0;*/
    /*}*/
    .per-news-content-main {
        padding: 0;
    }

    .fix-height-in-news {
        height: 500px;
        min-height: 500px;
        max-height: 500px;
    }


    .mobile-menu {

        display: block;
        width: 100%;
        min-width: 320px;

        z-index: 9999999999;

        position: fixed;
        top: 0;

        background: white;

        min-height: 100vh;

        transform: translateX(-100%);

        transition: transform .20s cubic-bezier(0.19, 1, 0.22, 1);

        overflow-y: auto;
    }

    .mobile-menu .mobile-menu-header {
        background: #C70000;
        padding: 8px;
    }

    .mobile-logo {
        width: 56px;
    }

    .close-icon-section {
        float: left;
    }

    .mobile-menu-close {
        padding: 16px;
        cursor: pointer;
    }

    .mobile-menu-content-container {
        padding: 8px;
    }

    .mobile-menu-content-container a {
        outline: none;
        text-decoration: none;
    }

    .mobile-auth-btn {
        background: #231F20;
        color: white;
        padding: 16px 20px;
        display: block;
        margin-bottom: 8px;
    }

    .mobile-auth-btn:hover {
        color: white;
    }

    .mobile-search-box input {
        width: 100%;
        padding: 16px 20px;
        color: #C70000;
        border: 1px solid #C70000;
    }

    .per-menu-item {
        border-bottom: 1px solid #707070;

    }

    .per-menu-item a {
        color: #231F20;
        display: block;
        padding: 16px;
    }

    .per-menu-item a:hover {
        color: #231F20;
    }

    .per-menu-item-icon-span {
        color: #C70000;
        float: left;
        position: relative;
        top: 2px;
        font-size: 20px;
    }

    .mobile-auth-btn-icon-span {
        float: left;
        position: relative;
        top: 2px;
        font-size: 20px;
    }

    .toggle-logo-section {
        position: absolute;
        z-index: 9;
        top: 10px;
        right: 10px;
    }

    .toggle-logo {
        width: 56px;
        display: block;
    }

    .mobile-menu-icon-logo-container {
        display: block;
        text-align: center;
        min-height: 72px;
        background: #C70000;
    }

    .index-mobile-menu-container.sticky-header {
        background: #C70000;
        position: fixed;
        z-index: 9999;
        width: 100%;
        height: 74px;
        transition: all 0.3s;
    }

    .mobile-menu-icon-logo-container .page-title-in-menu {
        display: block;
    }

    .page-title-in-menu {
        color: white;
        padding-top: 21px;
    }

    .new-new-style {
        height: 297px;
    }

    .v-new-new-style {
        height: 297px;
    }

}


@media (max-width: 576px) {
    .title-two {
        font-size: 16px;
    }

    body {
        font-size: 16px;
    }

    .title-three {
        font-size: 16px;
    }

    .per-news-container .cropper-section {
        max-height: 240px;
    }

    .per-tv-container {
        margin-bottom: 15px;
    }

    .per-tv-container.add-bottom-space {
        margin-bottom: 15px;
    }

    .player-image-section {
        padding: 30px 45px 0px;
    }

    .per-sponsor-container {
        padding: 0;
    }

    .footer-container {
        padding-top: 0;
        padding-bottom: 32px;
    }

    .copyright-txt {
        font-size: 14px;
    }

    .sponsor-container {
        padding-top: 0px;
    }

    .per-social-section {
        margin-top: 15px;
    }

    .sticky-tv-container {
        margin-bottom: 15px;
    }

    .per-product-container {
        margin-top: 15px;
    }

    .news-container {
        margin-bottom: 30px;
    }

    .sixth-section {
        margin-top: 32px;
    }

    .player-carousel .owl-nav button.owl-prev, .player-carousel .owl-nav button.owl-next {
        display: none;
    }

    .first-section-bottom .published-at {
        font-size: 14px;
    }

    .fix-height-in-news {
        height: auto;

        min-height: auto;

        max-height: none;
    }

    .per-gallery-section-container {
        height: 500px;
    }

    .load-more-container .load-more-btn {
        padding: 13px 50px 11px;
    }

    .page-title-in-menu {
        padding-top: 25px;
    }

    .new-new-style {
        height: 197px;
    }

    .v-new-new-style {
        height: 197px;
    }
}

.iframe-section {
    /*width: 100%;*/
    /*height: 300px;*/
}

.gallery-description {
    margin: 25px 0px;
}