/**
Theme Name: GMI
Theme Description: wp-theme for GMI
*/


/****************************************************************************************************
        FONTS       |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
****************************************************************************************************/
@font-face {
    font-family: "Montserrat";
    src: url("./fonts/Montserrat-Black.woff2") format("woff2"),
    url("./fonts/Montserrat-Black.woff") format("woff");
    font-style: normal;
    font-weight: 900;
}

@font-face {
    font-family: "Montserrat";
    src: url("./fonts/Montserrat-ExtraBold.woff2") format("woff2"),
    url("./fonts/Montserrat-ExtraBold.woff") format("woff");
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: "Montserrat";
    src: url("./fonts/Montserrat-Bold.woff2") format("woff2"),
    url("./fonts/Montserrat-Bold.woff") format("woff");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "Montserrat";
    src: url("./fonts/Montserrat-SemiBold.woff2") format("woff2"),
    url("./fonts/Montserrat-SemiBold.woff") format("woff");
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "Montserrat";
    src: url("./fonts/Montserrat-Medium.woff2") format("woff2"),
    url("./fonts/Montserrat-Medium.woff") format("woff");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "Montserrat";
    src: url("./fonts/Montserrat-Regular.woff2") format("woff2"),
    url("./fonts/Montserrat-Regular.woff") format("woff");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Montserrat";
    src: url("./fonts/Montserrat-Light.woff2") format("woff2"),
    url("./fonts/Montserrat-Light.woff") format("woff");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "Montserrat";
    src: url("./fonts/Montserrat-ExtraLight.woff2") format("woff2"),
    url("./fonts/Montserrat-ExtraLight.woff") format("woff");
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: "Montserrat";
    src: url("./fonts/Montserrat-Thin.woff2") format("woff2"),
    url("./fonts/Montserrat-Thin.woff") format("woff");
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: "Roboto";
    src: url("./fonts/Roboto-Regular.woff2") format("woff2"),
    url("./fonts/Roboto-Regular.woff") format("woff");
    font-style: normal;
    font-weight: 400;
}


/****************************************************************************************************
        COMMON STYLES       |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
****************************************************************************************************/
body {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

body * {
    box-sizing: border-box;
    max-width: 100%;
}

body.menu_on {
    overflow: hidden;
}

a {
    transition: all .2s ease;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    margin: 0;
    margin-bottom: 20px;
}

p:last-child,
p.zero-margin {
    margin: 0;
}

img {
    max-width: 100%;
}

h1 {
    font-size: 76px;
    line-height: 1.2;
    font-weight: 700;
    margin: 45px 0 30px 0;
}

h2 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    margin: 45px 0 25px 0;
}

h3 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    margin: 40px 0 20px 0;
}

h4 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    margin: 20px 0 15px 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}

section {
    position: relative;
    z-index: 1;
}

select {
    -webkit-appearance: none;
}

/* COMMON CLASSES ********************************************************************************/
.body_in {
    overflow: hidden;
}

.box {
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    transition: all 0.6s ease;
}

.wrapper {
    width: 1160px;
    max-width: 100%;
    margin: 0 auto;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    background-color: rgba(74, 144, 226, 1);
    padding: 10px 30px;
    border-radius: 56px;
    cursor: pointer;
}

.btn:hover {
    background-color: rgba(74, 144, 226, 0.9);
}

.btns {
    display: flex;
    flex-wrap: wrap;
}

.btns .btn {
    margin-right: 20px;
}

.btns .btn:last-child {
    margin-right: 0;
}

.btns .btn:nth-child(2n+2) {
    background-color: #011F2C;
}

.btns .btn:nth-child(2n+2):hover {
    opacity: 0.8;
}

.block-h {
    margin-top: 40px;
    margin-bottom: 25px;
}

.block-h:first-child {
    margin-top: 0;
}

.block-h:last-child {
    margin-bottom: 0;
}

.block-h.center {
    text-align: center;
}

.block-h.uppercase {
    text-transform: uppercase;
}

p.gmi-blue,
h1.gmi-blue,
h2.gmi-blue,
h3.gmi-blue,
h4.gmi-blue,
h5.gmi-blue,
li.gmi-blue,
a.gmi-blue {
    color: #4A90E2;
}

.box-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: -1;
}


/****************************************************************************************************
        TEMPLATE PARTS      |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
****************************************************************************************************/

/* SLICK SLIDER ********************************************************************************/
.slick-track {
    max-width: unset;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 64px;
    height: 64px;
    border: 2px solid #4A90E2;
    border-radius: 50%;
    cursor: pointer;
    transition: all .2s ease;
    z-index: 10;
}

.slick-prev {
    left: 60px;
}

.slick-next {
    right: 60px;
}

.slick-prev:before,
.slick-next:before {
    position: absolute;
    content: "";
    top: 24px;
    left: 50%;
    width: 16px;
    height: 2px;
    background-color: #4A90E2;
    transition: all .2s ease;
    z-index: 1;
}

.slick-prev:before {
    transform: translateX(-50%) rotate(-45deg);
}

.slick-next:before {
    transform: translateX(-50%) rotate(45deg);
}

.slick-prev:after,
.slick-next:after {
    position: absolute;
    content: "";
    bottom: 24px;
    left: 50%;
    width: 16px;
    height: 2px;
    background-color: #4A90E2;
    transition: all .2s ease;
    z-index: 1;
}

.slick-prev:after {
    transform: translateX(-50%) rotate(45deg);
}

.slick-next:after {
    transform: translateX(-50%) rotate(-45deg);
}

.slick-dots {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.slick-dots li {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #b7b7b7;
    cursor: pointer;
    list-style: none;
    margin-right: 12px;
}

.slick-dots button {
    display: none;
}

.slick-dots li.slick-active {
    background-color: #4A90E2;
}

/* ACTION */
.slick-next:hover,
.slick-prev:hover {
    background-color: #4A90E2;
}

.slick-next:hover:before,
.slick-next:hover:after,
.slick-prev:hover:before,
.slick-prev:hover:after {
    background-color: #fff;
}

/* CLOSE ********************************************************************************/
.close {
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 12px;
    z-index: 1;
}
.close::before,
.close::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    height: 4px;
    width: 22px;
    border-radius: 2px;
    background-color: #fff;
    z-index: 1;
}
.close::before {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.close::after {
    transform: translate(-50%, -50%) rotate(45deg);
}

/* MODAL ********************************************************************************/
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 300;
}
.modal.is-visible {
    display: block;
}
.modal .close {
    position: absolute;
    top: 68px;
    right: 58px;
}
.modal .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 90px;
}

/* TOP BANNER ********************************************************************************/
.part_banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}

.part_banner_in {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 265px;
    padding: 80px 0;
}

.part_banner_in .block-h {
    color: #1E426C;
}

/* CUSTOM BLOCKS ********************************************************************************/
.part_blocks {
    margin-bottom: 100px;
}

.part_blocks_in {
    width: 1040px;
    margin: 0 auto;
}

.part_blocks-el,
.part_blocks-el.part_content_in {
    width: 100%;
    margin-top: 80px;
}

.part_blocks-el .block-h {
    color: #001F2C;
}

