/*
Theme Name: Q Developments
Description: Q Developments Web Site
Author: BEVIN
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:
*/

.header-lang {
	width: 29px;
	height: 54px;
	position: absolute;
	top: 6px;
	right: 0px;
}

.header-lang img {
	width: 21px;
	height: 21px;
	transition: opacity 0.2s ease-in-out;
}

.header-lang img.current {
	position: absolute;
	top: 4px;
	left: 4px;
}

.header-lang img.other {
	position: absolute;
	top: 29px;
	left: 4px;
	opacity: 0;
}

.header-lang span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #ffffff;
	border: 1px solid #9f9f9f;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}

.header-lang:hover span {
	opacity: 1;
}

.header-lang:hover img.current {
	opacity: 0.6;
}

.header-lang:hover img.other {
	opacity: 1;
}

@media only screen and ( max-width : 1210px ) {

	.header-lang {
		right: 0px !important;
	}

}

@media only screen and ( max-width : 978px ) {

	.header-lang {
		bottom: -15px !important;
		right: 16px !important;
	}

}

/* New footer April 2017 */

.footer {
	display: none;
}

.footer-new {
	background-color: #404041;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 0%, transparent 100%);
	box-shadow: inset 0 0 15px rgba(31, 35, 36, 0.5);
	padding: 30px 0;
}

.footer-new-top:after {
	content: "";
	display: table;
	clear: both;
}

.footer-new-info {
	float: left;
	width: 23.617021277%;
}

.footer-new-info img {
	width: 222px;
	height: 48px;
	display: block;
	margin: 0 0 20px;
}

.footer-new-info p {
	font-size: 14px;
	color: #ababab;
	line-height: 22px;
	margin: 0 0 10px;
}

.footer-new-info p a {
	color: white;
	transition: color 0.2s ease-in-out;
}

.footer-new-info p a:hover {
	color: #d5ab51;
}

.footer-new-cols {
	float: right;
}

.footer-new-cols:after {
	content: "";
	display: table;
	clear: both;
}

.footer-new-cols .col {
	float: left;
	padding: 30px 0 0 30px;
}

.footer-new-cols .col:nth-of-type(1) {
	padding-left: 0px;
}

.footer-new-cols .col h4 {
	font-size: 14px;
	font-weight: 400;
	color: white;
	font-family: 'Michroma', sans-serif;
	line-height: 26px;
	margin: 0 0 20px;
}

.footer-new-cols .col ul li {
	margin: 0 0 5px;
}

.footer-new-cols .col a, .footer-new-cols .col p {
	display: block;
	color: #ababab;
	font-size: 14px;
	line-height: 1.428571429;
	transition: color 0.2s ease-in-out;
}

.footer-new-cols .col a:hover {
	color: #d5ab51;
}

.footer-new-cols .col .button {
	line-height: 1;
	color: white !important;
	margin: 20px auto 0;
	width: 150px;
}

.footer-new-middle {
	padding: 30px 0;
}

.footer-new-middle:after {
	content: "";
	display: table;
	clear: both;
}

.footer-new-supporters {
	float: left;
}

.footer-new-supporters:after {
	content: "";
	display: table;
	clear: both;
}

.footer-new-supporters p {
	color: #ababab;
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 5px;
}

.footer-new-supporters span {
	display: block;
	width: 344px;
}

.footer-new-supporters span a {
	display: block;
}

.footer-new-supporters span a img {
	width: 172px;
	height: 45px;
	float: left;
	display: block;
}

.footer-new-logos {
	float: right;
	padding: 30px 0 0;
}

.footer-new-logos:after {
	content: "";
	display: table;
	clear: both;
}

.footer-new-logos a {
	display: block;
	float: left;
	margin: 0 0 0 20px;
	transition: opacity 0.2s ease-in-out;
}

.footer-new-logos a:hover {
	opacity: 0.7;
}

.footer-new-logos a img {
	display: block;
}

.footer-new-bottom {
	border-top: 1px solid #808080;
	padding: 25px 0 0;
	text-align: center;
}

.footer-new-bottom p {
	font-size: 12px;
	font-weight: 300;
	color: #7e7e7e;
}

.footer-new-bottom p a {
	color: #a1a1a1;
	transition: color 0.2s ease-in-out;
}

.footer-new-bottom p a:hover {
	color: #fff;
}

@media only screen and ( max-width : 980px ) {

	.footer-new-info {
		float: none;
		width: 100%;
		margin: 0 0 30px;
		text-align: center;
	}

	.footer-new-info img {
		margin: 0 auto 20px;
	}

	.footer-new-cols {
		float: none;
	}

	.footer-new-cols .col {
		width: 25%;
		padding: 0;
		text-align: center;
	}

}

@media only screen and ( max-width : 767px ) {

	.footer-new-cols .col {
		width: 100%;
		padding: 0;
		text-align: center;
	}

	.footer-new-supporters {
		float: none;
		text-align: center;
	}

	.footer-new-supporters span {
		margin: 0 auto;
	}

	.footer-new-logos {
		float: none;
		text-align: center;
	}

	.footer-new-logos a {
		display: inline-block;
		float: none;
		margin: 0 10px;
	}

	.footer-new-bottom p {
		line-height: 1.5;
	}

	.footer-new-bottom em {
		display: block;
	}

	.footer-new-bottom em span:first-of-type,
	.footer-new-bottom em span:last-of-type {
		display: none;
	}
}

@media only screen and ( max-width : 480px ) {

	.footer-new-supporters span {
		width: 344px;
		width: 280px;
	}

	.footer-new-supporters span a img {
		width: 140px;
		height: 37px;
	}

	.footer-new-bottom p span:first-of-type {
		display: none;
	}

	.footer-new-bottom res {
		display: block;
	}

}















