@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,700|Roboto:300,400,500,700');

body {
    background: #000000;
}

body {
    font-family: 'Roboto', sans-serif;
}

header#masthead {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 12;
    overflow: auto;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.49);
}

div#content {
    margin: 120px 0 0;
}

div#menulauncher {
    display: block;
    float: left;
    border-right: 1px solid #c3c3c3;
    margin-right: 30px;
    cursor: pointer;
}

div#menulogo {
    float: left;
}

.sabotgrouplogo {
    display: block;
    width: 113px;
    height: 96px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

nav.menunav {
    float: left;
}

.countdownmenu {
}

ul.fik {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

.shopi {
    float: right;
}

li.mainli {
    display: inline-block;
    float: left;
}

a.linko {
    padding: 36px 20px;
    color: #000;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

a.shopk {
    padding: 36px 20px;
    color: #000;
    text-transform: uppercase;
    display: block;
    box-shadow: -1px 0px 1px -1px rgba(0, 0, 0, 0.49);
}

.countdownmenu {
    text-transform: uppercase;
    display: block;
    float: left;
    background: #262626;
    color: #fff;
    padding: 19px 20px;
}

div#countdown {
    color: #fff;
    float: left;
    padding: 6px 0;
}

div#tiles span {
    display: inline-block;
    width: 50px;
    float: left;
    font-size: 19px;
    text-align: center;
}

.labels li {
    display: inline-block;
    width: 50px;
    float: left;
    font-size: 12px;
    text-align: center;
    text-transform: capitalize;
}

.labels {
    overflow: auto;
    width: 100%;
}

div#tiles {
    overflow: auto;
    width: 100%;
}

div#floatbar {

    /*overflow: auto;*/

    /*float: right;*/
}

span.barbar {
    display: block;
    background: #000;
    margin: 0 0 6px;
    height: 3px;
    width: 40px;
    border-radius: 5px;
}

div#menubar {
    overflow: auto;
    display: block;
    margin: 34.5px 25px;
}

div#glock {
    float: left;
    padding: 11px 10px;
    font-size: 24px;
}

div#glock {
}

a#logolinkl {
    display: block;
}

div#pageslider {
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 999999;
}

div#slideconten {
    background-image: url(/wp-content/uploads/2017/10/frontpage.jpg);
    background-position: 50%;
    height: 100vh;
    width: 100%;
    background-size: cover;
}

div#transitionoverlay {
    height: 100vh;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.transitionbox {
    float: left;
    height: 100%;
    width: 25%;
    position: relative;
    overflow: hidden;
}

.transitionbox:before {
    content: close-quote;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0, 0, 0);
    right: 0;
    margin: 0 auto;
    transform: translateY(100%);    /* transition: all .2s; */
}

.transitionbox.uptransition:before {
    transform: translateY(0%);
    transition: all .2s;
}

div#trigger {
    position: absolute;
    bottom: 30px;
    text-align: center;
    left: 0;
    right: 0;
}

span.trigger {
    display: inline-block;
    margin: 0 auto;
    background: #fff;
    padding: 5px 15px;
}

.transitionbox.uptransition:before {
    animation-duration: 3s;
    animation-name: slideboxes;
}

@keyframes slideboxes {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0%);
    }

}

.transitionbox.uptransition:nth-child(1):before {
    animation-duration: 1.3s;
    animation-name: slideboxes;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.transitionbox.uptransition:nth-child(2):before {
    animation-duration: 1.0s;
    animation-name: slideboxes;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.transitionbox.uptransition:nth-child(3):before {
    animation-duration: 1.35s;
    animation-name: slideboxes;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.transitionbox.uptransition:nth-child(4):before {
    animation-duration: 1.1s;
    animation-name: slideboxes;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.transitionbox.uptransition:nth-child(5):before {
    animation-duration: 1.3s;
    animation-name: slideboxes;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.transitionbox:after {
    content: close-quote;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    right: 0;
    margin: 0 auto;
    transform: translateY(0%);    /* transition: all .2s; */
}

@keyframes slideaway {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-100%);
    }

}

.transitionbox.distransition:nth-child(1):after {
    animation-duration: 1.1s;
    animation-name: slideaway;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.transitionbox.distransition:nth-child(2):after {
    animation-duration: 1.35s;
    animation-name: slideaway;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.transitionbox.distransition:nth-child(3):after {
    animation-duration: 1.0s;
    animation-name: slideaway;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.transitionbox.distransition:nth-child(4):after {
    animation-duration: 1.2s;
    animation-name: slideaway;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.transitionbox.distransition:nth-child(5):after {
    animation-duration: 1.3s;
    animation-name: slideaway;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

div#homega {
    height: 100vh;    /* background-image: url(/wp-content/uploads/2017/10/frontpage.jpg); */

    /* background-size: cover; */

    /* background-position: 50%; */
    width: 100%;
}

.linef {
    float: left;
    width: 25%;
    height: 100vh;
    box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.13) inset;
}

div#linesin {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
}

footer#colophon {
    position: relative;
    z-index: 12;
    background: #131313;
    padding: 45px 10px;
    color: #d6d6d6;
    float: left;
    width: 100%;
}

div#backgroundcontent {
    background-image: url(/wp-content/uploads/2017/10/frontpage.jpg);
    background-size: cover;
    background-position: 50%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

div#menusidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 25%;
    background: #dcdcdc;
    z-index: 15;
    overflow: auto;
    transform: translateX(-100%);
    -webkit-transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

div#menusidebar {
}

div#menusidebar ul#menu-main-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

div#menusidebar ul#menu-main-menu
a {
    display: block;
    text-align: center;
    color: #757575;
    padding: 15px 5px;
    -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

div#logoimg img {
    display: block;
    margin: 25px auto;
    max-width: 100px;
}

ul.soclamei {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

li.soli {
    display: inline-block;
}

a.soli {
    color: #757575;
    font-size: 21px;
    display: block;
    padding: 5px 10px;
}

div#timeclose {
    color: #757575;
    font-size: 30px;
    text-align: right;
    padding: 30px;
    cursor: pointer;
}

div#logoimg svg {
    width: 100%;
    max-width: 100px;
    margin: 0 auto;
    display: block;
    max-height: 100px;
}

div#logoimg svg path {
    fill: #757575;
}

div#menusidebar.launchmenu {
    transform: translateX(0);
}

div#timeclose:hover {
    background: #000;
}

div#menulauncher:hover {
    background: #000;
    color: #fff;
}

div#menulauncher:hover span.barbar {
    background: #fff;
}

div#menuoverlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.41);
    z-index: 13;
    visibility: hidden;
    -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    opacity: 0;
    cursor: pointer;
}

div#menuoverlay.launchmenu {
    opacity: 1;
    visibility: visible;
}

div#menuoverlay:hover {
    background: rgba(255, 255, 255, 0.63);
}

div#menusidebar ul#menu-main-menu a:hover {
    text-decoration: none;
    background: #000;
}

* {
    box-sizing: border-box;
}

.video-background {
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -99;
}

.video-foreground,
.video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

#vidtop-content {
    top: 0;
    color: #fff;
}

.vid-info {
    position: absolute;
    top: 0;
    right: 0;
    width: 33%;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 1rem;
    font-family: Avenir, Helvetica, sans-serif;
}

.vid-info h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 0;
    line-height: 1.2;
}

.vid-info a {
    display: block;
    color: #fff;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.5);
    transition: .6s background;
    border-bottom: none;
    margin: 1rem auto;
    text-align: center;
}

@media (min-aspect-ratio:16/9) {
    .video-foreground {
        height: 300%;
        top: -100%;
    }

}

@media (max-aspect-ratio:16/9) {
    .video-foreground {
        width: 300%;
        left: -100%;
    }

}

@media all and (max-width:600px) {
    .vid-info {
        width: 50%;
        padding: .5rem;
    }

    .vid-info h1 {
        margin-bottom: .2rem;
    }

}

@media all and (max-width:500px) {
    .vid-info .acronym {
        display: none;
    }

}

.menu-right-Donate-container a:before,
ul#menu-right-menu li a:before,
ul#menu-left-menu li a:before {
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: close-quote;
    transform: translateY(100%);
    z-index: 999;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    z-index: -1;
}

.menu-right-Donate-container a:hover:before,
ul#menu-right-menu li a:hover:before,
ul#menu-left-menu li a:hover:before {
    transform: translateY(0);
}

