/*
 * Theme Name: My Timber Starter Theme
 * Description: Starter Theme to use with Timber
 * Author: Upstatement and YOU!
*/




@font-face {
    font-family: ETbold;
    src: url(fonts/Early_Times_bold.woff);
}
@font-face {
    font-family: ETreg;
    src: url(fonts/Early_Times_regular.woff);
}



body {
    font-family: 'Roboto', 'sans-serif'!important;
    max-width: 1920px;
    margin-left: auto!important;
    margin-right: auto!important;
    background-color: #fff!important;
    color: #001522;
}

.sticky{
    position: fixed;

    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;

    z-index:1000;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sticky a{
    border: 0;
    margin-bottom: 28px;
}
.s-book {

    background: url('img/sticky-d.png?v=2') no-repeat 0 0;
    width: 65px;
    height: 81px;
}
.s-book:hover {
    background: url('img/sticky-d.png?v=2') no-repeat -71px 0;
    width: 65px;
    height: 81px;
}
.s-call {
    background: url('img/sticky-d.png?v=2') no-repeat 0 -91px;
    width: 65px;
    height: 84px;
}
.s-call:hover{
    background: url('img/sticky-d.png?v=2')  no-repeat -71px -91px;
    width: 65px;
    height: 84px;
}
.s-send {
    background: url('img/sticky-d.png?v=2') no-repeat 0 -185px;
    width: 65px;
    height: 83px;
}
.s-send:hover{
    background: url('img/sticky-d.png?v=2')no-repeat -71px -185px;
    width: 65px;
    height: 83px;
}

.video-title a,.video-title a:hover{
    color:#f5821f;
}
.addeventatc{
    line-height: initial;
}
.mar55{
    margin-right: 55px!important;
}
body h1,body h2,body h3,body h4,body h5,.h1,.h2,.h3,.h4,.h5{
  color:#f5821f;
}
footer{
    background-color: #f5821f;
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto', 'sans-serif';

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    padding-top:15px;
    padding-bottom: 15px;
}
footer .fab,footer a{
    color: #fff;
}
button{
    cursor: pointer;
}
button.slick-arrow:focus{
    outline: none;
}
.quform-button-style-bootstrap .quform-option-label:hover, .quform-button-style-bootstrap .quform-upload-button:hover, .quform-button-style-bootstrap button:hover {
    background-color: transparent;
    border-color: initial;

}
.register{
    background: url('images/nav-band.png');
    width: 211px;
    height: 80px;
    margin-top:0;
    margin-bottom:0;
    position: relative;
    margin-right: 0!important;
    background-size: 100% 100%;
}
.register-mobile{
    display: none;
}
.register a{

    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%)translateX(-50%);
    -ms-transform: translateY(-50%)translateX(-50%);
    transform: translateY(-50%)translateX(-50%);
    color: #fff!important;
    display: block;
    left: 50%;
    cursor: pointer;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 25px;
    padding-top: 25px;
    width: 100%;


}
.header a{
    cursor: pointer!important;
}
.register a{
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;

}
.register a:hover{


    color: #001522!important;

    -webkit-transition: all 0.3s linear;

    -o-transition: all 0.3s linear;

    transition: all 0.3s linear;
}
.header a:hover{
    text-decoration: none;
}
.logo-link img{
    width: auto;
    height: 40px;
    border: 0;
    cursor: pointer;
    margin-left: 15px;
    margin-top:3px;
}
.logos{
    position: relative;
    top:6px;
}
.logos-cta{
    margin-left: 20px;
}
.logos small {
    position: absolute;
    top: -16px;
    left: 12px;
    font-size: 75%;
}
.nav-main ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.nav-main ul li{
    margin-right: 50px;
}
.nav-main ul li:last-of-type{
    margin-right:0;
}
.nav-main{
    width: 100%;
    height: 100%;
    margin-right: 1%;
    /*max-width: 1100px;*/
}
.nav-main ul li a{
    color: #001522;
}
.nav-main ul li a:hover, .nav-main ul li.active > a, .nav-main ul li.current-menu-item > a{
    color: #f5821f;
}
ul.submenu .current-menu-item a
{
    color: #001522!important;
}
.divider{
    width:1px;
    height:52px;
    background-color: #d9dada;
}
#email{
    display: block;
    margin: 0;
    min-width: 10px;
    max-width: 100%;
    width: 60%;
    padding: 8px;
    height: auto;
    line-height: 1.5;
    font-size: 1em;
    border: 1px solid #e3e3e3;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-align: center;
}
/**/

