.italic{
	font-style: italic;
}

.os-bold{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.os-regular{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.zs-regular{
    font-family: 'Zilla Slab', sans-serif;
    font-weight: 400;
}
.zs-bold{
    font-family: 'Zilla Slab', sans-serif;
    font-weight: 600;
}
.os-light{
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
}
.text-shadow{
	text-shadow: 0px 1px 14px rgba(0, 0, 0, .5);
}
.text-shadow-dark{
    text-shadow: 0px 1px 14px rgba(0, 0, 0, 1);
}
.uppercase{
	text-transform: uppercase;
}
.text-color{
    color: #ffffff;
}
 
body{
	margin :0;
	padding:0;
	background: #020407; 
}

a{
    text-decoration: none;
    color :white;
}
.zoom-hover{
    transform: scale(1);
    transition: all .2s ease; 
}
.zoom-hover:hover{
    transform: scale(1.05);
    transition: all .2s ease; 
}


.left-col-cont{
    background-color: #e9e6e6;
    border-right: solid 1px #9e9c99;
    width: calc(299px);
    float: left;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    direction: rtl;
}
.left-col{
    width: 100%; 
    float: right;
    height: 100vh; 
    direction: ltr;
} 

.left-col .nav { 
    float: right;
    margin-top: 90px;
    padding-left: 15px;
} 
.left-col .nav li{
    margin: 5px 0px;
    margin-right: 15px;
    display: inline-block;
    font-size: 14px; 
    color: #695f54;
    cursor: pointer;
    font-weight: 500;
} 
.right-col-cont{ 
    width: calc(100% - 300px);
    float: right;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #fff;
    height: 100vh;
    position: relative;
}

.right-col{
    color: #695f54; 
    text-align: center;
    width: calc(100% - 40px);
    padding: 0 20px;
    position: relative;
}
.right-col .header-text{ 
    max-width: 778px;
    padding: 100px 0 3% 0;
    margin: 0 auto;
}

.right-col .header-text .divider{   
    margin: auto 8%;
    border-top: solid 1px #695f54;
    position: relative;
}

.right-col .header-text .head{
    font-size: 30.43px;
    margin-bottom: 20px;
    display: inline-block;
}
.right-col .header-text .text{
    font-size: 26px;
}

.right-col .doc{ 
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
    position: relative;
}
.right-col .doc a{ 
    color: #695f54;
    text-decoration: underline;
}

.right-col .doc h3{
    margin: auto 0px;
    font-size: 20px;
    letter-spacing: 1.1px;
    margin-bottom: 16px;
    margin-top: 10px;
    display: inline-block; 
}

    .right-col .doc h4{
        margin: auto 0px;
        font-size: 15px;
        letter-spacing: 1.1px;
        margin-bottom: 5px;
        margin-top: 20px;
        font-weight: 800;



}
.right-col .doc p{   
    font-size: 16px; 
    max-width: 700px;
    margin: 0 auto;
    display: block; 
    position: relative;
    line-height: 26px;
    margin-bottom: 20px;

} 
.right-col .doc .media{  
    width : 500px; 
    /* height: 250px; */
    margin: 30px 10px 30px 10px;
    /* background-color: #cecece; */
    display: inline-block;
    position: relative;
}
.right-col .doc .media .zoom-btn{  
   position: absolute;
   right : 8px;
   bottom : 8px; 
   bottom: 30px;
   cursor: pointer;
}
.right-col .doc .media img{  
    width : 100%;
}
.right-col .doc .media iframe{  
    width : 100%; 
    height: 270px;  
}
.right-col .doc .media.small{  
    width : 450px;  
}
.right-col .divider{
    border-bottom: solid 1px #695f5473;
    width: 80%;
    margin: auto;
    margin-top: 15px;
}
@media (max-width:1024px){ 
    .right-col .doc { 
        display: block;
    }
    .right-col .doc .left{  
        width :100% ;
        padding: 0;
        position: relative;
    }
    .right-col .doc .right{ 
        width :100% ;
        text-align: center;
        margin-bottom: 30px;
        position: relative;
    }
} 
@media (min-width:2000px){ 
    .right-col .doc .left{  
        width : calc(25% - 60px) ; 
    }
    .right-col .doc .right{  
        width : 75%; 
    }
} 

#zoom-cont{
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,.5); 
    z-index: 5; 
    text-align: center;
    transition:all .2s;
}
#zoom-cont.show{
    transition:all .2s;
    visibility: visible;
    opacity: 1;
}

