/* here you can put your own css to customize and override the theme */

.facts-block{
	background: #fff url(../img/more_about_us.jpg) no-repeat fixed;
}

.erasmus_top{
	background-color: #6E6E6E;
	padding: 5px;
	width: 200px;
	position: fixed;
	z-index: 11000;
	left: 10px;
	top: 10px;
}

.youtube_holder iframe{
	width: 100%;
}

.cookie_policy{
	/*padding: 15px 60px 15px 30px;*/
	background-color: #F58220;
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	color: white;
	padding: 17px 0;
	display: none;
}

.cookie_policy .container{
	position: relative;
}

.cookie_policy a{
	color: white;
	text-decoration: underline;
}

.cookie_policy .close_cookie_policy{
	position: absolute;
	right: 0;
}

.video_tutorial_hold{
	padding-left: 40px;
}

.video_tutorial_hold h4{
	color: #E6400C;
	/*padding-left: 27px;*/
}

.video_tutorial_hold a{
	background-color: #E65748;
	color: white;
	display: inline-block;
	padding: 6px;
	border-radius: 10px!important;
	margin-bottom: 4px;
	padding-right: 40px;
}


.video_tutorial_hold a i{
	
}

.login_lang {
	padding: 5px;
	width: 200px;
	position: fixed;
	z-index: 11000;
	right: 10px;
	top: 5px;
	height:54px;
}

@media (max-width: 992px) {
	.blue_erasmus{
		display: none;
	}
}



@media (max-width: 640px) {
	.erasmus_top{
		width: 120px;
	}
	.login_lang {
		width: 120px;
	}

	.select2-results .select2-result-label, .select2-container .select2-choice > .select2-chosen {
		font-size: 12px;
	}

}

@media (max-width: 479px) {

	.logo-big-hold{
		top:90px!important;
	}
}