@import 'fonts/fonts.css';
@import url(https://fonts.googleapis.com/css?family=Bad+Script|Philosopher&subset=latin,cyrillic);
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; height: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; font:14px Arial, sans-serif; min-height: 100%; position: relative; }
body, button, input, select, textarea { font-family: sans-serif; }

::-moz-selection { background: #4E95B9; color: #fff; text-shadow: none; }
::selection { background: #697; color: #fff; text-shadow: 0 0 5px #fbff3d; }

* :focus {outline:none}
* {
    box-sizing: border-box;
}

a { color:#333;font:14px 'cambria', sans-serif; outline:0;}
a:visited { color:#333;outline:0; }
a:hover { color:#333;outline:0;}
a:focus { outline: 0;}
a:hover, a:active { outline: 0; }
a.dashed {text-decoration: none; border-bottom:1px dashed #333;}
a.dashed:hover {border-bottom-color: transparent;}

body .main h1 {
    background: url(/images/hr01.png) no-repeat center bottom;
}
body > div,
body > div > .container,
.main-block,
.main-block .c-column {
    height: 100%;
    min-height: 100vh;
}
body > div > .container {
    background-repeat: repeat;
}
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Authors: Olenchikys, Soul_man
   ========================================================================== */

/*default blocks*/
div.clear {clear:both;height:0px;font-size:0px;}
.m-5 {margin:5px;}.m-10 {margin:10px;}.m-15 {margin:15px;}.m-20 {margin:20px;}.m-30 {margin:30px;}.m-50 {margin:50px;}.m-100 {margin:100px;}
.mt-5 {margin:5px;}.mt-10 {margin:10px;}.mt-15 {margin:15px;}.mt-20 {margin:20px;}.mt-30 {margin:30px;}.mt-50 {margin:50px;}.mt-100 {margin:100px;}
.mr-5 {margin:5px;}.mr-10 {margin:10px;}.mr-15 {margin:15px;}.mr-20 {margin:20px;}.mr-30 {margin:30px;}.mr-50 {margin:50px;}.mr-100 {margin:100px;}
.mb-5 {margin:5px;}.mb-10 {margin:10px;}.mb-15 {margin:15px;}.mb-20 {margin:20px;}.mb-30 {margin:30px;}.mb-50 {margin:50px;}.mb-100 {margin:100px;}
.ml-5 {margin:5px;}.ml-10 {margin:10px;}.ml-15 {margin:15px;}.ml-20 {margin:20px;}.ml-30 {margin:30px;}.ml-50 {margin:50px;}.ml-100 {margin:100px;}

input[type="text"], input[type="password"], input.string, .edit textarea, textarea.content{
    border:1px solid #9f9f9f;
    box-shadow:inset 0 1px 0px 0 #9f9f9f;
    padding:5px 10px 4px;
    font-size:16px;
    width:220px;
    color:#000;
    border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    -ms-border-radius:5px;
}

textarea {
    resize: none;
}

label {
    color:#666666;
    font-size:13px;
    font-style:italic;
}

label a {
    font-size:13px !important;
    font-style:italic;
}

button[type="submit"], a.button.submit {
    background:url(../images/button_bg.png) repeat-x 0 0;
    color:#b2292f;
    text-align:center;
    font:22px 'wooden_ship_decoratedregular', Georgia, serif;
    padding:22px 12px 27px;
    margin-left:33px;
    text-shadow:none;
    border-radius: none;
    -moz-border-radius: none;
    -webkit-border-radius: none;
}
a.button.submit:before, a.button.submit:after, button[type="submit"]:before, button[type="submit"]:after {
    display:block;
    content:" ";
    position:absolute;
    top:-1px;
    height: 80px;
}
a.button.submit:before, button[type="submit"]:before {
    background:url(../images/button_bg_left.png) no-repeat left 0;
    left:-33px;
    width:33px;
}
a.button.submit:after, button[type="submit"]:after {
    background:url(../images/button_bg_right.png) no-repeat right 0;
    right:-31px;
    width:31px;
}
button, a.button {
    position:relative;
    display: inline-block;
    font: 16px Arial, serif;
    color:#E55;
    border:none;
    padding:6px 10px 5px;
    text-shadow:0px 2px 0 #005999;
    border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    -ms-border-radius:5px;
}
button {
    background: #fff;
}
a.button {
    background: #005999;
}

a.button, a.button:hover {
    text-decoration: none;
    color:#FFF;
}

button:active {
    top:1px;
    left:1px;
}

em {
    color:#666666;
    font-size:13px;
    font-style:italic;
}

.inline-block {
    display:inline-block;
}

.wrapper {
    background: #FFF;
    padding:2px;
    border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    -ms-border-radius:5px;
}

.wrapperEx {
    background: #d3e3ed;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QzZTNlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjY2RkZmViIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNiUiIHN0b3AtY29sb3I9IiNjZGUwZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4OCUiIHN0b3AtY29sb3I9IiNlZGY1ZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5NyUiIHN0b3AtY29sb3I9IiNmMGY2ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWFmM2Y3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,  #d3e3ed 0%, #cddfeb 3%, #cde0eb 6%, #edf5f8 88%, #f0f6f9 97%, #eaf3f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3e3ed), color-stop(3%,#cddfeb), color-stop(6%,#cde0eb), color-stop(88%,#edf5f8), color-stop(97%,#f0f6f9), color-stop(100%,#eaf3f7));
    background: -webkit-linear-gradient(top,  #d3e3ed 0%,#cddfeb 3%,#cde0eb 6%,#edf5f8 88%,#f0f6f9 97%,#eaf3f7 100%);
    background: -o-linear-gradient(top,  #d3e3ed 0%,#cddfeb 3%,#cde0eb 6%,#edf5f8 88%,#f0f6f9 97%,#eaf3f7 100%);
    background: -ms-linear-gradient(top,  #d3e3ed 0%,#cddfeb 3%,#cde0eb 6%,#edf5f8 88%,#f0f6f9 97%,#eaf3f7 100%);
    background: linear-gradient(to bottom,  #d3e3ed 0%,#cddfeb 3%,#cde0eb 6%,#edf5f8 88%,#f0f6f9 97%,#eaf3f7 100%);
    -pie-background: linear-gradient(to bottom,  #d3e3ed 0%,#cddfeb 3%,#cde0eb 6%,#edf5f8 88%,#f0f6f9 97%,#eaf3f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3e3ed', endColorstr='#eaf3f7',GradientType=0 );
    padding:2px;
    border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    -ms-border-radius:5px;
    behavior:url(/PIE.htc);
}
.success {
    width: 200px;
    background: #dfd;
    padding: 20px;
    border: 2px solid #ada;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -khtml-border-radius: 10px;
    text-align: center;
    font: bold 16px Arial;
    color: #050;
    margin: 10px auto;
}

.block {display:block;}

.no-lt {border-top-left-radius: 0 !important;}
.no-rt {border-top-right-radius: 0 !important;}
.no-rb {border-bottom-right-radius: 0 !important;}
.no-lb {border-bottom-left-radius: 0 !important;}
.fleft {float:left;}
.fright {float:right;}

.pagintation ul {
    list-style: none;
    margin:20px 0 0 0;
    padding:0;
}
.pagintation ul li {
    display: inline-block;
    margin-right:6px
}
.pagintation ul li a, .pagintation ul li span {
    padding:5px;
}
.pagintation ul li a {
    color:#006666;
}
.admin-btns {
     padding:8px;
     border:1px solid #005999;
     background: rgba(128,128,220,0.4);
}
.admin-page-menu {
    position: absolute;
    right: 0px;
    top: 100px;
    width:73px;
    text-align: right;
    direction: rtl;
    z-index:2;
}
.global-menu-handle {
    position: fixed;
    left: -73px;
    top: 200px;
    width:73px;
}
.global-menu-handle.active {
    left:0;
    transition: left 0.6s;
    -webkit-transition: left 0.6s;
    -moz-transition: left 0.6s;
}
.global-menu-handle .handle-menu-admin {
    padding: 5px 20px 5px 5px;
    background: #ccf;
    box-shadow: -2px 3px 4px #999;
    margin-bottom: 10px;
}
.global-menu-handle .handle-menu-admin.active {
    background: #B42524;
}
.admin-page-menu a {
    padding: 5px 20px 5px 5px;
    background: #ccf;
    box-shadow: -2px 3px 4px #999;
    display: block;
    overflow: hidden;
    text-align: right;
    width:0px;
    margin-bottom: 10px;
    transition: width 0.3s;
    -moz-transition: width 0.3s;
    -webkit-transition: width 0.3s;
}
.admin-page-menu:hover a {
    width:48px;
    transition: width 0.3s;
    -moz-transition: width 0.3s;
    -webkit-transition: width 0.3s;
}
/*main content. Main page*/
* html #index,* html #inner {height:100%}
.main-block {
    position:relative;
    min-width:940px;
    max-width:1180px;
    margin: 0 auto;
}
.c-column {
    background-repeat: repeat-y;
}
.c-column.left {
    /*width:1100px;*/
    padding:0 0 0 80px;
    background-position: 0 0;
}
.c-column.right {
    /*width:1020px;*/
    padding:0 80px 0 0;
    background-position: right 0;
}
.errors {
    background: #FFE8E8;
    padding:20px;
    margin:10px;
    border:2px solid #EDA3A3;
    border-radius: 10px;
}
.errors ul {
    list-style: none;
    padding:0;
    margin:0;
}
.errors ul li {
    color:#470000;
    padding:0px;
    margin:2px 0px;
}

.hr {
    font-size: 0;
    line-height: 0;
    height: 0px;
    margin:20px 0;
    border-top:1px solid #C5D1D8;
    border-bottom:1px solid #f2f3f4;
}

.lightened {
    text-shadow: 0 0 10px #FFF;
}

* html .body {
height:1px;
}
.header {
    text-align:center;
    padding:15px 10px 0 10px;
}
.header img {
    width:100%;
}
.footer {
    display: none;
    position:absolute;
    left:0px;
    bottom:0;
    width:100%;
    height:115px;
}

.celtic-border {
    border: 30px solid #c28b7b; /* IE */
    -moz-border-image: url(../images/border.png) 44 46 44 47 round; /* Firefox 4 */
    -webkit-border-image: url(../images/border.png) 44 46 44 47 round; /* Safari 5 и Chrome */
    -o-border-image: url(../images/border.png) 44 46 44 47 round; /* Opera 10.5 */
    border-image: url(../images/border.png) 44 46 44 47 round; /* CSS3 */
}

.left_block {
    float:left;
}
.menu-header {
    box-shadow: 0 2px 3px #000;
    -webkit-box-shadow: 0 2px 3px #000;
    -moz-box-shadow: 0 2px 3px #000;
    border-radius:15px 15px 0 0;
    -webkit-border-radius:15px 15px 0 0;
    -moz-border-radius:15px 15px 0 0;
    -o-border-radius:15px 15px 0 0;
}
.left_menu1 {
    padding-left: 13px;
    background-position: left top;
    background-repeat: repeat-y;
    border-radius:0 0 15px 15px;
    -webkit-border-radius:0 0 15px 15px;
    -moz-border-radius:0 0 15px 15px;
    -o-border-radius:0 0 15px 15px;
}
.left_menu2 {
    padding-right: 14px;
    background-position: right top;
    background-repeat: repeat-y;
    border-radius:0 0 15px 15px;
    -webkit-border-radius:0 0 15px 15px;
    -moz-border-radius:0 0 15px 15px;
    -o-border-radius:0 0 15px 15px;
}
.left_menu {
    width:231px;
    border:1px solid #777;
    border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    -o-border-radius:15px;
    box-shadow:#504444 5px 10px 7px;
    -webkit-box-shadow:#504444 5px 10px 7px;
    -moz-box-shadow:#504444 5px 10px 7px;
    -o-box-shadow:#504444 5px 10px 7px;
    -khtml-box-shadow:#504444 5px 10px 7px;
}
.left_menu .widget_head {
    padding:4px 0;
    text-align: center;
    font:24px "edisson", serif;
}

.left_menu .menu_head {
    background:url(../images/menu.png) no-repeat 50% 50%;
    height:55px;
}
.left_menu ul {
    margin:0;
    padding:5px 0 0 0;
    list-style: none;
    border: none;
    /*font-weight: bold;*/
    line-height: 1.1em;
    text-align:left; /* LTR */
}
.left_menu ul a {
    font-family: "edisson";
    font-size: 16px;
    font-size: 14px\0/; /*IE 8 */
}
* html .left_menu ul {
  font-size: 14px; /*IE 6 */
}
*+html .left_menu ul {
  font-size: 14px; /*IE 7 */
}

.left_menu ul li:last-child {
    padding:10px 0 15px 0;
    background:url(../images/dot.gif) no-repeat center bottom;
    margin-bottom:8px;
}
.left_menu ul:after {
    content:" ";
    display:block;
    height:8px;
}
.left_menu ul li:first-child {
    padding-bottom:0;
}
.left_menu ul li.ui-sortable-helper {
    background-color: #B42524;
    border: 2px solid #4E95B9;
    overflow: hidden;
    transition:  background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
}
.left_menu ul li {
    /*margin: 0 12px 0 14px;  LTR */
    padding:10px 0 5px 0;
    text-align: center;
    background:url(../images/dot.gif) no-repeat center top;
}
.left_menu ul li.admin{
    background: #050;
    border-radius: 20px;
}
.left_menu ul li.admin a{
    color: #FFF;
}
.left_menu ul li a{
    font-size:21px;
    text-decoration: none;
    color:#000;
}
.left_menu ul li:last-child a {
	background: url("../images/dot.gif") no-repeat scroll center top transparent;
	padding-top: 8px;
}
.body {
    padding:10px 10px 140px 10px;
}
.body .main {
    position:relative;
    width:760px;
    margin-left:240px;
    border-radius:15px;
    /*border:5px double #504444;*/
    box-shadow:1px 0 15px #504444;
    -moz-box-shadow:1px 0 15px #504444;
    -webkit-box-shadow:1px 0 15px #504444;
    -o-box-shadow:1px 0 15px #504444;
    -ms-box-shadow:1px 0 15px #504444;
    -khtml-box-shadow:1px 0 15px #504444;
}

.left-crnr {
    background:url(../images/curl-leftcrnr.png) no-repeat left top;
    width:22px;
    height:70px;
    position:absolute;
    left:-1px;
    top:0px;
}
.right-crnr {
    background:url(../images/curl-rightcrnr.png) no-repeat right top;
    width:22px;
    height:70px;
    position:absolute;
    right:-1px;
    top:0px;
}
.ll-crnr {
    background:url(../images/curl-llcrnr.png) no-repeat left bottom;
    width:27px;
    height:26px;
    position:absolute;
    left:0px;
    bottom:0px;
}
.lr-crnr {
    background:url(../images/curl-lrcrnr.png) no-repeat right bottom;
    width:27px;
    height:26px;
    position:absolute;
    right:0px;
    bottom:0px;
}

.body .main-01 {
    background:url(../images/curl-ltile.png) repeat-x left bottom;
    padding-bottom:50px;
    margin:0px 27px;
}
.body .main h1 {
    /*height:45px;*/
    text-align: center;
    font:45px 'lombardina', serif;
    padding:4px 0px 45px;
    margin:0;
}

/* When editable title */
.body .main h1 input {
    width: 100%;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    font:45px 'lombardina', serif;
    text-align: center;
}

.body .main .content {
    padding: 10px;
    font: 14px 'cambria', sans-serif;
}

.body .main .content .cursive {
    font-family: 'Bad Script', cursive;
}

.body .parents:after {
    content:" ";
    display: block;
    height:128px;
    background: url(../images/hr03_2.png) no-repeat 50% top;
}
.body .parents {
    width:600px;
    margin:10px auto;
    position: relative;
    padding:128px 0 0 0;
    background: url(../images/hr03.png) no-repeat 50% top;
}
.body .parents ul li {
    display:table;
    width:100%;
}
.body .parents ul {
    list-style: none;
    padding:0;
    text-align: center;
    margin:0px;
    background: url(../images/books.png) repeat-y 50% 0;
}
.body .parents ul:after {
    display: block;
    content:" ";
    width:100%;
    position: absolute;
    height:1px;

    bottom:128px;
    left:0;
    box-shadow: 0 2px 10px #000;
}
.body .parents ul a:active{
    box-shadow: 0 0 50px #FFF;
    background-color: rgba(255,255,255,0.3);
    text-shadow: 0px 0px 25px #FFF;
    color:#FFF;
    transition: box-shadow 0.3s, background-color 1s;
    -webkit-transition: -webkit-box-shadow 0.3s, background-color 1s;
    -moz-transition: -moz-box-shadow 0.3s, background-color 1s;
}
.body .parents ul a:hover{
    border-radius: 16px;
    box-shadow: 0 0 25px #f8ff9e;
    color:#FFF;
    text-shadow: 0px 0px 5px #f8ff9e;
    -moz-box-shadow: 0 0 25px #f8ff9e;
    -webkit-box-shadow: 0 0 25px #f8ff9e;
    transition: box-shadow 1s;
    -moz-transition: -moz-box-shadow 1s;
    -webkit-transition: -webkit-box-shadow 1s;
}
.body .parents ul a{
    font-size:20px;
    padding:0 10px;
    height:63px;
    display:table-cell;
    vertical-align: middle;
    color:#333;
    text-shadow: 1px 1px 0px #ccc;
    text-decoration: none;
    transition: box-shadow 1s;
    -moz-transition: -moz-box-shadow 1s;
    -webkit-transition: -webkit-box-shadow 1s;
}
.body .main.feedback table.form {
    width: 100%;
}

.body .main.feedback table.form input,
.body .main.feedback table.form .wrapperEx,
.body .main.feedback table.form textarea {
    width: 100%;
}

.breadcrumbs {
    margin: 10px 0 0 0;
    height: 34px;
    background: url(/images/tile.jpg) repeat-x;
    padding: 6px;
}
.breadcrumbs a:hover {
    text-shadow: -1px -1px 3px #ffffcc;
    color:#555;
    transition: text-shadow 0.4s, color 0.4s;
    -webkit-transition: text-shadow 0.4s, color 0.4s;
    -moz-transition: text-shadow 0.4s, color 0.4s;
}
.breadcrumbs a, .breadcrumbs span{
    font-family: edisson;
    font-size: 18px;
    text-shadow: #fff -1px -1px 0px;
    text-decoration: none;
}
.breadcrumbs span {
    padding:0 8px;
}
.widget-body a {
    display:inline-block;
    margin: 5px 25px;
}

.folder-admin {
    padding:53px 5px 5px 5px;
    min-width:48px;
    cursor:pointer;
    border-radius:10px;
    color:#000;
    background-image:url(../images/folder-icon.png);
    background-repeat:no-repeat;
    background-position: 50% 5px;
    font-size:12px;
    text-align: center;
    max-width: 115px;
    height:30px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin:4px;
    word-break: break-all;
}
.folder-admin.selected {
    background-color: #005999;
    color:#fff;
}

td.label {
  max-width:150px;
  vertical-align: middle;
}

/***************
fcselect Classes
***************/
.select{
    display:inline-block;
    position:relative;
    border:1px solid #9f9f9f;
    box-shadow:inset 0 1px 0px 0 #9f9f9f;
    padding:5px 20px 4px 10px;
    font-size:16px;
    width:355px;
    background: url(../images/select_arows.gif) no-repeat right 50% #FFF;
    color:#000;
    border-radius:5px;
    cursor:pointer;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    -ms-border-radius:5px;
}
.options {
    position:absolute;
    left:0px;
    background: #FFF;
    border-radius:0 0 5px 5px;
    width:100%;
    border:1px solid #9f9f9f;
    box-shadow: 0 1px 2px 0 #9f9f9f;
    z-index:10;
}

.option {
    padding:5px;
}
.option.active{
    background: #ebfdff;
}
.option:hover {
    background: #9f9f9f;
}

#gallery_view {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255,255,255,0.3);
    opacity: 0;
    transition: opacity 500ms;
    display: none;
}
#gallery_view.show {
    display: block;
    opacity: 1;
    transition: opacity 500ms;
}

#music_player {
    position: fixed;
    left: 0;
    bottom: 0;
    width: auto;
    height: auto;
}

.music_bg {
    position:fixed;
    left:-64px;
    bottom:-64px;
    width:128px;
    height:128px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1NiUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 56%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(56%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 56%,rgba(255,255,255,0) 100%);
    background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 56%,rgba(255,255,255,0) 100%);
    background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 56%,rgba(255,255,255,0) 100%);
    background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 56%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}

.anima {
    position:absolute;
    left:50%;
    margin-left:-16px;
    top:0px;
    width:32px;
    height:32px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1NiUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 56%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(56%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 56%,rgba(255,255,255,0) 100%);
    background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 56%,rgba(255,255,255,0) 100%);
    background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 56%,rgba(255,255,255,0) 100%);
    background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 56%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}

.notes_holder {
    position:fixed;
    left:92px;
    bottom:0px;
    width:1024px;
    height:48px;
}
.notes_holder .note {
    position: relative;
    height: 48px;
    margin:0 10px;
    cursor: pointer;
    vertical-align: bottom;
    display:inline-block;
    opacity:0.8;
    transform: scale(0.8) translate(0, 7px);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1NiUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center bottom, ellipse cover,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 56%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(radial, center bottom, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(56%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-radial-gradient(center bottom, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 56%,rgba(255,255,255,0) 100%);
    background: -o-radial-gradient(center bottom, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 56%,rgba(255,255,255,0) 100%);
    background: -ms-radial-gradient(center bottom, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 56%,rgba(255,255,255,0) 100%);
    background: radial-gradient(ellipse at center bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 56%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );

    transition: opacity 0.5s, transform 0.5s;
}
.notes_holder .note img {
    height:48px;
}

.notes_holder .note.current, .notes_holder .note:hover {
    opacity: 1;
    transform: scale(1) translate(0, 0);
    transition: opacity 0.5s, transform 0.5s;
}

.notes_holder .note img {
}

.play_pause {
    position:absolute;
    cursor:pointer;
    right:0px;
    top:0px;
    width:64px;
    height:64px;
    background-image: url(/images/play_pause.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.play_pause.stop {
    background-position: 0 -64px;
}

.page-albums {
    text-align: center;
}
.page-album {
    width:205px;
    height: 205px;
    display: inline-block;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
}
.page-album-image {
    position: relative;
    z-index: 0;
}
.page-album-border {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width:205px;
    height:205px;
    background: url(/images/image_border.png) no-repeat;
}
.page-album-title {
    text-align: center;
    height: 50px;
    font-family: edisson;
    font-size: 22px;
}

/***************
runWindow Classes
***************/
.scroll-wnd {
    height:auto;
    padding:119px 0 0 0;
    background:url(../images/scroll-top.png) no-repeat 50% top;
}
.scroll-body {
    padding:0 0 50px 0;
    margin:0 0 30px 0;
    position:relative;
    background:url(../images/scroll-tile.png) repeat-y 50% top;
    height:auto;
    transition: height 1s;
    -moz-transition: height 1s;
    -webkit-transition: height 1s;
}
.scroll-footer {
    background:url(../images/scroll-bottom.png) no-repeat 50% bottom;
    height:60px;
    position:absolute;
    bottom:-30px;
    left:0px;
    width:100%;
}
.scroll-wnd .scroll-buttons {
    position:absolute;
    top:-95px;
    right:40px;
}
.scroll-buttons a {
    opacity:0.7;
    transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}
.scroll-buttons a:hover {
    opacity:1;
    transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}
.scroll-head {
}
.scroll-head h1 {
    height:55px;
    font:65px 'lombardina', serif;
    text-align: center;
    padding:4px 0 30px;
    margin:0 45px;
    background:url(../images/hr02.png) no-repeat center bottom;
}
.mywnd {
    position:absolute;
    z-index:555;
    left:0;
    top:0;
}
.show_wnd {
    background:#fefefe;
    border:2px solid #295039;
    border-radius:5px;
}
.scroll-title {
    padding:4px 20px 4px 7px;
    font:bold 12px Arial, sans-serif;
    position:relative;
}
.closeLink {
    color:#295039;
    position:absolute;
    right:4px;
    top:50%;
    margin-top:-12px;
    font-size:20px;
    text-decoration: none;
}

.scroll-content {
    margin:0 60px;
    padding: 15px 0;
    font: 18px 'cambria', sans-serif;
    transition: height 1s;
    -moz-transition: height 1s;
    -webkit-transition: height 1s;
}

.scroll-footer button {
    position:relative;
    background:url(../images/post-stamp.png) no-repeat 50% top;
    font: 40px 'chibrush', sans-serif;
    color: #B42524;
    padding:18px 30px 62px;
    text-shadow: -2px -2px 0 #851718;
    margin-top:-16px;
    border:none;

    transition: color 0.5s;
    -moz-transition: color 0.5s;
    -webkit-transition: color 0.5s;
}
.scroll-footer button:hover {
    color:#CC0000;
    transition: color 0.5s;
    -moz-transition: color 0.5s;
    -webkit-transition: color 0.5s;
}
.scroll-footer button:active {
    color:#ff0000;
}

.blackscreen {
    position:fixed;
    left:0px;
    top:0px;
    background: #000;
    width:100%;
    height:100%;
    z-index:554;
    opacity:0.4;
}

.davids-wnd .scroll-buttons {
    float:right;
}
.davids-wnd .scroll-buttons img {
    width:16px;
}
.davids-wnd .dialog_footer {
    padding:5px;
    border-top:1px solid #ccc;
    background: #FFF;
}
.davids-wnd .dialog_footer button {
    color:#000;
    background: #C5D1D8;
    padding:6px;
    text-shadow: -1px -1px 0px #fff;
}

.wnd_title {
    font-size:16px;
    font-weight:bold;
    margin:5px;
}
.davids-wnd .head {
    background:#FFF;
    font-size:18px;
    padding:5px;
    border-bottom: 1px solid #ccc;
}

 /* ==|== non-semantic helper classes ============;============================ */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (max-width: 1170px) {
    .container {
        width: fit-content;
    }
    .main-block .left_block {
        display: block;
        float: none;
        height: 55px;
        overflow: hidden;
        margin: 0 auto 20px;
        width: 100%;
        text-align: center;
    }
    .main-block .left_block:focus,
    .main-block .left_block:active {
        height: 100%;
        transition: height ease-out 500ms;
    }
    .main-block.site.index .left_block {
        display:block;
        float:none;
        margin-bottom:20px;
    }
    .main-block .left_block .left_menu {
        /* display:inline-block;
        vertical-align: top;
        margin: 0 15px 20px 0 !important; */
        margin: 0 auto;
        width: 100%;
    }
    .main-block .main {
        margin:0 auto;
    }
}

@media all and (-webkit-min-device-pixel-ratio:0) {
  /*здесь стили для хрома*/
}



/* ==|== print styles ======================================================= */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
