
/*fonts*/



@font-face {
    font-family: OratorStd;
    src: url('../fonts/Orator Std Medium.eot'), url('../fonts/Orator Std Medium.ttf') format('truetype'), url('../fonts/Orator Std Medium.woff');
}
@font-face {
    font-family: helveticaLight;
    src: url('../fonts/Helvetica/Helvetica-Light.eot'), url('../fonts/Helvetica/Helvetica-Light.ttf') format('truetype'), url('../fonts/Helvetica/Helvetica-Light.woff');
}
@font-face {
    font-family: helveticaLightOblique;
    src: url('../fonts/Helvetica/Helvetica-LightOblique.ttf');
}


/*end of fonts*/

html {
   
}

body {
 
}

.page{}



/*scrolbar styles*/

.jspTrack {
    background: rgba(176, 191, 169, 0) !important;
}

.jspDrag {
    background: #823B35 !important;
}

.jspVerticalBar {
    background: rgba(125, 161, 179, 0.22) !important;
}

/* end of scrolbar styles*/




/*caroufredsel*/
.caroufredsel_wrapper {
    cursor: -webkit-grab !important;
    /* ReSharper disable InvalidValue */
    cursor: grab !important;
    /* ReSharper restore InvalidValue */
}
/*end of caroufredsel*/

#nav_mobile_handle a {
    width: 100%;
    display: block;
    height: 100%;   
}