.menu-right-Donate-container a:hover,
ul#menu-right-menu li a:hover,
ul#menu-left-menu li a:hover {
    color: #fff;
}

.menu-left-menu-container {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul#menu-right-menu,
ul#menu-left-menu {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul#menu-right-menu li,
ul#menu-left-menu li {
    display: inline-block;
    float: left;
}

ul#menu-right-menu li a,
ul#menu-left-menu li a {
    padding: 36px 20px;
    color: #000;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.menu-right-menu-container {
    float: left;
    color: #000;
    text-transform: uppercase;
    display: block;
    box-shadow: -1px 0px 1px -1px rgba(0, 0, 0, 0.49);
}

div#primary {
    position: relative;
    z-index: 11;
    min-height: 100vh;
    padding: 96px 3vw;
    overflow: auto;
    float: left;
    width: 100%;
}

main#main {
    overflow: auto;    /* background-image: url(/wp-content/uploads/2017/10/frontpage.jpg); */
    background-position: 50% 0%;
    position: relative;
    background-size: cover;
    padding: 0;
}

div#rightconten {
    float: right;
    min-height: 100vh;
    width: 50%;
    position: relative;    /* background-position: 50% 0%; */
    background-position: 100% 0%;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.3);
}

div#leftcontent {
    float: left;
    width: 50%;
    min-height: 100vh;
    position: relative;
    z-index: 1245;
    padding: 0;
}

h1.entry-title {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 2rem;
    font-family: 'Oswald', sans-serif;
}

div#weblogo {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    margin: 0 auto;
    display: block;
    background: #000000;
}

div#weblogo svg path {
    fill: rgba(255, 255, 255, 0);
    stroke: rgba(255, 255, 255, 0.5);
    stroke-dasharray: 0, 100;
    stroke-dashoffset: 0px;
    stroke-miterlimit: 10;
    stroke-width: 2px;
}

div#weblogo svg {
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 300px;
    transition: all .5s;
}

svg#asdasdasd.ifni path {
    fill: #fff;
    transition: all 1.4s;
}

div#homega {
    position: relative;
    z-index: 11;
}

h1.servk {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    font-size: 5rem;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    font-family: 'Oswald', sans-serif;
    display: none;
}

div#explorelink {
    position: absolute;
    bottom: 200px;
    left: 0;
    right: 0;
    text-align: center;
}

a.exlo {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 21px;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
}

.rightcontainer {
    margin: 25vh 0 0px;
    background: rgba(25, 25, 25, 0.69);
    min-height: 75vh;
    padding: 15% 5%;
    position: relative;
    color: #d6d6d6;
    z-index: 52;
}

div#titlecontainer {
    position: absolute;
    bottom: 65%;
    font-size: 6rem;
    line-height: 6rem;
    text-transform: uppercase;
    font-weight: 800;
    transform: translateY(50%);
    left: 0;
    right: 0;
    word-break: break-word;
    padding: 10px;
    color: rgba(255, 255, 255, 0.18);
    z-index: 12;
    font-family: 'Oswald', sans-serif;
}

.slideim.slick-slide {
    min-height: 100vh;
    position: relative;
    background-size: cover;
    background-position: 50%;
}

button.slick-prev.slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 12;
}

button.slick-next.slick-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 12324;
}

button.slick-arrow {
    background: rgba(0, 0, 0, 0.54);
    border: none;
    border-radius: 0;
    color: #fff;
    padding: 15px 10px;
    display: inline-block;
    text-transform: uppercase;
    transform: translateY(-50%);
    font-size: 12px;
}

footer#colophon a {
    color: inherit;
}

.sabotgrouplogo svg {
    max-width: 100px;
    display: inline-block;
    max-height: 96px;
}

svg#vivisulogo:hover svg path {
    fill: #fff;
}

.sabotgrouplogo:hover path {
    fill: #ffffff;
}

.sabotgrouplogo:hover {
}

.sabotgrouplogo:before {
    content: close-quote;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    transform: translateY(100%);
    -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    z-index: -1;
}

.sabotgrouplogo:hover:before {
    transform: translateY(0%);
}

path {
}

svg#vivisulogo path {
    transition: all 600ms;
}

.barlineshomepage {
    height: 40vh;
    display: block;
    width: 25%;
    float: left;
    position: relative;
}

div#barlines {
    float: left;
    width: 100%;
    margin: 10vh 0 0;
}

.barlineshomepage:before {
    content: close-quote;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    height: 40vh;
}

.barlineshomepage.lfk:before {
    height: 25vh;
}

div#thumbnailslider {
    position: absolute;
    bottom: 60px;
    left: 15px;
    right: 15px;
}

.sthumn.slick-slide {
    min-height: 100px;
    background-size: cover;
    background-position: 50%;
    margin: 0 5px;
}

.ik {
    display: inline-block;
    padding: 5px 15px;
    font-size: 13px;
}

.ik i {
    padding-right: 10px;
}

.site-info {
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
}

div#logofoot {
    margin: 0 auto;
    display: block;
}

div#logofoot path {
    fill: #fff;
}

div#logofoot svg {
    max-width: 100px;
    margin: 0 auto 30px;
    display: block;
    max-height: 100px;
}

ul.footer-bottom-socials.stm-list-duty {
    margin: 0;
    padding: 25px 0 0;
    list-style: none;
    text-align: center;
}

ul.footer-bottom-socials.stm-list-duty li {
    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
}

ul.footer-bottom-socials.stm-list-duty {
}

ul#menu-main-menu-1 {
    padding: 20px 0 0;
    margin: 0;
    text-align: center;
    list-style: none;
}

ul#menu-main-menu-1 li {
    display: inline-block;
}

ul#menu-main-menu-1 li a {
    display: block;
    font-size: 14px;
    padding: 0 15px;
}

.contantwrapper {
    overflow: auto;
    float: left;
    width: 100%;
    padding: 0 0 0;
    background: #000;
}

.slideim.slick-slide a {
    position: relative;
    background-size: cover;
    background-position: 50%;
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 15px;
    color: #fff;
    text-transform: uppercase;
    margin: 10px;
    font-family: 'Oswald', sans-serif;
}

.sectiongrtoup {

    /* padding: 60px 30px; */
    text-align: center;
    margin: 0;
    background-size: cover;
    background-position: 50%;
}

div#supportslok {
    background: #fff;
}

.logk a {
    font-size: 12px;
    padding: 15px 30px;
    color: #fff !important;
    font-weight: 900;
    background: #222;
}

.siporgrop {
    margin: 25px 0;
    display: block;
    overflow: auto;
    max-width: 768px;
    margin: 30px auto;
}

.logk {
    overflow: auto;
}

.logk a {
    display: inline-block;
    text-decoration: none;
}

div#supportslok {
}

.seciondiv {
    background: #fff;
    padding: 60px 30px;
    color: #4a4a4a;
}

.sectiongrtoup.has-image {
}

.sectiongrtoup.has-image .seciondiv {
    color: #fff;
    background: rgba(34, 34, 34, 0.81);
}

.imglo {
    max-width: 500px;
    margin: 0 auto;
}

div#gtwo {
    position: absolute;
    bottom: 0;
    left: 0;
}

.controlso span {
    font-size: 21px;
    padding: 0px;
    color: #fff;
    margin: 5px 0 5px;
    cursor: pointer;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
}

span#muteo {
    display: block;
    width: 50px;
    padding: 10px;
}

span#playo {
    display: block;
    width: 50px;
    padding: 10px;
}

.controlso:hover {
    background: #000;
}

span#playo i:before {
}

span#muteo.controlaunch i:before {
    content: "\f028";
    content: "\f026";
}

span#playo.controlaunch i:before {
    content: "\f04b";
}

ul#menu-main-menu-1 li .sub-menu {
    display: none;
}

.foogallery-default.alignment-center {
    margin: 30px 0;
}

#tribe-events-content .tribe-events-calendar td {
    box-sizing: border-box;
    color: #114b7d;
    font-size: 12px;
    height: 145px;
    padding: 0 0 .5em;
    background: #dedede;
    vertical-align: top;
    width: 14.28%;
}

#tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner label {
    margin: 0;
    color: #444;
}

.slideim.slick-slide a:hover {
    background: #000;
}

div#menusidebar {
}

div#menusidebar .countdownmenu {
    float: none;
    overflow: auto;
    text-align: center;
}

