.a-not-active {
    pointer-events: none;
    cursor: default;
}

.btn-menu {
    width: 27px;
    height: 30px;
    cursor: pointer;
    position: absolute;
	right: 20px;
	top: 20px;

    border: none;
    background: url(../img/menu_white.png) no-repeat center center;
}

.btn-menu-black {
    background: url(../img/menu_black.png) no-repeat center center;
}

.btn-menu:hover {
    background: url(../img/menu_hover.png) no-repeat center center;
}

.menuli span {
    padding: 10px;
    line-height: 120%;
}
/* RIGHT-MENU */

.cbp-spmenu-right {
    background: white;
    position: fixed;
    text-transform: uppercase;
    font-family: "FrutigerNextLT-BoldCond", Arial, sans-serif;
    color: black;
    border-left: 8px solid #ffe600;
    text-align: center;
    font-size: 10px;
    padding: 65px 0px;
}

.cbp-spmenu-right .cancel {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
    border: none;
    background: url(../img/cross.png) no-repeat center center;
}

.cbp-spmenu-right .cancel:hover {
    background: url(../img/cross_hover.png) no-repeat center center;
}

.menuli a {
    display: block;
    color: black;
    font-size: 40pt;
    text-decoration: none;
}

.menuli-s a {
    display: block;
    color: black;
    font-size: 24pt;
    text-decoration: none;
}

.cbp-spmenu-right .selected-item span {
    background: #ffe600;
}

.cbp-spmenu-right a:hover {
    /*background: #ffe600;*/
    
    text-decoration: none;
}

.cbp-spmenu-right a:hover span {
    background: #ffe600;
}

li {
    text-align: center;
    list-style-type: none;
}
/*
.menuli:hover > ul{
	display:block;
}
*/

.hide-submenu {
    display: none;
}

.submenu {
    list-style-type: none;
    background-color: #ffe600;
    padding: 0px;
}

.submenu a {
    font-size: 24px;
}

.submenu a:hover {
    background-color: black;
    color: #ffe600;
}

.submenu li {
    padding: 4px 0px;
}

.cbp-spmenu-right .divider {
    margin: 20px auto;
    width:300px;
    border-bottom: 1px solid black;
}

.menu-share {
    margin-bottom: 20px;
    margin-top: 20px; 
}

.menu-share img {
    width: 60px;
    height: 60px;
    margin-right: 8px;
    margin-left: 8px;
    cursor: pointer;
}
/*END LEFT MENU*/
/* BOTTOM MENU */

.cbp-spmenu-bottom {
    background: rgba(0, 0, 0, 0.8);
    background-color: black\0;    
    position: fixed;
    /*	text-transform: uppercase;*/
    
    color: white;
    text-align: center;
    font-size: 10px;
    line-height: 200%;
    overflow:hidden ;
	-webkit-overflow-scrolling: touch;
}

.cbp-spmenu-bottom .bottom-content {

/*    padding-left: 5px;
    padding-bottom: 20px;
    padding-top: 20px;
    */
    padding: 20px 5px;

}

@media screen and (max-width: 767px) {
    .cbp-spmenu-bottom .bottom-content {
        padding-top: 70px;
    }
}
.cbp-spmenu-bottom .photog img {
    width: 150px;
    height: 150px;
}

#owl-slider .item .photog img {
    width: 200px;
    height: 200px;
    display: initial;
}

.cbp-spmenu-bottom .photog {
    padding: 2px;
}

.cbp-spmenu-bottom .photog-img {
    padding: 10px 0px;
}

.cbp-spmenu-bottom .photog-desc {
    padding: 0px 5%;
    width: 80%;
}

.close-spmenu-bottom {
    display: none;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: url("../img/cross_white.png");
    /*    background-size: cover !important;*/
    background-repeat: no-repeat !important;
    z-index: 1;
}

.close-spmenu-bottom:hover {
    background: url("../img/cross_hover.png");
}
/*.cbp-spmenu-bottom .divider-exif img {
	width: 600px;
	height: 20px;
}
#owl-slider .item .divider-exif img {
    width: 600px;
	height: 20px;
	display: initial;
	}*/

    .cbp-spmenu-bottom table {
        color: grey;
    }

    .cbp-spmenu-bottom table .left {
        text-align: left;
    }

    .cbp-spmenu-bottom table .right {
        text-align: right;
    }

    .cbp-spmenu-bottom table td {
        width: 50%;
        padding: 0px 4px;
    }

    .cbp-spmenu-bottom .divider {
    /*margin: 20px 30%;
    border-bottom: 1px solid grey;*/
    
    background: url('../img/line.png');
    width: 40%;
    height: 30px;
    background-position: center;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat !important;
}
/*.cbp-spmenu-bottom .cancel {
	width: 28px;
	height: 28px;
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 15px;
}
.cbp-spmenu-bottom a {
	display: block;
	color: black;
	font-size: 51pt;
	text-decoration: none;
}
.cbp-spmenu-bottom .selected-item span{
	background: #ffe600;

}
.cbp-spmenu-bottom a:hover {

	text-decoration: none;
}
.cbp-spmenu-bottom a:hover span{
	background: #ffe600;
}
*/
/* END BOTTOM MENU */
/* BOTTOM MENU IN SLIDER */
/*.cbp-spmenu-bottom-in-slider {
	background: rgba(0, 0, 0, 0.7);;
	color: white;
	text-align: center;
	font-size: 10px;
	}*/
    /* END BOTTOM MENU IN SLIDER */
    /* Orientation-dependent styles for the content of the menu */

    .cbp-spmenu-vertical {
        width: 50%;
        height: 100%;
        top: 0;
        z-index: 1000;
        overflow-y: auto;
        z-index: 10002;
    }

    .cbp-spmenu-vertical a {
        padding: 0px;
    }

    .cbp-spmenu-horizontal {
        width: 100%;
        height: 60%;
        left: 0;
        z-index: 1000;
        overflow-y: scroll;
        /*overflow: hidden;*/
    }
