html, body {
    background-color: white;
    color: black;
    font-family: 'Arial', sans-serif;
    font-weight: 100;
    height: 100%;
    margin: 0;
    padding:0;
}

p {
    font-size: 17px;
}

.full-height {
    height: 100vh;
}

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

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-size: 84px;
}

.links > a {
    color: white;
    padding: 0 25px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}

.welcome-animation {
    animation: welcome--header-text-fadein 1s forwards;
}
@keyframes welcome--header-text-fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1;
        transform: translateY(-70px)
    }
}
.welcome-faces--header-text-wrapper {
    color: white;
    opacity: 0;
    position: absolute;
    top: 160px;
    width: 390px;
    text-align: center;
    left: 0%;
    z-index: 1;
}

@media (max-width: 960px) {
    .welcome-faces--header-text-wrapper {
        display:block;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

@media (max-width: 380px) {
    .welcome-faces--header-text-wrapper {
        width: 100%;
        top: 200px
    }
    .iframe-mobile {
        display: inline-block;
    }
    .iframe-desktop {
        display: none;
    }
}

#app {
    min-height: 100%;
    padding-bottom: 100px;
    margin-bottom: -100px;
}

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

.btn.sharp {
    border-radius:0;
}

.logo:hover {
    background-color: black;!important
}

#slideshow {
    /*margin: 80px auto;*/
    /*position: relative;*/
    /*width: 240px;*/
    /*height: 240px;*/
    /*padding: 10px;*/
    /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);*/

    position: absolute;
    top: 0;
    left: 0;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

#slideshow > div {
    /*position: absolute;*/
    /*top: 10px;*/
    /*left: 10px;*/
    /*right: 10px;*/
    /*bottom: 10px;*/
}

ul.social-buttons {
    margin-bottom: 0;
    text-align: center;
}
ul.social-buttons li {
    display: inline-block;
}

ul.social-buttons li a {
    font-size: 20px;
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    color: #fff;
    border-radius: 100%;
    outline: 0;
    background-color: #212529
}
ul.social-buttons li a i {
    /*margin-left: 11px;*/
    text-align: center;
}

ul.social-buttons li a:active,ul.social-buttons li a:focus,ul.social-buttons li a:hover {
    background-color: #ec1163;
}


/* mobile nav */

#nav-btn {
    background: url(../img/icons/nav-icon.png) no-repeat center center;
    /*overflow: hidden;*/
    /*text-indent: 9999px;*/
    white-space: nowrap;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 15px 10px 5px 10px;
}

.navbar-default .navbar-text {
    color: white;
}
.navbar-default .navbar-nav > li > a {
    color: black;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: lightgrey;
    background-color: transparent;
}

