/* 
	Table of Contents

	I.   Generic --------------------------------------
	     01. Reset ------------------------------------
	     02. Base -------------------------------------
	     03. Dark Layout ------------------------------
	     04. Fonts ------------------------------------
	     05. Helpers ----------------------------------
	         Clear ------------------------------------
	         Notext -----------------------------------
	         Hidden -----------------------------------
	         Alignleft --------------------------------
	         Alignright -------------------------------
	         Disabled ---------------------------------
	         Grid -------------------------------------
	         Responsive Helpers -----------------------
	     06. Overwrites -------------------------------
	     07. Slider -----------------------------------
	II.  Regions --------------------------------------
	     01. Container --------------------------------
	         Tablet Portrait --------------------------
	     02. Content ----------------------------------
	     03. Footer -----------------------------------
	     04. Header -----------------------------------
	     05. Main -------------------------------------
	     06. Shell ------------------------------------
	     07. Sidebar ----------------------------------
	         Tablet Portrait --------------------------
	     08. Wrapper ----------------------------------
	III. Modules --------------------------------------
	     01. Button -----------------------------------
	         Button Block -----------------------------
	     02. Form Elements ----------------------------
	     03. Form -------------------------------------
	     04. Grid -------------------------------------
	         Tablet -----------------------------------
	     05. List -------------------------------------
	     06. Logo -------------------------------------
	     07. Nav --------------------------------------
	     08. Section ----------------------------------
	     09. Slider -----------------------------------
	     10. Tabs -------------------------------------
	         Container with class tab is open ---------
	         Tablet Portrait --------------------------
	     11. Table ------------------------------------
	     12. Widget -----------------------------------
 */

.cols:after {
    content: '';
    line-height: 0;
    display: table;
    clear: both;
}
/* ------------------------------------------------------------ *\
	I.   Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
*,
*:before,
*:after {
    padding: 0;
    margin: 0;
    outline: 0;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
    display: block;
}

html {
    tap-highlight-color: rgba(0,0,0,0);
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

img,
iframe,
video,
audio,
object {
    max-width: 100%;
}

img,
iframe {
    border: 0 none;
}

img {
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

b,
strong {
    font-weight: bold;
}

address {
    font-style: normal;
}

svg:not(:root) {
    overflow: hidden;
}

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
    cursor: pointer;
}

    a[href^="tel"],
    button[disabled],
    input[disabled],
    textarea[disabled],
    select[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    input[type="text"],
    input[type="password"],
    input[type="date"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="month"],
    input[type="week"],
    input[type="email"],
    input[type="number"],
    input[type="search"],
    input[type="tel"],
    input[type="time"],
    input[type="url"],
    input[type="color"],
    textarea,
    a[href^="tel"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

textarea {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

button,
select {
    text-transform: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

nav ul,
nav ol {
    list-style: none outside none;
}
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
    min-width: 320px;
    background: #fff;
    font-family: 'Rubik', Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    opacity: 1;
    transition: opacity .3s;
}

a {
    color: inherit;
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
    }

    a[href^="tel"] {
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.75em;
    position: relative;
}

h1 {
    font-size:;
}

h2 {
    font-size: 30px;
    font-family: 'Rubik', Times, serif;
    font-weight: 500;    
    margin-bottom: 15px;
    color: #3e3e3e;
}

h3 {
    font-size:;
}

h4 {
    font-size:;
}

h5 {
    
    font-family: 'Rubik','Tinos', Times, serif;
    
}

h6 {
    font-size:;
}

h2:after,
h5:after {
    content: '';
    width: 60px;
    height: 1px;
    background: #d0d0d0;
    position: absolute;
    bottom: 0;
    right: 0;
}

h5:after {
    width: 32px;
}

p,
ul,
ol,
dl,
table,
blockquote,
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
    margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
	Dark Layout
\* ------------------------------------------------------------ */
.dark .logo {
    background-image: url(../css/images/logolight@2x.png);
}

.dark .logo {
}

.dark .tabs__head {
    background: #fafafa;
}

.dark .tab__inner {
    background: #fff;
}

.dark .sidebar {
    background: rgba(0, 0, 0, .9);
    color: #fff;
}

.dark .text-red {
    color: #fff;
}

.dark i.zmdi {
    color: #000;
}

.dark .sidebar p,
.dark .sidebar h2 {
    color: #fff;
}

