body, h1, h2, h3, h4 {
    font-family: 'Roboto', sans-serif;
}

html,
body {
    background-color: #fff;
    font-size: 16px;
    color: #333333;
}

ul {
    margin: 0;
    padding: 0;
}

form {
    margin: 0;
}

.nav {
    margin-bottom: 0;
}

a {
    outline: none!important;
    color: #AE5F09;
    
}
a:hover,
a:active,
a:focus{
    text-decoration: none;
}


img {
    max-width: 100%;
    height: auto;
    display: block;
}

.sidebarLeft .nav>li>a,
.sidebarRight .nav>li>a
{
  display: inline;
}
.top-header{
  background: url(../images/fon3.jpg) center no-repeat;
  background-size: cover;
  padding: 130px 20px;
  color: #fff;
}



#AbsoluteTop {
    background: url(../images/fon2.png) repeat;
    padding: 10px 0;
}

#AbsoluteTop h1 {
    color: #283347;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
}

#AbsoluteTop p {
    text-align: center;
    font-weight: 700;
}

.button-readmore {
    background: transparent;
    color: #fff;
    padding: 5px 10px;
    border: 2px solid #fff;
    border-radius: 4px;
}


/***LOGO***/

.logo img {
    width: 150px;
    margin: 0 auto;
}


/*Версия для слабовидящих*/

#CecutientWrapper {
    width: 100%;
    color: #fff;
    background: #283347;
    display: none;
    text-align: center;
    z-index: 100;
    overflow: hidden;
}

#CecutientWrapper .fa {
    font-size: 28px;
    color: #fff;
}

#CecutientBlock {
    padding: 10px 0;
}

#CecutientBtn,
.userBtn {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 4px;
    padding: 6px 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    transition: 0.5s;
    display: inline-block;
    margin: 5px;
}

#CecutientBtn,
.userBtn {
    float: left;
}

#CecutientBtn:hover,
.userBtn:hover {
    background-color: #fff;
    text-decoration: none;
    color: #000;
}

#topPanel a:focus {
    text-decoration: none;
    color: #000;
    background-color: #fff;
}

#topPanel {
    background-color: #224871;
    color: #fff;
    padding: 5px 0;
}

#CecutientBtn .fa,
.userBtn .fa {
    position: relative;
    top: 2px;
    font-size: 22px;
    margin-right: 10px;
}

#CecutientBtn span,
.userBtn span {
    font-size: 12px;
}

#CecutientOn,
#CecutientOff,
#ImageOn,
#ImageOff {
    border-radius: 3px;
    vertical-align: middle;
    padding: 8px 15px;
    width: 30px;
    text-align: center;
    line-height: 18px;
    text-decoration: none;
    margin-top: 2px;
    margin-bottom: 2px;
    border: 2px solid #fff;
    color: #000;
    cursor: pointer;
    margin-right: 10px;
}

#CecutientOn,
#ImageOff {
    display: inline-block;
}

#CecutientOff,
#ImageOn {
    display: none;
}

#SmallFonts,
#MediumFonts,
#BigFonts,
#WhiteStyle,
#BlackStyle,
#BlueStyle,
#GreenStyle {
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 18px;
    text-decoration: none;
    margin-top: -2px;
    cursor: pointer;
}

#SmallFonts,
#MediumFonts,
#BigFonts {
    border: 2px solid #fff;
    color: #fff;
    padding: 12px;
}

#SmallFonts {
    font-size: 20px;
}

#MediumFonts {
    font-size: 26px;
}

#BigFonts {
    font-size: 32px;
    margin-right: 10px;
}

#WhiteStyle,
#BlackStyle,
#BlueStyle,
#GreenStyle {
    font-size: 26px;
    padding: 12px;
}

#WhiteStyle {
    border: 2px solid #000;
    color: #000;
    background-color: #fff;
}

#BlackStyle {
    border: 2px solid #000;
    color: #fff;
    background-color: #000;
}

#BlueStyle {
    border: 2px solid #063462;
    color: #063462;
    background-color: #9DD1FF;
}

#GreenStyle {
    border: 2px solid #A9E44D;
    color: #A9E44D;
    background-color: #3B2716;
}

#CecutientTop,
.CecutientTopMenu {
    display: none
}

