/* CSS crunched with Crunch - http://crunchapp.net/ */
@font-face {
    font-family: 'Segoe UI';
    src: local('Segoe UI'), url('segoeui.ttf') format('truetype');
}

* {
    margin: 0;
    padding: 0;
    font-family: "Segoe UI";
    color: #222;
    box-sizing: border-box;
}

body {
    width: 100%;
    background: url(/files/fon2021.jpg) repeat-x;

}

#myCarousel {
    margin: auto;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 30px rgba(50, 50, 50, 1);
    -moz-box-shadow: 1px 1px 30px rgba(50, 50, 50, 1);
    box-shadow: 1px 1px 30px rgba(50, 50, 50, 1);
    height: 400px;
	width:600px;
}

#myCarousel img {
    margin: 0 !important;
    padding: 0 !important;
    /*max-width: 750px;
    max-height: 500px;
    min-height: 314px;
    min-width: 240px;*/
    width: 600px;
    height: 400px;
}

.active {
    background: transparent !important;
}

.gal-album img, .gal-item-active img {
    -webkit-box-shadow: 1px 1px 10px rgba(50, 50, 50, 1);
    -moz-box-shadow: 1px 1px 10px rgba(50, 50, 50, 1);
    box-shadow: 1px 1px 10px rgba(50, 50, 50, 1);
}

.gal-album {
    margin-right: 13px !important;
}

pre {
    white-space: pre-line;
    max-width: 780px;
}

p {
    margin-bottom: 5px !important;
    line-height: 20px !important;
}

div {
    line-height: 20px !important;
}

#wrapper {
    min-width: 1000px;
    max-width: 1400px;
    margin: 0 auto;
}

table {
    border: 0;
}

table td {
    border: 1px solid lightgray;
    padding: 10px;
    border-collapse: collapse;
    text-align: left;
}

a {
    text-decoration: none;
    color: #0099cc;
    border: 0;
}

a:hover {
    text-decoration: none !important;
}

li {
    list-style: none;
}

img {
    border: 0;
}

#header {
    /*min-width: 1000px;
    max-width: 1400px;*/
    height: 200px;
    position: relative;
    /*left: 50%;*/
    margin: auto;
    background: url('/files/left_bg2021.png') no-repeat left center, url('/files/right_bg2021.png?ver=1') no-repeat right center;
}

#header>a>img {
    position: relative;
    /*left: 50%;
    margin-left: -500px;*/
}

#low_header {
    height: 27px;
    /*box-shadow: 0 4px 7px 0 #778899;*/
    position: relative;
    padding: 0 10px;
    z-index: 100;
    /*min-width: 1000px;
    max-width: 1400px;
    left: 50%;*/

}

#low_header>div {
    height: 27px;
}

#low_header>div>img {
    position: absolute;
    top: 50%;
    margin-top: -5px;
}

#low_header>div #soc_pic {
    left: 225px;
    position: absolute;
    top: 50%;
    margin-top: -11px;
}

#low_header>div>div {
    float: right;
    cursor: pointer;
}

#low_header>div>div>img {
    position: absolute;
    top: 50%;
    margin-top: -6px;
}

#low_header>div>div>a {
    font-weight: bold;
    font-size: 12px;
    vertical-align: middle;
    margin-left: 20px;
}

#middle {
    height: 1%;
    position: relative;
    margin-bottom: 34px;
    /* min-width: 600px;
     max-width: 1400px;
     left: 50%;*/
}

#middle:after {
    content: '';
    clear: both;
    display: table;
}

#left {
    float: left;
    width: 200px;
    margin-left: -100%;
    position: relative;
}

#left > ul {
    word-wrap: break-word;
    margin-bottom: 18px;
    margin-top: 18px;
}

#left ul a {
    margin-bottom: 18px;
    color: #222
}

/*#left ul li > a {
    font-size:14px;
    padding:3px 0 3px 40px;
    text-transform: uppercase;
    border:1px solid grey;
}*/
#left ul li {
    word-wrap: break-word;
    margin-bottom: 18px;
    font-size: 11px;
    margin-left: 10px;
}

#left ul li ul li:first-child {
    margin-top: 8px;
}

#left ul li ul li ul li {
    list-style: disc;
    margin-left: 30px;
}

#left>ul>li a:hover {
    color: orange;
}

#right {
    float: left;
    margin-right: -3px;
    width: 200px;
    margin-left: -200px;
    position: relative;
}

#right .news {
    border-bottom: 1px dashed #1295cb;
    padding-top: 10px;
    padding-bottom: 10px;
}

#right .news div:first-child {
    color: red;
}

#right .news div {
    margin-bottom: 20px;
    word-wrap: break-word;
    font-size: 11px;
    margin-left: 10px;
    line-height: 20px;
}

#right .news div>span {
    font-weight: bold;
}

#right .news a {
    color: #0099cc;
    font-size: 11px;
    margin-left: 10px;
}

#right .news a:hover {
    text-decoration: underline;
    color: orange;
}

#right #socials_button {
    margin-top: 15px;
}

#right #socials_button td {
    border: 0;
}

#container {
    width: 100%;
    float: left;
    overflow: hidden;
}

#content {
    padding: 0 280px 0 280px;
    text-align: left;
}

#content a:hover {
    color: orange;
}

#content h1 {
    text-align: center;
}

#content #breadcrumbs {
    margin-top: 5px;
    /*height: auto;*/
    color: #999999;
}

