/*--------------------------------------------------------------
>>> GLOBAL - TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Typography
2.0 Elements
3.0 Header
4.0 Content
5.0 Footer
6.0 Individual styles for each page
7.0 Modal window
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Typography
--------------------------------------------------------------*/

@font-face {
    font-family: 'Newslab';
    src: url('../fonts/Newslab/Newslab.otf');
}

@font-face {
    font-family: 'NewslabBold';
    src: url('../fonts/Newslab/NewslabBold.otf');
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #fff;
    overflow-x: hidden;
    line-height: 1.55;
    margin: 0;
    background: #fff;
    min-width: 320px;
    position: relative;
    transition: left 0.2s ease;
    left: 0;
}

body.body_move {
    left: 260px;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 15px;
    font-weight: bold;
}

h1 {
    font-size: 36px;
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: 'NewslabBold', serif;
}

.entry-title {
    color: #000;
}

h2 {
    font-size: 34px;
    margin: 0 0 10px;
}

h3 {
    font-size: 30px;
    margin: 0 0 30px;
}

h4 {
    font-size: 24px;
    margin: 0 0 20px;
}

h5 {
    font-size: 20px;
    margin: 0 0 10px;
}

h6 {
    font-size: 0.9em;
}

p {
    margin-bottom: 10px;
}

a {
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

button {
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

button:hover {
    opacity: .7;
    color: #fff;
}

input[type="submit"] {
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

input[type="submit"]:hover {
    opacity: .7;
    color: #fff;
}

a:hover,
a:focus {
    text-decoration: none;
}

b, strong {

}

span {

}

ul {
    padding-left: 20px;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Large devices (large desktops, 1200px and below) */
@media (max-width: 1199px) {
    h1 {
        font-size: 32px;
    }
}

/* Medium devices (tablets, 991px and below) */
@media (max-width: 991px) {
    h1 {
        font-size: 30px;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 22px;
    }
}

/* Small devices (mobile, 768px and below) */
@media (max-width: 767px) {
    h1 {
        font-size: 26px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 18px;
    }
}

/*--------------------------------------------------------------
2.0 Elements
--------------------------------------------------------------*/
.main {
    margin-bottom: 20px;
}

img {
    max-width: 100%;
}

fieldset {
    border: none;
    padding: 0;
    margin: 0;
    min-width: 100%;
}

input[type="text"],
input[type="search"],
input[type="email"],
input[type="number"],
input[typ="password"] {
    background: #fff;
    border: none;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: rgba(0, 0, 0, .5);
    height: 48px;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
}

input::-webkit-input-placeholder {
    font-family: 'Roboto', sans-serif;
    color: rgba(0, 0, 0, .5);
}

input::-moz-placeholder {
    font-family: 'Roboto', sans-serif;
    color: rgba(0, 0, 0, .5);
}

input:-moz-placeholder {
    font-family: 'Roboto', sans-serif;
    color: rgba(0, 0, 0, .5);
}

input:-ms-input-placeholder {
    font-family: 'Roboto', sans-serif;
    color: rgba(0, 0, 0, .5);
}

input::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.4s ease;
}

input::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.4s ease;
}

input:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.4s ease;
}

input:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.4s ease;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
}

input:focus::-moz-placeholder {
    opacity: 0;
}

input:focus:-moz-placeholder {
    opacity: 0;
}

input:focus:-ms-input-placeholder {
    opacity: 0;
}

textarea {
    background: #fff;
    border: none;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: rgba(0, 0, 0, .5);
    padding: 15px 20px;
    box-sizing: border-box;
    width: 100%;
    height: 126px;
    resize: none;
    display: block;
}

textarea::-webkit-input-placeholder {
    font-family: 'Roboto', sans-serif;
    color: rgba(0, 0, 0, .5);
}

textarea::-moz-placeholder {
    font-family: 'Roboto', sans-serif;
    color: rgba(0, 0, 0, .5);
}

textarea:-moz-placeholder {
    font-family: 'Roboto', sans-serif;
    color: rgba(0, 0, 0, .5);
}

textarea:-ms-input-placeholder {
    font-family: 'Roboto', sans-serif;
    color: rgba(0, 0, 0, .5);
}

textarea::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.4s ease;
}

textarea::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.4s ease;
}

textarea:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.4s ease;
}

textarea:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.4s ease;
}

textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}

textarea:focus::-moz-placeholder {
    opacity: 0;
}

textarea:focus:-moz-placeholder {
    opacity: 0;
}

textarea:focus:-ms-input-placeholder {
    opacity: 0;
}

.wpcf7-form-control-wrap {
    display: block;
    margin: 0 0 30px;
}

.btn, input[type="submit"] {
    color: #fff;
    background: #ff1924;
    border: none;
    outline: none;
    display: inline-block;
    vertical-align: top;
    border-radius: 0;
    padding: 12px 21px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
}

form input[type=submit] {
    width: 100%;
    height: 48px;
}

.btn:hover {
    opacity: 0.7;
    color: #fff;
}