#CecutientTop {
    position: relative;
    margin: 30px 0;
    font-size: 18px;
    text-align: center;
}

#CecutientTop strong {
    display: block;
    font-size: 30px;
    text-transform: uppercase;
    margin: 20px 0;
    line-height: 30px;
}

.SmallFonts {
    font-size: 18px !important;
}

.MediumFonts {
    font-size: 22px !important;
    line-height: 30px!important;
}

.BigFonts {
    font-size: 26px !important;
    line-height: 40px!important;
}


/***Header***/



.pagination {
    text-align: center;
}

.pagination ul>li>a,
.pagination ul>li>span {
    padding: 12px 12px;
}


/***MENU***/

.TopMenuBtn {
    background-color: #224871;
    padding: 10px 25px;
    color: #fff;
    margin-bottom: 1px;
    display: none;
}

.TopMenuBtn .fa {
    cursor: pointer;
    margin-right: 20px;
  	font-size: 28px;
}

.TopMenuBtn span {
    font-size: 28px;
}

.TopMenu {
    text-align: center;
    background-color: #224871;
    color: #fff;
    position: relative;
}

.TopMenu ul {
    list-style: none;
}

.TopMenu ul li {
    display: inline-block;
}

.TopMenu ul li a {
    color: #fff;
    padding: 20px 30px;
    text-transform: uppercase;
    font-weight: 700;
    transition: 0.5s;
}

.TopMenu ul li a:hover,
.TopMenu ul li a:focus {
    background-color: #283347;
}

.TopMenu ul .current {
    background-color: #283347;
}

.TopMenu ul>.parent >a:after {
    font: normal normal normal 16px/1 FontAwesome;
    display: inline-block;
    content: "\f0d7";
    margin-left: 5px;
}

.TopMenu ul li > ul {
    display: none;
    text-align: left;
    border: 1px solid;
    font-size: 14px;
    background: #666;
}

.TopMenu ul li > ul li {
    display: block;
}

.TopMenu ul li > ul li a {
    padding: 10px 15px;
    display: block;
    border-bottom: 1px solid;
}

.TopMenu ul li > ul li:last-child a {
    border-bottom: none;
}

.TopMenu ul li > ul li a:hover,
.TopMenu ul li > ul li a:focus {
    text-decoration: none;
    background-color: #888;
}

.TopMenu ul li:hover > ul {
    display: block;
    position: absolute;
    z-index: 999;
}

.TopMenu ul li> ul .current {
    background: #888;
}

#center {
    margin-top: 20px;
}


/*        Стили для модальных окон          */

.Window {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    transition: opacity 400ms ease-in;
    display: none;
    pointer-events: none;
}

.Window:target {
    display: block;
    pointer-events: auto;
}

.Window > div {
    width: 340px;
    position: relative;
    margin: 10% auto;
    padding: 10px 10px 20px 30px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 0px 20px 2px;
}

.close-modal {
    background: #224871;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 12px;
    box-shadow: 1px 1px 3px #000;
    opacity: 1;
}

.close-modal:hover {
    background: #283347;
    opacity: 1;
    color: #FFFFFF;
    text-decoration: none;
}

#toTop {
    width: 50px;
  border: 2px solid;
    border-radius: 4px;
    background:rgba( 0, 0, 0, 0.5);
    text-align: center;
    padding: 5px;
    position: fixed;
    bottom: 10px;
    /* отступ кнопки от нижнего края страницы*/
    right: 10px;
    cursor: pointer;
    display: none;
    color: #fff;
}

#toTop .fa {
    font-size: 26px;
}


/***Adress***/

.adress {
    list-style: none;
    margin-top: 20px;
    margin-left: 10px;
    font-size: 12px;
    font-weight: 700;
}

.adress th {
    vertical-align: top;
    text-align: left;
}

.adress .fa {
    color: #224871;
    font-size: 24px;
    margin-right: 10px;
}


/***Modul***/
.moduletable {
    margin-bottom: 35px;
}
.moduletable h3 {
    margin-top: 0;
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #b7a57a;
}



.moduletable ul {
    list-style: none;
}
.moduletable ul li{
    border-bottom: 1px solid #b7a57a;
    padding: 6px 0;
}
.moduletable ul li:last-child{
   border-bottom: none; 
}
.moduletable ul li:before{
    font: normal normal normal 16px/1 FontAwesome;
    display: inline-block;
    content: "\f101";
    margin-right: 7px;
    color: #b7a57a;
}


