

@import url('https://fonts.googleapis.com/css?family=Open+Sans');


body {
	#background: #ffffff;
	#font: 13px Arial, Helvetica, sans-serif;
	#line-height: 20px;
	color: #000 !important;
}


h1.brand {
    padding: 0 !important;
}


/* forms */



*:focus {outline: none;}

.nc-field input, .nc-field select, .nc-field  textarea {
	width: 350px;
	padding: 8px 15px 10px 15px;
	#border: 1.5px #ccc solid;
	outline: none;
    border: 1px solid #e0e0e0;
	border-radius: 5px;
	margin-bottom: 1em;
}

.nc-field {
	
}

.nc-field span.nc-field-caption {
	display: inline-block;
	width: 150px;
	vertical-align: top;
}

.nc-field textarea {
	height: 90px;
}

.nc-field .cke_1 {
	width: 380px;
	display: inline-block;
	vertical-align: top;
	
	padding: 0; 
	outline: none;
    border: 1px solid #e0e0e0;
	
	margin-bottom: 1em;
	
	#border: 1px red solid;
}

.nc-field select { 
	width: 380px;
	height: 38px;
	
}

.nc-field .nc-upload {
	width: 350px;
	display: inline-block;
	vertical-align: top;
}

.nc-field-type-multifile div:nth-child(1) {
	display: inline-block;
	width: 150px;
	vertical-align: top;
}

.nc-field-type-datetime input {
	width: 35px;
}
.nc-field-type-datetime input:nth-child(4) {
	width: 70px;
}

#cke_12 {
	display: none;
}



.nc_auth_login_check, .nc_auth_pass2_check { margin-left: 15px; font-weight: bold; display: none;}
.nc_auth_pass1_check { margin-left: 5px; font-weight: bold; display: none;}
#nc_auth_pass1_security { margin-left: 15px; display: none;}
#nc_auth_login_ok, #nc_auth_pass2_ok { color: #088A08; }
#nc_auth_login_fail, #nc_auth_pass2_fail { color: #FF0000;}
#nc_auth_pass1_s1 { color: #FF0000; }
#nc_auth_pass1_s2 { color: #ddcc11; }
#nc_auth_pass1_s3 { color: #8cd750; }
#nc_auth_pass1_s4 { color: #088A08; }
#nc_auth_pass1_empty, #nc_auth_pass_min { margin-left: 15px; font-weight: bold; display: none; color: #FF0000; }


.txt p {
	margin-bottom: 1em;
}
.txt p.nopad {
	margin-bottom: 0;
}
.nopad p {
	margin-bottom: 0!important;
}


.caption {
	color: #000 !important;
}



LI { list-style-type: none; } /* Убираем исходную нумерацию */

OL { counter-reset: list1; } /* Инициируем счетчик */

OL LI:before {
 counter-increment: list1; /* Увеличиваем значение счетчика */
 content: counter(list1) ". "; /* Выводим значение */
}

OL OL { counter-reset: list2; } /* Инициируем счетчик вложенного списка */
OL OL LI:before {
 counter-increment: list2; /* Увеличиваем значение счетчика */
 content: counter(list1) "." counter(list2) ". "; /* Выводим значение типа 2.1, 2.2,... */
}

OL OL OL { counter-reset: list3; } /* Инициируем счетчик вложенного списка */
OL OL OL LI:before {
 counter-increment: list3; /* Увеличиваем значение счетчика */
 content: counter(list1) "." counter(list2) "." counter(list3) ". "; /* Выводим значение типа 2.1, 2.2,... */
}


.logos {
	margin-top: 1em;
	position: relative;
}
.logos span.center {
	display: block;
	position: absolute;
	top: 1em;
	left: 0px;
	right: 0px;
	text-align: center;
}
.logos span.right {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
}	
.logos a {

}
.logos a img {
	display: inline-block !important;
}


.flex-caption {
	top: 25%;
	/*
	width: 50%;
	left: 25%;
	*/
	background: #F5D329;
	padding: 1em;
}


.flex-caption p {
	font-family: 'Open Sans', sans-serif !important;
	color: #002451 !important;
}
.flex-caption p.title2 {
	padding-top: .5em;
}
.flex-caption p.title3 {
	font-size: 24px;
	padding-top: .5em;
}

.flex-caption .c {
	text-align: center;
}


