:root {
    --primaryColor: #3CBDE0;
    --secondaryColor: #212C50;
    --white: #FFFFFF;
    --titleFont: CarneroSemibold;
}

@font-face {
    font-family: CarneroSemibold;
    src: url("/front/style/css/font/carnero-semibold.otf") format("opentype");
}

@media (min-width: 1300px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1340px;
	}
}

@media (min-width: 1300px){
    .navbar-expand-custom {
        /* flex-direction: row; */
        /* flex-wrap: nowrap; */
        /* justify-content: flex-start; */
    }
    .navbar-expand-custom .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-custom .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .navbar-expand-custom .navbar-collapse {
        display: flex!important;
		flex-basis: auto;
    }
    .navbar-expand-custom .navbar-toggler {
        display: none;
    }
	
}

/*-----------------------------------------------------------------------------------*/
/*	01. RESET
/*-----------------------------------------------------------------------------------*/
body, .font-body, .map-info *, .font-title, h1, h2, h3, h4, h5, h6, .lead, .lead2, .badge, .blockquote-footer, .navbar, .btn, .tp-caption:not(.font-body):not(.font-title), .erinyen .tp-tab-title, .cbp-filter-item, .meta, a.more, .swiper-slide .caption-bg p, .overlay-nav li a, .nav-tabs .nav-link, .tabs-wrapper.filtered .nav-tabs .nav-link, .countdown p, .counter p, .page-navi a{
    font-family: 'Open Sans', sans-serif;

}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:focus {
    outline: 0
}
.fit-vids-style {
    display: none
}
figure {
    margin: 0;
    padding: 0;
}
figure img {
    max-width: 100%
}
iframe {
    border: none
}
.clearfix {
    clear: both;
}
::-moz-selection {
    background: #dbe7fa;
    /* Safari */
    color: #404040;
}
::selection {
    background: #dbe7fa;
    /* Safari */
    color: #404040;
}
br {
    line-height: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	02. GENERAL
/*-----------------------------------------------------------------------------------*/
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #606060;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    background: #FFF;
    overflow-x: hidden;
}
.font-body {
    font-family: 'Open Sans', sans-serif;
}
.font-title {
    font-family: 'Open Sans';
}
.container {
    padding-right: 0;
    padding-left: 0;
}
.container-fluid {
    padding-left: 15px;
    padding-right: 15px
}
.navbar .container-fluid {
    padding-left: 30px;
    padding-right: 30px
}
body,
li,
address {
    line-height: 28px;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-weight: normal;
    color: inherit;
}
p {
    margin: 0 0 20px;
}
p, dl, dt, dd{
    color: #212529;
}
a.hover {
    -webkit-transition: border 150ms ease-in-out;
    -o-transition: border 150ms ease-in-out;
    transition: border 150ms ease-in-out;
    padding-bottom: 0;
    border-bottom: 1px solid transparent;
}
a.hover:hover {
    border-bottom: 1px solid #4c86e5;
    -webkit-transition: border 150ms ease-in-out;
    -o-transition: border 150ms ease-in-out;
    transition: border 150ms ease-in-out;
}
a {
    color: var(--primaryColor);
	text-decoration: underline;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
a.nocolor {
    color: inherit;
}
a:hover,
a:focus {
    /* text-decoration: none; */
    color: #4c86e5;
}
.font-weight-300 {
    font-weight: 300;
}
.font-weight-400 {
    font-weight: 400;
}
.font-weight-500 {
    font-weight: 500;
}
.font-weight-600 {
    font-weight: 600;
}
.font-weight-700 {
    font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    color: var(--primaryColor);
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
    font-family: var(--titleFont);
}
h1 {
    font-size: 24px;
    line-height: 36px;
}
h2,
.overlay-info figcaption h3,
.swiper-col3-full h2.post-title {
    font-size: 22px;
    line-height: 34px;
}
h3 {
    font-size: 20px;
    line-height: 32px;
}
h4 {
    font-size: 18px;
    line-height: 30px;
}
h5 {
    font-size: 16px;
    line-height: 28px;
}
h6 {
    font-size: 14px;
    line-height: 26px;
}
.overlay-info figcaption h2:not(.section-title) {
    font-size: 40px;
    line-height: 50px;
}
h1.text-uppercase,
h2.text-uppercase,
h3.text-uppercase,
h4.text-uppercase,
h5.text-uppercase,
h6.text-uppercase {
    letter-spacing: normal;
}
h1.text-uppercase {
    font-size: 24px;
    line-height: 34px;
}
h2.text-uppercase {
    font-size: 22px;
    line-height: 32px;
}
h3.text-uppercase {
    font-size: 20px;
    line-height: 30px;
}
h4.text-uppercase {
    font-size: 18px;
    line-height: 28px;
}
h5.text-uppercase {
    font-size: 16px;
    line-height: 26px;
}
h6.text-uppercase {
    font-size: 14px;
    line-height: 24px;
}
h2.post-title {
    font-size: 19px;
    line-height: 29px;
    margin-bottom: 20px;
}
h1.post-title,
.classic-view h2.post-title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 15px;
}
.heading {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 20px;
}
.sub-heading {
    font-size: 32px;
    line-height: 44px;
    font-weight: 500;
    margin-bottom: 20px;
}
.sub-heading2 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 300;
    letter-spacing: normal;
    margin-bottom: 20px;
    color: #606060;
}
.title-color {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.section-title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
}
.section-title.larger {
    font-size: 32px;
    line-height: 42px;
}
.section-title-upper {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: normal;
    text-transform: uppercase;
}
.section-title-upper.larger {
    font-size: 22px;
    line-height: 32px;
}
.section-title-line {
    position: relative;
}
.section-title-line:before,
.section-title-line:after {
    content: '';
    width: 100%;
    border-top: 1px solid rgba(21, 21, 21, 0.15);
    border-bottom: 1px solid rgba(21, 21, 21, 0.15);
    height: 5px;
    display: inline-block;
    vertical-align: 7px;
}
.section-title.larger.section-title-line:before,
.section-title.larger.section-title-line:after {
    vertical-align: 8px;
}
.section-title-upper.section-title-line:before,
.section-title-upper.section-title-line:after {
    vertical-align: 5px;
}
.section-title-upper.larger.section-title-line:before,
.section-title-upper.larger.section-title-line:after {
    vertical-align: 6px;
}
.section-title-line.text-center:before,
.section-title-line.text-center:after {
    width: 80px
}
.section-title-line:before {
    margin-left: -100%;
    margin-right: 20px;
}
.section-title-line:after {
    margin-right: -100%;
    margin-left: 20px;
}
.lead {
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 30px;
}
.lead.larger {
    font-size: 20px;
    line-height: 32px;
    font-weight: normal;
}
.lead2 {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: normal;
}
.letterspace-1 {
    letter-spacing: 1px !important;
}
.letterspace-2 {
    letter-spacing: 2px !important;
}
.letterspace-3 {
    letter-spacing: 3px !important;
}
.letterspace-4 {
    letter-spacing: 4px !important;
}
.text-muted {
    color: #909090;
}
.inner {
    padding-top: 25px;
    padding-bottom: 100px;
}
.light-wrapper {
    background: #FFF;
}
.gray-wrapper {
    background: #f7f8fc;
}
.dark-wrapper {
    background: #181818
}
footer.dark-wrapper {
    background: #151515
}
.sub-footer.dark-wrapper {
    background: #111111;
}
.pattern-wrapper {
    background: transparent repeat left top;
}
.color-wrapper {
    background: #4c86e5;
}
hr {
    border: 0;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgba(21, 21, 21, 0.15);
    /*padding-top: 70px;
    margin-bottom: 70px;*/
}
hr.dashed {
    border-bottom-width: 2px;
    border-style: dashed;
}
hr.dotted {
    border-bottom-width: 2px;
    border-style: dotted;
}
hr.double {
    border-bottom-width: 4px;
    border-style: double;
}
_:default:not(:root:root),
hr.double {
    border-bottom-width: 3px;
}
.divider-icon {
    border: 0;
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
}
.divider-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: rgba(21, 21, 21, 0.15);
}
.divider-icon:before,
.divider-icon:after {
    position: absolute;
    top: 50%;
    content: "";
    border-top: 1px solid rgba(21, 21, 21, 0.1);
    width: calc(50% - 20px)
}
.divider-icon:before {
    left: 0;
}
.divider-icon:after {
    right: 0;
}
.close {
    text-shadow: none;
}
.alert button {
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    cursor: pointer
}
.alert-dismissible .close {
    padding: 11px 18px 10px;
}
.badge {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px;
    padding: 7px 10px 6px;
    font-family: 'Open Sans';
    color: #FFF;
}
@-moz-document url-prefix() {
    .badge {
        padding-bottom: 7px;
    }
}
.dropcap {
    display: block;
    float: left;
    font-size: 49px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    margin: 12px 10px 0 0;
    text-transform: uppercase;
    color: #404040;
}
.dropcap.circle,
.dropcap.square {
    font-size: 22px;
    color: #fff;
    height: 45px;
    width: 45px;
    line-height: 45px;
    margin: 5px 10px 0 0;
    text-align: center;
}
.dropcap.circle {
    border-radius: 50%;
}
.dropcap.square {
    border-radius: 4px
}
.hidden {
    display: none !important;
}
.rounded,
figure.rounded span.bg,
figure.rounded img,
.rounded.overlay-info figcaption {
    border-radius: 5px !important;
}
.full-rounded {
    border-radius: 100% !important;
}
blockquote.icon:before {
    font-family: 'Slimicons';
    content: "\201C";
    color: rgba(21, 21, 21, 0.15);
    font-size: 120px;
}
blockquote.icon-top:before {
    display: block;
    margin-top: 30px;
    margin-bottom: 10px;
    vertical-align: bottom;
}
blockquote.icon-left:before {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 5px;
    left: 0;
    margin-top: 10px;
}
blockquote.icon-left {
    padding: 0 0 0 70px;
    position: relative;
}
blockquote.bordered {
    border-left: 3px solid rgba(21, 21, 21, 0.1);
    padding-left: 20px;
}
blockquote p {
    font-size: 17px;
    line-height: 28px;
    font-style: italic;
}
blockquote.larger p {
    font-size: 22px;
    line-height: 33px;
}
.blockquote-footer {
    color: #404040;
    font-weight: 700;
    letter-spacing: -0.3px;
    margin-bottom: 10px;
    display: block;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 22px;
}
.google-map {
    width: 100%;
}
.google-map.full {
    height: 100%;
    overflow: hidden;
    display: block;
    position: absolute;
    height: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.google-map.h450 {
    height: 450px;
}
.google-map.h400 {
    height: 400px;
}
.map-info * {
    font-family: 'Open Sans', sans-serif;
}
.map-info p {
    color: #707070;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
}
.h-100vh {
    height: 100vh;
}
.col-1-5 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
img.octagon {
    width: 70%;
    height: auto;
}
.octagon {
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
.rhombus {
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.pentagon {
    -webkit-clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}
.bevel {
    -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
}
.heptagon {
    -webkit-clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}
.rabbet {
    -webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
}
.gutter-40>[class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
}
.gutter-50>[class*="col-"] {
    padding-right: 25px;
    padding-left: 25px;
}
.gutter-60>[class*="col-"] {
    padding-right: 30px;
    padding-left: 30px;
}
.column-2 {
    -webkit-column-count: 2;
    column-count: 2;
}
.column-3 {
    -webkit-column-count: 3;
    column-count: 3;
}
.column-4 {
    -webkit-column-count: 4;
    column-count: 4;
}
.lh-desc {
    line-height: 18px;
}
/*-----------------------------------------------------------------------------------*/
/*	03. NAVBAR
/*-----------------------------------------------------------------------------------*/
.navbar {
    z-index: 1008;
    width: 100%;
    padding: 0;
    font-family: 'Open Sans';
}
.navbar .container {
    position: relative;
}
.navbar.absolute {
    position: absolute;
}
.navbar.transparent:not(.banner--clone) {
    background: none;
}
.navbar.transparent.fixed.nav-wrapper-light,
.navbar.nav-wrapper-light.solid.fixed {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.navbar .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}
.navbar.transparent .navbar-brand {
    padding-top: 25px;
    padding-bottom: 25px;
}
.navbar-brand img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateZ();
    height: auto;
    width: auto;
    max-width: none;
}
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
    .navbar-brand img {
        image-rendering: -webkit-optimize-contrast;
    }
}
.navbar-nav .nav-link {
    font-size: 15px;
    /* letter-spacing: -0.5px; */
    font-weight: 700;
    color: rgba(0,0,0,.5);
    padding-top: 13px;
    padding-bottom: 13px;
	text-decoration: none;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.highlighted {
    color: var(--color-accent);
}
.navbar .social-mute a i {
    color: var(--white);
}
.navbar .social-mute a:hover i {
    color: var(--color-accent);
}
.dropdown-menu {
    min-width: 160px;
    padding: 0;
    margin: 0;
    background-color: var(--secondaryColor);
    border: 0;
    border-radius: 0
}
.dropdown-item,
.mega-menu-content a {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.5px;
    padding: 10px 20px;
}
.mega-menu-content a {
    padding: 3px 0;
    display: block;
}
.mega-menu-content .icon-list i {
    font-size: 14px;
    width: 22px;
}
.mega-menu-content a:hover {
    color: #FFF;
}
.dropdown-item.active {
    background: none;
    color: inherit;
}
.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.highlighted {
    color: inherit;
    background: rgba(255, 255, 255, 0.04);
    border-top-color: transparent;
}
.mega-menu-content a {
    color: rgba(255, 255, 255, 1);
}
.mega-menu-content a:hover {
    color: rgba(255, 255, 255, 0.75);
}
.dropdown-menu,
.dropdown-item,
.dropdown-item:hover {
    color: rgba(255, 255, 255, 1);
}
.navbar.text-uppercase .navbar-nav .nav-link {
    font-size: 13px;
    letter-spacing: normal;
}
.navbar.text-uppercase .dropdown-item,
.navbar.text-uppercase .mega-menu-content a {
    font-size: 12px;
    letter-spacing: normal;
}
.navbar.fixed .navbar-brand img {
    height: 30px !important;
    width: auto !important;
}
.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu {
    margin: 0;
}
.navbar-nav .sub-arrow {
    font-size: 10px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    width: auto;
    height: auto;
    margin: 0;
}
.navbar-nav.sm-collapsible .sub-arrow {
    font-size: 11px;
    line-height: 1;
    width: auto;
    margin: -7px 30px 0 0;
    border: 0;
}
.navbar-nav .sub-arrow:before {
    font-family: 'FontAwesome';
    font-weight: normal;
}
.navbar-nav.sm-collapsible .sub-arrow::before {
    content: "\f078";
}
.navbar-nav.sm-collapsible .show>a>.sub-arrow::before {
    content: "\f077"
}
.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow:before {
    content: "\f054";
}
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
    display: none;
}
.dropdown-toggle::after {
    display: none;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow {
    margin-top: -5px;
    margin-right: 30px;
    border: 0;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu {
    padding-right: 60px;
}
.navbar-divider {
    width: 4px;
    height: 4px;
    padding: 0;
    margin: 0 28px 0 8px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%
}
.inverse-text .navbar-divider {
    background: rgba(255, 255, 255, 0.7);
}
.navbar .social {
    margin-top: 1px;
}
.navbar.center .navbar-nav-wrapper {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}
/*-----------------------------------------------------------------------------------*/
/*	04. STICKY HEADER
/*-----------------------------------------------------------------------------------*/
.navbar.fixed {
    margin: 0;
    width: 100%;
}
.banner--clone {
    display: none;
    position: fixed !important;
    z-index: 1039;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.banner--stick {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    background: rgba(255, 255, 255, 0.9)
}
.navbar.nav-wrapper-dark {
    background: #151515;
}
.navbar.nav-wrapper-light {
    background: #FFF;
}
.navbar.opacity.nav-wrapper-dark {
    background: rgba(21, 21, 21, 0.6)
}
.navbar.fixed.nav-wrapper-dark {
    background: rgba(21, 21, 21, 0.9)
}
.navbar.opacity.nav-wrapper-light {
    background: rgba(255, 255, 255, 0.8)
}
.navbar.fixed.nav-wrapper-light {
    background: rgba(255, 255, 255, 0.9)
}
/*-----------------------------------------------------------------------------------*/
/*	07. BUTTON
/*-----------------------------------------------------------------------------------*/
.btn {
    font-family: 'Open Sans';
    color: var(--secondaryColor);
    background: var(--primaryColor);
    border: 0;
    /* margin-bottom: 10px; */
    margin-right: 5px;
    padding: 17px 25px;
    font-size: 13px;
    letter-spacing: normal;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    border-radius: 0;
    text-shadow: none;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
	text-decoration: none;
}
.btn.focus,
.btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.text-center .btn {
    margin-left: 5px;
    margin-right: 5px;
}
.text-right .btn {
    margin-right: 0;
}
.btn-rounded {
    border-radius: 4px;
}
.btn-full-rounded {
    border-radius: 30px;
}
.btn-s {
    padding: 15px 23px;
}
.btn-l {
    padding: 19px 30px;
    font-size: 14px;
}
.btn.fixed-width {
    width: 175px
}
.btn.btn-square {
    padding: 10px;
}
.btn-submit {
    margin: 0
}
.btn.btn-forest {
    background: #67bb7b
}
.btn.btn-green {
    background: #1abb9c
}
.btn.btn-teal {
    background: var(--color-secondary)
}
.btn.btn-oasis {
    background: #98bec8
}
.btn.btn-ice {
    background: #9eb9d7
}
.btn.btn-sky {
    background: #4ca6e5
}
.btn.btn-blue {
    background: #4c86e5
}
.btn.btn-purple {
    background: #7e86b5
}
.btn.btn-aqua {
    background: #28b8d8
}
.btn.btn-navy {
    background: #364969
}
.btn.btn-brown {
    background: #8b6a5d
}
.btn.btn-yellow {
    background: #e7b92f
}
.btn.btn-orange {
    background: #e56c4c
}
.btn.btn-red {
    background: #e54c4c
}
.btn.btn-pink {
    background: #ce8fad
}
.btn.btn-salmon {
    background: #e8c3b9
}
.btn.btn-dark {
    background: #303030
}
.btn.btn-white {
    background: #FFF;
    color: #404040;
}
.btn.btn-border {
    border: 2px solid #4c86e5;
    background: none;
    color: #4c86e5;
}
.btn.btn-border.btn-forest {
    border-color: #67bb7b;
    background: none;
    color: #67bb7b;
}
.btn.btn-border.btn-green {
    border-color: #1abb9c;
    background: none;
    color: #1abb9c;
}
.btn.btn-border.btn-teal {
    border-color: var(--color-secondary);
    background: none;
    color: var(--color-secondary);
}
.btn.btn-border.btn-oasis {
    border-color: #98bec8;
    background: none;
    color: #98bec8;
}
.btn.btn-border.btn-ice {
    border-color: #9eb9d7;
    background: none;
    color: #9eb9d7;
}
.btn.btn-border.btn-sky {
    border-color: #4ca6e5;
    background: none;
    color: #4ca6e5;
}
.btn.btn-border.btn-blue {
    border-color: #4c86e5;
    background: none;
    color: #4c86e5;
}
.btn.btn-border.btn-purple {
    color: #7e86b5;
    background: none;
    color: #7e86b5;
}
.btn.btn-border.btn-aqua {
    color: #28b8d8;
    background: none;
    color: #28b8d8;
}
.btn.btn-border.btn-brown {
    color: #8b6a5d;
    background: none;
    color: #8b6a5d;
}
.btn.btn-border.btn-navy {
    border-color: #364969;
    background: none;
    color: #364969
}
.btn.btn-border.btn-yellow {
    border-color: #e7b92f;
    background: none;
    color: #e7b92f;
}
.btn.btn-border.btn-orange {
    border-color: #e56c4c;
    background: none;
    color: #e56c4c;
}
.btn.btn-border.btn-red {
    border-color: #e54c4c;
    background: none;
    color: #e54c4c;
}
.btn.btn-border.btn-pink {
    border-color: #ce8fad;
    background: none;
    color: #ce8fad;
}
.btn.btn-border.btn-salmon {
    border-color: #e8c3b9;
    background: none;
    color: #e8c3b9;
}
.btn.btn-border.btn-dark {
    border-color: #303030;
    background: none;
    color: #303030;
}
.btn.btn-border.btn-white {
    border-color: #FFF !important;
    background: none;
    color: #FFF;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
    background: var(--secondaryColor);
    color: #FFF;
}
.btn.btn-forest:hover,
.btn.btn-forest:focus,
.btn.btn-forest:active,
.btn.btn-forest.active {
    background: #5aab6d
}
.btn.btn-green:hover,
.btn.btn-green:focus,
.btn.btn-green:active,
.btn.btn-green.active {
    background: #12ac8e
}
.btn.btn-teal:hover,
.btn.btn-teal:focus,
.btn.btn-teal:active,
.btn.btn-teal.active {
    background: #55a89f
}
.btn.btn-oasis:hover,
.btn.btn-oasis:focus,
.btn.btn-oasis:active,
.btn.btn-oasis.active {
    background: #84acb6
}
.btn.btn-ice:hover,
.btn.btn-ice:focus,
.btn.btn-ice:active,
.btn.btn-ice.active {
    background: #89a6c6
}
.btn.btn-sky:hover,
.btn.btn-sky:focus,
.btn.btn-sky:active,
.btn.btn-sky.active {
    background: #3a98da
}
.btn.btn-blue:hover,
.btn.btn-blue:focus,
.btn.btn-blue:active,
.btn.btn-blue.active {
    background: #3b78db
}
.btn.btn-purple:hover,
.btn.btn-purple:focus,
.btn.btn-purple:active,
.btn.btn-purple.active {
    background: #6e76a1
}
.btn.btn-aqua:hover,
.btn.btn-aqua:focus,
.btn.btn-aqua:active,
.btn.btn-aqua.active {
    background: #17a9ca
}
.btn.btn-navy:hover,
.btn.btn-navy:focus,
.btn.btn-navy:active,
.btn.btn-navy.active {
    background: #2a3d5c
}
.btn.btn-brown:hover,
.btn.btn-brown:focus,
.btn.btn-brown:active,
.btn.btn-brown.active {
    background: #7a5c50
}
.btn.btn-yellow:hover,
.btn.btn-yellow:focus,
.btn.btn-yellow:active,
.btn.btn-yellow.active {
    background: #daa508
}
.btn.btn-orange:hover,
.btn.btn-orange:focus,
.btn.btn-orange:active,
.btn.btn-orange.active {
    background: #da5c3b
}
.btn.btn-red:hover,
.btn.btn-red:focus,
.btn.btn-red:active,
.btn.btn-red.active {
    background: #d73d3d
}
.btn.btn-pink:hover,
.btn.btn-pink:focus,
.btn.btn-pink:active,
.btn.btn-pink.active {
    background: #bb7d9a
}
.btn.btn-salmon:hover,
.btn.btn-salmon:focus,
.btn.btn-salmon:active,
.btn.btn-salmon.active {
    background: #e1b5a9
}
.btn.btn-dark:hover,
.btn.btn-dark:focus,
.btn.btn-dark:active,
.btn.btn-dark.active {
    background: #202020
}
.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active,
.btn.btn-white.active {
    background: #FFF;
    color: #404040;
}
.btn-border:hover,
.btn-border:focus,
.btn-border:active,
.btn-border.active {
    border: 2px solid #4c86e5;
    color: #FFF;
    background: #4c86e5;
}
.btn.btn-border.btn-forest:hover,
.btn.btn-border.btn-forest:focus,
.btn.btn-border.btn-forest:active,
.btn.btn-border.btn-forest.active {
    background: #67bb7b;
    color: #FFF;
}
.btn.btn-border.btn-green:hover,
.btn.btn-border.btn-green:focus,
.btn.btn-border.btn-green:active,
.btn.btn-border.btn-green.active {
    background: #1abb9c;
    color: #FFF;
}
.btn.btn-border.btn-teal:hover,
.btn.btn-border.btn-teal:focus,
.btn.btn-border.btn-teal:active,
.btn.btn-border.btn-teal.active {
    background: var(--color-secondary);
    color: #FFF;
}
.btn.btn-border.btn-oasis:hover,
.btn.btn-border.btn-oasis:focus,
.btn.btn-border.btn-oasis:active,
.btn.btn-border.btn-oasis.active {
    background: #98bec8;
    color: #FFF;
}
.btn.btn-border.btn-ice:hover,
.btn.btn-border.btn-ice:focus,
.btn.btn-border.btn-ice:active,
.btn.btn-border.btn-ice.active {
    background: #9eb9d7;
    color: #FFF;
}
.btn.btn-border.btn-sky:hover,
.btn.btn-border.btn-sky:focus,
.btn.btn-border.btn-sky:active,
.btn.btn-border.btn-sky.active {
    background: #4ca6e5;
    color: #FFF;
}
.btn.btn-border.btn-blue:hover,
.btn.btn-border.btn-blue:focus,
.btn.btn-border.btn-blue:active,
.btn.btn-border.btn-blue.active {
    background: #4c86e5;
    color: #FFF;
}
.btn.btn-border.btn-purple:hover,
.btn.btn-border.btn-purple:focus,
.btn.btn-border.btn-purple:active,
.btn.btn-border.btn-purple.active {
    background: #7e86b5;
    color: #FFF;
}
.btn.btn-border.btn-aqua:hover,
.btn.btn-border.btn-aqua:focus,
.btn.btn-border.btn-aqua:active,
.btn.btn-border.btn-aqua.active {
    background: #28b8d8;
    color: #FFF;
}
.btn.btn-border.btn-brown:hover,
.btn.btn-border.btn-brown:focus,
.btn.btn-border.btn-brown:active,
.btn.btn-border.btn-brown.active {
    background: #8b6a5d;
    color: #FFF;
}
.btn.btn-border.btn-navy:hover,
.btn.btn-border.btn-navy:focus,
.btn.btn-border.btn-navy:active,
.btn.btn-border.btn-navy.active {
    background: #364969;
    color: #FFF;
}
.btn.btn-border.btn-orange:hover,
.btn.btn-border.btn-orange:focus,
.btn.btn-border.btn-orange:active,
.btn.btn-border.btn-orange.active {
    background: #e56c4c;
    color: #FFF;
}
.btn.btn-border.btn-red:hover,
.btn.btn-border.btn-red:focus,
.btn.btn-border.btn-red:active,
.btn.btn-border.btn-red.active {
    background: #e54c4c;
    color: #FFF;
}
.btn.btn-border.btn-pink:hover,
.btn.btn-border.btn-pink:focus,
.btn.btn-border.btn-pink:active,
.btn.btn-border.btn-pink.active {
    background: #ce8fad;
    color: #FFF;
}
.btn.btn-border.btn-salmon:hover,
.btn.btn-border.btn-salmon:focus,
.btn.btn-border.btn-salmon:active,
.btn.btn-border.btn-salmon.active {
    background: #e8c3b9;
    color: #FFF;
}
.btn.btn-border.btn-dark:hover,
.btn.btn-border.btn-dark:focus,
.btn.btn-border.btn-dark:active,
.btn.btn-border.btn-dark.active {
    background: #303030;
    color: #FFF;
}
.btn.btn-border.btn-white:hover,
.btn.btn-border.btn-white:focus,
.btn.btn-border.btn-white:active,
.btn.btn-border.btn-white.active {
    background: #FFF;
    color: #404040;
}
.btn-icon i {
    vertical-align: -1px;
}
.navigation .btn-icon i {
    vertical-align: 0;
}
.btn-icon-left i {
    margin-right: 5px;
}
.btn-icon-right i {
    margin-left: 5px;
}
.btn-close {
    font-size: 45px;
    font-weight: 300;
    color: inherit;
}
.btn-close:before {
    content: '\00d7';
    padding: 0;
    letter-spacing: normal;
}
.cart-remove .btn-close {
    font-size: 25px;
}
/*-----------------------------------------------------------------------------------*/
/* 	08. DROPDOWN
/*-----------------------------------------------------------------------------------*/
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background: none;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-group .dropdown-menu>li>a {
    line-height: 1;
    padding: 12px 25px;
    display: block;
}
.btn-group .dropdown-menu>li>a {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.btn-group .dropdown-menu>li:first-child>a {
    border: 0;
}
.btn-group .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -20px;
    bottom: auto;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFF;
}
.btn-group .dropdown-menu {
    padding: 0;
    min-width: 140px;
    margin: 20px 0px 0px -10px;
    list-style: none;
    border: 0;
    left: 50%;
    border-radius: 4px;
    background: #FFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.1));
}
.btn-group .dropdown-menu[x-placement^=top-start] {
    margin: 0 0 20px -10px;
}
.btn-group .dropdown-menu[x-placement^=top-start]:before {
    top: auto;
    bottom: -20px;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #FFF;
}
.btn-group .dropdown-menu .dropdown-item {
    color: #404040;
    letter-spacing: normal;
    font-weight: normal;
}
.btn-group .dropdown-menu>li>a i {
    padding-right: 10px;
    vertical-align: -1px;
    width: 25px;
}
.btn-group .dropdown-menu>li>a:hover,
.btn-group .dropdown-menu>li>a:focus {
    color: #4c86e5;
    background: none
}

/*-----------------------------------------------------------------------------------*/
/*	11. SLIDER REVOLUTION
/*-----------------------------------------------------------------------------------*/
.rev_slider_wrapper {
    left: 0px;
    width: 100%;
}
.rev_th_auto .rev_slider {
    margin-bottom: 5px !important;
}
.zeus.tparrows {
    background: rgba(0, 0, 0, 0.4);
}
.zeus .tp-bullet {
    width: 10px;
    height: 10px;
}
.zeus .tp-bullet-imageoverlay {
    background: rgba(0, 0, 0, 0);
}
.zeus .tp-bullet-title,
.zeus .tp-bullet-imageoverlay {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.tp-caption:not(.font-body):not(.font-title) {
    font-family: 'Open Sans';
}
.tp-caption.boxshadow {
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.tp-caption.start-boxshadow {
    -webkit-box-shadow: 1px 1px 0 0 #1a1a1a, 2px 2px 0 0 #1a1a1a, 3px 3px 0 0 #1a1a1a, 4px 4px 0 0 #1a1a1a, 5px 5px 0 0 #1a1a1a, 6px 6px 0 0 #1a1a1a;
    box-shadow: 1px 1px 0 0 #1a1a1a, 2px 2px 0 0 #1a1a1a, 3px 3px 0 0 #1a1a1a, 4px 4px 0 0 #1a1a1a, 5px 5px 0 0 #1a1a1a, 6px 6px 0 0 #1a1a1a;
}
.tp-dottedoverlay.darkoverlay {
    background: rgba(48, 48, 48, 0.6)
}
.tp-bannertimer {
    background: rgba(255, 255, 255, 0.25)
}
.tp-loader.spinner2 {
    background: #151515;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bg-dark .tp-loader.spinner2,
.light-spinner .tp-loader.spinner2 {
    background: #FFF;
}
.tp-dottedoverlay.darkoverlay {
    background: rgba(21, 21, 21, 0.5)
}
.rev-scroll-btn span {
    width: 4px;
    height: 4px;
    margin: -2px 0 0 -2px;
}
.zeus .tp-tab:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    z-index: 2;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid transparent;
}
.zeus .tp-tab.selected:after {
    border-color: rgba(255, 255, 255, 0.8);
}
.rev_th_auto .zeus .tp-tab:after {
    border: 0;
    background: transparent;
}
.rev_th_auto .zeus .tp-tab:hover:after,
.rev_th_auto .zeus .tp-tab.selected:after {
    background: rgba(255, 255, 255, 0.3);
}
.erinyen .tp-tab-title {
    color: #FFF;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 3px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Open Sans';
    margin: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	15. BLOCK
/*-----------------------------------------------------------------------------------*/
.block-wrapper.arrowed .block:first-child {
    position: relative;
}
.block-wrapper.arrowed .block:first-child:after,
.image-block-wrapper.arrowed .image-block:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    margin-top: -20px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #FFF;
    display: block;
    z-index: 2;
}
.block-wrapper.arrowed .block.order-lg-2:first-child:after,
.image-block-wrapper.arrowed .image-block[class*="offset-md-"]:after {
    right: auto;
    left: 0;
    border-right: 20px solid transparent;
    border-left: 20px solid #FFF;
}
.gray-wrapper .image-block-wrapper.arrowed .image-block:after {
    border-right: 20px solid #f7f8fc;
}
.gray-wrapper .image-block-wrapper.arrowed .image-block[class*="offset-md-"]:after {
    border-right: 20px solid transparent;
    border-left: 20px solid #f7f8fc;
}
.dark-wrapper .image-block-wrapper.arrowed .image-block:after {
    border-right: 20px solid #181818;
}
.dark-wrapper .image-block-wrapper.arrowed .image-block[class*="offset-md-"]:after {
    border-right: 20px solid transparent;
    border-left: 20px solid #181818;
}
.block-wrapper .box {
    padding: 90px 90px 70px 90px;
}
.image-block-wrapper .box {
    padding: 150px 90px;
}
.container .block-wrapper .box {
    padding: 40px 40px 20px 40px;
}
.block-wrapper figure img {
    width: 100%;
}
/*-----------------------------------------------------------------------------------*/
/*	16. SPLIT LAYOUT
/*-----------------------------------------------------------------------------------*/
.split-layout .content-left {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.split-layout .inner {
    padding: 90px;
}
/*-----------------------------------------------------------------------------------*/
/*	17. SWIPER
/*-----------------------------------------------------------------------------------*/
.swiper-container-wrapper {
    position: relative;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide img {
    max-width: 100%;
    height: auto;
}
.swiper-auto .swiper-slide,
.swiper-auto .swiper-slide img,
.swiper-auto-tab .swiper-slide,
.swiper-auto-tab .swiper-slide img,
.swiper-auto-centered .swiper-slide,
.swiper-auto-centered .swiper-slide img,
.swiper-portrait .swiper-slide,
.swiper-portrait .swiper-slide img {
    width: auto;
    height: 550px;
}
.swiper-cocoen .swiper-slide {
    width: auto;
    height: 400px;
}
.swiper-full {
    width: 100%;
    margin: 0;
}
.swiper-full img,
.swiper-auto-full img {
    width: 100%;
    position: relative;
    height: 100%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
}
.swiper-full-single {
    height: calc(100vh - 174px);
}
.swiper-full-single .swiper-slide img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}
.swiper-auto-full .swiper-slide,
.swiper-auto-full .swiper-slide img {
    width: auto;
}
.swiper-full.ver1,
.swiper-auto-full.ver1,
.swiper-auto-full.ver1 img {
    height: calc(100vh - 174px);
}
.swiper-full.ver2,
.swiper-auto-full.ver2,
.swiper-auto-full.ver2 img {
    height: calc(100vh - 215px);
}
.swiper-container-wrapper .swiper-pagination {
    position: absolute;
    text-align: center;
    z-index: 10;
    bottom: 0;
    width: 100%;
}
.swiper-container-wrapper .swiper-pagination.gap-small {
    bottom: -20px;
}
.swiper-container-wrapper .swiper-pagination.gap-large {
    bottom: -40px;
}
.swiper-container-wrapper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    opacity: 1;
    -webkit-transition: background 200ms ease-in;
    -o-transition: background 200ms ease-in;
    transition: background 200ms ease-in;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    background: var(--color-primary);
}
.swiper-container-wrapper .swiper-pagination .swiper-pagination-bullet:hover,
.swiper-container-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #4c86e5
}
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    background: none !important;
    /* color: rgba(255, 255, 255, 0.8); */
	color: var(--primaryColor);
    margin-top: -15px;
    font-weight: normal;
    width: auto;
    height: auto;
    padding: 0;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled:hover,
.swiper-button-next.swiper-button-disabled:hover {
    /* color: rgba(255, 255, 255, 0.3) !important; */
	color: var(--primaryColor) !important;
    opacity: 1;
    pointer-events: auto !important;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
    /* color: rgba(255, 255, 255, 1); */
	color: var(--primaryColor);
}
.swiper-button-prev {
    left: 20px;
}
.swiper-button-next {
    right: 20px;
}
.swiper-button-prev:after {
    content: "\f104";
}
.swiper-button-next:after {
    content: "\f105";
}
.swiper-slide .link-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.swiper-slide .link-wrapper .link {
    position: absolute;
    display: block;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    display: table;
    text-align: center;
}
.swiper-slide .link-wrapper .link a {
    display: table-cell;
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.9);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.swiper-slide .link-wrapper .link a:hover {
    background: rgba(255, 255, 255, 1);
}
.swiper-slide .link-wrapper .link a,
.swiper-slide .link-wrapper .link a:hover {
    color: #404040 !important;
}
.swiper-slide .link-wrapper .link a:after {
    font-family: 'elemis';
    font-size: 16px;
    line-height: 2;
}
.swiper-slide .link-wrapper .link.lightbox a:after {
    content: "\e900";
}

/*-----------------------------------------------------------------------------------*/
/*	19. WIDGETS
/*-----------------------------------------------------------------------------------*/
.sidebox {
    margin-top: 50px;
    display: block;
}
.sidebox:first-child {
    margin-top: 0
}
.sidebox a:not(.btn) {
    color: inherit
}
.sidebox a:not(.btn):hover {
    color: #4c86e5
}
.sidebar {
    padding-left: 35px
}
.sidebar.left-sidebar {
    padding-left: 15px !important;
    padding-right: 35px !important;
}
.widget-title {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: normal;
}
.widget .list {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer [class*="col-"] .widget {
    margin-top: 30px
}
footer [class*="col-"] .widget:first-child {
    margin-top: 0
}
footer .inner {
    padding-top: 60px;
    padding-bottom: 60px;
}
footer .inner:not(.display-block) {
    display: table;
}
.sub-footer {
    display: table;
    width: 100%;
}
.sub-footer p {
    margin: 0;
}
footer p {
    margin: 0;
}
.tag-list li {
    display: inline-block;
}
.tag-list .btn {
    position: relative;
    font-size: 12px;
    padding: 12px 18px;
    padding-left: 25px;
}
.tag-list .btn:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 12px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background: #FFF;
    border-radius: 50%
}
.inverse-text .tag-list .btn {
    background: #292929;
}
.inverse-text .tag-list .btn:hover {
    background: #393939;
}
.inverse-text .tag-list .btn:before {
    background: #181818;
}


/*-----------------------------------------------------------------------------------*/
/*	22. SOCIAL ICONS
/*-----------------------------------------------------------------------------------*/
.social {
    padding: 0;
    margin: 0;
    margin-bottom: -5px;
    font-size: 0;
    line-height: 1;
}
.social li {
    display: inline-block;
    margin: 0 10px 5px 0;
}
.pull-right .social li,
.social.pull-right li,
.text-right .social li {
    margin: 0 0 5px 10px
}
.text-center .social li,
.social.text-center li {
    margin: 0 5px 5px 5px
}
.social-bg li {
    margin: 0 5px 5px 0;
}
.pull-right .social-bg li,
.social-bg.pull-right li,
.text-right .social-bg li {
    margin: 0 0 5px 5px
}
.text-center .social-bg li,
.social-bg.text-center li {
    margin: 0 2px 5px 2px
}
.social li a i {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    height: auto;
    width: auto;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.social li a:hover i {
    opacity: 0.85;
}
.social-bg li a i {
    color: #FFF;
    display: table;
    border-radius: 50%;
}
.social-bg li a i:before {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}
.social-bg.social-s li a i {
    width: 34px;
    height: 34px;
}
.social-bg.social-m li a i {
    width: 44px;
    height: 44px;
}
.social-s {
    font-size: 18px;
}
.social-m {
    font-size: 24px;
}
.social-mute a i:not(footer.gray-wrapper .social-mute a i) {
    color: var(--white);
}
.social-mute a:hover i {
    color: var(--color-accent);
    opacity: 1 !important;
}
.color-s-500px,
a.color-s-500px:hover,
.social-color .fa-500px {
    color: #00a6df;
}
.color-s-android,
a.color-s-android:hover,
.social-color .fa-android {
    color: #97c03d;
}
.color-s-apple,
a.color-s-apple:hover,
.social-color .fa-apple {
    color: #26a6d1;
}
.color-s-behance,
a.color-s-behance:hover,
.social-color .fa-behance {
    color: #098ffa;
}
.color-s-deviantart,
a.color-s-deviantart:hover,
.social-color .fa-deviantart {
    color: #05cc47;
}
.color-s-dribbble,
a.color-s-dribbble:hover,
.social-color .fa-dribbble {
    color: #d07ead;
}
.color-s-etsy,
a.color-s-etsy:hover,
.social-color .fa-etsy {
    color: #f56400;
}
.color-s-facebook-f,
a.color-s-facebook-f:hover,
.social-color .fa-facebook-f,
.social-color .fa-facebook {
    color: #4470cf;
}
.color-s-facebook-square,
a.color-s-facebook-square:hover,
.social-color .fa-facebook-square {
    color: #4470cf;
}
.color-s-flickr,
a.color-s-flickr:hover,
.social-color .fa-flickr {
    color: #f3188c;
}
.color-s-foursquare,
a.color-s-foursquare:hover,
.social-color .fa-foursquare {
    color: #f94877;
}
.color-s-git-square,
a.color-s-git-square:hover,
.social-color .fa-git-square {
    color: #4073a6;
}
.color-s-github,
a.color-s-github:hover,
.social-color .fa-github {
    color: #4073a6;
}
.color-s-github-alt,
a.color-s-github-alt:hover,
.social-color .fa-github-alt {
    color: #4073a6;
}
.color-s-google-plus,
a.color-s-google-plus:hover,
.social-color .fa-google-plus {
    color: #cd4639;
}
.color-s-google-plus-square,
a.color-s-google-plus-square:hover,
.social-color .fa-google-plus-square {
    color: #cd4639;
}
.color-s-instagram,
a.color-s-instagram:hover,
.social-color .fa-instagram {
    color: #d53581;
}
.color-s-lastfm,
a.color-s-lastfm:hover,
.social-color .fa-lastfm {
    color: #be0c02;
}
.color-s-lastfm-square,
a.color-s-lastfm-square:hover,
.social-color .fa-lastfm-square {
    color: #be0c02;
}
.color-s-linkedin,
a.color-s-linkedin:hover,
.social-color .fa-linkedin {
    color: #3393c1;
}
.color-s-linkedin-square,
a.color-s-linkedin-square:hover,
.social-color .fa-linkedin-square {
    color: #3393c1;
}
.color-s-pinterest,
a.color-s-pinterest:hover,
.social-color .fa-pinterest {
    color: #c53942;
}
.color-s-pinterest-p,
a.color-s-pinterest-p:hover,
.social-color .fa-pinterest-p {
    color: #c53942;
}
.color-s-pinterest-square,
a.color-s-pinterest-square:hover,
.social-color .fa-pinterest-square {
    color: #c53942;
}
.color-s-reddit,
a.color-s-reddit:hover,
.social-color .fa-reddit {
    color: #ff3f18;
}
.color-s-reddit-alien,
a.color-s-reddit-alien:hover,
.social-color .fa-reddit-alien {
    color: #ff3f18;
}
.color-s-reddit-square,
a.color-s-reddit-square:hover,
.social-color .fa-reddit-square {
    color: #ff3f18;
}
.color-s-skype,
a.color-s-skype:hover,
.social-color .fa-skype {
    color: #2ebbf0;
}
.color-s-slack,
a.color-s-slack:hover,
.social-color .fa-slack {
    color: #77d4b6;
}
.color-s-soundcloud,
a.color-s-soundcloud:hover,
.social-color .fa-soundcloud {
    color: #ff680d;
}
.color-s-spotify,
a.color-s-spotify:hover,
.social-color .fa-spotify {
    color: #7cc011;
}
.color-s-stack-overflow,
a.color-s-stack-overflow:hover,
.social-color .fa-stack-overflow {
    color: #f48125;
}
.color-s-stumbleupon,
a.color-s-stumbleupon:hover,
.social-color .fa-stumbleupon {
    color: #eb4923;
}
.color-s-stumbleupon-circle,
a.color-s-stumbleupon-circle:hover,
.social-color .fa-stumbleupon-circle {
    color: #eb4923;
}
.color-s-telegram,
a.color-s-telegram:hover,
.social-color .fa-telegram {
    color: #31a9dd;
}
.color-s-tripadvisor,
a.color-s-tripadvisor:hover,
.social-color .fa-tripadvisor {
    color: #589541;
}
.color-s-tumblr,
a.color-s-tumblr:hover,
.social-color .fa-tumblr {
    color: #5d82a4;
}
.color-s-tumblr-square,
a.color-s-tumblr-square:hover,
.social-color .fa-tumblr-square {
    color: #5d82a4;
}
.color-s-twitch,
a.color-s-twitch:hover,
.social-color .fa-twitch {
    color: #6441a4;
}
.color-s-twitter,
a.color-s-twitter:hover,
.social-color .fa-twitter {
    color: #5daed5;
}
.color-s-twitter-square,
a.color-s-twitter-square:hover,
.social-color .fa-twitter-square {
    color: #5daed5;
}
.color-s-vimeo,
a.color-s-vimeo:hover,
.social-color .fa-vimeo {
    color: #099fc7;
}
.color-s-vimeo-square,
a.color-s-vimeo-square:hover,
.social-color .fa-vimeo-square {
    color: #099fc7;
}
.color-s-vine,
a.color-s-vine:hover,
.social-color .fa-vine {
    color: #01cc99;
}
.color-s-vk,
a.color-s-vk:hover,
.social-color .fa-vk {
    color: #4c75a3;
}
.color-s-whatsapp,
a.color-s-whatsapp:hover,
.social-color .fa-whatsapp {
    color: #00a859;
}
.color-s-xing,
a.color-s-xing:hover,
.social-color .fa-xing {
    color: #006567;
}
.color-s-xing-square,
a.color-s-xing-square:hover,
.social-color .fa-xing-square {
    color: #006567;
}
.color-s-yelp,
a.color-s-yelp:hover,
.social-color .fa-yelp {
    color: #be2f25;
}
.color-s-youtube,
a.color-s-youtube:hover,
.social-color .fa-youtube {
    color: #c8312b;
}
.color-s-youtube-play,
a.color-s-youtube-play:hover,
.social-color .fa-youtube-play {
    color: #c8312b;
}
.color-s-youtube-square,
a.color-s-youtube-square:hover,
.social-color .fa-youtube-square {
    color: #c8312b;
}
.social-bg .fa-500px {
    background: #00a6df;
}
.social-bg .fa-android {
    background: #97c03d;
}
.social-bg .fa-apple {
    background: #26a6d1;
}
.social-bg .fa-behance {
    background: #098ffa;
}
.social-bg .fa-deviantart {
    background: #05cc47;
}
.social-bg .fa-dribbble {
    background: #d07ead;
}
.social-bg .fa-etsy {
    background: #f56400;
}
.social-bg .fa-facebook-f {
    background: #4470cf;
}
.social-bg .fa-facebook-square {
    background: #4470cf;
}
.social-bg .fa-flickr {
    background: #f3188c;
}
.social-bg .fa-foursquare {
    background: #f94877;
}
.social-bg .fa-git-square {
    background: #4073a6;
}
.social-bg .fa-github {
    background: #4073a6;
}
.social-bg .fa-github-alt {
    background: #4073a6;
}
.social-bg .fa-google-plus {
    background: #cd4639;
}
.social-bg .fa-google-plus-square {
    background: #cd4639;
}
.social-bg .fa-instagram {
    background: #d53581;
}
.social-bg .fa-lastfm {
    background: #be0c02;
}
.social-bg .fa-lastfm-square {
    background: #be0c02;
}
.social-bg .fa-linkedin {
    background: #3393c1;
}
.social-bg .fa-linkedin-square {
    background: #3393c1;
}
.social-bg .fa-pinterest {
    background: #c53942;
}
.social-bg .fa-pinterest-p {
    background: #c53942;
}
.social-bg .fa-pinterest-square {
    background: #c53942;
}
.social-bg .fa-reddit {
    background: #ff3f18;
}
.social-bg .fa-reddit-alien {
    background: #ff3f18;
}
.social-bg .fa-reddit-square {
    background: #ff3f18;
}
.social-bg .fa-skype {
    background: #2ebbf0;
}
.social-bg .fa-slack {
    background: #77d4b6;
}
.social-bg .fa-soundcloud {
    background: #ff680d;
}
.social-bg .fa-spotify {
    background: #7cc011;
}
.social-bg .fa-stack-overflow {
    background: #f48125;
}
.social-bg .fa-stumbleupon {
    background: #eb4923;
}
.social-bg .fa-stumbleupon-circle {
    background: #eb4923;
}
.social-bg .fa-telegram {
    background: #31a9dd;
}
.social-bg .fa-tripadvisor {
    background: #589541;
}
.social-bg .fa-tumblr {
    background: #5d82a4;
}
.social-bg .fa-tumblr-square {
    background: #5d82a4;
}
.social-bg .fa-twitch {
    background: #6441a4;
}
.social-bg .fa-twitter {
    background: #5daed5;
}
.social-bg .fa-twitter-square {
    background: #5daed5;
}
.social-bg .fa-vimeo {
    background: #099fc7;
}
.social-bg .fa-vimeo-square {
    background: #099fc7;
}
.social-bg .fa-vine {
    background: #01cc99;
}
.social-bg .fa-vk {
    background: #4c75a3;
}
.social-bg .fa-whatsapp {
    background: #00a859;
}
.social-bg .fa-xing {
    background: #006567;
}
.social-bg .fa-xing-square {
    background: #006567;
}
.social-bg .fa-yelp {
    background: #be2f25;
}
.social-bg .fa-youtube {
    background: #c8312b;
}
.social-bg .fa-youtube-play {
    background: #c8312b;
}
.social-bg .fa-youtube-square {
    background: #c8312b;
}
.btn.share-facebook {
    background: #4470cf;
}
.btn.share-google {
    background: #a84539;
}
.btn.share-pinterest {
    background: #c53942;
}
.btn.share-tumblr {
    background: #5d82a4;
}
.btn.share-twitter {
    background: #5daed5;
}
.btn.share-facebook:hover,
.btn.share-facebook:focus,
.btn.share-facebook:active,
.btn.share-facebook.active {
    background: #325bb3;
}
.btn.share-google:hover,
.btn.share-google:focus,
.btn.share-google:active,
.btn.share-google.active {
    background: #91362b;
}
.btn.share-pinterest:hover,
.btn.share-pinterest:focus,
.btn.share-pinterest:active,
.btn.share-pinterest.active {
    background: #b12b34;
}
.btn.share-tumblr:hover,
.btn.share-tumblr:focus,
.btn.share-tumblr:active,
.btn.share-tumblr.active {
    background: #496b8b;
}
.btn.share-twitter:hover,
.btn.share-twitter:focus,
.btn.share-twitter:active,
.btn.share-twitter.active {
    background: #4c9ec6;
}

/*-----------------------------------------------------------------------------------*/
/*	28. TILES
/*-----------------------------------------------------------------------------------*/
.no-gutter,
.tiles[class*="tiles-"] .row {
    margin-left: 0;
    margin-right: 0;
}
.no-gutter>[class*="col-"],
.no-gutter .row [class*="col-"],
.tiles[class*="tiles-"] .row [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.tiles[class*="tiles-"] .items:after {
    content: '';
    display: block;
    clear: both;
}
.tiles[class*="tiles-"] .item {
    float: left;
}
.tiles[class*="tiles-"] .item {
    height: auto
}
.tiles[class*="tiles-"] .item figure {
    position: relative;
    overflow: hidden;
}
.tiles .item figure img {
    position: relative;
    width: 100%;
    max-width: 100%;
}
.tiles:not(.tiles-s):not(.tiles-m):not(.no-gutter) {
    margin-bottom: -30px;
}
.tiles:not(.tiles-s):not(.tiles-m):not(.no-gutter) .item {
    margin-bottom: 30px;
}
.tiles-s .item {
    margin-bottom: 10px;
}
.tiles-s {
    margin: 0 -10px -10px 0;
}
.tiles-s .item {
    margin-bottom: 10px;
}
.tiles-s .item>* {
    margin-right: 10px;
}
.tiles-m {
    margin: 0 -20px -20px 0;
}
.tiles-m .item {
    margin-bottom: 20px;
}
.tiles-m .item>* {
    margin-right: 20px;
}
.portfolio .tiles-m {
    margin: 0 -20px -40px 0;
}
.tiles.no-gutter,
.tiles.no-gutter .item,
.tiles.no-gutter .item>* {
    margin: 0;
}

/* TABS */

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item .nav-link:hover,
.nav-tabs .nav-item .nav-link.active {
    color: #4c86e5;
    background: none;
    /* border-color: #4c86e5 !important; */
}

.nav-tabs .nav-link {
    /* border: 1px solid rgba(21, 21, 21, 0.25); */
    /* padding: 10px 20px; */
    /* border-radius: 4px; */
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Open Sans';
    color: #404040;
}

/*-----------------------------------------------------------------------------------*/
/* 	35. SHOP
/*-----------------------------------------------------------------------------------*/
.item-details.product li {
    margin-bottom: 20px;
}
.item-details.product>li strong {
    margin-right: 15px;
}
.item-details.product>li .custom-select-wrapper {
    min-width: 100px;
}
.table-cart>table>thead>tr>th,
.table-cart>table>tbody>tr>th,
.table-cart>table>tfoot>tr>th,
.table-cart>table>thead>tr>td,
.table-cart>table>tbody>tr>td,
.table-cart>table>tfoot>tr>td {
    vertical-align: middle;
}
.table thead th {
    border-bottom-width: 1px;
}
.table tbody {
    /* border-bottom: 1px solid #dee2e6; */
	border-bottom: none;
}
.pricing .table tbody {
    border-bottom: 0;
}

.table td, .table th {
  border-top: none!important;
}

/*-----------------------------------------------------------------------------------*/
/*	46. GO TO TOP
/*-----------------------------------------------------------------------------------*/
#scrollUp {
    bottom: 15px;
    right: 15px;
    -webkit-transition: background 150ms ease-in-out;
    -o-transition: background 150ms ease-in-out;
    transition: background 150ms ease-in-out;
    -webkit-backface-visibility: hidden;
}
#scrollUp .btn {
    font-size: 12px;
    margin: 0;
    letter-spacing: normal;
    padding: 12px 14px 14px 14px;
}
@-moz-document url-prefix() {
    #scrollUp .btn {
        padding-bottom: 15px;
    }
}
#scrollUp .btn:hover,
#scrollUp .btn:focus,
#scrollUp .btn:active,
#scrollUp .btn.active {}




:root{
    --color-primary: #BFBFBF;
    --color-secondary: rgba(255, 255, 255, 0.7);
    --color-accent: #3CBDE0;
    --color-black: #262626;
}
/* #55a89f */
.text-white{
    color: var(--white)!important;
}

.color-primary{
    color: var(--color-primary);
}

h1{
    font-size: 36px!important;
}

h2{
    font-size: 28px!important;
	color: var(--secondaryColor);
}

h3{
    font-size: 22px!important;
	color: var(--secondaryColor);
}

h4{
    font-size: 16px!important;
	color: var(--secondaryColor);
}

h5, h5 a, td, td > *{
    font-size: 12px;
	color: #000000;
}

p{
    font-size: 14px/*!important*/;
}

h6{
    font-size: 16px!important;
	color: #EDEDED;
}

th{
    font-size: 18px;
}

a:hover:not(a.btn){
    color: var(--secondaryColor);
}

body{
    background: var(--white);
}

/* navbar */
nav{
    background: #edf4fa;
}

.navbar .social-mute a, .navbar .social-mute a i{
    color: var(--color-black)!important;
    font-size: 20px;
}

.navbar .social-mute a:hover i{
    color: var(--color-accent)!important;
}

.navbar .navbar-divider{
    background: var(--color-black)!important;
}

.navbar-nav .nav-link, .navbar .social-mute a, #sideBar a{
    font-size: 16px!important;
    text-transform: capitalize;
    /* color: var(--color-black)!important; */
    font-weight: 500;
}

.navbar-nav .nav-link:hover, #sideBar a:hover{
    color: var(--color-accent)!important;
}

.navbar-brand img{
    padding: 10px;
    height: 90px;
}

/* slider */

#slider-container{
    max-width: 1920px;
    margin: 0 auto;

}

#slider-container figure{
    height: 100vh;
    max-height: 500px;
    width: 100%;
}

