@font-face {
    font-family: 'Kamelia';
    src: url("/fonts/Kamelia.ttf") format("truetype");
}

html, body {font-family: Calibri, Verdana; font-size: 20px; color: #3c3c3c;}
body { background: url('/images/2fon2.jpg'); margin:0; padding:0; }

h1, h2 {
    font-family: 'Kamelia';
    color: #91721c;
    margin: 10px 0 20px 0;
}

.search_form {display: inline; }
.search_form input {border: none; font-size: 20px; width: 133px; }
.text {padding: 10px 10px 20px 20px;}

.right_img {float: right; width: 290px; margin-left:10px; color: #2f83dc; font-size: 18px; font-style: italic;}
.right_img p {margin:0; background: url('/images/ornament_photo.png') no-repeat bottom right; min-height: 72px; padding-right:40px; margin-bottom: 50px;}
.right_sm {
    float: right; 
    padding-right: 22px;
}
.right_sm, .right_sm a, .sm, .sm a {color: #2f83dc; font-size: 18px; font-style: italic;}
.left_sm {float: left; }

.bottom { background: url('/images/bottom_fon.png') no-repeat bottom left; height:202px; width:901px; overflow: hidden; font-size: 18px; color: #666666; }
.bottom p { margin-left: 115px; margin-top: 130px; }
.ban_right {float:right; margin: 5px;}
.text-bold {font-weight:bold;}
.bottom-pass {margin-bottom:15px;}

.font-size-17 {font-size:17px;}
.padding-top-10 {padding-top:10px;}
.full_height {height:100%;}
.dropdown-menu .menu-link {
    cursor: pointer;
}

.glass { background: url('/images/crest_side_fon.png'); width: 949px; margin:0 auto; }

/* === mainpage === */
.main_top { background: url('/images/main_top.jpg'); height:349px; width:900px; overflow: hidden; }
.main_top a { color: white; }
.main_top .links { margin-top: 305px; margin-left: 210px; }
.mainpage { width: 901px; background: #f9fdfd; margin:0 auto; }
.mainpage .menu { background: url('/images/menu_fon.jpg') repeat-x; height:48px; }
.mainpage .menu a { color: #045fbc; font-size: 22px; }
.mainpage_news {font-size:17px;margin-bottom:10px;}
.mainpage_news_header {font-weight:bold;font-size:19px;}
.mainpage_news_body {padding-top:10px;}
.mainpage_block {
    padding: 20px 0 20px 0;
    width:100%;
}
.calendar { 
    background: url('/images/calendar_icon.png') no-repeat; 
    min-height:25px; 
    padding-left: 30px; 
    color: black; 
    font-size: 18px; 
}
/* === mainpage === */


/* === schedule === */
#tblRaspisanie td {
    border:1px solid #A0863D;
    padding: 5px;
}

#tblRaspisanie p {
    padding: 0px;
    margin: 0px;
}

.schedule_red {
    color: red;
}
.schedule_blue {
    color: cornflowerblue;
}
/* === schedule === */


/* === news === */
.news_block_image {
    float:left; 
    max-width:800px; 
    margin:15px 15px 15px 0; 
    max-height: 400px;
}
/* === news === */


/* === fotoalbom === */
.gallery-item {height: 120px; width: 120px; display:block; float:left; overflow:hidden; margin: 0 20px 20px 0; }

.modal {overflow: auto;color: #333;}

.photo_album {
    cursor:pointer;
    height: 80px;
    overflow: hidden;
}

.photo_album img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 6px;
}

.photo_album-label {
    font-size: 12px;
}

.photo_album_logo {
    width: 100%; 
    overflow: hidden;
}
/* === fotoalbom === */


/* === admin === */
.cp_container {
    padding: 20px;
    height: 100vh;
    overflow: hidden;
    color: #A0863D;
    font-family: Calibri, Verdana; 
    font-size: 14px;
}
.cp_menu_glass {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    padding: 10px;
    height: 100%;
}
.cp_menu_item {
    padding-bottom: 15px;
}
.cp_data_glass {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    height: 100%;
    padding: 10px;
    overflow-y: auto;
}
.cp_pages_content {
    padding: 0 0 20px 15px;
}
.cp_pages_editor {
    display: none;
}
/* === admin === */