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

.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: 768px) {
    .welcome-faces--header-text-wrapper {
        width:90%
    }
}

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

.footer-middle {
    list-style: none;
    margin-right: 50px;
    margin-bottom: 10px;
}

.footer-middle li a {
    color: white;
}

.footer-middle li a:hover {
    color:lightgrey;
}

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

footer {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    height: 135px;
    padding: 25px 0;
    text-align: center;
}

#footer-wrapper {
    padding: 10px 0 10px 0;
    border-top: 2px solid black;
}

.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;*/
}

.footer {
    clear: both;
    position: relative;
    z-index: 10;
    height: 135px;
    padding: 15px;
    background-color: #efefef;
    text-align: center;
}

ul.social-buttons {
    margin-bottom: 0;
}

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:active,ul.social-buttons li a:focus,ul.social-buttons li a:hover {
    background-color: #fed136
}


/* 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;
}

header:before {
    content: '';
    display: block;
}
header:after {
    content: '';
    display: table;
    clear: both;
}
header .menu-logo {
    position: absolute;
    left: 50px;
    top: 5px;
}
header .menu-logo:hover {
    opacity: 0.5;
}
header .menu-primary {
    float: left;
}
header .menu-secondary {
    float: right;
    text-align: right;
}

#mob-nav {
    height: 100%;
    width: 300px;
    background-color: #009080;
    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: 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(../img/icons/nav-icon.png) no-repeat 260px 15px;
}
#mob-nav ul.menu-list li a.nav-close:hover {
    background-color: #505050;
}
#mob-nav ul.menu-list li ul a {
    padding: 15px 20px;
    background-color: #595959;
}

#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: #e4e4e4e4;
    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;
}

.mobirise {
    width:500px;
}
.menu-logo {
    height: 50px;
}
@media (max-width: 768px) {
    .navbar-default {
        display: none;
    }
    header {
        display: none;
    }
    #mob-nav {
        display: block;
    }
    .heading-title {
        font-size: 30px;
        max-width:100%;
        padding-top: 20px;
    }

    .mobirise {
        width: 300px;
    }
    .content_inner {
        margin-top: 0;
    }
    .container,.col-md-3,.col-md-10 {
        padding: 0;
    }
}
@media (min-width: 768px) {
    .navbar-default {
        display: block;
    }
    #mob-nav {
        display: none;
    }
    .menu-primary, .menu-secondary, .menu-logo {
        display: none;
    }
    .heading-title {
        font-size: 30px;
        max-width:30%;
        padding-top: 65px;
    }
    .navbar-nav>li {
        float: right;
        display: inline-block;
    }
    #mob-nav,#nav-icon3 {
        display: none;
    }
}


/* 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;*/
}

.card {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  height: 130px;
  margin: 5px 5px 5px 0;
  position: relative;
  width: 200px;
}

.no-background {
    background: unset!important;
    border: unset!important;
}

.playlist .card {
    border-radius: 18px;
}

.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;
}


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;
    }
}

.card {
    background: #e1e1e1;
    border: 1px solid lightgrey;
    border-radius: 2px;
    display: inline-block;
    /*margin: 1rem;*/
    position: relative;
    padding: 15px 0 10px 0;
    width:100%;
    height: 180px;
    text-align: center;
    /*max-height: 230px;*/
}

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

.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) {
    .card__bottom {
        padding: 10px;
    }
    .card__heading {
        font-size: 14px;
    }
    .fill {
        width: 100%;
        height: 100%!important;
        background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}


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


.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.slideshow {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: auto;
}

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