ul.submenu{
    position: absolute;
    top: 80px;
    z-index: 1000;
    width: 100%;
    background: #f5821f;
    left: 0;
    height: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}
ul.submenu li{
    margin-right: 70px;
}
ul.submenu li:last-child{
    margin-right: 0;
}
ul.submenu li a{
    color: #fff;

}
ul.submenu li a:hover{
    color: #001522;
}

/*.eqbl{
    z-index: 51;
    width: 40%;
    text-align: center;
    margin-top: 45px;
}
.eqbl p{
    width: 90%;
    max-width: 386px;
    margin-left: auto;
    margin-right: auto;

}*/
.m-info{
    width: 157px;
    text-align: right;
    font-size: 16px;
    color: #f5821f;
    font-family: "ETBold";
    line-height: 1.3;
}
.register-sticky{
    position: fixed;
    background-color: #f3f3f3;
    z-index:1000;
    right: 0;
    top: 50%;
    padding-top: 43px;
    padding-left: 32px;
    padding-right: 60px;
    padding-bottom: 31px;
    display: none;

}
button, .quform-submit{
    -webkit-appearance: none!important;

    -moz-appearance: none!important;
    appearance: none!important;
    border: none!important;
    width: initial!important;
}
.register-sticky p{
    color: #f5821f;
    font-family: "ETbold";
    font-size: 18px;
}
.soc{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}
.soc .fab{
    font-size: 15px;
    text-align: center;
    width: 100%;
    margin-top: 12px;
}
.soc span{
    font-size: 15px;
}
.soc a{
    border: 1px solid #eae4f0;
    border-radius: 50%;

    height: 40px;
    width: 40px;

    display: table;
    vertical-align: middle;
    margin-left: 15px; margin-right: 15px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.soc a:hover{
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #f5821f!important;
    background: #fff;
}
.soc a:hover .fab{
    color: #f5821f;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.soc a .fab{
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.header .wrapper{

    width: 100%;
    max-width: 1920px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: auto;
    margin-right:auto;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 5px solid #f5821f;

}
/*body{
    padding-top: 48px;
}*/
.wrapper{
    background-color: #fff;
    position: relative;
}
.header{
    background: #fff;
    position:fixed;
    left:0;
    top:0;
    width:100vw;
    z-index:10001;
}
.header a{
    color: #f5821f;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 16px;
    font-family: ETbold;
}
.header a.btn{
    color: #fff;
}

.nav-footer ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.nav-footer ul a{
    color: #fff;
    font-size: 15px;
}

.nav-footer ul li {
    margin-left: 5px;
    margin-right: 5px;
}
.nav-footer ul li:last-child {

}
.nav-footer ul li:not(:last-child):after {

}
footer p{
    margin-bottom: 2px;
    text-align: left;
}

.line-small{
    background: #af98c7;
    width: 78px;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 34px;
    margin-bottom: 30px;
}
.footer-inner{
    width: 100%;
    max-width: 1342px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;

}
#sponsors{
    font-family: 'Roboto';
    font-size: 20px;
}
.sponsor-slider{
    width: 90%;
    max-width: 1531px;
    margin-left: auto;
    margin-right: auto;
    display:none;


}
.sponsor-slide{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.org{
    max-width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.org p{
    margin-bottom: 0;
    color: #333333;
}

/*.fl{*/
/*display: flex;*/
/*flex-direction: column;*/

/*}*/
.fl{
    margin-left: 25px;
    margin-right: 25px;
}
.fli{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
.fli img{
    width: auto;
    height: 50px;
}
.centered{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.col1
{

}

.col2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}
.col2 p{
    margin-left: 15px;
    margin-right: 28px;
}

body h1{
    font-size: 27px;
    font-family: ETbold;

}
body h1 span{
    font-family: ETreg;
}
body h2{
    font-size: 22px;
    color: #f5821f;
    font-family: ETbold;

}
body .btn{
    background: #f5821f;
    color: #fff;
    border-radius: 0;
    padding: 10px 25px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-family: ETbold!important;
    outline: 2px solid #fff;
    text-shadow: none;
}
body .btn:visited{
    color: #fff;
    text-decoration: none;


}
body .btn:hover{
    color: #f5821f;
    background-color: #fff;

    outline: 2px solid #f5821f;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
body .btn:focus{
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: 2px solid;
}
body .btn.blue{
    background: #588fb8;
}
body .btn.blue:hover{
    color: #588fb8;
    outline: 2px solid #588fb8;
    background: #fff;
}
body .btn.inverted{
    color: #f5821f;
    background-color: #fff;
    outline: 2px solid #f5821f;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
body .btn.inverted:hover{
    background: #f5821f;
    color: #fff;
    border-radius: 0;

    -webkit-transition: all 0.3s linear;

    -o-transition: all 0.3s linear;

    transition: all 0.3s linear;
    outline: 2px solid #fff;
}
body .btn:hover .triangle-right{

    border-left: 9px solid #f5821f;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    left: 10px;
}

#desc{
    background: #fff;
    text-align: center;
    padding-bottom: 70px;
    padding-top:90px;
    z-index:50;
    position: relative;
}
#desc p{
    width:80%;
    max-width: 710px;
    font-family: "Roboto", 'sans-serif';
    font-size: 15px;
    margin-bottom: 60px;

}

#hero img{
    width: 100%;
    height: auto;
}

.hide{
    display: none;
}

body p{
    font-size: 15px;
}
div.wpcf7-response-output {

    border: none!important;
    font-family: Roboto;
}

.black{
    color: #001522;
}


.effect-3 {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 5px;
    overflow: hidden;
}
.effect-3:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #0883a4;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
.effect-3:hover:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.btn-anim{
    padding: 10px 25px;
    font-family: "ETbold", sans-serif;
    color: #fff!important;
    background: #f5821f;
    outline: none !important;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}
.btn-14 {
    border: 2px solid #f5821f;
    z-index: 1;

}
.btn-14:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-14:hover, .header a.btn-anim:hover {
    color: #f5821f!important;
    text-decoration: none;
}
.btn-14:hover:after {
    left: 0;
    width: 100%;
}
.btn-14:active {
    top: 2px;
}

.cta-line{
    background-color: #d6dfdf;
    height: 1px;
    width: 209px;
    margin-top: auto;
    margin-bottom: auto;
}

.cta-logo{
    margin-left: 53px;
    margin-right: 53px;
}

.middle{
    margin-left: 112px;
    margin-right: 112px;
}
.row2 .nxtlogo{
    width: 162px;
}

#bottom{
    background-color: #001421;
    padding-top: 42px;

    padding-bottom: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    color: #fff;
    padding-left: 5%;
    padding-right: 5%;
}
#bottom .blocks{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 40%;
}
#bottom .blocks .block{
    margin-left: 3%;
    margin-right: 3%;
}
#bottom .blocks .block img{
    width:100%;
}
#bottom p{
    margin:0;
    margin-bottom: 5px;
    font-size: 12px;
}