#mob-nav {
    height: 100%;
    width: 300px;
    background-color: #ec1163;
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 1000;
}
#mob-nav .nav-panel {
    height: 100%;
    overflow-y: auto;
}
#mob-nav.nav-right {
    left: auto;
    right: -300px;
}
#mob-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#mob-nav ul li {
    zoom: 1;
    height: 60px;
}
#mob-nav ul li:before {
    content: '';
    display: block;
}
#mob-nav ul li:after {
    content: '';
    display: table;
    clear: both;
}
nav ul.menu-list li a {
    display: block;
    padding: 15px 20px;
    font-size: 20px;
    font-weight: 600;
    /*font: 15px/22px 'lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    color: #fff;
    /*text-transform: uppercase;*/
}
#mob-nav ul.menu-list li a:hover {
    background-color: lightgrey;
}
#mob-nav ul.menu-list li a.nav-close {
    /*background: lightgrey url(../images/nav-icon.png) no-repeat 260px 15px;*/
}
#mob-nav ul.menu-list li a.nav-close:hover {
    background-color: #ec1163;
}
#mob-nav ul.menu-list li ul a {
    padding: 15px 20px;
    background-color: #595959;
}
@media (min-width: 768px) {
    .menu-primary, .menu-secondary, .menu-logo {
        display: none;
    }
}
.card {
    background: #fff;
    border-radius: 2px;
    display: inline-block;
    height: 290px;
    margin: 1rem;
    position: relative;
    /*width: 28%;*/
    padding: 0;
}
.card-3 {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.location-active {
    border: 2px solid #1174d9;
}
.home-logo {
    width: 150px;
    margin: 11px;
}
.social-networks {
    float: right;
}
.content-pages {
    padding-top: 0;
    min-height: 535px;
}
@media (max-width: 768px) {
    .search {
        background-size: auto;
    }
    .card {
        height: auto;
        width: auto;
    }
    .navbar-default {
        display: none;
    }
    #mob-nav {
        display: block;
    }
    .heading-title {
        font-size: 55px;
        max-width:100%;
        padding-top: 50px;
    }
    .home-logo {
        width: 120px;
        margin-right: 30px;
    }
    .social-networks {
        float: none;
    }
    .content-pages {
        padding-top: 10px;
    }
}
@media (min-width: 768px) {
    .search {
        background-size: contain;
    }
    .card {
        height: 290px;
        /*width: 28%;*/
    }
    .navbar-nav {
        text-align: center;
        width: 100%;
    }
    .navbar-nav>li {
        float: right;
        display: inline-block;
    }
    .navbar-default {
        display: block;
    }
    #mob-nav,#nav-icon3 {
        display: none;
    }
    .menu-primary, .menu-secondary, .menu-logo {
        display: none;
    }
    .heading-title {
        font-size: 55px;
        max-width:30%;
        padding-top: 50px;
    }
}

/* FAQ style */

.parent-container {
    padding: 0 20px 0 20px;
    max-width: 800px;
    width: 100%;
}

.faq {
    list-style: none;
    padding-left: 40px;
    padding-right: 20px;
}
.faq li {
    border-bottom: 1px solid #999999;
    margin-bottom: 15px;
}
.faq li.active .answer {
    max-height: 275px !important;
    padding-bottom: 25px;
    transition: max-height 0.5s ease, padding-bottom 0.5s ease;
}
.faq li.active .question {
    color: #808080;
    transition: color 0.5s ease;
}
.faq .answer {
    color: #090909;
    font-family: serif;
    font-size: 16px;
    line-height: 24px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding-bottom 0.5s ease;
}
.faq .plus-minus-toggle {
    cursor: pointer;
    height: 21px;
    position: absolute;
    width: 21px;
    left: -40px;
    top: 50%;
    z-index: 2;
}
.faq .plus-minus-toggle:before, .faq .plus-minus-toggle:after {
    background: #000;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 21px;
    transition: transform 500ms ease;
}
.faq .plus-minus-toggle:after {
    transform-origin: center;
}
.faq .plus-minus-toggle.collapsed:after {
    transform: rotate(90deg);
}
.faq .plus-minus-toggle.collapsed:before {
    transform: rotate(180deg);
}
.faq .question {
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    padding: 20px 0;
    transition: color 0.5s ease;
}
@media screen and (max-width:767px) {
    .faq .question {
        font-size: 18px;
    }
}

.testimonial_subtitle{
    color: #0aaa7a;
    font-size: 12px;
}
.testimonial_btn{
    background-color: #373d4b !important;
    color: #fff !important;
}
.seprator {
    height: 2px;
    width: 56px;
    background-color: #0aaa7a;
    margin: 7px 0 10px 0;
}

#nav-icon3 {
    width: 35px;
    height: 30px;
    float: left;
    position: relative;
    margin: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: #555;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
    top: 12px;
}

#nav-icon3 span:nth-child(4) {
    top: 24px;
}

#nav-icon3.open span:nth-child(1) {
    top: 15px;
    width: 0%;
    left: 50%;
    background: white;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: white;
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: white;
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
    background: white;
}

/* advert block home */

.gallery_holder {
    display: block;
    position: relative
}

.wpb_image_grid .gallery_holder {
    width: 100.1%
}

.gallery_holder ul {
    list-style: none;
    display: block;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}

.gallery_holder ul li {
    position: relative;
    display: block;
    float: left;
    overflow: hidden
}

.gallery_holder ul li a {
    display: block;
    position: relative;
    -webkit-backface-visibility: hidden
}

