@font-face {
    font-family: 'OpenSans-Bold';
    src: url('fonts/OpenSans-Bold.ttf');
}
@font-face {
    font-family: 'OpenSans-Regular';
    src: url('fonts/OpenSans-Regular.ttf');
}
@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('fonts/OpenSans-SemiBold.ttf');
}
@font-face {
    font-family: 'OpenSans-Light';
    src: url('fonts/OpenSans-Light.ttf');
}
.divin {
	min-width: 0px;
}

.p-top-54 {
	padding-top: 54px;
}

.p-top-40 {
	padding-top: 30px;
}
body {
	font-size: 14px;
}

.lp {
	background: #e1e1e1;
}
.contest-header {
	background-image: url('images/se/header-logo.jpg');
	background-size: cover;
	background-position:center bottom;
	color: white;
	padding: 50px 0px 0px;
	text-shadow:2px 2px 4px #000;
}

.contest-header.contest-header-2019 {
	background-image: url('images/se/header-logo-2019.jpg');
}

.contest-header.contest-header-2020 {
    background-color: #000;
    background-repeat: no-repeat;
    background-size: contain;
	background-image: url('images/se/header-logo-2020.jpg');
}

.contest-header.contest-header-2021 {
    background-color: #000;
    background-repeat: no-repeat;
    background-size: contain;
	background-image: url('images/se/header-logo-2021.jpg');
}

.contest-header.contest-header-2022 {
    background-color: #000;
    background-repeat: no-repeat;
    background-size: contain;
	background-image: url('images/se/header-logo-2022.png');
}

.contest-header.contest-header-2023 {
    background-color: #000;
    background-repeat: no-repeat;
    background-size: contain;
	background-image: url('images/se/header-logo-2023.png');
}

.contest-header.contest-header-2024 {
    background-color: #000;
    background-repeat: no-repeat;
    background-size: contain;
	background-image: url('images/se/header-logo-2024.png');
}

.contest-header.contest-header-2025 {
    background-color: #000;
    background-repeat: no-repeat;
    background-size: contain;
	background-image: url('images/se/header-logo-2025.png');
}

.contest-header a {
	color:gold;
}

.contest-header a.active {
	color:white;
	text-decoration:none;
	font-weight:bold;
}

.contest-header h1 {
	font-family: 'OpenSans-Bold';
	font-weight: bold;
	font-size: 46px;
	text-transform: uppercase;
	margin-bottom:15px;
}
.contest-header .short-desc {
	font-size: 21px;
	font-family: 'OpenSans-Regular';
	padding-bottom: 40px;
	padding-top: 20px;
	display: block;
}
.sign-up {
	background: #FFD700;
	color: black;
	text-decoration: none;
	padding: 10px 8px;
	border-radius: 3px;
	font-size: 21px;
	text-transform: uppercase;
	display: inline-block;
}

.tabs {
	background: url('images/ca2017/tabs-background.png');
	background-repeat: repeat-x;
	overflow:hidden;
}
.tabs .tabs-a a {
	float:left;
	padding: 14px 0px;
	width: 50%;
	text-decoration: none;
	font-family: 'OpenSans-SemiBold';
	font-size: 16px;
	text-align: center;
}
.tabs .tabs-a a .link-foto {
	background: url('images/ca2017/foto.png');
	background-repeat: no-repeat;
	padding: 0px 0px 0px 30px;
	vertical-align: middle;
}
.tabs .tabs-a a .link-video {
	background: url('images/ca2017/video.png');
	background-repeat: no-repeat;
	padding: 0px 0px 0px 30px;
	vertical-align: middle;
}
.tabs .tabs-a a.active {
	background: #e1e1e1;
}


.section-prize {
	background: #e1e1e1;
	padding-bottom: 40px;
	-webkit-box-shadow: inset 0px 28px 20px -26px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 28px 20px -26px rgba(0,0,0,0.75);
	box-shadow: inset 0px 28px 20px -26px rgba(0,0,0,0.75);
}
.section-prize .prizes {
	max-width: 1115px;
	margin: 0 auto;
}
.section-prize h2 {
	font-family: 'OpenSans-Bold';
	text-transform: uppercase;
	font-size: 30px;
}
.prizes .prize {
	text-align: center;
}
.prizes .prize .prize-title {
	font-weight: bold;
}
.prizes .prize .photo {
	background: #c2c2c2;
	min-height: 200px;
	max-width: 250px;
	margin: 0 auto;
	position: relative;
}
.prizes .prize .photo .prize-footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	color: #FFD700;
}


.section-categories {
	background: white;
	-webkit-box-shadow: inset 0px 28px 20px -26px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 28px 20px -26px rgba(0,0,0,0.75);
	box-shadow: inset 0px 28px 20px -26px rgba(0,0,0,0.75);
	padding-bottom: 80px;
}
.section-categories h2 {
	font-family: 'OpenSans-Bold';
	font-size: 30px;
	text-transform: uppercase;
}

