/* css document default color .START */
@charset "utf-8";
@import url('custom.css');

/* custom css */

@import url('et-line-icon.css');

/* et line icon font css */

@import url('flaticon.css');

/* flatiicon font css */

/*@import url('https://fonts.googleapis.com/css?family=Arimo:400,400i,700|Oxygen:400,700');*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700|Ubuntu:300,400,500,700');

/* google font */


/* force display:none; */

.nodisplay-d {
    display: none !important;
}

.nodisplay-ipad-desktop {
    display: none !important;
}


/* standard formatting .START */

body {
    opacity: 1;
    transition: 1s opacity;
    font-weight: ;
}

body.fade-out {
    opacity: 0;
    transition: none;
}

h1,
h2,
h3 {
    font-family: 'Poppins', sans-serif;
}

h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

a {
    font-family: 'Poppins', sans-serif;
}

p {
    font-family: 'Poppins', sans-serif;
}


/* standard formatting .END */


/* banner css .START */

.background-banner {
    width: 100%;
    height: 100%;
}

.banner-left {
    width: 460px;
    height: 1080px;
    position: fixed;
    margin-left: 0;
    left: 0;
}

.banner-right {
    width: 460px;
    height: 1080px;
    position: fixed;
    margin-right: 0;
    right: 0;
}


/* banner css .END */


/* menu css .START */

.header-logo {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    height: 60px;
    color: #ffffff;
    font-size: 24px;
}

.header-logo .logo-img {
    margin: 10px;
}

.header-logo h1 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    word-spacing: 5px;
    padding: 0 20px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    color: #fff;
}

/*.header-logo span {
    height: 1px;
    background: #fff;
    width: 57%;
    position: absolute;
    left: 30px;
    top: 33px;
}*/

.header-menu {
    /*float: right;*/
    display: flex;
    flex: 0 0 33%;
    justify-content: flex-end;
    align-items: center;
    flex-flow: row nowrap;
}

ul.header-ul {
    display: flex;
    width: auto;
    text-align: center;
    position: relative;
    /*padding-right: 180px;*/
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

ul.header-ul li {
    display: inline-block;
    line-height: 22px;
    flex: 1 1 15%;
}

ul.header-ul li a {
    /* text-transform: uppercase; */
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 4px;
    font-weight: 300;
    padding: 10px 0px;
    margin: 5px 10px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    color: #fff;
    white-space: nowrap;
    flex: 1 1 15%;
}

ul.header-ul li a.button {
    padding: 10px;
}

ul.header-ul li a .button.studio-button {
    margin: 0px 10px;
}

ul.header-ul li a.active-a {
    color: #fff;
}

li.header-li-reservations a {
    color: #fff!important;
    background: transparent;
    border: 1px solid;
    padding: 10px 20px !important;
}

li.header-li-reservations a {
    /* padding-bottom: 1px !Important; */
}

li.header-li-reservations {}

/* menu css .END */


/* parallax first .START */

/*.jumbotron {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin-bottom: 0;
}*/

.jumbotron {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    flex: 1 1 auto;
}

.module.parallax {
    background-attachment: inherit;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.module-image.parallax-image {
    background-attachment: inherit;
    background-repeat: no-repeat;
    background-size: cover;
}

.full-vh {
    min-height: 100vh;
    height: auto;
}

/*@media screen and (min-width: 1025px) {
    .full-vh {
        min-height: 1070px;
        height: auto;
    }
}*/

.custom-vh {
    height: 300px;
}

.parallax-content {
    position: relative;
}

/*.parallax-content {
    display: table;
    width: 60%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    z-index: 99;
}*/

.parallax-content {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    width: 65%;
    /*height: 100%;*/
    padding-top: 100px;
    margin: 0 auto;
    text-align: center;
    z-index: 99;
}

@media all and (min-width: 1025px) {
  .parallax-content {
    margin-bottom: 60px;
  }
}

.parallax-headline {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    z-index: 8;
}

/*.parallax-headline h1 {
    color: #fff;
    font-size: 34px;
    font-weight: 400;
}

.parallax-headline h3 {
    margin-top: 0;
    position: relative;
    font-size: 100%;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, .7);
    padding: 0 30px;
}*/

/*.scroll-down {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    position: absolute;
    bottom: 15px;
    z-index: 101;
    left: 50%;
    text-align: center;
    text-decoration: none;
    transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}*/

/*@-webkit-keyframes scroll-down-anim {
    0% {
        bottom: 2px;
    }
    50% {
        bottom: 7px;
    }
    100% {
        bottom: 2px;
    }
}

@keyframes scroll-down-anim {
    0% {
        bottom: 2px;
    }
    50% {
        bottom: 7px;
    }
    100% {
        bottom: 2px;
    }
}*/

/*.scroll-down-icon {
    display: block;
    width: 40px;
    height: 40px;
    margin-left: -9px;
    margin-bottom: -7px;
    position: absolute;
    left: 48.1%;
    bottom: 4px;
    color: #111;
    font-size: 15px;
    -webkit-animation: scroll-down-anim 1s infinite;
    animation: scroll-down-anim 1s infinite;
    z-index: 2;
    background-image: url(../images/icons/arrow-down.png);
}*/

/*.scroll-down:hover:before {
    background: #bdbdbd;
}*/

/*.scroll-down:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    margin: 0 0 0 -10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: transparent;
    transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}*/


/* parallax first .END */


/* gallery slider block .START */


/*  *   Core Owl Carousel CSS File *    v1.3.3 */


/* clearfix */

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}


/* display none until init */

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 5;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* mouse grab icon */

.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}


.btcsellhead {
    margin: 10px auto;
    color:#000 !important;
    background-color: rgba(46, 95, 225, 0.55);
    border-left: 2px solid #2e5fff;
    border-right: 2px solid #530fff;
    background-image: linear-gradient(to right, #2e5fff 0%, #530fff 100%), linear-gradient(to right, #2e5fff 0%, #530fff 100%);
    background-size: 100% 2px;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
    flex: 1 0 auto;
}

.btcsellhead:after {
    position: absolute;
}

.btcsellhead.sticky {
    position: fixed;
    top: 63px;
    margin: 0px;
    width: 80%;
}

@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : portrait) {
    .btcsellhead.sticky {
        width: 60%;
    }
}

@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : landscape){
    .btcsellhead.sticky {
        width: 60%;
    }
}

@media only screen
and (min-width : 1025px) {
    .btcsellhead.sticky {
        width: 80%;
    }
}

.btcsell {
    /*border:1px solid #ccc;*/
    /* padding: 30px !important; */
    margin: 10px auto;
    /* background-color: #fff; */
    border-left: 2px solid #2e5fff;
    border-right: 2px solid #530fff;
    background-image: linear-gradient(to right, #2e5fff 0%, #530fff 100%), linear-gradient(to right, #2e5fff 0%, #530fff 100%);
    background-size: 100% 2px;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
}
.btcsell:hover {
    /*border:1px solid #2e5fff;*/
    /* padding: 30px !important; */
    /*margin: 10px;*/
    color:#000 !important;
    /*background-color: rgba(255, 255, 255, 0.12);*/
    background-color: rgba(46, 95, 255, 0.2);
}

.btc-footer-price {
    color: #ffda2f;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.02em;
    text-align: center;
    margin: 30px auto 60px auto;
}

.btc-footer-info {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.02em;
    text-align: center;
}

/* fix */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-pagination {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 0;
    text-align: center;
}

.owl-buttons {
    position: static;
}

.owl-prev {
    left: 20px;
    opacity: 0;
}

.owl-next {
    right: -15px;
    opacity: 0;
}

.owl-prev,
.owl-next {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 105px;
    height: 105px;
    line-height: 105px;
    font-size: 16px;
    text-align: center;
    color: #111;
    z-index: 6;
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.owl-prev:before,
.owl-next:before {
    content: "";
    display: block;
    width: 66%;
    height: 66%;
    background-color: #fff;
    position: absolute;
    top: 17px;
    left: 0;
    box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.owl-next:before {
    background-image: url(../../../../../editor-cp/tools/engine/templates/barber/images/icons/arrow-right.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.owl-prev:before {
    background-image: url(../../../../../editor-cp/tools/engine/templates/barber/images/icons/arrow-left.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.relative:hover .owl-next {
    opacity: 1;
}

.relative:hover .owl-prev {
    opacity: 1;
}

.owl-carousel {
    overflow: hidden;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.item {
    text-align: center;
    z-index: 8;
    transition: all .4s ease;
}

.item:hover {
    opacity: 0.8;
}

.item img {
    width: 100%;
}

.item.item-slider img {
    max-height: 500px;
}

.item.item-slider {
    height: 500px;
}


/*  *  Owl Carousel CSS3 Transitions  *  v1.3.2 */

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}


/* fade */

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}


/* backSlide */

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}


/* goDown */

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}


/* scaleUp */

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}


/* Keyframes */


/*empty*/

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
                transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
                transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
                transform: translateZ(-500px) translateX(-200%);
    }
}

@-webkit-keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}

@keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
                transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
                transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
                transform: translateZ(0) translateX(0);
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8);
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8);
                transform: scale(.8);
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}

@keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
    }
}


/* gallery slider .END */


/* gallery block .START */

.gallery-block-container {
    margin: 0 auto;
    overflow: hidden;
}

.gallery-item {
    float: left;
    display: block;
    position: relative;
    transition: all .4s ease;
    width: 100%;
}

.gallery-item img {
    max-width: 100%;
    width: 100%;
    position: relative;
    text-align: center;
    display: block;
    transition: all .4s ease;
    margin: 0 auto;
}

.gallery-item:hover {
    background: #000;
}

.gallery-item img:hover {
    opacity: 0.8;
}

.gallery-item-list {
    display: inline-block;
    width: 83px;
    margin: 0 auto;
    text-align: center;
    float: none;
}

.gallery-item-full img {
    width: 100%;
}


/* gallery block .END */


/* one col .START */

.one-col-block-container,
.websites-block-container {
    margin: 0 auto;
    overflow: hidden;
}

.one-col-table-container {
    margin: 0 auto;
}

.one-col-block {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 30px;
    padding-top: 0;
    padding-bottom: 0;
}

.one-col-block img {
    max-width: 100%;
}

.one-col-block-in h1 {
    font-size: 140%;
    font-weight: normal;
    color: #3c3c3c;
}

.one-col-block-in h2 {
    color: #868686;
    font-size: 98%;
}

.one-col-block-in h3 {
    color: #868686;
    font-size: 90%;
}

.one-col-button h3 {
    width: 300px;
    margin: 0 auto;
    background: transparent;
    color: #3c3c3c;
    border: 1px solid #3c3c3c;
    font-size: 87%;
    text-transform: uppercase;
    padding: 20px 30px;
    letter-spacing: 2px;
    word-spacing: 2px;
    transition: all .4s ease;
}

.one-col-button h3:hover {
    background: #3c3c3c;
    cursor: pointer;
    color: #fff;
}

.one-col-button {
    width: 100%;
    position: relative;
}


