@font-face {
	font-family: 'DINCyr-Bold';
	src: url('fonts/DinCyBd_.eot') format('eot');
	src: url('fonts/DinCyBd_.eot?#iefix') format('eot'), url('fonts/DinCyBd_.woff') format('woff'),
		 url('fonts/DinCyBd_.ttf') format('truetype');
}
@font-face {
	font-family: 'DINCyr-Regular';
	src: url('fonts/DinCyRg_.eot') format('eot');
	src: url('fonts/DinCyRg_.eot?#iefix') format('eot'),  url('fonts/DinCyRg_.woff') format('woff'),
		 url('fonts/DinCyRg_.ttf') format('truetype');
}
@font-face {
	font-family: 'DINCyr-Medium';
	src: url('fonts/DinCyMd_.eot') format('eot');
	src: url('fonts/DinCyMd_.eot?#iefix') format('eot'),  url('fonts/DinCyMd_.woff') format('woff'),
		 url('fonts/DinCyMd_.ttf') format('truetype');
}

html {
	height:100%;
	width: 100%;
	margin: 0; padding: 0;
}
* html body {height: 100%;}

body {
	margin: 0; padding: 0;
	font-family: 'UniversLTCYR-45Light';
	font-size: 14px;
	color: #111111;
	background: #ffffff;
	min-height: 100%;
	min-width: 1024px;
	position: relative;
	line-height:1.45;
	height:100%;
	position:relative;
}
body.noScroll {
	overflow: hidden !important;
}
#debug{
	position:fixed;
	left:0;
	top:0;
}

img { vertical-align: middle }
.top { vertical-align: top }

.clearfix{clear:both}

em, i{
	font-style: italic;
}
b, strong{ 
	font-weight:bold;
}
a{
	text-decoration: none;
	color: #555;
}
a:hover {
	text-decoration: underline;
	color: #555;
}
sup {
	font-size: .83em;
	vertical-align: super;
}
small{
	font-size: .83em;
}

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.left{
	float:left;
}
.right{
	float:right;
}

img.tiny{
	width:60px;
}
label {
    cursor: pointer;
}
#all {
    position: relative;
	height: auto;
    min-height: 100%;
    min-width: 1060px;
}
body.tablet #all {
    min-width: 100vw;
}
.wrapper, .mainblock{
	width:1020px;
	margin:0 20px;
}
body.tablet .wrapper, body.tablet .mainblock{
	width: calc(100vw - 40px);
}


.wrapper > .left,
.wrapper > .right{
	width:233px;
}

body.tablet .nav .wrapper > .right{
	width:170px;
}
.wrapper > .right{
	float:none;
	position:absolute;
	right:0;
	top:0;
}
.nav .wrapper > .left{
	width:200px;
}
.nav .wrapper > .right{
	width:200px;
}
.wrapper > .content{
	width:554px;
	margin:auto;
}
.nav .wrapper > .content{
	width: auto;
	margin: 0 100px 0 200px;
}
.mainblock .content{
	padding-bottom:40px;
}
.mainblock .content.title{
	padding-bottom:0px;
}

.twocol > .left{
	width:745px;
	
}
.twocol > .right{
	width:358px;
}

#ajax_indicator {
    background: rgba(255, 255, 255, 0.5) url("../images/ajax/indicator_big.gif") no-repeat scroll center center;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right:0;
    bottom:0;
    z-index: 50000;
}




.sprite{
	display:block;
	width:16px;
	height:16px;
    background: url(../images/sprite.png) 0 0 no-repeat;
}



p.add_new{
	padding:5px 0px;
}
p.add_new a{
	color:#cc0000;
	text-decoration:none;
	font-weight:bold;
}
p.add_new a:hover{
	text-decoration:underline;
}
.inputs {
    border: 1px solid #D2D2D2;
    font-size: 12px;
    padding: 2px;
}