#slider-container img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.swiper-container-wrapper .swiper-pagination.gap-large{
    bottom: 0;
}

#target-message hr{
    width: 50%;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 30px;
}

#target-message figure, #target-message .message-container{
    height: 100vh;
    max-height: 322px;
}

#target-message .text-container{
    height: 100vh;
    max-height: 322px;
	padding-left: 100px;
}

.text-container h3{
	margin-bottom: 0px;
}

#target-message .overlay.caption-wrapper figcaption {
    padding: 0;
    height: 100%;
    width: auto;
}

#target-message .swiper-slide .caption-wrapper .caption-bg {
    height: 100%;
    max-width: 50%;
    margin-left: 5%;
    padding: 15px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

#target-message .swiper-slide .caption-wrapper .caption-bg hr{
    margin: 10px 0;
    padding: 0;
    background: white;
}

#target-message figcaption h3, #target-message figcaption h4, #target-message figcaption h5, #target-message figcaption p{
    color: var(--white);
}

#target-message figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#target-message{
    background: var(--white);
}

#target-message p:not(#target-message figure p), #target-message h2{
    color: #212C50!important;
}

@media (max-width: 767.98px){
    #target-message .overlay.caption-wrapper figcaption {
        display: block!important;
    }
	.navbar-brand img {
		height: 80px;
	}
	
}