h2.coundk {
    display: block;
    text-align: center;
    color: #757575;
    padding: 5px 5px 0px;
    font-size: 18px;
}

@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,700|Roboto:300,400,500,700');

body {
    background: #000000;
}

body {
    font-family: 'Roboto', sans-serif;
}

header#masthead {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 12;
    overflow: visible;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.49);
}

div#content {
    margin: 120px 0 0;
}

div#menulauncher {
    display: block;
    float: left;
    border-right: 1px solid #c3c3c3;
    margin-right: 30px;
    cursor: pointer;
}

div#menulogo {
    float: left;
}

.sabotgrouplogo {
    display: block;
    width: 113px;
    height: 96px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    overflow: visible;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

nav.menunav {
    float: left;
    position: relative;
}

.countdownmenu {
}

ul.fik {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

.shopi {
    float: right;
}

li.mainli {
    display: inline-block;
    float: left;
}

a.linko {
    padding: 36px 20px;
    color: #000;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

a.shopk {
    padding: 36px 20px;
    color: #000;
    text-transform: uppercase;
    display: block;
    box-shadow: -1px 0px 1px -1px rgba(0, 0, 0, 0.49);
}

.countdownmenu {
    text-transform: uppercase;
    display: block;
    float: left;
    background: #262626;
    color: #fff;
    padding: 9px 20px;
    max-width: 281px;
}

div#countdown {
    color: #fff;
    float: right;
    padding: 6px 0;
    display: inline-block;
    width: auto;
    max-width: calc(100% - 41px);
}

div#tiles span {
    display: inline-block;
    width: 50px;
    float: left;
    font-size: 19px;
    text-align: center;
}

.labels li {
    display: inline-block;
    width: 50px;
    float: left;
    font-size: 12px;
    text-align: center;
    text-transform: capitalize;
}

.labels {
    overflow: auto;
    width: 100%;
}

div#tiles {
    overflow: auto;
    width: 100%;
}

div#floatbar {

    /*overflow: auto;*/

    /*float: right;*/
}

span.barbar {
    display: block;
    background: #000;
    margin: 0 0 6px;
    height: 3px;
    width: 40px;
    border-radius: 5px;
}

div#menubar {
    overflow: auto;
    display: block;
    margin: 34.5px 25px;
}

div#glock {
    float: left;
    padding: 11px 10px;
    font-size: 24px;
}

div#glock {
}

a#logolinkl {
    display: block;
}

div#pageslider {
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 999999;
}

div#slideconten {
    background-image: url(/wp-content/uploads/2017/10/frontpage.jpg);
    background-position: 50%;
    height: 100vh;
    width: 100%;
    background-size: cover;
}

div#transitionoverlay {
    height: 100vh;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.transitionbox {
    float: left;
    height: 100%;
    width: 25%;
    position: relative;
    overflow: hidden;
}

.transitionbox:before {
    content: close-quote;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0, 0, 0);
    right: 0;
    margin: 0 auto;
    transform: translateY(100%);    /* transition: all .2s; */
}

.transitionbox.uptransition:before {
    transform: translateY(0%);
    transition: all .2s;
}

div#trigger {
    position: absolute;
    bottom: 30px;
    text-align: center;
    left: 0;
    right: 0;
}

span.trigger {
    display: inline-block;
    margin: 0 auto;
    background: #fff;
    padding: 5px 15px;
}

.transitionbox.uptransition:before {
    animation-duration: 3s;
    animation-name: slideboxes;
}

@keyframes slideboxes {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0%);
    }

}

.transitionbox.uptransition:nth-child(1):before {
    animation-duration: 1.3s;
    animation-name: slideboxes;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.transitionbox.uptransition:nth-child(2):before {
    animation-duration: 1.0s;
    animation-name: slideboxes;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.transitionbox.uptransition:nth-child(3):before {
    animation-duration: 1.35s;
    animation-name: slideboxes;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.transitionbox.uptransition:nth-child(4):before {
    animation-duration: 1.1s;
    animation-name: slideboxes;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.transitionbox.uptransition:nth-child(5):before {
    animation-duration: 1.3s;
    animation-name: slideboxes;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.transitionbox:after {
    content: close-quote;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    right: 0;
    margin: 0 auto;
    transform: translateY(0%);    /* transition: all .2s; */
}

@keyframes slideaway {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-100%);
    }

}

.transitionbox.distransition:nth-child(1):after {
    animation-duration: 1.1s;
    animation-name: slideaway;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.transitionbox.distransition:nth-child(2):after {
    animation-duration: 1.35s;
    animation-name: slideaway;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.transitionbox.distransition:nth-child(3):after {
    animation-duration: 1.0s;
    animation-name: slideaway;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.transitionbox.distransition:nth-child(4):after {
    animation-duration: 1.2s;
    animation-name: slideaway;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.transitionbox.distransition:nth-child(5):after {
    animation-duration: 1.3s;
    animation-name: slideaway;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

div#homega {
    height: 100vh;    /* background-image: url(/wp-content/uploads/2017/10/frontpage.jpg); */

    /* background-size: cover; */

    /* background-position: 50%; */
    width: 100%;
}

.linef {
    float: left;
    width: 25%;
    height: 100vh;
    box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.13) inset;
}

div#linesin {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
}

footer#colophon {
    position: relative;
    z-index: 12;
    background: #131313;
    padding: 45px 10px;
    color: #d6d6d6;
    float: left;
    width: 100%;
}

div#backgroundcontent {
    background-image: url(/wp-content/uploads/2017/10/frontpage.jpg);
    background-size: cover;
    background-position: 50%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

div#menusidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 25%;
    background: #dcdcdc;
    z-index: 15;
    overflow: auto;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -webkit-transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

div#menusidebar {
}

div#menusidebar ul#menu-main-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

div#menusidebar ul#menu-main-menu
a {
    display: block;
    text-align: center;
    color: #757575;
    padding: 15px 5px;
    -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

div#logoimg img {
    display: block;
    margin: 25px auto;
    max-width: 100px;
}

ul.soclamei {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

li.soli {
    display: inline-block;
}

a.soli {
    color: #757575;
    font-size: 21px;
    display: block;
    padding: 5px 10px;
}

div#timeclose {
    color: #757575;
    font-size: 30px;
    text-align: right;
    padding: 30px;
    cursor: pointer;
}

div#logoimg svg {
    width: 100%;
    max-width: 100px;
    margin: 0 auto;
    display: block;
    max-height: 100px;
}

div#logoimg svg path {
    fill: #757575;
}

div#menusidebar.launchmenu {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

div#timeclose:hover {
    background: #000;
}

div#menulauncher:hover {
    background: #000;
    color: #fff;
}

div#menulauncher:hover span.barbar {
    background: #fff;
}

div#menuoverlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.41);
    z-index: 13;
    visibility: hidden;
    -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    opacity: 0;
    cursor: pointer;
}

div#menuoverlay.launchmenu {
    opacity: 1;
    visibility: visible;
}

div#menuoverlay:hover {
    background: rgba(255, 255, 255, 0.63);
}

div#menusidebar ul#menu-main-menu a:hover {
    text-decoration: none;
    background: #000;
}

* {
    box-sizing: border-box;
}

.video-background {
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -99;
}

.video-foreground,
.video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

#vidtop-content {
    top: 0;
    color: #fff;
}

.vid-info {
    position: absolute;
    top: 0;
    right: 0;
    width: 33%;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 1rem;
    font-family: Avenir, Helvetica, sans-serif;
}

.vid-info h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 0;
    line-height: 1.2;
}

.vid-info a {
    display: block;
    color: #fff;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.5);
    transition: .6s background;
    border-bottom: none;
    margin: 1rem auto;
    text-align: center;
}

@media (min-aspect-ratio:16/9) {
    .video-foreground {
        height: 300%;
        top: -100%;
    }

}

@media (max-aspect-ratio:16/9) {
    .video-foreground {
        width: 300%;
        left: -100%;
    }

}

@media all and (max-width:600px) {
    .vid-info {
        width: 50%;
        padding: .5rem;
    }

    .vid-info h1 {
        margin-bottom: .2rem;
    }

}

@media all and (max-width:500px) {
    .vid-info .acronym {
        display: none;
    }

}

ul#menu-right-menu li a:before,
ul#menu-left-menu li a:before {
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: close-quote;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    z-index: 999;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    z-index: -1;
}