.formsub , .baton{
	padding: 5px 20px;
	margin: 0;
	background-color: #608CC7;
    font-size: 14px;
    font-weight: bold;
	color: #ffffff;
	border:0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
    cursor: pointer;
    text-decoration:none;
}
.formsub:hover, .baton:hover{
	background: #4275BB;
	text-decoration: none;
	color: #ffffff;
}
.formsub[type=submit]{
	background-color: #333;
}
.formsub[type=submit]:hover{
	background-color: #000;
}
.baton.participate{
	display:inline-block;
	background: #FE4800;
    text-transform: uppercase;
    font-size: 20px;
	padding: 10px 60px;
}

.simple_button {
	background: #0071ca;
	border:none;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 20px;
    font-weight: normal;
    height: 40px;
    line-height: 24px;
    margin: 0 auto;
    padding: 7px 0 16px;
    text-align: center;
 	text-transform: uppercase;
    width: 360px;
}
.simple_button:hover {
	background: #004A88;
}

figcaption{
	text-align:center;
	font-style: italic;
	font-size: 13px;
	color:#666666;
	margin:5px 0 10px 0;
}
p{
	margin: 0 0 20px 0;
}
.mainblock ul, .mainblock ol{
	margin: 0 0 10px 0;
	list-style-type: disc; 
	list-style-position: inside; 

	list-style-type: none; 
}
.mainblock ul > li {
    display: list-item;
    list-style-position: outside;
    padding-right: 25px;
    padding-left: 27px;
    text-indent: -12px;
}


.mainblock ul > li::before {
	display: inline-block;
    content: "•";
    padding-right: 12px;
    color: #9F6847;
}

/*ul li{
	list-style-type: disc; 
	list-style-position: outside; 
	margin-left: 15px; 
}*/
ol li{
	list-style-type: decimal; 
	list-style-position: outside; 
	margin-left: 17px; 
}

.page_more .twocol .right img{
	cursor:pointer;
	width:358px;
}
.navigationContainer{
	border-bottom: 1px #DDDDDD solid;
}
.navigation{
	width:800px;
	margin:auto;
	padding:20px 0;
	position:relative;
	text-align: center;
}
.navigation a{
	color:#eeeeee;
}
.navigation a.back{
	font-size:15px;
	text-decoration:underline;
	color:#898989;
	letter-spacing:1px;
}

.navigation a.browse{
	display:block;
	width:26px;
	height:26px;
    background: url(../images/sprite.png) 0 -310px no-repeat;
	position:absolute;
	top:28px;
	left:0;
	opacity:0.8;
}
.navigation a.browse:hover {
	opacity:1;
}
.navigation a.browse.next {
	background-position: -30px -310px;
	left:auto;
	right:0;
}

fieldset{
	border:1px #888 solid;
	padding:10px;
}
fieldset legend{
	padding:0 10px;
}

.ui-datepicker {
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
    margin: 0;
    padding: 5px !important;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
}
.ui-timepicker-div dl dd {
    margin: -25px 0 10px 65px;
}
.inputs.hasDatepicker{
	background: url(../images/calendar.png) right 0px top 2px no-repeat;
	cursor:pointer;
}

.ui-slider-horizontal{
	border-color: #f0e7e2 !important;
	height: 2px !important;
}
.ui-slider-horizontal .ui-slider-handle {
    width: 16px !important;
    height: 16px !important;
	background: #b3866f !important;
	border-radius:8px !important;
	border: none !important;
	cursor:pointer !important;
	margin-top:-4px !important;
}
.ui-slider-horizontal .ui-slider-range {
	background-color: #f0e7e2 !important;
}

.sorthelper{
	display:block;
	width:16px;
	height:16px;
    background: url(../images/Up-down.png) 0 0 no-repeat;
    cursor:pointer;
}

.ui-sortable > div{
    background: url(../images/Up-down.png) right 0 no-repeat;
}
.ui-sortable tr.sortable > td:last-child{
	padding-right:24px;
    background: url(../images/Up-down.png) right 6px no-repeat;
    cursor:move;
}
.partners.ui-sortable div{
    background: url(../images/Move.png) right 0 no-repeat;
}


