/**
 * J!Blank Template for Joomla by JBlank.pro (JBZoo.com)
 *
 * @package    JBlank
 * @author     SmetDenis <admin@jbzoo.com>
 * @copyright  Copyright (c) JBlank.pro
 * @license    http://www.gnu.org/licenses/gpl.html GNU/GPL
 * @link       http://jblank.pro/ JBlank project page
 */
/* just example of css import */

/* just for test repaltive paths
@import url('print.css');
@import url('reset.css');
*/

/****************************************** FRONTEND STYLES ***********************************************************/

/* classic clearfix */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700&display=swap&subset=cyrillic');
body{
    font-family: 'Roboto', arial, sans-serif;
    font-size: 16px;
}
.clearfix {
    display: block;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    height: 1%;
}
.wrapper{
    max-width: 1220px;
    margin: 0 auto;
}
.wrapper:after{
    content: "";
    display: block;
    clear: both;
}
header{
    margin-bottom: 50px;
}
.logo{
    float: left;
    margin-top: 25px;
    text-transform: none;
    font-size: 18px;
}
.right{
    float: right;
    margin-top: 30px;
}
.menu{
    float: left;
}
.menu ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.menu>li{
    position: relative;
}
header li{
    float: left;
}
header a{
    color: inherit;
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    padding: 5px 10px;
    text-decoration: none;
}
.menu a:hover{
    color: #777;
    //text-decoration: underline;
}