ul#menu-right-menu li a:hover:before,
ul#menu-left-menu li a:hover:before {
    transform: translateY(0);
    -webkit-transform: translateY(0%);
}

ul#menu-right-menu li a:hover,
ul#menu-left-menu li a:hover {
    color: #fff;
}

.menu-left-menu-container {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul#menu-right-menu,
ul#menu-left-menu {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul#menu-right-menu li,
ul#menu-left-menu li {
    display: inline-block;
    float: left;
}

ul#menu-right-menu li a,
ul#menu-left-menu li a {
    padding: 36px 20px;
    color: #000;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.menu-right-menu-container {
    float: left;
    color: #000;
    text-transform: uppercase;
    display: block;
    box-shadow: none;
}

div#primary {
    position: relative;
    z-index: 11;
    min-height: calc(100vh - 96px);
    padding: 96px 3vw;
    overflow: auto;
    float: left;
    width: 100%;
}

main#main {
    overflow: auto;    /* background-image: url(/wp-content/uploads/2017/10/frontpage.jpg); */
    background-position: 50% 0%;
    position: relative;
    background-size: cover;
    padding: 0;
}

div#rightconten {
    float: right;
    min-height: 100vh;
    width: 50%;
    position: relative;    /* background-position: 50% 0%; */
    background-position: 100% 0%;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.3);
}

div#leftcontent {
    float: left;
    width: 50%;
    min-height: calc(100vh - 96px);
    position: relative;
    z-index: 1245;
    padding: 0;
}

h1.entry-title {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 1rem;
    font-family: 'Oswald', sans-serif;
    color: #f3f3f3;
}

div#weblogo {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999999999999999999999;
    margin: 0 auto;
    display: block;
    background: #000000;
}

div#weblogo svg path {
    fill: rgba(255, 255, 255, 0);
    stroke: rgba(255, 255, 255, 0.5);
    stroke-dasharray: 0, 100;
    stroke-dashoffset: 0px;
    stroke-miterlimit: 10;
    stroke-width: 2px;
}

div#weblogo svg {
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    max-width: 300px;
    transition: all .5s;
}

svg#asdasdasd.ifni path {
    fill: #fff;
    transition: all 1.4s;
}

div#homega {
    position: relative;
    z-index: 11;
}

h1.servk {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    font-size: 5rem;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    font-family: 'Oswald', sans-serif;
}

div#explorelink {
    position: absolute;
    bottom: 200px;
    left: 0;
    right: 0;
    z-index: 9;
    text-align: center;
}

a.exlo {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 17px;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    border: 1px solid #fff;
    padding: 5px 5vw;
    border-radius: 0px;
    width: 300px;
    display: block;
    margin: 0 auto;
}

.rightcontainer {
    margin: 25vh 0 0px;
    background: rgba(25, 25, 25, 0.69);
    min-height: 55vh;
    padding: 60px 5%;
    position: relative;
    color: #d6d6d6;
    z-index: 52;
}

div#titlecontainer {
    position: absolute;
    bottom: 65%;
    font-size: 6rem;
    line-height: 6rem;
    text-transform: uppercase;
    font-weight: 800;
    transform: translateY(50%);
    left: 0;
    right: 0;
    word-break: break-word;
    padding: 10px;
    color: rgba(255, 255, 255, 0.11);
    z-index: 12;
    font-family: 'Oswald', sans-serif;
}

.slideim.slick-slide {
    min-height: calc(100vh - 96px);
    position: relative;
    background-size: cover;
    background-position: 50%;
    background-color: rgba(19, 19, 19, 0.48);
}

button.slick-prev.slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 12;
}

button.slick-next.slick-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 12324;
}

button.slick-arrow {
    background: rgba(0, 0, 0, 0.54);
    border: none;
    border-radius: 0;
    color: #fff;
    padding: 15px 10px;
    display: inline-block;
    text-transform: uppercase;
    transform: translateY(-50%);
    font-size: 12px;
}

footer#colophon a {
    color: inherit;
}

.sabotgrouplogo svg {
    max-width: 100px;
    display: inline-block;
    max-height: 96px;
}

svg#vivisulogo:hover svg path {
    fill: #fff;
}

.sabotgrouplogo:hover path {
    fill: #ffffff;
}

.sabotgrouplogo:hover {
}

.sabotgrouplogo:before {
    content: close-quote;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    bottom: 0;
    background: #000;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    z-index: -1;
    background-image: url(/wp-content/uploads/2018/04/sabotgroupfoundation.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: 999999999;
}

.sabotgrouplogo:hover:before {
    transform: translateY(0%);
    opacity: 1;
}

path {
}

svg#vivisulogo path {
    transition: all 600ms;
}

.barlineshomepage {
    height: 40vh;
    display: block;
    width: 25%;
    float: left;
    position: relative;
}

div#barlines {
    float: left;
    width: 100%;
    margin: 10vh 0 0;
}

.barlineshomepage:before {
    content: close-quote;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    height: 40vh;
}

.barlineshomepage.lfk:before {
    height: 25vh;
}

div#thumbnailslider {
    position: absolute;
    bottom: 60px;
    left: 15px;
    right: 15px;
}

.sthumn.slick-slide {
    min-height: 100px;
    background-size: cover;
    background-position: 50%;
    margin: 0 5px;
}

.ik {
    display: inline-block;
    padding: 5px 15px;
    font-size: 13px;
}

.ik i {
    padding-right: 10px;
}

.site-info {
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
}

div#logofoot {
    margin: 0 auto;
    display: block;
}

div#logofoot path {
    fill: #fff;
}

div#logofoot svg {
    max-width: 100px;
    margin: 0 auto 30px;
    display: block;
    max-height: 100px;
}

ul.footer-bottom-socials.stm-list-duty {
    margin: 0;
    padding: 25px 0 0;
    list-style: none;
    text-align: center;
}

ul.footer-bottom-socials.stm-list-duty li {
    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
}

ul.footer-bottom-socials.stm-list-duty {
}

ul#menu-main-menu-1 {
    padding: 20px 0 0;
    margin: 0;
    text-align: center;
    list-style: none;
}

ul#menu-main-menu-1 li {
    display: inline-block;
}

ul#menu-main-menu-1 li a {
    display: block;
    font-size: 14px;
    padding: 0 15px;
}

.contantwrapper {
    overflow: auto;
    float: left;
    width: 100%;
    padding: 0 0 0;
    background: #000;
}

.slideim.slick-slide a {
    position: relative;
    background-size: cover;
    background-position: 50%;
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 15px;
    color: #fff;
    text-transform: uppercase;
    margin: 10px;
    font-family: 'Oswald', sans-serif;
}

.sectiongrtoup {

    /* padding: 60px 30px; */
    text-align: center;
    margin: 0;
    background-size: cover;
    background-position: 50%;
}

div#supportslok {
    background: #fff;
}

.logk a {
    font-size: 12px;
    padding: 15px 30px;
    color: #fff !important;
    font-weight: 900;
    background: #222;
}

.siporgrop {
    margin: 25px 0;
    display: block;
    overflow: auto;
    max-width: 768px;
    margin: 30px auto;
}

.logk {
    overflow: auto;
}

.logk a {
    display: inline-block;
    text-decoration: none;
}

div#supportslok {
}

.seciondiv {
    background: #fff;
    padding: 60px 30px;
    color: #4a4a4a;
}

.sectiongrtoup.has-image {
}

.sectiongrtoup.has-image .seciondiv {
    color: #fff;
    background: rgba(34, 34, 34, 0.81);
}

.imglo {
    max-width: 500px;
    margin: 0 auto;
}

div#gtwo {
    position: absolute;
    bottom: 0;
    left: 0;
}

.controlso span {
    font-size: 21px;
    padding: 0px;
    color: #fff;
    margin: 5px 0 5px;
    cursor: pointer;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
}

span#muteo {
    display: block;
    width: 50px;
    padding: 10px;
}

span#playo {
    display: block;
    width: 50px;
    padding: 10px;
}

.controlso:hover {
    background: #000;
}

span#playo i:before {
}

span#muteo.controlaunch i:before {
    content: "\f028";
    content: "\f026";
}

span#playo.controlaunch i:before {
    content: "\f04b";
}

ul#menu-main-menu-1 li .sub-menu {
    display: none;
}