.section-categories .categories {
	overflow: hidden;
	max-width: 1200px;
	margin: 0 auto;
}
.section-categories .categories .category {
	width: 100%;
	position: relative;
	display: inline-block;
	margin: 0px 10px 30px 0px;
}
.section-categories .categories .category img {
	width: 100%;
}
.section-categories .categories .category .category-band {
	position: absolute;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	color: #ffd600;
	font-family: 'OpenSans-Regular';
	font-size: 16px;
	bottom: 10px;
	padding: 10px 0px;
	text-transform: uppercase;
}
.section-categories .categories .category .category-description {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #d9d9d9;
	display: none;
	text-align: left;
	padding: 22px;
	font-family: 'OpenSans-Regular';
	font-size: 14px;
	text-align: center;
}
.section-categories .categories .category:hover .category-description {
	display: block;
}



.section-jury-members {
	background: #464646;
	padding-bottom: 40px;
}
.section-jury-members h2 {
	color: white;
	font-family: 'OpenSans-Bold';
	font-size: 30px;
	text-transform: uppercase;
}
.section-jury-members .juries {
	overflow: hidden;
	max-width: 1200px;
	margin: 0 auto;
}
.section-jury-members .juries .jury {
	display: inline-block;
	margin: 0px 10px 10px 0px;
	max-width: 175px;
	height: 230px;
	vertical-align: top;
}
.section-jury-members .juries .jury img {
	width: 100%;
}
.section-jury-members .juries .jury .jury-info {
	text-align: center;
	margin-top: 3px;
}
.section-jury-members .juries .jury .jury-info span {
	color: white;
	font-family: 'OpenSans-Bold';
	font-size: 12px;
}
.section-jury-members .juries .jury .jury-info a {
	color: #FFD700;
	text-decoration: none;
	font-size: 12px;
}


.section-committee {
	background: #707070;
	-webkit-box-shadow: inset 0px 28px 20px -26px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 28px 20px -26px rgba(0,0,0,0.75);
	box-shadow: inset 0px 28px 20px -26px rgba(0,0,0,0.75);
	padding-bottom: 80px;
}
.section-committee h2 {
	color: white;
	font-family: 'OpenSans-Bold';
	text-transform: uppercase;
}
.section-committee .committees {
	overflow: hidden;
	max-width: 1200px;
	margin: 0 auto;
}
.section-committee .committees .committee {
	display: inline-block;
	margin: 0px 10px 10px 0px;
	max-width: 175px;
	height: 230px;
	vertical-align: top;
}
.section-committee .committees .committee .committee-info {
	text-align: center;
	margin-top: 3px;
}
.section-committee .committees .committee .committee-info span {
	color: white;
	font-family: 'OpenSans-Bold';
	font-size: 12px;
}
.section-committee .committees .committee .committee-info a {
	color: #FFD700;
	text-decoration: none;
	font-size: 12px;
}

.section-footer {
	background: #ebebeb;
	-webkit-box-shadow: inset 0px 28px 20px -26px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 28px 20px -26px rgba(0,0,0,0.75);
	box-shadow: inset 0px 28px 20px -26px rgba(0,0,0,0.75);
	padding: 50px 0px;
}
.section-footer .rules-holder {
	max-width: 1120px;
	margin: 0 auto;
}
.section-footer .rules-holder a {
	font-size: 18px;
}
.section-footer .rules-icon {
	display: inline-block;
	vertical-align: top;
}
.section-footer .rules-header {
	display: inline-block;
	font-size: 24px;
	vertical-align: top;
	margin-left: 5px;
}
.section-footer .rules-header .t-bold {
	font-family: 'OpenSans-Bold';
}
.section-footer .rules-header .t-light {
	font-family: 'OpenSans-Light';
}
.section-footer .rules > div {
	display: block;
	font-size: 16px;
	font-family: 'OpenSans-Regular';
	margin-bottom:10px;
}

.section-signup {
	background: #252525;
	padding: 50px 0px;
}
.section-signup .signup-info {
	color: #bfbfbf;
}
.section-signup .signup-info a {
	color: #ffd600;
	text-decoration: none;
	font-family: 'OpenSans-Bold';
}

.section-partners {
	background: white;
	padding-bottom: 40px;
}
.section-partners h2 {
	color: #333;
	font-family: 'OpenSans-Bold';
	font-size: 30px;
	text-transform: uppercase;
}

.section-partners a {
	display:inline-block;
	margin:10px;
}