.jury.ui-sortable div, .album.ui-sortable div{
    background: url(../images/Move.png) right bottom 10px no-repeat;
}




.ui-datepicker {
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
    margin: 0;
    padding: 5px !important;
    font-size:80%;
}
.ui-widget {
    font-size:80% !important;
}
input.hasDatepicker{
	background: url(../images/calendar.png) right 2px top 3px no-repeat;
	cursor:pointer;
}

.column{
	margin: 0 160px;
}

.hr{
	width:100%;
	height:1px;
	background:#000;
	margin:20px 0;
}
.errortooltip {
    padding: 0;
}
.errortooltip p {
    color: #cc0000;
    font-size: 12px;
    margin: 0;
}

.submitter{
	background:#00A300;
	border:1px #999999 solid;
	height:40px;
	width:300px;
	padding:0;
	margin:0;
	color:#ffffff;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
}
.submitter:hover{
	background:#008206;
}




.sorthelper{
	display:block;
	width:16px;
	height:16px;
    background: url(../images/Up-down.png) 0 0 no-repeat;
    cursor:pointer;
}

.ui-sortable > div:hover{
    background: url(../images/Move.png) right 0 no-repeat;
}
.ui-sortable > div .controls{
	right: 15px !important;
	top: -3px !important;
}

span.controls a{
	display:inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/trans.gif) 0 0  no-repeat;
    vertical-align: middle;
    padding-right:4px;
    opacity:0.5;
}
span.controls a:hover{
    opacity:1;
}
span.controls a.display{
    background-image: url(../images/show.png);
}
span.controls a.display.show{
	background-image: url(../images/hide.png);
}
span.controls a.display.loading{
	background-image: url(../images/ajax/indicator.gif);
}
span.controls a img{
	display:none;
}
span.controls a.edit{
    background-image: url(../images/edit.png);
}
span.controls a.zap{
    background-image: url(../images/zap.png);
}
span.controls a.copy{
    background-image: url(../images/copy.png);
}

.partners.ui-sortable div{
    background: url(../images/Move.png) right 0 no-repeat;
}
.jury.ui-sortable div, .album.ui-sortable div{
    background: url(../images/Move.png) right bottom 10px no-repeat;
}




.ui-datepicker {
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
    margin: 0;
    padding: 5px !important;
    font-size:80%;
}

input.hasDatepicker{
	background: url(../images/calendar.png) right 2px top 3px no-repeat;
	cursor:pointer;
}

a.button{
	display:block;
	width:170px;
	border-radius: 2px;
	text-align:center;
 	text-transform: uppercase;
    font-weight: bold; 
	font-size: 13px;
	padding: 14px 40px;
	background: #FF2600;
    color:#fff !important;
    text-decoration:none;
    letter-spacing:0.2em;
    margin:auto;
}
a.button.blue{
	background: #0064B0;
}


.admtable{
	width:100%;
}
.admtable td{
	vertical-align:top;
	padding:3px 10px 3px 0;
}
.admtable td.formName{
	padding:3px 10px 3px 0;
	text-align:right;
	width:15%;
}
.admtable td.formField{
	padding:3px 0 3px 0;
	width:85%;
}

.admtable.list_objects tr:nth-child(odd) td{
	background-color:#fcfcfc;
}
.admtable.list_objects tr:hover td{
	background-color:#f8f8f8;
}
ul#slide-list li {
    padding: 0 0 0 0 !important;
}




form input.fakeinput {
    height: 1px;
    margin: -10px 0 0 0;
    opacity: 0;
    padding: 0;
}