@media (max-width: 767px) {
    .dark .logo {
        background-image: url(../css/images/logodark@2x.png);
    }
}
/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
    content: '';
    line-height: 0;
    display: table;
    clear: both;
}
/*  Notext  */
.notext {
    white-space: nowrap;
    text-indent: 100%;
    text-shadow: none;
    overflow: hidden;
}

.notext-old {
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
}

.text-red {
    color: #d71818;
}
/*  Hidden  */
[hidden],
.hidden {
    display: none;
}
/*  Alignleft  */
.alignleft {
    float: left;
}
/*  Alignright  */
.alignright {
    float: right;
}
/*  Disabled  */
[disabled],
.disabled {
    cursor: default;
}
/*  Grid  */
.cols {
    margin: 0 -15px;
}

    .cols:after {
    }

.col {
    float: left;
    width: 100%;
    padding: 0 15px;
}

.col-1of2 {
    width: 50%;
}
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }

    .visible-xs-block {
        display: block !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hidden-sm {
        display: none !important;
    }

    .visible-sm-block {
        display: block !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .hidden-md {
        display: none !important;
    }

    .visible-md-block {
        display: block !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1201px) {
    .hidden-lg {
        display: none !important;
    }

    .visible-lg-block {
        display: block !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@keyframes pulse {
    0% {
        width: 0px;
        height: 0px;
        opacity: .7;
    }

    100% {
        width: 70px;
        height: 70px;
        opacity: 0;
    }
}
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-left: 6px;
}

.mCSB_scrollTools .mCSB_draggerRail,
.mCSB_scrollTools {
    width: 6px;
}

    .mCSB_scrollTools .mCSB_draggerRail {
        background: #f5f5f5;
    }

    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background: #d71818;
        border-radius: 0;
        border-color: #d71818;
        width: 6px;
    }

        .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
        .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
            background: #d71818;
        }
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.slick-arrow {
    font: normal normal normal 0 'Material-Design-Iconic-Font';
    background: transparent;
    border: 0;
    position: absolute;
    top: 0;
    bottom: auto;
    right: 50%;
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    z-index: 2;
}

    .slick-arrow:before {
        font-size: 54px;
        color: #000;
        transition: color .3s;
    }

.slick-prev {
    margin-right: -40px;
}

.slick-next {
    margin-right: 20px;
}

.slick-prev:before {
    content: '\f301';
}

.slick-next:before {
    content: '\f2ff';
}

.slick-disabled:before {
    color: #000;
}

@media (max-width: 767px) {
    .slick-arrow:before {
        font-size: 20px;
    }
}
/* ------------------------------------------------------------ *\
	II.  Regions
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */
.container {
    position: relative;
    padding-right: 33vw;
    transition: padding .7s;
}

    .container:after {
        content: '';
        clear: both;
        width: 100%;
        display: table;
        font-size: 0;
        line-height: 0;
    }
/* Tablet Portrait */
@media (max-width: 1023px) {
    .container {
        padding-right: 50vw;
    }
}

@media (max-width: 767px) {
    .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
        transition: none;
    }
}
/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
}
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
.main {
}
/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell {
    max-width: 1220px;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
}

.shell-fluid {
    max-width: none;
}
/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */
.sidebar {
    position: absolute;
    top: 0;
    right: 0;
    width: 33vw;
    float: right;
    height: 100vh;
    overflow-y: auto;
    transition: all .7s;
}

    .sidebar > * {
        position: relative;
        z-index: 2;
    }

    .sidebar .sidebar__image {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        opacity: .08;
        z-index: 1;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        pointer-events: none;
    }

    .sidebar .sidebar__inner {
        position: relative;
        z-index: 5;
        padding: 110px 25px 0px 25px; /*110px 91px 50px;*/
        min-height: 100vh;
        transition: padding .7s;
    }

    .sidebar p {
        color: #3e3e3e;
    }

@media (max-width: 1400px) {
    .sidebar .sidebar__inner {
        padding: 70px 20px 70px !important;
    }
}
/* Tablet Portrait */
@media (max-width: 1023px) {
    .sidebar {
        width: 50vw;
    }
}

@media (max-width: 767px) {
    .sidebar {
        width: 100%;
        height: auto;
        -ms-flex-order: 1;
        order: 1;
        position: static !important;
    }

        .sidebar .mCSB_container,
        .sidebar .mCustomScrollBox {
            position: static !important;
        }

        .sidebar .sidebar__inner {
            padding-top: 20px !important;
            padding-bottom: 30px !important;
        }

        .sidebar .sidebar__image {
            z-index: -1;
        }
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}
/* ------------------------------------------------------------ *\
	III. Modules
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    border: 0;
    background: #d71818;
    color: #fff;    
    font-size: 20px;
    line-height: 1;
    min-width: 181px;
    padding: 15px 10px;
    text-align: center;
    transition: background .3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}

    .btn:hover {
        background: #b20000;
    }
/*  Button Block  */
.btn-block {
    display: block;
    padding-left: 0;
    padding-right: 0;
}
/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */
input::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