.gallery_holder ul li a {
    display: block;
    overflow: hidden;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px)
}

.gallery_holder ul li a img {
    display: block;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

.gallery_holder ul li.grayscale a img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
    filter: url(img/icons/nav-icon.png#grayscale); /* just used for image background */
}

.gallery_holder ul li.grayscale:hover a img {
    -webkit-filter: grayscale(0);
    filter: none
}

.gallery_holder ul li:hover a img {
    -webkit-transform: scale(1.03, 1.03);
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -o-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03)
}

.gallery_holder ul li .gallery_hover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.81);
    visibility: visible;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -o-transition: opacity .4s;
    -ms-transition: opacity .4s;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -webkit-backface-visibility: hidden;
    z-index: 1000
}

.gallery_holder ul li:hover .gallery_hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.gallery_holder ul li .gallery_hover i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    font-size: 30px;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block
}

.gallery_holder ul.v5 li,
.wpb_gallery_slides .gallery_holder ul.v5 li {
    width: 20%;
    margin: 0
}

.gallery_holder ul.v4 li,
.wpb_gallery_slides .gallery_holder ul.v4 li {
    width: 25%;
    margin: 0
}

.gallery_holder ul.v3 li,
.wpb_gallery_slides .gallery_holder ul.v3 li {
    width: 33.33333333333333%;
    margin: 0
}

.gallery_holder ul.v2 li,
.wpb_gallery_slides .gallery_holder ul.v2 li {
    width: 50%;
    margin: 0
}

.wpb_content_element.wpb_single_image img {
    vertical-align: middle
}

/* form */
.checkout-form {
    /*border:1px solid black;*/
}

.location-active {
    border: 2px solid #1174d9;
}