.e-timer {
	position: absolute;
	left: 0;
	top: 64%;
	right: 0;
	z-index: 1000;
	#text-align: center;
}	
.e-timer .eTimer {
	width: 434px;	
	#margin: auto;
	#margin-left: 50%;
	position: relative;
	left: 50%;
	margin-left: -217px;
}



/* lightbox */

#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;    
    z-index:1032;
}



ul.nominations {
	margin-top: 2em;
}
ul.nominations li {
	margin-bottom: 1.5em;
}
ul.nominations li h4 {
	margin-bottom: 0;
	line-height: 1em;
}


ul.nav li {
	padding-left: 0 !important;
}


.banner {
	margin-top: 67px;
	margin-bottom: 2em;
}


label input[name="nc_agreed"] {
	position: relative;
    top: -3px;
}


ul.items li {
	list-style-type: disc !important;
	#list-style-position: inside;
	list-style-position: outside;
}


/* foto */
ul.photos {
	margin-left: -1em;
}
ul.photos li {
	display: inline-block;
	width: 29%;
	border: 1px solid silver;
    background: #ededed;
	margin-right: 1em;
	margin-bottom: 1em;
	padding: 1em;
	text-align: center;
	vertical-align: top;
}
ul.photos li img {
	
}



ul.items2 {	
	list-style-position: inside !important;
}
ul.items2 li {
	list-style-type: disc !important;
}


ul.items2 li {
	list-style-position: outside;
}

ul.items2 li p {
	display: inline-block!important;
	#display: inline!important;
}
ul.items2 li p:nth-child(2) {
	display: block!important;
}



.nc_pagination {
	margin-top: 1em;
}

.nc_pagination a {
    position: relative;
    text-decoration: none;
    display: inline-block;
    padding: 5px 8px 5px 8px;
    font: 11px 'Convergence';
    color: #181818;
    border: none;
    letter-spacing: 0;
    text-transform: uppercase;
    text-shadow: none;
    text-decoration: none !important;
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f2f2f2;
}
.nc_pagination a:hover {
	background: #ccc;
}

.nc_pagination span {
    position: relative;
    text-decoration: none;
    display: inline-block;
    padding: 5px 8px 5px 8px;
    font: 11px 'Convergence';
    color: #181818;
    border: none;
    letter-spacing: 0;
    text-transform: uppercase;
    text-shadow: none;
    text-decoration: none !important;
    border: 1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
}


.btn-red {
	color: #ffffff !important;
    border-color: #f1511f !important;
    background: #f1511f !important;
	background: -moz-linear-gradient(top, #ff7777 1%, #9d0000 100%) !important;
    background: -webkit-linear-gradient(top, #ff7777 1%,#9d0000 100%) !important;
    background: linear-gradient(to bottom, #ff7777 1%,#9d0000 100%) !important;
	font: 20px 'Convergence' !important;
	border: 3px #656464 solid !important;
}
.btn-red:hover {
	background: #ff9696!important; /* Old browsers */
	background: -moz-linear-gradient(top, #ff9696 1%, #9b3636 100%)!important; /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff9696 1%,#9b3636 100%)!important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff9696 1%,#9b3636 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9696', endColorstr='#9b3636',GradientType=0 ); /* IE6-9 */
}


ul.items {
    margin-left: -2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
	
ul.items li {
    display: inline-block;
    width: 160px;
	/*width: 45%;*/
    height: 81px;
    margin-left: 2em;
    margin-bottom: 2em;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 2px #ccc;
    box-shadow: 2px 2px 2px #ccc; 
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.span6 ul.items li { 
	width: 45%;
}
.txt ul.items li { 
	width: 45%;
}
	
ul.items li img {    
    width: 160px;	
    height: 81px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
        
ul.items li:hover {
    -webkit-box-shadow: 6px 6px 6px #bbb;
    box-shadow: 6px 6px 6px #bbb;     
}
	
ul.items li img:hover {
    #width: 200px !important;
    height: 90px;
    #border: 1px red solid;
}



.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.navbar  {
	margin-bottom: 1em!important;
}

.navbar_ .nav-collapse_ {
    padding: 28px 0 0 0;	
}

.nav-collapse_ .nav > li a > strong {
    bottom: 30px!important;
}

.nav-collapse_ .nav li {
	padding-right: 0;
    margin-right: 22px;
}



.jury-list [class*="span"] {

	float: none;
	display: inline-block;
	vertical-align: top;

}


@media (min-width: 1200px) {

.jury-list .span4 {
    width: 365px;
}

}


.nom p {
	padding: 0;
	margin: 0;
}