#zoom-cont img
{  
    height: 80%;
    max-width: 100%;
    max-height: 100%;
    margin-top: 70px;
}
.mobile #zoom-cont img {
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin-top: 20%;
}
.mobile .right-col-cont{
    width: 100%;
    float: right;
    overflow-x: hidden;
    overflow-y: hidden; 
    height: auto; 
}

.mobile .left-col-cont{
    display: none;
}
.mobile .right-col .header-text .divider {
    margin: 20px 8%; 
}
.mobile .right-col .header-text { 
    padding: 60px 0 3% 0; 
}
.mobile .right-col .doc .media {
    width: 100%; 
    margin: 30px 0px 30px 0px;
}
.mobile .right-col .doc .media .zoom-btn { 
    top: 8px;
    bottom : unset;
}
.mobile .right-col .doc .media.small {
    width: 100%;
    margin: 30px 0px 30px 0px;
}

/* 
#floating-menu{
    position: fixed;
    text-align: center;
    color: white;
    letter-spacing: 2px;
    z-index: 5000; 
} 

#floating-menu .menu-items {
    background-color: rgba(99, 145, 206, 0.7);
    box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.53);
    color: white;
    height: 100vh; 
    top: 0;
    bottom: 0;
    width: 450px;
    z-index: 5000;
    padding-top: 50px;
    transition: all 200ms;
    transform: translateX(0);
}
#floating-menu .menu-items ul { 
    padding: 15px;
    font-size: 18px;
}
#floating-menu .menu-items li {
    list-style-type: none;
    text-align: left;
    padding: 8px 23px 8px 15px;
    text-transform: uppercase;
    font-size: 19px;
    cursor: pointer;
    transition: all 200ms;
}
#floating-menu .icon {
    text-align: center;
    left: 20px;
    top: 15px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    z-index: 5100;
    transform: scale(1);
    transition: all 200ms;
    fill:#7c756c;
    stroke:#7c756c ;
}
#floating-menu .menu-items li.download ,
#floating-menu .menu-items li.usermanual{
    list-style-type: none;
    text-align: left;
    padding: 0px;
    text-transform: uppercase;
    font-size: 19px;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 26px;
}
#floating-menu .menu-items li.download a,
#floating-menu .menu-items li.usermanual a{ 
    padding: 20px 0px 20px 15px; 
    width: calc(100% - 15px);
    display: inline-block;
    background-color: #63ce75;
    transition: all 200ms;
}
#floating-menu .menu-items li.usermanual a{ 
    background-color: #c24949;
}


#floating-menu .icon:hover {
    transform: scale(1.2);
    transition: all 200ms;
}

#floating-menu .menu-items li.download:hover{
    transform: translateX(0)  ;
    background-color: #63ce75d7;
    transition: all 200ms;
}
#floating-menu .menu-items li.usermanual:hover{
    transform: translateX(0)  ;
    background-color: rgb(219, 85, 85);
    transition: all 200ms;
}
#floating-menu .menu-items li:hover{
    transform: translateX(2%)  ;
    transition: all 200ms;
}
#floating-menu .menu-items.hidden{
    transform: translateX(-100%);
    opacity: 0;
    box-shadow: 0px 0px 0px 0px black;
    transition: all 200ms;
}
@media (max-width: 500px)  {
	#floating-menu .icon{
    	left: 13px !important;
	}
	#floating-menu .menu-items ul{
	    padding: 0;
	}
	#floating-menu .menu-items li {
	    font-size: 13px  !important;
	}

	#floating-menu .menu-items{
	    width: 300px !important;
	}
	#floating-menu .icon{
	    width: 30px !important;
	    height: 30px !important;
	}
} */
#floating-menu{
    top: 0;
    position: fixed;
    text-align: center;
    color: white;
    letter-spacing: 2px;
    z-index: 5000;
    height: 100vh;
} 

