.redb{background-color: tomato}

div.jtable-main-container > div.jtable-title div.jtable-toolbar span.jtable-toolbar-item {
    background-color: transparent !important;
}
.g{
    background-color: green;
}
.y{
    background-color: yellow;
}
.r{
    background-color: #ff0000;
}


#AnyTime--Edit-time1, #AnyTime--Edit-time2{
    z-index: 1000;
}
.disabled{
    color: gray;
    font-size: small;
    font-style: italic;
}

div.gallery img {
    border: 0px none !important;
}
#jquery-lightbox {
    z-index: 1000 !important;
}
.bar {
    height: 18px;
    background: green;
}

.float_left{
    float: left;
}
.clear{
    clear: both;
}
.icon_filter{
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.icon_Money_Bag{
    position: absolute;
    bottom: 4px;
    right: 2px;
    cursor: pointer;
}

.icon_sprv{
    position: absolute;
    top: 4px;
    right: 2px;
    cursor: pointer;
}

.td_for_icon{
    position: relative;
}

.jtable-input-readonly{
    background-color:lightgray;
}
.font_b{
    font-weight: bold;
}

.ui-autocomplete {
    max-height: 500px;
    overflow-y: auto;
}

div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td {
    vertical-align: middle;
}
.cl_f_l_div{
    float: left;
    margin-left: 40px;
}

.cl_f_r_div{
    float: right;
}
.txtC{
    text-align: center;
}
.txtL{
    text-align: left;
}
.txtR{
    text-align: right;
}

.modal_div {
	width: 1000px; 
	height: 500px; /* ������� ������ ���� ����������� */
	border-radius: 5px;
	border: 3px #000 solid;
	background: #fff;
	position: fixed; /* ����� ���� ���� � ������� ���� � ����� ����� */
	top: 45%; /* ��������� ������ 45%, ��������� 5% �������� ������ */
	left: 50%; /* �������� ������ ����� */
	margin-top: -300px;
	margin-left: -500px; /* ��� ��� ����� ��������� css, ��������� ����� � ����� ����� �������� ������ � ������ �������������� =) */
	display: none; /* � ������� ��������� ���� �� ������ ���� */
	opacity: 0; /* ��������� ��������� ��� ������������ */
	z-index: 5; /* ���� ������ ���� �������� ������� ���� */
	padding: 20px 10px;
        overflow: auto;
}
/* ������ ������� ��� ��� ��� � �����) */
.modal_close {
	width: 21px;
	height: 21px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	display: block;
}
/* �������� */
#overlay {
	z-index: 3; /* �������� ������ ���� ���� ����� ��������� �����, �� ���� ���� ���������� ���� */
	position: fixed; /* ������ ����������� ���� ���� */
	background-color: #000; /* ������ */
	opacity: 0.8; /* �� ������� ��������� */
	width: 100%; 
	height: 100%; /* �������� �� ���� ����� */
	top: 0; 
	left: 0; /* ������ � ����� 0, ������������ ��������! */
	cursor: pointer;
	display: none; /* � ������� ��������� �� ���) */
}