@media(max-width: 768px) {
	.bullets div {
		text-align: center;
		background-position: 20% 0% !important;
	}

	.sign-up {
		font-size: 18px;
	}

	.contest-header {
		padding-top:20px;
	}

	.contest-header h1 {
		line-height: 30px;
		font-size:30px;
		padding-bottom:0px;
	}

	.contest-header .short-desc {
		padding-bottom: 40px;
		padding-top: 0px;
	}
	.row {
		margin-left: -5px;
		margin-right: -5px;
	}
	.col-xs-6 {
		padding-left: 5px;
		padding-right: 5px;
	}

	.bullets {
		padding-top: 0px;
		margin-top: 0px;
	}

	.bullets div{
		font-size: 16px;
		min-height: 80px;
		padding: 0px 0px 0px;
	}
	.bullets div#bullet-1 {
		padding-left: 0px;
		padding-top:80px;
		background-image: url('images/ca2017/bullet-1.png');
		background-position: center top !important;
	}
	.bullets div#bullet-2 {
		padding-left: 0px;
		padding-top:80px;
		background-image: url('images/ca2017/bullet-2.png');
		background-position: center top !important;
	}
	.bullets div#bullet-3 {
		padding-left: 0px;
		padding-top:80px;
		background-image: url('images/ca2017/bullet-3.png');
		background-position: center top !important;
	}
	.bullets div#bullet-4 {
		padding-left: 0px;
		padding-top:80px;
		background-image: url('images/ca2017/bullet-4.png');
		background-position: center top !important;
	}
}


.galmare .loc {

}

.galmare .imagine img {
	max-width:900px;
	margin-top:10px;
}

.galmare .video {
	max-width:900px;
	margin:0 auto;
	margin-top:10px;
}

.section-categories-link {
	background:#e1e1e1;
	padding:5px 0 25px 0;
	box-shadow:inset 0px 28px 20px -26px rgba(0,0,0,0.75);
}

.categorii-links {
	margin-top:30px;
}


.categorii-links .btn {
	margin:4px;
	min-width:100px;
	background: gold;
	font-weight:bold;
}

.workshop {
	margin-bottom: 10px;
}

@media(max-width: 768px) {

}




/* Selectiile editorilor */

.editors > li{list-style:none;display:inline-block;height:300px;margin:10px 10px;width:210px;vertical-align:top;position:relative;overflow:hidden;}
.editors > li img{max-width:210px;margin-bottom:5px;border-radius:3px;}
.editors > li > a{text-decoration:none;}
.editors > li .nume{height:30px;display:table-cell;vertical-align:middle;width:170px;text-align:center;font-size:12px;font-weight:bold;}

@media(max-width: 768px) {
    .editors > li{height:250px;width:170px;}
    .editors > li img{max-width:170px;}
}


.selections-tabs {
	border-bottom:none;
	text-align:center;
	margin-top:20px;
}

.selections-tabs > li {
	margin: 0 5px 10px 0;
	display:inline-block;
	float:none;
	min-width:calc(20% - 5px);
	vertical-align:top;
}

.selections-tabs > li > a {
	text-decoration:none;
	background:#fff;
	border-radius:3px;
	font-size:16px;
	color:#333;
	border:solid 1px #ddd;
}

.selections-tabs > li.active > a, .selections-tabs > li.active:hover > a, .selections-tabs > li:hover > a {
	border-top:solid 3px #333;
	padding-top:8px;
	padding-bottom:9px;
	background:#fff;
}

.selections-tabs > li.primary > a, .selections-tabs > li.primary:hover > a {
	text-decoration:none;
	background:gold;
	color:#333;
	font-weight:bold;
}

.selections_materials {text-align:center;margin-bottom:10px;}
.selections_materials h2 {margin-bottom:10px;}
.selections_materials .ul{margin:0px auto;}
.selections_materials .li{}
.selections_materials .li .in{display:block;text-align:center;position:relative;max-width:800px;margin:0 auto 20px auto;}
.selections_materials.selections_videos .li .in{max-width:600px;}
.selections_materials .img img{max-width:100%;display:block;max-height:600px;margin:0 auto;}
.selections_materials.selections_videos .img img{width:100%;}
.selections_materials .nume{background:#222;padding:4px;color:#fff;}
.selections_materials .nume a{color:#fff;text-decoration:none;}
.selections_materials .label{}
.selections_materials .loc{position:absolute;top:2px;left:2px;}


.user {
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #e1e1e1;
    background: white;
    box-shadow: 0 3px 5px 0px #ccc;
}
.user .fotografie {
    max-width: 110px;
	min-height: 110px;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    margin-left: 5px;
    background-size: cover;
    background-position: center center;
    background-color: #ddd;
}
.user .nume {
	font-size: 20px;
}
.user .judet {
	font-size: 12px;
	margin-top: 4px;
	display:block;
}

.user .ico.orange {
	color: #ffa343;
}

@media(max-width: 768px) {
	.user .fotografie {
		margin: 10px auto 0px;
	}

	.user .user-info {
		text-align: center;
		margin: 15px;
	}
}


 .extras-regulament li {
     margin-bottom: 10px;
 }


.user-social a {
    padding: 0px;
}

.editor_note .glyphicon-star {
	color: #F7AD0B;
	font-size: 16px;
	display:inline-block;
	padding: 0 2px;
}