.topline{
    overflow: hidden;
}
.topline>div{
    float: right;
}
.lang{
    float: right;
}
header .lang .mod-languages li{
    margin: 0;
}
.contact p{
    margin: 0;
}
.slider{
    margin: 30px 10px 180px;
}
.slider .camera_caption_title{
    font-weight: normal;
    text-align: center;
}
.slider .camera_caption_desc{
    text-align: center;
}
.slider .camera_caption.fadeIn > div{
    opacity: 0.3;
    transition: 0.3s;
}
.slider .camera_caption.fadeIn > div:hover{
    opacity: 1;
}
.slider .camera_pag{
    text-align: center;
}
.slider .camera_pag ul{
    display: inline-block;
}
body .camera_wrap .camera_pag .camera_pag_ul li{
    width: 12px;
    height: 12px;
}
body .camera_wrap .camera_pag .camera_pag_ul li > span{
    width: 12px;
    height: 12px;
    top: 0;
    left: 0;
    border-radius: 15px;
    outline: none !important;
}
body .camera_wrap .camera_pag .camera_pag_ul li:focus{
    outline: none !important;
}
.slider .camera_pag{
    margin-top: 25px;
}
footer{
    font-size: 14px;
    color: #777;
    margin-top: 100px;
}
.dev{
    float: right;
}
.dev a{
    color: inherit;
    text-decoration: none;
}
.dev a:hover{
    color: #333;
    text-decoration: underline;
}
.col4{
    overflow: hidden;
}
.col4 a.thumbnail{
    width: 25%;
    display: block;
    float: left;
    text-align: center;
    margin-bottom: 30px;
}
.col4 a.thumbnail img{
    max-width: 100%;
    height: auto;
}
/*.slider .camera_wrap .camera_pag .camera_pag_ul li{
    border-radius: 0;
    height: 4px;
    border-bottom: 13px #fff solid;
    background: #555;
}
.slider .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent{
    border-bottom-color: #555
}
.slider .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span{
    display: none;
}
.slider .camera_wrap .camera_pag .camera_pag_ul li:hover{
    border-bottom: 13px solid #999;
}
.slider .camera_wrap .camera_pag .camera_pag_ul li:hover span{
    display: none;
}*/
.camera_caption_desc{
    font-size: 12px;
}
#lg-share, #lg-actual-size, #lg-zoom-out, #lg-zoom-in, .lg-fullscreen, #lg-download{
    display: none;
}
body .lg-backdrop{
    background: rgba(255,255,255,0.95);
}
body .lg-toolbar{
    background-color: transparent;
}
body .lg-actions .lg-next, body .lg-actions .lg-prev{
    background: none;
}
body .lg-outer .lg-thumb-outer{
    background: #eee;
}
body .lg-outer .lg-toogle-thumb{
    background-color: #eee;
}
.lg-object.lg-image{
    margin-bottom: 71px;
}
body .lg-sub-html{
    background: none;
    color: #000;
    font-size: 12px;
}
.lang-active{
    color: #999;
    font-weight: bold;
}
.cpr .custom{
    display: inline-block;
}
.cpr .custom a{
    color: inherit;
    text-decoration: none;
}
.cpr .custom a:hover{
    opacity: 0.7;
    text-decoration: underline;
}
@media (min-width: 1280px){
    .menu li ul{
        position: absolute;
        z-index: 10;
        background: #fff;
        box-shadow: 0 1px 2px #ccc;
        width: 0;
        overflow: hidden;
        visibility: hidden;
        transition: 0.3s;
        opacity: 0;
    }
    .menu li:hover ul{
        width: 250px;
        visibility: visible;
        opacity: 1;
    }
    .menu li ul li{
        float: none;
    }
    .menu li ul li a{
        width: 230px;
    }
    li.active>a{
        font-weight: bold;
    }
    #mobmenu, #close{
        display: none;
    }
    .lang .mod-languages{
        margin-left: 30px;
    }
}
@media (max-width: 1279px){
    .menu{
        float: none;
    }
    .lang{
        float: none;
        overflow: hidden;
        margin: 30px 0 30px 20px;
    }
    .lang li{
        float: left;
    }
    ul.menu>li{
        float: none;
    }
    #menucontainer{
        box-shadow: 1px 1px 50px #333;
        background: #f7f7f7;
        position: absolute;
        left: -2000px;
        top: 0;
        z-index: 2;
        transition: 0.5s;
    }
    #menucontainer.open{
        left: 0;
    }
    header li{
        float: none;
    }
    .menu li{
        font-weight: bold;
    }
    .menu li ul a{
        margin-left: 20px;
    }
    .menu li ul li{
        font-weight: normal;
    }
    .current>a{
        border-bottom: #ddd solid 3px;
    }
    .menu{
        margin: 30px 20px;
    }
    #close{
        display: block;
        width: 2px;
        height: 14px;
        padding: 20px 26px;
        cursor: pointer;
        float: right;
        position: absolute;
        right: 0;
        z-index: 20;
    }
    #close:before, #close:after{
        content: "";
        width: 2px;
        height: 18px;
        display: block;
        background: #000;
        border-radius: 2px;
        transform: rotate(45deg);
        position: absolute;
    }
    #close:after{
        transform: rotate(-45deg);
    }
    #mobmenu{
        height: 14px;
        width: 18px;
        position: relative;
        padding: 5px;
        margin-right: 5px;
    }
    #mobmenu span{
        cursor: pointer;
        height: 2px;
        width: 18px;
        background: #000;
        display: block;
        position: absolute;
        top: 5px;
        border-radius: 2px;
    }
    #mobmenu:before, #mobmenu:after{
        content: "";
        display: block;
        height: 0px;
        width: 16px;
        border: 1px solid #000;
        border-radius: 2px;
        transition: 0.2s;
        position: absolute;
        left: 5px;
        background: #000;
        
    }
    #mobmenu:before{
        top: 11px;
    }
    #mobmenu:after{
        margin-top: 6px;
        bottom: 5px;
    }
    .right{
        margin-top: 10px;
    }
    .logo{
        margin-top: 6px;
        max-width: 80%;
    }
    body .camera_wrap .camera_pag .camera_pag_ul li{
        margin: 20px 5px 0px;
    }
    [itemprop="articleBody"] img{
        max-width: 30%;
        height: auto;
    }
}