#content #breadcrumbs li {
    font-size: 11px;
    width: auto;
    float: left;
    margin: 0px 6px 20px;
    list-style: none;
}

#content #breadcrumbs span {
    float: left;
}

.B_currentCrumb {
    left: -10px;
    position: relative;
}

#content .menu li {
    font-size: 13px;
    margin: 10px;
}

#content ul li {
    list-style: disc;
    margin-bottom: 5px;
}

.sub {
    margin-left: 30px;
}

.top a:hover, .down:hover {
    color: orange;
    text-decoration: underline;
}

#content h1, #content div {
    font-weight: normal;
}

#content p, #content ol, #content ul {
    text-align: left;
}

#content h1 {
    color: #333333;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bolder;
}

#content img {
    margin-top: 27px;
    margin-bottom: 27px;
}

#footer {
    margin-bottom: 20px;
    height: 200px;
    /*min-width: 1000px;
    max-width: 1400px;*/
    position: relative;
    /*left: 50%;*/
}

#footer #banners {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 25px;
}

#footer #banners a {
    margin-left: 2px;
    margin-right: 2px;
    max-width: 250px;
}

#footer #banners a img {
    max-width: 250px;
}

#footer #lower_footer {
    display: inlibe-block;
}

#footer #lower_footer #left_side {
    text-align: right;
    font-size: 10px;
    width: 49%;
    float: left;
}

#footer #lower_footer #right_side {
    float: right;
    text-align: left;
    font-size: 10px;
    width: 49%;
}

.gal-album, .gal-album p {
    width: 208px;
    float: left;
    margin-right: 25px;

}

.gal-album p:hover {
    color: orange;
}

.gal-item-active {
    float: left;
    margin-right: 55px;
}

textarea {
    width: 400px;
    height: 100px;
}

.quip-fld {
    margin-bottom: 20px;
}

#guestbook_preview {
    background: url(/files/look.png) no-repeat;
    width: 88px;
    height: 24px;
    border: 0;
}

#guestbook_post {
    background: url(/files/post.png) no-repeat;
    width: 44px;
    height: 24px;
    border: 0;
}

#guestbook_buttons {
    position: relative;
    left: 50%;
    margin-left: -68px;
    margin-top: 20px;
}

.register {
    display: block;
}

/*.register input {
    clear: right;
}*/

.loginLoginFieldset {
    position: relative;
    left: 50%;
    width: 400px;
    margin-left: -200px;
    padding: 20px;
}

.loginLoginFieldset input {
    float: right;
}

.loginLoginFieldset div {
    margin-bottom: 15px;
}

.loginLoginButton input {
    width: 80px;
    height: 30px;
}

#f_pass, #reg {
    font-size: 13px;
    text-align: center;
}

#f_pass:hover, #reg:hover {
    color: orange;
}

#some_buttons_login {
    position: relative;
    left: 50%;
    width: 400px;
    margin-left: -200px;
}

#some_buttons_login a:first-child {
    float: left;
}

#some_buttons_login a:last-child {
    float: right;
}

.register {
    width: 900px;
}

.register table {
    width: 600px;
    position: relative;
    left: 50%;
    margin-left: -300px;
    border: 0;
}

.register table td {
    border: 0;
}

.register label {
    float: left;
    width: 200px;
}

.register input, .register select, .register textarea {
    float: right;
    width: 250px;
}

.register input[type=submit] {
    float: none;
}

.register div {
    margin-bottom: auto;
    border: 1px solid transparent;
}

.register #registerbtn {
    /*background: url(/files/register.png) no-repeat;*/
    height: 31px;
    border: 0;
    float: none;
    width: 131px;
    position: relative;
    left: 50%;
    margin-left: -65px;
    cursor: pointer;
}

#change_password_button {
    background: url(/files/change_password.png) no-repeat;
    height: 31px;
    border: 0;
    float: none;
    width: 131px;
    position: relative;
    left: 50%;
    margin-left: -65px;
    cursor: pointer;
}

#reset_password_button {
    background: url(/files/restore_password.png) no-repeat;
    height: 31px;
    border: 0;
    float: none;
    width: 131px;
    position: relative;
    left: 50%;
    margin-left: -65px;
    cursor: pointer;
}

#login_button {
    background: url(/files/login.png) no-repeat;
    height: 31px;
    border: 0;
    float: none;
    width: 131px;
    position: relative;
    left: 50%;
    margin-left: -65px;
    cursor: pointer;
}

#profile > div {
    margin-bottom: 10px;
}

#profile>div>div:first-child {
    font-weight: bold;
    margin-bottom: 5px;
}

.camp_places {
    float: left;
}

.camp_camp {
    margin-left: 400px;
}

.camp_camp li {
    margin-bottom: 5px;
}

.gal-album {
    height: 220px;
    width: 220px;
    margin-bottom: 20px;
}

.activeMenuItem {
    color: orange !important;
    font-weight: bold;
}

a.noactive {
    color: #222 !important;
}

#post_comment {
    background: url('/files/post_comment.png');
    height: 25px;
    width: 132px;
    border: 0;
}

#ymaps-map-id_136317885373639882614 {
    width: 350px;
    margin: 30px auto;
}

.btn, .btn:hover {
    color: white !important;
}

.anythingSlider-metallic .thumbNav {
    visibility: hidden;
}

.login_button_info {
    margin-top: 50px;
}