/*.item .cbp-spmenu-horizontal {
	height: 60%;
	}*/
/*.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
}
*/
/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
    left: -50%;
}

.cbp-spmenu-right {
    right: -50%;
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
}
/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
    top: -60%;
}

.cbp-spmenu-bottom {
    bottom: -60%;
    z-index: 10001;
}
/*
.item .cbp-spmenu-bottom {
	bottom: -60%;
}
*/

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0px;
    /*height: auto;*/
}
/* Push classes applied to the body */

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.cbp-spmenu-push-toright {
    left: 50%;
}

.cbp-spmenu-push-toleft {
    right: 50%;
    left: -50%;
}

.cbp-spmenu-bottom-btn-push-up {
    bottom: 60%;
}
/*.item .cbp-spmenu-bottom-btn-push-up {
	bottom: 60%;
	}*/
    /* Transitions */
/*

.cbp-spmenu-push,
body,
.bottom-row,
*/
.cbp-spmenu, .bottom-triangle, .cbp-spmenu-push-toleft, body
{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
/* Example media queries */

@media screen and (max-width: 767px) {
    .cbp-spmenu-horizontal {
        font-size: 75%;
        height: 100%;
    }
    .cbp-spmenu-bottom {
        bottom: -100%;
        background: black;
    }
    .cbp-spmenu-bottom-btn-push-up {
        bottom: 100%;
    }
    .close-spmenu-bottom {
        display: inherit;
    }
    .cbp-spmenu-bottom .photog-desc {
        padding: 0px;
    }
    .divider-exif {
        width: 100%
    }
    .cbp-spmenu-bottom .divider {
        width: 80%
    }
    .cbp-spmenu-top {
        top: -110px;
    }    
}

@media screen and (max-height: 26.375em) {
    .cbp-spmenu-vertical {
        font-size: 90%;
        width: 190px;
    }
    .cbp-spmenu-left,
    .cbp-spmenu-push-toleft {
        /*right: 190px;*/
    }
    .cbp-spmenu-right {
        right: -190px;
    }
    .cbp-spmenu-push-toright {
        left: 190px;
    }
}

@media (max-width: 375px) {
    .cbp-spmenu-vertical {
        width: 100%
    }
    .cbp-spmenu-right {
        right: -100%;
    }
    .menuli a {
        font-size: 35px;
    }
    .menuli-s a {
        font-size: 18px;
    }
    .menu-lang-list .menuli span {padding:10px 5px;}
}

@media (min-width: 376px) and (max-width: 768px) {
     .cbp-spmenu-vertical {
        width: 100%
    }
    .cbp-spmenu-right {
        right: -100%;
    }
    .menuli a {
        font-size: 50px;
    }
    .menuli-s a {
        font-size: 26px;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .menuli a {
        font-size: 50px;
    }
    .menuli-s a {
        font-size: 26px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .menuli a {
        font-size: 50px;
    }
    .menuli-s a {
        font-size: 26px;
    }
}

@media (min-width: 1201px) {}

.btn-lang {
    width: 33px;
    height: 33px;
    cursor: pointer;
    position: absolute;
    right: 70px;
    top: 20px;

    border: none;
/*    background: url(../img/icon_globe.png) no-repeat center center;*/
}

/*.btn-lang-black {background: url(../img/icon_globe_black.png) no-repeat center center;}

.btn-lang:hover {background: url(../img/icon_globe_hover.png) no-repeat center center;}*/

.cbp-spmenu.lang .lang-menu{display:block;}

.cbp-spmenu.lang .main-menu {display:none;}

.cbp-spmenu.menu .lang-menu {display:none;}

.cbp-spmenu.menu .main-menu {display:block;}

.click-menu .slide {width:auto; height:100%; text-decoration: underline; display:none; color:#FFF; text-align: right; line-height: 33px; font-size: 16px; font-weight:bold; position: absolute; right:0; white-space: nowrap;}

.click-menu .slide:first-child {display:block;}

.click-menu .slide img {max-width: 100%; height:auto;}

.btn-lang .btn-globe{background: url(../img/icon_globe.png) no-repeat center center; display:block; width: 33px; height: 100%; margin-left:auto; margin-right: 0;}

.btn-lang .btn-globe:hover {background: url(../img/icon_globe_hover.png) no-repeat center center  !important;}

.click-menu .slide:hover {color:#ffe600 !important;}

.click-menu.btn-lang-black .slide {color:#000;}

.btn-lang.btn-lang-black .btn-globe {background: url(../img/icon_globe_black.png) no-repeat center center;}

.menu-lang-list {display: block; float:left; margin-top:10px;}

.cbp-spmenu.menu .menu-lang-list .lang-menu {display:block; margin-left:20px;}

.menu-lang-list li {display:inline-block; line-height:14px; border-left:1px solid #000;}

.menu-lang-list li:first-child {border-left:0;}

.menu-lang-list .menuli a {font-size: 14px;}

.cbp-spmenu-right .menu-lang-list .selected-item span {background: none; text-decoration: underline;}

.cbp-spmenu-right .menu-lang-list a:hover {text-decoration: underline; background: none;}

.cbp-spmenu-right .menu-lang-list a:hover span {background: none;}