.title-icon {
    margin: -15px 10px 0 0;
    display: inline-block;
    vertical-align: middle;
    background: url('../img/sprite.png') 0 0 no-repeat;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.title-icon:hover {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}

.bottle {
    background-position: -13px -11px;
    width: 26px;
    height: 80px;
}

.garnet {
    background-position: -53px -17px;
    width: 61px;
    height: 75px;
}

.breadcrumbs {
    width: 100%;
    margin: 0 0 35px;
    padding: 0 0 15px;
    border-bottom: 1px solid #e5e5e5;
    list-style: none;
    color: #054f94;
    font-size: 14px;
    font-weight: 600;
}

.breadcrumbs li {
    display: inline-block;
    vertical-align: top;
}

.breadcrumbs a {
    color: #000;
}

.breadcrumbs a:hover {
    color: #054f94;
}

.breadcrumbs li + li {
    margin-left: 10px;
}

.breadcrumbs li + li:before {
    display: inline-block;
    vertical-align: top;
    content: "/";
    margin-right: 14px;
    color: #999;
}

.read-more {
    text-decoration: underline;
    color: #054f94 !important;
    font-weight: 600;
    font-size: 14px;
}

time {
    font-size: 14px;
    color: #7f7f7f;
    font-weight: 600;
}

.show-more-btn {
    display: block;
    border: 2px solid #e68892;
    color: #ff1924 !important;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    padding: 6px 15px;
    margin-bottom: 20px;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}

.show-more-btn:hover {
    border-color: #ff1924;
    letter-spacing: 10px;
}

.buy-now {
    font-size: 27px;
    font-weight: 600;
    padding: 11px 15px;
    min-width: 210px;
    margin: 0 0 20px;
    border: 3px solid;
    border-color: #ff8c92 #8e0e14 #8e0e14 #7f0c12;
}

.radial-text-block {
    font-size: 36px;
    font-weight: 300;
    margin-top: -180px;

    -webkit-transform-origin: center center;
    transform-origin: center center;

    -webkit-animation-name: title-animation;
    -webkit-animation-duration: 16s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: none;

    animation: title-animation 16s infinite linear;
}

@-webkit-keyframes title-animation {
    0% {
        -webkit-transform: translate(0.1%, 0.1%) rotate(0deg);
    }
    25% {
        -webkit-transform: translate(-12%, 6%) rotate(-12deg);
    }
    50% {
        -webkit-transform: translate(0.1%, 0.1%) rotate(0deg);
    }
    75% {
        -webkit-transform: translate(12%, 6%) rotate(12deg);
    }
    100% {
        -webkit-transform: translate(0.1%, 0.1%) rotate(0deg);
    }
}

@keyframes title-animation {
    0% {
        transform: translate(0.1%, 0.1%) rotate(0deg);
    }
    25% {
        transform: translate(-12%, 6%) rotate(-12deg);
    }
    50% {
        transform: translate(0.1%, 0.1%) rotate(0deg);
    }
    75% {
        transform: translate(12%, 6%) rotate(12deg);
    }
    100% {
        transform: translate(0.1%, 0.1%) rotate(0deg);
    }
}

video {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.custom-table {
    display: table;
    width: 100%;
    height: 100%;
}

.custom-table-row {
    display: table-cell;
    vertical-align: middle;
}

.pagination-nav {
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
}

.pagination-nav a {
    display: inline-block;
    vertical-align: middle;
}

.pagination-nav > div:hover a {
    color: #054f94;
}

/* Large devices (large desktops, 1200px and below) */
@media (max-width: 1199px) {
    .radial-text-block {
        margin: 0;
    }
}

/* Medium devices (tablets, 991px and below) */
@media (max-width: 991px) {
    body {
        font-size: 16px;
    }

    .buy-now {
        font-size: 20px;
        padding: 8px 15px;
        min-width: 170px;
    }

    .breadcrumbs {
        padding-bottom: 10px;
        margin: 0 0 15px;
    }

    input[type="text"],
    input[type="search"],
    input[type="email"],
    input[type="number"],
    input[typ="password"] {
        height: 44px;
    }

    textarea {
        height: 118px;
    }

    .radial-text-block {
        font-size: 28px;
    }
}

/* Small devices (mobile, 768px and below) */
@media (max-width: 767px) {
    body {
        font-size: 14px;
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        margin-bottom: 15px;
    }

    .wpcf7-form-control-wrap {
        margin-bottom: 20px;
    }

    .buy-now {
        margin-bottom: 10px;
    }

    .radial-text-block {
        font-size: 14px;
    }
}

/*--------------------------------------------------------------
3.0 Header
--------------------------------------------------------------*/
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 102px;
    margin-bottom: 30px;
    font-family: Newslab, serif;
}

header:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 70%;
    left: 0;
    top: 0;
    z-index: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

header .opener {
    display: none;
    width: 30px;
    margin: 6px 0;
    cursor: pointer;
}

header .opener span {
    width: 100%;
    height: 4px;
    margin-bottom: 5px;
    background: #fff;
    display: block;
}

header .btn {
    color: #fff !important;
    padding: 14px 21px 10px;
    position: relative;
    z-index: 5;
}

header nav {
    max-width: 82%;
}

header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    font-weight: bold;
    font-size: 18px;
    position: relative;
    z-index: 10;
}

header nav ul:after {
    display: block;
    clear: both;
    content: "";
}

header .menu li {
    float: left;
    margin: 0 14px;
}