#floating-menu .menu-items {
    background-color: rgba(14, 31, 44, 0.75);
    box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.53);
    color: white;
    position:fixed;
    bottom: 0;
    z-index: 5000;
    width: 450px;
    top:0;
    bottom:0;
    transition: all 200ms;
    transform: translateX(0);
}
#floating-menu .menu-items ul { 
    padding: 15px;
    position:absolute;
    top: 80px;
    bottom:0;
    overflow:auto;
    font-size: 18px;
    transition: all 200ms;
}
#floating-menu.open .menu-items ul:not(.down) {  
    top: 60px;
    transition: all 200ms;
}
.mobile #floating-menu.open .menu-items ul:not(.down) {  
    top: 30px; 
}
#floating-menu .menu-items li {
    list-style-type: none;
    text-align: left; 
    padding: 6px 23px 6px 15px;
    text-transform: uppercase;
    font-size: 19px;
    cursor: pointer;
    transition: all 200ms;
}
#floating-menu .icon {
    text-align: center;
    left: 20px;
    top: 15px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    z-index: 5100;
    transform: scale(1);
    transition: all 200ms;
    fill:#7c756c;
    stroke:#7c756c ;
}
#floating-menu .icon.down {  
    top: 60px; 
} 
#floating-menu.open .icon.down {   
    top: 55px;
} 
.mobile #floating-menu .icon.down {  
    top: 85px;
} 
.mobile #floating-menu.open .icon.down {  
    top: 80px;; 
}
#floating-menu .menu-items li.download ,
#floating-menu .menu-items li.usermanual{
    list-style-type: none;
    text-align: left;
    padding: 0px;
    text-transform: uppercase;
    font-size: 19px;
    cursor: pointer;
    margin-top: 12px;
    margin-bottom: 12px;
}
#floating-menu .menu-items li.download a,
#floating-menu .menu-items li.usermanual a{ 
    padding: 18px 0px 18px 15px;
    width: calc(100% - 15px);
    display: inline-block;
    background-color: #ffa800;
    transition: all 200ms;
}
#floating-menu .menu-items li.usermanual a{ 
    background-color: #ffa800;
}

#floating-menu .icon:hover {
    transform: scale(1.2);
    transition: all 200ms;
}

#floating-menu .menu-items li.download:hover{
    transform: translateX(0)  ;
    transition: all 0;
}
#floating-menu .menu-items li.usermanual:hover{
    transform: translateX(0)  ;
    transition: all 0;
}
#floating-menu .menu-items li.download a:hover{
    background-color: rgba(255, 168, 0, 0.7);
    transition: all 200ms;
}
#floating-menu .menu-items li.usermanual a:hover{
    background-color: rgba(255, 168, 0, 0.7);
    transition: all 200ms;
}
#floating-menu .menu-items li:hover{
    transform: translateX(2%)  ;
    transition: all 200ms;
}
#floating-menu .menu-items.hidden{
    transform: translateX(-100%);
    opacity: 0;
    /* width:0; */
    box-shadow: 0px 0px 0px 0px black;
    transition: all 200ms;
}
@media (max-width: 500px)  {
	#floating-menu .icon{
    	left: 13px !important;
	}
	/* #floating-menu .icon.down{
        top: 40px;
	} */
	#floating-menu .menu-items ul{
        padding: 0;
        top: 40px;
	}
	#floating-menu .menu-items ul.down{  
        top: 95px;
	}
	#floating-menu .menu-items li {
	    font-size: 13px  !important;
	}

	#floating-menu .menu-items{
        width: 330px !important;
	}
	#floating-menu .icon{
	    width: 30px !important;
	    height: 30px !important;
	}
}

#floating-menu .switch-lang {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 20px;
}
#floating-menu .switch-lang a{
    text-transform: uppercase;
}
#floating-menu .switch-lang a.active{
     text-transform: uppercase;
     text-decoration: underline;
}
#floating-menu .menu-items li.usermanual:hover { 
    background-color:unset; 
}
#floating-menu .menu-items li.download:hover { 
    background-color:unset; 
}