@import url('css/grid.css');
@import url('css/utils.css');
@import url('css/colors.css');
@import url('css/header.css');
@import url('css/news.css');
@import url('css/news-section.css');
@import url('css/footer.css');
@import url('css/footer-menu.css');
@import url('css/calendar.css');
@import url('css/jurors.css');
@import url('css/competitors.css');
@import url('css/winners.css');
@import url('css/pages.css');
@import url('css/menu.css');
@import url('css/search.css');
@import url('css/register.css');
@import url('css/user.css');
@import url('css/events.css');
@import url('css/compositions.css');
@import url('css/multimedia.css');
@import url('css/my404.css');
@import url('css/editions.css');


/* 
	DEV CLASS. REMOVE BEFOR GO TO PRODUCTION! - pawlz
 */
.no-data{
	color: red;
	font-size: 14px;
	font-weight: 600;
	text-shadow: 0px 0px 1px black;
	text-transform: uppercase;
}


/* -- Defaults styles -- */
body{

	background: url('img/bg_all.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: black;

	width: 100%;
	min-width: 320px;

	margin: 0;
	padding: 0;
	border: 0;

	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
}

input,
textarea,
button,
a{
	box-sizing: border-box;
}

a:focus,
button:focus{
	outline: 0;
}

a,p,h1,h2,h3,h4,h5,h6{
	color: white;
}


/* -- Utils -- */

.related-article{
	text-align: left;
	margin: 0;
	padding: 0;
}
.related-article > h1{
	color: white;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	padding: 0;
	margin: 0;
}
.related-article-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.related-article-list li{
	padding: 0px;
}

.related-article-list a{
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
}

.date{
	font-size: 14px;
	font-weight: 300;
	line-height: 100%;
}

.width-100{
	width: 100px;
	overflow: hidden;
}

.box-shadow-bottom{
	box-shadow:         inset 0 0 3px #000000;
}

.scroll-to{
	-moz-text-transform: uppercase;
	-webkit-text-transform: uppercase;
	text-transform: uppercase;

	font-size: 14px;
	font-weight: 600;
	text-decoration: none
}
.scroll-to:hover{
	text-decoration: underline;
}

.text-shadow-default{
	text-shadow: 0px 0px black
}
.box-shadow-default{
	box-shadow: 0px 0px 0px 1px black;
}

.radius-2{
	border-radius: 2px;
}
.radius-3{
	border-radius: 3px;
}
.radius-4{
	border-radius: 4px;
}

.alert-browser-unsupported-container{
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}
.alert-browser-unsupported{
	position: fixed;
	top: 0;
	border-radius: 0px 0px 3px 3px;
	padding: 0px 0px;
	width: 100%;
	z-index: 9999999999;
	background :red;
	color: white;
}
.alert-browser-unsupported button{
	border: none;
	font-size: 16px;
	padding: 5px 10px;
}


.left{
	float: left;
}
.right{
	float: right;
}

.clear{
	clear: both;
}

.error{
	color: red;
}

.close-video{
	float: right;
    margin: 10px;
    font-size: 15px;
    font-weight: 600;
    color: grey;
    cursor: pointer;
}
.background-video{
	
	
	height: 100%;
	width: 100%;
	background: RGBA(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;

}

.wrapper-video{
	display:none;
}

.popup-video{
	border-radius: 6px;
	width: 600px;
	height: 600px;
    margin: 30px auto;
    /*display: none;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    outline: 0;
	background-color: white;
    box-sizing: border-box;
    position: fixed;
}

.popup-video-title{
	float:left;
	padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
    box-sizing: border-box;
	position: relative;
	margin-bottom: 5px;
	width: 100%;
	color: #000;
    font-size: 22px;
    padding-top:0px;
}

.popup-video-body{
	float: left;
	box-sizing: border-box;
	width: 100%;
	position: relative;
	height: 50%;
	padding: 20px;
}

.popup-video-body video{
	display: block;
	width: 100%;

}

.popup-video-relation{
	float:left;
	box-sizing: border-box;
	width: 100%;
	position: relative;
	height: 20%;
	padding: 20px;
	margin-top: 10%;
	border-top: 1px solid #e5e5e5;
}

.popup-video-relation-title{
	font-size: 14px;
}

.popup-video-relation-content{
	margin-left: 20px;
	font-size: 14px;
}

.popup-video-competitor{
	width: 70%;
	float: left;
	display: none;
}

.popup-video-composition{
	width: 70%;
	float: left;
	display: none;
}

.popup-favourites{

	float: right;
}

.audio-player{
	
	height: 40px; 
    position: fixed; 
    bottom:0%;
    width:100%; 
    height: 100px;
    background-color: #fa1625; 
    opacity: 1;
    z-index: 2;
   	display: none;
}

.audio-player .content-audio{
	display: table;
    /*margin-top: 0.6%;*/
    left: 0;
    cursor: pointer;
    width: 50%;
    right: 0;
    margin:0 auto;
}

.title-audio{
	color:white;
	font-size: 14px;
	margin: 9px;
}

audio{
	width: 430px;
}

.alert_popup{
	position: fixed;
	width: 500px;
	height: 25px;
	top: 55px;
	margin: 0 auto;
  	left: 0;
  	right: 0;
	background: white;
    box-shadow: 2px 2px 5px 0 rgba(50,50,50,0.75);
    background-color: #fff;
    border-color: #faebcc;
    color: #8a6d3b;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    display: none;
    z-index: 99999;
}

.alert_text{
	float: left;
}

.alert_close{
	font-size: 21px;
    font-weight: 700;
    line-height: 1;
    /*color: #000;*/
    float: right;
    text-shadow: 0 1px 0 #fff;
    cursor: pointer;
}
