/**
 * @author Design & Accessible Team ( Angie Radtke  )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2016 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */


.h1, h1 {
    font-size: 2.0rem;
}

.h3, h3 {
    font-size: 1.3rem;
}

.books{
    margin-top: 2rem;
}

.pagination {
    margin-top:2rem;
}

.fields-container dd{
    padding-top:0px;
    padding-bottom:0px;
    margin-bottom: .1rem;
}

.categories-list div.pull-right div.pull-right{
    display:none;
}

form div.pull-right div.pull-right{
    display:none;
}

.cover img {
    max-height: 150px !important;
}

.owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

.owl-prev {
    margin-left: -5px;
    float:left;
    color: #007dba !important;
    font-size: 35px;
}

.owl-next {
    margin-right: -5px;
    float: right;
    color: #007dba !important;
    font-size: 35px;
}

.margintop1{
    margin-top: 1rem;
}

.margintop2{
    margin-top: 2rem;
}

.next{
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #0275d8;
    background-image: none;
    background-color: transparent;
    border-color: #0275d8;
    margin-left:15px;
}

.previous{
    float: left;
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #0275d8;
    background-image: none;
    background-color: transparent;
    border-color: #0275d8;
}

.next:hover, .previous:hover{
    background-color: #0275d8;
    color:white;
}

.next:hover a, .previous:hover a{
    color:white;
}

ul.pagenav{
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom:2rem;
    margin-top:2rem;
}

#n2-ss-1item1,#n2-ss-1item2,#n2-ss-1item3,#n2-ss-1item4,#n2-ss-1item5,#n2-ss-1item6{
    background: #18366a !important; /* Для старых браузров */
    background: linear-gradient(to right, #18366a, #1d6dab) !important;
    font-family: 'Open Sans', sans-serif !important;
    /*padding:0.5rem 1rem !important;*/
}


h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{
    font-family: 'PT Sans', sans-serif;
}

hr.main_color{
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid rgb(29, 107, 169) !important;
}


a{
    color:#00608f;
}

a:hover{
    color: #007dba;
    text-decoration: none !important;
}

.table-responsive {
    display: table;
}

.animate_link{
    opacity: 1;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -3px;
    width: 522px;
    height: 35px;
    background: url("../images/steck-test3.gif") 50% 0 no-repeat;
    -webkit-transition: opacity 200ms linear;
    -moz-transition: opacity 200ms linear;
    -o-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}

.mod-languages{
    float:right;
    margin-left:15px;
    margin-top: -6px;
}

html,
body {
    height: 100%;
    background: #fff;
    color: #444;
    padding: 0px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.color-gray{
    color: #c4c4c4;
}

.btn{
    border-radius: 3px;
    padding:4px 10px;
}

.form-control{
    height:28px;
}

.category-label{
    background: #8d82aa;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    color:white;
    padding:3px 10px;
    position:relative;
    bottom:20px;
    left:-2px;
    border-radius:2px;
    text-shadow: none;
}

.category-label-station{
    background: #7faa84;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    color:white;
    padding:3px 10px;
    position:relative;
    bottom:20px;
    left:-2px;
    border-radius:2px;
    text-shadow: none;
}

.category-label-project{
    background: #3c8bbd;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    color:white;
    padding:3px 10px;
    position:relative;
    bottom:20px;
    left:-2px;
    border-radius:2px;
    text-shadow: none;
}

.search_button_image{
    margin-left: 2px;
}



/********** bootstrap 4 ***************/
.card-block ul{
    padding-left:2rem;
}



.menu_background .nav > li > a{
    color: #fff !important;
    font-size: 16px;
    padding: 0.8em 1.2em;
}

.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
    color: #fff;
    cursor: default;
    background-color: rgba(26, 59, 115, 0.89) !important;
    border-radius: 0px;
}

.menu_background{
    /*background-color: #00608F !important;*/
    background: #18366a; /* Для старых браузров */
    background: linear-gradient(to right, #18366a, #1d6dab);
}

.dropdown-menu{
    font-size: 12px !important;
    min-width: 15rem;
}

.menu > li > a{
    color:white !important;
}

.menu > li > ul > li > a{
    font-size: 13px;
}


/************* bootstrap 3 ****************/
/*
.menu_background{
    background-color: #5084b1 !important;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #4174a0 !important;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #4174a0 !important;
    color:white !important;
}

.menu_background ul li a{
    color:white !important;
}
*/



/* active parent */
ul.nav li.active{
    background: #1a3b73 !important;
}

ul#accordeonck116, ul#accordeonck122, ul#accordeonck133{
    /*background: #2c63c2 !important;*/
    background: linear-gradient(to right, #18366a, #1d6dab) !important;
}

ul#accordeonck116 li , ul#accordeonck122 li, ul#accordeonck133 li{
    border-bottom: 1px solid #477fdc !important;
}

ul#accordeonck116 li a, ul#accordeonck122 li a, ul#accordeonck133 li a{
    color: white !important;
}

li.level1.active a.isactive{
    /*background: rgb(26, 59, 115) !important;*/
    color:#fff !important;
}

/*
ul li.active > a{
    color:white !important;
}
*/

/* level 2 */
ul li.level2.active a.isactive{
    /*background: rgb(27, 50, 105) !important;*/
    color:white !important;
}

li.level1{
    color:white !important;
}

li.level2{
    /*background: #1d6caa !important;*/
    padding-left:0px;

}


