/*@font-face {*/
    /*font-family: 'InconsolataMedium';*/
    /*src: url('/front/fonts/inconsolata-webfont.eot');*/
    /*src: url('/front/fonts/inconsolata-webfont.eot?iefix') format('eot'),*/
    /*url('/front/fonts/inconsolata-webfont.woff') format('woff'),*/
    /*url('/front/fonts/inconsolata-webfont.ttf') format('truetype'),*/
    /*url('/front/fonts/inconsolata-webfont.svg#webfontIq3iVAO3') format('svg');*/
    /*font-weight: normal;*/
    /*font-style: normal;*/
/*}*/

body {
    -webkit-text-size-adjust:none;
    margin:0px;
    padding:0px;
    background-color:#fff;
    /*font-family: 'Roboto Slab', serif;*/
    font-family: 'Roboto Mono' ;

    color:#000;
    font-size:12px;
    font-weight: 300;
    /*letter-spacing:0px;*/
    /*overflow:hidden;*/
}

.container {
    margin-left: 80px;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
}


* {
    outline:0;
    list-style-type : none !important;
}

:focus { outline:0; }
.clb { clear:both; line-height:1px; height:1px; overflow:hidden }
.cp { cursor:pointer }
.dn { display:none }
img { border:0; }

*::selection { background: #000; color:#fff}
*::-moz-selection { background:  #000; color:#fff; list-style-type : none !important; text-decoration: none;}

a {
    color:#000;

    list-style-type : none !important;
    text-decoration: none;
}

a:hover {
    text-decoration:underline !important;
    color: #808080;
}

#content{
    color: #808080;
    margin-left: 60px;
}

.page-menu{
    padding-left: 0px;
}
.page-menu a, li.uppercase a{
    text-transform: uppercase;
}

.work-img{
    max-width: 100%;
}

.item{
    margin-bottom: 65px;
    /*padding-left: 60px;*/
}

#sidebar{
    position: fixed;
}

#MENU li{
    margin-bottom: 10px;
    margin-bottom: 5px;
}


#MENU li a{
    line-height: 15px;
}
li.active a{
    text-decoration: underline;
}

.work-info{
    padding-bottom: 40px;
}

/* Styles for dialog window */
.small-dialog {
    background: white none repeat scroll 0 0;
    margin: 40px auto;
    max-height: 550px;
    max-width: 700px;
    overflow: auto;
    padding: 20px;
    position: relative;
    text-align: left;
}
a{
    outline: 0!important;
}
a:active,a:focus{
    color: #000 !important;

}


/**
 * Fade-zoom animation for first dialog
 */


/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;



    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);

    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.capitalize{
    text-transform: uppercase;
}


/* Mobile Nav */

.top-animate {
    background: #000 !important;
    top: 13px !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mid-animate {
    opacity: 0;
}

.bottom-animate {
    background: #000 !important;
    top: 13px !important;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

.top-menu {
    top: 5px;
    width: 25px;
    height: 2px;
    border-radius: 10px;
    background-color: #F9A530;
}

.mid-menu {
    top: 13px;
    width: 25px;
    height: 2px;
    border-radius: 10px;
    background-color: #F9A530;
}

.bottom-menu {
    top: 21px;
    width: 25px;
    height: 2px;
    border-radius: 10px;
    background-color: #F9A530;
}

.menui {
    background: #000;
    transition: 0.6s ease;
    transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
    margin-top: 10px;
    position: absolute;
}

.icon {
    z-index: 999;
    position: fixed;
    display: none;
    padding: 9px;
    height: 32px;
    width: 32px;
    margin: 0px;
    top: 0;
    left: 15px;

}

.mobilenav {
    font-family: inherit;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
}

.mobilenav li.dush {
    line-height: 0;
    padding: 0;
}

.mobilenav li {
    list-style-type: none;
    text-align: left;
    padding: 5px 0;
    margin-left: 30px;
}

.mobilenav li a {
    /*font-size: 150%;*/
    color: #000;
    text-decoration: none;
    font-weight: 300;
    width: 100%;
}

.mobilenav li:first-child {
    margin-top: 60px;
}


.read-more-icon{
    width: 17px;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}
.read-less-icon{
    width: 17px;
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}


.mfp-close {
    font-size: 20px !important;
}
.details{
    text-decoration: underline;
    margin-top: 20px;
    display: block;
}
/*Responsive*/
@media (max-width: 1270px) {
    .container{
        margin-left: auto;
    }
}

@media (max-width: 992px) {
    #sidebar{
        display: none;
    }
    #content{
        margin-left: auto;
    }

    #menu-icon{
        display: block;
    }

}
@media (max-width: 768px){
    .item{
        margin-top: 60px;
    }

    .work-info {
        margin-top: 30px;
        padding-bottom: 20px;
    }
}