input::placeholder {
    color: inherit;
    opacity: 1;
}

textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

textarea:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

textarea::placeholder {
    color: inherit;
    opacity: 1;
}

input:-webkit-autofill {
    -webkit-text-fill-color: inherit;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.select select,
.field {
    width: 100%;
    background: #fff !important;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    color: #000;
    height: 50px;
    vertical-align: middle;
    line-height: 1;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Rubik', Helvetica, sans-serif;
    transition: border-color .3s;
    opacity: 1 !important;
}

    .select select:focus,
    .field:focus {
        border-color: #c1b9b9;
        background: #fff;
    }

    .field::-webkit-input-placeholder {
        color: #000;
        opacity: .5;
    }

    .field::-moz-placeholder {
        color: #000;
        opacity: .5;
    }

    .field:-ms-input-placeholder {
        color: #000;
        opacity: .5;
    }

    .field:-moz-placeholder {
        color: #000;
        opacity: .5;
    }

.field--textarea {
    background: #fff;
    height: auto;
    padding-top: 16px;
    padding-bottom: 36px;
    resize: none;
}

.select {
    position: relative;
}

    .select:after {
        content: '\f2f9';
        font: normal normal normal 0 'Material-Design-Iconic-Font';
        position: absolute;
        top: 50%;
        line-height: 1;
        margin-top: -7px;
        left: 20px;
        font-size: 16px;
        pointer-events: none;
        z-index: 5;
        color: #000;
    }

    .select select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding-left: 50px;
    }

        .select select::-ms-expand {
            display: none;
        }

.radio {
}

.checkbox {
}
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form {
    opacity: 1;
}

    .form label {
        display: none;
    }

    .form input {
        opacity: 1;
        background: #fff !important;
    }

    .form i {
        position: absolute;
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        font-size: 18px;
        top: 50%;
        right: 27px;
        opacity: .5;
    }

    .form .form__row {
        position: relative;
        margin-bottom: 20px;
    }

    .form .form__actions {
        
    }

    .form .form__icon-holder .field {
        padding-right: 50px;
    }

    .form .textarea i {
        top: 25px;
    }

    .form .zmdi-phone {
        transform: translate(50%, -50%) rotateY(-180deg);
    }
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
    position: relative;
}

    .grid .item {
        padding: 0 10px;
    }

    .grid .slick-arrow {
        bottom: 50%;
        left: auto;
        right: auto;
        -ms-transform: translateY(50%);
        transform: translateY(50%);
        margin: 0;
        margin-top: -15px;
        z-index: 3;
    }

    .grid .slick-prev {
        right: 10px;
    }

        .grid .slick-prev:before {
            content: '\f2ee';
        }

    .grid .slick-next {
        left: 10px;
    }

        .grid .slick-next:before {
            content: '\f2ea';
        }

    .grid img {
        pointer-events: none;
    }

    .grid .slick-prev:before,
    .grid .slick-next:before {
        font-size: 30px;
    }

    .grid .grayscale.grayscale-replaced > svg {
        opacity: 0;
    }

    .grid a:hover .grayscale > svg {
        opacity: 1 !important;
    }

    .grid .item a {
        position: relative;
    }

        .grid .item a:hover:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            border-radius: 50%;
            background: #3bb8f8;
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            animation: pulse 1.5s infinite;
            z-index: 5;
            pointer-events: none;
        }

@media(min-width: 768px) {
    .grid .item {
        /*position: absolute !important;*/
    }
    .tabs .tabs__nav .item {
        width: 13.2vw;
        text-align: center;
        margin-bottom: 5px;
        min-height:110px;
        transition: margin-bottom .3s;
        display:inline-block;
    }
}
/* Tablet */
@media (max-width: 1024px) {
    .grid .item a:hover:before {
        display: none;
    }
}

@media (max-width: 767px) {
    .grid {
        padding: 0 50px;
        position: relative;
    }

        /*.grid:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            border-radius: 50%;
            background: #3bb8f8;
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            animation: pulse 1.5s infinite;
            z-index: 5;
            pointer-events: none;
        }*/

        .grid .slick-track {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
        }

        .grid .item {
            padding: 0 5px;
        }
}
/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
[class^="list-"] {
    list-style: none outside none;
}
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    background-image: url(../css/images/logodark@2x.png);
    width: 246px;
    height: 72px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: 37px;
    position: absolute;
    top: 20px;
    right: 25%;
    transition: all .7s;
}