header .menu a {
    text-transform: uppercase;
    display: block;
    padding: 10px 15px;
    position: relative;
}

header .menu a:hover {
    color: inherit;
}

header .menu a:before {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    background: #fff;
    width: 100%;
    height: 0;
    z-index: 5;
    -webkit-transition: height .4s linear;
    -moz-transition: height .4s linear;
    -o-transition: height .4s linear;
    transition: height .4s linear;
}

header .menu .current-menu-item a:before {
    height: 5px;
}

header .menu a:hover::before {
    height: 5px;
}

.mobile_menu {
    display: block;
    position: fixed;
    width: 260px;
    box-sizing: border-box;
    left: -260px;
    top: 0;
    bottom: 0;
    background: #333;
    transition: left 0.2s ease;
    font-family: 'Newslab', serif;
    text-transform: uppercase;
}

.mobile_menu.active {
    left: 0;
}

.mobile_menu .menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.mobile_menu .menu .sub-menu {
    padding: 0;
}

.mobile_menu .menu > li {
    border-top: 1px solid #a9a9a9;
    border-bottom: 1px solid #4d4d4d;
    padding: 15px 30px;
}

.mobile_menu .social-list {
    border-top: 1px solid #a9a9a9;
}

.mobile_menu .menu > li a {
    display: block;
    color: #fff;
}

.mobile_menu .menu > li li a {
    padding: 10px 15px 0 20px;
}

.mobile_menu .sub-menu .sub-menu {
    display: none;
}

/* Large devices (large desktops, 1200px and below) */
@media (max-width: 1199px) {
    header {
        padding-top: 55px;
        margin: 0 0 25px;
    }

    header .menu {
        font-size: 16px;
    }

    header .menu li {
        margin: 0 11px;
    }

    header .menu a {
        padding: 10px 12px;
    }

    header .btn {
        padding: 12px 21px 9px;
        font-size: 18px;
    }

    header:before {
        height: 100%;
    }
}

/* Medium devices (tablets, 991px and below) */
@media (max-width: 991px) {
    header {
        padding-top: 40px;
    }

    header .menu {
        font-size: 15px;
        text-align: center;
    }

    header .menu li {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0;
    }

    header .menu a {
        padding: 8px 10px;
    }

    header .btn {
        padding: 11px 20px 9px;
        font-size: 16px;
        margin-top: -5px;
    }
}

/* Small devices (mobile, 768px and below) */
@media (max-width: 767px) {
    header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 20;
        padding: 15px 10px 0;
    }

    header:before {
        display: none;
    }

    header .opener {
        display: block;
    }

    header nav {
        display: none;
    }
}

/*--------------------------------------------------------------
4.0 Content
--------------------------------------------------------------*/
.subheader-block {
    height: 650px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 45px;
}

.negative-top-block {
    margin-top: -455px;
}