.part_blocks-el.text-image-type {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.part_blocks-el.text-image-type.right-pos {
    flex-direction: row-reverse;
}

.part_blocks-el.text-image-type .part_blocks-el-img {
    width: 500px;
    height: auto;
    flex-shrink: 0;
}

.part_blocks-el.text-image-type .part_blocks-el-txt {
    width: 490px;
    flex-shrink: 0;
}

.part_blocks-el-txt {
    color: #4C4C4C;
    font-size: 18px;
    line-height: 1.4;
}

/* FORM ********************************************************************************/
.gmi-form .gform_wrapper,
.gmi-form .gform_wrapper .gfield,
.gmi-form .gform_wrapper .gfield .ginput_container {
    margin: 0;
    padding: 0;
    margin-top: 0 !important;
}

.gmi-form .gform_wrapper .gform_fields {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gmi-form .gform_wrapper .gform_fields .gfield {
    width: 100%;
    padding: 0;
    margin: 0 !important;
    margin-bottom: 20px !important;
}

.gmi-form .gform_wrapper .gform_fields li.gfield.gf_right_half {
    padding-right: 0 !important;
}

.gmi-form .gform_wrapper .gfield.gfield_upload {
    text-align: center;
    background-color: #FDFDFD;
    border-radius: 4px;
    padding: 0 !important;
}

.gmi-form .gform_wrapper .gfield.gfield_upload .ginput_container {
    background-color: #fff;
}

.gmi-form .gform_wrapper .gfield .ginput_container .gfield_label {

}

.gmi-form .gform_wrapper .gfield .ginput_container input,
.gmi-form .gform_wrapper .gfield .ginput_container select,
.gmi-form .gform_wrapper .gfield .ginput_container textarea {
    width: 100%;
}

.gmi-form .gform_wrapper .gform_fields .gfield .ginput_container input,
.gmi-form .gform_wrapper .gform_fields .gfield .ginput_container select,
.gmi-form .gform_wrapper .gform_fields .gfield .ginput_container textarea {
    height: 45px;
    padding: 0 20px !important;
    border: 1px solid #E3E6EA;
    border-radius: 4px;
    margin: 0 !important;
}

.gmi-form .gform_wrapper .gform_fields .gfield .ginput_container_multiselect select {
    height: auto;
    min-height: 170px;
    font-size: 14px;
    padding: 10px 20px !important;
}

.gmi-form .gform_wrapper .gfield.gfield_upload .ginput_container input {
    text-align: center;
    padding: 14px 20px !important;
}

.gmi-form .gform_wrapper .gform_fields .gfield .ginput_container textarea {
    height: 112px;
    padding: 10px 20px !important;
}

.gmi-form .gform_wrapper .gform_fields .gfield a {
    color: rgba(74, 144, 226, 1);
    text-decoration: none;
}

.gmi-form .gform_wrapper .gfield .ginput_complex {
    margin-bottom: -20px !important;
}

.gmi-form .gform_wrapper .gfield .ginput_complex > span {
    display: inline-block;
    margin-bottom: 20px;
}

.gmi-form .gform_wrapper .gfield .ginput_complex > span.ginput_full {
    display: block;
}

.gmi-form .gform_wrapper .gfield .ginput_complex span label,
.gmi-form .gform_wrapper .gfield label {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12px;
    margin: 0;
    margin-bottom: 8px;
}

.gmi-form .gform_wrapper .gfield.gfield_upload label {
    font-size: 16px;
    color: #5D5A67;
    margin-bottom: 10px;
}

.gmi-form .gform_wrapper .gform_footer {
    text-align: center;
    padding: 0;
    margin: 0;
    margin-top: 30px;
}

.gmi-form .gform_wrapper .gform_footer input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    background-color: rgba(74, 144, 226, 1);
    padding: 10px 40px;
    border: none;
    border-radius: 56px;
    cursor: pointer;
}

.gmi-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}

.gfield_checkbox li {
    margin-bottom: 5px !important;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    font-size: 14px !important;
    padding-left: 26px !important;
    cursor: pointer;
    font-weight: 400 !important;
}

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    position: absolute;
    content: '';
    left: 0;
    top: 3px;
    width: 17px;
    height: 17px;
    background-color: #fff;
    border-radius: 2px;
    outline: none;
    border: 1px solid #cecfd0;
}

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    position: absolute;
    content: '';
    top: 9px;
    left: 6px;
    width: 5px;
    height: 5px;
    border-radius: 1px;
    background-color: #000;
    transition: all .2s;
}

[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

/* CONTENT ********************************************************************************/
.part_content {
    margin: 80px 0;
}

.part_content_in {
    width: 1040px;
    margin: 0 auto;
}

.part_content_in p {
    line-height: 1.6;
}

.part_content_in ul,
.part_content_in ol {
    padding: 0;
    padding-left: 20px;
    margin: 30px 0;
}

.part_content_in ul li,
.part_content_in ol li {
    line-height: 1.6;
    margin-bottom: 10px;
}

.part_content_in .wp-block-image {
    margin: 30px 0;
}

.part_content_in ul:first-child,
.part_content_in ol:first-child,
.part_content_in .wp-block-image:first-child {
    margin-top: 0;
}

.part_content_in ul:last-child,
.part_content_in ol:last-child,
.part_content_in ul li:last-child,
.part_content_in ol li:last-child,
.part_content_in .wp-block-image:last-child {
    margin-bottom: 0;
}


/****************************************************************************************************
        HEADER      |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
****************************************************************************************************/
header {
    position: relative;
    z-index: 222;
    background-color: #fff;
}

.header_in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 60px;
}

/****************************************************************************************************
        HEADER SCROLL      ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
****************************************************************************************************/

header .header-scroll {
    position: fixed;
    width: 100%;
    top: -100%;
    z-index: -1;
    transition: all 0.5s;
    opacity: 0;
    background-color: #fff;
    box-shadow: 0 14px 44px rgba(0, 0, 0, 0.3);
}

header .header-scroll .header_in {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    align-items: unset;
}

header .header-scroll .header-nav {
    padding: 0 3.1vw;
}

header .header-scroll .header-nav .menu li {
    padding: 0 1.56vw;
}

header .header-scroll .header_in .btns a {
    margin: 0;
    border-radius: 0;
    height: 100%;
    display: flex;
    min-width: 15.6vw;
    padding: 10px 1.56vw;
}

header .header-scroll .header_in .header-logo {
    max-width: 179px;
    max-height: 41px;
    margin: 15px 0;
    height: auto;
}

header .header-scroll.scrolled {
    top: 0;
    opacity: 1;
}


body.admin-bar header .header-scroll.scrolled {
    top: 32px;
}


/* HEADER LOGO ********************************************************************************/
.header-logo {
    display: block;
    width: 340px;
    flex-shrink: 0;
    height: auto;
}

.header-logo img {
    height: auto;
    width: 100%;
	max-height: 100%;
	max-width: 100%;
}

/* HEADER NAVIGATION ********************************************************************************/
.header-nav {
    display: flex;
    align-items: center;
    padding: 0 60px;
    flex-grow: 1;
}

.header-nav_in,
.header-nav_in > div {
    width: 100%;
}

.header-nav .menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding: 0;
    margin: 0;
}

.header-nav .menu li {
    position: relative;
    list-style: none;
    padding: 0 30px;
    z-index: 1;
}

.header-nav .menu li.menu-item-has-children::before {
    position: absolute;
    content: "";
    top: 8px;
    right: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #000 transparent transparent;
    border-width: 6px;
    z-index: 1;
}

.header-nav ul li:first-child {
    margin-left: 0;
}