/* one col .END */


/* two block .START */

.two-col-block-container {
    margin: 0 auto;
    overflow: hidden;
}

.two-col-block {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 30px;
    padding-bottom: 0;
}

.two-col-block-in {
    width: 50%;
    float: left;
    padding: 0 20px;
    position: relative;
}

.two-col-block img {
    max-width: 100%;
    width: 100%;
}

.two-col-block-in h1 {
    font-size: 140%;
    font-weight: normal;
    color: #3c3c3c;
}

/*.two-col-block-in h2 {
    color: #868686;
    font-size: 90%;
    letter-spacing: 1px;
    word-spacing: 2px;
}*/

.two-col-block-in h3 {
    color: #868686;
    font-size: 90%;
}

.btcsellhead .horisontalview {
    width: 25%;
    float: none;
    font-size: 14px;
    padding: 30px 10px;
    display: block;
    color: #ffda2f;
}

.horisontalview {
/*    width: 25%;
    float: left;
    font-size: 14px;
    padding: 30px 10px;*/
    font-size: 18px;
    letter-spacing: 0.02em;
    padding: 25px 0px;
    /*display: flex;
    flex-flow: row nowrap;*/
    flex: 1 0 24%;
    /*justify-content: center;
    align-items: center;*/
}

.btcsellhead .horisontalview:nth-child(4n) {
    flex: 1 0 28%;
}

/* two block .END */


/* three col .START */

.three-col-block-container {
    margin: 0 auto;
    overflow: hidden;
}

.three-col-block {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 30px;
    padding-bottom: 0;
}

.three-col-block-in {
    width: 33.3%;
    float: left;
    padding: 0 20px;
    position: relative;
}

.three-col-block img {
    max-width: 100%;
}

.three-col-block h1 {
    font-size: 140%;
    font-weight: normal;
    color: #3c3c3c;
    letter-spacing: 10px;
}

.three-col-block-in h1 {
    font-size: 100%;
    font-weight: normal;
    color: #3c3c3c;
}

.three-col-block-in h2 {
    color: #868686;
    word-spacing: 2px;
    font-size: 87%;
}

.three-col-block-in h3 {
    color: #868686;
    font-size: 90%;
}

.three-col-block-in img {}

h1.about-tag-h1 {
    letter-spacing: 2px;
}

