.switch_lang {
	position: absolute;
	right: 0px;
	top : 16px;
	transition: right 180ms cubic-bezier(0.35, 0, 0.25, 1) 0s;
}

#current {
	cursor: pointer;
}

#current:hover {
	background-color: rgba(153, 153, 153, 0.5);
	border-radius: 5px;
}

.lang {
	position: absolute;
	right: 0px;
	background-color: white;
	width: 150px;
	border-radius: 5px;
	margin-top: 10px;
	border: 0.5px solid #cccccc;
}

.lang li {
	padding-left: 20px;
	cursor: pointer;
}
.lang ul li a {
	display: block;
}

.lang ul li a:hover, ul li a:focus {
	color:black;
	text-decoration: none;
}

.lang img{
	overflow:hidden;
    width:20px;
    height:20px;
    margin-right: 5px;
    vertical-align: text-center;
}

#triangle{
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: #ffffff;
	position: relative;
	bottom: 12px;
	left: 115px;
}

@media (max-width: 1205px) {
	#current {
		margin-right: 50px;
	}

	.lang {
		right: 50px;
		top : 63px;
	}

	.lang i {
		bottom: 15px;
	}
}

/* -------------- FOOTER MENU  -------------- */
#footer_menu {
	background-color: #263238;
	border-bottom: 1px solid white;
	padding: 0;
}

#menu {
	color: white;
	text-align: center;
	padding: 10px 0px 10px;
}

#menu ul{
	list-style: none;
	margin: auto;
}

#menu li {
	display: inline;
	list-style: none;
	cursor: pointer;
	padding: 0px 20px 0px;
}

#menu li:hover {
	color: #f44336;
}

.clicked {
		color :#FE5621;
		background-color: yellow;
}

/* ----- INDEX ------ */

@media (min-width: 991px){
	.show-on-mobile {
		display: none;
	}
}

@media(max-width: 991px){
	html {
		overflow-x: hidden;
	}
}

body {
	overflow: hidden;
	overflow-y: auto;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

/*--------- CARROUSEL ----------*/
#myCarousel, #myCarousel2 {margin-left: 30px; margin-right: 30px;padding: 0;}

.carousel-control {
	top: 50%;
}

.carousel-control.left, .carousel-control.right {
	background: none;
	color: red;
	border: none;
}

.carousel-control.left {margin-left: -45px; color: black;}
.carousel-control.right {margin-right: -45px; color: black;}

.bg-light-grey a {
	font-size: 80px;
}

#hero_title span{
	font-weight:600;
	color:#ffffff;
	background-color:#f44336;
}

#contain_myC2 {
	width:400px;
	left:0;
	right:800px;
}

#contain_myC1 {
	width:400px;
}


@media (max-width: 991px){
	.slide .slide-image-vertical {
		position: relative;
	}
	.diff_on_mobile {
		position: relative;
		text-align: center;
		margin: 0 auto;
		min-width: 200px;
	}

	.diff_on_mobile img {
		margin : 0 auto;
	}

	#myCarousel, #myCarousel2 {
		margin-left: 0;
	}

	#contain_myC1, #contain_myC2 {
		left: initial;
		right: initial;
		width: 300px;
		margin: 0 auto;
	}
}

#img_1 {
	height: 200px;
}


.carousel-indicators .active {
        background-color: #f44336;
}

#title_dld {
	font-family: 'Pacifico', cursive;
	font-size: 60px;
	color : #f44336;
	padding: 20px 0;
}

#content_dld {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	padding: 20px 0;
}