.header-nav ul li a {
    color: #161C40;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

/* ACTION */
.header-nav ul li a:hover,
.header-nav ul li.current-menu-item > a,
.header-nav ul li.current-menu-ancestor > a {
    color: rgba(74, 144, 226, 1);
}

/* HEADER SUBNAVIGATION ********************************************************************************/
.header-nav .menu li .sub-menu {
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    min-width: 180px;
    max-width: unset;
    background-color: #fff;
    padding: 40px 20px 20px;
    border-radius: 10px;
    white-space: nowrap;
    margin: 0;
    background-color: #fff;
    z-index: 1;
}

.header-nav .menu li .sub-menu li {
    list-style: none;
    padding: 5px 15px;
    text-align: center;
    margin: 0;
    margin-bottom: 20px;
}

.header-nav .menu li .sub-menu li:last-child {
    margin-bottom: 0;
}

.header-nav .menu li .sub-menu li:nth-child(n+2)::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: -10px;
    height: 1px;
    background-color: #dbdbdb;
    z-index: 1;
}

.header-nav .menu li .sub-menu li a {
    font-size: 14px;
}

/* HAMBURGER MENU ********************************************************************************/
.hamb {
    position: relative;
    width: 38px;
    height: 24px;
    cursor: pointer;
    z-index: 999;
}

.hamb div {
    position: absolute;
    height: 2px;
    top: 0;
    left: 0;
    right: 0;
    background-color: #000;
    transition: all .2s ease;
    z-index: 1;
}

.hamb div:nth-child(2),
.hamb div:nth-child(3) {
    top: 50%;
    transform: translateY(-50%);
}

.hamb div:nth-child(4) {
    top: auto;
    bottom: 0;
}

/* .menu_on */
body.menu_on .hamb div {
    background-color: #000;
}

body.menu_on .hamb div:nth-child(1),
body.menu_on .hamb div:nth-child(4) {
    opacity: 0;
}

body.menu_on .hamb div:nth-child(2) {
    transform: translateY(-50%) rotate(45deg);
}

body.menu_on .hamb div:nth-child(3) {
    transform: translateY(-50%) rotate(-45deg);
}


/****************************************************************************************************
        FRONT TMPL      |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
****************************************************************************************************/

/* FRONT SLIDER ********************************************************************************/
.front_slider-el {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.front_slider-el_in {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48vw;
    padding: 80px 0;
}

.front_slider-el-txt {
    width: 687px;
    flex-shrink: 0;
    font-size: 28px;
    color: #fff;
    text-align: center;
}

.front_slider .slick-prev,
.front_slider .slick-next {
    border: 1px solid #fff;
}

.front_slider .slick-prev::after,
.front_slider .slick-next::after,
.front_slider .slick-prev::before,
.front_slider .slick-next::before {
    background-color: #fff;
}

/* ACTION */
.front_slider .slick-prev:hover,
.front_slider .slick-next:hover {
    border: 1px solid #4A90E2;
}

/* FRONT FEATURED BRANDS ********************************************************************************/
.front_brands {
    position: relative;
    overflow: hidden;
    padding-top: 60px;
    margin-bottom: 60px;
    z-index: 1;
}

.front_brands .wrapper {
    position: relative;
    z-index: 2;
}

.front_brands .block_h {
    text-align: center;
    margin-bottom: 80px;
}

.front_brands .block_h h2 {
    color: #001F2C;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 2.4px;
}

.front_brands .block_h h4 {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #001F2C;
    font-size: 24px;
    letter-spacing: 1.5px;
    color: silver;
    font-weight: 400;
    margin-top: 0;
    z-index: 1;
}

.block_h h4.sidelined::before {
    position: absolute;
    content: "";
    left: -25px;
    top: 50%;
    transform: translate(-100%, -50%);
    height: 2px;
    width: 70px;
    background-color: silver;
    z-index: 1;
}

.block_h h4.sidelined::after {
    position: absolute;
    content: "";
    right: -15px;
    top: 50%;
    transform: translate(100%, -50%);
    height: 2px;
    width: 70px;
    background-color: silver;
    z-index: 1;
}

.front_brand {
    position: relative;
    z-index: 1;
}

.front_brand-bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    z-index: -1;
}

.front_brand-bg img {
    width: 100%;
    height: auto;
}

.front_brand-txt {
    color: #2c2c2c;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
}

.front_brand-txt .btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 2px solid #4A90E2;
    height: 44px;
    text-transform: none;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    color: #001F2C;
    border-radius: 40px;
    padding: 10px 36px 10px 30px;
    margin-top: 40px;
    cursor: pointer;
    z-index: 1;
}

.front_brand-txt .btn:before {
    position: absolute;
    content: "";
    top: 17px;
    right: 20px;
    width: 6px;
    height: 2px;
    background-color: #4A90E2;
    transform: rotate(45deg);
    z-index: 1;
}

.front_brand-txt .btn:after {
    position: absolute;
    content: "";
    bottom: 17px;
    right: 20px;
    width: 6px;
    height: 2px;
    background-color: #4A90E2;
    transform: rotate(-45deg);
    z-index: 1;
}

.front_brand-slide_in {
    display: flex;
    align-items: center;
    padding: 30px 80px;
}

.front_brand-txt {
    width: 474px;
    flex-shrink: 0;
    margin-right: 90px;
}

.front_brand-txt .block-h {
    margin-bottom: 15px;
}

.front_brand-video {
    width: 430px;
    background-color: #fff;
    padding: 32px 40px;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.08);
}

.front_brand-video-iframe iframe {
    width: 100%;
    height: 216px;
    border: none !important;
}

.front_brand-image {
    display: block;
    width: 100%;
    height: 340px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.front_brand-video-txt {
    color: #2c2c2c;
}

.front_brands-els {
    display: flex;
    flex-wrap: wrap;
    padding: 0 40px;
}

.front_brands-el {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 180px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    z-index: 1;
}

.front_brands-el-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 140px;
    width: 140px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    transition: all 0s ease;
    z-index: 1;
}

.front_brands .slick-prev {
    left: -50px;
}

.front_brands .slick-next {
    right: -50px;
}

/* ACTION */
.front_brands-el-img.active {
    opacity: 0;
}

.front_brands-el:hover .front_brands-el-img.inactive {
    opacity: 0;
}

.front_brands-el:hover .front_brands-el-img.active {
    opacity: 1;
}

.front_brands-el:hover {
    border: 1px solid #4A90E2;
}

/* FRONT NAVIGATION BLOCKS ********************************************************************************/
.front_navblocks {
    position: relative;
    padding: 60px 0;
    margin-top: 80px;
    z-index: 1;
}

.front_navblocks:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 70%;
    background-color: rgba(170, 170, 170, 0.2);
    z-index: -1;
}

.front_navblocks-els {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -40px;
}

.front_navblocks-el {
    position: relative;
    width: 560px;
    flex-shrink: 0;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    z-index: 1;
}

.front_navblocks-el_in {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #001F2C;
    text-decoration: none;
    background-color: #fff;
    padding: 200px 60px 60px 60px;
    transition: all .1s ease;
    overflow: hidden;
    z-index: 1;
}

.front_navblocks-el-nr {
    position: absolute;
    top: -46px;
    left: -30px;
    font-size: 184px;
    line-height: 1;
    color: rgba(170, 170, 170, 0.2);
    font-weight: 700;
    transition: all .1s ease;
    z-index: 1;
}

