@font-face {
    font-family: "Underground";
    src: url("fonts/bf4548faa85fa5f642f192e6b07ac814.otf") format("opentype");
}


@font-face {
	font-family: 'Bezier Sans';
	src: url('fonts/beziersans/BezierSans-Regular.woff2') format('woff2'), url('fonts/beziersans/BezierSans-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
body{
    font-family: 'Bezier Sans';
    /*font-family: Menlo, Monaco, Consolas, "Courier New", monospace;*/
    font-size: 14px;
    background: url(img/back2.jpg) no-repeat top left;
   
    -o-background-size: 100%, auto;
    -moz-background-size: 100%, auto;
    -webkit-background-size: 100%, auto;
    background-size: 100%, auto;
}
h1.page_title{
    position: relative;
    color:#fff;
    
}
#logo{
    transition: .8s ease-in-out;
}
#logo:hover{
    transform: rotateX(360deg);
  
}
@media(max-width:992px){
    body{
       
        background: url(img/back2.jpg) no-repeat top left;
      
        background-size: auto,  100%;
    }

    h1.page_title{
        position: relative;
        color:#fff;
        text-align:center;
        
    }
}

.ic_telegram{
    display:inline-block;
    background: url(img/ic_telegram.png) no-repeat top center;
    width:32px;
    height:32px;
    background-size: 100%, auto;
}
/* MENU */
#mob_but_menu{
    display: none;
    
}
.sidebar{
	color:#fff;
}
.sidebar ul.menu a{
     display: block;
    
    &:hover{
        color:#fff;
    }
}
.sidebar.open ul.menu a{
	padding:2px 0;
}


.sidebar ul.menu li{
    color:#fff;
}
ul.menu li.current-menu-item a{
    color:#fff;
}
.nav_tree{
    text-align:right;
}
.nav_tree a:hover{
    color:#fff;
}

@media(max-width: 992px){

    .sidebar {
        
        position: fixed;
        padding-top:90px;
        width:240px;
        overflow: auto;
        background: linear-gradient(80deg,rgba(46,46,46,1) 50%, rgba(36,36,36,0.6) );
        background: rgba(36,36,36,0.9) ;
        background: linear-gradient(80deg,rgba(46,46,46,0.8) 50%, rgba(36,36,36,1) );
        
        
       /*
       display:none;
        transition-duration: 0.5s;
        transition: .5s ease-in-out;
        */
        transition: .2s ease-in-out;
        left: 0;
        top: 0;
        bottom: 0;
        left: auto;
        
        right: 0;
        right: -240px;
        z-index: 99999;
    }

    .sidebar.open{
        /*display:block;*/
        right: 0;
    }

    .sidebar::-webkit-scrollbar {
        width: 7px;
        background-color: #f9f9fd;
    }
    .sidebar::-webkit-scrollbar-thumb {
        background-color: #E4E4E4;
    }
    .sidebar::-webkit-scrollbar-track {
        -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
        background-color: #f9f9fd;
    }

    #mob_but_menu{
        
        position: fixed;
        top:25px;
        right:30px;
        z-index: 999999999;
    }
    #mob_but_menu.open{
        display:block;
    }
    #mob_but_menu {
        transition-property: left;
        transition-duration: 0.5s;
    }
    #mob_but_menu{
        display:block;
    }

    #mobile_back{
        display: none;
        background: rgba(0,0,0,0.8);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        cursor: pointer;
        z-index: 99;
    }


    /*----------------*/
    

    #nav-icon1 {
        width: 24px;
        height: 45px;
        position: relative;
        transform: rotate(0deg);
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    
    

    #nav-icon1 span {
        
        margin:10px 20px;
        display: block;
        position: absolute;
        height: 6px;
        width: 100%;
        background: #337AB7;
        background:rgba(67,44,71,0.7);
        background:rgba(0,0,0,0.2);
        z-index: 999999999999;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
        border-radius:  4px;
    }

    body #nav-icon1.open span {
        
        background:rgba(22,22,22,1);
        border-radius:  4px;
        /*
        background: linear-gradient(50deg,rgba(22,22,22,0) , rgba(22,22,22,1), rgba(22,22,22,0));
        */
        box-shadow: none;
    }
    #nav-icon1 span:nth-child(1) {
        top: 0;
        background:rgba(33,22,22,1);
        box-shadow: 0 2px 3px #fff;
    }
    #nav-icon1 span:nth-child(2) {
        top: 12px;
        box-shadow: 0 2px 3px #fff;
        background:rgba(33,22,22,1);
    }
    #nav-icon1 span:nth-child(3) {
        top: 24px;
        background:rgba(255,22,22,1);
        background:rgba(33,22,22,1);
        box-shadow: 0 2px 3px #fff;
    }
    #nav-icon1.open{
        width: 45px;
    }
    
    #nav-icon1.open span{
        height: 6px;
    }
    #nav-icon1.open span:nth-child(1) {
        display: block;
        top: 12px;
        transform: rotate(135deg);
    }
    #nav-icon1.open span:nth-child(2) {
        top: 12px;
        transform: rotate(-135deg);
    }
    #nav-icon1.open span:nth-child(3) {
        top: 12px;
        transform: rotate(-135deg);
    }
 /*----------------*/
    
}
body h1{
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1em;
}