.foogallery-default.alignment-center {
    margin: 30px 0;
}

#tribe-events-content .tribe-events-calendar td {
    box-sizing: border-box;
    color: #114b7d;
    font-size: 12px;
    padding: 0 0 .5em;
    background: #dedede;
    vertical-align: top;
    width: 14.28%;
}

#tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner label {
    margin: 0;
    color: #444;
}

.slideim.slick-slide a:hover {
    background: #000;
}

div#menusidebar {
}

div#menusidebar .countdownmenu {
    float: none;
    overflow: auto;
    text-align: center;
}

h2.coundk {
    display: block;
    text-align: center;
    color: #757575;
    padding: 5px 5px 0px;
    font-size: 18px;
}

div#headersko {
    overflow: auto;
    float: left;
    width: 100%;
    display: none;
}

div#headersko {
}

div#headersko .countdownmenu {
    width: 100%;
    background: rgb(31, 31, 31);
}

div#headersko .countdownmenu div#tiles {
    text-align: center;
}

div#headersko .countdownmenu .labels {
    text-align: center;
    line-height: 18px;
}

div#headersko .countdownmenu h2.coundk {
    display: none;
}

li#ellgoo {
}

li#ellgoo svg#vivisulogo {
    max-height: 60px;
    max-width: 100px;
    float: left;
    margin: 5px 15px;
}

li#ellgoo svg#vivisulogo path {
    fill: #fff;
}

#swipemenu #panels ul li.bellows-menu-item {
    text-align: center;
    width: 100%;
    display: block;
}

#swipemenu #panels ul li.bellows-menu-item a {
    display: block;
    text-align: center;
    color: #fff;
    padding: 25px 5px;
    width: 100%;
}

#swipemenu li li.soli {
    width: auto;
    display: inline-block;
    float: none;
}

#swipemenu #panels ul ul.soclamei {
    text-align: center;
    height: auto;
}

span#mobileplayo {
    display: block;
    width: 50px;
    padding: 10px;
}

span#mobileplayo.controlaunch i:before {
    content: "\f04c";
}

div#mobilecontrol {
    display: none;
}

div#floatbar {

    /*display: none;*/
}

header#masthead div#floatbar {
    position: relative;
    float: right;
    display: block;
}

div#coundownfooter {
    position: fixed;
    top: 10px;
    right: 0;
    z-index: 123415415;
    display: none;
}

div#coundownfooter {
}

div#coundownfooter div#countdown {
    width: auto;
}

.openbox,
.closebox {
    background: rgb(8, 8, 8);
    color: white;
    padding: 10px 27px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 12px;
    margin: 10px auto;
    text-transform: uppercase;
    width: 300px;
}

.closebox {
    position: absolute;
    margin: 20px;
    top: 0;
    right: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-family: Arial, Baskerville, monospace;
    font-size: 40px;
    box-sizing: border-box;
    padding: 0;
    padding-right: 1px;
    height: 40px;
    width: 40px;
    display: block;
    text-align: center;
    line-height: 44px;
    z-index: 9999999999;
}

.videowrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .9);
}

#video {
    width: 98%;
    height: 400px;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin: 0 auto;
    display: block;
}

div#videolibbozx {
    float: left;
    width: 100%;
    position: fixed;
    display: none;
    z-index: 1;
    height: 100vh;
}

div#videolibbozx.opendk {
    z-index: 999909999999999999;
    visibility: visible;
    opacity: 1;
}

.openbox,
.closebox {
    display: none;
}

ul.bellows-submenu a.bellows-target {
    background: #eaeaea;
}

a {
}

ul.tribe-events-sub-nav a {
    color: #fff;
    padding: 8px 10px;
    border-radius: 2px;
    display: inline-block;
}

a.url {
    color: #272727;
    padding: 0px 0px;
    border-radius: 2px;
    font-size: 10px !important;
    display: inline-block;
    font-weight: 700;
}

p.tribe-events-back a {
    background: #000;
    color: #fff;
    padding: 8px 10px;
    border-radius: 2px;
    display: inline-block;
}

.single-tribe_events .tribe-events-event-meta {
    background: #060606;
    border: 1px solid #171717;
    margin: 30px 0;
}

a.exlo:hover {
    background: #fff;
    color: #444;
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #26a69a;
    -webkit-box-shadow: 0 1px 0 0 #26a69a;
    box-shadow: 0 1px 0 0 #26a69a;
}

input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),textarea.materialize-textarea {
    background-color: rgba(0, 0, 0, 0.13);
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 20px 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.3s;
    color: #444;
    padding: 0 0px;
    transition: all 0.3s;
}

input.search-submit {
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    font-size: 1rem;
    outline: 0;
    text-decoration: none;
    color: #fff;
    background-color: #000000;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    cursor: pointer;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

h1.page-title {
}

h1.page-title {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 2rem;
    font-family: 'Oswald', sans-serif;
    color: #212121;
}

div#rightconten.searcht .entry-title a {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 2rem;
    font-family: 'Oswald', sans-serif;
    color: #fff;
}

.nav-links a {
    display: inline-block;
    padding: 5px 25px;
    color: #fff;
    border-radius: 2px;
    text-transform: uppercase;
    border: 2px solid #fff;
    font-size: 14px;
}

html .bellows .bellows-nav .bellows-subtoggle .fa {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 50px;
    margin-top: -8px;
    text-align: center;
    left: auto;
}

html .bellows .bellows-nav .bellows-subtoggle {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
}

html .gform_wrapper textarea.medium {
    background-color: rgba(255, 255, 255, 0.13);
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    font-size: 1rem;
    margin: 0 0 20px 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.3s;
    color: #fff;
    padding: 0 0px;
    transition: all 0.3s;
}

button#launchModalB {
    font-family: 'Roboto', sans-serif;
    background-color: #424242;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 8px 25px;
    border-radius: 0;
    border-color: #424242;
}

div#launchModal {
    z-index: 9999999999;
}

div#launchModal .modal-dialog {
    max-width: 768px;
}

div#launchModal .modal-content {
    background: rgba(33, 32, 31, 0.90);
    color: #fff;
    border: none;
    border-radius: 0;
}

div#launchModal .modal-header {
    border: none;
    background: #0b0a09;
}

div#launchModal button.close {
    color: #fff;
    text-shadow: none;
    opacity: 1;
}

.modal-header h5 {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    font-family: 'Oswald', sans-serif;
}

div#launchModal {
}

div#launchModal .modal-body {
    padding: 60px 30px;
    color: #ababab;
}

div#leftcontent.fullscreeno {
    width: 100%;
    background: #131313;
}

.tribe-events-style-full .rightcontainer {
    margin: 5vh 0 0px;
    background: rgba(25, 25, 25, 0.69);
    min-height: 55vh;
    padding: 5% 5%;
    position: relative;
    color: #d6d6d6;
    z-index: 52;
}

h2.tribe-events-page-title {
    margin: 0;
    font-size: 34px;
    text-transform: capitalize;
    margin: 0 0 15px;
    text-align: center;
    color: #fff;
}

.tribe-events-calendar td div[id*=tribe-events-daynum-] {
    padding: 2px 5px;
}

#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next {
}

.tribe-events-style-full div#rightconten {
    width: 100%;
}

.events-single.tribe-events-style-full div#rightconten {
    width: 50%;
}

.events-single.tribe-events-style-full div#leftcontent {
    display: block;
}

.tribe-events-style-full div#leftcontent {
    display: none;
}

.tribe-events-tooltip:not(.tribe-event-featured) .tribe-events-event-thumb {
    padding: 5px 5px 5px 0;
    width: 100%;
    max-width: 107px;
    clear: both;
}

.tribe-events-event-body div {
    padding: 5px 0;
    display: block;
    overflow: auto;
    float: left;
    width: 100%;
}

.tribe-events-event-body div i {
    padding-right: 5px;
    float: left;
}

h4.entry-title.summary a {
    font-size: 16px;
    color: #fff;
    padding: 8px 10px;
    display: block;
}

.tribe-events-tooltip .tribe-events-event-body .tribe-events-event-thumb img {
    max-height: 500px;
    max-width: 100%;
    margin-bottom: 10px;
}

div#tribe-events-bar {
    display: none;
}

#tribe-events-footer .tribe-events-sub-nav li,
#tribe-events-header .tribe-events-sub-nav li {
    margin: 10px 0 0;
    display: block;
}