.front_navblocks-el-img {
    position: absolute;
    top: 20px;
    right: 60px;
    height: 180px;
    width: auto;
    z-index: 1;
}

.front_navblocks-el-h {
    display: block;
    text-decoration: none;
    margin: 0;
    margin-bottom: 26px;
}

.front_navblocks-el_in p {
    line-height: 1.6;
}

.front_navblocks-el_in a {
    position: relative;
    display: inline-block;
    color: #0C86CF;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    padding-right: 18px;
    margin-top: 20px;
    transition: all .1s ease;
    z-index: 1;
}

.front_navblocks-el_in a:before {
    position: absolute;
    content: "";
    right: 0;
    top: 7px;
    width: 8px;
    height: 2px;
    transform: rotate(45deg);
    background-color: #0C86CF;
    transition: all .1s ease;
    z-index: 1;
}

.front_navblocks-el_in a:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 7px;
    width: 8px;
    height: 2px;
    transform: rotate(-45deg);
    background-color: #0C86CF;
    transition: all .1s ease;
    z-index: 1;
}

/* ACTION */
.front_navblocks-el:hover .front_navblocks-el_in {
    background-color: #0C86CF;
    color: #fff;
}

.front_navblocks-el:hover .front_navblocks-el-nr {
    color: rgba(255, 255, 255, 0.2);
}

.front_navblocks-el:hover .front_navblocks-el_in a {
    color: #fff;
}

.front_navblocks-el:hover .front_navblocks-el_in a:before,
.front_navblocks-el:hover .front_navblocks-el_in a:after {
    background-color: #fff;
}

/* FRONT BLOG POSTS ********************************************************************************/
.slider_in {
    position: relative;
    z-index: 1;
}

.slider_nav {
    position: absolute;
    top: 0;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 40px;
    padding: 0 30px;
    background-color: #fff;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.front_blog {
    margin: 60px 0;
    margin-bottom: 0;
    overflow: hidden;
}

.front_blog .slick-list {
    padding: 0 !important;
}

.front_blog-head {
    padding: 38px 0;
    background-color: #00415B;
}

.front_blog-head_in {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.front_blog-h {
    color: #fff;
    font-weight: 400;
    font-size: 32px;
    margin: 0;
}

.front_blog-all {
    display: flex;
    align-items: center;
}

.front_blog-all img {
    margin-right: 10px;
    width: 40px;
    height: auto;
}

.front_blog-all a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 8px;
    z-index: 1;
}

.front_blog-all a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    border-bottom: 1px dashed #fff;
    z-index: 1;
}

.front_blog-els {
    max-width: unset;
    padding: 30px 0;
}

.front_blog-els .slick-track {
    display: flex !important;
}

.front_blog-els .slick-slide {
    height: inherit !important;
}

.front_blog-els:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    width: 20%;
    background-image: linear-gradient(to right, #fff, transparent);
    pointer-events: none;
    z-index: 1;
}

.front_blog-els:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    width: 20%;
    background-image: linear-gradient(to left, #fff, transparent);
    pointer-events: none;
    z-index: 1;
}

.front_blog-el {
    margin: 30px 15px;
    padding: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

.front_blog-el-img {
    display: block;
    height: 15vw;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
}

.front_blog-el-txt {
    display: flex;
    align-items: center;
    padding: 30px 18px;
}

.front_blog-el-txt img {
    margin-right: 15px;
    width: 42px;
    height: auto;
}

.front_blog-el-h {
    display: block;
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    margin: 0;
}

.socials {
    padding: 50px 0;
}

.socials .socials_title h3 {
    text-align: center;
    font-weight: 300;
}

.socials .socials_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}

.socials .socials_items .socials_items--item {
    flex: 0 0 auto;
    margin: 0 10px;
}

.socials .socials_items .socials_items--item a {
    transition: all 0.3s;
    display: inline-block;
    width: 50px;
    height: 50px;
}

.socials .socials_items .socials_items--item a svg {
    width: inherit;
    height: auto;
}

.socials .socials_items .socials_items--item a svg path {
    fill: rgba(74, 144, 226, 1);
    transition: all 0.3s;
}

.socials .socials_items .socials_items--item a:hover svg path {
    fill: #011F2C;
}

@media screen and (max-width: 450px) {
    .socials .socials_items .socials_items--item a {
        transition: all 0.3s;
        display: inline-block;
        width: 35px;
        height: 35px;
    }
}

/****************************************************************************************************
        PREVIEW TMPL      |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
****************************************************************************************************/

.preview-tmpl .preview {
    padding: 25px 0;
}

.preview-tmpl .item-title {
    margin: 0 0 30px 0;
}

.preview-tmpl .file-links {
    display: flex;
    justify-content: space-around;
}

.preview-tmpl .file-links a {
    margin: 0 15px;
}

@media screen and (max-width: 500px) {
    .preview-tmpl .file-links {
        justify-content: center;
        flex-wrap: wrap;
    }

    .preview-tmpl .file-links a {
        width: 100%;
        margin-bottom: 20px;
    }

    .preview-tmpl .file-links a:last-of-type {
        margin-bottom: 0;
    }
}

/****************************************************************************************************
        OUR BRANDS TMPL      |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
****************************************************************************************************/

.brands-tmpl .brands {
    padding: 25px 0;
}

.brands-items {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.brands-items .brands-items__item {
    flex: 0 0 calc(100% / 6);
    display: inline-flex;
    padding: 10px;
    border: 1px solid #ebebeb;
    filter: grayscale(1);
    transition: all 0.3s;
}

.brands-items .brands-items__item:hover {
    border: 1px solid #4A90E2;
    filter: none;
}

.brands-items .brands-items__item img {
    height: 100%;
}

@media screen and (max-width: 900px) {
    .brands-items .brands-items__item {
        flex: 0 0 calc(100% / 4);
    }
}

@media screen and (max-width: 650px) {
    .brands-items .brands-items__item {
        flex: 0 0 calc(100% / 3);
    }
}

@media screen and (max-width: 400px) {
    .brands-items .brands-items__item {
        flex: 0 0 calc(100% / 2);
    }
}



/****************************************************************************************************
        CLUB SPECIALS      ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
****************************************************************************************************/

/* SPECIALS POSTS ********************************************************************************/
.specials_posts {
    position: relative;
    margin: 80px 0;
    z-index: 1;
}
.specials_posts-els {
    display: flex;
    flex-wrap: wrap;
}
.specials_posts-el {
    position: relative;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    width: 260px;
    margin: 0 15px;
    margin-bottom: 50px;
    text-decoration: none;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.specials_posts-el.has-lightbox {
    cursor: pointer;
}
.specials_posts-el_in {
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    color: #010101;
    padding: 15px;
}
.specials_posts-el-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 232px;
    margin-bottom: 15px;
    overflow: hidden;
}
.specials_posts-el-img img {
    object-fit: contain;
}
.specials_posts-el-info {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 1;
}
.specials_posts-el-description {
    color: #666;
    padding: 15px 5px 10px 15px;
}
.specials_posts-el-description ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
.specials_posts-el-description li {
    position: relative;
    list-style: none;
    color: #666;
    padding-left: 6px;
    margin-right: 6px;
    z-index: 1;
}
.specials_posts-el-description li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #666;
    z-index: 1;
}