.subtitle-block {
    padding: 83px 0 72px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.limit-box {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.limit-box-about {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.subtitle-block h3 {
    margin-bottom: 10px;
}

.post-list {
    overflow: hidden;
    margin: 0 -30px;
    padding: 0;
    list-style: none;
}

.post-list > li {
    float: left;
    width: 370px;
    height: 370px;
    margin: 0 15px 30px;
    position: relative;
    background: center center / cover no-repeat;
}

.post-list > li:hover .hover-box {
    opacity: 1;
}

.post-list .hover-box {
    padding: 40px;
    display: table;
    background: rgba(0, 0, 0, .5);
    height: 100%;
    width: 100%;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
    opacity: 0;
}

.post-list .hover-box a {
    color: #fff;
}

.post-list .hover-box .position-box {
    display: table-cell;
    vertical-align: middle;
}

.post-list .hover-box .social-list {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}

.post-list .hover-box .social-list a:hover {
    color: #5887cc;
}

.post-list .hover-box .social-list .fa {
    font-size: 30px;
}

.post-list .hover-box .social-list li + li {
    margin-top: 10px;
}

.post-list .hover-box time {
    color: #fff;
}

.comment-slider {
    margin-bottom: 30px;
}

.comment-slider h3 {
    color: #ff1924;
    font-size: 36px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.comment-slider .slick-slider {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.comment-slider .slick-slide {
    padding-top: 75px;
}

.comment-slider .slick-slider .slick-arrow {
    color: rgba(5, 79, 148, .5);
    top: 14%;
    margin-top: 0;
}

.comment-slider .slick-slider .slick-prev {
    left: 5px;
}

.comment-slider .slick-slider .slick-next {
    right: 5px;
}

.comment-slider .slick-slider .slick-arrow:hover {
    color: rgba(5, 79, 148, 1);
}

.comment-slider .slick-slider .slick-dots {
    position: static;
}

.comment-slider .slick-slider .slick-dots button {
    background: #e5e5e5;
}

.comment-slider .slick-slider .slick-dots .slick-active button {
    background: #ff1924;
}

.comment-slider .slick-slider .text-box {
    font-size: 18px;
    width: 100%;
    max-width: 380px;
    margin: 0 auto 22px;
    position: relative;
}

.comment-slider .slick-slider .text-box:before {
    background: url("../img/img_9.png") 0 0 no-repeat;
    content: "";
    position: absolute;
    z-index: 5;
    top: -70px;
    left: -92px;
    width: 560px;
    height: 300px;
}

.comment-slider .slick-slider p {
    margin: 0;
}

.comment-slider .slick-slider time {
    color: #7595bc;
    display: block;
    margin: 0 0 25px;
    font-size: 12px;
}

.comment-slider .slick-slider .img-box {
    margin: 0 0 30px;
}

.comment-slider .slick-slider img {
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.comment-slider .slick-slider .slick-dots li {
    margin: 0 5px;
}

.comment-slider .slick-slider .slick-dots button {
    padding: 0;
    width: 8px;
    height: 8px;
}

.info-list {
    text-align: center;
    margin: 0 0 35px;
    padding: 0;
    font-size: 24px;
}

.info-list li {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    margin: 0 0 15px;
    padding: 0 10px;
}

.info-list li:hover img {
    -webkit-animation: right-left .5s ease-in-out;
    -moz-animation: right-left .5s ease-in-out;
    animation: right-left .5s ease-in-out;
}

@-webkit-keyframes right-left {
    from {
        -webkit-transform: translateX(-15px);
        -moz-transform: translateX(-15px);
        -ms-transform: translateX(-15px);
        -o-transform: translateX(-15px);
        transform: translateX(-15px);
    }
    33% {
        -webkit-transform: translateX(15px);
        -moz-transform: translateX(15px);
        -ms-transform: translateX(15px);
        -o-transform: translateX(15px);
        transform: translateX(15px);
    }
    66% {
        -webkit-transform: translateX(-15px);
        -moz-transform: translateX(-15px);
        -ms-transform: translateX(-15px);
        -o-transform: translateX(-15px);
        transform: translateX(-15px);
    }
    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes right-left {
    from {
        -webkit-transform: translateX(-15px);
        -moz-transform: translateX(-15px);
        -ms-transform: translateX(-15px);
        -o-transform: translateX(-15px);
        transform: translateX(-15px);
    }
    33% {
        -webkit-transform: translateX(15px);
        -moz-transform: translateX(15px);
        -ms-transform: translateX(15px);
        -o-transform: translateX(15px);
        transform: translateX(15px);
    }
    66% {
        -webkit-transform: translateX(-15px);
        -moz-transform: translateX(-15px);
        -ms-transform: translateX(-15px);
        -o-transform: translateX(-15px);
        transform: translateX(-15px);
    }
    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes right-left {
    from {
        -webkit-transform: translateX(-15px);
        -moz-transform: translateX(-15px);
        -ms-transform: translateX(-15px);
        -o-transform: translateX(-15px);
        transform: translateX(-15px);
    }
    33% {
        -webkit-transform: translateX(15px);
        -moz-transform: translateX(15px);
        -ms-transform: translateX(15px);
        -o-transform: translateX(15px);
        transform: translateX(15px);
    }
    66% {
        -webkit-transform: translateX(-15px);
        -moz-transform: translateX(-15px);
        -ms-transform: translateX(-15px);
        -o-transform: translateX(-15px);
        transform: translateX(-15px);
    }
    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

.info-list img {
    border-radius: 50%;
    margin: 0 0 8px;

}

.product-info {
    position: relative;
    padding-bottom: 65px;
}

.product-info:before {
    position: absolute;
    z-index: 0;
    content: "";
    bottom: 0;
    left: -135px;
    background: url("../img/img_26.png") 0 0 no-repeat transparent;
    width: 484px;
    height: 731px;
}

.product-info:after {
    position: absolute;
    z-index: 1;
    content: "";
    bottom: 0;
    right: -285px;
    background: url("../img/img_27.png") 0 0 no-repeat transparent;
    width: 619px;
    height: 786px;
}

.product-image {
    margin-bottom: 40px;
    padding-top: 60px;
}

.video-post {
    background: #000;
    font-size: 14px;

}

.video-post h3 {
    font-size: 36px;
    color: #ff1924;
    font-weight: 600;
    text-align: center;
}

.video-post .pull-left {
    padding: 80px 15px 50px 35px;
}

.video-post .pull-right {
    padding-right: 0;
}

.video-post-list {
    margin: 0 -15px;
    overflow: hidden;
    padding: 0;
}

.video-post .video-block iframe {
    width: 100%;
    height: 430px;
    vertical-align: top;
}

.video-post-list .item {
    display: inline-block;
    vertical-align: top;
    height: 240px;
    width: 100%;
    margin: 0 0 30px;
    cursor: pointer;
    background: center center / cover no-repeat;
}

.video-post-list .hover-box {
    padding: 15px 20px;
    display: block;
    background: rgba(0, 0, 0, .7);
    height: 100%;
    width: 100%;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
    opacity: 0;
    max-height: 240px !important;
    box-sizing: border-box !important;
    overflow-y: auto !important;
}

.video-post-list .item:hover .hover-box {
    opacity: 1;
}

.video-post-list .hover-box {
    font-size: 14px;
    font-weight: 600;
}

.video-post-list .hover-box h3 {
    font-size: 24px;
    color: #ff1924;
    margin: 0 0 15px;
}

/* Large devices (large desktops, 1200px and below) */
@media (max-width: 1199px) {
    .subheader-block {
        height: 600px;
    }

    .negative-top-block {
        margin-top: -400px;
    }

    .info-list {
        font-size: 22px;
    }

    .video-post .pull-left {
        padding: 25px 15px 10px 25px;
    }

    .video-post h3 {
        font-size: 30px;
    }

    .video-post-list .item {
        height: 220px;
    }

    .video-post-list .item .hover-box {
        opacity: 1;
        font-size: 14px;
        font-weight: normal;
    }

    .video-post-list .hover-box h3 {
        font-size: 18px;
    }

    .video-post .video-block iframe {
        height: 350px;
    }

    .product-image {
        margin-bottom: 15px;
        padding-top: 35px;
    }

    .product-info:before {
        width: 400px;
        background-size: cover;
        height: 610px;
    }

    .product-info:after {
        width: 365px;
        background-size: cover;
        height: 575px;
        right: -80px;
    }

    .subtitle-block {
        padding: 40px 0 20px;
        margin-bottom: 40px;
    }

    .post-list {
        margin: 0 -25px;
    }

    .post-list > li {
        width: 310px;
        height: 310px;
        margin: 0 10px 20px;
    }

    .comment-slider .slick-slider .text-box {
        max-width: 480px;
    }
}

/* Medium devices (tablets, 991px and below) */
@media (max-width: 991px) {
    .subheader-block {
        height: 450px;
    }

    .negative-top-block {
        margin-top: -340px;
    }

    .info-list {
        font-size: 18px;
        margin: 0 0 10px;
    }

    .video-post h3 {
        font-size: 18px;
        margin: 0 0 15px;
    }

    .video-post {
        font-size: 12px;
    }

    .video-post .video-block iframe {
        height: 300px;
    }

    .video-post .pull-left {
        padding: 15px 0 10px 10px;
    }

    .video-post-list .item .hover-box {
        display: none;
    }

    .video-post-list .item {
        height: 160px;
    }

    .product-info:after, .product-info:before {
        display: none;
    }

    .product-info {
        padding-bottom: 30px;
    }

    .subtitle-block {
        padding: 10px 0 10px;
        margin-bottom: 20px;
    }

    .post-list > li {
        width: 236px;
        height: 236px;
    }

    .post-list > li .hover-box {
        opacity: 1;
        padding: 5px 10px;
        font-size: 14px;
        line-height: 1.2;
        background: rgba(0, 0, 0, .4);
    }

    .post-list .hover-box .social-list {
        margin-bottom: 5px;
    }

    .post-list .hover-box .social-list li + li {
        margin-top: 5px;
    }

    .comment-slider {
        margin: 0 0 15px;
    }

    .comment-slider .slick-slide {
        padding-top: 30px;
    }

    .comment-slider .slick-slider .text-box:before {
        top: -28px;
        left: -60px;
    }
}

/* Small devices (mobile, 768px and below) */
@media (max-width: 767px) {
    .subheader-block {
        margin: 0 0 25px;
        height: 320px;
    }

    .negative-top-block-row {
        display: none;
    }

    .negative-top-block {
        margin-top: 0;
    }

    .info-list {
        font-size: 14px;
    }

    .info-list li {
        width: 48%;
        padding: 0 5px;
        margin: 0 0 10px;
    }

    .video-post .pull-left {
        text-align: left;
        padding: 10px 10px 0;
        margin: 0;
    }

    .video-post .pull-right {
        padding: 0 10px;
    }

    .video-post .video-block {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

    .video-post .video-block iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .video-post-list {
        text-align: center;
        margin: 0;
    }

    .video-post-list .item {
        display: inline-block !important;
        vertical-align: top;
        float: none;
        margin: 0;
        width: 246px;
    }

    .product-info {
        padding-bottom: 10px;
    }

    .post-list {
        text-align: center;
        margin: 0 0 10px;
    }

    .post-list > li {
        display: inline-block;
        vertical-align: top;
        float: none;
    }

    .comment-slider .slick-slider .slick-arrow {
        display: none !important;
    }

    .comment-slider .slick-slider .text-box:before {
        left: 0;
        right: 0;
        background-size: 100%;
        width: 125px;
        height: 90px;
    }

    .comment-slider .slick-slider .text-box {
        margin-bottom: 10px;
    }

    .comment-slider .slick-slider time {
        margin-bottom: 10px;
    }

    .comment-slider .slick-slider .img-box {
        margin-bottom: 15px;
    }

    .comment-slider .slick-slider .slick-dots li {
        margin: 0 4px;
    }

    .comment-slider .slick-slider .slick-dots button {
        width: 8px;
        height: 8px;
    }

}

/*--------------------------------------------------------------
5.0 Footer
--------------------------------------------------------------*/
footer {
    background: #054f94;
    padding: 23px 0 10px;
    font-size: 16px;
    color: #fff;
}

footer a {
    color: #fff;
}

footer nav {
    width: 100%;
}

footer nav .menu {
    text-align: center;
    text-transform: capitalize;
    padding: 0 10px;
    margin: 0;
}

footer .menu li {
    display: inline-block;
    vertical-align: top;
    padding: 0 18px;
}

footer .menu li:first-child {
    display: none;
}

footer .menu a:hover {
    color: #447baf;
}

footer .social-list {
    padding: 25px 0 0;
    margin: 0 0 32px;
}

footer .social-list li {
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
}

footer .social-list li a {
    display: block;
    width: 46px;
    height: 46px;
    background: #fff;
    color: #054f94;
    border-radius: 50%;
    font-size: 24px;
    line-height: 46px;
}

footer .social-list a:hover {
    background: #ff1924;
}

footer .sub-menu {
    text-transform: uppercase;
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
}

footer .sub-menu li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
}

footer .sub-menu li a {
    color: #fff;
}

footer .logo-box .logo {
    display: block;
    margin: 0 0 10px;
}

footer .logo-box {
    font-family: Newslab, serif;
}

footer .logo-box p {
    text-transform: capitalize;
    font-size: 14px;
}

footer .logo-box h5 {
    font-family: Newslab, serif;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
}

.logo-list {
    float: right;
    list-style: none;
    margin: 0;
    padding: 15px 0 0;
}

.logo-list li {
    display: inline-block;
    vertical-align: middle;
}

.logo-list li + li {
    margin-left: 10px;
}

.logo-list li img {
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.logo-list li:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.secondary-block {
    padding: 14px 0 0;
    border-top: 1px solid #1e619f;
    font-size: 14px;
}

.animate-image {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 2s linear;
    -moz-transition: all 2s linear;
    -o-transition: all 2s linear;
    transition: all 2s linear;
}

.animate-image.ready {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.hover-icon-list {
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
}

.hover-icon-list li {
    margin: 0 0 30px;
    position: relative;
}

.hover-icon-list.left li:first-child {
    left: 15px;
}

.hover-icon-list.left li:last-child {
    left: 70px;
}

.hover-icon-list.right li:first-child {
    right: 15px;
}

.hover-icon-list.right li:last-child {
    right: 70px;
}

.hover-icon-list li img {
    border-radius: 50%;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
}

.hover-icon-list li:hover img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* Large devices (large desktops, 1200px and below) */
@media (max-width: 1199px) {
    footer .logo-box h5, footer .logo-box p {
        font-size: 13px;
    }

    footer .social-list {
        margin: 0 0 20px;
    }

    .logo-list li a {
        display: block;
        width: 60px;
    }
}

/* Medium devices (tablets, 991px and below) */
@media (max-width: 991px) {
    footer nav .menu {
        margin: 0 0 10px;
    }

    footer .logo-box {
        text-align: center;
    }

    footer .social-list {
        padding-top: 20px;
    }

    .logo-list {
        padding-top: 5px;
    }

    .logo-list li + li {
        margin-left: 5px;
    }

    .hover-icon-list.left li:first-child, .hover-icon-list.left li:last-child {
        left: 0;
    }

    .hover-icon-list.right li:first-child, .hover-icon-list.right li:last-child {
        right: 0;
    }

}

/* Small devices (mobile, 768px and below) */
@media (max-width: 767px) {
    footer .menu li {
        margin: 0 0 5px;
    }

    footer .logo-box h5 {
        font-size: 12px;
    }

    footer .social-list {
        padding-top: 0;
        margin-bottom: 15px;
    }

    footer .logo-list {
        float: none;
        text-align: center;
        padding: 0;
    }

    footer .logo-list li {
        margin: 0;
        padding: 0 10px;
    }

    footer .logo-list li + li {
        margin: 0;
    }

    footer .logo-list a {
        width: 45px;
    }

    footer .sub-menu {
        margin: 0;
    }

    footer .secondary-block {
        padding-top: 7px;
    }

    footer .secondary-block p {
        font-size: 12px;
        margin: 0;
    }
}

/*--------------------------------------------------------------
6.0 Individual styles for each page
--------------------------------------------------------------*/
.page-template-front-page h1 {
    font-size: 50px;
    margin: 50px 0 75px;
}

.page-template-template_press, .page-template-template_about, .page-template-front-page {
    background: #ff1924;
}

.post-type-archive-social {
    color: #000;
    background: url('../img/img_6.jpg') top center no-repeat;
    background-size: 100% auto;
}

.post-type-archive-social .main {
    padding-top: 180px;
}

.post-type-archive-social a {
    color: #000;
}

.post-type-archive-social .decoration-block {
    background: url('../img/img_7.png') top center no-repeat transparent;
    background-size: contain;
}

.post-type-archive-social header nav ul {
    border-color: #000;
}

.post-type-archive-social header .menu a:before {
    background-color: #000;
}

.post-type-archive-social footer a {
    color: #fff;
}

.post-type-archive-social .show-more-btn {
    margin: 0 -15px 53px;
}

.page-template-template_about h3 {
    font-size: 48px;
    font-weight: 600;
    margin: 0 0 20px;
}

.page-template-template_product h3 {
    font-size: 48px;
    font-weight: 600;
    margin: 0 0 20px;
}

.page-template-template_about header:before {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    height: 100%;
}

.page-template-template_about header .menu a {
    color: #000;
}

.page-template-template_about header nav ul {
    border-color: #000;
}

.page-template-template_about header .menu a:before, .page-template-template_product header .menu a:before {
    background-color: #ff1924;
}

.page-template-template_about .decoration-block {
    background: url('../img/img_22.jpg') center center no-repeat transparent;
    background-size: cover;
    padding-bottom: 90px;
}

.page-template-template_about .main, .page-template-template_product .main {
    margin-bottom: 0;
}

.page-template-template_about .main {
    font-size: 18px;
}

.page-template-template_about .negative-top-block {
    margin-bottom: -11px;
}

.page-template-template_about .custom-table {
    padding: 100px 0 150px;
    margin-bottom: 72px;
}

.page-template-template_about .custom-table-row {
    width: 50%;
    letter-spacing: 0.0100em;
}

.page-template-template_about .custom-table-row img {
    width: auto;
}

.page-template-template_about .limit-box {
    max-width: 780px;
    margin-bottom: 35px;
    font-size: 18px;
}

.page-template-template_about .limit-box.alt {
    margin-top: 30px;
    font-size: 24px;
    margin-bottom: 100px;
}

.page-template-template_about .limit-box.alt > p {
    text-align: justify;
    margin-bottom: 30px;
    font-size: 22px;
    letter-spacing: -0.0300em;
}

.page-template-template_product .subheader-block {
    min-height: 1080px;
    margin-bottom: 0;
    position: relative;
}

.page-template-template_product .subheader-block .custom-table {
    height: 1080px;
}

.page-template-template_product .decoration-block {
    background: url('../img/img_24.jpg') 0 0 no-repeat transparent;
    background-size: cover;
    padding-top: 85px;
    overflow: hidden;
}

.page-template-template_product .position-box {
    position: relative;
    z-index: 2;
}

.page-template-template_product .position-box .size-box {
    width: 100%;
    max-width: 730px;
    margin: 0 auto;
}

.page-template-template_product .limit-box {
    font-size: 24px;
    letter-spacing: -0.0500em;
    color: #000;
    margin-bottom: 20px;
}

.page-template-template_press .main {
    margin-bottom: 0;
}

.page-template-template_press .subheader-block {
    height: auto;
    min-height: 580px;
    padding-top: 150px;
    margin-bottom: 30px;
}

.page-template-template_press .subheader-block .decoration-block {
    background: rgba(0, 0, 0, .2);
    padding: 0;
}

.page-template-template_press .decoration-block {
    background: url('../img/img_37.jpg') center center no-repeat transparent;
    background-size: cover;
    padding: 80px 0 110px;
}

.page-template-template_press h2 {
    font-size: 48px;
    font-weight: 600;
}

.page-template-template_press form {
    padding: 30px 10px 20px;
    overflow: hidden;
    border: 2px solid transparent;
    max-width: 985px;
    margin: 0 auto;
}

.page-template-template_press form.sent {
    border-color: #2f8012;
}

.page-template-template_press form.invalid {
    border-color: #f00;
}

.page-template-template_press .limit-box {
    max-width: 950px;
}

div.wpcf7-response-output {
    text-align: center;
    padding: 0;
    border: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
}

.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 13px;
}

.page-template-template_press form .button-holder {
    position: relative;
}
.page-template-template_press form .button-holder .ajax-loader{
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
}
/* Large devices (large desktops, 1200px and below) */
@media (max-width: 1199px) {
    .page-template-front-page h1 {
        font-size: 40px;
        margin: 40px 0 55px;
    }

    .page-template-template_about h3, .page-template-template_product h3 {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .page-template-template_about .limit-box.alt {
        margin-top: -10px;
        margin-bottom: 40px;
    }

    .page-template-template_about .custom-table {
        padding: 30px 0 0;
        margin-bottom: 50px;
    }

    .page-template-template_about .custom-table-row:first-child {
        width: 30%;
    }

    .page-template-template_about .custom-table-row img {
        max-width: 170px;
    }

    .page-template-template_about .decoration-block {
        padding-bottom: 50px;
    }

    .page-template-template_press .subheader-block {
        min-height: 450px;
        padding-top: 100px;
        margin-bottom: 25px;
    }

    .page-template-template_press .decoration-block {
        padding: 60px 0;
    }

    .page-template-template_product .subheader-block {
        min-height: 100%;
    }

    .page-template-template_product .decoration-block {
        padding-top: 50px;
    }

    .post-type-archive-social .show-more-btn {
        margin-bottom: 30px;
    }

    .post-type-archive-social .main {
        padding-top: 150px;
    }

    .page-template-template_product .subheader-block {
        height: 660px;
    }

    .page-template-template_product .subheader-block .custom-table {
        height: 660px;
    }
}

/* Medium devices (tablets, 991px and below) */
@media (max-width: 991px) {
    .page-template-front-page h1 {
        font-size: 40px;
        margin: 30px 0 45px;
    }

    .page-template-template_about .main {
        font-size: 18px;
    }

    .page-template-template_about h3, .page-template-template_product h3 {
        font-size: 38px;
        margin-bottom: 25px;
    }

    .page-template-template_about .limit-box.alt {
        margin: 0 0 30px;
        font-size: 20px;
    }

    .page-template-template_about .custom-table {
        margin: 0 0 30px;
    }

    .page-template-template_about .decoration-block {
        padding-bottom: 20px;
    }

    .page-template-template_press .subheader-block {
        min-height: 380px;
        padding-top: 80px;
        margin-bottom: 15px;
    }

    .page-template-template_press .decoration-block {
        padding: 35px 0;
    }

    .page-template-template_press h2 {
        font-size: 38px;
    }

    form input[type=submit] {
        height: 44px;
    }

    .post-type-archive-social .main {
        padding-top: 120px;
    }

    .page-template-template_product .subheader-block {
        height: 560px;
    }

    .page-template-template_product .subheader-block .custom-table {
        height: 560px;
    }
}

/* Small devices (mobile, 768px and below) */
@media (max-width: 767px) {
    .page-template-front-page h1 {
        font-size: 26px;
        margin: 0 0 25px;
    }

    .page-template-template_about .main {
        font-size: 16px;
    }

    .page-template-template_product .subheader-block {
        height: 360px;
    }

    .page-template-template_product .subheader-block .custom-table {
        height: 360px;
    }

    .page-template-template_about h3, .page-template-template_product h3 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .page-template-template_about .limit-box.alt {
        margin: 0 0 20px;
        font-size: 16px;
    }

    .page-template-template_about .custom-table {
        display: block;
    }

    .page-template-template_about .custom-table-row {
        display: block;
        width: 100%;
    }

    .page-template-template_about .custom-table-row:first-child {
        width: 100%;
        margin: 0 0 20px;
    }

    .page-template-template_about .limit-box {
        text-align: left;
        margin: 0 0 20px;
        font-size: 16px;
    }

    .page-template-template_about .decoration-block {
        padding-bottom: 10px;
    }

    .page-template-template_about .custom-table {
        margin: 0 0 15px;
    }

    .page-template-template_press .subheader-block {
        padding-top: 60px;
    }

    .page-template-template_press form {
        padding-top: 0;
    }

    .page-template-template_press form .col-xs-12 {
        margin: 0;
    }

    .page-template-template_press .decoration-block {
        padding: 25px 0;
    }

    .page-template-template_product .decoration-block {
        padding-top: 20px;
    }

    .page-template-template_product .limit-box {
        font-size: 16px;
    }

    .post-type-archive-social .decoration-block {
        background: none;
    }

    .post-type-archive-social .subtitle-block {
        padding: 75px 0 10px;
        margin: 0 0 10px;
    }

    .post-type-archive-social .show-more-btn {
        margin: 0 0 15px;
    }

    .page-template-template_about p {
        font-size: 14px !important;
        margin-bottom: 15px !important;
    }

    .post-type-archive-social .main {
        padding-top: 0;
    }
}

/*--------------------------------------------------------------
7.0 Modal window
--------------------------------------------------------------*/
.modal {
    padding: 0 !important;
}

.modal-dialog {
    width: 770px;
}

.modal-dialog input[type="text"],
.modal-dialog input[type="search"],
.modal-dialog input[type="email"],
.modal-dialog input[type="number"],
.modal-dialog input[typ="password"],
.modal-dialog textarea {
    border: 1px solid #adadad;
}

.modal-dialog input:focus {
    border: 2px solid #0a3b82;
}

.modal-dialog textarea:focus {
    border: 2px solid #0a3b82;
}

.modal-dialog .container {
    width: 100%;
    padding: 20px 105px 60px;
}

.modal-dialog .close {
    font-size: 50px;
    line-height: 26px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    border: none;
    outline: none;
    padding: 13px 14px 17px;
    background: #fb001c;
    color: #fff;
    opacity: 1;
}

.modal-dialog .close:hover {
    opacity: .7;
}

.modal-content {
    border-radius: 0;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

.modal-content h2 {
    margin: 0 0 25px;
    font-size: 48px;
    font-weight: 500;
}

.modal-content .text-box {
    margin: 0 0 30px;
    font-weight: 500;
}

.modal-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-align: center;
}

.modal-content .limit-box {
    font-size: 12px;
    font-weight: 600;
    max-width: 460px;
    margin-bottom: 0;
}

.modal-content .limit-box p {
    margin-bottom: 0;
}

.modal-content ul li {
    border-top: 1px solid #ccc;
    padding: 10px 15px;
}

.modal-content ul li strong {
    text-transform: uppercase;
}

.modal-content div.wpcf7 {
    overflow: hidden;
}

/* Large devices (large desktops, 1200px and below) */
@media (max-width: 1199px) {

}

/* Medium devices (tablets, 991px and below) */
@media (max-width: 991px) {
    .modal-dialog {
        width: 740px;
    }
}

/* Small devices (mobile, 768px and below) */
@media (max-width: 767px) {
    .modal-dialog {
        width: 100%;
        margin: 0;
    }

    .modal-content {
        margin: 10px;
    }

    .modal-dialog .close {
        font-size: 40px;
        padding: 7px 11px 10px;
    }

    .modal-dialog .container {
        padding: 0 10px 10px;
    }

    .modal-content h2 {
        margin-bottom: 10px;
        font-size: 30px;
    }

    .modal-content form .col-xs-12 {
        margin-bottom: 0;
    }

    .modal-content ul {
        font-size: 12px;
    }

    .modal-content ul li {
        padding: 8px 5px;
    }
}

.mobile_menu .social-list {
    list-style-type: none;
    overflow: hidden;
    text-align: center;
    padding: 0;

}

.mobile_menu .social-list li {
    display: inline-block;
    margin: 15px 10px 0 10px;
}

.mobile_menu .social-list li .fa {
    font-size: 20px;
}