.grid-about {
    position: relative;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

.grid-about figure {
    position: relative;
    overflow: hidden;
    background: #000000;
    text-align: center;
    cursor: pointer;
    z-index: 7;
}

.grid-about figure img {
    position: relative;
    display: block;
    min-height: 100%;
    width: 100%;
    opacity: 0.8;
    text-align: center;
    margin: 0 auto;
}

.grid-about figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid-about figure figcaption::before,
.grid-about figure figcaption::after {
    pointer-events: none;
}

.grid-about figure figcaption,
.grid-about figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid-about figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid-about figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid-about figure h2 span {
    font-weight: 600;
}

.grid-about figure h2,
.grid-about figure p {
    margin: 0;
}

.grid-about figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

.grid-about figure p.icon-links {
    letter-spacing: 10px;
    font-size: 68.5%;
    width: 40%;
    display: table-cell;
    vertical-align: middle;
    height: 3.9em;
}

.grid-about figure p.icon-links a i {
    color: #3c3c3c;
    transition: all .4s ease;
}

.grid-about figure p.icon-links a i:hover {
    color: #a0a0a0;
}

figure.effect-first-about figcaption {
    top: auto;
    bottom: 0;
    padding: 10px;
    height: 3.75em;
    background: #f8f8f8;
    color: #3c4a50;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

figure.effect-first-about h2 {
    float: left;
}

figure.effect-first-about p.icon-links a {
    float: right;
    color: #3c4a50;
    font-size: 1.4em;
}

figure.effect-first-about:hover p.icon-links a:hover,
figure.effect-first-about:hover p.icon-links a:focus {
    color: #252d31;
}

figure.effect-first-about p.description {
    position: absolute;
    bottom: 3em;
    padding: 2em;
    color: #fff;
    left: 0;
    right: 0;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden;
    /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effect-first-about h2,
figure.effect-first-about p.icon-links a {
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

figure.effect-first-about p.icon-links a span::before {
    display: inline-block;
    padding: 8px 10px;
    font-family: 'feathericons';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

figure.effect-first-about h2 {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    padding-top: 12px;
}

figure.effect-first-about:hover p.description {
    opacity: 1;
}

figure.effect-first-about:hover figcaption,
figure.effect-first-about:hover h2,
figure.effect-first-about:hover p.icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-first-about:hover h2 {
    transition-delay: 0.05s;
}

figure.effect-first-about:hover p.icon-links a:nth-child(3) {
    transition-delay: 0.1s;
}

figure.effect-first-about:hover p.icon-links a:nth-child(2) {
    transition-delay: 0.15s;
}

figure.effect-first-about:hover p.icon-links a:first-child {
    transition-delay: 0.2s;
}


/* three col .END */


/* four col .START */

.four-col-block-container {
    margin: 0 auto;
    overflow: hidden;
}

.four-col-block {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 30px;
    padding-bottom: 0;
}

.four-col-block-in {
    display: inline-block;
    width: 25%;
    float: left;
    padding: 0 20px;
    /*position: relative;*/
    box-sizing: border-box;
    text-align: center;
}

.fours-col-block-in {
    display: inline-block;
    width: 23%;
    float: left;
    padding: 0 20px;
    /*position: relative;*/
    box-sizing: border-box;
    text-align: center;
}

.fours-col-block-in-fw {
    display: inline-block;
    /*width:98%;
    float: left;
    padding: 0 20px;*/
    /*position: relative;*/
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    padding: 10px;
}

.four-col-block img {
    max-width: 100%;
}

.four-col-block-in h1 {
    font-size: 100%;
    font-weight: normal;
    color: #3c3c3c;
    letter-spacing: 4px;
}

.four-col-block-in h2 {
    color: #868686;
    font-size: 87%;
    letter-spacing: 1px;
    word-spacing: 2px;
}

.four-col-block-in h3 {
    color: #868686;
    font-size: 90%;
}

.four-col-block-in.hover-opacity:hover {
    opacity: 0.8;
}

.four-col-block-in.hover-opacity {
    transition: all .4s ease;
}

strong.old-price {
    font-weight: bold;
    text-decoration: line-through;
    display: inline-block;
    margin-right: 20px;
}

.pruduct-sale {
    position: absolute;
    top: 10px;
    right: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #e13939;
    padding: 6px 0;
}

span.product-sale-intro {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 85%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.product-sale-mix {
    right: 10px;
}

.pruduct-sale-l {
    position: absolute;
    top: 10px;
    left: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #3c3c3c;
    padding: 6px 0px;
    text-align: center;
}

span.product-sale-intro-l {
    display: inline;
    padding: .3em .6em .3em;
    font-size: 85%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.pruduct-sale-b {
    position: absolute;
    right: 0px;
    bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px 25px;
    text-align: center;
}

span.product-sale-intro-b {
    display: inline;
    font-size: 100%;
    font-weight: bold;
    line-height: 1;
    color: #3c3c3c;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}


/* four col .END */


/* text image full block .START */

.image-full-col-block-container {
    margin: 0 auto;
    overflow: hidden;
}

.image-full-col-block {
    width: 100%;
    display: inline-block;
    float: left;
}

.image-full-col-block-in {
    width: 50%;
    float: left;
    position: relative;
    height: 500px;
    /*max-height: 500px;*/
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    flex: 0 auto;
    /*vertical-align: middle;*/
    /*overflow: hidden;*/
}

.image-full-col-block-left {
    /*padding: 0 80px;*/
    padding: 20px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
}

.image-full-col-block img {
    max-width: 100%;
}

.image-full-col-block-in h1 {
    font-size: 3em;
    font-weight: 200;
    color: #364962;
}

.image-full-col-block-in h2 {
    : x */word-spacing: 2px;
    color: #364962;
    font-size: 0.9em;
    line-height: 1.875em;
    font-weight: 300;
}

.image-full-col-block-in h3 {
    color: #364962;
    font-size: 0.9em;
    line-height: 1.875em;
    font-weight: 300;
}

.image-full-col-block-right {
    text-align: center;
    background-size: cover;
    background-position: 50% 50%;
    min-height: 500px;
}


/* text image full block .END */


/* mix it up .START */

.mix-col-block-container {
    margin: 0 auto;
    overflow: hidden;
    padding: 0 20px;
}

.mix-col-block {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 30px;
    padding-top: 0;
    padding-bottom: 0;
}

.mix-col-block img {
    max-width: 100%;
}

.mix-col-block-in h1 {
    font-size: 140%;
    font-weight: normal;
    color: #3c3c3c;
}

.mix-col-block-in h2 {
    color: #868686;
    font-size: 87%;
}

.mix-col-block-in h3 {
    color: #868686;
    font-size: 90%;
}

.controls {
    padding: 20px 0 10px 0;
    background: transparent;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

button + label {
    margin-left: 1em;
}

.container-mix {
    padding: 2% 0% 0% 0%;
    text-align: justify;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}

.mix {
    overflow: hidden;
    position: relative;
}

.mix img {
    max-width: 100%;
    width: 100%;
    transition: all 0.3s ease;
    vertical-align: middle;
    cursor: pointer;
}

.mix img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.mix-image-block {
    overflow: hidden;
}

.container-mix .mix,
.container-mix .gap {
    display: inline-block;
    width: 49%;
    overflow: hidden;
}

.container-mix .mix {
    text-align: left;
    margin-bottom: 2%;
    display: none;
}

.container-mix .mix.category-1 {}

.container-mix .mix.category-2 {}

.mix-content-block {
    padding: 20px;
    border: 1px solid #f8f8f8;
    padding-bottom: 0;
}

.mix-content-block h1 {
    font-size: 140%;
    font-weight: normal;
    color: #3c3c3c;
}

.mix-content-block h2 {
    color: #868686;
    font-size: 87%;
}

button.filter {
    font-size: 100%;
    background: transparent;
    border: 1px solid rgb(236, 236, 236);
    text-transform: uppercase;
    font-weight: normal;
    color: #3c3c3c;
    padding: 20px 20px;
    letter-spacing: 3px;
    cursor: pointer;
    margin: 0 20px;
    transition: all .4s ease;
}

button.filter.active {
    background: #3c3c3c;
    color: #fff;
    border: 1px solid #3c3c3c;
}

button.filter:hover {
    background: #3c3c3c;
    color: #fff;
    border: 1px solid #3c3c3c;
}

.mix-presentation {
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
    width: 100%;
}

.mix-presentation-left {
    width: 48%;
    display: inline-block;
    border-right: 1px solid #f8f8f8;
    border-left: 1px solid #f8f8f8;
    text-align: center;
}

.mix-presentation-right {
    width: 50%;
    display: inline-block;
}

.mix-presentation-right-in {
    width: 48%;
    display: inline-block;
    text-align: center;
    border-right: 1px solid #f8f8f8;
}

@media all and (min-width: 420px) {
    .container-mix .mix,
    .container-mix .gap {
        width: 32%;
    }
}

@media all and (min-width: 640px) {
    .container-mix .mix,
    .container-mix .gap {
        width: 32%;
    }
}


/* mix it up .START */


/* tabs .START */

.tabs {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    font-weight: 300;
    font-size: 1.25em;
}

.tabs nav {
    text-align: center;
}

.tabs nav ul {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    flex-flow: row wrap;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.tabs nav ul li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -moz-flex: 1;
    flex: 1;
}

.tabs nav a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5;
}
/*
.tabs nav a span {
    vertical-align: middle;
    font-size: 0.75em;
}*/

/*.tabs nav li.tab-current a {
    color: #74777b;
}*/

.tabs nav a:focus {
    outline: none;
}

.content-wrap {
    position: relative;
}

.content-wrap section {
    display: none;
    margin: 0 auto;
    padding-top: 20px;
    width: 100%;
}

.content-wrap section.content-current {
    display: block;
}

.content-wrap h2 {
    font-weight: 700;
    letter-spacing: 1px !important;
    padding-bottom: 30px;
}

.tabs-in-content {
    position: relative;
    display: block;
    border-bottom: 1px solid #d2d2d2;
}

.tabs-in-content h3 {
    font-size: 70% !important;
    letter-spacing: 1px;
    word-spacing: 1px;
    padding-top: 10px;
}

.tabs-in-content h4 {
    font-size: 60%;
    letter-spacing: 1px;
    word-spacing: 1px;
    color: #868686;
    padding-bottom: 15px;
}

.tabs-in-content span {
    position: absolute;
    right: 0;
    margin-top: -42px;
    color: #868686;
    font-size: 14px;
}

.tabs-download {
    text-align: right;
    background: transparent;
    border: 1px solid #868686;
    display: inline-block;
    float: right;
    margin-top: 20px;
    transition: all .4s ease;
}

.tabs-download:hover {
    cursor: pointer;
    background: #868686;
}

.tabs-download h4 {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    word-spacing: 2px;
    color: #868686;
    background: transparent;
    padding: 10px 25px;
    transition: all .4s ease;
}

.tabs-download h4:hover {
    color: #fff;
}

.tabs.tabs-style-underline h2 {
    text-transform: uppercase;
    letter-spacing: 3px;
    word-spacing: 3px;
    font-size: 80%;
}

.tabs-style-underline nav {
    background: #fff;
}

.tabs-style-underline nav a {
    padding: 1.1em 0 1.1em;
    border-left: 1px solid #e7ecea;
    transition: color 0.2s;
}

.tabs-style-underline nav li:last-child a {
    border-right: 1px solid #e7ecea;
}

.tabs-style-underline nav li a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #868686;
    content: '';
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
}

.tabs-style-underline nav li.tab-current a::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.tabs nav ul li h2 {
    transition: all .4s ease;
    color: #3c3c3c;
}

.tabs nav ul li h2:hover {
    color: #868686;
}


/* tabs .END */


/* parallax small .START */

.parallax-small {
    height: 400px;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    background-position: 50% 50%;
}

.parallax-content-small {
    position: relative;
}

.parallax-content-small {
    display: table;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 32%;
    z-index: 7;
}

.parallax-headline-small {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.parallax-headline-small h1 {
    margin-top: 0;
    position: relative;
    font-size: 140%;
    font-weight: 400;
    line-height: 1.8;
    text-transform: uppercase;
    letter-spacing: 0.7em;
    color: #fff;
    margin-bottom: 50px;
    padding: 0 30px;
}

.parallax-headline-small h3 {
    margin-top: 0;
    position: relative;
    font-size: 87%;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 20px 30px;
    background: transparent;
    border: 1px solid #fff;
    transition: all .4s ease;
}

.parallax-headline-small h3:hover {
    color: #3c3c3c;
    background: #fff;
}

.parallax-small-h3 {
    width: 250px;
    margin: 0 auto;
    padding: 20px 0;
}

.parallax-small-image {
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    background-position: 50% 50%;
}


/* parallax small .END */


/* big images .START */

.big-images-block-container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.big-images-block {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 0;
    padding-bottom: 0;
    background: #000;
}

.big-images-block-in {
    width: 33.3%;
    float: left;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.big-images-block img {
    width: 100%;
}

.grid-big-images {
    position: relative;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

.grid-big-images figure {
    position: relative;
    float: left;
    overflow: hidden;
    width: 32%;
    background: rgba(34, 34, 34, .5);
    text-align: center;
    cursor: pointer;
    margin: 1% 0% 1% 1%;
    z-index: 5;
}

.grid-big-images figure img {
    position: relative;
    display: block;
    /* min-height: 100%; */
    /* max-width: 100%; */
    opacity: 0.8;
}

.grid-big-images figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 140%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid-big-images figure figcaption::before,
.grid-big-images figure figcaption::after {
    pointer-events: none;
}

.grid-big-images figure figcaption,
.grid-big-images figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid-big-images figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid-big-images figure h2 {}

.grid-big-images figure h2 span {
    font-weight: 800;
}

.grid-big-images figure h2,
.grid-big-images figure p {
    margin: 0;
}

.grid-big-images figure p {
    letter-spacing: 1px;
    font-size: 69%;
    width: 50%;
    margin: 0 auto !important;
    text-align: center;
    margin-top: 1em !Important;
}

figure.effect-big-images {
    background-color: rgba(34, 34, 34, .5);
}

figure.effect-big-images img {
    opacity: 0.7;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

figure.effect-big-images:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-big-images h2 {
    margin-top: 40%;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

figure.effect-big-images p {
    margin: 1em 0 0;
    padding: 15px 25px;
    border: 1px solid #fff;
    opacity: 0;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
    transform: translate3d(0, 20px, 0) scale(1.1);
}

figure.effect-big-images:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-big-images:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}


/* big images .END */


/* parallax small .END */


/* form .START */

.form-block-container {
    margin: 0 auto;
    overflow: hidden;
}

.form-block {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 30px;
    padding-bottom: 0;
}

.form-block img {
    max-width: 100%;
}

.form-block-in h1 {
    font-size: 140%;
    font-weight: normal;
    color: #3c3c3c;
}

.form-block-in h2 {
    color: #868686;
    font-size: 90%;
}

.form-block-in h3 {
    color: #868686;
    font-size: 90%;
}

.form-block-in input {
    width: 100%;
    margin-bottom: 30px;
    padding: 10px;
    border: 1px solid #e4e4e4;
    transition: all .4s ease;
    padding: 10px 30px;
    letter-spacing: 2px;
}

.form-block-in input:focus {
    border: 1px solid #868686;
}

input.input-50 {
    width: 48%;
    float: left;
}

input.input-50-2 {
    width: 48%;
    float: right;
}

textarea {
    resize: none;
    width: 100%;
    height: 180px;
    padding: 30px;
    letter-spacing: 2px;
    font-size: 15px;
    border: 1px solid #e4e4e4;
    transition: all .4s ease;
}

textarea:focus {
    border: 1px solid #868686;
}


/* form .END */


/* google map .START */

#map {
    width: 100%;
    height: 400px;
}


/* google map .END */


/* footer .START */

.footer-block-container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.footer-block {
    padding: 30px;
    padding-bottom: 40px;
    text-align: center;
    /* border-top: 1px solid #d2d2d2; */
    margin: 0 auto;
    /* padding-top: 60px; */
}

.footer-block-in {
    width: 40px;
    padding: 0 25px;
    margin: 0 auto;
    display: inline-block;
    transition: all .4s ease;
}

.footer-block img {
    max-width: 100%;
}

.footer-block-in img {
    max-width: 64px;
}

.footer-block-in.fb {
    background-image: url(../images/social/fb-inverse-icon.png);
    height: 40px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.footer-block-in.pinterest {
    background-image: url(../images/social/pinterest-inverse-icon.png);
    height: 40px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.footer-block-in.instagram {
    background-image: url(../images/social/instagram-inverse-icon.png);
    height: 40px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.footer-block-in.youtube {
    background-image: url(../images/social/youtube-inverse-icon.png);
    height: 40px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.footer-block-in.fb:hover {
    background-image: url(../images/social/fb-icon.png);
}

.footer-block-in.pinterest:hover {
    background-image: url(../images/social/pinterest-icon.png);
}

.footer-block-in.instagram:hover {
    background-image: url(../images/social/instagram-icon.png);
}

.footer-block-in.youtube:hover {
    background-image: url(../images/social/youtube-icon.png);
}

.footer-block-container h4 {
    text-align: center;
    color: #868686;
    font-size: 80%;
    letter-spacing: 4px;
    padding-bottom: 15px;
}

.footer-block-container h5 {
    text-align: center;
    color: #868686;
    font-size: 75%;
    letter-spacing: 0.5px;
    word-spacing: 0.5px;
    padding-bottom: 50px;
}


/* footer .END */


/* back to top .START */

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    z-index: 99;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(134, 134, 134, 0.8) url(../../../../../editor-cp/tools/engine/templates/barber/images/icons/arrow-top.png) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    opacity: .5;
}

.no-touch .cd-top:hover {
    background-color: #868686;
    opacity: 1;
}

.cd-top {
    height: 40px;
    width: 40px;
    right: 20px;
    bottom: 20px;
}


/* back to top .END */


/* preload .START */

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

#loader {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 100001;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all 0.3s 1s ease-out;
}

.no-js #loader-wrapper {
    display: none;
}

#content {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 80%;
    max-width: 978px;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}


/* preload .END */


/* newsletter .START */

.newsletter-col-block-left {
  width: 70%;
margin: 0 auto;
/* display: inline-block; */
/* float: left; */
padding: 30px;
text-align: left;
padding-bottom: 0;
}

.newsletter-col-block-left-fw {
  /* width: 70%; */
margin: 0 auto;
/* display: inline-block; */
/* float: left; */
/* padding: 30px; */
text-align: left;
padding-bottom: 0;
}

.newsletter-col-block-right {
    width: 20%;
    display: inline-block;
    float: left;
    padding: 30px 0;
    text-align: left;
    padding-bottom: 0;
}

.newsletter-col-in h5 {
    background: transparent;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 14.5px;
    border: 1px solid #fff;
    letter-spacing: 4px;
    transition: all .4s ease;
}

.newsletter-col-in h5:hover {
    background: #fff;
    cursor: pointer;
    color: #3c3c3c;
}

input.input-type {
    padding: 30px 10px;
    width: 100%;
    margin: 0 auto;
    letter-spacing: 0.02em;
    font-size: 24px;
    font-weight: 300;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    text-align: center;
    background-color: rgba(254, 254, 254, 0);
    border-left: 2px solid #2e5fff;
    border-right: 2px solid #530fff;
    border-top: none;
    border-bottom: none;
    background-color: transparent;
    background-image: linear-gradient(to right, #2e5fff 0%, #530fff 100%), linear-gradient(to right, #2e5fff 0%, #530fff 100%);
    background-size: 100% 2px;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
}

input.input-type::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
input.input-type::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
input.input-type:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
input.input-type:-moz-placeholder { /* Firefox 18- */
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.error-container {
    color: red;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid red;
    display: none;
}

/* Domain select */
select.select-domain {
    width: 20%;
    height: 44px;
    padding: 5px 5px;
    border-bottom: 1px solid #fff;
    font-size: 15px;
    margin-left: 5%;
    background-color: #000;
    color: #fff;
    text-align: center;
}

select.select-domain::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
}
select.select-domain::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
}
select.select-domain:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
}
select.select-domain:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
}

.search-domain-form {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
/* newsletter .END */


/* shop detail image .END */

.shop-detail-content {
    position: relative;
}

.shop-detail-content {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 99;
    margin: 0 auto;
}

.shop-detail-headline {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    z-index: 8;
}

.shop-detail-headline h1 {
    margin-top: 0;
    font-size: 140%;
    font-weight: normal;
    color: #3c3c3c;
    position: relative;
    line-height: 1.6;
    text-transform: uppercase;
    letter-spacing: 2px;
    word-spacing: 2px;
    padding: 0 30px;
    text-align: left;
}

.shop-detail-headline h3 {
    margin-top: 0;
    font-size: 80%;
    font-weight: normal;
    color: #3c3c3c;
    position: relative;
    line-height: 1.6;
    text-transform: uppercase;
    letter-spacing: 2px;
    word-spacing: 2px;
    padding: 0 30px;
    text-align: left;
}

.shop-detail-navigation {
    position: absolute;
    top: 45%;
    right: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: transparent;
    padding: 6px 0;
}

span.span-navigation {
    display: inline-block;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: normal;
    line-height: 1;
    color: #3c3c3c;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    letter-spacing: 3px;
}

.shop-detail-navigation a {
    transition: all .4s ease;
}

a.a-line:hover {
    opacity: 1;
    cursor: default;
}

.shop-detail-navigation a:hover {
    opacity: 0.8;
}

.product-more-images {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0 auto;
}

.product-more-images img {
    max-width: 64px;
    max-height: 81px;
    margin-top: 10px;
}

.shop-tabs-in-content {
    position: relative;
    display: block;
}

.shop-tabs-in-content h3 {
    letter-spacing: 1px;
    word-spacing: 1px;
    padding-top: 10px;
    font-size: 75%;
}

.shop-detail-col-block-in {
    padding: 0 20px;
}

.shop-detail-col-block-in h1 {
    font-size: 140%;
    letter-spacing: 0px;
    border-bottom: 1px solid rgb(236, 236, 236);
}

.shop-detail-col-block-in h2 {
    font-size: 95%;
    border-bottom: 1px solid rgb(236, 236, 236);
    letter-spacing: 0.5px;
}

.shop-detail-order {
    width: 100%;
    border-bottom: 1px solid rgb(236, 236, 236);
    text-align: left;
    position: relative;
}

.shop-detail-order-left {
    width: 20%;
    min-width: 20%;
    display: inline-block;
    float: left;
}

.shop-detail-order-right {
    width: 80%;
    display: inline-block;
}

.number-item {
    border: 1px solid rgb(236, 236, 236);
    padding: 20px 10px;
    /* padding-left: 43px; */
    font-size: 87%;
    transition: all .4s ease;
    width: 100%;
}

.number-item:focus,
.number-item:hover {
    border: 1px solid #3c3c3c;
}

.add-to-cart {
    /* margin: 0 auto; */
    background: transparent;
    color: #3c3c3c;
    border: 1px solid rgb(236, 236, 236);
    font-size: 87%;
    text-transform: uppercase;
    width: 98%;
    margin-left: 2%;
    padding: 20px 30px;
    display: inline-block;
    letter-spacing: 2px;
    word-spacing: 2px;
    transition: all .4s ease;
}

.add-to-cart:hover {
    background: #3c3c3c;
    border: 1px solid #3c3c3c;
    cursor: pointer;
    color: #fff;
}

.shop-detail-order h1 {
    border-bottom: 0;
}

.shop-detail-order h1 span {
    text-decoration: line-through;
    font-size: 65%;
    margin-right: 10px;
    color: #868686;
}

.rate-star {
    position: absolute;
    top: 10px;
    right: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    /* background: #e13939; */
    padding: 6px 0;
}

.rate-star-icon {
    display: inline-block;
    padding: .2em 0.6em .3em;
    font-size: 85%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    text-indent: -9999px;
    vertical-align: baseline;
    border-radius: .25em;
    background-image: url("../../../../../editor-cp/tools/engine/templates/barber/images/icons/star-black-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
}

.star-inverse {
    background-image: url("../../../../../editor-cp/tools/engine/templates/barber/images/icons/star-outline-icon.png");
}

.rate-star a span {
    cursor: text;
}

.rate-star span {
    font-size: 70%;
    text-transform: lowercase;
    letter-spacing: 1px;
}

span.tags-col {
    background: transparent;
    border: 1px solid rgb(236, 236, 236);
    padding: 10px 15px;
    color: #868686;
    transition: all .4s ease;
}

span.tags-col:hover {
    background: #3c3c3c;
    color: #fff;
    border: 1px solid #3c3c3c;
}


/* shop detail image .END */


/* video background .START */

.masthead {
    position: relative;
    height: 100vh;
}

.masthead-video {
    z-index: 0;
}

.masthead-overlay {
    background-color: #000;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.masthead-video-credit {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    opacity: 0.6;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.02em;
    padding-right: 10px;
    bottom: 10px;
    text-decoration: none;
    text-align: right;
    line-height: 1.5;
    transition: 0.2s ease all;
}

.masthead-video-credit span {
    display: block;
}

.masthead-video-credit:hover {
    opacity: 1;
}

.masthead-arrow {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 30px;
    height: 30px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    opacity: 0.4;
}

.masthead h1 {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 120px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    font-size: 48px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.7em;
}

.masthead h1 span {
    display: block;
    letter-spacing: 2px;
    opacity: 0.5;
    font-size: 30%;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 50px;
}


/* video background .END */


/* responsive menu .START */

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
}

.overlay .overlay-close {
    width: 23px;
    height: 23px;
    font-size: -webkit-xxx-large;
    position: absolute;
    right: 25px;
    top: 25px;
    overflow: hidden;
    border: none;
    background: url(../../../../../editor-cp/tools/engine/templates/barber/images/icons/close-icon.png) no-repeat center center;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 100;
    padding: 0;
}

.overlay nav {
    text-align: center;
    position: relative;
    top: 50%;
    height: 60%;
    font-size: 140%;
    letter-spacing: 4px;
    text-transform: uppercase;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
}

.overlay ul li {
    display: block;
    height: 20%;
    /*height: calc(100% / 5);*/
    height: calc(100% / 7 + 15px);
    min-height: 54px;
}

.overlay ul li a {
    font-weight: 300;
    display: block;
    color: #fff;
    transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
    color: #868686;
}

.overlay-hugeinc {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s;
    z-index: 50;
}

.overlay-hugeinc nav {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.overlay-hugeinc nav ul {
    opacity: 0.4;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.overlay-hugeinc.open nav ul {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul {
    -webkit-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
}

section.responsive-menu {
    text-align: right;
    padding-top: 3px;
    padding-right: 20px;
    position: relative;
    top: -28px;
    right: 12px;
}

.responsive-menu-open {
    background-color: transparent;
    border: 0;
    color: #fff;
    background: url(../../../../../editor-cp/tools/engine/templates/barber/images/icons/menu-icon.png) no-repeat center;
    background-position: 100%;
    text-indent: -9999px;
    position: relative;
    top: -33px;
    left: calc(95% - 20px);
    -webkit-transform: translateX(-95%);
            transform: translateX(-95%);
    transition: all 200ms ease-in-out;
}


/* responsive menu .END */


/* Between 1024px to 1500px */

@media screen and (min-width: 1024px) and (max-width: 1500px) {
    .domains-carousel-display {
        display: none !important;
    }
    /* one col block .START */
    .one-col-block-container {
        width: 80% !important;
    }
    /* one col block .END */
    /* one col table .START */
    .one-col-table-container {
        width: 90% !important;
    }
    /* one col table .END */
    /* two col block .START */
    .two-col-block-container {
        width: 80% !important;
    }
    /* two col block .END */
    /* three col block .START */
    .three-col-block-container {
        width: 80% !important;
    }
    .three-col-block-in h1 {
        font-size: 95%;
    }
    /* three col block .END */
    /* four col block .START */
    .four-col-block-container {
        width: 80% !important;
    }
    /* four col block .END */
    /* form block .START */
    .form-block-container {
        width: 80% !important;
    }
    /* form block .END */
    /* gallery block .START */
    .gallery-block-container {
        width: 80% !important;
    }
    /* gallery block .END */
    /* shop detail block .START */
    .shop-detail-content {
        width: 80% !important;
    }
    /* shop detail block .END */
    /* mix detail block .START */
    .mix-col-block-container {
        width: 80% !important;
    }
    /* mix detail block .END */
    .websites-block-container {
        width: 95% !important;
    }
}


/* fixed nav for default block .START */

.header-fixed-navi {
    color: #fff;
    background: #fff;
    padding: 10px 0;
    margin-bottom: 20px;
    padding-left: 20px;
    text-transform: uppercase;
    font-size: 13px;
    word-spacing: 2px;
    letter-spacing: 1px;
}

.header-fixed-navi a:hover {
    transition: all .2s ease;
}

.header-fixed-navi a:hover {
    color: #888;
}

p.button-edit-site {
    display: inline;
    background-color: #155bfc;
    color: #fff;
    padding: 13px;
    font-size: 19px;
    position: fixed;
    z-index: 99999;
    border-radius: 30px;
    right: 50px;
    bottom: 50px;
    height: 50px;
    width: 50px;
}

.header-fixed-navi.edit-site-new {
    text-align: right;
    padding:0px;
}/* fixed nav for default block .END *//* css document .END */


// ul.header-ul li {
//     display: inline-block;
//     padding: 10px 20px;
//     padding-bottom: 10px;
//     line-height: 22px;
// }

.image-responsive-centered {
    display: inline-block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.bg-webotico-blue {
    background-color: #23aece;
}

/*.page-heading {
    font-size: 3em;
    font-weight: 100;
    color: #364962;
}

.page-subhead {
    display: block;
    font-weight: 300;
    text-align: center;
    font-size: 22px;
    line-height: 1.97;
    font-family: 'Montserrat';
}*/

.section-heading {
    font-family: 'Poppins', sans-serif;
}

/*.section-subheading {
    display: block;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.7;
    letter-spacing: 0.5px;
    word-spacing: 1px;
    font-size: 3em;
    font-weight: 200;
    color: #364962;
}

.section-subheading-left {
    display: block;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.7;
    letter-spacing: 0.5px;
    word-spacing: 1px;
    font-size: 2em;
    font-weight: 200;
    color: #000;
    margin-top: 15px;
}*/

/*.section-subhead {
    display: block;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 18px !important;
    line-height: 1.7;
    letter-spacing: 0.5px;
    word-spacing: 1px;
    color: #000;
    font-size: 0.9em;
    line-height: 1.875em;
    font-weight: 300;
}

.section-paragraph {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 0.9em;
    line-height: 1.875em;
    font-weight: 200;
    text-align: center;
}

.section-paragraph-left {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 0.9em;
    line-height: 1em;
    font-weight: 200;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
}

.info-heading {
    display: block;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.375em;
    line-height: 1.36364em;
    margin-bottom: 1.81818em;
    min-height: 2.59091em;
}

sup {
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-size: 0.5em;
    vertical-align: top;

}*/

.newsletter-button {
  background: transparent;
  background-color: #ff3b30;
  width: 100%;
  font-size: 18px !important;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
    padding: 14.5px;
    border: 1px solid #ff3b30;
    letter-spacing: 4px;
    transition: all .4s ease;
}

.newsletter-button:hover {
    background: #fff;
    cursor: pointer;
    color: #3c3c3c;
    border: 1px solid #fff;
}

.image-offset-top {
    /* margin-top: 4.357em; */
    margin-top: -2.357em;
}


.image-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

body {
    font-family: 'Montserrat', sans-serif;
}

.footer-ul {

}

li.footer-li {
    font-weight: 300;
    padding: 15px 25px;
    color: #000;
}

.default-ol,
.terms-of-use-ol,
.privacy-policy-ol,
.make-money-ol,
.faq-ol {
    font-weight: 200;
    margin: 15px 0 15px 30px;
}

.privacy-policy-ul {
    font-weight: 200;
    margin: 15px 0 15px 30px;
}

.ol-alpha {
    list-style-type: lower-alpha;
}

.ol-num {
    list-style-type: decimal;
}

.ul-disc {
    list-style-type: disc;

}

.sliding-u-l-r-l {
    /* display: inline-block; */
    position: relative;
    padding-bottom: 10px !important;
}
.sliding-u-l-r-l:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    transition: width 0s ease, background .5s ease;
    background: #fff;
}
.sliding-u-l-r-l:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #fff;
    transition: width .5s ease;
}
.sliding-u-l-r-l:hover:before {
    width: 100%;
    transition: width .5s ease;
}
.sliding-u-l-r-l:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}

.sliding-u-l-r-l.sliding-first:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    transition: width 0s ease, background .5s ease;
    background: #fff;
}
.sliding-u-l-r-l.sliding-first:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #fff;
    transition: width .5s ease;
}
.sliding-u-l-r-l.sliding-first:hover:before {
    width: 100%;
    transition: width .5s ease;
}
.sliding-u-l-r-l.sliding-first:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}

.footer-text {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
    letter-spacing: 0.5px;
    word-spacing: 1px;
    font-weight: 200;
}

a.ui-accordion-hover,
a.ui-accordion-header-active,
a.ui-state-active {
    border: 1px solid #155bfc;
    background: #155bfc;
    font-weight: normal;
    color: #ffffff;
}

.scroll-down-anchor {
    color: #fff;
}

.scroll-down-anchor:hover {
    text-decoration: underline;
}

.tabs-section-images-container {
    width: 100%;
    margin: 0;
    padding: 0;
}

.tabs-section-full-width-row {
    width: 100%;
    margin: 0;
    padding: 0;
}

.tabs-section-image-row {
    display: block;
    width: 100%;
}

.tabs-section-image-row > img {
    width: 50%;
    float: left;
}

.profile {
    width: 100%;
    margin: 60px 10px;
    padding: 0;
    position: relative;
}

.profile-image-wrapper {
    display: block;
}

.info-wrapper {
    display: block;
    position: absolute;
    top: 10px;
    left: 300px;
    letter-spacing: 1px;
    word-spacing: 2px;
    font-size: 20px;
}

.name {
    display: block;
    font-weight: 300;
    text-transform: uppercase;
    margin: 25px 0;
}

.position {
    display: block;
    font-weight: 200;
}
.pricing-box-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-content: center;
}
.pricing-box {
    padding: 0px;
    box-shadow: 0px 5px 33px 0px rgba(115, 115, 115,0.35);
    margin: 15px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0.0s;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-content: flex-start;
    min-width: 250px;
    max-width: 400px;
    margin: 0 auto 15px auto;
    flex-grow: 1;
}

.pricing-box-footer {
    margin-bottom: 30px;
}

.pricing-box.website-type {
  height: 625px;
}

.pricing-box:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.pricing-box .pricing-icon {
    margin-bottom: 20px;
}

.pricing-box .pricing-icon .hsto,
.pricing-box .pricing-icon {
    font-size: 45px;
    border: 1px solid #e1e1e1;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    padding-top: 28px;
}

.pricing-box .pricing-title {
    font-weight: 400;
    font-size: 21px;
    background-color:  #bfbfbf;
    color: #fff;
    padding: 15px 10px;
    width: 100%;
}

.pricing-box .pricing-details {
    margin-bottom: 30px;
    background-color: #2a2a2a;
    color: #fff;
    width: 100%;
    padding: 10px;
}

.pricing-box .pricing-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 2;
}

.pricing-button {
    background-color: #bfbfbf;
    padding: 15px 15px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    font-weight: 200;
    letter-spacing: 4px;
    font-size: 15px;
    margin: 50px auto 20px auto;
}

.pricing-button:hover {
    background-color: #000;
}

.pricing-box .pricing-details ul li {
    font-size: 15px;
}

.pricing-box .pricing-amount {
    font-size: 15px;
    margin-bottom: 40px;
}

.amount {
    font-size: 40px;
    color: #000;
}

.pricing-box:after {
    background-color: #000;
}

.pricing-box:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    transition: all 0.3s ease 0.0s;
}

.pricing-box:hover:after {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    transition: all 0.3s ease 0.0s;
}

.pricing-box-details {
    line-height: 2;
    padding: 5px;
    margin: 20px auto 0px auto;
}

.tell-me-more-button {
    border: 1px solid #fff;
    background-color: #000;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 20px 15px;
    display: inline-block;
}

.get-started-button {
    border: 1px solid #155bfc;
    background-color: #155bfc;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 20px 15px;
    display: inline-block;
    margin: 0 30px;
}

.get-started-paragraph {
    text-align: center;
}

.five-col-block-container {
    margin: 0 auto;
    overflow: hidden;
}

.five-col-block {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-content: center;
}

.five-col-block-in {
    display: inline-block;
    min-width: 180px;
    padding: 0 10px;
    box-sizing: border-box;
}

.five-col-block-in h1 {
    font-size: 100%;
    font-weight: normal;
    color: #fff;
    letter-spacing: 4px;
}

.five-col-block-in h2 {
    color: #000;
    font-size: 87%;
    letter-spacing: 1px;
    word-spacing: 2px;
}

.five-col-block-in h3 {
    color: #fff;
    font-size: 90%;
}

.five-col-block-in.hover-opacity:hover {
    opacity: 0.8;
}

.five-col-block-in.hover-opacity {
    transition: all .4s ease;
}

.domain-ban-1 {
    box-sizing: border-box;
    display: block;
    text-align: center;
    border: 1px solid #fff;
    background-color: #000;
    position: relative;
    color: #000;
}

.domain-ban-1 h1,
.domain-ban-1 h2,
.domain-ban-1 h3 {
    color: #fff;
}

.domain-ban-1 h2 {
    padding: 15px;
}

.domain-ban-1 h3 {
    color: #fff;
    padding: 15px;
}

.domain-ban-1 h2 span {
    display: block;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    line-height: 22px;
}

.domain-ban-1 h3 {
    border-top: 1px solid #fff;
}

.q-section-subheading {
    display: block;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.25;
    letter-spacing: 0.5px;
    word-spacing: 1px;
    font-size: 2em;
    font-weight: 200;
    color: #364962;
    margin-bottom: 15px;
}

/* Filter menu styles  .START */
.filter-menu {
    margin: 10px auto 0 auto;
    text-align: center;
}

.filter-menu ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    text-align: center;
}

.filter-menu ul li {
    display: inline-block;
    margin: 10px 15px;
    text-align: center;
}

.control {
    box-sizing: border-box;
    max-width: 300px;
    min-width: 100px;
    display: block;
    padding: 15px 10px;
    border: 1px solid #000;
    transition: all 200ms ease-in-out;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.filter-menu ul li button:hover {
    border: 1px solid #155bfc;
    color: #fff;
    background-color: #155bfc;
    box-shadow: 3.5px 6.1px 15px 0 rgba(21,91,252,.21);
}

.filter-menu ul li button:active {
    border: 1px solid #155bfc;
    color: #fff;
    background-color: #155bfc;
    box-shadow: 3.5px 6.1px 15px 0 rgba(21,91,252,.21);
}
/* Filter menu styles  .END */

/* Filter default classes .START */
.mixitup-control-active,
button.mixituo-control-active {
    background-color: #155bfc;
    border: 1px solid #155bfc !important;
    color: #fff;
}
/* Filter default classes .END */

.template-container {
  width: 100%;
  margin: 0 auto;
}
/* Filter content styles .START */

.filter-content,
.websites-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-content: center;
  margin: 0 auto;
}

.filter-content ul li {
    display: inline-block;
}

.filter-content{
  padding: 2% 2% 0;
  text-align: justify;
  font-size: 0.1px;
  background: #fff;

  -webkit-backface-visibility: hidden;
}

.filter-content:after{
  content: '';
  display: block;
  width: 100%;
}

.template-panel,
.website-panel {
  box-shadow: 0 0 10px 0 rgba(239, 239, 239, 0.15);
  position: relative;
  overflow: hidden;
  width: 30%;
  border: 1px solid #e0e0e0;
  margin-bottom: 50px;
}

.template-content-main-image,
.website-content-main-image {
    position: relative;
}

.template-panel-content-main-overlay,
.website-panel-content-main-overlay {
    background-color: transparent;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 10;
    transition: all .2s ease;
}

.name-type-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-content: space-between;
  padding: 15px 5px;
}

.template-name {
    text-transform: uppercase;
    font-weight: 300;
}

.template-type {
    font-size: 10px;
    background: #b5b5b5;
    padding: 3px;
    color: #fff;
    border: 1px solid #b5b5b5;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
}

.template-panel-button-block,
.website-panel-button-block {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

.template-panel-button,
.website-panel-button {
    margin: 5px;
    background: transparent;
    border: 1px solid #e0e0e0;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    font-size: 12px;
    font-weight: 300;
    height: 37px;
    line-height: 37px;
    display: inline-block;
    padding: 0 2.5%;
    width: 45%;
    text-align: center;
    transition: all .2s ease;
}

.website-name-container {
    padding: 10px;
    border-bottom: #c1c1c1;
}

.website-name-container > h5 {
    text-align: center;
}

.website-panel-button.status-button {
    background-color: #c11111;
    color: #fff;
}

.website-panel-button.edit-button {
    background-color: #155bfc;
    color: #fff;
}

.website-delete-button {
    background-color: #155bfc;
    position: absolute;
    top: 55px;
    right: 15px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
}

.website-delete-button img{
    height: 24px;
    width: 24px;
    position: relative;
    top: 6px;
    left: 0px;
}

.website-panel-empty {
  box-shadow: 0 0 10px 0 rgba(239, 239, 239, 0.15);
  position: relative;
  overflow: hidden;
  width: 30%;
  border: 1px solid #e0e0e0;
  margin-bottom: 50px;
  cursor: pointer;
}

.website-panel-empty .website-name-container {
    visibility: hidden;
}

.website-panel-empty .website-name-container h5 {
    visibility: hidden;
}

.website-panel-empty .website-content-main-image {
    visibility: hidden;
}

.website-panel-empty .website-panel-content-main-overlay {
    visibility: hidden;
}

.website-panel-empty .website-content-main-image img {
    visibility: hidden;
}

.website-panel-empty .website-panel-button-block {
    visibility: hidden;
}

.website-panel-empty .add-website-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    color: #000;
}

.website-panel-empty .add-website-button .add-button-content {
    text-align: center;
    position: relative;
}

.website-panel-empty .add-website-button .add-button-content span {
    display: block;
    text-align: center;
}

.website-panel-empty .add-website-button .add-button-content img {
    display: block;
    margin: 0px auto 10px auto;
}

/* Filter content styles .END */

/* Language select widget style .START */

.language-select {
    display: inline-block;
    width: 50px;
}
/* Language select widget style .END */

/* Langage selector styles .START */

.language-select-container {
    color: #fff;
    position: relative;
    display: inline-block;
}

.language-active {
    height: 35px;
    width: 35px;
    border: 1px solid #fff;
    position: relative;
    border-radius: 50%;
    display: inline-block;
    top: 2px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 2;
}

.selected-language {
    position: absolute;
    top: 8px;
    left: 5px;
    font-weight: 200;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.language-selector {
    color: #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    width: 35px;
    padding-top: 20px;
    text-align: center;
    top: 20px;
    display: none;
    z-index: -1;
}

.language-selector li a {
    color: #fff;
    font-weight: 200;
    margin: 5px auto;
    padding: 5px 5px;
    display: block;
    transition: all 200ms ease-in-out;
}

.language-selector li a:last-child {
    margin-bottom: 0px;
}

.language-selector li a:hover {
    font-weight: 200;
    background-color: #155bfc;
}
/* Langage selector styles .END */

/* Domain slider item modification */
.domain-item {
    padding: 0px 30px;
}

.font-weight-200 {
    font-weight: 200 !important;
}

/* Footer hover effect */

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.cl-effect-1 a::before,
.cl-effect-1 a::after {
    display: inline-block;
    opacity: 0;
    transition: opacity 0.2s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s, -webkit-transform 0.3s;
}

.cl-effect-1 a::before {
    margin-right: 10px;
    content: '[';
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}

.cl-effect-1 a::after {
    margin-left: 10px;
    content: ']';
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}

.cl-effect-1 a::before,
.cl-effect-1 a::after {
    display: inline-block;
    opacity: 0;
    transition: opacity 0.2s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s, -webkit-transform 0.3s;
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.black-background {
    background-color: #000;
}

.title-font-small {
    font-size: 1.75em !important;
}

.responsive-menu.nodisplay-ipad-desktop > p{
    z-index: -2;
}

/* w-modal styles .START */

.w-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

.w-modal {
    display: block;
    position: fixed;
    font-family: 'Montserrat', sans-serif;
    top: 50%;
    left: 50%;
    width: 600px;
    max-width: 90%;
    height: 700px;
    max-height: 90%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.9);
    display: none;
}

.closed {
    display: none;
}

.w-modal-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 20px;
}

.w-modal-close-button {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 6px;
  border: 0;
  background-color: transparent;
  color: #000;
  padding: 5px 10px;
  font-size: 1.3rem;
  transition: all 200ms ease-in-out;
  border: 1px solid #000;
}

.w-modal-close-button:hover {
    background-color: #000;
    color: #fff;
}

.w-modal-close-button:focus {
    box-shadow: 3.5px 6.1px 15px 0 rgba(21,91,252,.21) !important;
}

.w-modal-label {
    display: block;
    text-align: left;
    font-weight: 300;
    width: 100%;
    margin-bottom: 10px;
    font-size: 20px;
}

.w-modal-input {
    width: 100%;
    margin: 10px auto;
    border: 1px solid #eeeeee;
    padding: 5px;
    font-size: 20px;
    transition: all 200ms ease-in-out;
}

.w-modal-area-input {
    max-width: 100%;
    width: 550px;
    margin: 10px auto;
    border: 1px solid #eeeeee;
    padding: 5px;
    font-size: 20px;
    height: 150px;
    transition: all 200ms ease-in-out;
}

.w-modal-input:focus,
.w-modal-area-input:focus {
    border: 1px solid #155bfc;
    box-shadow: 3.5px 6.1px 15px 0 rgba(21,91,252,.21);
}

.w-modal-confirm-button {
    display: block;
    max-width: 70%;
    width: 300px;
    margin: 25px auto 0 auto;
    background: #155bfc;
    color: #fff;
    border: 1px solid #155bfc;
    font-size: 87%;
    text-transform: uppercase;
    padding: 20px 30px;
    letter-spacing: 2px;
    word-spacing: 2px;
    transition: all 200ms ease-in-out;
}

.w-modal-confirm-button:hover {
    background-color: #0344db;
    border-color: #0344db;
    cursor: pointer;
}

.w-modal-confirm-button:focus {
    box-shadow: 3.5px 6.1px 15px 0 rgba(21,91,252,.21);
}

.w-modal-cancel-button {
    background-color: transparent;
    border: 1px solid #fff;
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}

.w-modal-title {
    font-weight: 400;
    font-size: 25px;
    text-align: center;
}
/* w-modal styles .END */

/* inline styles fix .START */

.w-parallax-first-block-img {
    background-image: url(../images/parallax-main.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.w-parallax-second-block-img {
    background-image: url(../images/bgd_color.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.w-parallax-second-block-dashboard {
    background-image: url(../images/bgd_color.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}


.width-100 {
    width: 100% !important;
}

.width-60 {
    width: 60% !important;
}

.text-align-center {
    text-align: center !important;
}

/* inline styles fix .END */

/* Dashboard tables styles .START */

.dashboard-table {
    font-size: 14px;
    box-sizing: border-box;
    margin: 0px auto;
    overflow-x: auto;
    min-width: 100%;

}


.dashboard-table thead {
    text-transform: uppercase;
    font-weight: 700;
    background-color: #155bfc;
    color: #fff;
    padding: 10px;
}

.dashboard-table thead th {
    vertical-align: middle;
    text-align: center;
    padding: 10px;
}

.dashboard-table td {
    border: 1px solid #c1c1c1;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
}

.dashboard-table .invoice,
.dashboard-table .edit,
.dashboard-table .payment-method,
.dashboard-table .type {
    background-color: #d2d2d2;
    cursor: pointer;
    color: #fff;
    padding: 5px;

    transition: background-color 250ms ease-in-out;
}

.dashboard-table .connected,
.dashboard-table .domain-status {
    color: #fff;
    background-color: #157c21;
    padding: 5px;
    transition: background-color 250ms ease-in-out;
}

.dashboard-table .connected.false,
.dashboard-table .domain-status.false {
    background-color: #c11111;
}

.dashboard-table .invoice:hover,
.dashboard-table .edit:hover,
.dashboard-table .payment-method:hover,
.dashboard-table .type:hover {
    background-color: #155bfc;
    color: #fff;
    padding: 5px;
}

.dashboard-table .payment-icon {

}

.enable-horizontal-scroll {
    overflow-x: scroll !important;
}
/* Dashboard tables styles .END */

/* Payment two col block styles .START */

.paymet-form {
    margin-top: 20px;
}

.inline-form-control {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.form-control {
    box-sizing: border-box;
    width: 100%;
    margin: 15px auto;
}

.inline-form-control .input:last-child {
    margin-left: 10px;
}

.form-control label {
    box-sizing: border-box;
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}

.form-control input {
    box-sizing: border-box;
    display: block;
    width: 100%;
    border-bottom: 1px solid #000;
    padding: 15px 10px;
    text-align: center;
}

.form-control #domain {
    background-color: #000;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.form-control #domain::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.form-control #domain::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.form-control #domain:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.form-control #domain:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.payment-submit-button {
    box-sizing: border-box;
    width: 100%;
    margin: 0px auto;
    display: block;
    border: none;
    padding: 20px;
    box-sizing: border-box;
    background-color: #c11111;
    text-transform: uppercase;
    color: #fff;
    transition: all 300ms ease-in-out;
}

.payment-submit-button:hover {
    box-shadow: 3.5px 6.1px 15px 0 rgba(21,91,252,.21);
    background-color: #c11130;
}
/* Payment two col block styles .END */

/* Yoshiko .START */

.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 1em auto;
    // max-width: 400px;
    // width: calc(100% - 2em);
    width: 100%;
    vertical-align: top;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 15px 10px;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #000;
    font-weight: 300;
    -webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
    outline: none;
}

.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #6a7989;
    font-weight: 300;
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%;
}

/* Yoshiko */
.input__field--yoshiko {
    width: 100%;
    background-color: #fff;
    border: 1px solid #000;
    transition: background-color 0.3s, border-color 0.3s;
}

.input__label--yoshiko {
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: 120%;
    pointer-events: none;
    overflow: hidden;
    padding: 2px 10px;
    -webkit-transform: translate3d(0, 3em, 0);
    transform: translate3d(0, 3em, 0);
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.input__label-content--yoshiko {
    color: #000;
    padding: 0.25em 0;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.input__label-content--yoshiko::after {
    content: attr(data-content);
    position: absolute;
    font-weight: 800;
    bottom: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    color: #155bfc;
    padding: 0.25em 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85em;
}

.input__field--yoshiko:focus + .input__label--yoshiko,
.input--filled .input__label--yoshiko {
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
}

.input__field--yoshiko:focus + .input__label--yoshiko .input__label-content--yoshiko,
.input--filled .input__label-content--yoshiko {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.input__field--yoshiko:focus + .input__field--yoshiko,
.input--filled .input__field--yoshiko {
    background-color: transparent;
    border-color: #155bfc;
}
/* Yoshiko .END


/* responsive map styles .START */

.map-container {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}

.map-container > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* responsive map styles .END */

.edit-site-new {
    visibility: hidden;
}

.responsive-menu-open {
    background-color: transparent;
    border: 0;
    color: #fff;
    background: url(../../../../../editor-cp/tools/engine/templates/barber/images/icons/menu-icon.png) no-repeat center;
    background-position: 100%;
    text-indent: -9999px;
    position: absolute;
    top: 41px;
    right: 15px;
}

.header-100 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 5%;
}

.header-100.shrink {
    background-image: linear-gradient(to right, #f34772 0%, #B937D1 100%);
    padding: 20px;
}

.header-logo > a >h1{
    text-align: center;
}

.section-name {
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
}

.iso-card {
    text-align: center;
}

.iso-card .iso-image {
    display: block;
    margin: 0px auto;
    max-width: 250px;
    height: auto;
}

.iso-title {
    text-align: center;
    font-weight: 600;
    font-size: 1.5rem;
}

.wellcome-page-container {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
}

.builder-container,
.studio-container,
.academy-container {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    text-align: center;
    flex: 1 1 33%;
    height: 100vh;
    transition: all 500ms ease-in-out;
}

.builder-container:hover,
.studio-container:hover,
.academy-container:hover {
    -webkit-transform: scale(1.075);
            transform: scale(1.075);
}

.builder-container:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../images/w-studio-green.jpg), linear-gradient(to bottom, #5c905d 25%, #d3ff92 75%);
    background-size: cover;
    opacity: 0.9;
    z-index: -1;
}

.studio-container:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../images/bgd_color.png), linear-gradient(to bottom, #444579 25%, #365662 50%);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
    z-index: -1;
}

.academy-container:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../images/w-academy-pink.jpg), linear-gradient(to bottom, #bf3658 25%, #ab3bbf 50%);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
    z-index: -1;
}

.container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.container-title {
    font-size: 2.5rem;
    font-weight: 300;
    color: #fff;
}

.container-kicker {
    color: #fff;
    text-transform: uppercase;
}

.studio-container > .button-call-to-action {
    color: #fff;
    max-width: 70%;
    padding: 20px 10px;
    margin: 30px auto;
    // border: 1px solid #fff;
}

.academy-container > .button-call-to-action {
    color: #fff;
    max-width: 70%;
    padding: 20px 10px;
    margin: 30px auto;
    // border: 1px solid #fff;
}


/* haeder logo override .STRAT */

.header-logo img {
    height: 60px;
}

.header-logo a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.header-logo > a > h1 {
    margin-top: 6px;
}


.w-parallax-academy-img {
    background-image: url(../images/w-academy-pink.jpg);
}

.button.academy-button:hover,
.parallax-content .button-call-to-action.academy-button:hover,
.academy-container > .button-call-to-action:hover {
  background-position: right center; /* change the direction of the change here */
}

.button.academy-button,
.parallax-content .button-call-to-action.academy-button,
.academy-container > .button-call-to-action {
  background-image: linear-gradient(to right, #f34772 0%, #B937D1 100%);
  background-size: 200% auto;
  transition: all 250ms ease-in-out;
}

.academy-bg-gradient-1 {
   background-image: linear-gradient(to right, #f34772 0%, #B937D1 100%);
}

.academy-bg-gradient-2 {
   background-image: linear-gradient(to right, #f34772 0%, #B937D1 100%);
}


.w-parallax-studio-img {
    background-image: url(../images/w-studio-blue-gradient.jpg);
}

.header-academy.gradient.header-100.shrink-gradient {
     background-image: linear-gradient(to right, #f34772 0%, #B937D1 100%);
     padding: 20px 10px;
}

.header-studio.header-100.shrink-gradient {
    /* background-image: linear-gradient(to right, #365662 0%, #444579 100%); */
    background-color: #000;
    padding: 10px 5%;
}

/*.header-studio.header-100.shrink-gradient .responsive-menu-open {
    left: calc(95% - 10px);
}*/

.header-studio .button.studio-button:hover,
.button-call-to-action.studio-button:hover,
.studio-container > .button-call-to-action:hover {
  background-position: right center;  /* change the direction of the change here */
}

.header-studio .button.studio-button,
.button-call-to-action.studio-button,
.studio-container > .button-call-to-action {
  background-image: linear-gradient(to right, #444579 0%, #365662 100%);
  transition: all 250ms ease-in-out;
}

.button-call-to-action.studio-button {
    background-image: none;
    background-color: #000;
}

.studio-bg-gradient-1 {
   /* background-image: linear-gradient(to right, #444579 0%, #365662 100%);  */
   background-color: #000;
   background-image: url("http://webotico.com/bitrichbank/images/trezor.png");
}

.studio-bg-gradient-2 {
   background-image: linear-gradient(to bottom, #B937D1 0%, #f34772 100%);
}

.button.studio-button.borderless {
    border: none;
}

.button.studio-button.bordered {
    border: 1px solid #fff;
}
/* haeder logo override .END */

.padding-x-20 {
    padding: 0px 20px !important;
}

/* Owl slider styles customization START */
.relative {
    padding: 30px;
    margin-top: 30px;
    /* background-image: linear-gradient(to right, #365662 0%, #444579 100%); */
    background-color: #000;
}

.item img {
    width: auto;
    max-width: 100%;
    height: auto;
}
/* Owl slider styles customization END */

/* Tabs styles customization START */
.tabs nav ul {
    flex-flow: row nowrap;
}

.tabs-style-underline nav {
    background: #fbfbfb;
    margin: 30px 5px 5px 5px;
    box-shadow: 0px 2px 5px #bfbfbf;
}
/* Tabs styles customization END */

/* Four col block styles customization START */
.four-col-block {
    padding: 0px;
}

.four-col-block-container.width-modifier {
    width: 60%;
}
/* Four col block styles customization END */

/* Fancybox styles customization START */
.fancybox-image {
    background-color: #bfbfbf;
}
/* Fancybox styles customization END */

/* SSL table styles customization START */
.table-block-left {
    position: relative;
    display: flex;
    flex: auto;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin: 0 auto;
    z-index: 2;
}

.table-container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    flex: 1 0 auto;
    margin: 0px auto;
    overflow: auto;
    max-width: 90%;
}

.table {
    background-color: #fff;
    border: 1px solid #9a9a9a;
    margin: auto;
    border-collapse: collapse;
}

.table th {
    background-color: #393939;
    color: #fff;
    padding: 10px 15px;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 300;
}

.table th:first-child {
    background-color: #000;
    font-weight: 600;
    color: #fff;
}

.table th:nth-child(3n) {
    background-color: #2d2d2d;
}

.table td {
    color: #000;
    padding: 10px 15px;
    text-align: center;
    border: 1px solid #9a9a9a;
    vertical-align: middle;
}

.table tr td:first-child {
    text-align: left;
}
/* SSL table styles customization END */

/* Animation styles overrides START */
/*@media (min-width: 768px) {*/

.d1 { -webkit-animation-delay: 0s; animation-delay: 0s; }

.d2 { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }

.d3 { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; }

.d4 { -webkit-animation-delay: 0.6s; animation-delay: 0.6s; }

.d5 { -webkit-animation-delay: 0.8s; animation-delay: 0.8s; }

.d6 { -webkit-animation-delay: 1s; animation-delay: 1s; }

.wp {
visibility: hidden; }

/*.wp-2 {
animation-delay: .1s; }

.wp-3,
.wp-8 {
animation-delay: .2s; }

.wp-5,
.wp-6 {
animation-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
animation-delay: .3s; }*/

.wp.animated {
    visibility: visible;
}
/*}*/
/* Animation styles overrides END */

/* Social media styles START */
.social-media-container {
    display: flex;
    flex-flow: row nowrap;
    flex: 0 0 auto;
    justify-content: center;
    align-items: center;
}

.social-media-link {
    display: inline-block;
    margin: 0px 10px;
}
/* Social media styles END */

/* Partners block styles START */
.p-t-0 {
    padding-top: 0px !important;
}
/* Partners block styles END */

/* Radio buttons styles START */
.radio-container {

}

.radio-container ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
    flex: 0 0 auto;
    list-style: none;
    margin: 0;
    padding: 5px;
    overflow: auto;
    border-left: 2px solid #2e5fff;
    border-right: 2px solid #530fff;
    border-top: none;
    border-bottom: none;
    background-color: transparent;
    background-image: linear-gradient(to right, #2e5fff 0%, #530fff 100%), linear-gradient(to right, #2e5fff 0%, #530fff 100%);
    background-size: 100% 2px;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
}

.radio-container ul li {
    color: #AAAAAA;
    display: block;
    position: relative;
    /*float: left;*/
    /*width: 100%;*/
    /*height: 51px;*/
    margin: 0 auto;
}

.radio-container ul li input[type=radio] {
    position: absolute;
    opacity: 0;
}

.radio-container ul li label {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 206px;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0.02em;
    border-left: 2px solid #2e5fff;
    border-right: 2px solid #530fff;
    border-top: none;
    border-bottom: none;
    background-color: transparent;
    background-image: linear-gradient(to right, #2e5fff 0%, #530fff 100%), linear-gradient(to right, #2e5fff 0%, #530fff 100%);
    background-size: 100% 2px;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    z-index: 9;
    cursor: pointer;
    transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
}

.radio-container ul li label p {
    background: transparent;
    padding: 25px;
    margin: 10px auto;
    text-align: center;
}

.radio-container ul li label:hover p {
    background: linear-gradient(to right, #2e5fff 0%, #530fff 100%);
}

.radio-container ul li input[type=radio]:checked ~ label p {
   background: linear-gradient(to right, #2e5fff 0%, #530fff 100%);
}

/* Radio buttons styles END */

/* Emphasized tab button styles START */
.tabs nav ul li a.emphasized-tab h2 {
    transition: all .4s ease;
    color: #fff;
}

.tabs nav ul li a.emphasized-tab h2:hover {
    color: #fff;
}

.tabs-style-underline nav a.emphasized-tab {
    border-left: 1px solid #e7ecea;
}
.tabs nav a.emphasized-tab {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5;
    background-color: #ff3b30;
}

.tabs-style-underline nav li:last-child a.emphasized-tab {
    border-right: none;
}

.tabs-style-underline nav li a.emphasized-tab::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #ffffff;
    content: '';
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
}

.tabs-style-underline nav li.tab-current a.emphasized-tab::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/* Emphasized tab button styles END */

/* Price widget styles START */
.price-widget {
    display: flex;
    flex-flow: column nowrap;
    flex: 0 0 33%;
    justify-content: center;
    align-items: flex-start;
    color: #ffffff;
    font-weight: 500;
}

.price-widget .widget-info {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 14px;
}

.price-widget .widget-annotation {
    color: #ffffff;
    font-size: 12px;
}

.parallax-content .price-widget {
    flex: 1 0 100%;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.parallax-content .price-widget .widget-info,
.parallax-content .price-widget .widget-annotation, {
    text-align: center;
}
/* Price widget styles END */

/* Parallax heading styles START */
.parallax-heading {
    color: #ffffff;
    font-size: 38px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
}
/* Parallax heading styles END */

/* Parallax subheading styles START */
.parallax-subheading {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
/* Parallax subheading styles END */

/* Btn main styles START */
.btn-main {
    position: relative;
    box-sizing: border-box;
    display: block;
    height: 85px;
    max-width: 416px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-left: 5px solid #2e5fff;
    border-right: 5px solid #530fff;
    border-top: none;
    border-bottom: none;
    background-color: transparent;
    background-image: linear-gradient(to right, #2e5fff 0%, #530fff 100%), linear-gradient(to right, #2e5fff 0%, #530fff 100%);
    background-size: 100% 5px;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    color: #ffffff;
    font: 18px 'Poppins', sans-serif;
    letter-spacing: 0.02em;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 2;
}

.btn-main:hover {
    color: #ffffff;
}

.btn-main p {
    align-items: center;
    background: transparent;
    display: flex;
    justify-content: center;
    height: 100%;
    transition: background .5s ease;
    width: 100%;
    text-align: center;
}

.btn-main:hover p {
    background: linear-gradient(to right, #2e5fff 0%, #530fff 100%);
}

.btn-main.btn-parallax {
    background-color: rgba(0, 0, 0, 0.6);
}
/* Btn styles END */

/* Scroll icon styles START */
.scroll-down-container {
    position: relative;
    bottom: 20px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    height: auto; /* moze da pravi problem sa IE, testirati dodatno */
    text-align: center;
    z-index: 100;
}

.scroll-down-container .scroll-down-icon {

}

.scroll-down-container .scroll-down-text {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}

/* Scroll icon styles END */

/* Two-col-heading styles & style overrides START */
.services-block {
    position: relative;
    background: url('../images/digital-circut.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.services-block::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    /*background: linear-gradient(45deg, rgba(46,95,255,1) 8%,rgba(83,15,255,1) 100%);*/
    background: linear-gradient(45deg, rgba(0,52,225,1) 8%,rgba(57,0,202,1) 100%);
    -webkit-filter: opacity(0.8);
            filter: opacity(0.8);
    z-index: 3;
}

.services-block .four-col-block-container {
    width: 80%;
    margin: 0 auto;
}

.services-block .two-col-block-in {
    z-index: 4;
}

.services-block .two-col-block-in.z-index-modifier {
    z-index: 2;
}

.services-block .section-heading {
    color: #000000;
    font-weight: 400;
    font-size: 40.43px;
    line-height: 120px;
    letter-spacing: 0;
    text-align: left;
}

ul.services-list {
    list-style-type: circle;
    margin-left: 30px;
    font-weight: 600;
}

ul.services-list li {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    text-align: left;
}
/* Two-col-heading styles & style overrides END */

/* Tab bloc styles & style overrides START */
.tabs-style-main {
    margin: 30px auto 0 auto;
}

.tabs-style-main nav {
    box-shadow: none;
}

.tabs-style-main nav a {
    position: relative;
    box-sizing: border-box;
    display: block;
    height: 85px;
    max-width: 100%;
    margin: 0 auto;
    border-left: 2px solid #2e5fff;
    border-right: 2px solid #530fff;
    background-image: linear-gradient(to right, #2e5fff 0%, #530fff 100%), linear-gradient(to right, #2e5fff 0%, #530fff 100%);
    background-size: 100% 2px;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    color: #ffffff;
    font: 18px 'Poppins', sans-serif;
    letter-spacing: 0.02em;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 2;
}

.tabs-style-main nav li:not(first-child),
.tabs-style-main nav li:not(last-child) {
    margin: 0px 10px;
}

.tabs-style-main nav li.tab-current a {
    color: #ffffff;
    background: linear-gradient(to right, #2e5fff 0%, #530fff 100%);
}

.tabs-style-main nav a p {
    color: #ffffff;
    align-items: center;
    background: transparent;
    display: flex;
    justify-content: center;
    height: 100%;
    transition: background .5s ease;
    width: 100%;
}

.tab-style-main a:hover p {
    background: linear-gradient(to right, #2e5fff 0%, #530fff 100%);
}

.section-heading-box {
    margin: 30px auto 40px auto;
    color: #ffffff;
}

.section-heading-box .section-heading {
    color: #ffffff;
    font: 32px 'Poppins', sans-serif;
    text-decoration: none;
    text-transform: lowercase;
    text-align: center;
}

.table-bg {
    background-image: url('../images/table-background.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
/* Tab block styles & style overrides END */

/* Partners block styles & style overrides START */
.partners-block-bg {
    background-image: url('../images/partners-background.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.partners-block {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    flex: 0 0 100%;
    align-items: center;
    height: 100%;
    min-height: 100%;
    padding-bottom: 30px;
}

.partners-block .block-heading {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    /*flex: 0 0 100%;*/
    /*height: 100%;*/
    min-height: 100%;
    margin-bottom: 30px;
}

.partners-block .block-heading .block-title {
    width: 100%;
    color: #ffffff;
    font-size: 42px;
    font-weight: 300;
    text-transform: lowercase;
}

.partners-block .block-content {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    min-height: auto;
    height: auto;
    padding: 45px;
}

.partner-item {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    flex: 0 0 50%;
    height: 200px;
    width: 25%;
}

.partner-item img,
.partner-item span {
    -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    transition: all 300ms ease-in-out;
}

.partner-item:nth-child(1) {
    border: 1px solid transparent;
    border-right: 1px solid #2e5fff;
    border-bottom: 1px solid #2e5fff;
}

.partner-item:nth-child(2) {
    border: 1px solid transparent;
    border-left: 1px solid #2e5fff;
    border-bottom: 1px solid #2e5fff;
}

.partner-item:nth-child(3) {
    border: 1px solid transparent;
    border-right: 1px solid #2e5fff;
    border-top: 1px solid #2e5fff;
}

.partner-item:nth-child(4) {
    border: 1px solid transparent;
    border-left: 1px solid #2e5fff;
    border-top: 1px solid #2e5fff;
}

.partner-item:hover img,
.partner-item:hover span {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
}

.partner-item img {
    width: auto;
    max-height: 120px;
}

.partners-block span.color-cmc {
    font-size: 1.25rem;
    font-weight: 600;
    color: #428bca;
}
/* Partners block styles & style overrides END */

/* Contact block styles & style overrides START */
.contact-block {
    position: relative;
    overflow: visible;
    color: #ffffff;
}

.contact-block-bg {
    background-image: url('../images/contact-background.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 2;
    position: relative;
}

.contact-block .section-heading {

}

.contact-block .section-heading-box .section-upper-info {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.contact-block .section-heading-box .section-heading {
    color: #ffffff;
    font-size: 60px;
    font-weight: 300;
    text-align: center;
}

.contact-block .contact-container {
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0.02em;
}

.contact-block .contact-container p:not(:last-child) {
    margin-bottom: 25px;
}

.contact-block .contact-img {
    position: absolute;
    left: 70%;
    top: -70%;
    -webkit-transform: translate(25%, 40%);
            transform: translate(25%, 40%);
    z-index: 3;
}

.contact-block .social-media-icons-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    color: #ffffff;
}

.contact-block .social-media-icons-container a {
    flex: 0 1 100px;
    color: #ffff;
    transition: color 0.2s ease-in-out;
}

.contact-block .social-media-icons-container a:hover {
    color: #ffda2f;
}

/* Contact block styles & style overrides END */

/* Footer block styles & style overrides START */
.brb-footer-block {
    padding: 0;
}

.brb-footer-block .footer-block {
    padding: 0;
}

.footer-block-bg {
    background-image: url('../images/footer-background.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.brb-footer-block .footer-info {
    padding: 0;
    margin: 13px auto;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 26px;
}
/* Footer block styles & style overrides END */

/* FAQ block styles & style overrides START */
.faq-content-block {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}

.faq-block {

}

.faq-block.faq-block-bg {
    background: linear-gradient(to right, #2e5fff 0%, #530fff 100%);
    background-position: center;
    bacground-size: cover;
    background-repeat: no-repeat;
}

.faq-block .faq-header {
    margin: 120px auto 60px auto;
    color: #000000;
    font-size: 40px;
    font-weight: 300;
}

.faq-container {
    margin-bottom: 120px;
/*    display: flex;
    flex-flow: column nowrap;
    flex: 1 1 auto;
    height: auto;*/
}

.faq-questions-container {
    display: flex;
    flex-flow: row nowrap;
    flex: 0 0 100%;
    justify-content: space-around;
    align-items: center;
}

.faq-questions-container .question {
    display: flex;
    flex-flow: row nowrap;
    flex: 0 0 50%;
    justify-content: center;
    align-items: center;
}

.faq-questions-container .question:nth-child(1) {
    margin-right: 10px;
    margin-left: 5px;
}

.faq-questions-container .question:nth-child(2) {
    margin-right: 5px;
    margin-left: 10px;
}

.faq-questions-container .question .question-num {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    width: 22px;
}

.faq-questions-container .question:nth-child(1) .question-num {
    margin-right: 10px;
}

.faq-questions-container .question:nth-child(2) .question-num {
    margin-left: 10px;
}

.faq-questions-container .question .question-text {
    display: flex;
    flex-flow: column nowrap;
    flex: 1 1 auto;
    padding: 40px 20px;
    border: 1px solid #000000;
    background-color: transparent;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    transition: background-color 0.5s ease-in-out;
}

.faq-questions-container .question .question-text:hover,
.faq-questions-container .question .question-text:active,
.faq-questions-container .question .question-text:focus {
    background-color: #000000;
}

.faq-answers-container {
    margin: 30px auto;
}

.faq-answers {
    position: relative;
}

.faq-answer {
    display: none;
    padding: 40px 20px;
    margin-left: 20px;
    margin-right: 20px;
    background-color: #000000;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
}
/* FAQ block styles & style overrides END */

/* Parallax block styles & style overrides START */
.parallax-shape {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 5;
    top: -60px;
}
/* Parallax block styles & style overrides END */

/* Contact block styles & style overrides START */
.contact-shape {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 0;
    top: -46px;
}
/* Contact block styles & style overrides END */

/* Currency selector styles & style overrides START */
.currency-select-container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
    flex: 0 0 auto;
    color: #ffffff;
}

.currency-select-container a {
    color: #ffffff;
}

.currency-select-container a.selected {
    color: #ffda2f;
    font-weight: 700;
}
/* Currency selector styles & style overrides END */

/* Toast selector styles & style overrides START */
.toast {
    position: fixed;
    left: 50%;
    bottom: 30px;
    visibility: visible;
    min-width: 250px;
    padding: 16px;
    background-color: rgba(0, 0, 0, 0.8);
    border: 2px solid #ffda2f;
    color: #ffda2f;
    font-size: 24px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1000;
}

/*.toast.show {
    visibility: visible;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}*/

/* Toast selector styles & style overrides END */

/* "Helper" styles START */
.emphasize {
    font-weight: 700;
}

.text-contrast {
    color: #ffda2f;
    /* color: #fff; */
}
.text-contrast-white {
    /* color: #ffda2f; */
    color: #fff !important;
}

.text-percentage {
    color: #ffda2f;
}

.text-underline {
    text-decoration: underline;
}

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

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

.float-negate {
    float: none !important;
}

.spacer-x-5 {
    margin-left: 5px;
    margin-right: 5px;
}

.d-inline-block {
    display: inline-block !important;
}

/*.width-80 {
    width: 80% !important;
    margin: 0 auto;
}*/
/* "Helper" styles END */
.spacer-top-40 {
	margin-top: 40px;
}