.tribe-events-notices {
    display: none;
}

#tribe-events-footer .tribe-events-sub-nav,
#tribe-events-header .tribe-events-sub-nav {
    max-width: 300px;
    margin: 0 auto;
}

ul.tribe-events-sub-nav a {
    font-size: 0px;
    display: block;
    border-radius: 0;
    text-align: center;
    background: transparent;
}

ul.tribe-events-sub-nav a span {
    font-size: 21px;
}

ul.tribe-events-sub-nav li {
    width: 25%;
    float: left;
    margin: 0 !important;
}

ul.tribe-events-sub-nav a:hover {
    background: #000;
}

ul.tribe-events-sub-nav li.tribemnonth {
    width: 50%;
    float: left;
    font-size: 14px;
}

li.tribemnonth h2 {
    font-size: 13px;
    width: 100% !important;
    display: block;
    margin: 0;
    line-height: 41px;
}

#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next,
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous,
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next,
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous {
    box-sizing: border-box;
    display: block;
    margin: 0;
    width: 25%;
}

#tribe-events-footer:after,
#tribe-events-footer:before,
#tribe-events-header:after,
#tribe-events-header:before {
    background-color: transparent !important;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 1;
}

#swipemenu,
#swipeflo {
    z-index: 9999999999999999999999999999;
}

div#floatbar {
    display: none;
}

ul#menu-footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

ul#menu-footer-menu li {
    display: inline-block;
}

ul#menu-footer-menu li a {
    display: block;
    padding: 10px 15px;
}

div#cttriotle {
    font-size: 8px;
    text-align: center;
    width: 100%;
}

div#leftcontent.fullscreeno .slideim.slick-slide {
    min-height: calc(100vh - 96px);
    position: relative;
    background-size: contain;
    background-position: 50%;
    background-color: rgb(19, 19, 19);
    background-repeat: no-repeat;
}

.page-template-page-video-php div#rightconten {
    float: right;
    min-height: 100vh;
    width: 100%;
    position: relative;    /* background-position: 50% 0%; */
    background-position: 100% 0%;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.3);
}

.page-template-page-video-php .rightcontainer {
    margin: 0vh 0 0px;
    background: rgba(25, 25, 25, 0.69);
    min-height: 55vh;
    padding: 5% 5%;
    position: relative;
    color: #d6d6d6;
    z-index: 52;
}

span.envira-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 12px !important;
}

.copriught {
    padding: 20px 15px;
    font-size: 13px;
    text-align: center;
}

.woocommerce-page div#rightconten,
.woocommerce div#rightconten {
    width: 75%;
    background: #fff;
}

.woocommerce-page div#leftcontent,
.woocommerce div#leftcontent {
    display: none;
}

.woocommerce-page div#rightconten .rightcontainer,
.woocommerce div#rightconten .rightcontainer {
    margin: 0;
    padding: 5% 5%;
    background: #ffffff;
}

.woocommerce-page div#rightconten div#content,
.woocommerce div#rightconten div#content {
    margin: 0;
}

.woocommerce-page div.product .woocommerce-product-rating,
.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 1.618em;
    display: none;
}

span.woocommerce-Price-amount.amount {
    text-transform: uppercase;
    font-weight: 500;
    color: #191919;
    margin: 0 0 10px;
    font-size: 14px;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
}

.woocommerce-product-details__short-description {
    border-bottom: 1px solid #c1c1c1;
    border-top: 1px solid #c1c1c1;
    padding: 15px 0;
    margin: 0 0;
    color: #444;
    font-size: 14px;
}

.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-right: 1em;
    background: #eee;
    border: none;
    background-color: #24282f;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    padding: 5px;
    display: inline-block;
}

.woocommerce div.product form.cart .variations tr {
    border-bottom: 1px solid #c1c1c1;
    padding: 15px 0;
    display: block;
}

html .woocommerce div#rightconten #respond input#submit,
html .woocommerce div#rightconten a.button,
html .woocommerce div#rightconten button.button,
html .woocommerce div#rightconten input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 17px 25px;
    font-weight: 700;
    border-radius: 0px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    text-transform: uppercase;
    box-shadow: none;
    text-shadow: none;
    font-family: 'Oswald', sans-serif;
}

html .woocommerce div#rightconten #respond input#submit.alt,
html .woocommerce div#rightconten a.button.alt,
html .woocommerce div#rightconten button.button.alt,
html .woocommerce div#rightconten input.button.alt {
    background-color: #000000;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

html .woocommerce div#rightconten button.button:hover {
    background: #383838;
}

html .woocommerce div#rightconten .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-size: 0.92em;
    color: #444;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 30px;
}

.woocommerce-tabs.wc-tabs-wrapper
h2 {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 1rem;
    font-family: 'Oswald', sans-serif;
    border-bottom: 1px solid #c1c1c1;
    padding: 15px 0;
    color: #252525;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 50px;
    border: 1px solid #525252;
    border-radius: 0px;
    padding: 1em 1em 0;
    background: #ffffff;
}

.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%;
    background: #ffffffbf;
    border: 1px solid #c1c1c1;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0;
    color: #444;
    font-size: 14px;
}

html .woocommerce-message {
    border-top-color: #8fae1b;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 1rem;
    font-family: 'Oswald', sans-serif;
    line-height: 48px;
}

.product_meta {
    font-family: 'Oswald', sans-serif;
    color: #262626;
}

.product_meta a {
    color: #262626;
}

html .woocommerce div#rightconten a.button.wc-forward:hover {
    background: #444;
    color: #fff;
}

form.woocommerce-cart-form {
    background: #0e0e0e00;
    color: #1d1d1d;
    font-family: 'Oswald', sans-serif;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.25em;
    padding: 1em;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    border-radius: 0;
    background: #020202;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: .5;
    padding: .618em 1em;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
}

.cart_totals h2 {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 1rem;
    font-family: 'Oswald', sans-serif;
    color: #1d1d1d;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
    float: none;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 1rem;
    font-family: 'Oswald', sans-serif;
    padding: 16px 32px;
    border-radius: 0;
    margin-left: 15px;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: auto;
}

.select2-container--default .select2-selection--single {
    background-color: #f1f1f1;
    border: 0px solid #aaa;
    border-radius: 0px;
    color: #272727;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #272727;
    line-height: 28px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    border-radius: 0;
    background: #020202;
    color: #fff;
}

.woocommerce table.shop_table td {
    border-top: 1px solid rgba(27, 27, 27, 0.09);
    padding: 6px 12px;
    vertical-align: middle;
    background: #eeeeee17;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%;
    max-width: none;
    color: #272727;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%;
    max-width: none;
    color: #444;
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
    box-sizing: border-box;
    width: 100%;
    background: #f1f1f1;
    border: none;
    border-radius: 0;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #ececec;
    border-radius: 5px;
}

h3#order_review_heading {
    text-transform: uppercase;
    font-weight: 700;
    margin: 30px 0 1rem;
    font-family: 'Oswald', sans-serif;
    color: #272727;
}

div#customer_details h3 {
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    color: #272727;
}

.woocommerce .woocommerce-result-count {
    margin: 0 0 1em;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 2rem;
    font-family: 'Oswald', sans-serif;
    color: #212121;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    color: #212121;
    border-bottom: 0px solid #e8e8e8;
    padding: 15px 0 5px;
    margin-bottom: 5px;
}

.woocommerce ul.products li.product .star-rating {
    font-size: .857em;
    display: none;
}

h2.woocommerce-order-details__title {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 1rem;
    font-family: 'Oswald', sans-serif;
    color: #1b1b1b;
}

h2.woocommerce-column__title {
    text-transform: uppercase;
    font-weight: 700;
    color: #1d1d1d;
    margin: 15px 0 1rem;
    font-family: 'Oswald', sans-serif;
}

.woocommerce div.product form.cart .variations label {
    font-weight: 700;
    color: #444;
}

.cart_totals.calculated_shipping {
    color: #444;
}

.woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
    color: #444;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    color: #272727;
}

.woocommerce {
    color: #444;
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    font-family: 'Oswald', sans-serif;
    color: #212121;
    padding: 10px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 21.05%!important;
    margin-left: 0;
    text-align: center;
}

html .woocommerce div#rightconten a.button.button.add_to_cart_button {
    display: none;
}