.specials_posts-el-description p,
.specials_posts-el-description li {
    font-size: 12px;
}
.specials_posts-el-description strong {
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
}
.specials_posts-el-price {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 114px;
    min-height: 80px;
    color: #fff;
    padding-top: 34px;
    padding-bottom: 16px;
    background-color: #d72634;
    border-top-left-radius: 20px;
    z-index: 1;
}
.special_posts-el-save {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    padding: 6px;
    white-space: nowrap;
    background-color: #ffb71b;
    z-index: 1;
}
.specials_posts-el-price small {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
}
.specials_posts-el-price small:first-child {
    font-size: 22px;
    line-height: 28px;
    margin-right: 2px;
}
.specials_posts-el-price strong {
    font-size: 38px;
    line-height: 38px;
    font-weight: 700;
    margin-right: 2px;
}
.specials_posts-el-lightbox {
    display: none;
}
.specials_posts-el-lightbox-item {
    display: flex;
    width: 900px;
    max-width: 100%;
    max-height: 100%;
    padding: 60px;
    background-color: #fff;
}
.specials_posts-el-lightbox-img {
    width: 360px;
    flex-shrink: 0;
    margin-right: 40px;
    margin-bottom: 40px;
    overflow: hidden;
}
.specials_posts-el-lightbox-item .text {
    overflow-y: auto;
}
.specials_posts-el-lightbox-item .text a:not(.btn) {
    color: rgba(74, 144, 226, 1);
}



/****************************************************************************************************
        INDEX TMPL      |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
****************************************************************************************************/

/* INDEX POSTS ********************************************************************************/
.index_posts_in {
    width: 960px;
    margin: 0 auto;
}

.index_posts-els {
    display: flex;
    flex-wrap: wrap;
}

.index_posts-el {
    width: 300px;
    flex-shrink: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.13);
    margin-right: 30px;
    margin-bottom: 40px;
}

.index_posts-el:nth-child(3n+3) {
    margin-right: 0;
}

.index_posts-el-thmb {
    display: block;
    width: 100%;
    height: 192px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.index_posts-el-txt {
    position: relative;
    font-size: 14px;
    color: #000;
    padding: 20px 28px;
    padding-bottom: 50px;
    z-index: 1;
}

.index_posts-el-cats {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 11px;
    color: #000;
}

.index_posts-el-cats span {
    display: block;
    margin-right: 15px;
    margin-bottom: 16px;
}

.index_posts-el-h {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    margin-bottom: 16px;
}

.index_posts-el-txt p {
    margin: 0;
    line-height: 1.6;
}

.index_posts-el-txt .link {
    position: absolute;
    bottom: 20px;
    left: 28px;
    color: #4A90E2;
    font-size: 11px;
    text-decoration: none;
    padding-right: 12px;
    z-index: 1;
}

.index_posts-el-txt .link:before {
    position: absolute;
    content: "";
    right: 0;
    top: 6px;
    width: 5px;
    height: 1px;
    background-color: #4A90E2;
    transform: rotate(45deg);
    z-index: 1;
}

.index_posts-el-txt .link:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 4px;
    width: 5px;
    height: 1px;
    background-color: #4A90E2;
    transform: rotate(-45deg);
    z-index: 1;
}

/* INDEX POSTS PAGATION ********************************************************************************/
.blog_posts-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px 0;
}

.blog_posts-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.blog_posts-nav ul li {
    list-style: none;
    margin: 0 10px;
}

.blog_posts-nav ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #717171;
}

.blog_posts-nav ul li.active a {
    color: #4A90E2;
    font-weight: 500;
}


/****************************************************************************************************
        SINGLE TMPL      ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
****************************************************************************************************/
.single_content {
    margin: 40px 0 80px 0;
}

.single_content_in {
    width: 1040px;
    margin: 0 auto;
}

.single_thmb {
    margin-bottom: 60px;
}

.single_thmb img {
    width: 100%;
}

.single_content_in .part_content {
    margin: 0;
}

.single_content_in .wrapper {
    padding: 0;
}


/****************************************************************************************************
        VENDOR TMPL      ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
****************************************************************************************************/
.vendor_tmpl {
    background-position: center bottom;
    padding-bottom: 200px;
}

/* VENDOR CONTENT ********************************************************************************/
.vendor_content {
    margin-bottom: 80px;
}

.vendor_content_in {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 1040px;
    margin: 0 auto;
}

.vendor_content_in.align-center {
    justify-content: center;
}

.vendor_content-txt {
    width: 440px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 1.6;
    padding-top: 30px;
}

.vendor_content_in.align-center .vendor_content-txt {
    text-align: center;
    width: 840px;
}

.vendor_content-txt h1,
.vendor_content-txt h2,
.vendor_content-txt h3,
.vendor_content-txt h4,
.vendor_content-txt h5 {
    line-height: 1.2;
}

.vendor_content-files {
    width: 445px;
    background-color: #fff;
    padding: 46px 40px;
    border-top: 6px solid #4A90E2;
    -webkit-box-shadow: 0px 12px 29px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 12px 29px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 12px 29px 0px rgba(0, 0, 0, 0.13);
}

.vendor_content-file {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #4A90E2;
    text-decoration: none;
    padding-bottom: 30px;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 30px;
}

.vendor_content-file:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.vendor_content-file img {
    height: 50px;
    width: auto;
    margin-right: 20px;
}

/* VENDOR FORM ********************************************************************************/
.vendor_form_in {
    width: 1040px;
    margin: 0 auto;
    background-color: #fff;
    padding: 80px;
    -webkit-box-shadow: 0px 12px 29px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 12px 29px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 12px 29px 0px rgba(0, 0, 0, 0.13);
}


/****************************************************************************************************
        CONTACT TMPL      |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
****************************************************************************************************/
.contact_tmpl {
    padding-bottom: 150px;
}


/* CONTACT INFO ********************************************************************************/
.contact_info {
    padding-top: 100px;
}

.contact_info_in,
.contact_form_in {
    width: 1040px;
    margin: 0 auto;
    background-color: #fff;
    padding: 80px;
    -webkit-box-shadow: 0px 12px 29px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 12px 29px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 12px 29px 0px rgba(0, 0, 0, 0.13);
}