#news-home a{
    max-height: 300px;
    width: 100%;
}

#news-home img{
    width: 100vw;
    object-fit: cover;
}

#vending-machine-home a{
    height: 280px;
}

/*#products-home a{
    height: 210px;
}*/

#vending-machine-home .item img{
    height: 100%;
    width: 100%;
    object-fit: scale-down;
}

#products-home .item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#vending-machine-home .inner, #products-home.inner{
    padding-bottom: 20px;
}

#vending-machine-home hr, #products-home hr{
    padding: 0;
    margin: 20px auto 30px auto;
    width: 50%;
    background-color: var(--color-secondary)
}

#vending-machine-home figure:hover figcaption, #products-home figure:hover figcaption, #vendingMachines figure:hover figcaption{
    background: rgba(0, 0, 0, 0.5);
}



#scrollUp span{
    color: var(--color-black);
    background: var(--color-secondary);
}

#scrollUp span:hover{
    color: var(--white);
    background: var(--secondaryColor);
}

#vending-machine-home .item{
    margin-top: 30px
}

/* producten slider */

.slick-slider .slide, .slick-slider .slide figure, .slick-slider .slide figure a{
    width: 100%;
    height: 100vh;
    max-height: 500px;
}

.slick-slider .overlay:hover figcaption{
    background: rgba(0, 0, 0, 0.2);
}