.row1 img{

    width: 331px;
}
.row2 img{

    width: 221px;

}

.row1, .row2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.row2{
    margin-top: 35px;
}
.triangle-right {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 9px solid #fff;
    border-bottom: 5px solid transparent;
    display: inline-block;
    margin-left: 10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    left: 0px;
}
.next-default>button, .quform-button-submit-default>button {
    padding: 0!important;
    margin-left: auto!important;
    margin-right: auto!important;
}
.quform-button-submit-default {
    float:none!important;
    margin-left: auto!important;
    margin-right: auto!important;
}
.quform-button-back-default, .quform-button-next-default, .quform-button-submit-default {
    margin-right:initial!important;
}
.quform-button-back-default>button, .quform-button-next-default>button, .quform-button-submit-default>button {

    margin: 0!important;
    padding: 0!important;
    margin-right: 12px!important;
    margin-left: 12px!important;
}

.quform-element-submit button {
    margin-left: auto!important;
    margin-right: auto!important;
    background: none!important;
}

quform-element-submit button {

    background: none!important;
}
.quform-button-style-bootstrap button {
    margin-top:initial!important;
}

.quform-loading.quform-loading-position-left {
    float: none!important;
}

.mobile{
    display: none!important;
}
.fa-facebook-f:before, .fa-facebook:before {

    content: "\f39e"!important;
}

