* {
	outline: 0;
}
html, body{
	min-width: 100%;
	height: 100%;
}

@font-face {
    font-family: Code Bold; /* Гарнитура шрифта */
    src: url(fonts/CODE_BOLD.ttf); /* Путь к файлу со шрифтом */
}
   
@font-face {
    font-family: Code Light; /* Гарнитура шрифта */
    src: url(fonts/CODE_LIGHT.ttf); /* Путь к файлу со шрифтом */
}

body {
	background-color: #ffffff;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: center;
}

h1 {
	margin: 0 0 1% 0;
	font-size: 5.1vw;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
	line-height: 150%;
}
h2 {
	margin: 0 0 1% 0;
	font-size: 5vw;
	font-weight: 600;
	color: #333333;
	line-height: 120%;
}
h3 {
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: 600;
	color: #333333;
	line-height: 14px;
	text-transform: uppercase;
}
h1 span.sep {
	padding: 0 10px 0 0;
	display: inline-block;
	background: url("../images/video-header-sep.png") no-repeat right;
}
hr {
	width: 100%;
	height: 2px;
	margin: 0;
	border: 0;
	background: url("../images/gradient-hor.png") repeat-y center;
}
a {
	color: #b7299c;
	text-decoration: none;
}
p {
	font-size: 4vw;
}
a:hover {
	text-decoration: underline;
}
.text-highlight {
	color: #ab1489;
}
.text-normal {
	font-weight: 400;
}
.text-center {
	text-align: center;
}
.text-uppercase {
	text-transform: uppercase;
}
.form-msg {
	margin: 0 0 20px 0;
	padding: 0 0 0 10px;
	border: 0;
	border-left: 4px solid #ae1384;
}
.form-msg-error {
	border-color: #f00314;
}
.input-container {
	padding-bottom: 25px;
}
.input-container label {
	margin: 0 0 6px 0;
	display: block;
	font-weight: 700;
	color: #000000;
}
.input-container label b {
	color: #ff0000;
}
.input-msg {
	font-size: 12px;
	color: #ff0000;
}
.input-text {
	width: 100%;
	height: 36px;
	margin: 0;
	padding: 0 10px;
	display: block;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.15), 0px 2px 0px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.15), 0px 2px 0px 0px rgba(0,0,0,0.08);
	box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.15), 0px 2px 0px 0px rgba(0,0,0,0.08);
	font-size: 12px;
	line-height: 34px;
}
input.input-text:focus, textarea.input-text:focus {
	border-color: #a21698;
}
textarea.input-text {
	height: 123px;
	padding: 10px;
	resize: none;
}
.input-select {
	position: relative;
}
.input-select .input-text {
	background: #ffffff url("../images/select-darr.png") no-repeat right;
	color: #999999;
	text-decoration: none;
}
.input-select .input-text.dropped {
	background-image: url("../images/select-uarr.png");
	border-color: #a21698;
}
.input-select .input-text.selected {
	color: #333333;
}
.input-select-list {
	position: absolute;
	top: 35px;
	right: 0;
	left: 0;
	max-height: 250px;
	margin: 0;
	padding: 4px 0;
	display: none;
	overflow: auto;
	border: 1px solid #a21698;
	border-top: 0;
	background-color: #ffffff;
	z-index: 2;
}
.input-select-list li {
	margin: 0;
	padding: 4px 10px;
	list-style: none;
	font-size: 12px;
	font-weight: 600;
	color: #000000;
	cursor: pointer;
}
.input-select-list li:hover {
	background-color: #f7e4e4;
}
.clear {
	clear: both;
}
.clearfix:after, .header-main:after, .heading:after, .container:after {
	content: "";
	display: table;
	clear: both;
}
.header-main-apply:after {
	content: "";
	display: table;
	clear: both;	
}