.slick-slider .slide img:not(.slick-slider .slick-current + div img){
    -moz-transform: scale(0.7); /* Firefox */
    -o-transform: scale(0.7); /* Opera */
    -webkit-transform: scale(0.7); /* Safari And Chrome */
    transform: scale(0.7); /* Standard Property */
    scale:0.7
}

.slick-slider .slide img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.slick-slider .slick-next::before, .slick-slider .slick-prev::before {
    font-size: 40px;
}

.slick-slider .slick-next, .slick-slider .slick-prev {
    width: 40px;
    height: 40px;
    z-index: 999;
}

.vending-machine-slider-titles .slick-next, .vending-machine-slider-titles .slick-prev{
    display: none!important;
}

#machine-slider-titles{
    margin-top: 30px;
}

#machine-slider-titles h4{
    text-transform: capitalize;
    font-weight: 700;
}

#vending-machine-slider hr{
    padding: 0;
    margin: 20px auto 30px auto;
    width: 50%;
    background-color: var(--color-secondary)
}

/* Slider / Banner */

.slider-section{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.overlay:not(.collage-wrapper .overlay){
    width:100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    /* position: absolute; */
    top:0;
    left:0;

}
.slider-section .overlay{
    z-index: 1;
}

.slider-section .carousel-inner .carousel-item{
    width: 100%;
    height: 100%;
}
.slider-section .carousel-inner .carousel-item img{
    width: 100%;
    height: 100%;
}

.slider-section:hover .carousel-control-prev,
.slider-section:hover .carousel-control-next{
visibility:visible;
transition: all 0.3s ease-in-out 0s;
z-index: 2;
}

.rev_slider_wrapper {
    left: 0px;
    width: 100%;
    position: relative;
}

.rev_th_auto .rev_slider {
    margin-bottom: 5px !important;
}
.rev_slider.bg-dark {
    background-color: #151515 !important;
}
.rev_slider_wrapper.fullscreen-container {
    max-height: 500px;
}

/*#homeSlider .rev_slider_wrapper{
    margin-left: auto;
    margin-right: auto;
    left: 0!important;
    right: 0;
    width: 100%!important;
}

#homeSlider #slider, #homeslider #slider_forcefullwidth, #homeSlider .rev_slider_wrapper, #homeSlider .tp-fullwidth-forcer{
    /* Force slider responsiveness 
    aspect-ratio: 1200 / 500!important;
    max-width: 100%!important;
    height: auto!important;
}*/

/* #homeSlider a {
    color: black;
    text-decoration:underline;
}*/

.container-home-slider{
    width: 100%;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
}

/*.slide-title{
    font-size: min(36px, 5.5vw);/*!important*/
    line-height: 50px;
}*/

