@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 {

}

h2 {
    margin-bottom:20px;
    line-height: 34px;
}

.lp {
	background: #e1e1e1;
}
.contest-header {
	background: #111111;
}

.contest-header .contest-background {
	background-image: url('images/ca2019/header-logo.jpg');
	background-size: cover;
    background-position: center top;
	color: white;
	padding: 185px 0px 0px 0px;
}

.contest-header h1 {
	font-family: 'OpenSans-Bold';
	font-weight: bold;
	font-size: 35px;
	text-transform: uppercase;
	margin-bottom:20px;
    padding-right: 20px;
    text-align: right
}

.contest-header .short-desc {
	font-size: 21px;
	font-family: 'OpenSans-Regular';
	padding-bottom: 20px;
	padding-top: 40px;
	display: block;
    text-align: right;
    padding-right: 20px;
}

.bullets-ca {
	background: rgba(17, 17, 17, 0.9);
	margin-top: 40px;
	font-size: 0;
	padding: 10px 20px 10px 20px;
}
.bullets-ca .bullet {
	font-size: 16px;
	min-height: 83px;
	padding: 10px 0px 0px;
}
.bullets-ca .bullet-1 {
	background: url('images/ca2019/bullet-1.png');
	background-repeat: no-repeat;
	padding-left: 100px;
}
.bullets-ca .bullet-2 {
	background: url('images/ca2019/bullet-2.png');
	background-repeat: no-repeat;
	padding-left: 100px;
}
.bullets-ca .bullet-3 {
	background: url('images/ca2019/bullet-3.png');
	background-repeat: no-repeat;
	padding-left: 100px;
}
.bullets-ca .bullet-4 {
	background: url('images/ca2019/bullet-4.png');
	background-repeat: no-repeat;
	padding-left: 100px;
}

.tabs {
	background: #f7ad0c;
	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/ca2019/foto.png');
	background-repeat: no-repeat;
	padding: 0px 0px 0px 30px;
	vertical-align: middle;
}
.tabs .tabs-a a .link-video {
	background: url('images/ca2019/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);
    font-size: 16px;
}
.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;
}

@media(min-width: 768px) {
    .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;
	min-height: 300px;
	vertical-align: top;
}
.section-jury-members .juries .jury img {
	width: 100%;
}
.section-jury-members .juries .jury .jury-info {
	text-align: center;
	margin-top: 3px;
    min-height: 70px;
}
.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';
    font-size: 30px;
    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;
    color: #fff;
}
.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-ca div {
		text-align: center;
		background-position: 20% 0% !important;
	}

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

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

	.contest-header h1 {
		line-height: 30px;
		font-size:25px;
		padding-bottom:0px;
        text-align: left;
        padding-right: 0px;
	}

    .contest-header .contest-background {
        background: none;
    	color: white;
    	padding: 10px 0px 0px;
    }

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

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

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

    .section-jury-members .juries .jury {
    	min-height: 240px;
    }
}



.clasament .loc2 {
	margin-top:-200px;
	margin-right:100px;
}

.clasament .loc3 {
	margin-top:-150px;
	margin-left:100px;
}

.clasament .loc {
	font-size:20px;
	font-family:'OpenSans-Bold';
	text-transform:uppercase;
}

.clasament .imagine {
	width:240px;
	height:240px;
	display:inline-block;
	margin-top:10px;
	position:relative;
	margin-bottom:10px;
}

.clasament .imagine .hover {
	display:none;
}

.clasament .imagine:hover .hover {
	display:block;
	background:gold;
	color:#333;
	font-size:12px;
	text-align:left;
	padding:10px;
	height:240px;
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	text-align:center;
}

.clasament .nume a {
	text-decoration:none;
}

.galmare .loc {

}

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

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

.selections_materials {text-align:center;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;}

.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) {
	.clasament .loc2 {
		margin-top:30px;
		margin-right:0px;
	}

	.clasament .loc3 {
		margin-top:30px;
		margin-left:0px;
	}

	.workshop {
		margin-bottom: 20px;
	}

}
