.fixed-menu-block {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: -103%;
    width: 100%;
    height: 100%;
    background: #eaeaea;
    color: #000;
    -webkit-box-shadow: 0px 0px 10px 0px #414c5d;
    -moz-box-shadow:    0px 0px 10px 0px #414c5d;
    box-shadow:         0px 0px 10px 0px #414c5d;
    overflow-y: auto;
}

.fixed-menu-block a {

    color: #FFF;

}

.fixed-menu-block > div {

    margin: 10px 0px;

}

.fixed-menu-block li a {
    box-sizing: border-box;
    padding: 10px 9px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    position: relative;
}

.fixed-menu-block li a > i {
    margin-left: 10px;
}

.fixed-menu-block li a:hover {
    color: #ffffff!important;
    
}

.fixed-menu-block .current-menu-item > a, .fixed-menu-block .current-menu-parent > a, .fixed-menu-block .current-menu-ancestor > a {
        color: #000!important;
        text-decoration: underline;
}

.close-btn {
    margin-top: 9px;
    margin-left: 9px;
    margin-bottom: 20px;
    display: block;
    width: 33px;
    height: 33px;
    font-size: 36px;
    color: #000 !important;
}

.close {
    opacity: 1;
}



.navigation-mobile {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.navigation-mobile ul {
    
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.navigation-mobile .menu > .menu-item-has-children > a:after {
    content: '';
    position: absolute;
    right: -15px;
    top: 37%;
    -webkit-transform: translateY(-37%);
    transform: translateY(-37%);
    width: 10px;
    height: 6px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0.828665L9.18014 0L5 4.22502L0.819861 0L0 0.828665L5 5.88235L10 0.828665Z' fill='%23000000'/%3E%3C/svg%3E%0A");
    background-size: cover;
 }

.navigation-mobile .menu-item-has-children  > a:after {
    content: '';
    position: absolute;
    right: -15px;
    top: 37%;
    -webkit-transform: translateY(-37%);
    transform: translateY(-37%);
    width: 10px;
    height: 6px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0.828665L9.18014 0L5 4.22502L0.819861 0L0 0.828665L5 5.88235L10 0.828665Z' fill='%23000000'/%3E%3C/svg%3E%0A");
    background-size: cover;

    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    transform: rotate(270deg);
    right: -4px;
    top: 40%;

}

.navigation-mobile ul ul {
    /*box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);*/
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    
    /*background: #48709e;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.35);
    border-radius: 6px;*/
}

.navigation-mobile ul ul li{
padding: 7px 5px;
}
.navigation-mobile ul ul ul {
    left: -999em;
    top: 0;
}

.navigation-mobile ul ul li:hover > ul,
.navigation-mobile ul ul li.focus > ul {
    left: 25px;
    position: inherit;
}

.navigation-mobile ul ul a {
    width: 100%;

}

.navigation-mobile ul li:hover > ul,
.navigation-mobile ul li.focus > ul {
    left: 0px;
    padding-top: 10px;
    position: inherit;
}

.navigation-mobile li {
    float: left;
    position: relative;
    padding: 5px 25px;
    width: 100%;
    
}


.navigation-mobile li:hover {
    background: #3fad56!important;
    border-radius: 6px;
}

.navigation-mobile li ul li:hover {
    border-radius: 0px;
}

.navigation-mobile li:hover>a{
    color: #FFF !important;
    background: #3fad56!important;
}

.navigation-mobile a {
    display: block;
    text-decoration: none;
    
    /*font-family: Roboto;*/
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    /*text-transform: uppercase;*/

    color: #000000;
}

.partners-mobile {display: none;}

.mobile-menu-icon {
    margin: 0 auto; 
    width: 36px;
    margin-top: 10px;
    cursor: pointer;
}

.mobile-menu-icon > span {
    display: block;
    width: 36px;
    height: 5px; 
    -webkit-border-radius: 2px; 
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #606943;
    margin-bottom: 6px;
}


/*--------------------------------------------*/
@media (max-width: 1450px) {
    	
	
}


@media (max-width: 1300px) {
    

}




@media (max-width: 992px) {

 

h1.moto {

    font-family: "Benzin",Sans-serif;
    font-size: 5vw;
    font-weight: 700;
    text-align: center;
    line-height: 2.2em;
    text-shadow: 3px 3px 1px #000;
}


/*.main-menu {display: none;}*/


/*.main-navigation {display: none;}*/
.sandwichdiv {display: block; float: right;}
.sandwich-btn {
	display: block;
    font-size: 37px;
    color: #383085;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
	}


.grey-panel__rightcut {
    margin-top: 40px;
    clip-path: none;
    text-align: center;
    padding-top: 25px;
}    


.socials {
    justify-content: center;
    background: #333333;
    padding: 15px;
    /*clip-path: polygon(12% 0%,88% 0%,100% 100%,0% 100%);*/
	clip-path: none;
    flex-wrap: wrap;
}


.btn__trapeze {
    margin: 0 auto;
    padding: 20px 0px;
    width: 100%;
    text-align: center;
    display: block;
}


.home-events-single {
    margin: 25px 0;
    text-align: center;
}


.site-footer__first {
    text-align: center;
}



.main-navigation li {
    position: relative;
    margin: 10px 0;
}

	
}

@media (max-width: 600px) {

.alignleft, .alignright, .aligncenter {

	float: none;
    display: block;
    margin: 13px auto;
}

}


@media (max-width: 500px) {
/*Iphone5  5s SE etc*/


}