table {
    border-spacing: 1;
    border-collapse: collapse;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
table * {
    position: relative;
}
table td, table th {
    padding-left: 8px;
}
table thead tr {
    height: 60px;
    background: #9453c6;
}
table tbody tr {
    height: 50px;
}
table tbody tr:last-child {
    border: 0;
}
table td, table th {
    text-align: left;
}
table td.l, table th.l {
    text-align: right;
}
table td.c, table th.c {
    text-align: center;
}
table td.r, table th.r {
    text-align: center;
}


.table100-head th{
    font-family: OpenSans-Regular;
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    font-weight: unset;
}

tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

tbody tr {
    font-family: OpenSans-Regular;
    font-size: 15px;
    color: #808080;
    line-height: 1.2;
    font-weight: unset;
}

tbody tr:hover {
    color: #555555;
    background-color: #f5f5f5;
    cursor: pointer;
}

.column1 {
    width: 260px;
    padding-left: 40px;
}

.column2 {
    width: 160px;
}

.column3 {
    width: 245px;
}

.column4 {
    width: 110px;
    text-align: right;
}

.column5 {
    width: 170px;
    text-align: right;
}

.column6 {
    width: 222px;
    text-align: right;
    padding-right: 62px;
}


@media screen and (max-width: 992px) {
    table {
        display: block;
    }
    table > *, table tr, table td, table th {
        display: block;
    }
    table thead {
        display: none;
    }
    table tbody tr {
        height: auto;
        padding: 37px 0;
    }
    table tbody tr td {
        padding-left: 40% !important;
        margin-bottom: 24px;
    }
    table tbody tr td:last-child {
        margin-bottom: 0;
    }
    table tbody tr td:before {
        font-family: OpenSans-Regular;
        font-size: 14px;
        color: #999999;
        line-height: 1.2;
        font-weight: unset;
        position: absolute;
        width: 40%;
        left: 30px;
        top: 0;
    }
    table tbody tr td:nth-child(1):before {
        content: "Date";
    }
    table tbody tr td:nth-child(2):before {
        content: "Order ID";
    }
    table tbody tr td:nth-child(3):before {
        content: "Name";
    }
    table tbody tr td:nth-child(4):before {
        content: "Price";
    }
    table tbody tr td:nth-child(5):before {
        content: "Quantity";
    }
    table tbody tr td:nth-child(6):before {
        content: "Total";
    }

    .column4,
    .column5,
    .column6 {
        text-align: left;
    }

    .column4,
    .column5,
    .column6,
    .column1,
    .column2,
    .column3 {
        width: 100%;
    }

    tbody tr {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .container-table100 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.row {
    margin: 0;
}

.footer {
    background-color: #383838;
    color: lightgrey;
    padding: 15px;
}

.footer a {
    color: lightgrey;
}

.footer .list-inline-item {
    display: block;
}

.padding-0 {
    padding: 0;
}

.copyright {
    color: lightgrey;
    padding: 10px 15px;
    background-color: #202020;
}


/* section cards */
.section-block__inner {
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px
}

@media (max-width: 1300px) {
    .section-block__inner {
        max-width:100%
    }
    .card__heading {
        font-size: 20px;
    }
}

@media only screen and (max-width: 581px) {
    .section-block__inner {
        padding-right:10px;
        padding-left: 10px
    }
}

.section-block__item {
    padding-right: 20px;
    padding-left: 20px;

}

.section-block__heading {
    font-size: 40px;
    font-weight: 700
}

@media only screen and (max-width: 961px) {
    .section-block-4 .section-block__item {
        width:100%;
        margin-bottom: 48px;
        padding-right: 0;
        padding-left: 0
    }
}

@media only screen and (max-width: 581px) {
    .section-block {
        padding:50px 0
    }
}
.section-bg .card {
    background: #fff
}

.card {
    background: #e1e1e1;
    transition: all .5s;
    overflow: hidden;
    box-shadow: 0 0 0 0 transparent;
    position: relative;
    margin-right: auto;
    margin-left: auto
}

.card:hover {
    box-shadow: 0 0 37px 0 rgba(0,0,0,.27);
    z-index: 1000
}

.card:hover .card__top img {
    transform: scale(1.05)
}

.card .btnFull {
    position: absolute;
    bottom: 20px;
    right: 20px;
    left: 20px
}

.card__top img {
    transform: scale(1);
    transition: all .5s;
    width: 100%
}

.card__bottom {
    padding: 20px;
    padding-bottom: 70px
}

.card__bottom p {
    font-weight: 300;
    line-height: 1.5;
    font-size: 17px;
    color:  #333;
}
@media (max-width: 768px) {
    .welcome-faces--header-text-wrapper {
        width:90%
    }
    .card__bottom {
        padding: 10px;
    }
    .card__heading {
        font-size: 22px;
    }
}


.card__heading {
    margin-bottom: 12px;
    color:  #ec1163;
}

.qbutton {
    position: relative;
    display: inline-block;
    width: auto;
    height: 39px;
    line-height: 39px;
    margin: 0;
    padding: 0 23px;
    border: 2px solid #ec1163;
    font-size: 13px;
    font-weight: 700;
    /*font-family: 'Raleway', sans-serif;*/
    text-align: left;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    outline: 0;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    background-color: #ec1163;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.qbutton:hover {
    background-color: #ec1163;
    border-color: #ec1163;
    color: #fff;
    text-decoration: none;
}

.contact-icons {
    text-align: center;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
    opacity: unset;
}

@-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

.contact-info p {
    margin: 0;
}

/* The dots/bullets/indicators */
/*.dot {*/
/*    height: 15px;*/
/*    width: 15px;*/
/*    margin: 0 2px;*/
/*    background-color: #bbb;*/
/*    border-radius: 50%;*/
/*    display: inline-block;*/
/*    transition: background-color 0.6s ease;*/
/*}*/


.about-us {
    font-weight: 300;
    line-height: 1.5;
     font-size: 17px;
    color: #333;
}


.MultiCarousel { overflow: hidden; padding: 15px; width: 100%; position:relative; }
.MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
.MultiCarousel .MultiCarousel-inner .item { float: left;}
.item {
    background:#f1f1f1;
}
.MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:10px; color:#666;}
.MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
.MultiCarousel .card { margin: 10px; }
.MultiCarousel .leftLst { left:0; }
.MultiCarousel .rightLst { right:0; }

.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }

@media (max-width: 991px) {
    .subheading {
        display: block;
    }
}