@media (max-width: 1400px) {
    .logo {
        width: 98px;
        height: 28px;
        margin-bottom: 10px;
        top: 24px;
        right: 20px !important;
    }
}
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
}
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
}
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.slider {
    position: relative;
}

    .slider .slider__clip {
        margin: -20px -20px;
    }

    .slider img {
        width: 100%;
        height: auto;
    }

    .slider p {
        padding-left: 20px;
    }

    .slider .slider__slide {
        margin: 0 20px;
    }

    .slider .slider__slides {
        padding-top: 60px;
    }

    .slider .slider__title {
        margin-bottom: 10px;
    }

    .slider .slick-arrow {
        position: absolute;
        top: 0;
        right: 50%;
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    .slider .slick-prev {
        margin-right: -40px;
    }

    .slider .slick-next {
        margin-right: 20px;
    }

    .slider .slider-hidden {
        opacity: 0;
        visibility: hidden;
    }

    .slider .slides {
        list-style: none outside none;
    }

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

@media (max-width: 767px) {
    .slider {
        position: relative;
    }

        .slider .slider__slides {
            padding-top: 0;
        }

        .slider .slick-arrow {
            -ms-transform: none;
            transform: none;
            top: -20px;
            z-index: 5;
            margin: 0;
            left: auto;
            right: 20px;
        }

        .slider .slick-next {
            left: 25px;
            margin-right: 0;
        }

        .slider p {
            padding-bottom: 45px;
        }
}
/* ------------------------------------------------------------ *\
	Tabs
\* ------------------------------------------------------------ */
.tabs {
    opacity: 0;
	transition: opacity 1s;
}

    .tabs.loaded {
        opacity: 1;
    }

    .tabs .tabs__nav {
        height: 100vh;
        overflow: hidden;
    }

    .tabs .tabs__inner {
        padding: 56px 0px;
    }

    .tabs .tabs__nav h5 {
        margin-right: 78px;
        margin-left: 78px;
        margin-bottom: 40px;
    }

    .tabs .tabs__nav a {
        display: block;
    }

    .tabs .tabs__nav .item {
        width: 13.2vw;
        text-align: center;
        /*margin-bottom: 49px;*/
        transition: margin-bottom .3s;
    }

.tabs {
    position: relative;
}

    .tabs .tabs__head {
        width: 67vw;
        transition: width .7s;
    }

    .tabs .tabs__body {
        width: 61.8vw;
        position: absolute;
        left: 0;
        top: 0;
        height: 100vh;
        transition: transform .7s;
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        backface-visibility: visible;
        z-index: 3;
    }

.tab {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    overflow-y: auto;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s, visibility .4s;
    transition-delay: .3s;
    background: #fdfdfd;
}

    .tab .tab__inner {
        padding: 56px 79px 65px 70px;
        background: #fdfdfd;
    }

    .tab.current {
        position: static;
        opacity: 1;
        visibility: visible;
    }

.tabs .tabs__actions {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    font-size: 54px;
    text-align: center;
    z-index: 3;
    font: normal normal normal 0 'Material-Design-Iconic-Font';
    pointer-events: none;
}

    .tabs .tabs__actions a {
        text-decoration: none;
        pointer-events: initial;
        transition: opacity .3s;
        display: inline-block;
    }

        .tabs .tabs__actions a:hover {
            opacity: .7;
        }

        .tabs .tabs__actions a + a {
            margin-right: 20px;
        }

    .tabs .tabs__actions .tabs__prev:before {
        content: '\f301';
        font-size: 54px;
        color: #000;
        display: inline-block;
    }

    .tabs .tabs__actions .tabs__next:before {
        content: '\f2ff';
        font-size: 54px;
        color: #000;
        display: inline-block;
    }

.tab .tab__close--bottom {
    top: auto;
    bottom: -120px;
}

.tab .tab__close:hover {
    opacity: .7;
}

.tabs__body .tab__close {
    font-family: 'Arimo', Helvetica, sans-serif;
    font-size: 60px;
    font-weight: 400;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #000;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    top: -21px;
    left: 0;
    z-index: 3;
    transition: opacity .3s;
}

.tabs__body .tab__close--bottom {
    top: auto;
    left: 70px;
    bottom: 25px;
}

.tabs .grid {
    width: 77vw;
}
/*  Container with class tab is open  */
.tab-is-open.container {
    padding-right: 25vw;
}

    .tab-is-open.container .sidebar {
        width: 25vw;
    }

.tab-is-open .tabs__body {
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.tab-is-open .logo {
    right: 45px;
}

.tab-is-open .tabs .tabs__nav .item {
    /* margin-bottom: 55px; */
}

.tab-is-open .sidebar .sidebar__inner {
    padding-left: 45px;
    padding-right: 45px;
}

.tab-is-open .grid,
.tab-is-open .tabs__head {
    width: 13.2vw;
}

@media (max-width: 1400px) {
    .tabs .tabs__inner {
        padding-top: 24px;
    }

    .tabs .tabs__nav h5 {
        margin-right: 25px;
        margin-left: 25px;
    }

    .tabs .tabs__nav .item {
        width: 16vw;
    }

    .tabs .tabs__body {
        width: 59vw;
    }

    .tab-is-open .grid,
    .tab-is-open .tabs__head {
        width: 16vw;
    }
}

@media (max-width: 1024px) {
    .tabs {
        display: block;
    }

        .tabs .tabs__body {
            width: 50.5vw;
        }

    .tabs__body .tab__close--bottom {
        left: 30px;
    }

    .tab .tab__inner {
        padding: 30px 30px 80px;
    }

    .tab-is-open.container {
        padding-right: 33vw;
    }

        .tab-is-open.container .sidebar {
            width: 33vw;
        }

    .tab-is-open .grid,
    .tab-is-open .tabs__head {
        width: 16.5vw;
    }
}
/* Tablet Portrait */
@media (max-width: 1023px) {
    .tabs .tabs__body {
        width: 47vw;
    }

    .tab-is-open.container {
        padding-right: 37vw;
    }

        .tab-is-open.container .sidebar {
            width: 37vw;
        }

    .tab-is-open .tabs .tabs__nav .item,
    .tabs .tabs__nav .item {
        width: 15vw;
        margin-bottom: 49px;
    }

    .tabs .grid,
    .tabs .tabs__head {
        width: 50vw;
    }

    .tab-is-open.container .grid,
    .tab-is-open.container .tabs__head {
        width: 16vw;
    }
}

@media (max-width: 767px) {
    .tabs .tabs__nav h5 {
        margin: 0 20px 5px;
        text-align: left;
    }

        .tabs .tabs__nav h5:after {
            right: auto;
            left: 0;
        }

    .tabs .tabs__nav {
        height: auto;
    }

        .tabs .tabs__nav .item a {
            text-align: center;
        }

        .tabs .tabs__nav img {
            margin: 0 auto;
        }

        .tabs .tabs__nav .slick-slide {
            margin-bottom: 0;
        }

    .tabs .tabs__body {
        opacity: 1;
        visibility: visible;
        width: 100vw;
        height: auto;
        position: static;
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .tabs .tabs__inner {
        padding-bottom: 0px;
    }

    .tab {
        pointer-events: none;
        overflow: hidden;
        position: absolute;
        opacity: 0;
        visibility: hidden;
        height: auto;
        pointer-events: none;
        transition: max-height .3s, opacity .3s, visibility .3s !important;
    }

        .tab .mCustomScrollBox {
            max-height: none !important;
            height: auto;
        }

        .tab .mCSB_container {
            top: 0 !important;
        }

        .tab .mCSB_scrollTools {
            opacity: 0;
            visibility: hidden;
        }

        .tab.current {
            opacity: 1;
            visibility: visible;
            position: static;
            max-height: 1200px;
            padding-top: 0;
            border-top: 1px solid #eee;
        }

        .tab .tab__inner {
            padding: 20px 20px 0;
            pointer-events: initial;
        }

    .tab-is-open.container {
        padding-right: 0;
    }

        .tab-is-open.container .sidebar,
        .tab-is-open.container .grid,
        .tab-is-open.container .tabs__head,
        .tabs .tabs__head,
        .tabs .grid,
        .tab-is-open .tabs__head,
        .tab-is-open .content,
        .tab-is-open .sidebar {
            width: 100vw;
        }

    .tab-is-open .tabs__body {
        right: auto;
    }

    .tab-is-open .tab.current {
        opacity: 1;
        visibility: visible;
        position: static;
    }

    .tab-is-open .tabs .tabs__nav .item {
        margin-bottom: 0;
    }
}
/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
.table {
}
/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
.widgets {
    list-style: none outside none;
}