.slide-title{
    font-size: 2.5vw;/*!important*/
    line-height: 50px;
}

.slide-subtitle{
	font-size: 1.2vw)!important;
    /*line-height: 25px;*/
}

/*@media(min-width:1600px){
    #slider:not(#homeSlider #slider){
        max-width: 80%;
        margin:auto
    }
}*/



/* input fields and forms*/

input.form-control{
    padding: 5px 5px 5px 10px;
    height: 50px;
    border-radius: 10px;
}

.boxed-md{
    border: 1px solid #111111;
    border-radius: 10px;
    padding: 15px 0;
    width: 100%;
}



/* side bar */

#sideBar li{
    padding-left: 15px;
    padding-right: 15px;
}



/* topheader */

.topHeader{
    background: var(--secondaryColor);
}

.topHeader ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.topHeadersocial {
	flex-direction: row;
}

.topHeader ul:last-of-type li:last-of-type .nav-link, .topHeader ul:last-of-type .nav-item:last-of-type , .navbar-collapse  ul:last-of-type .nav-item:last-of-type .nav-link, .navbar-collapse ul:last-of-type .nav-item:last-of-type {
    padding-right: 0!important;
    margin-right: 0!important;
}

.topHeader li{
    float: left;
}

.topHeader li a {
    display: block;
    text-decoration: none;
    color: var(--white);
}