.hamburglar {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);

    position: relative;
    display: block;
    width: 68px;
    height: 68px;
    background: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.path-burger {
    position: absolute;
    top: 0;
    left: 0;
    height: 68px;
    width: 68px;
    -webkit-mask: url(#mask);
    mask: url(#mask);
    -webkit-mask-box-image: url(img/mask.svg);
}

.animate-path {
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    height: 68px;
}

.path-rotation {
    height: 34px;
    width: 34px;
    margin: 34px 34px 0 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.path-rotation:before {
    content: '';
    display: block;
    width: 34px;
    height: 34px;
    margin: 0 4px 0 0;
    background: #f5821f;
}

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

@keyframes rotate-out {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    40% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotate-in {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    40% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes rotate-in {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    40% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.hamburglar.is-open .path {
    -webkit-animation: dash-in 0.6s linear normal;
    animation: dash-in 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.hamburglar.is-open .animate-path {
    -webkit-animation: rotate-in 0.6s linear normal;
    animation: rotate-in 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.hamburglar.is-closed .path {
    -webkit-animation: dash-out 0.6s linear normal;
    animation: dash-out 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.hamburglar.is-closed .animate-path {
    -webkit-animation: rotate-out 0.6s linear normal;
    animation: rotate-out 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.path {
    stroke-dasharray: 240;
    stroke-dashoffset: 240;
    stroke-linejoin: round;
}
#hamburger{
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

@-webkit-keyframes dash-in {
    0% {
        stroke-dashoffset: 240;
    }
    40% {
        stroke-dashoffset: 240;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash-in {
    0% {
        stroke-dashoffset: 240;
    }
    40% {
        stroke-dashoffset: 240;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes dash-out {
    0% {
        stroke-dashoffset: 0;
    }
    40% {
        stroke-dashoffset: 240;
    }
    100% {
        stroke-dashoffset: 240;
    }
}
@keyframes dash-out {
    0% {
        stroke-dashoffset: 0;
    }
    40% {
        stroke-dashoffset: 240;
    }
    100% {
        stroke-dashoffset: 240;
    }
}
.burger-icon {
    position: absolute;
    padding: 20px 16px;
    height: 68px;
    width: 68px;
}

.burger-container {
    position: relative;
    height: 28px;
    width: 36px;
}

.burger-bun-top,
.burger-bun-bot,
.burger-filling {
    position: absolute;
    display: block;
    height: 4px;
    width: 36px;
    border-radius: 2px;
    background: #f5821f;
}

.burger-bun-top {
    top: 0;
    -webkit-transform-origin: 34px 2px;
    -ms-transform-origin: 34px 2px;
    transform-origin: 34px 2px;
}

.burger-bun-bot {
    bottom: 0;
    -webkit-transform-origin: 34px 2px;
    -ms-transform-origin: 34px 2px;
    transform-origin: 34px 2px;
}

.burger-filling {
    top: 12px;
}

.burger-ring {
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    height: 68px;
}

.svg-ring {
    width: 68px;
    height: 68px;
}

.hamburglar.is-open .burger-bun-top {
    -webkit-animation: bun-top-out 0.6s linear normal;
    animation: bun-top-out 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.hamburglar.is-open .burger-bun-bot {
    -webkit-animation: bun-bot-out 0.6s linear normal;
    animation: bun-bot-out 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.hamburglar.is-closed .burger-bun-top {
    -webkit-animation: bun-top-in 0.6s linear normal;
    animation: bun-top-in 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.hamburglar.is-closed .burger-bun-bot {
    -webkit-animation: bun-bot-in 0.6s linear normal;
    animation: bun-bot-in 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes bun-top-out {
    0% {
        left: 0;
        top: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    20% {
        left: 0;
        top: 0;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    80% {
        left: -5px;
        top: 0;
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg);
    }
    100% {
        left: -5px;
        top: 1px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@keyframes bun-top-out {
    0% {
        left: 0;
        top: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    20% {
        left: 0;
        top: 0;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    80% {
        left: -5px;
        top: 0;
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg);
    }
    100% {
        left: -5px;
        top: 1px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
@-webkit-keyframes bun-bot-out {
    0% {
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    20% {
        left: 0;
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    80% {
        left: -5px;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }
    100% {
        left: -5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
@keyframes bun-bot-out {
    0% {
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    20% {
        left: 0;
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    80% {
        left: -5px;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }
    100% {
        left: -5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
@-webkit-keyframes bun-top-in {
    0% {
        left: -5px;
        bot: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    20% {
        left: -5px;
        bot: 0;
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg);
    }
    80% {
        left: 0;
        bot: 0;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    100% {
        left: 0;
        bot: 1px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes bun-top-in {
    0% {
        left: -5px;
        bot: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    20% {
        left: -5px;
        bot: 0;
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg);
    }
    80% {
        left: 0;
        bot: 0;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    100% {
        left: 0;
        bot: 1px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@-webkit-keyframes bun-bot-in {
    0% {
        left: -5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    20% {
        left: -5px;
        bot: 0;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }
    80% {
        left: 0;
        bot: 0;
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    100% {
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes bun-bot-in {
    0% {
        left: -5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    20% {
        left: -5px;
        bot: 0;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }
    80% {
        left: 0;
        bot: 0;
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    100% {
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.hamburglar.is-open .burger-filling {
    -webkit-animation: burger-fill-out 0.6s linear normal;
    animation: burger-fill-out 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.hamburglar.is-closed .burger-filling {
    -webkit-animation: burger-fill-in 0.6s linear normal;
    animation: burger-fill-in 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes burger-fill-in {
    0% {
        width: 0;
        left: 36px;
    }
    40% {
        width: 0;
        left: 40px;
    }
    80% {
        width: 36px;
        left: -6px;
    }
    100% {
        width: 36px;
        left: 0px;
    }
}

@keyframes burger-fill-in {
    0% {
        width: 0;
        left: 36px;
    }
    40% {
        width: 0;
        left: 40px;
    }
    80% {
        width: 36px;
        left: -6px;
    }
    100% {
        width: 36px;
        left: 0px;
    }
}
@-webkit-keyframes burger-fill-out {
    0% {
        width: 36px;
        left: 0px;
    }
    20% {
        width: 42px;
        left: -6px;
    }
    40% {
        width: 0;
        left: 40px;
    }
    100% {
        width: 0;
        left: 36px;
    }
}
@keyframes burger-fill-out {
    0% {
        width: 36px;
        left: 0px;
    }
    20% {
        width: 42px;
        left: -6px;
    }
    40% {
        width: 0;
        left: 40px;
    }
    100% {
        width: 0;
        left: 36px;
    }
}

@media only screen and (max-width: 1346px) {
    .logo-link img {
        margin-left: 15px;
        margin-right: 100px;
    }
    /*.eqbl{
        margin-top: 25px;
    }*/
}

@media only screen and (max-width: 1346px) {
    .logo-link img {

        margin-right: 30px;
    }
}

@media only screen and (max-width: 1200px){
    /*.eqbl h1{
        font-size: 29px;
    }
    .eqbl{
        width: 50%;
    }*/


}
@media only screen and (max-width: 1000px){
    body .btn {
        padding: 4px 8px;

    }

    .nav-footer ul a {
        font-size: 14px;
    }
    .quform-element-submit {
        margin-top: -9px!important;
    }
    .quform-label-inside{
        display: none!important;
    }
    .quform-field-email{
        width: 90%!important;
        margin-left: auto!important;
        margin-right: auto!important;
        text-align: center!important;

    }

    #email {

        margin-bottom: 20px;
        padding: 4px;

    }
    /*.eqbl p {m
    margin-bottom: 5px;
    }
    .cta-line{
        display: none;
    }
    .eqbl h1{
        font-size: 25px;
    }
    .eqbl p {
        font-size: 14px;
    }*/
    .row1, .row2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .row2 img{
        margin-bottom:40px;
    }
    .nav-main ul li {
        margin-right: 20px;
    }

}
@media only screen and (max-width: 800px) {
    .mob50{
        width: 50px;
    }
    .mob50 p{
        position: relative;
        left: 36px;

    }
    .mob100{
        width: 100%;
    }
    .mar55{
        margin-right: 15px!important;
    }
    .fli{
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .fl{
        margin-bottom: 35px;
    }
    
     .blocks {
      /*  -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;*/
        flex-direction: row;
        width: unset !important;
    }
    #bottom{
        padding-bottom: 20px;
        flex-direction: column;
    }
    .block{
        margin-bottom:20px;
    }
    .footer-inner {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

        -ms-flex-direction: column;

        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .nav-footer ul{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 5px;
    }
    #footer p{
        margin-left: initial!important;
        margin-bottom: 5px;
        text-align: center;
        padding-left: 16%;
        padding-right: 16%;
    }
    .soc{
        margin-top: 6px;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    }
    .soc span{
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
    #desc h1{
        max-width:90%;
        margin-left: auto;
        margin-right: auto;
    }
    .divider{
        display: none;
    }
    .nav-mobile{
        display:none;
    }
    .mobile ul.submenu {
        position: relative;
        top: initial;
        display: none;
        background: #fff;
        color: #f5821f;
        height: auto;
        padding-bottom: 0;
    }
    .mobile ul.submenu li {
        margin-right: 0;
        margin-left: 17px;
    }
    .mobile ul.submenu li a{
        color: #f5821f;
    }
    .nav-main ul li {

        position: absolute;
        top:0;
        right:0;
    }
    .menu-item-m-m  a:hover, .mobile ul.submenu li a:hover{
        color: #333333;
    }
    /*.header .wrapper{
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }*/

    .register{
        /*background: url('images/register_m.png');*/
        width: 125px;
        height:80x;
        margin-top:0;
        margin-bottom:0;
        position: relative;
        margin-right: 0!important;
    }
    .register a{

        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%)translateX(-50%);
        -ms-transform: translateY(-50%)translateX(-50%);
        transform: translateY(-50%)translateX(-50%);
        color: #fff!important;
        display: block;
        left: 50%;
        cursor: pointer;
        /*padding-left: 35px;*/
        padding-right: 25px;
        padding-bottom: 25px;
        padding-top: 25px;
        width: 100%;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;

    }


    .header .wrapper {


        height: 84px;

        text-align: left;
    }
    .m-info {
        width: 250px;
        text-align: center;
        margin-top: 25px !important;
    }
    .logo-link img{
        width: 45%;
        height: auto;
    }

    .nav-main ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: -1px!important;
    }

    .header .desktop{
        display: none!important;
    }
    .header .mobile{
        display: block!important;
    }
    .header .mobile ul .menu-item-main {
        display: list-item!important;
        margin-left: 20px;
        padding-left: 5px;
        margin-top: 5px;
        color: #f5821f;
    }
    .m-info{
        display: none;
    }
    .nav-main{
        width: initial;
        display: inline-block;
    }

    .nav-mobile ul{
        display: none;
        margin-bottom: 0;
        padding-bottom: 40px;
    }

    .m-toggler{
        display: none;
    }
    .menu-item-has-children .m-toggler{
        display: inline-block;
        float: right;
        margin-right: 10%;
        color: #f5821f;
        font-size: 18px;
    }
    /*.eqbl{
        width: 100%;
        margin-bottom: 40px;
    }*/
}
@media only screen and (max-width: 767px){

    .quform-responsive-elements-phone-landscape .quform-element-submit button{
        width: initial!important;
    }
   /* body{
        padding-top: 84px;
    }*/
}
@media only screen and (max-width: 600px) {
    body{
        padding-bottom: 106px;
    }
    .s-book {
        background: url('images/sticky-m.png?v=1') no-repeat -25px -2px;
        width: 83px;
        height: 71px;

    }
    .s-book:hover {
        background: url('images/sticky-m.png?v=1') no-repeat -25px -2px;
        width: 83px;
        height: 71px;
    }
    .s-call {
        background: url('images/sticky-m.png?v=1') no-repeat -16px -97px;
        width: 100px;
        height: 73px;
    }
    .s-call:hover {
        background: url('images/sticky-m.png?v=1') no-repeat -16px -97px;
        width: 100px;
        height: 73px;
    }
    .s-send {
        background: url('images/sticky-m.png?v=1') no-repeat -17px -191px;
        width: 99px;
        height: 73px;}
    .s-send:hover {
        background: url('images/sticky-m.png?v=1') no-repeat -17px -191px;
        width: 99px;
        height: 73px;
    }

    .sticky{
        position: fixed;
        bottom: -106px;
        left: 0;
        top: initial;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-transition: bottom 0.3s linear;
        -o-transition: bottom 0.3s linear;
        transition: bottom 0.3s linear;
        background: #fff;
        height: 106px; width: 100%;
        padding-top: 10px;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .sticky a{

    }


    .logo-link img{
        width: 150px;
        height: auto;
        margin-right: 15px;
    }

    #nav-footer li a{
        font-size: 14px;
    }
    .fl{


    }
    #hamburger{
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        position: relative;
        left: 8px;
    }

    .row1 img {
        width: auto;
        height: 60px;
    }
    .row2 img, .row2 .nxtlogo {
        width: auto;
        height: 50px;
    }


    .desktop{
        display:none!important;
    }
    .mobile{
        display: block!important;
    }

    .m-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }


    #desc p{
        font-size:14px;
    }

    .middle{
        margin: initial;
    }

    body h1{
        font-size: 18px;
    }
    body h2{
        font-size: 16px;
    }
    body p{
        font-size: 14px;
    }



}

@media only screen and (max-width:419px){

}
@media only screen and (max-width:374px){
    .logo-link img{

        width: 110px;
        height: auto;
        margin-right: 5px;
    }
}
/*===================== */
.page-title{
  text-align: center;
  margin-bottom: 30px;
}
.text-center{
    text-align: center;
}
#description{
    max-width: 950px;
}
body{
    padding-top:80px;
}
body.admin-bar header{
  top:32px;
}
body.admin-bar{
  padding-top: 80px;
}

header{
  top:0;
  position:fixed;
  z-index: 10000;
  width: 100vw;
}
html{
  margin-top: unset !important;
}
.section{
  padding:50px 20px;
  max-width: 850px;
  margin-left:auto;
  margin-right: auto;
  width: 100%;
}
#hero{
  /*padding-bottom: 30px;*/
}
#enquiry{
  display: flex;
  justify-content: space-around;
  background-image: url(images/enquiry.png);
  background-position: center top;
  background-size: cover;
  padding: 130px 20px 50px;
  align-items: center;
  background-color: transparent;
}
/*.home #enquiry{
    background-image: url(images/enquirybg.png);
}*/
#enquiry .eqbl{
  flex-basis: 380px;
  text-align: center;
}
#enquiry,#enquiry h1{
  color:#FFF;
  }

.play-video {
    max-width: 350px;
    margin: -35px auto 30px;
    line-height: 4.6rem;
    text-align: center;
    display: flex;
    justify-content: space-around;
    font-weight: bold;
    color: #f5821f;
}
#play-image{
    position: relative !important;
    display: inline-block;
    margin-bottom: 10px;
}

  /* Breakpoints */
@media (max-width: 1680px) {
  
}
 @media (max-width: 1440px) {

}
@media (max-width: 1280px) {
 
}
@media (max-width: 1024px) {
   .nav-main ul li{
    margin-right: 20px;
   }
   .register{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 25px center;
   }
}
@media (max-width: 991.98px) {
 .logo-link img{
    margin-right: 0;
    width: 135px;
    height: 38px;
 }
 .logos small{
    font-size: 50%;
    top:-12px;
 }
 .register{
    display: none;
 }
 .header .wrapper{
    justify-content: space-between;
 }
 .nav-main{
    display: none;
 }
 .register-mobile{
    display: inline-block;
    background-color: #f5821f;
    margin: 10px 0;
    padding: 13px 30px;
 }
 .register-mobile a{
    color:#FFF;
 }
 .logos-cta{
        margin-left: 0;
    }
  .play-video {
    flex-direction: column;
    line-height: normal;
    padding: 0 50px;
  }
}

@media (max-width: 768px) {
 
  #enquiry .eqbl {
    flex-basis: 280px;
  }
 
    #enquiry .eqbl h1{
      font-size: 1.8rem;
    }
    #enquiry .eqbl p{
      font-size: 1.1rem;
    }
}
@media (max-width: 575.98px) {
    .section{
        padding: 20px;
    }
    .mobile{
    display: none !important;
   }
   body.admin-bar header{
    top:0;
  }
  body.admin-bar{
    padding-top: 38px;
  }
   #enquiry{
    background-image:url(images/enquiry-m.jpg);
    flex-direction: column;
    padding: 60px 20px 10px;
  }
  /*.home #enquiry{
    background-image:url(images/enquiry-m.jpg);
  }*/
   #enquiry .eqbl{
    flex-basis: unset;
    margin-bottom: 50px;
   }
   #bottom{
        flex-direction: row;
    }
     #bottom .blocks{
        flex:1;
        display: flex;
        flex-direction: column;
     }
     #bottom .blocks .block img{
        width: 100% !important;
     }
     #bottom .blocks .block {
        margin-bottom: 0;
     }
}