.help {
    display: inline-block;
	width:18px;
	height:18px;
    background: url(../images/sprite.png) 0 0 no-repeat;
    background-position: -60px -225px;
    cursor: help;
    position: relative;
    vertical-align: middle;
}
.help i{
    background: #faefbd none repeat scroll 0 0;
    border: 1px solid #f2c766;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    color: #333;
    display: block;
    font-size: 13px;
    font-style: normal;
    left: -9999px;
    opacity: 0;
    padding: 13px;
    position: absolute;
    top: 14px;
    transition: opacity 0.25s linear 0s;
    width: 450px;
    z-index: 2;
    text-align:left;
}
.help:hover  i{
	left: 10px;
    opacity: 1;
    transition: opacity 0.25s linear 0s;
    z-index:99;
}


.cke_source {
    white-space: pre-wrap !important;
}

div.uploader span.action {
    background-color: transparent;
    background-position: right -4px top -494px;
}
div.uploader.hover span.action, div.uploader.focus span.action {
    background-position: right -4px top -526px;
}

.chapter-title-box{
    text-transform: uppercase;
	text-align: center;
	padding: 40px 0 ;
	font-size: 14px;
    letter-spacing: 0.1em;
	margin: 20px 0;
}
.chapter-title-box:before,
.chapter-title-box:after{
	display:inline-block;
	width:38px;
	height:8px;
	content: '';
	margin: 7px 10px 0;
    background: transparent url(../images/sprite.png) 0 -30px no-repeat;
	vertical-align: top;
}
hr.zigzag{
	height:8px;
	position:relative;
	margin: 20px 0 30px 0;
	border:none;
}
hr.zigzag:before{
	display:block;
	content: '';
	position:absolute;
	left:0;
	top:0;
	width:38px;
	height:8px;
    background: transparent url(../images/sprite.png) 0 -30px no-repeat;
	vertical-align: top;
}
hr.zigzag.black:before{
	background-position: 0 -20px;
}
hr.zigzag.center:before{
	left:50%;
	margin-left:-19px;
}

.video-responsive { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow:hidden; 
} 
.video-responsive iframe, 
.video-responsive object, 
.video-responsive embed {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100% !important;
	height: 100% !important; 
}


#dbg{
	display:none;
	position:fixed;
	left: 10px;
	top: 10px;
	background:#fff;
	padding:3px 5px;
	z-index: 10000;
}
div.yashare{
	text-align:right;
}
.ya-share2__list_direction_horizontal > .ya-share2__item {
	padding:0;
}
.ya-share2__badge {
	background-color:transparent !important;
}
.ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon {
    background: url(../images/facebook.png) no-repeat center center !important;
}
.ya-share2__container_size_m .ya-share2__item_service_twitter .ya-share2__icon {
    background: url(../images/twitter.png) no-repeat center center !important;
}
.ya-share2__container_size_m .ya-share2__item_service_vkontakte .ya-share2__icon {
    background: url(../images/vkontakte.png) no-repeat center center !important;
}

.common_form .picabouteditor textarea {
    height: 50px;
    width: 100%;
}
.common_form .picabout {
    cursor: pointer;
    font-weight: bold;
}

.back{
	padding:30px 0 20px;
	position:relative;
}
.back .yashare{
    display: block;
    position: absolute;
    right: 0;
    top: 30px;
}
.back > a{
	color: #9b9b9b;
}
.back > a:before{
	display:inline-block;
	width:17px;
	height:11px;
	content: '';
    background: transparent url(../images/sprite.png) -140px -40px no-repeat;
    margin-right:10px;
}
a.scrolldown,
a.scrolltotop {
    cursor: pointer;
    display: none;
    width: 60px;
    height: 60px;
    opacity: 0.7;
    position: fixed;
    right: -200px;
    z-index: 9999;
	transition: opacity 0.25s linear 0s;
	top: 160px;
	background: transparent url(../images/landing-up-button.svg) no-repeat scroll 0 0;
}
a.scrolldown:hover,
a.scrolltotop:hover {
    opacity: 1;
	transition: opacity 0.25s linear 0s;
	background-position: -68px 0;
}
a.scrolldown{
	transform: rotate(180deg);
	top: auto;
	bottom: 143px;
}