.topHeader li a:hover {
    color: var(--primaryColor);
}


/* footer - sub-footer */

#mainFooter {
    background: var(--primaryColor);
    color: var(--white);
}

#mainFooter  p, #mainFooter  a, #mainFooter  .widget-title{
    color: var(--white);
	text-decoration: none;
}

#mainFooter  a:hover:not(a.btn){
    color: var(--secondaryColor);
}

#mainFooter  .widget-title{
    font-weight: bold;
}

#mainFooter  .widget img{
    max-width: 260px;
    height: auto;
    padding: 10px;
    border-radius: 10px;
    background: var(--white)
}


#mainFooter  .sub-footer{
    background: var(--secondaryColor);
}

#mainFooter  .sub-footer p, .sub-footer a{
    color: var(--white);
}

#mainFooter .sub-footer a{
    text-decoration: underline;
}

#mainFooter .sub-footer a:hover{
    text-decoration: none;
    color: var(--primaryColor)!important;
}


/**/

form hr{
    padding: 0;
    margin: 15px 0 35px 0;
}

textarea, textarea.form-control{
    padding: 10px 15px!important;
	border: 1px solid #cfcfcf;
    border-radius: 10px;
    padding: 15px 0;
}

#myTab.nav-tabs {
  margin-bottom: 1rem;
}

