/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

#footer-copyrights {
	background: url(../img/footer-bg.png);
	webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center bottom;
	-webkit-background-position: center bottom;
	-moz-background-position: center bottom;
	-o-background-position: center bottom;
	-webkit-background-repeat: repeat;
	-moz-background-repeat: repeat;
	-o-background-repeat: repeat;
	background-repeat: repeat;
}

#iqitmegamenu-horizontal {
	background: #ff4b80;
	background: -moz-linear-gradient(top, #ff5682 0%, #ff3973 100%);
	background: -webkit-linear-gradient(top, #ff5682 0%, #ff3973 100%);
	background: linear-gradient(to bottom, #ff5682 0%, #ff3973 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5682', endColorstr='#ff3973',GradientType=0 );
}

.header-top::after {
	background: rgba(0, 0, 0, 0) url(../img/menu-bg.png) repeat-x scroll 0 -11px;
	bottom: -18px;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 3;
}

#desktop-header {
	background: url(../img/header-bg.png);
	webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center bottom;
	-webkit-background-position: center bottom;
	-moz-background-position: center bottom;
	-o-background-position: center bottom;
	-webkit-background-repeat: repeat;
	-moz-background-repeat: repeat;
	-o-background-repeat: repeat;
	background-repeat: repeat;
}

#footer-container-first {
	background: #ff4b80 url(../img/header-bg.png);
	webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center bottom;
	-webkit-background-position: center bottom;
	-moz-background-position: center bottom;
	-o-background-position: center bottom;
	-webkit-background-repeat: repeat;
	-moz-background-repeat: repeat;
	-o-background-repeat: repeat;
	background-repeat: repeat;
}
#footer .show-gdpr-modal {
	position: fixed;
	bottom: -15px;
	z-index: 10000;
	left: 69%;
}