li.level3{
    /*background: #1d6caa !important;*/
}



li.level2 a{
    color:#fff !important;
    padding-left: 25px !important;
}

li.level3 a{
    padding-left: 35px !important;
}

ul li.level3.active a.isactive{
    /*background: rgb(28, 45, 90) !important;*/
    color:white !important;
}


li.current span a.isactive{
    background:#1a3b73 !important;
    color:white !important;
}

.toggler_icon{
    display: none !important;
}

.accordeonck li ul li{
    list-style-type: none !important;
}

.accordeonck ul{
    padding-left:0px;
}

ul#accordeonck98 > li, li.level2, li.level3, li.level4{
    border-bottom:none !important;
    border-top:none !important;
}

#accordeonck98 li.level1 > .accordeonck_outer a {
    font-size: 14px !important;
}


ul#accordeonck98 li ul li {
    list-style: none !important;
}


ul#accordeonck116,  ul#accordeonck122, ul#accordeonck133{
    padding:0px !important;
    border: 1px solid #eee;
}



/*
.pretext, .posttext {
    margin: 0px 0px 0px 0px !important;
}

ul.sj-flat-menu {
    background: #296ece !important;
}

.sj-flat-menu {
    border: none !important;

}

.sj-flat-menu > li .fm-item a{
    font-weight: normal !important;
    text-transform: uppercase !important;
}

.sj-flat-menu li {
    background-color: #296ece !important;
    padding-left: 5px;
    cursor: pointer;
    border-bottom: none !important;
    padding: 8px;

}
.sj-flat-menu > li.fm-active {
    border-top: 3px solid black;
}

.fm-container{

}

.fm-container ul{
    border: none !important;
}

.fm-container ul li, .fm-container ul li ul li{
    background:#f4f4f4 !important;
    border-top:3px solid #c6dcdd;
}

.fm-container ul li a{
    color:#333 !important;
}

.sj-flat-menu li ul li .fm-item a {
    padding-left: 3px !important;
    background: none !important;
}

ul.sj-flat-menu li {
    padding: 5px 8px !important;
    font-size: 12px !important;
}

ul.sj-flat-menu > li {
    padding: 8px 8px !important;
    font-size: 14px !important;

}

ul#accordeonck98 li a {
    padding-left: 17px !important;


}
*/



/*
.dj-megamenu-default{

}
*/
/************ tabs *********************/
.jwts_tabberlive {
    margin-top: 3rem;
}

ul.jwts_tabbernav li.jwts_tabberactive a {
    background: #1d6dab;
    border-bottom: 0px solid #fff;
    color:white;

}

ul.jwts_tabbernav li.jwts_tabberactive a:hover{
    background: #1d6dab;
    border-bottom: 0px solid #fff;
    color:white;
}

ul.jwts_tabbernav li a:hover{
    background: #1d6dab;
    border-bottom: 0px solid #fff;
    color:white;
}

ul.jwts_tabbernav li a {
    font-size: 14px;
    /* margin: 9px 0px 2px 1px; */
    padding: 8px 14px 8px;
    color: #222;
    border-radius: 2px 2px 0 0;
    border: 1px solid #f1f1f1;
    border-bottom: none;
    background: white;
}

ul.jwts_tabbernav{
    position:relative;
    top:-5px;
}

.jwts_tabberlive .jwts_tabbertab {
    text-align: left;
    margin: 2px 0 0!important;
    padding: 8px;
    border: 1px solid #f1f1f1;
    border-radius: 2px;
    background: #fff;
}






/******************* BLOG *********************/

.blog h2{
    font-size:16px;
}

h2{
    margin-top: 0px;
}

.blog_date{
    font-size:18px;
    color: #2f3950;
    font-weight: bold;
}

ul.actions{
    list-style: none;
    position: absolute;
    right: 0;
}

ul.actions li{
    float:left;
    padding-right:10px;
}

dt.article-info-term{
    display: none;
}

dl dd{
    float:left;
    padding-top:5px;
    padding-right:10px;
    padding-bottom:15px;
    font-size: 12px;
    color:#747474;
}




/***************** FOOTER **********************/

.footer{
    padding: 15px 0 10px 15px;
    font-size: 12px;
    color: #fff;
    background-color: #6E6E6E;/*#2f3950;*/
}

.footer2{
    padding: 30px 0 50px 0px;
    font-size: 12px;
    background-color: #E8E8E8;/*#2f3950;*/
}

.footer2 .title{
    color: #787878;
    font: 400 13px/140% 'Open Sans';
    font-weight: bold;
}



/****************** bootstrap *************************/

.form-horizontal .control-label {
    text-align: left !important;
    margin-bottom: 0;
    padding-top: 7px;
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    .menu > li > a{
        font-size: 11px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    .menu > li > a{
        font-size: 11px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .menu > li > a{
        font-size: 13px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .menu > li > a{
        font-size: 13px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .menu > li > a{
        font-size: 13px;
    }
}

#panel{
    padding-left:0px;
}

#side-menu-xs{
    position:fixed;
    top: 0px;
    width:200px;
    left:-200px;
    background: white;
    color:#17242d;
    height:100%;
    z-index: 99999;
    box-shadow: 0 0 3px #b9b9b9;
    overflow: hidden;
}

#side-menu-xs ul{
    display: inline-block;
}

#side-menu-xs ul li.nav-item{
    float:left;
    width:100%;
}


#turnkey-credit{display:none;}