/***Button***/

.readmore-btn {
    background-color: #224871;
    color: #fff;
    transition: 0.5s;
    border-radius: 4px;
}

.readmore-btn:hover,
.user-btn:hover {
    background-color: #283347;
}

.user-btn {
    background-color: #224871;
    border-radius: 3px;
    color: #fff;
    padding: 5px 25px;
    transition: 0.5s;
}


/***Search***/

.userSearch {
    display: none;
    position: absolute;
    top: 58px;
    right: 0;
    background: #224871;
    padding: 15px 25px;
    border: 1px solid;
    border-radius: 4px;
    z-index: 999;
}

.toppanel {
    position: relative;
}

.userSerchBtn {
    float: right;
    border: 2px solid #fff;
    padding: 6px 10px;
    border-radius: 4px;
    margin: 5px;
    cursor: pointer;
    transition: 0.5s;
}

.userSerchBtn:hover {
    background-color: #fff;
    color: #000;
}

.userSerchBtn .fa {
    font-size: 22px;
}


/***Footer***/

#footer {
    margin-top: 30px;
    background-color: #224871;
    color: #ececec;
    padding: 15px;
}

#debug {
    background-color: #283347;
    color: #ececec;
    text-align: center;
    padding: 16px 0px 16px 0px;
    font-size: 12px;
}

#footer a:focus {
    background: transparent;
    color: #888;
}
.menuBottom {
    margin-top: 8px;
}
.menuBottom a {
    color: #fff;
}
.menuBottom li{
    line-height: 24px;
}

#footer .menuBottom a:hover {
    background: none;
    color: #888;
}

.menuBottom ul li ul {
    display: none;
}
.menuBottom .maps:before {
    font: normal normal normal 16px/1 FontAwesome;
    display: inline-block;
    content: "\f0e8";
    width: 26px;
   
    text-align: center;
    }
.menuBottom .trek:before {
    font: normal normal normal 16px/1 FontAwesome;
    display: inline-block;
    content: "\f1b9";
      width: 26px;
    text-align: center;
}
.menuBottom .private:before {
    font: normal normal normal 18px/1 FontAwesome;
    display: inline-block;
    content: "\f023";
     width: 26px;
    text-align: center;
}
.menuBottom .link:before {
    font: normal normal normal 16px/1 FontAwesome;
    display: inline-block;
    content: "\f0c1";
     width: 26px;
    text-align: center;
}
.menuBottom .time:before {
    font: normal normal normal 16px/1 FontAwesome;
    display: inline-block;
    content: "\f073";
      width: 26px;
    text-align: center;
}


/***SocialButton***/

.socTop {
    display: block;
    float: right;
    margin-right: 50px;
}

.socBottom {
    text-align: center;
}

.socBtnTop,
.socBtnBottom {
    color: #fff;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 5px;
    text-align: center;
    transition: 0.5s;
}

.socBtnBottom {
    width: 42px;
    height: 42px;
}

.socBtnTop {
    width: 34px;
    height: 34px;
}

.socBtnTop:hover,
.socBtnBottom:hover {
    background-color: #fff;
    color: #000;
}

.socBtnTop .fa {
    font-size: 20px;
    line-height: 32px;
}

.socBtnBottom .fa {
    font-size: 24px;
    line-height: 39px;
}


/***Media***/

@media (max-width:1199px) {
    .title h1 {
        font-size: 20px!important;
        line-height: 30px!important;
    }
}

@media (max-width:990px) {
    .userSearch {
        float: left!important;
    }
    .post_title h2 {
    font-size: 16px!important;
    line-height: 20px!important;
    
}
}

@media (max-width:930px) {
    .TopMenu ul li a {
        padding: 16px;
    }
}

@media (max-width:800px) {
    #CecutientWrapper span {
        display: none;
    }
    .TopMenu {
        text-align: left;
        display: none;
    }
    .TopMenu ul li {
        display: block;
    }
    #top-menu.TopMenu ul li ul {
        display: block;
        border: none;
        position: inherit;
    }
    #top-menu.TopMenu ul li ul a {
        padding-left: 40px;
    }
    .TopMenuBtn {
        display: block;
    }
}