.largewhitebg{
	background: rgba(255, 255, 255, .7)!important;
	padding: 50px 20px 50px 20px!important;
}

.top-second {
    /* height: 50px; */
    /* background: blue; */
    position: sticky;
    top: 54px;
}

.margin-product {
	padding-right: 0px;
}

/* Domein search */

.domainFullSearch {
    background-color: rgba(27, 119, 190, 0.08);
}

.btn-check {
	padding: 17px 12px;
}

#domainSearch {
    /* background-color: rgba(27, 119, 190, 0.08); */
}

#domainSearch .show-all img {
    width: 11px;
    position: relative;
    top: -1px;
}

#domainSearch .alert {
    display: none;
}

#domainSearch .alfanet-lookup-result {
    background-color: rgba(255, 255, 255, 1);
    /* max-width: 800px; */
    border-radius: 0 0 5px 5px;
    margin: auto;
	padding-right: 10px;
    padding-bottom: 10px;
}

#domainSearch .alfanet-lookup-result .row i,
#domainSearch .alfanet-lookup-result .row span,
#domainSearch .extra-info span {
    color: red;
}

#domainSearch .extra-info,
#domainSearch .alfanet-lookup-result .row span {
    font-size: .9em;
}

#domainSearch .alfanet-lookup-result #alfanet-lookup-result,
#domainSearch .extra-info {
    padding: 20px;
}

#domainSearch .alfanet-lookup-result .false {
    color: #8B0000;
}

#domainSearch .alfanet-lookup-result .true {
    color: green;
}

