html {
	background:#0a080b;
	height:100%;
}
body {
	font-family:'Roboto', sans-serif;
	color:#0a080b;
	outline:none;
	margin:0;
	padding:0;
	height:100%;
}
a:link {
	color:#0a080b;
	text-decoration:none;
	outline:none;
	transition:color 0.2s ease-in-out;
}
a:visited {
	color:#0a080b;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#e9c601;
	text-decoration:none;
	outline:none;
}
* {
	-webkit-tap-highlight-color:transparent;
}
p {
	font-size:13.5pt;
	line-height:24px;
	margin:0;
	padding:11px 0;
}
a img {
	border:0;
}
h1 {
	width:100%;
	font-size:38pt;
	line-height:64px;
	font-weight:bold;
	margin:0;
	padding:0 0 20px 0;
	text-transform:uppercase;
	text-align:center;
}
h2 {
	width:100%;
	font-weight:600;
	font-size:23pt;
	line-height:34px;
	margin:0;
	padding:0 0 22px 0;
	text-align:left;
}
.page-content {
	background:#fff;
	width:100%;
	padding:80px 0;
	float:left;
}
.container {
	max-width:1240px;
	width:92%;
	margin:0 auto;
	position:relative;
}
.content {
	width:100%;
	float:left;
}
.content a {
	text-decoration:underline;
}
.content-text {
	background:#eee;
}
.content-text .container {
	max-width:1000px;
}
.content-text .content {
	min-height:500px;
	padding-top:96px;
}
.header {
	width:100%;
	height:100%;
	min-height:600px;
	position:relative;
	text-align:center;
	float:left;
}
.header-text {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	position:relative;
	top:35%;
	opacity:0;
	box-sizing:border-box;
	padding:0 8%;
}
.header-text h1 {
	color:#fff;
	font-size:38pt;
	line-height:64px;
	padding:0;
	margin:0;
	font-weight:700;
	text-transform:none;
}
.header-text a {
	color:#fff;
	background:#e9c601;
	border-radius:20px;
	font-size:19pt;
	line-height:55px;
	font-weight:bold;
	padding:0 52px;
	box-sizing:border-box;
	display:table;
	margin:44px auto 0 auto;
	opacity:0;
	top:-20px;
	position:relative;
	transition:filter 0.2s ease-in-out;
}
.header-text a:hover {
	filter:saturate(200%);
}
.footer-content {
	background:#0a080b;
	color:#fff;
	font-size:12pt;
	line-height:20px;
	padding:40px 0 75px 0;
	box-sizing:border-box;
}
.footer-content a {
	color:#fff;
	text-decoration:none;
}
.footer-content a:hover {
	text-decoration:underline;
}
.footer-content .content > div {
	float:left;
}
a.web {
	float:right;
}
a.facebook {
	width:44px;
	height:44px;
	background:url(img/facebook.png) no-repeat top center;
	background-size:44px 88px;
	border:3px solid #e9c601;
	margin-left:12px;
	padding:0 !important;
	border-radius:100%;
	float:right;
	transition:background 0.2s ease-in-out;
}
a.facebook:hover {
	background:url(img/facebook.png) no-repeat bottom center;
	background-size:44px 88px;
}
a.instagram {
	width:44px;
	height:44px;
	background:url(img/instagram.png) no-repeat top center;
	background-size:44px 88px;
	border:3px solid #e9c601;
	margin-left:12px;
	padding:0 !important;
	border-radius:100%;
	float:right;
	transition:background 0.2s ease-in-out;
}
a.instagram:hover {
	background:url(img/instagram.png) no-repeat bottom center;
	background-size:44px 88px;
}
.menu-container {
	background:#0a080b;
	width:100%;
	height:118px;
	z-index:1001;
	position:fixed;
	top:0;
	left:0;
	box-shadow:0 3px 3px rgba(0,0,0,0.1);
}
a.logo {
	background:url(img/logo.png) no-repeat left center;
	background-size:80px 70px;
	height:70px;
	padding:0 0 6px 96px;
	color:#ffd900;
	font-size:18pt;
	font-weight:bold;
	line-height:64px;
	position:absolute;
	top:25px;
	left:0;
	box-sizing:border-box;
	z-index:1000;
}
.menu-content {
	width:96%;
	max-width:1920px;
	height:118px;
	margin:0 auto;
	position:relative;
	box-sizing:border-box;
}
.menu {
	width:100%;
	font-size:0;
	margin-top:34px;
	position:relative;
	float:left;
}
.menu > ul {
	padding:0;
	list-style:none;
	text-align:center;
	box-sizing:border-box;
	position:absolute;
	top:12px;
	right:158px;
}
.menu > ul > li {
	margin:0 0 0 45px;
	padding:0;
	list-style:none;
	display:inline-block;
	color:#fff;
	position:relative;
}
.menu > ul > li > span {
	padding:20px 0;
}
.menu > ul > li > a {
	font-size:13.5pt;
	line-height:26px;
	color:#fff;
	text-transform:uppercase;
	transition:color 0.2s ease-in-out;
}
.menu ul li a:hover {
	color:#e9c601;
}
.menu-sml-content {
	background:#0a080b;
	width:100%;
	height:70px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:999;
	text-align:center;
	display:none;
}
#menu-bttn {
	width:20px;
	height:13px;
	position:absolute;
	top:18px;
	right:1.5%;
	padding:10px;
	cursor:pointer;
	z-index:1001;
}
#menu-bttn div {
	background:#fff;
	width:22px;
	height:2px;
	position:absolute;
}
.menu-bttn-line-1 {
	top:10px;
}
.menu-bttn-line-2 {
	top:16px;
}
.menu-bttn-line-3 {
	top:22px;
}
#menu-sml {
	background:#fff;
	width:100%;
	height:100vh;
	padding:0 0 18px 0;
	position:absolute;
	top:70px;
	left:0;
	display:none;
	z-index:1000;
	overflow:auto;
	user-select:none;
}
.menu-sml-container {
	background:#fff;
	width:100%;
	padding:0 0 50px 0;
	overflow:auto;
	float:left;
}
#menu-sml ul {
	width:100%;
	margin:10px 0;
	padding:0;
	list-style:none;
	float:left;
}
.menu-sml-container > ul {
	padding:25px 0 100px 0 !important;
}
#menu-sml ul li {
	width:100%;
	margin:0 0 7px 0;
	padding:0 10px;
	box-sizing:border-box;
	list-style:none;
	text-align:center;
	float:left;
}
#menu-sml ul li a {
	color:#0d1b3b;
	font-size:14pt;
	line-height:25px;
	font-weight:700;
	padding:5px;
	position:relative;
	cursor:pointer;
	display:inline-block;
}
#menu-sml ul li a:hover {
	text-decoration:none;
}
.flag {
	position:absolute;
	bottom:-36px;
	right:0;
}
.flag img {
	width:38px;
	height:24px;
}
#about-content {
	background:#eee;
}
#about-content .container {
	max-width:865px;
}
#services-content {
	background:#0a080b;
	padding:50px 0;
}
#services-content .container {
	max-width:1230px;
}
.services {
	width:100%;
	float:left;
}
.services ul {
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	display:-webkit-flex;
	display:-ms-flex;
    display:flex;
	-webkit-transition:wrap;
	-moz-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
	float:left;
}
.services ul li {
	width:33.333333%;
	margin:0;
	padding:30px;
	box-sizing:border-box;
	opacity:0;
	top:-50px;
	position:relative;
	transition:opacity 0.35s ease-in-out, top 0.35s ease-in-out;
	float:left;
}
.services ul li img {
	width:100%;
	height:auto;
}
.services ul li > div {
	width:100%;
	height:100%;
	background:#eee;
	text-align:center;
	font-size:12pt;
	line-height:19px;
	border-radius:10px;
	overflow:hidden;
}
.services ul li h2 {
	width:100%;
	font-size:21pt;
	line-height:34px;
	font-weight:bold;
	margin:0;
	padding:5px 0 20px 0;
	text-align:center;
}
.services ul li > div span {
	background-color:#fff;
	background-position:center;
	background-size:102px 102px;
	background-repeat:no-repeat;
	width:122px;
	height:122px;
	border-radius:100%;
	display:block;
	margin:-61px auto 0 auto;
	position:relative;
	z-index:1;
}
.services ul li > div > div {
	padding:20px 30px 50px 30px;
	box-sizing:border-box;
}
.services ul li:nth-child(1) > div span {
	background-image:url(img/services/pricing_icon.png);
}
.services ul li:nth-child(2) > div span {
	background-image:url(img/services/furniture_and_white_goods_removals_icon.png);
}
.services ul li:nth-child(3) > div span {
	background-image:url(img/services/end_of_tenancy_clearance_icon.png);
}
.services ul li:nth-child(4) > div span {
	background-image:url(img/services/builders_waste_icon.png);
}
.services ul li:nth-child(5) > div span {
	background-image:url(img/services/lockable_wheelie_bins_icon.png);
}
.services ul li:nth-child(6) > div span {
	background-image:url(img/services/customer_service_icon.png);
}
#map {
	background:#e5e3df;
	width:100%;
	height:600px;
	float:left;
}
.contacts {
	width:50%;
	margin-top:50px;
	padding:25px 40px 0 0;
	box-sizing:border-box;
	float:left;
}
.contacts > span {
	width:100%;
	font-size:12pt;
	line-height:20px;
	padding-left:40px;
	margin-bottom:18px;
	box-sizing:border-box;
	float:left;
}
.contacts .phone {
	background:url(img/phone.png) no-repeat center left;
	background-size:22px 26px;
	font-weight:bold;
}
.contacts .mobile {
	background:url(img/mobile.png) no-repeat center left;
	background-size:22px 26px;
	font-weight:bold;
}
.contacts .email {
	background:url(img/email.png) no-repeat center left;
	background-size:22px 26px;
	font-weight:bold;
}
.contacts .email a {
	text-decoration:none;
}
.contacts .address {
	background:url(img/address.png) no-repeat center left;
	background-size:22px 26px;
}
.team {
	padding:17px 0 15px 40px;
	text-align:center;
	font-size:11pt;
	line-height:19px;
	box-sizing:border-box;
	float:left;
}
.team img {
	max-width:100%;
	height:auto;
	border-radius:100%;
	border:3px solid #0a080b;
	margin-bottom:15px;
	box-sizing:border-box;
}
.team strong {
	font-size:12pt;
}
.contact-form {
	margin-top:50px;
	width:47%;
	position:relative;
	box-sizing:border-box;
	float:right;
}
.contact-form form {
	width:100%;
	border-radius:20px;
	background:#d1d1d1;
	padding:62px 46px 46px 46px;
	box-sizing:border-box;
	float:left;
}
.contact-form input[type=text], .contact-form textarea {
	width:100%;
	background:#fff;
}
input, input[type=password], textarea, select {
	font-family:'Roboto', sans-serif;
	background:#d1d1d1;
	border:0;
	font-size:12pt;
	line-height:22px;
	padding:10px 20px;
	margin:0 0 15px 0;
	color:#0d1b3b;
	box-sizing:border-box;
	border-radius:20px;
	resize:vertical;
	outline:none;
}
.content button, .logForm button, .header-text button {
	font-size:13pt;
	line-height:22px;
	color:#fff;
	border-radius:21px;
	background:#0a080b;
	font-weight:700;
	margin-top:36px;
	padding:10px 26px;
	box-sizing:border-box;
	display:table;
	border:0;
	outline:none;
	cursor:pointer;
	float:left;
	transition:background 0.2s ease-in-out;
}
.content button:hover {
	background:#e9c601;
}
.contact-form button {
	min-width:122px;
	margin-top:15px;
}
.true {
	width:100%;
	background:#fff;
	border:1px solid #23b005;
	padding:10px 5px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#23b005;
	text-align:left;
	border-radius:5px;
	margin-bottom:20px;
	float:left;
}
.true div {
	background:url(img/big_icons.png) no-repeat left top;
	width:24px;
	height:24px;
	float:left;
	margin:-4px 5px -5px 0;
}
.false {
	width:100%;
	background:#fff;
	border:1px solid #ee552a;
	padding:10px 5px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#ee552a;
	text-align:left;
	border-radius:5px;
	margin-bottom:20px;
	float:left;
}
.false div {
	background:url(img/big_icons.png) no-repeat;
	background-position:0 -24px;
	width:24px;
	height:24px;
	float:left;
	margin:-4px 5px -5px 0;
}
.warn {
	width:100%;
	background:#fff;
	border:1px solid #ff8f2c;
	padding:10px 5px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#ff8f2c;
	text-align:left;
	border-radius:5px;
	margin-bottom:20px;
	float:left;
}
.warn div {
	background:url(img/big_icons.png) no-repeat;
	background-position:0 -48px;
	width:24px;
	height:24px;
	float:left;
	margin:-4px 5px -5px 0;
}
.cookies-container {
	font-family:'Arial';
	font-size:16px;
	line-height:20px;
	background:rgba(213,241,70,0.9);
	color:#222;
	text-align:center;
	width:100%;
	position:fixed;
	z-index:1006;
	bottom:0;
	left:0;
	box-sizing:border-box;
}
.cookies-container a {
	color:#000;
	text-decoration:underline;
}
.cookies-container .cookies-content {
	width:100%;
	max-width:1000px;
	margin:0 auto;
	display:table;
	position:relative;
	box-sizing:border-box;
}
.cookies-container .cookies-content .cookies {
	display:table-cell;
	vertical-align:middle;
	padding:22px 132px 22px 40px;
	float:left;
}
.agree-cookies {
	background:#000;
	color:#fff;
	padding:8px 12px;
	display:inline-block;
	cursor:pointer;
	position:absolute;
	top:24px;
	right:40px;
}

@media only screen and (max-width:767px){	
	.cookies-container .cookies-content .cookies {
		padding:20px;
	}
	.cookies-container .cookies-content .cookies span {
		display:block;
		margin-top:12px;
	}	
	.agree-cookies {
		margin-top:4px;
		position:static;
	}
}