div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-add-command-button {
    background: url("/application/maxsite/templates/default/images/add-16.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 16px;
    opacity: 0.4;
    width: 16px;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-add-command-button:hover {
    opacity: 0.8;
}

div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-dtl-command-button {
    background: url("/application/maxsite/templates/default/images/dtl.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 16px;
    opacity: 0.4;
    width: 16px;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-dtl-command-button:hover {
    opacity: 0.8;
}	

div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-price-command-button {
    background: url("/application/maxsite/templates/default/images/price.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 16px;
    opacity: 0.4;
    width: 16px;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-price-command-button:hover {
    opacity: 0.8;
}	


div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-print-command-button {
    background: url("/application/maxsite/templates/default/images/print.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 16px;
    opacity: 0.4;
    width: 16px;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-print-command-button:hover {
    opacity: 0.8;
}

div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-money-command-button {
    background: url("/application/maxsite/templates/default/images/moneyadd.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 16px;
    opacity: 0.4;
    width: 16px;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-money-command-button:hover {
    opacity: 0.8;
}

div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-dtl-command-button {
    background: url("/application/maxsite/templates/default/images/dtl.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 16px;
    opacity: 0.4;
    width: 16px;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-dtl-command-button:hover {
    opacity: 0.8;
}


div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-avto-command-button {
    background: url("/application/maxsite/templates/default/images/avto.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 16px;
    opacity: 0.4;
    width: 16px;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-avto-command-button:hover {
    opacity: 0.8;
}	

div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-tel-command-button {
    background: url("/application/maxsite/templates/default/images/tel.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 16px;
    opacity: 0.4;
    width: 16px;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-tel-command-button:hover {
    opacity: 0.8;
}	

div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-home-command-button {
    background: url("/application/maxsite/templates/default/images/home.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 16px;
    opacity: 0.4;
    width: 16px;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-home-command-button:hover {
    opacity: 0.8;
}	


div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-opt-command-button {
    background: url("/application/maxsite/templates/default/images/opt.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 16px;
    opacity: 0.4;
    width: 16px;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-opt-command-button:hover {
    opacity: 0.8;
}	


.div_date{
    /*padding: 5px;*/
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.jtable-column-header{
    text-align: center !important;
}
.center{
    text-align: center;
}
.right{
    text-align: right;
}

.jtable-child-table-container{
    padding-left: 50px;
    padding-right: 50px;
}
.zpzg{
    font-family: fantasy;
    font-size: large;
    text-align: center;
}
.even{
    background-color: #E4E4E4;
}
@font-face{font-family:'grands';src:url('fonts/grands/grands.eot');src:url('fonts/grands/grands.eot?#iefix') format('embedded-opentype'),url('fonts/grands/grands.svg#Grands') format('svg'),url('fonts/grands/grands.woff') format('woff'),url('fonts/grands/grands.ttf') format('truetype');font-weight:normal;font-style:normal}body{color:#444}a{color:#447790}a:hover{color:#345a6d}a.curent-page-cat{font-weight:bold}div.page_content a:visited{color:#990099}h1{color:#447790}h1 a{color:#345a6d}h1 a:hover{color:#345a6d}h1.category{margin:0 0 15px 0;border-bottom:2px solid #DDD}body{background:#D9DFE2 url("../images/backgrounds/noise.png")}div.all{margin:0 auto;width:100%;/*max-width:1140px;*/background-color:#fff;-o-box-shadow:0 0 15px rgba(0,0,0,0.7);-webkit-box-shadow:0 0 15px rgba(0,0,0,0.7);-moz-box-shadow:0 0 15px rgba(0,0,0,0.7);box-shadow:0 0 15px rgba(0,0,0,0.7)}div.content{width:70%;float:left}div.content div.content-wrap{margin:20px 30px 30px 30px}@media (max-width:767px){div.content{width:100% !important;float:none !important;margin:0}div.content div.content-wrap{margin:10px 5px !important;padding:0 !important;border:none}}div.sidebar1{width:27%;float:right}div.sidebar1 div.sidebar1-wrap{padding:20px 0}@media (max-width:767px){div.sidebar1{width:100% !important;float:none !important}div.sidebar1 div.sidebar1-wrap{margin:0;padding:20px;background:#f0f0f0;border:none}}body.no-sidebar div.main{/*max-width:1140px*/}body.no-sidebar div.content{width:100%;float:none;margin:0}body.no-sidebar div.content div.content-wrap{margin:0;padding:20px 30px}body.left-sidebar div.content{float:right}body.left-sidebar div.content div.content-wrap{margin:20px 30px 30px 0px}body.left-sidebar div.sidebar1{float:left}body.left-sidebar div.sidebar1 div.sidebar1-wrap{padding:20px 0 0 30px}div.MainMenu{height:40px}div.MainMenu ul.menu li{height:40px;line-height:40px}div.MainMenu ul.menu>li>a{text-transform:uppercase;font-size:12px;padding:0 15px;-webkit-transition:background 0.3s 0s ease-out;-moz-transition:background 0.3s 0s ease-out;-ms-transition:background 0.3s 0s ease-out;-o-transition:background 0.3s 0s ease-out;transition:background 0.3s 0s ease-out;color:#D7E3E9;height:40px;line-height:40px;margin-right:1px}div.MainMenu ul.menu>li.selected>a,div.MainMenu ul.menu>li>a:hover{background-color:rgba(10,10,10,0.2);color:#fff}div.MainMenu ul.menu li.group ul li>a{-webkit-transition:background-color 0.3s 0s ease-out;-moz-transition:background-color 0.3s 0s ease-out;-ms-transition:background-color 0.3s 0s ease-out;-o-transition:background-color 0.3s 0s ease-out;transition:background-color 0.3s 0s ease-out;font-size:12px}div.MainMenu ul.menu li.group>a span{background:url("../images/bullets/menu-down-gray.png") no-repeat right center}div.MainMenu ul.menu li.group>a span:hover{background:url("../images/bullets/menu-down-light.png") no-repeat right center}div.MainMenu ul.menu li.group ul li.group>a span{background:url("../images/bullets/menu-down-right.png") no-repeat right center}div.MainMenu ul.menu li.group ul{-o-box-shadow:0px 3px 3px rgba(0,0,0,0.4);-webkit-box-shadow:0px 3px 3px rgba(0,0,0,0.4);-moz-box-shadow:0px 3px 3px rgba(0,0,0,0.4);box-shadow:0px 3px 3px rgba(0,0,0,0.4);background-color:#ddd}div.MainMenu2 ul{z-index:9}div.MainMenu3 ul{z-index:8}.message{margin:0 0 10px 0;padding:15px 10px 15px 70px;min-height:32px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;background:#E9E9E9;color:#505050;font-weight:bold}.message.ok{background:#58B158 url("../images/icons/ok.png") no-repeat 15px center;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);filter:dropshadow(color=rgba(0,0,0,0.25),offx=0,offy=-1px)}.message.ok.small{background-image:url("../images/icons/small/ok.png")}.message.note{background:#44AAC8 url("../images/icons/note.png") no-repeat 15px center;color:#111}.message.note.small{background-image:url("../images/icons/small/note.png")}.message.alert{background:#F89406 url("../images/icons/alert.png") no-repeat 15px center;color:#fff}.message.alert.small{background-image:url("../images/icons/small/alert.png")}.message.idea{background:#FAF6AC url("../images/icons/idea.png") no-repeat 15px center;color:#111}.message.idea.small{background-image:url("../images/icons/small/idea.png")}.message.error{background:#D64B45 url("../images/icons/error.png") no-repeat 15px center;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);filter:dropshadow(color=rgba(0,0,0,0.25),offx=0,offy=-1px)}.message.error.small{background-image:url("../images/icons/small/error.png")}.message.about{background:#EAEAEA url("../images/icons/about.png") no-repeat 15px center;color:#111}.message.about.small{background-image:url("../images/icons/small/about.png")}.message.mail{background:#EAEAEA url("../images/icons/mail.png") no-repeat 15px center;color:#111}.message.mail.small{background-image:url("../images/icons/small/mail.png")}.message.home{background:#EAEAEA url("../images/icons/home.png") no-repeat 15px center;color:#111}.message.home.small{background-image:url("../images/icons/small/home.png")}.message.question{background:#EAEAEA url("../images/icons/question.png") no-repeat 15px center;color:#111}.message.question.small{background-image:url("../images/icons/small/question.png")}.message.noicon{background-image:none;padding:10px;min-height:0}.message.small{min-height:20px;padding:7px 10px 7px 50px;background-position:10px center;background-repeat:no-repeat}span.label{background-color:#999;color:#fff;display:inline-block;text-shadow:0 -1px 0 rgba(0,0,0,0.25);filter:dropshadow(color=rgba(0,0,0,0.25),offx=0,offy=-1px);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding:0 5px}span.label.default{background-color:#999;color:#fff}span.label.success{background-color:#468847;color:#fff}span.label.warning{background-color:#F89406;color:#fff}span.label.important{background-color:#B94A48;color:#fff}span.label.info{background-color:#3A87AD;color:#fff}span.label.inverse{background-color:#333;color:#fff}.dropdown-menu{position:absolute;z-index:9999999;display:none}.dropdown-menu ul{min-width:100px;list-style:none;background:#FFF;border:solid 1px #DDD;border:solid 1px rgba(0,0,0,0.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;box-shadow:0 5px 10px rgba(0,0,0,0.2);overflow:visible;padding:4px 0;margin:0}.dropdown-menu.has-tip{margin-top:8px}.dropdown-menu.has-tip:before{position:absolute;top:-6px;left:9px;content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #CCC;border-bottom-color:rgba(0,0,0,0.2);display:inline-block}.dropdown-menu.has-tip.anchor-right:before{left:auto;right:9px}.dropdown-menu.has-tip:after{position:absolute;top:-5px;left:10px;content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #FFF;display:inline-block}.dropdown-menu.has-tip.anchor-right:after{left:auto;right:10px}.dropdown-menu.has-scroll ul{max-height:358px;overflow:auto}.dropdown-menu li{list-style:none;padding:0;margin:0;line-height:18px}.dropdown-menu li>a,.dropdown-menu label{display:block;color:#555;text-decoration:none;line-height:18px;padding:3px 15px;white-space:nowrap}.dropdown-menu li>a:hover,.dropdown-menu label:hover{background-color:#08C;color:#FFF;cursor:pointer}.dropdown-menu .divider{height:1px;background:#E5E5E5;margin:5px 1px;overflow:hidden}div.columns{margin-right:-30px}div.columns div.column-content{overflow:hidden;margin-right:30px;margin-bottom:20px}div.box{display:table;width:100%;border-collapse:collapse}div.box div.row{display:table-row}div.box div.row div.cell{display:table-cell;vertical-align:top}div.onerow .col{float:left;margin-left:3%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}div.onerow .col img.thumb{width:100%}div.onerow .col:first-of-type{margin-left:0}div.onerow .w1-1{width:100%}div.onerow .w1-2{width:48.5%}div.onerow .w1-3{width:31.333333333333%}div.onerow .w2-3{width:65.666666666667%}div.onerow .w1-4{width:22.75%}div.onerow .w2-4{width:48.5%}div.onerow .w3-4{width:74.25%}div.onerow .w1-5{width:17.6%}div.onerow .w2-5{width:38.2%}div.onerow .w3-5{width:58.8%}div.onerow .w4-5{width:79.4%}div.onerow .w1-6{width:14.166666666667%}div.onerow .w2-6{width:31.333333333333%}div.onerow .w3-6{width:48.5%}div.onerow .w4-6{width:65.666666666667%}div.onerow .w5-6{width:82.833333333333%}div.onerow .w1-7{width:11.714285714286%}div.onerow .w2-7{width:26.428571428571%}div.onerow .w3-7{width:41.142857142857%}div.onerow .w4-7{width:55.857142857143%}div.onerow .w5-7{width:70.571428571429%}div.onerow .w6-7{width:85.285714285714%}div.onerow .w1-8{width:9.875%}div.onerow .w2-8{width:22.75%}div.onerow .w3-8{width:35.625%}div.onerow .w4-8{width:48.5%}div.onerow .w5-8{width:61.375%}div.onerow .w6-8{width:74.25%}div.onerow .w7-8{width:87.125%}button,input[type="submit"]{display:inline-block;padding:4px 12px;border:1px solid #bbb;*border:0;border-bottom-color:#a2a2a2;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;text-align:center;text-shadow:0 1px 1px rgba(255,255,255,0.75);filter:dropshadow(color=rgba(255,255,255,0.75),offx=0,offy=1px);vertical-align:middle;cursor:pointer;-o-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);-o-box-shadow:param inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05) 3px #888;-webkit-box-shadow:param inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05) 3px #888;-moz-box-shadow:param inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05) 3px #888;box-shadow:param inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05) 3px #888;background-color:#e6e6e6;background-repeat:repeat-x;background-image:-khtml-gradient(linear,left top,left bottom,from(#fff),to(#e6e6e6));background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-image:-ms-linear-gradient(top,#fff,#e6e6e6);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(top,#fff,#e6e6e6)}button:hover,input[type="submit"]:hover{color:#333;text-decoration:none;background-color:#e6e6e6;*background-color:#d9d9d9;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-ms-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}button:active,input[type="submit"]:active{background-color:#e6e6e6;background-color:#d9d9d9 \9;background-image:none;outline:0;-o-box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);-o-box-shadow:param inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05) 3px #888;-webkit-box-shadow:param inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05) 3px #888;-moz-box-shadow:param inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05) 3px #888;box-shadow:param inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05) 3px #888}div.cell.c1{width:115px;padding-top:5px}div.cell.c3{width:215px;padding-top:10px;text-align:right}div.home_header{font-size:24px;margin:10px 0 10px 0}div.type_home_cat_block div.header_home_cat{background-color:#D9E2E7}div.page_other_pages_header,div.page_comments_count,div.leave_a_comment{padding:5px 10px;margin:10px 0;background-color:#D9E2E7}div.page_other_pages_header a,div.page_comments_count a,div.leave_a_comment a{color:#0E5172}div.type_loginform div.loginform p.header{background-color:#D9E2E7;color:#0E5172}div.sitemap ul{list-style-type:none}div.sitemap ul ul{list-style-type:circle}div.widget div.w0{margin:0 30px 30px 0}div.widget div.widget_header,div.widget h2.box{font-size:18px;margin:0 0 10px 0;padding-bottom:10px;color:#6A7C85;border-bottom:#8D9AA0 1px dotted}div.date-menu div.r1{float:left;margin-left:3%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:26.428571428571%;padding:8px 0 0 30px}div.date-menu div.r1:first-of-type{margin-left:0}div.date-menu div.r2{float:left;margin-left:3%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:70.571428571429%}div.date-menu div.r2:first-of-type{margin-left:0}div.date-menu div.r2 div.MainMenu>div.wrap{border:none}
div.date-menu div.r2 div.MainMenu ul.menu{float:right}@media (max-width:767px){div.date-menu div.r1{width:auto}div.date-menu div.r2{width:auto;float:right}}div.date-menu{background-color:#395766}div.date-menu div.r1{color:#fff}div.date-menu2 div.r1{float:left;margin-left:3%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:26.428571428571%;padding:8px 0 0 30px}div.date-menu2 div.r1:first-of-type{margin-left:0}div.date-menu2 div.r2{float:left;margin-left:3%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:70.571428571429%}div.date-menu2 div.r2:first-of-type{margin-left:0}div.date-menu2 div.r2 div.MainMenu2>div.wrap{border:none}div.date-menu2 div.r2 div.MainMenu2 ul.menu{float:right}@media (max-width:767px){div.date-menu2 div.r1{width:auto}div.date-menu2 div.r2{width:auto;float:right}}div.date-menu2{background-color:#395766}div.date-menu2 div.r1{color:#fff}div.date-menu2 div.r2 div.MainMenu2 ul.menu>li>a{color:#fff}div.footer-3-sidebars>div.wrap{width:100%;margin:0 auto;/*max-width:1140px;*/padding:30px 30px 0 30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}div.footer-3-sidebars div.footer-sidebar1{float:left;margin-left:3%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:31.333333333333%}div.footer-3-sidebars div.footer-sidebar1:first-of-type{margin-left:0}div.footer-3-sidebars div.footer-sidebar2{float:left;margin-left:3%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:31.333333333333%}div.footer-3-sidebars div.footer-sidebar2:first-of-type{margin-left:0}div.footer-3-sidebars div.footer-sidebar3{float:left;margin-left:3%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:31.333333333333%}div.footer-3-sidebars div.footer-sidebar3:first-of-type{margin-left:0}@media (max-width:767px){div.footer-3-sidebars div.footer-sidebar1,div.footer-3-sidebars div.footer-sidebar2,div.footer-3-sidebars div.footer-sidebar3{float:none;margin:0;width:100%;padding:0}div.footer-3-sidebars div.footer-sidebar1>div.wrap,div.footer-3-sidebars div.footer-sidebar2>div.wrap,div.footer-3-sidebars div.footer-sidebar3>div.wrap{margin:10px}}div.footer-3-sidebars>div.wrap{background-color:#D9E2E7;border-top:#CFD7DC 2px solid}div.footer-4-sidebars>div.wrap{width:100%;margin:0 auto;/*max-width:1140px;*/padding:30px 30px 0 30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}div.footer-4-sidebars div.footer-sidebar1{float:left;margin-left:3%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:22.75%}div.footer-4-sidebars div.footer-sidebar1:first-of-type{margin-left:0}div.footer-4-sidebars div.footer-sidebar2{float:left;margin-left:3%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:22.75%}div.footer-4-sidebars div.footer-sidebar2:first-of-type{margin-left:0}div.footer-4-sidebars div.footer-sidebar3{float:left;margin-left:3%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:22.75%}div.footer-4-sidebars div.footer-sidebar3:first-of-type{margin-left:0}div.footer-4-sidebars div.footer-sidebar4{float:left;margin-left:3%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:22.75%}div.footer-4-sidebars div.footer-sidebar4:first-of-type{margin-left:0}@media (max-width:767px){div.footer-4-sidebars div.footer-sidebar1,div.footer-4-sidebars div.footer-sidebar2,div.footer-4-sidebars div.footer-sidebar3,div.footer-4-sidebars div.footer-sidebar4{float:none;margin:0;width:100%;padding:0}div.footer-4-sidebars div.footer-sidebar1>div.wrap,div.footer-4-sidebars div.footer-sidebar2>div.wrap,div.footer-4-sidebars div.footer-sidebar3>div.wrap,div.footer-4-sidebars div.footer-sidebar4>div.wrap{margin:10px}}div.footer-4-sidebars>div.wrap{background-color:#D9E2E7;border-top:#CFD7DC 2px solid}div.footer-5-sidebars>div.wrap{width:100%;margin:0 auto;/*max-width:1140px;*/padding:30px 30px 0 30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}div.footer-5-sidebars div.footer-sidebar1{float:left;margin-left:3%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:17.6%}div.footer-5-sidebars div.footer-sidebar1:first-of-type{margin-left:0}div.footer-5-sidebars div.footer-sidebar2{float:left;margin-left:3%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:17.6%}div.footer-5-sidebars div.footer-sidebar2:first-of-type{margin-left:0}div.footer-5-sidebars div.footer-sidebar3{float:left;margin-left:3%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:17.6%}div.footer-5-sidebars div.footer-sidebar3:first-of-type{margin-left:0}div.footer-5-sidebars div.footer-sidebar4{float:left;margin-left:3%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:17.6%}div.footer-5-sidebars div.footer-sidebar4:first-of-type{margin-left:0}div.footer-5-sidebars div.footer-sidebar5{float:left;margin-left:3%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:17.6%}div.footer-5-sidebars div.footer-sidebar5:first-of-type{margin-left:0}@media (max-width:767px){div.footer-5-sidebars div.footer-sidebar1,div.footer-5-sidebars div.footer-sidebar2,div.footer-5-sidebars div.footer-sidebar3,div.footer-5-sidebars div.footer-sidebar4,div.footer-5-sidebars div.footer-sidebar5{float:none;margin:0;width:100%;padding:0}div.footer-5-sidebars div.footer-sidebar1>div.wrap,div.footer-5-sidebars div.footer-sidebar2>div.wrap,div.footer-5-sidebars div.footer-sidebar3>div.wrap,div.footer-5-sidebars div.footer-sidebar4>div.wrap,div.footer-5-sidebars div.footer-sidebar5>div.wrap{margin:10px}}div.footer-5-sidebars>div.wrap{background-color:#D9E2E7;border-top:#CFD7DC 2px solid}div.footer-copy-stat{width:100%;margin:0 auto;/*max-width:1140px;*/font-size:12px;text-align:center}div.footer-copy-stat>div.wrap{padding:10px 0}div.footer-copy-stat{background-color:#395766;color:#ccc}div.footer-copy-stat a{color:#ccc}div.image-nivo-slider{margin:0 auto}.nivoSlider{position:relative;width:100%;height:auto;overflow:hidden}.nivoSlider img{position:absolute;top:0;left:0;max-width:none}.nivo-main-image{display:block !important;position:relative !important;width:100% !important}.nivoSlider a.nivo-imageLink{position:absolute;top:0;left:0;width:100%;height:100%;border:0;padding:0;margin:0;z-index:6;display:none;background:white;filter:alpha(opacity=0);opacity:0}.nivo-slice{display:block;position:absolute;z-index:5;height:100%;top:0}.nivo-box{display:block;position:absolute;z-index:5;overflow:hidden}.nivo-box img{display:block}.nivo-directionNav a{position:absolute;top:45%;z-index:9;cursor:pointer;padding:10px 5px;background:#444;color:white;text-decoration:none;opacity:0.1}.nivo-directionNav a:hover{opacity:0.7;color:white}.nivo-prevNav{left:0px;border-radius:0 5px 5px 0}.nivo-nextNav{right:0px;border-radius:5px 0 0 5px}.nivo-controlNav{text-align:center;padding:15px 0}.nivo-controlNav a{cursor:pointer}.nivo-controlNav a.active{font-weight:bold}div.image-nivo-slider{margin:0 30px}body.no-sidebar div.image-nivo-slider{max-width:1140px}div.image-rand>div.wrap{margin:0 30px}div.image-rand img{width:100%;height:auto}div.image-select>div.wrap{margin:0 30px}div.image-select img{width:100%;height:auto}div.jcarousel-component{width:100%}div.jcarousel-component>div.wrap{margin:40px 50px 0 50px;position:relative;padding:20px;background-color:#fff;border:#ddd 1px solid;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;box-shadow:0 0 2px #999}div.jcarousel-component div.jcarousel{position:relative;overflow:hidden;height:350px}div.jcarousel-component div.jcarousel ul.jcarousel-list{width:20000em;position:absolute;list-style:none;margin:0;padding:0}div.jcarousel-component div.jcarousel li{float:left;margin:0 5px;padding:10px;border:#ddd 1px solid;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;text-align:center;background-color:#eee}div.jcarousel-component div.jcarousel li img{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}div.jcarousel-component div.jcarousel li p{margin:7px 0 0 0}div.jcarousel-component .prev,div.jcarousel-component .next{position:absolute;top:150px;display:block;width:30px;height:30px;text-align:center;background:#444;color:#fff;text-decoration:none;text-shadow:0 0 1px #000;font:24px/27px Arial,sans-serif;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;box-shadow:0 0 2px #999}div.jcarousel-component .prev{left:-40px}div.jcarousel-component .next{right:-40px}div.jcarousel-component .prev:hover,div.jcarousel-component .next:hover{background-color:#555}div.jcarousel-component .jcarousel-pagination a{display:inline-block;margin:10px 5px 0 0;padding:3px 7px;text-align:center;background-color:#444;color:#fff;text-decoration:none}div.jcarousel-component .jcarousel-pagination a:hover{background-color:#555}@media (max-width:767px){div.jcarousel-component{display:none}}div.logo-block div.r1{width:auto;float:left;padding:35px 0 20px 0}div.logo-block div.r1 img{margin:0 0 0 30px}div.logo-block div.r2{width:auto;float:right;padding:35px 30px 0 0}div.logo-ns-descr-banner div.r1{float:left;margin-left:3%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:7.3%;padding:35px 0 0 0}div.logo-ns-descr-banner div.r1:first-of-type{margin-left:0}div.logo-ns-descr-banner div.r1 img{margin:0px 0 0 30px}div.logo-ns-descr-banner div.r2{float:left;margin-left:3%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:58.8%;padding:35px 0 20px 0}div.logo-ns-descr-banner div.r2:first-of-type{margin-left:0}div.logo-ns-descr-banner div.r2 div.name_site{font-family:Georgia,"Times New Roman",serif;font-size:45px;font-style:italic;margin:0;line-height:1em}div.logo-ns-descr-banner div.r2 div.name_site a{text-decoration:none}div.logo-ns-descr-banner div.r2 div.description_site{margin:10px 0 0 0;font-variant:small-caps;font-size:15px}div.logo-ns-descr-banner div.r3{float:left;margin-left:3%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:27.9%}div.logo-ns-descr-banner div.r3:first-of-type{margin-left:0}@media (max-width:767px){div.logo-ns-descr-banner>div.wrap{margin:0;padding:10px 0 0 0}div.logo-ns-descr-banner div.r1{width:auto;float:left}div.logo-ns-descr-banner div.r1 img{margin:0}div.logo-ns-descr-banner div.r2{float:left;width:auto}div.logo-ns-descr-banner div.r3{float:none;width:100%}}div.logo-ns-descr-banner div.r2 div.name_site{color:#395766;text-shadow:1px 1px 1px #aaa;filter:dropshadow(color=#aaaaaa,offx=1px,offy=1px)}div.logo-ns-descr-banner div.r2 div.description_site{color:#888}div.logo-ns-descr-icons div.r1{float:left;margin-left:3%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:7.3%;padding:35px 0 0 0}div.logo-ns-descr-icons div.r1:first-of-type{margin-left:0}div.logo-ns-descr-icons div.r1 img{margin:0 0 0 30px}div.logo-ns-descr-icons div.r2{float:left;margin-left:3%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:58.8%;padding:35px 0 20px 0}div.logo-ns-descr-icons div.r2:first-of-type{margin-left:0}div.logo-ns-descr-icons div.r2 div.name_site{font-family:Georgia,"Times New Roman",serif;font-size:45px;font-style:italic;margin:0;line-height:1em}div.logo-ns-descr-icons div.r2 div.name_site a{text-decoration:none}div.logo-ns-descr-icons div.r2 div.description_site{margin:10px 0 0 0;font-variant:small-caps;font-size:15px}div.logo-ns-descr-icons div.r3{float:left;margin-left:3%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:27.9%;padding:30px 0 0 0}div.logo-ns-descr-icons div.r3:first-of-type{margin-left:0}div.logo-ns-descr-icons div.r3 div.social{text-align:right}div.logo-ns-descr-icons div.r3 div.social a{padding:1px;margin:0 0 3px 3px;display:inline-block;text-decoration:none;font-size:25px;height:25px;line-height:25px;width:25px;font-family:grands}div.logo-ns-descr-icons div.r3 div.social a:before{content:"\e00b"}div.logo-ns-descr-icons div.r3 div.social a.rss:before{content:"\e00c"}div.logo-ns-descr-icons div.r3 div.social a.twitter:before{content:"\e005"}div.logo-ns-descr-icons div.r3 div.social a.facebook:before{content:"\e021"}div.logo-ns-descr-icons div.r3 div.social a.gplus:before{content:"\e01b"}div.logo-ns-descr-icons div.r3 div.social a.github:before{content:"\e01d"}div.logo-ns-descr-icons div.r3 div.social a.skype:before{content:"\e00a"}div.logo-ns-descr-icons div.r3 div.social a.vkontakte:before{content:"\e002"}
div.logo-ns-descr-icons div.r3 div.social a.blogger:before{content:"\e025"}div.logo-ns-descr-icons div.r3 div.social a.dropbox:before{content:"\e024"}div.logo-ns-descr-icons div.r3 div.social a.evernote:before{content:"\e022"}div.logo-ns-descr-icons div.r3 div.social a.last_fm:before{content:"\e017"}div.logo-ns-descr-icons div.r3 div.social a.linked_in:before{content:"\e015"}div.logo-ns-descr-icons div.r3 div.social a.mail:before{content:"\e023"}div.logo-ns-descr-icons div.r3 div.social a.odnoklassniki:before{content:"\e014"}div.logo-ns-descr-icons div.r3 div.social a.vimeo:before{content:"\e004"}div.logo-ns-descr-icons div.r3 div.social a.youtube:before{content:"\e000"}div.logo-ns-descr-icons div.r3 div.social a.email:before{content:"\e023"}div.logo-ns-descr-icons div.r3 div.social a:hover{background-color:transparent;color:#000}div.logo-ns-descr-icons div.r3 div.social a.rss:hover{color:#E66000}div.logo-ns-descr-icons div.r3 div.social a.twitter:hover{color:#33CCFF}div.logo-ns-descr-icons div.r3 div.social a.facebook:hover{color:#3B5998}div.logo-ns-descr-icons div.r3 div.social a.gplus:hover{color:#DD4B39}div.logo-ns-descr-icons div.r3 div.social a.github:hover{color:#4183C4}div.logo-ns-descr-icons div.r3 div.social a.skype:hover{color:#00AFF0}div.logo-ns-descr-icons div.r3 div.social a.vkontakte:hover{color:#496C93}div.logo-ns-descr-icons div.r3 div.social a.blogger:hover{color:#FA9D3C}div.logo-ns-descr-icons div.r3 div.social a.dropbox:hover{color:#1F8CE6}div.logo-ns-descr-icons div.r3 div.social a.evernote:hover{color:#6FB536}div.logo-ns-descr-icons div.r3 div.social a.last_fm:hover{color:#D51007}div.logo-ns-descr-icons div.r3 div.social a.linked_in:hover{color:#0E5D86}div.logo-ns-descr-icons div.r3 div.social a.mail:hover{color:#F7A600}div.logo-ns-descr-icons div.r3 div.social a.odnoklassniki:hover{color:#E77B19}div.logo-ns-descr-icons div.r3 div.social a.vimeo:hover{color:#1AB7EA}div.logo-ns-descr-icons div.r3 div.social a.youtube:hover{color:#FF3333}div.logo-ns-descr-icons div.r3 div.social a.email:hover{color:#F14A29}div.logo-ns-descr-icons div.r3 div.social{padding:20px 30px 0 0}@media (max-width:767px){div.logo-ns-descr-icons>div.wrap{margin:0;padding:10px 0 0 0}div.logo-ns-descr-icons div.r1{width:auto;float:left}div.logo-ns-descr-icons div.r1 img{margin:0}div.logo-ns-descr-icons div.r2{float:left;width:auto}div.logo-ns-descr-icons div.r3{display:none}}div.logo-ns-descr-icons div.r2 div.name_site{color:#395766;text-shadow:1px 1px 1px #aaa;filter:dropshadow(color=#aaaaaa,offx=1px,offy=1px)}div.logo-ns-descr-icons div.r2 div.description_site{color:#888}div.logo-ns-descr-icons div.r3 div.social a{color:#395766;background-color:transparent}div.logo-ns-descr-random-text div.r1{float:left;margin-left:3%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:7.3%;padding:35px 0 0 0}div.logo-ns-descr-random-text div.r1:first-of-type{margin-left:0}div.logo-ns-descr-random-text div.r1 img{margin:0 0 0 30px}div.logo-ns-descr-random-text div.r2{float:left;margin-left:3%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:58.8%;padding:35px 0 20px 0}div.logo-ns-descr-random-text div.r2:first-of-type{margin-left:0}div.logo-ns-descr-random-text div.r2 div.name_site{margin:0;line-height:1em;font-family:Georgia,"Times New Roman",serif;font-size:45px;font-style:italic}div.logo-ns-descr-random-text div.r2 div.name_site a{text-decoration:none}div.logo-ns-descr-random-text div.r2 div.description_site{font-style:italic;margin:10px 0 0 0}div.logo-ns-descr-random-text div.r3{float:left;margin-left:3%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:27.9%}div.logo-ns-descr-random-text div.r3:first-of-type{margin-left:0}div.logo-ns-descr-random-text div.r3 div.random-text{font-size:13px;text-align:right;margin-right:30px;padding:35px 0 20px 0}div.logo-ns-descr-random-text div.r3 div.random-text div.author{font-style:italic}@media (max-width:767px){div.logo-ns-descr-random-text>div.wrap{margin:0;padding:10px 0 0 0}div.logo-ns-descr-random-text div.r1{width:auto;float:left}div.logo-ns-descr-random-text div.r1 img{margin:0}div.logo-ns-descr-random-text div.r2{float:left;width:auto}div.logo-ns-descr-random-text div.r3{display:none}}div.logo-ns-descr-random-text div.r2 div.name_site{color:#395766;text-shadow:1px 1px 1px #aaa;filter:dropshadow(color=#aaaaaa,offx=1px,offy=1px)}div.logo-ns-descr-random-text div.r2 div.description_site{color:#888}div.logo-ns-descr-random-text div.r3 div.random-text{color:#777}div.menu-icons div.r1{float:left;margin-left:3%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:70.571428571429%}div.menu-icons div.r1:first-of-type{margin-left:0}div.menu-icons div.r2{float:left;margin-left:3%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:26.428571428571%}div.menu-icons div.r2:first-of-type{margin-left:0}div.menu-icons div.r2 div.social{text-align:right}div.menu-icons div.r2 div.social a{padding:1px;margin:0 0 3px 3px;display:inline-block;text-decoration:none;font-size:25px;height:25px;line-height:25px;width:25px;font-family:grands}div.menu-icons div.r2 div.social a:before{content:"\e00b"}div.menu-icons div.r2 div.social a.rss:before{content:"\e00c"}div.menu-icons div.r2 div.social a.twitter:before{content:"\e005"}div.menu-icons div.r2 div.social a.facebook:before{content:"\e021"}div.menu-icons div.r2 div.social a.gplus:before{content:"\e01b"}div.menu-icons div.r2 div.social a.github:before{content:"\e01d"}div.menu-icons div.r2 div.social a.skype:before{content:"\e00a"}div.menu-icons div.r2 div.social a.vkontakte:before{content:"\e002"}div.menu-icons div.r2 div.social a.blogger:before{content:"\e025"}div.menu-icons div.r2 div.social a.dropbox:before{content:"\e024"}div.menu-icons div.r2 div.social a.evernote:before{content:"\e022"}div.menu-icons div.r2 div.social a.last_fm:before{content:"\e017"}div.menu-icons div.r2 div.social a.linked_in:before{content:"\e015"}div.menu-icons div.r2 div.social a.mail:before{content:"\e023"}div.menu-icons div.r2 div.social a.odnoklassniki:before{content:"\e014"}div.menu-icons div.r2 div.social a.vimeo:before{content:"\e004"}div.menu-icons div.r2 div.social a.youtube:before{content:"\e000"}div.menu-icons div.r2 div.social a.email:before{content:"\e023"}div.menu-icons div.r2 div.social a:hover{background-color:#bbb;color:#fff}div.menu-icons div.r2 div.social a.rss:hover{background-color:#E66000}div.menu-icons div.r2 div.social a.twitter:hover{background-color:#33CCFF}div.menu-icons div.r2 div.social a.facebook:hover{background-color:#3B5998}div.menu-icons div.r2 div.social a.gplus:hover{background-color:#DD4B39}div.menu-icons div.r2 div.social a.github:hover{background-color:#4183C4}div.menu-icons div.r2 div.social a.skype:hover{background-color:#00AFF0}div.menu-icons div.r2 div.social a.vkontakte:hover{background-color:#496C93}div.menu-icons div.r2 div.social a.blogger:hover{background-color:#FA9D3C}div.menu-icons div.r2 div.social a.dropbox:hover{background-color:#1F8CE6}div.menu-icons div.r2 div.social a.evernote:hover{background-color:#6FB536}div.menu-icons div.r2 div.social a.last_fm:hover{background-color:#D51007}div.menu-icons div.r2 div.social a.linked_in:hover{background-color:#0E5D86}div.menu-icons div.r2 div.social a.mail:hover{background-color:#F7A600}div.menu-icons div.r2 div.social a.odnoklassniki:hover{background-color:#E77B19}div.menu-icons div.r2 div.social a.vimeo:hover{background-color:#1AB7EA}div.menu-icons div.r2 div.social a.youtube:hover{background-color:#FF3333}div.menu-icons div.r2 div.social a.email:hover{background-color:#F14A29}div.menu-icons div.r2 div.social a{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}div.menu-icons div.r2 div.social{padding:5px 10px 0 0}@media (max-width:767px){div.menu-icons div.r1,div.menu-icons div.r2{width:100%;margin:0}div.menu-icons div.r2 div.social{padding:4px 0 0 10px;text-align:left}}div.menu-icons{background-color:#395766}div.menu-icons div.r2 div.social a{color:#ddd;background-color:transparent}div.menu-login div.r1{float:left;margin-left:3%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:70.571428571429%}div.menu-login div.r1:first-of-type{margin-left:0}div.menu-login div.r2{float:left;margin-left:3%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:26.428571428571%;padding:7px 0 0 0}div.menu-login div.r2:first-of-type{margin-left:0}div.menu-login div.r2 a.dropdown{display:inline-block;margin-right:5px;float:right;text-decoration:none}div.menu-login div.r2 form{padding:10px 15px 0 15px;width:200px}div.menu-login div.r2 form input{width:195px}div.menu-login div.r2 form span.registration{display:inline-block;float:right}@media (max-width:767px){div.menu-login div.r1{width:100%;float:none}div.menu-login div.r1 div.MainMenu{height:auto}div.menu-login div.r2{float:none;width:auto}div.menu-login div.r2 a.dropdown{margin:0 10px 10px 0}}div.menu-login{background-color:#395766}div.menu-login div.r2 a.dropdown{color:#fff;border-bottom:#ddd 1px dashed}div.menu-only{background-color:#395766}div.menu-search div.r1{float:left;margin-left:3%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:70.571428571429%}div.menu-search div.r1:first-of-type{margin-left:0}div.menu-search div.r2{float:left;margin-left:3%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:26.428571428571%;padding:5px 5px 0 0}div.menu-search div.r2:first-of-type{margin-left:0}div.menu-search div.r2 div.search input[type="search"]{height:24px}div.menu-search div.r2 div.search button{height:26px}@media (max-width:767px){div.menu-search div.r1,div.menu-search div.r2{width:100%;margin:0}div.menu-search div.r2 div.search{margin:10px}}div.menu-search{background-color:#395766}div.menu-search div.r2 div.search input[type="search"]{border:#273C47 1px solid;background-color:#ddd;color:#395766}div.MainMenu2>div.wrap{margin:0 30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}div.MainMenu2 ul.menu li a{font-size:15px;padding:0 15px}div.MainMenu2>div.wrap{border-top:#eee 1px solid;border-bottom:#eee 1px solid}div.MainMenu2 ul.menu li a{color:#777}div.MainMenu2 ul.menu li a:hover{background-color:transparent;color:#219BCC}div.MainMenu3>div.wrap{margin:0 20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}div.ns-descr-block div.r1{float:left;margin-left:3%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:54.222222222222%;padding:35px 0 20px 0}div.ns-descr-block div.r1:first-of-type{margin-left:0}div.ns-descr-block div.r1 div.name_site{margin:0 0 0 30px;line-height:1em;font-family:Georgia,"Times New Roman",serif;font-size:45px;font-style:italic}div.ns-descr-block div.r1 div.name_site a{text-decoration:none}div.ns-descr-block div.r1 div.description_site{margin:10px 0 0 35px;font-variant:small-caps;font-size:15px}div.ns-descr-block div.r2{float:left;margin-left:3%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:42.777777777778%;padding:30px 0 0 0}div.ns-descr-block div.r2:first-of-type{margin-left:0}@media (max-width:767px){div.ns-descr-block div.r1{width:100%;float:none;padding:10px;margin:0}div.ns-descr-block div.r1 div.name_site{margin:0}div.ns-descr-block div.r1 div.description_site{margin:10px 0 0 0}div.ns-descr-block div.r2{width:100%;float:none;margin:0}}div.ns-descr-block div.r1 div.name_site{color:#395766;text-shadow:1px 1px 1px #aaa;filter:dropshadow(color=#aaaaaa,offx=1px,offy=1px)}div.ns-descr-block div.r1 div.description_site{color:#888}div.ns-menu-block div.r1{float:left;margin-left:3%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:11.714285714286%;padding:10px 0 0 20px;font-size:14px;font-weight:bold}div.ns-menu-block div.r1:first-of-type{margin-left:0}div.ns-menu-block div.r1 a{text-decoration:none}div.ns-menu-block div.r2{float:left;margin-left:3%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:70.571428571429%}div.ns-menu-block div.r2:first-of-type{margin-left:0}div.ns-menu-block div.r3{float:left;margin-left:3%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:11.714285714286%;text-align:right;padding:10px 10px 0 0}div.ns-menu-block div.r3:first-of-type{margin-left:0}@media (max-width:767px){div.ns-menu-block div.r1{width:100%;float:none;padding:10px;margin:0}div.ns-menu-block div.r2{width:100%;float:none;margin:0}div.ns-menu-block div.r2 div.MainMenu{height:auto}div.ns-menu-block div.r3{float:none;width:auto}}
div.ns-menu-block{background-color:#395766}div.ns-menu-block div.r1{color:#fff}div.ns-menu-block div.r3{color:#fff}div.ns-menu-login div.r1{float:left;margin-left:3%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:11.714285714286%;padding:10px 0 0 20px;font-size:14px;font-weight:bold}div.ns-menu-login div.r1:first-of-type{margin-left:0}div.ns-menu-login div.r1 a{text-decoration:none}div.ns-menu-login div.r2{float:left;margin-left:3%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:70.571428571429%}div.ns-menu-login div.r2:first-of-type{margin-left:0}div.ns-menu-login div.r3{float:left;margin-left:3%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:11.714285714286%;padding:9px 0 0 0}div.ns-menu-login div.r3:first-of-type{margin-left:0}div.ns-menu-login div.r3 a.dropdown{display:inline-block;margin-right:5px;float:right;text-decoration:none}div.ns-menu-login div.r3 form{padding:10px 15px 0 15px;width:200px}div.ns-menu-login div.r3 form input{width:195px}div.ns-menu-login div.r3 form span.registration{display:inline-block;float:right}@media (max-width:767px){div.ns-menu-login div.r1{width:100%;float:none;padding:10px;margin:0}div.ns-menu-login div.r2{width:100%;float:none;margin:0}div.ns-menu-login div.r2 div.MainMenu{height:auto}div.ns-menu-login div.r3{float:none;width:auto;padding:0}div.ns-menu-login div.r3 a.dropdown{margin:0 10px 10px 0}}div.ns-menu-login{background-color:#395766}div.ns-menu-login div.r1{color:#fff}div.ns-menu-login div.r3 a.dropdown{color:#fff;border-bottom:#ddd 1px dashed}div.search-icons div.r1{float:left;margin-left:3%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:41.142857142857%;padding:5px 5px 3px 30px}div.search-icons div.r1:first-of-type{margin-left:0}div.search-icons div.r1 div.search input[type="search"]{height:24px}div.search-icons div.r1 div.search button{height:26px}div.search-icons div.r2{float:left;margin-left:3%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:55.857142857143%}div.search-icons div.r2:first-of-type{margin-left:0}div.search-icons div.r2 div.social{text-align:right}div.search-icons div.r2 div.social a{padding:1px;margin:0 0 3px 3px;display:inline-block;text-decoration:none;font-size:25px;height:25px;line-height:25px;width:25px;font-family:grands}div.search-icons div.r2 div.social a:before{content:"\e00b"}div.search-icons div.r2 div.social a.rss:before{content:"\e00c"}div.search-icons div.r2 div.social a.twitter:before{content:"\e005"}div.search-icons div.r2 div.social a.facebook:before{content:"\e021"}div.search-icons div.r2 div.social a.gplus:before{content:"\e01b"}div.search-icons div.r2 div.social a.github:before{content:"\e01d"}div.search-icons div.r2 div.social a.skype:before{content:"\e00a"}div.search-icons div.r2 div.social a.vkontakte:before{content:"\e002"}div.search-icons div.r2 div.social a.blogger:before{content:"\e025"}div.search-icons div.r2 div.social a.dropbox:before{content:"\e024"}div.search-icons div.r2 div.social a.evernote:before{content:"\e022"}div.search-icons div.r2 div.social a.last_fm:before{content:"\e017"}div.search-icons div.r2 div.social a.linked_in:before{content:"\e015"}div.search-icons div.r2 div.social a.mail:before{content:"\e023"}div.search-icons div.r2 div.social a.odnoklassniki:before{content:"\e014"}div.search-icons div.r2 div.social a.vimeo:before{content:"\e004"}div.search-icons div.r2 div.social a.youtube:before{content:"\e000"}div.search-icons div.r2 div.social a.email:before{content:"\e023"}div.search-icons div.r2 div.social a:hover{background-color:#bbb;color:#fff}div.search-icons div.r2 div.social a.rss:hover{background-color:#E66000}div.search-icons div.r2 div.social a.twitter:hover{background-color:#33CCFF}div.search-icons div.r2 div.social a.facebook:hover{background-color:#3B5998}div.search-icons div.r2 div.social a.gplus:hover{background-color:#DD4B39}div.search-icons div.r2 div.social a.github:hover{background-color:#4183C4}div.search-icons div.r2 div.social a.skype:hover{background-color:#00AFF0}div.search-icons div.r2 div.social a.vkontakte:hover{background-color:#496C93}div.search-icons div.r2 div.social a.blogger:hover{background-color:#FA9D3C}div.search-icons div.r2 div.social a.dropbox:hover{background-color:#1F8CE6}div.search-icons div.r2 div.social a.evernote:hover{background-color:#6FB536}div.search-icons div.r2 div.social a.last_fm:hover{background-color:#D51007}div.search-icons div.r2 div.social a.linked_in:hover{background-color:#0E5D86}div.search-icons div.r2 div.social a.mail:hover{background-color:#F7A600}div.search-icons div.r2 div.social a.odnoklassniki:hover{background-color:#E77B19}div.search-icons div.r2 div.social a.vimeo:hover{background-color:#1AB7EA}div.search-icons div.r2 div.social a.youtube:hover{background-color:#FF3333}div.search-icons div.r2 div.social a.email:hover{background-color:#F14A29}div.search-icons div.r2 div.social a{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}div.search-icons div.r2 div.social{padding:7px 10px 0 0}@media (max-width:767px){div.search-icons div.r1,div.search-icons div.r2{width:100%;margin:0}div.search-icons div.r2 div.social{padding:4px 0 0 10px;text-align:left}}div.search-icons{background-color:#395766}div.search-icons div.r1 div.search input[type="search"]{border:#273C47 1px solid;background-color:#D7E3E9;color:#395766}div.search-icons div.r2 div.social a{color:#ddd;background-color:transparent}div.slidesjs{position:relative;height:340px}div.slidesjs>div.wrap{margin:0 30px}div.slidesjs div.slides_container{height:300px}div.slidesjs div.slide{width:100%}div.slidesjs div.slide img{height:100%;width:auto}div.slidesjs div.slide div.r2{height:80px;bottom:-85px;z-index:500;position:absolute;left:0;padding:5px 10px 0 10px;width:100%}div.slidesjs div.slide div.r2 h3{margin:5px 10px;font-size:13pt}div.slidesjs div.slide div.r2 p{margin:0 10px}div.slidesjs div.prev-next{width:50px;float:left;padding-top:7px}div.slidesjs a.prev,div.slidesjs a.next{display:inline-block;width:21px;height:21px}div.slidesjs a.prev{background:url("../components/slidesjs/images/arrow-prev.png") no-repeat}div.slidesjs a.next{background:url("../components/slidesjs/images/arrow-next.png") no-repeat}div.slidesjs ul.pagination{list-style:none;display:block;padding:5px 0;text-align:right;height:30px;line-height:30px;margin:0 30px}body.no-sidebar div.slidesjs ul.pagination{max-width:1140px}div.slidesjs ul.pagination li{display:inline}div.slidesjs ul.pagination li a{margin:0 1px;padding:7px 10px;text-decoration:none}div.slidesjs.no-pagination{height:300px}div.slidesjs>div.wrap{background-color:#eee}div.slidesjs div.slide div.r2{background:#000;background:rgba(0,0,0,0.5);border-top:1px solid rgba(0,0,0,0.1)}div.slidesjs div.slide div.r2 h3{color:white}div.slidesjs div.slide div.r2 h3 a{color:white}div.slidesjs div.slide div.r2 p{color:white}div.slidesjs ul.pagination{background:#EEE}div.slidesjs ul.pagination li a{color:white;background:#bbb}div.slidesjs ul.pagination li.slides_current a{background:#777}div.pagination{margin:20px 0;color:#777}div.pagination a,div.pagination strong{padding:0;display:inline-block;text-align:center;width:30px;height:30px;line-height:30px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;color:#eee;background-color:#395766;font-weight:normal}div.pagination a{text-decoration:none;color:#6C7980;background-color:#CEDFE8}div.pagination a:hover{color:#fff;background-color:#14658E}div.pagination span{display:none}div.tabs ul.tabs-nav{margin-left:10px}div.tabs ul.tabs-nav li.elem{margin:0 2px 0 0;padding:10px 15px;color:white;font-weight:bold;background-color:#aaa;background-repeat:repeat-x;background-image:-khtml-gradient(linear,left top,left bottom,from(#5e5e5e),to(#aaa));background-image:-moz-linear-gradient(top,#5e5e5e,#aaa);background-image:-ms-linear-gradient(top,#5e5e5e,#aaa);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5e5e5e),color-stop(100%,#aaa));background-image:-webkit-linear-gradient(top,#5e5e5e,#aaa);background-image:-o-linear-gradient(top,#5e5e5e,#aaa);background-image:linear-gradient(top,#5e5e5e,#aaa);-moz-box-shadow:inset 0 -2px 5px #5e5e5e;-webkit-box-shadow:inset 0 -2px 5px #5e5e5e;box-shadow:inset 0 -2px 5px #5e5e5e}div.tabs ul.tabs-nav li.elem:hover{background-color:#adadad;background-repeat:repeat-x;background-image:-khtml-gradient(linear,left top,left bottom,from(#b2b2b2),to(#adadad));background-image:-moz-linear-gradient(top,#b2b2b2,#adadad);background-image:-ms-linear-gradient(top,#b2b2b2,#adadad);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#b2b2b2),color-stop(100%,#adadad));background-image:-webkit-linear-gradient(top,#b2b2b2,#adadad);background-image:-o-linear-gradient(top,#b2b2b2,#adadad);background-image:linear-gradient(top,#b2b2b2,#adadad)}div.tabs ul.tabs-nav li.tabs-current{color:gray;background-color:#F2F2F2;background-repeat:repeat-x;background-image:-khtml-gradient(linear,left top,left bottom,from(#efefef),to(#F2F2F2));background-image:-moz-linear-gradient(top,#efefef,#F2F2F2);background-image:-ms-linear-gradient(top,#efefef,#F2F2F2);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#efefef),color-stop(100%,#F2F2F2));background-image:-webkit-linear-gradient(top,#efefef,#F2F2F2);background-image:-o-linear-gradient(top,#efefef,#F2F2F2);background-image:linear-gradient(top,#efefef,#F2F2F2);-moz-box-shadow:inset 0 3px 3px #a6a6a6;-webkit-box-shadow:inset 0 3px 3px #a6a6a6;box-shadow:inset 0 3px 3px #a6a6a6;-webkit-transition:all 0.2s 0s ease-out;-moz-transition:all 0.2s 0s ease-out;-ms-transition:all 0.2s 0s ease-out;-o-transition:all 0.2s 0s ease-out;transition:all 0.2s 0s ease-out}div.tabs ul.tabs-nav li.tabs-current:hover{color:#343434;background-color:#F2F2F2;background-repeat:repeat-x;background-image:-khtml-gradient(linear,left top,left bottom,from(#eaeaea),to(#F2F2F2));background-image:-moz-linear-gradient(top,#eaeaea,#F2F2F2);background-image:-ms-linear-gradient(top,#eaeaea,#F2F2F2);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#eaeaea),color-stop(100%,#F2F2F2));background-image:-webkit-linear-gradient(top,#eaeaea,#F2F2F2);background-image:-o-linear-gradient(top,#eaeaea,#F2F2F2);background-image:linear-gradient(top,#eaeaea,#F2F2F2)}div.tabs div.tabs-box{background:#F2F2F2;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-o-box-shadow:0 0 3px #a6a6a6;-webkit-box-shadow:0 0 3px #a6a6a6;-moz-box-shadow:0 0 3px #a6a6a6;box-shadow:0 0 3px #a6a6a6}