#domainSearch #alfanet-lookup-loading {
    margin-top: -20px;
}

#domainSearch #alfanet-lookup-loading .row i {
    color: var(--primaryColor);
    font-size: 1.5em;
    margin-left: 20px;
}


.more-extensions:hover {
    cursor: pointer;
    color: var(--secondaryColor);
}

.more-extensions::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(../front/style/images/chevron-double-down-light.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 5px;
    position: relative;
    top: 1px;
    transition: all .5s ease;
}

.more-extensions.hide::after {
    background-image: url(../front/style/images/chevron-double-up-light.svg);
}

.more-extensions:hover::after {
    top: 4px;
}

.more-extensions.hide:hover::after {
    top: -1px;
}

.extra-extensions {
    display: none;
}


/* Tables */
.product-table {
    text-align: center;
}

.product-table .item {
    padding: 10px;
    box-shadow: 0 0 8px lightgrey;
    border-radius: 15px;
    transition: all .5s ease;
    position: relative;
    margin-bottom: 30px;
}



.product-table .item:hover {
    transform: scale(1.03);
}

.product-table .badge {
    position: absolute;
    right: -10px;
    color: #fff;
    background-color: var(--primaryColor);
    font-size: 1.1em;
    padding: 10px;
    top: -20px;
}

.product-table h3 {
    font-size: 1.7em;
    color: #333;
    font-weight: normal;
    margin-top: 20px;
}

/* .product-table .popular h3 {
    color: var(--primaryColor);
} */

.product-table .price {
    border-bottom: 1px solid rgba(119, 119, 119, 0.536);
    margin-bottom: 15px;
}

.product-table .price p.regular {
    font-size: 2.5em;
    font-weight: bolder;
    margin-bottom: 0;
    color: var(--secondaryColor);
}

.product-table .price div.regular {
    font-size: 2.5em;
    font-weight: bolder;
    margin-bottom: 0;
    color: var(--secondaryColor);
}


.product-table .price .regular-sale {
    font-size: 1.1em;
    text-decoration: line-through;
    margin-bottom: 0;
    height: 35px;
}

.product-table .price p.sale {
    font-size: 2.5em;
    font-weight: bolder;
    margin-bottom: 0;
    color: var(--secondaryColor);
}

.product-table .price div.sale {
    font-size: 2.5em;
    font-weight: bolder;
    margin-bottom: 0;
    color: var(--secondaryColor);
}

.product-table .popular .price p.regular,
.product-table .popular .price p.sale {
    color: var(--primaryColor);
}

.product-table .popular .price div.regular,
.product-table .popular .price div.sale {
    color: var(--primaryColor);
}

.product-table .price div:last-child {
    font-size: .8em;
    font-style: italic;
}

.product-table ul {
    padding-left: 0;
}

.product-table li {
    list-style-type: none;
    padding: 14px 0px;
    font-size: 1.2em;
    border-bottom: 1px solid rgba(119, 119, 119, 0.146);
}

.product-table li:last-of-type {
    border-bottom: none;
}

.product-table li span {
    font-size: .7em;
    display: block;
}

.product-table a.order {
    display: block;
    background-color: var(--secondaryColor);
    color: #fff;
    margin: 0 -10px -10px;
    border-radius: 0 0 15px 15px;
    padding: 20px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
}

.product-table a.order::after {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url('/web/images/long-arrow-alt-right-regular.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: 10px;
    position: relative;
    top: 4px;
    transition: all .5s ease;
}

.product-table .popular a.order {
    background-color: var(--primaryColor);
}

.product-table a.order:hover::after {
    left: 15px;
}

.product-table .row.remarks {
    margin-top: 20px;
    text-align: left;
}

.color-row-normal {
  background-color: rgba(27, 119, 190, 0.08);
}
.color-row-alt {
  background:#fff;
}

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

.customAlertIcon {
  padding: 4px;
  flex-shrink: 1;
}

.customAlertMsg {
  padding: 4px;
  /* border-left: 2px solid #000; */
  flex-grow: 1;
}

.alert {
    padding: 0.5rem 0.75rem;
}
.alert-dark {
    color: var(--secondaryColor);
    background-color: #edf4fa;
    border-color: #c6c8ca;
}
/*.row .col-* h4 p {
	margin-bottom: 0px;
}*/

.col, [class*="col-"] h4 {
	margin-bottom: 0px;
}

.color-row-normal p, .color-row-alt p {
	margin-bottom: 0px;
}

.regular-sale {
	font-size: 12px;
}

.navbar-alfa .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-alfa .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(0,0,0,.5);
}

.navbar-mini .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.5);
}

.navbar-mini .navbar-toggler {
	margin-top: 6px;
    margin-left: 6px;
	margin-bottom: 7px;
}

.navbar-mini .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.top-menu .nav-link{
	color: var(--white)!important;
}



/* Home page */
#slider {
    height: 400px;
    background-size: cover;
    background-position: center;
    color: #fff;
    position: relative;
    z-index: 1;
}

#slider .text {
    padding: 20px;
    background-color: rgba(60, 119, 190, 0.66);
    max-width: 634px;
}

#slider h1 {
    color: #fff;
    font-size: 1.5rem;
}

section, .section_slider {
    padding: 30px 0;
}

#slider .title_text {
	font-size: 2rem;
}


#slider .subtitle {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
}

#slider .btn-primary {
    color: #fff;
    border-color: #fff;
}

#slider .fal {
    margin-left: 5px;
    position: relative;
    top: 0;
    transition: all .2s ease;
}

#slider .btn:hover .fal {
    top: 2px;
}

p.subtitle {
	color: #fff;
    font-size: 1rem;
}

.card li {
	font-size: 14px;
}

.boxed-md {
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    padding: 15px 0;
    width: 100%;
}

.pt-3 {
	padding-top: 1rem !important;
}
.pr-6 {
	padding-right: 39px;
}

.total-fix {
	background-color: #afeafa;
	margin-right: 8px;
}
.address-info{
	font-size: 12px;
	line-height: 17px;
}

.address-div{
	background-color: #EDEDED;
	padding: 5px;
	
}

.boxed-address{
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    /* padding: 15px 0; */
	padding: 5px;
    width: 100%;
}

.card {
	border: 1px solid #cfcfcf;
    border-radius: 10px;
	/* margin-right: 15px; */
}

.rowfix {
	margin-right: 15px;
}

.card-body {
	padding-left: 0.75rem;
	padding-top: 0.25rem;
	padding-bottom: 0.75rem;
	padding-right: 0.75rem;
}

.card-header {
	font-weight: 600;
    padding: 0.25rem 1.25rem;
    margin-bottom: 0;
    background-color: #EDEDED;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-header:first-child {
    border-radius: 10px 10px 0 0;
}

.unit_format {
	color: #606060;
	font-weight: 500;
	font-size: 15px;
}
.card-body ul {
	margin-left: -5px;
}


.text-dark {
    text-align: center;
}

.primaryColor {
    color: var(--primaryColor);
}

.secondaryColor {
	color: var(--secondaryColor);
}

#order_summery_block {
	height: 100%;
}

@media (max-width: 1119px) {
    .font-size-h1 {
		font-size: 2.5vw !important;
	}
	.font-size-h1-steptwo {
		font-size: 3.5vw !important;
	}
}

@media (max-width: 849px) {
	h3 {
		font-size: 14px !important;
	}
}
@media (max-width: 575px) {
	.font-size-h1-steptwo {
		font-size: 5.5vw !important;
	}
}
.service_box_outer, .panel_box_outer, .domain_name_options_box_outer {
	overflow: hidden;
}

/*-----------------------------------------------------------------------------------*/
/* 	description-left
/*-----------------------------------------------------------------------------------*/
.icon-hover-container-left {
	position: relative;
	display: inline-block;
	font-size: 14px; /* Pas de grootte van het icoon aan hier */
	color: #333;
}

.hover-description-left {
	position: absolute;
    top: 50%;
    width: 320px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000;
}

.icon-hover-container-left:hover .hover-description-left {
	opacity: 1;
	visibility: visible;
}
/*-----------------------------------------------------------------------------------*/
/* 	description-center
/*-----------------------------------------------------------------------------------*/
.icon-hover-container-center {
	position: relative;
	display: inline-block;
	font-size: 14px; /* Pas de grootte van het icoon aan hier */
	color: #333;
}

.hover-description-center {
	position: absolute;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -0%);
    width: 320px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000;
}

.icon-hover-container-center:hover .hover-description-center {
	opacity: 1;
	visibility: visible;
}
/*-----------------------------------------------------------------------------------*/
/* 	description-right
/*-----------------------------------------------------------------------------------*/
.icon-hover-container-right {
	position: relative;
	display: inline-block;
	font-size: 14px; /* Pas de grootte van het icoon aan hier */
	color: #333;
}

.hover-description-right {
	position: absolute;
    top: 50%;
	right: 0%;
	/* transform: translate(-50%, -50%); */
    width: 320px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000;
}

.icon-hover-container-right:hover .hover-description-right {
	opacity: 1;
	visibility: visible;
}
/*-----------------------------------------------------------------------------------*/
/* 	Mobiel verdeling
/*-----------------------------------------------------------------------------------*/
@media (max-width: 575.98px) {
	.svg-mob {
		transform: scale(0.5);
	}
	.domain_name_options_box_outer, .service_box_outer {
		padding: 25px !important;
		padding-left: 25px !important;
	}
	.title_mob {
		text-align: left;
		font-size: 5vw !important;
		padding: 15px 0 0 15px !important;
	}
}
.font-weight-bolder-xl {
    font-weight: 900 !important;
}