body{
    font-family: 'TimesNewRomanRegular';
    background-color: white;
    color: #365069;
    font-size: 17px;
}
html > button{
    position: fixed;
    z-index: 101;
    right: 0;
    top: 90px;
}
html > iframe{ 
    top: 0px;
    position: fixed;
    z-index: 100;
}

body.home .breadcrumbs{ display: none !important; }
.container_main{box-shadow: 2px 4px 11px 3px rgba(0, 0, 0, 0.25); margin-bottom: 20px;}


/* Top menu */
.top_menu{
    font-weight: bold;
    font-size: 16px;
    background: #002176; /* Old Browsers */
    background: -webkit-linear-gradient(top,#002176,#588ff9); /*Safari 5.1-6*/
    background: -o-linear-gradient(top,#002176,#588ff9); /*Opera 11.1-12*/
    background: -moz-linear-gradient(top,#002176,#588ff9); /*Fx 3.6-15*/
    background: linear-gradient(to bottom, #002176, #588ff9); /*Standard*/
    transition: .25s;
}
.top_menu nav{
    padding-top: 0;
    padding-bottom: 0;
}

.top_menu nav .dropdown-menu{
    margin-top: -2px;
    border-top: none;
    border-radius: 0;
    min-width: 250px;
    background: #002176; /* Old Browsers */
    background: -webkit-linear-gradient(top,#002176,#588ff9); /*Safari 5.1-6*/
    background: -o-linear-gradient(top,#002176,#588ff9); /*Opera 11.1-12*/
    background: -moz-linear-gradient(top,#002176,#588ff9); /*Fx 3.6-15*/
    background: linear-gradient(to bottom, #002176, #588ff9); /*Standard*/    
    box-shadow: 2px 2px 5px #1136b7;
}
.top_menu nav .dropdown-menu a{
    color: white;
    padding-left: 15px;
    margin: 15px 0;
    line-height: 1.1;
    text-decoration: none;
    display: table;
    width: 100%;
}
@media (max-width: 991.99px) { .top_level_0{ display: block; } }
.top_level_0{ width: 100%; }
.top_menu nav .dropdown-menu a:hover{ text-decoration: underline; }
.top_menu nav .nav-item{
    position: relative;    
    text-align: center;
}

@media (min-width: 1200px) { .top_menu nav .nav-item{ padding: 10px 10px; } }
@media (max-width: 1199px) { .top_menu nav .nav-item{ padding: 10px 0px; } }

.top_menu nav .nav-item.active,
.top_menu nav .nav-item:hover{
    background: -webkit-linear-gradient(top,#588ff9,#002176); /*Safari 5.1-6*/
    background: -o-linear-gradient(top,#588ff9,#002176); /*Opera 11.1-12*/
    background: -moz-linear-gradient(top,#588ff9,#002176); /*Fx 3.6-15*/
    background: linear-gradient(to bottom, #588ff9, #002176); /*Standard*/    
}
.navbar-toggler-icon,
.top_menu nav .nav-link{color: white;}



/*Header*/
header{
    padding-top: 15px;
}
.top_logo{
}
.top_logo img{
    max-width: 100%;
}
.header_left > div{
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.1;
    color: #6a6a6a;
    margin-bottom: 10px;
}
.header_left > div.top_phone{
    font-size: 18px;
}

.top_search input{
    border: none;
    height: 25px;
    background-color: #e8e8e8;
    vertical-align: bottom;
}

.top_search input[type="text"]{
    color: #adadad;
    font-size: 16px;
    margin-left: -5px;
    padding-left: 5px;
}
.top_search input[type="submit"]{
    background-image: url('/assets/img/search_icon.png');
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;    
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    width: 25px;
}

#carouselHeaderControls > a{
    position: absolute;
    top: 50%;
    margin-top: -25px;
    padding: 12px;
    border-radius: 50%;
    background-color: rgba(0,0,0,.4);
    opacity: .25;
    transition: .25s;
}
#carouselHeaderControls > a:hover{
    opacity: 1;
}
#carouselHeaderControls > a span{
    vertical-align: middle;
}

.header-control-prev{
    left: 0;
}

.header-control-next{
    right: 0;
}

.carouselHeaderDescription{
    position: absolute;
    top: 30px;
    background-color: rgba(150,150,150,.4);
    color: black;
    padding: 15px 50px;
    text-shadow: 1px 1px 4px rgba(255,255,255,.5), -1px -1px 2px rgba(255,255,255,.5);
}
@media (max-width: 575.99px) { .header_slider img{ /* height: 300px; */width: 100%; } }
@media (max-width: 450px) { form input[placeholder]{ font-size: 12px; } }


/*-Spec version-*/
@media (max-width: 575.99px){.special_ability{ display: none;} }
    
.special_ability{
    position: fixed;
    right: 10px;
    top: 10%;
}
.special_ability button{
    border: none;
    padding: 50px;
    border-radius: 50%;
    background-color: rgba(85, 140, 246, .7);
    background-image: url('../img/glaz.png');
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}


/*-Main content-*/

main{
    padding-top: 30px;
}

.bread-crumb{
    margin: 15px 0;
    font-size: 12px;
}

.bread-crumb a{
    color: #365077;
    text-decoration: underline;
}

.main_content{
    line-height: 1.2;
}

.main_content img{ margin: 0 10px; max-width: 100%; }
@media (max-width: 575.99px) { .main_content img{ height: auto; } }

main h1,
main h2,
main h3,
main h4,
main h5,
main h6{
    font-weight: bold;
}

main h1{ font-size: 30px;/* color: #ff0000; */}
main h2{ font-size: 26px; color: #002277; }
main h3{ font-size: 23px; }
main h4{ font-size: 21px; }
main h5{ font-size: 18px; color: #6f42c1; }
main h6{ font-size: 15px; color: #ff0000; }

.header_h1 h1{
   /* padding: 20px 0;*/
    /*text-transform: uppercase;*/
}



/*-Left menu-*/
.side_menu{
    padding: 5px 0;
    background-color: #002184;
}
.side-dropdown{
    padding-left: 0px;
}

.left_menu li{
    list-style: none;
    line-height: 1.0;    
}

.side-item{ 
     
}
.side-item > a{
    color: #bbd3ff;
    font-size: 18px;
    text-decoration: none;
    padding: 12px 10px 10px 20px;
}

.side-item.active > a,
.side-item:hover > a{
    color: white;
}

.side-dropdown{
    display: none;
    background-color: white;
}

.side-dropdown li{
    border-bottom: 1px solid #b8c5f3;
    padding: 15px 10px 15px 20px;    
}
.side-dropdown a{
    color: #002079;
}
.side-dropdown a:hover{
    text-decoration: underline;
}

.side-dropdown li:first-child{ 
    background-image: url('../img/side_menu_arrow.png');
    background-position: 20px top;
    background-repeat: no-repeat;
}


.external_links{
    padding-left: 0;
}
.external_links li{
    list-style: none;
    margin: 5px 0;
}

.external_links a{
    color: white;
    display: table;
    width: 100%;
    padding: 20px 10px;
    line-height: 1.1;
    background: #002176; /* Old Browsers */
    background: -webkit-linear-gradient(top,#002176,#588ff9); /*Safari 5.1-6*/
    background: -o-linear-gradient(top,#002176,#588ff9); /*Opera 11.1-12*/
    background: -moz-linear-gradient(top,#002176,#588ff9); /*Fx 3.6-15*/
    background: linear-gradient(to bottom, #002176, #588ff9); /*Standard*/    
    transition: .25s;
}

.external_links a:hover{
    background: -webkit-linear-gradient(top,#588ff9,#002176); /*Safari 5.1-6*/
    background: -o-linear-gradient(top,#588ff9,#002176); /*Opera 11.1-12*/
    background: -moz-linear-gradient(top,#588ff9,#002176); /*Fx 3.6-15*/
    background: linear-gradient(to bottom, #588ff9, #002176); /*Standard*/        
}


/*-News anons-*/

.news_anons_row{
    background-image: url('../img/news_anons_bg.png');
    padding-top: 20px;
    padding-bottom: 20px;
}

.news_anons_row h3{
    text-transform: uppercase;
    margin: 20px 0;
}
.news_anons_item{
    font-size: 14px;
    line-height: 1.0;
    margin: 5px 0;
}
.news_anons_item img{
    max-width: 100%;
    height: 100%;
}
.news_anons_item a{
    position: relative;
    display: inline-table;
    color: white;
    transition: .25s;
    width: 100%;
}

.news_anons_img{
    width: 100%;
    height: 170px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.news_anons_hover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 170px;
    background-color: rgba(0,33,132,.28)
}
.main_title {
    text-shadow: black 1px 1px 1px, black 1px 1px 1px, black 1px 1px 1px, black 1px 1px 1px;
    font-size: 20px;
    text-align: center;
}

.news_anons_content{
    position: relative;
    top: 0;
    left: 0;
    color: black;
}

@media (min-width: 1200px) { .news_anons_content > div{ vertical-align: text-top; } }
@media (max-width: 1199.99px) { 
    .news_anons_content{ min-height: 150px; display: inline-table; } 
    .news_anons_content > div{ vertical-align: middle; }
}

.news_anons_content > div{
    /*display: table-cell;*/
    
    padding-top: 10px;
}
.news_anons_date{
    width: 70px;
}
.news_date_icon{ padding-bottom: 10px;}
.news_anons_date > div{
    /*text-align: center;*/
}
.news_anons_date_text{
    
}

.news_anons_title{
    /*width: 170px;*/
    margin-bottom: 10px;
}

.news_anons_showmore{
    width: 100%;
    font-size: 11px;
    text-decoration: underline;    
    position: initial;
    bottom: 10px;
    color: black;
}

.news_anons_item a:hover .news_anons_showmore{color: #ff0000;}
.news_anons_item a:hover .news_anons_hover{ background-color: rgba(0, 33, 132, 0.46); }

.news_anons_link_all{
    margin: 20px 0 5px;
}
.news_anons_link_all a{
    text-decoration: underline;
    color: #002277;
    font-size: 18px;   
    font-weight: bold;
}


/*-Gallery-*/
.gallery{
    padding-top: 20px;
    padding-bottom: 20px;
}
.gallery-item{
    margin: 5px 0;
}
.gallery-item img{
    max-width: 100%;
}

.gallery-item a{
    transition: .25s;
}
.gallery-item a > div{
    border: 1px solid #b8c5f3;
    padding: 3px;
}

.gallery-item a:hover img{
    filter: brightness(60%);
}


/*-Feedback form-*/
#formMail{
    display: none;
}

.feedback_agree label{
    max-width: 90%;
    line-height: 1.0;
    font-size: 12px;
    vertical-align: text-top;
}

#lowFormCaptcha img{
    float: left;
    margin-right: 10px;
}

#lowFormCaptcha img, 
#lowFormCaptcha input{
    height: 40px;
}

#lowFormCaptcha br{display: none;}
#lowFormCaptcha label{
    margin-left: 10px;
}

@media (min-width: 768px) { .feedback_submit{text-align: center;}  }
@media (max-width: 767.99px) { .feedback_submit{text-align: left; margin: 10px 0; }  }
.feedback_submit input{
    cursor: pointer;
    border: none;
    color: white;
    font-weight: bold;
    padding: 5px 30px;
    text-transform: uppercase;
    background: #002176; /* Old Browsers */
    background: -webkit-linear-gradient(top,#002176,#588ff9); /*Safari 5.1-6*/
    background: -o-linear-gradient(top,#002176,#588ff9); /*Opera 11.1-12*/
    background: -moz-linear-gradient(top,#002176,#588ff9); /*Fx 3.6-15*/
    background: linear-gradient(to bottom, #002176, #588ff9); /*Standard*/
    transition: .25s;    
}

.feedback_submit input:hover{
    background: -webkit-linear-gradient(top,#588ff9,#002176); /*Safari 5.1-6*/
    background: -o-linear-gradient(top,#588ff9,#002176); /*Opera 11.1-12*/
    background: -moz-linear-gradient(top,#588ff9,#002176); /*Fx 3.6-15*/
    background: linear-gradient(to bottom, #588ff9, #002176); /*Standard*/     
}


.jGrowl.top-right{
    right: 30% !important;
    top: 10% !important;
    font-size: 30px;
}
.jGrowl-notification{width: 400px !important;}




/*-Bottom menu-*/

.bottom_menu{
    margin-top: 20px;
    background-color: #002184;
}
.bottom_menu_level{ 
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #d1dbfa;
}

.bottom_menu_level li{
}

@media (min-width: 992px) { .bottom_menu_level a{ font-size: 16px; } }
@media (max-width: 991.99px) { .bottom_menu_level a{ font-size: 14px; padding: 10px 5px; }  }

.bottom_menu_level a{    
    color: #f9f9f9;
    font-weight: bold;
}
.bottom_menu_level a.active,
.bottom_menu_level a:hover{
    text-decoration: underline;
    color: #6f7588;
}



/*-Footer legals-*/

footer{
    color: #a5abbf;
    font-size: 9px;
    padding-bottom: 30px;
}

footer .copyright{
    text-align: right;
}
footer .copyright img{
    vertical-align: bottom;
}


/*-Child links-*/
.child_link{
    padding-bottom: 10px;
}
.child_link a{
    color: #002184;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
}
.child_link a:hover{
    text-decoration: underline;
}

.anons_block_starter{
    margin-top: 30px;
    width: 100%;
}

.child_anons_img img{
    max-width: 100%;
}
.child_anons_showmore{
    text-align: right;
}
.child_anons_showmore a{
    text-decoration: underline;
    color: #002277;
    font-size: 14px;
}
.child_anons_showmore{
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #002277aa;
}

.child_anons_text{
    line-height: 1.2;
    font-size: 16px;
}
.child_anons_date{
    color: #333333;
    font-size: 12px;
    font-style: italic;
}

.child_anons_title a{
    font-weight: bold;
    color: #002277;
}

.pagination a{
    color: #002277;
}