.container{}

.color{
    color:#E24239;
}
a{
    
    color:#E66545;
    color:#E24239;
    &:hover{
        text-decoration: none;
        color:#E665A0;
        color:#fff;
    }
}

.content a:hover{
	
	color:#333;
}
.btn-more{
    /*#5B5B5B*/
    font-size:18px;
    border-radius:15px;
    border:3px solid #555;
    border-top:0.1px solid #E24239;
    border-bottom:0.1px solid #E24239;
}
#header {
   
    height: auto;
    color:#fff;
    font-size: 16px;
}

#header #h_in{
    padding: 20px 15px;
    
}

@media(max-width:992px){

    #header #h_in{
        text-align:center;
    }
}



@media(max-width:992px){}

#hcontact{
    text-align: right;
    color:#000;
}

#hcenter{
    padding: 37px 0;
}
#hright{
    padding: 37px 0;
}

/*

#header .hnav{
    margin-top: 12px;
    font-size: 1.2em;
    border: 0;
}
.topnav{
    margin-bottom: 0 !important;
}
.topnav li.current-menu-item a{
    border-bottom: 1px solid #999;
    cursor: default;
}
.topnav li.current-menu-item a:hover{}

*/


/*CLASES
------------------------------------*/



/*
.modal-mid{
    width: 400px;
}
.modal-body{
    background-color: #9FE75B;
}

.modal-header{
    background-color: #78C23A;
    color:#fff;
}
.modal-content{
    max-width: 100%;
}
.modal{
    
}
.modal-dialog{
    max-width: 100% !important;
}
*/


.mform input{
    width:100%;
    padding: 5px;
}
.mform select, .mform textarea{
    width:100% ;
    padding: 5px;
}

.vat td{
    vertical-align: top;
}



/* ----- CONTENT ------ */

.content{
    padding:20px; 
}
.context{
    font-size:1.2em;
}
.conback{
    /*background:rgba(255,255,255,0.7);
    */
    background:#fff;  
    border-radius:4px;  
}
.content img{
    max-width: 100%;
}
.img-home{
    margin: 17px;
    border-radius:4px;
    border:2px solid #fff;
}

.mbreadcrumb{
    display: table;
    padding: 10px 10px 0;
}


/* ----  GENERAL PAGE -----*/


/*-------------- ARTS -------------*/
.catalog .cat_description{
    font-size:14px;
}
.cat_gen .cat_descrin{

    font-size: 12px;

}

.cat_it{
    padding: 5px;
}
.cat_img{
    float: left;
    display: table;
    width: 150px;
    height: 150px;
    margin-right: 10px;
    
}
.page_img{
    float: left;
    display: table;
    width: 220px;
    height: 180px;
    margin-right: 20px;
    
}
.page_img img{
    border-radius:30px;
}
.catalog .cat_img{
    float: left;
    display: table;
    width: 220px;
    height: 180px;
    margin-right: 10px;
    
}
.side_header .menu li {
    display:inline-block;
    a{ padding: 5px 10px; }
}
.cat_descr{
    padding-top: 10px;
}
.cat_title{
    font-size: 22px;
}

.cat_gen .cat_it{
    text-align: center;
}

.art_item{
    margin-bottom: 10px;
}

.art_item .it_img{
    float: left;
    margin-right: 10px;
}

.cat_it a.image img{

    border-radius:10%;

}
/******************CONTACT
****************------------*/
.fcontact{
    max-width: 500px;
    background-color: #9FE75B;
    padding: 10px;
}
.fcontact input{
    width:100%;
    padding: 5px;
}
.fcontact select, .fcontact textarea{
    width:100% ;
    padding: 5px;
}


/*************SIDEBARS
************-------------*/
.sidebar img{
    max-width: 100%;
}




/* ---- PAGIN ----- */

.wp_pagin .it a{
    display: inline block;
    padding: 2px 4px;
    background-color: #f1f1f1;
}


/* ---- COMMENTS ---- */
.com_name{
    font-weight: bold;
}
.comm_tit{
    font-size: 2em;
}
#form_comment textarea{
    width:100%;
    height:200px;
}

@media(max-width:600px){
    #form_comment .comfield{
        display:block;
        margin-bottom: 2px;
    }
}
@media(min-width:600px){
    #form_comment textarea{
        margin-top:10px;
    }
}


/* ---- footer ---- */

#footer {
    background-color: rgba(22,22,22,0.8);
    color:#fff;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    padding:10px;
    height: 100px;
	margin: 0 auto;
    
    height: auto;
}
@media(max-width:720px){
    #footer {
        height: auto;
    }
}
#footer a{
    text-decoration: underline;
}
#footer a:hover{
    text-decoration: none;
}

/*----------------------------*/