.contact_info_in {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.contact_info-txt,
.contact_info-tel {
    width: 45%;
    flex-shrink: 0;
}

.contact_info-description {
    width: 100%;
    margin-top: 20px;
}

.contact_info-description a {
    text-decoration: none;
    color: #4A90E2;
}

.contact_info-txt,
.contact_info-description {
    font-size: 24px;
    color: #001F2C;
}

.contact_info-tel {
    font-size: 38px;
    color: #4A90E2;
    font-weight: 400;
    text-decoration: none;
}


/****************************************************************************************************
        FOOTER      |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
****************************************************************************************************/
footer {
    color: #fff;
    background-color: #001F2C;
}

.footer_in {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 76px 180px;
}

footer a {
    color: #fff;
    text-decoration: none;
}

/* ACTION */
.footer_in a:hover {
    color: #4A90E2;
}

/* FOOTER LOGO ********************************************************************************/
.footer-logo {
    height: 76px;
    width: auto;
}

.footer-logo img {
    height: 100%;
    width: auto;
}

/* FOOTER NAVIGATION ********************************************************************************/
.footer-nav {
    display: flex;
    align-items: center;
    flex-grow: 1;
    padding: 0 100px;
}

.footer-nav > div {
    width: 100%;
}

.footer_in .menu {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    width: 100%;
    max-width: 970px;
    flex-grow: 1;
    padding: 0;
    margin: 0 auto;
}

.footer_in .menu li {
    list-style: none;
}

.footer_in .menu li a {
    font-size: 16px;
    opacity: 0.66;
    letter-spacing: 1px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.footer_in .menu li .sub-menu {
    padding-top: 5px;
    padding-left: 0;
}

.footer_in .menu li .sub-menu li a {
    font-size: 14px;
    font-weight: 600;
}

/* FOOTER CONTACTS ********************************************************************************/
.footer-contacts {
    width: 260px;
    flex-shrink: 0;
    font-size: 16px;
}

/* FOOTER COPYRIGHT ********************************************************************************/
.footer-copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
    background-color: #00141C;
    padding: 20px 180px;
}

.footer-copyright div {
    opacity: 0.66;
}

.footer-copyright a {
    text-decoration: none;
    color: #fff;
}

.footer-copyright ul {
    display: inline-flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

.footer-copyright ul li {
    position: relative;
    display: inline-block;
    list-style: none;
    padding-left: 10px;
    z-index: 1;
}

.footer-copyright ul li:before {
    position: absolute;
    content: "|";
    left: 3px;
    top: -1px;
    z-index: 1;
}

/* ACTION */
.footer-copyright a:hover {
    color: #4A90E2;
}


/****************************************************************************************************
        RESPONSIVE STYLES       |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
****************************************************************************************************/
.show_lg,
.show_md,
.show_sm,
.show_xs,
.show_xxs {
    display: none;
}

/* LESS THAN 1600PX ********************************************************************************/

@media only screen and (max-width: 1599px) {
    .header-nav {
        padding: 0 30px;
    }

    header .header-scroll .header-nav {
        padding: 0 2.1vw;
    }

    header .header-scroll .header-nav .menu li {
        padding: 0 1.26vw;
    }

    header .header-scroll .header_in .btns a {
        min-width: 13.6vw;
        padding: 10px 1vw;
    }

    header .header-scroll .header_in .header-logo {
        width: 179px;
        max-height: unset;
        margin: 15px 0;
    }
}

/* LESS THAN 1500PX ********************************************************************************/
@media only screen and (max-width: 1499px) {
    .footer-nav {
        padding: 0 60px;
    }
}

/* LESS THAN 1400PX ********************************************************************************/
@media only screen and (max-width: 1399px) {

    /* HEADER */
    .header_in {
        padding: 20px 30px;
    }

    header .header-scroll .header_in {
        padding-left: 1.25vw;
    }

    header .header-scroll .header_in .btns a {
        min-width: 11.6vw;
        padding: 10px 1vw;
    }

    .header-logo {
        width: 220px;
    }

    .header-nav {
        padding: 0 30px;
    }

    .header-nav .menu li {
        padding: 0 20px;
    }

    .header-nav .menu li.menu-item-has-children::before {
        top: 9px;
        right: 5px;
    }

    .header_in .btn {
        height: 50px;
        padding: 10px 25px;
    }

    /* FRONT */
    .front_brands .slick-prev {
        left: 0;
    }

    .front_brands .slick-next {
        right: 0;
    }

    .front_brands-els {
        padding: 0 90px;
    }

    .front_brands-els .slick-list {
        padding: 0 1px;
    }

    .front_brands-el {
        width: 164px;
        height: 164px;
    }

    .front_blog-el {
        margin: 30px 10px;
    }

    .front_blog-el-txt {
        padding: 20px 10px;
    }

    /* FOOTER */
    .footer_in {
        padding: 70px 80px;
    }

    .footer-copyright {
        padding: 20px 80px;
    }

    .footer-nav {
        padding: 0 50px;
    }
}

/* LESS THAN 1200PX ********************************************************************************/
@media only screen and (max-width: 1199px) {
    .show_lg {
        display: block;
    }

    .hide_lg {
        display: none !important;
    }

    .wrapper {
        width: 932px;
    }

    .slick-next {
        right: 30px;
    }

    .slick-prev {
        left: 30px;
    }

    .slick-arrow {
        width: 45px;
        height: 45px;
    }

    .slick-next::before,
    .slick-prev::before {
        width: 12px;
        top: 16px;
    }

    .slick-next::after,
    .slick-prev::after {
        width: 12px;
        bottom: 16px;
    }

    /* HEADER */
    .header_in {
        padding: 15px 30px;
    }

    .header-logo {
        width: 200px;
    }

    .header-nav {
        padding: 0 20px;
    }

    .header_in .btn {
        font-size: 12px;
    }

    .header-nav .menu li {
        padding: 0 12px;
    }

    .header-nav .menu li.menu-item-has-children::before {
        right: 0;
    }

    .header-nav ul li a {
        font-size: 15px;
    }

    header .header-scroll .header-nav .menu li {
        padding: 0 1vw;
    }

    header .header-scroll .header-nav .menu li a {
        font-size: 13px;
        letter-spacing: 2px;
    }

    .btns .btn {
        margin-right: 10px;
    }

    /* FRONT */
    .front_blog-el {
        margin: 20px 8px;
    }

    .front_blog-els {
        margin: 0 -8px;
    }

    .front_navblocks-el {
        width: 452px;
    }

    .front_navblocks-el_in {
        padding: 180px 40px 60px 40px;
    }

    .front_navblocks-el-img {
        height: 160px;
        right: 40px;
    }

    .front_navblocks-el-nr {
        font-size: 156px;
    }

    .front_brand-txt {
        width: 374px;
        margin-right: 40px;
    }

    .front_brand-video {
        padding: 20px;
    }

    .front_brand-image {
        height: 350px;
    }

    /* PAGE */
    .part_blocks-el.text-image-type .part_blocks-el-img {
        width: 430px;
    }

    .part_blocks-el.text-image-type .part_blocks-el-txt {
        width: 458px;
    }

    /* SPECIALS */
    .specials_posts-el {
        width: 280px;
    }
    .specials_posts-el-img {
        height: 240px;
    }
    .specials_posts-el-lightbox-img {
        width: 260px;
    }
    .modal .close {
        top: 50px;
        right: 30px;
    }

    /* INDEX */
    .index_posts-el {
        width: 290px;
    }

    /* FOOTER */
    .footer_in {
        flex-wrap: wrap;
        padding: 60px 30px;
    }

    .footer-logo {
        height: 68px;
    }

    .footer-nav {
        padding: 0 30px;
    }

    .footer_in .menu li a {
        font-size: 15px;
    }

    .footer_in .menu li .sub-menu li a {
        font-size: 12px;
    }

    .footer-copyright {
        padding: 20px 30px;
    }
}

/* LESS THAN 992PX ********************************************************************************/
@media only screen and (max-width: 991px) {
    .show_md {
        display: block;
    }

    header .header-scroll {
        z-index: 1;
    }

    .header-scroll .hamb {
        position: absolute;
        right: 30px;
        transition: all 0.3s;
    }

    body.menu_on .header-scroll .hamb {
        left: 30px;
        right: unset;
    }

    header .header-scroll .header_in {
        padding: 15px 30px;
        align-items: center;
    }

    .hide_md {
        display: none !important;
    }

    .wrapper {
        width: 708px;
    }

    h1 {
        font-size: 66px;
        margin-bottom: 20px;
    }

    h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    h4 {
        margin-bottom: 20px;
    }

    .gmi-form .gform_wrapper .gform_fields .gfield.gf_left_half .ginput_container_checkbox li,
    .gmi-form .gform_wrapper .gform_fields .gfield.gf_right_half .ginput_container_checkbox li {
        display: block !important;
        width: 100% !important;
    }

    /* HEADER */
    .header-nav {
        position: fixed;
        display: block;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        min-width: 290px;
        transform: translateX(100%);
        background-color: #fff;
        padding: 100px 0 20px 0;
        transition: all .6s ease;
        z-index: 222;
    }
	
	header .header-scroll .header_in .header-logo {
		margin: 0;
	}

    .header-nav_in {
        height: 100%;
        padding: 0 30px;
        overflow-y: auto;
    }

    .header-nav .header-logo {
        position: absolute;
        top: 16px;
        left: 30px;
		width: 100px;
        z-index: 1;
    }

    .header-nav .menu li,
    .header-nav .menu li .sub-menu li {
        position: relative;
        margin: 0;
        text-align: left;
        padding: 10px 0;
        z-index: 1;
    }

    .header-nav .menu li a,
    body.home .header-nav .menu li a {
        display: block;
        width: 100%;
        color: #000;
    }

    .header-nav .menu li a {
        font-size: 20px;
    }

    .header-nav .menu {
        display: block;
    }

    .header-nav .menu li.menu-item-has-children::before {
        top: 21px;
    }

    .header-nav .menu li .sub-menu {
        position: relative;
        left: auto;
        bottom: auto;
        right: auto;
        top: auto;
        transform: translate(0, 0);
        padding: 10px 0 10px 10px;
        text-align: left;
        z-index: 1;
    }

    .header-nav .menu li .sub-menu li {
        padding: 5px 0;
    }

    .header-nav .menu li .sub-menu li:nth-child(n+2)::before {
        display: none;
    }

    .header-nav .menu li .sub-menu li a {
        font-size: 16px;
    }

    .header-nav .btns {
        margin-top: 20px;
    }

    .header-nav .btns .btn {
        display: flex;
        width: 100%;
        margin-top: 10px;
        margin-right: 0;
    }

    /* .menu_on */
    body.menu_on .header-nav {
        transform: translateX(0);
    }

    body.menu_on .box {
        transform: translateX(-200px);
    }

    body.menu_on .header-logo {
        opacity: 0;
    }

    body.menu_on .header-nav .header-logo {
        opacity: 1;
    }

    /* FRONT */
    .front_slider-el-txt {
        width: 510px;
        font-size: 24px;
    }

    .front_blog-el-img {
        height: 22vw;
    }

    .front_navblocks {
        padding: 40px 0;
    }

    .front_navblocks-el {
        width: 342px;
    }

    .front_navblocks-el-img {
        height: 130px;
        right: 30px;
    }

    .front_navblocks-el_in {
        padding: 150px 30px 40px 30px;
    }

    .front_navblocks-el-nr {
        font-size: 136px;
        top: -30px;
        left: -24px;
    }

    .front_navblocks-el-h {
        margin-bottom: 16px;
    }

    .front_brands {
        margin-bottom: 0;
    }

    .front_brands .block_h {
        margin-bottom: 40px;
    }

    .front_brand-slide_in {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding: 30px 118px;
    }

    .front_brand-video-iframe iframe {
        height: 290px;
    }

    .front_brand-txt {
        margin-right: 0;
        width: 100%;
    }

    .front_brand-txt .btn {
        margin-top: 0;
    }

    .front_brand-txt img {
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .front_brand-video {
        width: 100%;
        margin-bottom: 30px;
    }

    .front_brands-els .slick-list {
        padding: 0 2px;
    }

    .front_brands-el {
        width: 132px;
        height: 132px;
    }

    /* PAGE */
    .part_blocks-el.text-image-type {
        flex-wrap: wrap;
    }

    .part_blocks-el.text-image-type .part_blocks-el-img {
        width: 100%;
        margin-bottom: 30px;
    }

    .part_blocks-el.text-image-type .part_blocks-el-txt {
        width: 100%;
    }

    /* VENDOR */
    .vendor_content-txt {
        width: 370px;
        padding-top: 0;
    }

    .vendor_content-files {
        width: 320px;
        padding: 30px 30px;
    }

    .vendor_content-file {
        font-size: 16px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .vendor_content-file img {
        height: 40px;
        margin-right: 10px;
    }

    .vendor_form_in {
        padding: 60px 30px;
    }

    /* SPECIALS */
    .specials_posts-el {
        width: 324px;
    }
    .specials_posts-el-img {
        height: 290px;
    }
    .specials_posts-el-lightbox-item {
        padding: 40px 30px;
    }
    .specials_posts-el-lightbox-img {
        width: 200px;
        margin-right: 30px;
        margin-bottom: 30px;
    }

    /* INDEX */
    .index_posts-el {
        width: 339px;
    }

    .index_posts-el,
    .index_posts-el:nth-child(3n+3) {
        margin-right: 30px;
    }

    .index_posts-el:nth-child(2n+2) {
        margin-right: 0;
    }

    /* CONTACT */
    .contact_info_in,
    .contact_form_in {
        padding: 60px 30px;
    }

    .contact_info-txt,
    .contact_info-description {
        font-size: 20px;
    }

    .contact_info-tel {
        font-size: 34px;
    }

    /* FOOTER */
    .footer_in {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-logo {
        margin-bottom: 40px;
    }

    .footer-nav {
        width: 100%;
        margin-bottom: 40px;
    }

    .footer_in .menu {
        display: block;
        text-align: center;
    }

    .footer_in .menu li {
        margin: 12px 0;
    }

    .footer_in .menu li .sub-menu {
        padding-top: 0;
    }

    .footer_in .menu li .sub-menu li {
        margin: 0;
    }

    .footer-contacts {
        text-align: center;
    }

    .footer-copyright {
        font-size: 12px;
    }
}

/* LESS THAN 768PX ********************************************************************************/
@media only screen and (max-width: 767px) {
    .show_sm {
        display: block;
    }

    .hide_sm {
        display: none !important;
    }

    .wrapper {
        width: 100%;
        padding: 0 30px;
    }

    h1 {
        font-size: 54px;
    }

    h2 {
        font-size: 34px;
    }
    .modal .inner {
        padding: 90px 30px 30px;
    }
    .modal .close {
        margin-right: 0;
    }

    /* PART BANNER */
    .part_banner {
        margin-bottom: 60px;
    }

    .part_banner_in {
        min-height: 180px;
        padding: 60px 0;
    }

    /* FRONT */
    .front_blog-el-img {
        height: 32vw;
    }

    .front_navblocks-el {
        width: 100%;
    }

    .front_slider-el-txt {
        width: 380px;
        font-size: 18px;
    }

    .front_brands-els .slick-list {
        padding: 0 1px;
    }

    .front_brands-el {
        width: 100%;
        height: 34vw;
    }

    .front_brands-el-img {
        height: 80%;
        width: 80%;
    }

    .front_brand-slide_in {
        padding: 10px;
    }

    .front_brand-video {
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
        margin-bottom: 30px;
        padding: 20px 15px;
    }

    .block_h h4.sidelined::before {
        left: -10px;
    }

    .block_h h4.sidelined::after {
        right: -10px;
    }

    .block_h h4.sidelined::before,
    .block_h h4.sidelined::after {
        width: 30px;
    }

    .front_brands .block_h h4 {
        font-size: 20px;
    }

    .front_brands .block_h {
        margin-bottom: 80px;
    }

    .front_brands-slider .slick-arrow {
        top: -64px;
        transform: translate(0, 0);
    }

    .front_brands-slider .slick-prev {
        left: 10px;
    }

    .front_brands-slider .slick-next {
        right: 10px;
    }

    .front_brand-video-iframe iframe {
        height: 56vw;
    }

    /* PAGE */
    .part_blocks-el {
        margin-top: 60px;
    }

    /* VENDOR */
    .vendor_content {
        margin-bottom: 50px;
    }

    .vendor_content_in {
        flex-wrap: wrap;
    }

    .vendor_content-txt {
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }

    .vendor_content_in.align-center .vendor_content-txt {
        margin-bottom: 0;
    }

    .vendor_content-files {
        width: 100%;
    }

    /* SPECIALS */
     .specials_posts-el {
        width: 47%;
        margin: 0 1.5%;
        margin-bottom: 40px;
    }
    .specials_posts-el-img {
        height: 37vw;
    }
    .specials_posts-el-lightbox-item {
        flex-wrap: wrap;
        justify-content: center;
        height: 100%;
        overflow-y: auto;
    }
    .specials_posts-el-lightbox-img {
        width: 200px;
        height: auto;
        margin-right: 0;
    }
    .specials_posts-el-lightbox-item .text {
        width: 100%;
        overflow-y: unset;
    }

    /* INDEX */
    .index_posts-el {
        width: 48%;
    }

    .index_posts-el,
    .index_posts-el:nth-child(3n+3) {
        margin-right: 4%;
    }

    .index_posts-el:nth-child(2n+2) {
        margin-right: 0;
    }

    .index_posts-el-txt {
        padding: 20px 15px;
        padding-bottom: 45px;
    }

    .index_posts-el-txt .link {
        left: 15px;
    }

    .blog_posts-nav {
        margin: 20px 0 60px 0
    }

    /* SINGLE */
    .single_thmb {
        margin-bottom: 40px;
    }

    /* CONTACT */
    .contact_tmpl {
        padding-bottom: 80px;
    }

    .contact_info_in {
        flex-wrap: wrap;
    }

    .contact_info-txt,
    .contact_info-tel,
    .contact_info-description {
        width: 100%;
        text-align: center;
    }

    .contact_info-txt {
        margin-bottom: 30px;
    }

    .gmi-form .gform_wrapper .gfield .ginput_complex > span {
        width: 100%;
    }

    /* FOOTER */
    .footer-nav {
        padding: 0;
    }

    .footer-copyright {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-copyright div {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 600px) {
    body.admin-bar header .header-scroll.scrolled {
        top: 0;
    }
}

/* LESS THAN 576PX ********************************************************************************/
@media only screen and (max-width: 575px) {
    .show_xs {
        display: block;
    }

    .hide_xs {
        display: none !important;
    }

    .wrapper {
        padding: 0 15px;
    }

    h2 {
        font-size: 34px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 26px;
    }

    .block-h {
        margin-bottom: 15px;
    }

    /* HEADER */
    .header_in {
        padding: 10px 15px;
    }

    .header-nav .header-logo {
        top: 10px;
        left: 15px;
    }

    .header-nav_in {
        padding: 0 15px;
    }

    /* PART BANNER */
    .part_banner {
        margin-bottom: 40px;
    }

    .part_banner_in {
        padding: 40px 0;
    }

    /* FRONT */
    .front_blog-el-img {
        height: 62vw;
    }

    .front_blog-head {
        padding: 20px 0 30px 0;
    }

    .front_blog-els .slick-list {
        padding: 0 50px !important;
    }

    .front_blog-els:before,
    .front_blog-els:after {
        width: 0;
    }

    .front_blog-els .slick-prev {
        display: none !important;
    }

    .front_blog-els .slick-next {
        display: none !important;
    }

    .front_blog-all a {
        font-size: 12px;
    }

    .front_blog-all img {
        width: 34px;
        margin-right: 8px;
    }

    .front_navblocks-el_in {
        padding: 150px 15px 30px 15px;
    }

    .front_navblocks-el-img {
        height: 120px;
        right: 15px;
    }

    .front_navblocks-el-nr {
        font-size: 126px;
    }

    .front_navblocks::before {
        height: 80%;
    }

    .front_slider-els .slick-dots {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
    }

    .front_slider-els .slick-dots li {
        width: 8px;
        height: 8px;
    }

    .front_brands-els .slick-list {
        padding: 0 1px;
    }

    .front_brands-el {
        width: 100%;
        height: 48vw;
    }

    .front_slider-els .slick-dots li.slick-active {
        background-color: #4A90E2;
    }

    .front_slider-el-txt {
        font-size: 16px;
    }

    .front_brands {
        overflow: unset;
    }

    .front_brands-els {
        position: relative;
        padding: 0;
        z-index: 1;
    }

    .front_brands-els .slick-dots {
        position: absolute;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0;
        z-index: 1;
    }

    .front_brands .block_h h2 {
        font-size: 28px;
    }

    .front_brand-txt {
        font-size: 16px;
    }

    /* PAGE */
    .part_blocks-el-txt {
        font-size: 16px;
    }

    /* VENDOR */
    .vendor_tmpl {
        padding-bottom: 100px;
    }

    .vendor_content-txt {
        font-size: 16px;
    }

    .vendor_form_in {
        padding: 30px 15px;
    }

    .specials_posts {
        margin: 40px 0;
    }
    .specials_posts-el {
        width: 100%;
        margin: 0;
        margin-bottom: 40px;
    }
    .specials_posts-el-img {
        height: auto;
    }
    .specials_posts-el-lightbox-item {
        padding: 30px 15px;
    }

    /* INDEX */
    .index_posts-el {
        width: 100% !important;
        margin: 0 !important;
        margin-bottom: 40px !important;
    }

    /* CONTACT */
    .contact_info {
        padding-top: 60px;
    }

    .contact_info_in,
    .contact_form_in {
        padding: 30px 15px;
    }

    .contact_info-txt {
        margin-bottom: 20px;
    }

    .contact_info-description {
        font-size: 16px;
    }

    /* FOOTER */
    .footer_in {
        padding: 40px 15px;
    }

    .footer-nav {
        margin-bottom: 10px;
    }

    .footer-copyright {
        text-align: center;
        padding: 15px 15px;
    }

    .footer-copyright ul {
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 5px 0;
    }

    .footer-copyright ul li {
        padding: 0;
        margin: 2px 5px;
        text-align: center;
    }

    .footer-copyright ul li::before {
        display: none;
    }
}

/* LESS THAN 360PX ********************************************************************************/
@media only screen and (max-width: 359px) {
    .show_xxs {
        display: block;
    }

    .hide_xxs {
        display: none !important;
    }

    h4 {
        font-size: 24px;
    }

    /* FRONT */
    .front_blog-els .slick-list {
        padding: 0 30px !important;
    }

    .front_navblocks-el-nr {
        font-size: 110px;
    }

    .front_navblocks-el-img {
        height: 110px;
    }

    .front_navblocks-el_in {
        padding: 125px 15px 30px 15px;
    }

    .front_brands .block_h h2 {
        font-size: 24px;
    }

    .front_brands .block_h h4 {
        font-size: 18px;
    }

    /* 	CONTACT */
    .contact_info-description {
        font-size: 14px;
    }

    /* FOOTER */
    .contact_info-txt {
        font-size: 18px;
    }
}