span.cartikco {
    float: left;
    position: absolute;
    bottom: 0;
    right: 0;
}

a.cart-contents {
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
    color: rgb(47, 47, 47);
    /* background: rgba(0, 0, 0, 0.18); */
    padding: 2px 28.5px;
    display: block;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}

a.cart-contents span.woocommerce-Price-amount.amount {
    margin: 0;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
}

section.related.products h2 {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 1rem;
    font-family: 'Oswald', sans-serif;
    border-bottom: 1px solid #c1c1c1;
    padding: 15px 0;
    color: #252525;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    float: left;
    width: 48%;
}

.woocommerce ul.products li.product a:before {
    content: close-quote;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffffc4;
    z-index: 123;
    display: block;
    position: absolute;
    transition: all .6s;
    opacity: 0;
}

.woocommerce ul.products li.product a:after {
    content: "Shop";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 3455;
    text-transform: uppercase;
    color: #fff;
    font-size: 2rem;
    font-family: 'Oswald', sans-serif;
    transition: all .8s;
    opacity: 0;
    background: #444;
    display: inline-block;
    color: #fff;
}

.woocommerce ul.products li.product:hover a:after {
    opacity: 1;
}

.woocommerce ul.products li.product:hover a:before {
    opacity: 1;
}

div#sidebk {
    float: left;
    width: 25%;
    padding: 90px 10px;
    z-index: 999;
    position: relative;
    padding-right: 35px;
}

h2.widget-title {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 2rem;
    font-family: 'Oswald', sans-serif;
    color: #212121;
}

ul.product-categories {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 2rem;
    font-family: 'Oswald', sans-serif;
    color: #212121;
}

ul.product-categories a {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 2rem;
    font-family: 'Oswald', sans-serif;
    color: #212121;
}

.tagcloud a {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 2rem;
    font-family: 'Oswald', sans-serif;
    color: #212121;
}

.single-product div#rightconten {
    width: 100%;
}

.woocommerce-page main#main {
    background: #fff !important;
}

.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
    float: right;
    width: 48%;
    clear: none;
}

div#sidebk form.woocommerce-ordering {
    float: left;
    width: 100%;
    display: block;
}

div#sidebk {
}

div#sidebk .woocommerce-ordering select {
    width: 100%;
    text-transform: capitalize;
    border: 2px solid #eee;
}

.woocommerce .woocommerce-ordering {
    margin: 0 0 1em;
    display: none;
}

.woocommerce-checkout div#rightconten,
.woocommerce-cart div#rightconten {
    width: 100%;
    background: #fff;
}

a.cart-contents:hover {
    background: #444;
    color: #fff;
}

span.asdkasdl {
    padding-right: 5px;
}

#swipemenu ul.mainmenu li.ico {
    float: right;
    width: auto;
    clear: none;
}

#swipemenu ul.mainmenu li.ico a.cart-contents {
    padding: 23.5px 10px;
    font-size: 16px;
    color: #fff;
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    color: #1d1d1d;
}

.woocommerce ul#shipping_method .amount {
    font-weight: 700;
    margin-left: 30px;
}

.woocommerce-page h1.entry-title {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 1rem;
    font-family: 'Oswald', sans-serif;
    color: #272727;
}

td.product-name a {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    color: #1d1d1d;
}

div#shoptag {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    color: #1d2d87;
    text-align: center;
    margin: 30px 0 0;
}

div#shoptag h1.tagi {
    font-weight: 900;
    padding: 0 15px;
}

h2.onus {
    font-size: 21px;
    color: #1d1d1d;
}

html .wfg-popup h2 {
    text-align: center;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 0;
    padding: 7px 15px;
    margin-top: 0;
    color: #212121;
    text-shadow: 0 0px rgba(255, 255, 255, 0.7);
    background: #fff;
    border-bottom: 0px solid #d1d1d1;
    border-radius: 0;
    background-image: -webkit-linear-gradient(top, #f5f7fd, #e6eaec);
    background-image: -moz-linear-gradient(top, #f5f7fd, #e6eaec);
    background-image: -o-linear-gradient(top, #f5f7fd, #e6eaec);
    background-image: none;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 1px rgba(0, 0, 0, 0.03);
    box-shadow: none;
    font-family: 'Oswald', sans-serif;
    font-size: 21px;
    padding: 10px;
    font-weight: 900;
}

html .wfg-popup {
    border: 0px solid #ccc;
    max-width: 648px;
    margin: 0 auto;
    position: fixed;
    z-index: 110000;
    background: #fff;
    box-shadow: none;
}

html button.button.wfg-button.wfg-add-gifts {
    font-family: 'Oswald', sans-serif;
    border: none;
    text-transform: uppercase;
    border-radius: 0;
    color: #fff;
    background: #212121;
    padding: 8px 16px;
}

html button.button.wfg-button.wfg-no-thanks {
    font-family: 'Oswald', sans-serif;
    border: none;
    text-transform: uppercase;
    border-radius: 0;
    color: #fff;
    background: #212121;
    padding: 8px 16px;
}

html .wfg-gift-item h3 {
    background: #fff;
    padding: 4px 8px;
    color: #494848;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    overflow: hidden;
    font-family: 'Oswald', sans-serif;
}

html .wfg-gift-item {
    display: inline-block;
    text-align: center;
    position: relative;
    border: 0px solid #ccc;
    cursor: pointer;
    width: 150px;
}

div#sortby ul.products {
    display: none;
}

div#sortby p.woocommerce-result-count {
    display: none;
}

div#homega-newvh {
    height: 100vh;
    width: 100%;
    z-index: 1;
    position: relative;
    background-color: #444;
    max-height: calc(100vh - 81px);
}

div#new-royalslider-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 100VH;
}

div#homega-newvh {
}

div#homega-newvh h1.servk {
    display: block;
    z-index: 999;
    font-size: 8vh;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    max-width: 768px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.38);
}

.page-template-page-homev2-php div#linesin {
    display: none;
}

span#playmod {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 17px;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    border: 1px solid #fff;
    padding: 5px 5vw;
    border-radius: 0px;
    width: 300px;
    background-color: rgba(0, 0, 0, 0.55);
    display: block;
    visibility: hidden;
    margin: 0 auto;
}

div#playmodal {
    z-index: 99999999;
}

div#playmodal .modal-dialog {
    max-width: 75vw;
}

div#playmodal .modal-dialog {
    padding: 0;
}

div#playmodal .modal-dialog .modal-body {
    padding: 0;
}

div#playmodal .modal-dialog iframe#newplayer {
    margin: 0;
    width: 100%;
    min-height: 68vh;
    display: block;
}

div#playmodal .modal-content {
    border: none;
    padding: 0;
    background: transparent;
    border: none;
}

div#playmodal .modal-content {
}

div#playmodal .modal-content .modal-header {
    border: none;
}

div#playmodal .modal-content button.close {
    text-shadow: none;
    color: #fff;
    opacity: 1;
}

div#playmodal {
    z-index: 99999999;
}

div#playmodal .modal-dialog {
    max-width: 75vw;
}

div#playmodal .modal-dialog {
    padding: 0;
}

div#playmodal .modal-dialog .modal-body {
    padding: 0;
}

div#playmodal .modal-dialog iframe#newplayer {
    margin: 0;
    width: 100%;
    min-height: 68vh;
    display: block;
}

div#playmodal .modal-content {
    border: none;
    padding: 0;
    background: transparent;
    border: none;
}

div#playmodal .modal-content {
}

div#playmodal .modal-content .modal-header {
    border: none;
}

div#playmodal .modal-content button.close {
    text-shadow: none;
    color: #fff;
    opacity: 1;
}

span#playmod:Hover {
    background: #fff;
    color: rgb(38, 38, 38);
    cursor: pointer;
}

h2#cemo {
    text-align: center;
    font-size: 25px;
    font-weight: 300;
    margin: 15px 5px 15px;
    text-transform: uppercase;
}

input#mc-embedded-subscribe {
    display: block;
    width: 100%;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 15px 5px;
    max-width: 150px;
    margin: 0 auto;
}

input#mce-EMAIL {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    width: auto;
    min-width: 75%;
    margin: 0px  auto 30px;
    display: block;
}

input#mc-embedded-subscribe:hover {
    background: rgb(14, 14, 14);
}

svg#vivisulogode {
    max-width: 100%;
    max-height: 130px;
}

div#suscriptionnotice {
    background: transparent;
}