.scrollable > div.zoom,
.scrollable > img.zoom,
.inlinePic .img.zoom{
	cursor: zoom-in;
}
/*
.scrollable > div.zoom::after,
.scrollable > img.zoom::after,
.inlinePic .img.zoom::after{
	display:block;
	width:42px;
	height:42px;
	content: '';
    background: transparent url(../images/Zoom.png) 0 0 no-repeat;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 100;
    cursor: pointer;
}
*/
form.guestform{
}
form.guestform .input {
    border-bottom: 1px #f0e7e2 solid;
    position: relative;
    padding-top: 10px;
}
form.guestform .input input,
form.guestform .input textarea {
    -moz-appearance: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    margin: 0 0 0 0;
    padding: 10px 0;
	color: #7f7e80;
	font-size: 14px;
	width: 100%;
	height: 20px;
}
form.guestform .input textarea {
	font-family: 'UniversLTCYR-45Light';
	height: 40px;
}
form.guestform button {
	display: block;
	height: 50px;
	width: 204px;
	background-color: #b3866f;
	border: none;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	letter-spacing: 0.0714em;
	margin: 40px auto 0;
	font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
}

.subscribeForm .thanx,
form.guestform .thanx {
    display: none;
    padding: 20px 0 0 0;
    text-align: center;
}
.subscribeForm .thanx p,
form.guestform .thanx p{
    margin: 0 0 5px;
}

.validatorError{
	color: #9f6847;
	z-index: 10002;
}
.validatorError p{
	color: #9f6847;
	padding:0;
	width: auto;
}
.shake{
	-webkit-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake;
	-webkit-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}
@-o-keyframes shake {
    0%, 100% {
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}
@keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

label.nicecheck{
	display:inline-block;
	background: transparent url(../images/nicecheck.png) no-repeat 0 10px;
	padding:8px 0 0 25px;
	cursor:pointer;
	color:#000000;
}
label.nicecheck.disabled{
	background-position: 0 -90px;
	cursor:default;
}
label.nicecheck.checked{
	background-position: 0 -40px;
}
label.nicecheck input{
	display:none;
}

form input.fakeinput {
    height: 1px;
    margin: 34px 0 0 46px;
    opacity: 0;
    padding: 0;
    border:0;
}
label.nicecheck.confirm {
	margin-top: -10px;
}

body.gag{
    background: #ffffff url("../images/gag.jpg") no-repeat scroll center center;
	min-height: 580px;
}
body.gag div.header {
    height: 165px;
    background: #ffffff url("../images/logo.png") no-repeat scroll center center;
}
body.gag #footer{
	border:0;
	height: 60px;
}




.twocolumns{
	width: 904px;
    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
.twocols{
	width: 904px;
	margin: auto;
}
.twocols > div:first-child {
    float: left;
    width: 45%;
}
.twocols > div:last-child {
    float: right;
    width: 45%;
}
.twocols p,
.twocols ul,
.twocols h3{
	width: auto;
}
.fr-info-padder{
	text-align: center;
}

div.pluso{
	display: inline-block;
	vertical-align: middle;
}
.pluso-counter,
div.pluso a.pluso-more{
	display: none !important;
}

div.pluso .pluso-wrap a {
	width: 24px;
	height: 24px;
}
div.pluso .pluso-wrap a.pluso-twitter {
	background: transparent url("../images/social/tw.png") no-repeat scroll 0 0;
}
div.pluso .pluso-wrap a.pluso-facebook {
	background: transparent url("../images/social/fb.png") no-repeat scroll 0 0;
}

.break-before {
	-webkit-column-break-before: always;
	-moz-column-break-before: always;
	break-before: column;
	padding-top:0;
}

div.leavearequest{
	background: #B3866F;
	background: #D1BAAB;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	--z-index:2;
}
div.leavearequest button{
    display: block;
    height: 50px;
    padding: 0 40px;
    background-color: #b3866f;
    border: 1px #ffffff solid;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.0714em;
    margin: 23px auto 23px;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    
}