@media (min-width:801px) {
    .TopMenu {
        display: block!important;
    }
}
@media (max-width:766px){
    .menuBottom ul{
        padding-bottom: 10px;
        border-bottom: 2px solid #fff;
    }
}

@media (max-width:600px) {
    .userSearch {
        display: none!important;
        /*position: initial;
        display: block!important;
        top: 0;
        background: none;
        border: 2px solid #fff;
        padding: 5px;
        margin: 5px;
        float: left;*/
    }
    .userSerchBtn {
        display: none;
    }
    #CecutientBtn,
    .userBtn {
        display: block!important;
        float: none;
    }
}
/***Blog***/
.item-image{
    
    padding: 0 15px 15px 15px;
    
    margin-bottom: 10px;
}
.item-image img{
    margin: 0 auto;
    padding: 5px;
    border-radius: 8px;
    border: 1px solid #999;
}
.post-images
{
  width: 250px;
  float: left;
  margin: 0 15px 15px 0;
  padding: 5px;
  border: 1px solid #eee;
}
.leading-0,
.leading-1,
.leading-2,
.leading-3,
.leading-4,
.leading-5,
.leading-6,
.leading-7,
.leading-8,
.item-page
{
    border: 2px solid #eee;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    padding: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}
.item-page ul{
    margin-left: 30px;
}
.item-page h2{
    font-size: 24px;
}
.badge-search {
  background-color: #3a87ad;
  color: #fff;
  border: 2px solid;
  border-radius: 6px;
  padding: 0 12px;
  font-size: 28px!important;
}
.readmore-button{
    background: #3a87ad;
    text-decoration: none;
    padding: 5px 15px;
    color: #fff;
    border-radius: 5px;
    transition: 0.5s;
}
.readmore-button:hover{
    background: #224871;
    color: #fff;
}
.post_title_block{
    padding: 8px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    margin: -10px -10px 20px -10px;
  background: url(../images/fon2.png) repeat; 
}
.post_title h2{
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    margin: 0;
}
.post_title_block .myData{
    font-weight: 700;
    background: #3a87ad;
    text-align: center;
    color: #fff;
    margin-right: 20px;
    padding: 5px 10px;
    border-radius: 8px;
    overflow: hidden;
    min-width: 45px;
}
.post_title_block .myData_m{
    background: #224871;
    font-size: 12px;
    line-height: 16px;
    padding: 3px;
    border-radius: 8px;
    margin: 0 -10px -5px -10px;
    
}
/***Navigator***/
.divider img{
    display: inline-block;
}
/***BottomBannsrs***/
#BottomBanners {
    background: url(../images/fon2.png) repeat;
    
}

#BottomBanners {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.bottomBanners {
    padding: 1px 1px;
    display: block;
    color: #fff;
    border-radius: 6px;
    margin: 20px 0;
     transition: 0.5s;
}

.bottomBanners:hover,
.bottomBanners:focus {
    color: #eee;
    text-decoration: none;
    background: #283347;
}

#BottomBanners .fa {
    font-size: 60px;
}
/***Table***/

.table-bordered {
    border: 1px solid #c2c2c2;
    border-left: 0;
    border-radius: 0;
}

table-bordered th,
.table-bordered td {
    border-left: 1px solid #c2c2c2;
    border-top: 1px solid #c2c2c2;
    padding: 8px;
}
/***SvedenMenu***/
#sveden li a{
    display: none;
}
#sveden li:before{
    display: none;
}
#sveden .nav-child li a{
    display: inline;
    /*font-size: 16px;*/
}
#sveden .nav-child li:before{
    display: inline-block;
}
/***callback***/
.callback .control-group{
    margin-top: 20px!important;
}
.click_counter{
    background: #3a87ad;
    color: #fff;
    padding: 5px 10px;
    border-radius: 8px;
}
.count-block{
    display: inline-block;
    box-shadow: 0 1px 3px #999;
    border: 1px solid #eee;
    padding: 15px 30px;
    border-radius: 8px;
    margin: 20px 0;
    
}
.count-block .fa{
    font-size: 22px;
    margin-right: 10px;
}
.counter {
    color: #000;
    margin-top: 15px;
}
#banner-bottom{
    border-top: 2px solid #eee;
    padding-top: 20px;
    margin-top: 10px;
}