div#suscriptionnotice .modal-content {
    background: transparent;
    border: none;
}

div#suscriptionnotice .modal-body {
    background: #fff;
    padding: 60px 30px;
}

div#suscriptionnotice .modal-header {
    border: none;
}

div#suscriptionnotice button.close {
    opacity: 1;
    color: #fff;
    text-shadow: none;
}

div#videolink {
    position: absolute;
    bottom: 1vh;
    right: 0vw;
    z-index: 192;
    z-index: 1;
}

h2.slo {
    font-family: 'Oswald', sans-serif;
    color: #fff;    /* background: rgba(0, 0, 0, 0.48); */
    font-weight: 200;
    text-align: center;
    padding: 0px 15px;
    font-size: 54px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.splo:hover {
    opacity: .5;
}

.splo {
    cursor: pointer;
    transition: all .2s;
    position: relative;
}

.menu-right-Donate-container {
    float: left;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    display: block;
    box-shadow: none;    /* background-color: rgb(127, 36, 36); */
}

.menu-right-Donate-container
a {
    padding: 5px 20px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 0px 1px #5d5d5d9c;
    margin: 31px 0px;
    /* font-weight: 900; */
    /* background-color: rgba(0, 0, 0, 0.84); */
    color: rgb(29, 29, 29);
}

li#donateflo a.cart-contents {
    background: rgb(109, 101, 101);
    box-shadow: 0px 0px 0px 3px hsl(0, 4%, 41%) inset;
    color: #fff;
}

input#give-purchase-button {
    background: rgb(0, 0, 0);
    color: #fff;
    text-transform: uppercase;
    padding: 13px 36px;
    border-radius: 0;
    border: none;
    display: inline-block;
    font-size: 14px;
}

input#give-purchase-button:hover {
    background: rgb(38, 38, 38);
}

h2.give-form-title {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 1rem;
    font-family: 'Oswald', sans-serif;
    display: none;
    color: rgb(243, 243, 243);
}

legend {
}

fieldset#give_checkout_user_info legend {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 1rem;
    font-family: 'Oswald', sans-serif;
    color: rgb(243, 243, 243);
    border: none;
    margin: 0;
}

label.give-label {
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px 0 1rem;
    font-family: 'Oswald', sans-serif;
    color: rgb(243, 243, 243);
    display: block;
}

.dashicons-give:before,
[class*=" give-icon-"],
[class^=give-icon-] {
    color: #fff;
}

span.give-donation-total-label {
    font-family: 'Oswald', sans-serif;
    border: none;
}

form[id*=give-form] #give-final-total-wrap .give-donation-total-label {
    border: none;
}

span.give-final-total-amount {
    font-family: 'Oswald', sans-serif;
}

form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-before {
    border: none;
}

form[id*=give-form] .give-donation-amount #give-amount,
form[id*=give-form] .give-donation-amount #give-amount-text {
    border: none;
}

button.give-donation-level-btn.give-btn.give-btn-level-0.give-default-level {
    border-radius: 0;
    border: 1px solid rgb(63, 56, 51);
}

button.give-donation-level-btn.give-btn.give-btn-level-custom {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    padding: 11px 36px;
    border-radius: 0;
    border: none;
    display: inline-block;
    font-size: 14px;
}

button.give-donation-level-btn.give-btn.give-btn-level-custom:hover {
    background: #444;
}

fieldset#give_checkout_user_info {
    padding: 5px 10px;
    border: 1px solid #eee;
}

span.give-final-total-amount {
    color: rgb(33, 210, 14);
}

.relativo {
    max-width: 300px;
    margin: 0 auto;
    position: relative;
}

button.give-donation-level-btn.give-btn.give-btn-level-0 {
    display: none;
}

.give_error.give-invalid-minimum.give-hidden {
    color: rgb(68, 68, 68);
}

div#suscriptionnotice .modal-dialog {
    margin-top: 15vh;
    max-width: 768px;
}

h2.playvideok {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding: 13px 32px;
    font-size: 3vh;
    font-weight: 400;
    letter-spacing: 1px;
    background: rgba(38, 38, 38, 0.5);
    font-family: 'Oswald', sans-serif;
    position: relative;
    bottom: 0;
}
h2.playvideok:hover {
    background: rgb(0, 0, 0);
    cursor: pointer;
}.woocommerce-page h1.entry-title {padding: 0;}

.productlo {
    overflow: auto;
    float: right;
    width: 50%;
}div#minimumweight {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

iframe#newplayer {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 120%;
    width: 180%;
    max-width: none;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
}

div#triboxes {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.boxdes {
    width: 33.33%;
    width: 50%;
    float: left;
    height: 100%;
    box-shadow: 0 0 0px 2px #fff;
    display: flex;
    align-items: center;
    -webkit-flex: 1;
    text-align: center;
    transition: all .4s;
    /* background: rgb(0,0,0); */
    position: relative;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5214460784313726) 50%, rgba(255,255,255,0) 100%);
    -webkit-align-items: center;
}

.boxdes:hover {
    background-color: rgba(0, 0, 0, 0.86);
}.cl {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    text-transform: capitalize;
    position: relative;
    z-index: 12;
}

.cl {}

a.getst {
    display: inline-block;
    padding: 4px 25px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    text-decoration: none;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: all .4s;
}

h3.empowertitle {
    text-transform: uppercase;
    font-weight: 900;
    margin: 0;
    font-size: 2rem;
}

.cl p {
    margin: 8px 0;
}

.boxdes {}

.boxdes:hover a.getst {visibility: visible;opacity: 1;transform: translateY(0);}

a.getst:hover {
    box-shadow:  0 0 1px 0 #fff;
    background: transparent;
    color: #fff;
}.boxdes:before {
    /* content: close-quote; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5214460784313726) 50%, rgba(255,255,255,0) 100%);
    z-index: 0;
}.logoclass {
    max-height: 132px;
    margin: 0 auto 25px;
    max-width: 100px;
    width: auto;
    height: auto;
    display: flex;
}img.logoi {
    max-height: 96px;
    margin: 0px 0;
    transition: all .1s;
}img.logomain {
    max-height: 65px;
    margin: 3px 0;
}img.vivoslogoemnu {
    max-width: 130px;
    margin: 0 auto 30px;
    display: block;
}.logoclass img {
    width: 100%;
}a#purchfoun {
    display: block;
    max-width: 260px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px;
    text-align: center;
    margin: 0px 0 60px;
    background: rgba(38, 38, 38, 0.54);
    border-radius: 3px;
    float: right;
}

img.foundation {
    max-width: 160px;
    margin: 0 auto;
    width: 100%;
}

span.purchase {
    display: block;
    color: rgb(0, 0, 0);
    background: #fff;
    display: inline-block;
    font-size: 13px;
    padding: 8px 16px;
    margin: 20px 0 0;
    text-transform: uppercase;
}

a#purchfoun {}

span.purchase:hover {
    background: #444;
    color: #fff;
}h2.descki {
    margin: 0 0 1rem;
    font-family: 'Oswald', sans-serif;
    color: rgb(72, 72, 72);
    font-size: 21px;
    margin: 15px 0 60px;
    font-weight: 400;
}.sabotgrouplogo:after {
    content: "back to homepage";
    position: absolute;
    left: 0;
    color: rgb(255, 255, 255);
    background: rgb(0, 0, 0);
    z-index: 1234544325346346;
    font-size: 13px;
    line-height: 12px;
    text-transform: capitalize;
    padding: 10px 5px;
    top: 100%;
    /* transform: translateY(-50%); */
    /* -webkit-transform: translateY(-50%); */
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
}

.sabotgrouplogo:hover:after {
    opacity: 1;
    visibility: visible;
}.page-id-11 .rightcontainer {
    padding: 5% 5% 60px;
    margin-top: 0;
}


html .tribe-events-notices+#tribe-events-header {
    display: block;
}


.woocommerce ul.products li.product a.button.product_type_variable:after {
    content: "";
}

html .woocommerce ul.products li.product a.button.product_type_variable{
    display: none!important;
}.now-sold {background: rgba(166, 18, 18, 0.61);color: #fff;font-size: 14px;font-weight: 700;padding: 6px 12px;position: absolute;right: 0;top: 0;}span.now-sold {
    left: 0;
    right: auto;
    z-index: 999;
}

.found-vid {
    width: 100%;
}