.wrapper:after {
	content: "";
	display: block;
}
.container {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
.content {
	padding: 8% 5.5%;
}
.top-nav {
	width: 100%;
	height: 32px;
	background: #a21698 url("../images/gradient-hor.png") repeat-y center;
	font-size: 13px;
	color: #ffffff;
	line-height: 32px;
}
.top-nav a {
	color: #ffffff;
}
.top-nav-phone {
	margin: 0 6px 0 0;
	padding: 0 11px 0 18px;
	background: url("../images/icon-phone.png") no-repeat left, url("../images/top-sep.png") no-repeat right;
}
.top-nav-email {
	padding: 0 0 0 18px;
	background: url("../images/icon-email.png") no-repeat left;
}
.top-nav-socials {
	width:125px;
	height: 24px;
	margin: 10px 0;
}
.top-nav-socials .icon {
	width: 24px;
	height: 24px;
	margin: 0 4px;
	vertical-align: top;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
}
.top-nav-socials .icon:hover {
	opacity: 0.8;
}
.top-nav-socials .icon-fb {
	background-image: url("../images/icon-fb.png");
}
.top-nav-socials .icon-tw {
	background-image: url("../images/icon-tw.png");
}
.top-nav-socials .icon-vk {
	background-image: url("../images/icon-vk.png");
}
.logo {
	width: 67px;
	height: 58px;
	margin: 16px 0 0 3%;
	float: left;
}
.logo img {
	width:100%;
}
.navigation {
	height: 90px;
}

.navigation ul {
	position: relative;
	margin: 35px 0 0 0;
	padding: 0;
	float: right; 
}


.navigation li {
	margin: 0 0 0 43px;
	padding: 0;
	list-style: none;
	display: inline-block;
}
.navigation li:first-child {
	margin-left: 0;
}
.navigation li a {
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}

/* -- 10.06.2016 --*/

.navigation:after {
	position: absolute;
	left: 3%;
	content: " ";
	top: 89px;
	right: 0;
	width: 94%;
	height: 2px;
	display: block;
	background: #ad1386;
	background: -moz-linear-gradient(left,  #ad1386 0%, #ee0317 100%);
	background: -webkit-linear-gradient(left,  #ad1386 0%,#ee0317 100%);
	background: linear-gradient(to right,  #ad1386 0%,#ee0317 100%);
}

.navigation .menu .drop-menu-main a, 
.navigation .menu .drop-down,
.navigation .menu .drop-menu-main-sub .title {
	padding: 0 10px 0 0;
}
 
.navigation .menu .drop-menu-main {
	padding: 4px;
	height: 20px;
	position: relative;
}
 
.navigation .menu .drop-menu-main li {
	float: left;
	margin-right: 40px;
}
 
.navigation .menu .drop-menu-main-sub {
	display: none;
	position: absolute;
	background: #FFFFFF;
	border-radius: 6px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.45);
	border: 1px solid #ee0317;
	z-index: 100;
	width: 105px;
	padding: 5px 0 5px;
	margin: -29px 0 0 -15px;
}
 
.navigation .menu .drop-menu-main-sub a {
	display: block;
	padding: 6px 15px;
	cursor: pointer;
}
 
.navigation .menu .drop-menu-main-sub a:hover {
	color: #FFFFFF;
    background: #ad1386;
	background: -moz-linear-gradient(left,  #ad1386 0%, #ee0317 100%);
	background: -webkit-linear-gradient(left,  #ad1386 0%,#ee0317 100%);
	background: linear-gradient(to right,  #ad1386 0%,#ee0317 100%);
	text-decoration: none;
}

.navigation .menu .drop-menu-main-sub .title{
	display: block;
	padding: 6px 15px;
	cursor: pointer;
	border-bottom: 1px solid #DEDEDE;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

.menu span.arrow{
	font-size: 8px;
}

/* -- 10.06.2016 --*/

.header-main {
	height:100%;
	width:100%;
	background: linear-gradient(to top, #ead5d4, #ead5d4);
	/*background: url("../images/image-index.jpg") repeat-x center top;*/
}
.header-main-content {
	width: 70%;
	margin: 0 0 0 0;
	float: right;
}
.image-heder {
	float: right;
	margin: 7% 5% 0 0;
	width: 84%;
}
.header-main-content a {
	float: right;
}
.button-heder {
	width: 83%;
	float: right;
	margin:6% 5% 0 0;
}
.flower-block {
	width:30%;
	height: auto;
	float: left;
}
.flower {
	width:150%;
	height: auto;
	display:block;
	margin: 55% 0 0 10%;
}

.header-main-apply {
	margin: 5px 0 0 31px;
	display: inline-block;
}
.header-main-apply:hover {
	opacity: 0.8;
}
.header-application {
	height:auto;
	width:100%;
	padding-bottom: 33%;	
	background: url("../images/image-application.jpg") no-repeat center bottom, linear-gradient(to top, #ead5d4, #ead5d4);
	background-size:100% auto;
	}
.header-rules {
	height:auto;
	width:100%;
	padding-bottom: 33%;	
	background: url("../images/image-rules.jpg") no-repeat center bottom, linear-gradient(to top, #ead5d4, #ead5d4);
	background-size:100% auto;
}
.header-contacts {
	height:auto;
	width:100%;
	padding-bottom: 33%;	
	background: url("../images/image-contact.jpg") no-repeat center bottom, linear-gradient(to top, #ead5d4, #ead5d4);
	background-size:100% auto;
}
.header-schedule {
	height:auto;
	width:100%;
	padding-bottom: 33%;	
	background: url("../images/image-schedule.jpg") no-repeat center bottom, linear-gradient(to top, #ead5d4, #ead5d4);
	background-size:100% auto;
	}
.header-about {
	height:auto;
	width:100%;
	padding-bottom: 3%;	
	background: url("../images/image-about.png") no-repeat right 21% bottom, linear-gradient(to top, #ead5d4, #ead5d4);
	background-size:45% auto;
}
.header-jury {
	height: 311px;
	background: url("../images/image-jury.jpg") no-repeat center top, url("../images/header-jury-bg.jpg") repeat-x left top;
}
.header-workshops {
	height: 311px;
	background: url("../images/image-workshops.jpg") no-repeat center top, url("../images/header-workshops-bg.jpg") repeat-x left top;
}
.header-sponsors {
	height: 311px;
	background: url("../images/image-sponsors.jpg") no-repeat center top, url("../images/header-sponsors-bg.jpg") repeat-x left top;
}
.header-winners {
	height:auto;
	width:100%;
	padding-bottom: 33%;	
	background: url("../images/image-winners.jpg") no-repeat center bottom, linear-gradient(to top, #ead5d4, #ead5d4);
	background-size:100% auto;
}
.header-tickets {
	height: 311px;
	background: url("../images/image-tickets.jpg") no-repeat center top, url("../images/header-tickets-bg.jpg") repeat-x left top;
}
.header-videos {
	height:auto;
	width:100%;
	padding-bottom: 33%;	
	background: url("../images/image-video.jpg") no-repeat center bottom, linear-gradient(to top, #ead5d4, #ead5d4);
	background-size:100% auto;
}
.header-photos {
	height: 311px;
	background: url("../images/image-photos.jpg") no-repeat center top, url("../images/header-photos-bg.jpg") repeat-x left top;
}

.heading {
	width: 100%;
	height: 100%;
    background: linear-gradient(to right, #ad1385, #ee0318);
	color: #ffffff;
}
.heading-text {
	width: 100%;
	float: left;
	font-size: 4vw;
}
.heading-text h1 {
	margin: 6% 6% 7%;	
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 10vw;
}
.heading-text h1 span {
	display: block;
	font-size:9vw;	
	line-height: 10vw;
}
.heading-text h1 b {
	font-size: 11vw;
}
.heading-text h2 {
	color: #ffffff;
	text-transform: uppercase;
}
.heading-text h2 span {
	font-weight: normal;
}
.heading-text p {
	margin: 21px 0 0 7%;
}
.heading-prize {
	width: 100%;
	float: left;
}
.heading-prize-image {
	width: 87%;
	height: auto;
	margin: 7% 0 0 7%;
	display: block;
}
.heading-countdown {
	color: #333333;
}
.countdown-title {
	margin: 20px 0 0 0;
	display: block;
}
.countdown {
	margin: 10px 0 0 0;
	overflow-x: hidden;
	font-family: "Work Sans", sans-serif;
	font-weight: 200;
	text-transform: uppercase;
}
.countdown-item {
	position: relative;
	width: 98px;
	height: 56px;
	margin: 0 16px;
	float: left;
	border: 1px solid #333333;
	border-radius: 5px;
	text-align: center;
}
.countdown-item:first-child {
	margin-left: 0;
}
.countdown-item:last-child {
	margin-right: 0;
}
.countdown-item:after {
	position: absolute;
	content: "";
	top: 22px;
	right: -18px;
	width: 3px;
	height: 14px;
	display: block;
	background: url("../images/countdown-sep.png") no-repeat left top;
	z-index: 2;
}
.countdown-item:last-child:after {
	display: none;
}
.countdown-num {
	display: block;
	font-size: 32px;
	line-height: 34px;
	opacity: 0.8;
}
.countdown-name {
	font-size: 14px;
	font-weight: 300;
	line-height: 14px;
	opacity: 0.8;
}
.countdown-final {
	height:auto;
	width:40%;
	margin: 5% 3% 0 7%;
	padding: 0 0 0 43px;
	float: left;
	background: url("../images/icon-date-index.png") no-repeat;
	background-position: left bottom;
	background-size: 28% auto;
	font-family: "Work Sans", sans-serif;
}

.countdown-final span {
	display: block;
}
.countdown-final-text td {
	font-size: 4.4vw;
	padding: 0 0 10% 0;
}
.countdown-final-days {
	font-size: 9.6vw;
	line-height: 100%;
}
.countdown-final-days td {
	text-align: right;
	padding: 0 0 0 30%;
}
.countdown-final-month td {
	text-align: right;
	padding: 1% 7% 0 30%;
	text-transform: uppercase;
}
.countdown-final-month {
	font-size: 4.5vw;
	line-height: 100%;
}
.countdown-final-place {
	margin: 7% 0 10% 4%;
	float: left;
	font-family: "Work Sans", sans-serif;
}
.countdown-final-place strong {
	display: block;
	font-size: 4.5vw;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 130%;
	letter-spacing: 1px;
}
.countdown-final-place span {
	display: inline-block;
	font-size: 3.9vw;
	line-height: 120%;
}
.judges {
	margin: 0;
}
.judges h2 {
	margin: 0;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 30px;
}
.container-judges {
	width: 100%;
	overflow-x: hidden;
}
.judges-list {
	margin: 30px -40px 0 -40px;
}
/*******/
.judges-list .judge {
	width: 12%;
	padding: 0 0 0 13%;
}
.judges-list .judge-photo {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.judges-list .judge-name {
	display: inline-block;
	margin: 4% 0 0 5%
}
.judges-list .judge-country {
	top: 55%;
	left: 70%;
    width: 15%;
}
.container-judges .toggle {
	font-weight: 500; 
    text-transform: none;
	background: none;
    border-radius: 0;	
    color: #333333;
}
.container-judges .toggle-content{
	background: none;
    border-radius: 0;	
    color: #333333;
}
.container-judges .toggle span, .container-judges .toggled span, .container-judges .toggle:hover span {
	background: none;
    border-radius: 0;	
    color: #333333;
}
.container-judges .toggle:hover, .container-judges .toggled {
	padding: 0;
}
.judges section {
	padding: 0 5.5%;
	margin: 0 auto;
}
.judges p{
	padding: 0;
	margin: 0 auto;
}
.judge-soc {
	width: 89%;
    text-align: right;
	margin: 0 5.5%;
	padding: 5% 0;
	border-bottom: 1px solid #e7e7e7;	
}
.button_judj_soc:hover {
	opacity: 0.8;	
}
/*******/
.judge {
	position: relative;
	width: 30%;
	padding: 0 0 0 16%;
	float: left;
	text-align: center;
}
.judge-photo {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.judge-photo img {
	width: 100%;
	height: 100%;
	display: block;
}
.judge-name {
	margin: 10px 0;
	display: block;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
}
.judge-more:hover {
	opacity: 0.8;
}
.judge-country {
	position: absolute;
	top: 65%;
	right: 0;
	width: 29%;
	height: auto;
	display: block;
	border-radius: 19px;
}
.judge-country img{
	width:100%;
}
.app-notes {
	margin: 20px 0;
}
.app-note-1 {
	width: 100%;
	padding: 5% 0 5% 30%;
	float: left;
	background: url("../images/icon-app-1.png") no-repeat left 5px;
	background-size: 27% auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.app-note-2 {
	width: 100%;
	padding: 6% 0 6% 23%;
	float: right;
	background: url("../images/icon-app-2.png") no-repeat left 5px;
	background-size: 20% auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.app-form {
	margin: 30px 0 0 0;
}
.app-form-col {
	width: 100%;
	margin: 0 0 10px 0;
}
.second-participant {
	display: none;
}
.app-form-track {
	width: 100%;
	margin: 0;
	padding: 9% 0 0 0;
	float: left;
	background: url("../images/icon-track.png") no-repeat top left;
	background-size: 16% auto;
	font-size: 4vw;
	text-transform: uppercase;
	color: #999999;
}
.button-submit-app {
	margin-top: 5%;
	width: 100%;
	height: 61px;
	border: 0;
	background: transparent url("../images/button-submit-app.png") no-repeat center;
}
.button-submit-app:hover {
	opacity: 0.8;
}
.button-submit-app:disabled {
	-webkit-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.marked-list {
	margin: 10px 0;
	padding: 0;
}
.marked-list li {
	margin: 4px 0;
	padding: 0 0 0 20px !important;
	list-style: none;
	background: url("../images/check.png") no-repeat left 5px;
}
.marked-list li ul {
	margin: 0 0 0 15px;
	padding: 0;
}
.marked-list li ul li {
	padding: 0 !important;
	list-style: circle;
	background-image: none;
}
.toggle {
	position: relative;
	margin: 10px 0 0 0;
	background: url("../images/gradient-hor.png") repeat-y center top;
	border-radius: 4px;
	font-weight: 700;
	text-transform: uppercase;
	color: #490133;
}
.toggle span {
	font-size: 82.2%;
	height: 48px;
	padding: 0 20px;
	display: block;
	background-color: #f7e7ea;
	border-radius: 3px;
	line-height: 48px;
	cursor: pointer;
}
.toggle:hover, .toggled {
	padding: 2px;
}
.toggle:hover span, .toggled span {
	height: 44px;
	padding: 0 18px;
	background-color: #ffffff;
	color: #b51179;
	line-height: 44px;
}
.toggled {
	background-size: 100%;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.toggled span {
	border-radius: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.toggle:after {
	position: absolute;
	top: 14px;
	right: 20px;
	content: " ";
	width: 21px;
	height: 21px;
	display: block;
	background: url("../images/icon-expand.png") no-repeat center;
	cursor: pointer;
	z-index: 2;
}
.toggled:after {
	background-image: url("../images/icon-collapse.png");
}
.toggle-content {
	padding: 0 2px 2px 2px;
	display: none;
	background: url("../images/gradient-hor.png") repeat-y center top;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.1);
	background-size: 100%;
}
.toggle-content p {
	margin: 0 auto;
}
.toggle-content ul {
	margin: 10px 0;
	padding: 0;
}
.toggle-content li {
	margin: 4px 0;
	padding: 0;
	list-style: none;
}
.toggle-content li ul {
	margin: 0 0 0 45px;
	padding: 0;
}
.toggle-content li ul li {
	list-style: circle;
	background-image: none;
}
.toggle-content-wrap {
	padding: 5%;
	background-color: #ffffff;
}
.contact-info {
	margin: 10% 0 10% 0;
}
.map-container {
	padding: 4px;
	border: 1px solid #d9a0d6;
	background-color: #fafafa;
}
#map {
	height: 274px;
}

.map-frame {
	display:none; 
	width: 610px; 
	height: 460px;
}

.map-link {
	color: white;
}

.cols-3 .col {
	font-size: 4vw;
	width: 100%;
	float: left;
}
.cols-2 .col {
	font-size: 3vw;
	width: 100%;
	float: left;
}
.schedule-col-1, .schedule-col-2, .schedule-col-3 {
	margin-top:5%;
	padding: 38% 0 0 0;
	border-bottom: 1px solid #d4d4d4;
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.schedule-col-1 span, .schedule-col-2 span, .schedule-col-3 span {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
}
.schedule-col-1 {
	background-image: url("../images/icon-comp-1.png");
	background-size: 23% auto;
}
.schedule-col-2 {
	background-image: url("../images/icon-comp-2.png");
	background-size: 23% auto;
}
.schedule-col-3 {
	background-image: url("../images/icon-comp-3.png");
	background-size: 23% auto;
	border: 0;
}
.tabs {
	margin: 40px 0 0 0;
}
.tabs ul {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background-color: #f7e7ea;
	border-radius: 10px;
	overflow: hidden;
}
.tabs li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-radius: 10px;
	/*text-align: left;*/
	text-align: center;
	width: 25%;
}
.workshops-tabs li {
	width: 50%;
}
.workshops-tabs li a {
	width: 50%;
	font-size: 1.5vw;
}
.tabs li a {
	padding: 10px 16px;
	width: 1%;
	height: auto;
	display: table-cell;
	vertical-align: middle;
	font-weight: 700;
	text-transform: uppercase;
	line-height: normal;
	font-size: 2.6vw;
}
.tabs li a span {
	color: #333333;
	text-transform: none;
}
.tabs li a:hover {
	text-decoration: none;
}
.tabs li:after {
	position: absolute;
	top: 33%;
	right: -1px;
	content: " ";
	width: 1px;
	height: 100%;
	display: block;
	background: url("../images/tab-sep2.png") no-repeat left top;
}
.tabs li.active {
	background: linear-gradient(to right, #ad1385, #ee0318);
}
.tabs li.active a {
	color: #ffffff;
    
}
.tabs li.active a span {
	color: #ffffff;
}
.schedule-tabs li {
	width: 25%;
}
.schedule-tabs li a {
	font-size: 3vw;
}
.table-schedule {
	font-size: 4vw;
	width: 100%;
}
.winners-tabs {
	margin-top:6%;
}
.workshops-tabs, .videos-tabs, .tickets-tabs {
	margin: 0;
}
.tickets-tabs li a {
	/*width: 50%;
	font-size: 3.5vw;*/
}
.tickets-tabs li {
	width: 50%;
}
.button_ticket {
	width: 70%;
	height: 70%;
}
.timetab {
	height: 32px;
	margin: 0 0 10px 0;
}
.subtabs {
	padding: 0 0 3px 0;
	background: url("../images/schedule-line.png") no-repeat center bottom;
}
.subtabs ul {
	margin: 0;
	padding: 0;
}
.subtabs li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
.subtabs li:after {
	position: absolute;
	top: 20px;
	right: -1px;
	content: " ";
	width: 1px;
	height: 34px;
	display: block;
	background: url("../images/tab-sep.png") no-repeat left top;
}
.subtabs a {
	padding: 20px;
	display: block;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	line-height: 17px;
	/*font-size: 3.2vw;*/
}
.subtabs a:hover, .subtabs li.active a {
	background: url("../images/subtabs-active.png") no-repeat center bottom;
	color: #a91384;
}
.author {
	font-weight: normal;
}

.table-schedule-heading, .table-schedule tr:last-child {
	background: url("../images/schedule-line.png") no-repeat center bottom;
}
.table-schedule th {
	line-height: 68px;
}
.table-schedule tr:nth-child(2n+3) {
	background-color: #fbf2f4;
}
.table-schedule tr td:first-child {
	padding: 15px 20px;
}
.table-schedule tr th:last-child, .table-schedule tr td:last-child {
	width: 100px;
	text-align: center;
}
.table-workshops {
	text-align: center;
}
.table-workshops tr th {
	width: 14%;
}
.table-workshops tr th:nth-child(1), .table-workshops tr td:nth-child(1) {
	padding-left: 20px;
	text-align: left;
}
.table-workshops tr th:nth-child(2), .table-workshops tr td:nth-child(2) {
	width: 30%;
	text-align: left;
}
.table-tickets tr td {
	padding-top: 10px;
	padding-bottom: 10px; 
}
.table-tickets tr th:nth-child(1), .table-tickets tr td:nth-child(1) {
	width: 15%;
	text-align: left;
}
.table-tickets tr th:nth-child(2), .table-tickets tr td:nth-child(2) {
	width: 10%;
	text-align: left;
}
.table-tickets tr th:nth-child(3), .table-tickets tr td:nth-child(3) {
	text-align: left;
}
.table-tickets tr th:nth-child(4), .table-tickets tr td:nth-child(4) {
	width: 193px;
	text-align: left;
}
.about-sep {
	margin: 40px 0;
	width: 100%;
	height: 3px;
	background: url("../images/gradient-hor.png") repeat-y center;
}
.about-cols h3 {
	margin-bottom: 20px;
}
.about-cols p {
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
	background: url("../images/check.png") no-repeat left 5px;
}
.sponsors-list {
	padding-bottom: 3px;
	background: url("../images/schedule-line.png") no-repeat bottom;
}
.sponsor {
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom: 1px solid #e7e7e7;
}
.sponsor:last-child {
	margin-bottom: 0;
}
.sponsor-logo {
	width: 236px;
	float: left;
}
.sponsor-text {
	width: 764px;
	float: left;
}
.sponsor-title {
	font-weight: 700;
	text-transform: uppercase;
	color: #000000;
	line-height: 14px;
}
.sponsor_description {
	text-align: justify;
}
.sponsor-description {
	margin: 10px 0 0 0;
}
.sponsors-media-list {
	margin: 50px 0 0 0;
}
.sponsors-media-list .clearfix img {
	display: block;
	float: left;
}
.sponsors-media-title {
	margin: 0 0 20px 0;
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	color: #000000;
	line-height: 14px;
}
.judges-internal-list {
	padding-bottom: 3px;
	background: url("../images/schedule-line.png") no-repeat bottom;
}
.judge-item {
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #e7e7e7;
}
.judge-item:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}
.judge-item-left {
	width: 236px;
	float: left;
	text-align: center;
}
.judge-item-left .judge {
	margin: 0 auto;
	float: none;
}
.judge-item-right {
	width: 630px;
	float: left;
}
.judge-item-name {
	height: 32px;
	margin: 12px 0 0 0;
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	color: #000000;
	line-height: 32px;
}
.judge-item-name strong {
	margin: 0 10px 0 0;
	display: inline-block;
}
.judge-item-name img {
	vertical-align: top;
}
.judge-item-description {
	height: 60px;
	margin: 10px 0;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	line-height: 20px;
}
.judge-item-expand {
	width: 134px;
	float: left;
	text-align: center;
}
.judge-item-expand a {
	width: 46px;
	height: 49px;
	margin: 60px auto 0 auto;
	display: block;
	background: url("../images/jury-expand.png") no-repeat left top;
}
.judge-item-expand a.expanded {
	background-position: left bottom;
}
.table {
	width: 100%;
	margin: 20px 0;
}
.table-prizes {
	margin: 0;
}
.table tr {
	height: 33px;
}
.table tr:nth-child(odd) {
	background-color: #faf0f2
}
.table tr:first-child {
	background: url("../images/gradient-hor.png") repeat-y center;
	color: #ffffff;
}
.table tr td:first-child, .table tr th:first-child {
	padding-left: 10px;
}
.table-prizes tr td:nth-child(2), .table-prizes tr td:nth-child(3), .table-prizes tr td:nth-child(4) {
	font-weight: bold;
}
.table-prizes tr td:nth-child(2) {
	color: #ad007b;
}
.table-prizes tr td:nth-child(3) {
	color: #d250ac;
}
.table-prizes tr td:nth-child(4) {
	color: #d250ac;
}
.table-bottom {
	height: 3px;
	background: url("../images/schedule-line.png") no-repeat center;
}
.table-total {
	background: #faf0f2 url("../images/schedule-line.png") no-repeat center top;
	font-weight: bold;
	color: #a91486;
}
.special-prize {
	padding: 4px 10px 6px 10px; 
	background-color: #f9edef; 
	color: #ad1385;
}
.paragraph-underline {
	background: url("../images/p-under.png") repeat-x left bottom;
}
.paragraph-underline span {
	padding: 0 5px 0 0;
	display: inline-block;
	background-color: #ffffff;
}
.samples-forbidden a {
	margin: 0 24px 0 0;
	padding: 0 0 0 24px;
	display: inline-block;
	background: url("../images/icon-play.png") no-repeat left;
	line-height: 18px;
}
.travel-tips {
	margin: 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #e7e7e7;
}
.travel-tips div {
	width: 100%;
	padding-left: 30px;
	float: left;
	background-position: left top;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.travel-tip-1 {
	background-image: url("../images/icon-shuttle.png");
}
.travel-tip-2 {
	background-image: url("../images/icon-taxi.png");
}
.travel-tips div.travel-tip-3 {
	width: 100%;
	margin: 20px 0 0 -30px;
	float: none;
	background-image: url("../images/icon-bus.png");
}
.workshop {
	margin: 30px 0 0 0;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #e7e7e7;
}
.workshop:last-child {
	border: 0;
}
.workshop-description {
	width: 400px;
	float: left;
}
.workshop-title {
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
}
.workshop-duration {
	height: 32px;
	margin: 5px 0 20px 0;
	padding: 0 0 0 42px;
	display: block;
	background: url("../images/icon-workshop-time.png") no-repeat left;
	background-size: 23% auto;
	font-weight: 700;
	color: #ae1385;
	text-transform: uppercase;
	line-height: 16px;
}
.workshop-video {
	width: 558px;
	float: right;
}
.workshop-video a {
	position: relative;
	width: 558px;
	height: 313px;
	display: block;
	overflow: hidden;
}
.workshop-video a:before {
	position: absolute;
	content: " ";
	top: 50%;
	left: 50%;
	width: 45px;
	height: 45px;
	margin: -22px 0 0 -22px;
	display: block;
	background: url("../images/workshop-play.png") no-repeat center;
	z-index: 2;
}
.workshop-video a:hover:after {
	position: absolute;
	content: " ";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1;
}
.workshop-video a img {
	width: 100%;
	display: block;
}
.workshop-private {
	width: 100%;
	height: 277px;
	margin: 0 0 30px 0;
	background: url("../images/workshop-private-bg.png") no-repeat center top;
	color: #ffffff;
}
.workshop-private-text {
	width: 565px;
	margin: 135px 0 0 435px;
	float: left;
	text-align: left;
}
.workshop-reserve {
	margin: 10px 0 0 0;
	padding: 6px 8px 6px 35px;
	display: inline-block;
	background: rgba(73, 1, 51, 0.28) url("../images/workshop-email.png") no-repeat 8px;
	border-radius: 4px;
}
.workshop-reserve a {
	color: #ffffff;
	text-decoration: none;
}
.workshop-contact {
	margin: 10px 0 0 0;
}
.winner,
.videos {
	margin: 30px 0 0 0;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #e7e7e7;
}
.winner:last-child,
.videos:last-child {
	border: 0;
	padding-bottom: 0;
}
.winner-description,
.videos-description {
	width: 100%;
	margin-top: 52px;
}
.winner-description .judge {
	margin: 0;
}
.winner-info{
	width: 50%;
	float: left;
}

.videos-info {
	/*width: 234px;*/
	padding: 0 0 0 30px;
	float: left;
}
.winner-place {
	margin: 6% 0 -2% 16%;
	padding: 22% 0 0 0;
	display: block;
	background: url("../images/icon-winner.png") no-repeat left top;
	background-size: 25% auto;
	font-size: 6vw;
	font-weight: 700;
	color: #b01381;
	text-transform: uppercase;
}
.winner-place sup {
	top: -0.3em;
	font-size: 70%;
}
.winner-title,
.videos-title {
	margin-left: 9%;
	font-size: 3.5vw;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
}
.winner-video,
.videos-video {
	margin: 7% 0 0 0;
	width: 100%;
	float: right;
}
.winner-video a,
.videos-video a {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
}
.winner-video a:before,
.videos-video a:before {
	position: absolute;
	content: " ";
	top: 50%;
	left: 50%;
	width: 45px;
	height: 45px;
	margin: -22px 0 0 -22px;
	display: block;
	background: url("../images/workshop-play.png") no-repeat center;
	z-index: 2;
}
.winner-video a:hover:after,
.videos-video a:hover:after{
	position: absolute;
	content: " ";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1;
}
.winner-video a img,
.videos-video a img {
	width: 100%;
	display: block;
}

.video-title {
	text-transform: uppercase;
}

.galashow-time {
	margin: 0 0 10px 0;
	padding: 0 0 0 40px;
	display: block;
	float: right;
	background: url("../images/icon-workshop-time.png") no-repeat left;
	line-height: 32px;
}
.image-payment {
	vertical-align: middle;
}
.tickets-discount {
	padding: 20px 0;
	background: #f7e7ea;
	text-align: center;
	text-transform: uppercase;
}
.tickets-discount span {
	padding: 0 0 0 40px;
	display: inline-block;
	background: url("../images/icon-discount.png") no-repeat left;
	line-height: 34px;
}
.tickets-paypal-note {
	margin: 20px 0;
	padding: 0 0 0 46px;
	display: block;
	background: url("../images/icon-paypal.png") no-repeat left;
	line-height: 18px;
	min-height: 40px;
	font-size: 14px;
}
.tickets-zones {
	text-align: center;
}
.tickets-follow {
	position: relative;
	margin: 60px 0 0 0;
	padding: 40px 10px;
	border: 1px solid #d694cd;
	border-radius: 10px;
	text-align: center;
	text-transform: uppercase;
}
.tickets-follow-vk {
	position: absolute;
	top: -40px;
	left: 50%;
	margin: 0 0 0 -100px;
}
.tickets-follow-fb {
	position: absolute;
	top: -44px;
	left: 50%;
	margin: 0 0 0 20px;
}

.watch-block {
	height: 46px;
	margin: 10px 0 0 0;
	padding: 10px;
	border: 1px solid #d694cd;
	border-radius: 10px;
	line-height: 46px;
	position: relative;
	display:block;
}

.watch-block span {
	height: 46px;
	display: block;
	float: left;
	text-transform: uppercase;
}
.watch-block .watch-block-year {
	width: 136px;
	font-weight: 700;
	color: #e6a6d5;
	text-align: center;
}
.watch-block .watch-block-cat {
	width: 400px;
}
.watch-block .watch-block-vids {
	width: 250px;
}

.watch-block .watch-block-button {
	width: 192px;
}

/* -- 11.06.2016 -- */


/* -- 11.06.2016 -- */

.footer {
	width: 100%;
	height: auto;
    background: url("../images/footer_gradient.jpg") repeat-x left top;
	font-weight: 600;
	color: #ffffff;
	line-height: 150%;
}
.footer .container {
	text-align: center;
}

.footer a {
	color: #ffffff;
}
.footer-disclaimer {
	width:100%;
    display: block;
	font-size: 13px;
    font-weight: 500;
}
.footer-links {
	display: block;
	width:100%;
	text-transform: uppercase;
}
.footer-links a {
	text-decoration: underline;
	display: inline-block;
	color:#d223a3;
}
.footer-moon {
	margin: 13px 0;
	padding: 11px 100px 11px 0;
	display: inline-block;
	background: url("../images/logo-moon.png") no-repeat right;
}
.footer-moon:hover {
	opacity: 0.8;
	text-decoration: none;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.message-success-wrapper {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.8);
	z-index: 4;
	display: none;
}
.message-success {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	min-height: 100px;
	margin: -50px 0 0 -200px;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
.message-success-title {
	position: relative;
	height: 32px;
	padding: 0 10px;
	background: url("../images/gradient-hor.png") repeat-y center;
	background-size: 100%;
	font-weight: 700;
	color: #ffffff;
	text-align: left;
	line-height: 32px;
}
.message-success-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
	display: block;
	font-size: 22px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	line-height: 32px;
}
.message-success-close:hover {
	text-decoration: none;
}
.message-success-body {
	padding: 20px;
}
/* -- 11.06.2016 -- */
.play,
.play {
	width: 108px;
	height: 108px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -54px 0 0 -54px;
	background: rgba(124, 76, 142, 0.7);
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.play:before,
.play:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(../img/play.png) no-repeat;
	width: 32px;
	height: 40px;
	margin: -20px 0 0 -12px;
}

.play {
	background: rgba(255, 255, 255, 0.9);
}

.play:before {
	background-position: -34px 0;
}

/* -- 11.06.2016 -- */

.scrollup{
	width:40px;
 	height:40px;
	opacity:0.2;
	position:fixed;
	bottom:100px;
	right:30px;
	display:none;
	text-indent:-9999px;
	background: url('../images/icon_top.png') no-repeat;
}

/*************************fayst*******************--24.06.16*/

.burger {
		margin: 17px 19% 0 0;
        float: right;
        width: 25px;
        height: 18px;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#477497', endColorstr='#091726',GradientType=0 ); 
}
.burger_img {
        width: 100%;
        height: 100%;
        background: url('../images/burder.png') 50% 50% no-repeat;
}
.main_menu .menu_hidden {
    display: none;
}
.main_menu{
	background-color: #490133;
}
.main_menu nav {
    display: block;
    float: none;
}
.main_menu ul {
	margin:0 auto;
    padding: 5% 2% 5% 10%;
}
.main_menu nav li{
	list-style-type: none; 
	text-align: left;
	text-align: -webkit-left;
	padding: 2% 0;
}
.main_menu a{
	font-size: 5vw;
	color: #ffffff;	
}
/******/
.all-videogallery {
	margin-bottom:4%;
	width:100%;
}
.videoblock {
	margin-top: 12%;
	width:100%;
	height:auto;
	border-radius: 10px;
	padding: 2px;
	background: #d0a6cd;
}
.blockconntent {
	text-align: center;
	text-transform: uppercase;
	border-radius: 10px;
	background-color: #ffffff;
	height: auto;
}
.blockconntent p {
	margin:2% 0;
}
.blockconntent span{
	color: #ddaed5;
    padding-top: 5%;
    display: block;
	font-size: 5vw;
}
.button_watch {
	width: 68%;
	display: inline-block;
	margin: 8% 0;
}
.button_watch:hover {
	opacity: 0.8;	
}
.videos-tabs li {
	width: 33.33%;
}
.videos-tabs p {
	margin: 1px 20px;
}
.button_watch img {
	width: 100%;
	height:100%;
}
/******/
.mCSB_draggerContainer {
	background-color: #b1127f;
}
/******/
.zagolovok {	
	width: auto;	
	text-align: left;
	text-align:-webkit-left;
	margin: 6% 0 0 6%;
}
.zagolovok p {
	width:auto;
	letter-spacing: 0.1em;
	font-size: 12vw;
	margin: 0 auto;
}
.bold_heder {
	display: inline-block;
	font-family: Code Bold, 'Open Sans', sans-serif;
	background: linear-gradient(to right, #ad1385, #ee0318);
	-webkit-background-clip: text; 
	color: transparent;
}
.light_heder {
	font-family: Code Light, 'Open Sans', sans-serif;
}
/******/
.level {
	font-size: 3.1vw;
	/*text-transform: uppercase;*/
	color: #b7299c; 
}
.description {
	text-align: justify;
}
.workshop-title {
	font-size: 3vw;
}
.sponsor_zagol {
	margin: 2% 0 1% 0;
	font-size: 5.1vw;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
	line-height: 150%;
}
.media_spons_block {
	width:100%;
}
.media_spons_icon {
	width:32%;
}
.media_sponsor_zagol {
	margin: 0 0 9% 0;
	font-size: 5.1vw;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
	line-height: 150%;
}
.media_spons_icon_last {
	margin: 0 auto;
    display: block;
}
/******/
.tickets-zones img {
	width: 100%;
}
.tiketblock {
	width:100%;
	height:auto;
	padding: 2px;
	text-align: center;
}
.tiketblock .button_watch {
	margin: 0;
}
.tiketblock p{
	font-size: 4vw;
	text-transform: none;
}
.tiketblock .ticket_payment {
	color: #ab1489;
	margin: 0 auto;
    font-size: 9vw;
}
.tiketblock .ticket_zagol {
	font-size: 5vw;
}
.not-margin {
	margin: 5% 0 0 0;
}
/******/
.work_time {
	display: inline-block;
}
.duration {
	display: inline-block;
	margin: 0 auto;
}
.duration b {	
	text-transform: uppercase;
	color: #b7299c;    
}

.purchase {
	text-align: center;
}
/******/
.work_banner {
	padding: 7% 7%;
	background: url("../images/banner_fon.jpg") center;
	background-size: 100% auto;
	width: auto;	
	text-align: left;
	text-align:-webkit-left;
	margin: 7% 0;
}
.work_banner p {
	color: #ffffff;
	width:auto;
	font-size: 4vw;
	margin: 0 auto;
}
.work_banner .work_bold_heder {
	font-size: 12vw;
	display: inline-block;
	font-family: Code Bold, 'Open Sans', sans-serif;
	color: #ffffff;
}
.work_banner .banner_mail {
	margin-top: 5%;
}
.work_banner .work_light_heder {
	font-size: 12vw;
	font-family: Code Light, 'Open Sans', sans-serif;
	color: #ffffff;
}
.banner_mail {
    border-radius: 10px;	
	padding: 2% 10%;
	background: url("../images/work_convert.png") top 25% left 3% no-repeat;
	background-color: rgba(0, 0, 0, 0.20);
	background-size: 6% auto;
}
.work_contacts h1, .work_contacts h2 {
	text-transform: uppercase;
	text-align: center;
}
.work_contacts h2 {
	line-height: 2em;
	font-weight: 500;
	margin-top: 5%;
	font-size: 4vw;
}
/* -- 20.06.2016 -- */

#mclass_form
{
    display: none;
    width: 270px;
    height: 230px;
    font-size: 20px;
}

#purchase
{
    display: none;
    width: 270px;
    height: 170px;
    font-size: 20px;
}

.tikets_h1 {
	font-size: 5vw;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}

.tikets_h2 {
	font-size: 4vw;
	text-transform: uppercase;
	text-align: center;
}

.discount {
	line-height: 14px;
	font-size: calc(8px + 1.5vw);
}
.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%;
  	height: 100%; 
}
.img-adaptive {
	display: block;
	max-width: 100%;
	height: auto;
}
