* {
	margin: 0px; padding: 0px;
}
a { cursor: pointer !important;}
a:visited {
	color: #111;
}

html,body {
	transition: all ease 0.5s;
}


body {
	background: #fff;
	overflow-x: hidden;
	width: 100%;
	overflow-x: hidden !important;
}

html {
	width: 100%;
	overflow-x: hidden !important;
}

header {
	position: relative;
}


header, .pageContent {
	width: 80%; margin: 0px auto;
	max-width: 1100px;
}

.header-wrapped {
	background: #fff;
	border: 1px solid #aaa;
	border-top: none;
}

header::after, .header-wrapped::after {
	content: "";
	display: block;
	clear: both;
}

section{
	width: 100%; position: relative;
}

section::after {
	content: "";
	display: block;
	clear: both;
}

.header {
	background: #fff;
	background-image: url('/content/images/int.jpg');
	background-repeat: no-repeat; background-position: center;
	/*background-attachment: fixed;*/
	background-size: 100% 100%; overflow: hidden; position: relative;
}


.topHeader {
	background: #fff;
	height: 90px;
	border: 1px solid #999;
	border-top: none;
	padding: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
	/*background: rgba(0, 0, 0, .5);*/

}

a.logo {
	display: block;
	height: 100%;
	width: 100%;
	background-image: url('/content/images/logo.png');
	background-size: 150%; background-repeat: no-repeat;
	background-position: center;
}

.logo-wrapper { 
	width: 10%; 
	max-width: 15%; 
	min-width: 150px; 
	float: left; 
	display: block; 
	height:100%; 
}
.menu-wrapper {
	width: 85%;
	float: right;
	height: 100%;
}

#quote {
	display: block;
	padding: 10px 15px;
	background: rgb(30, 141, 222);
	color: #eee; border: 2px solid transparent;
	border-bottom-color: red; border-right-color: red;
	font-size: .85em;
}


.bottom-menu {
	float: left;
	height:100%; width: 75%;
	text-align: right;
}

.top-menu p { color: #999; font-size: 1em; }
a.num { 
	font-size: 1.2em; display: block; 
	color: rgb(30, 141, 222); font-weight: 800; 
	letter-spacing: .09em; text-align: right; 
	margin-bottom: 10px; color: #888;
}

nav { 
	width: 100%;
}

nav ul { width: 100%; text-align: center;}
nav ul li { display: inline-block; list-style-type: none; }
nav ul li a {
	display: inline-block;
	padding: 5px 10px;
	margin: 0px !important;
	line-height: 110px;
	color:#111 !important; 

}

.top-menu {
	float: left;
}

.menu-wrapper a{ text-decoration: none; }


.banner {
	background: ;
	height:450px;
	margin-top: 10px;
	text-align: center;
}

.banner img {
	border-radius: 1px;
	
}

.pageContent{
	padding: 15px 0px 20px 0px;
}


.pageContent aside article{
	margin: 5px 0px;
}

.pageContent aside article h1 {
	font-size: 1.6em; overflow: hidden; border-radius: 3px;
	padding: 15px 10px; 
	/*background-image: url('/content/images/bg.jpg');*/
	background-repeat: no-repeat; background-size: 100%; background-position: center;
	position: relative; color: #eee; margin: 0px 0px; 
	/*border: 1px solid rgb(30, 141, 222); color: transparent;*/
	background-attachment: fixed;
	background: rgb(25, 23, 28);
}


.homepage .pageContent a{
	padding: 15px 20px;
	background: #a00;
	text-decoration: none;
	color: #eee; margin-left: 10px;
}

.pageContent aside article h1::before{
	content: "UkDryWall"; display: block;
	position: absolute; padding: 15px 10px; width: 100%; 
	background: rgba(0, 0, 100, .1); top:0px; left: 0px;
	color: #eee !important; border-radius: 3px;
}

article {
	/*display: block !important;*/
}

.pageContent aside {
	padding-bottom: 25px;
}

.pageContent aside article p{
	padding: 10px;
	margin-bottom: 10px;
	letter-spacing: .01em;
	line-height: 25px; font-size: .85em;
}



div.slider{
	width:99%; height: 270px;
	margin: 3px auto;
	border-radius: 3px; -webkit-border-radius: 3px;
	-moz-border-radius: 3px; background-image: url('/content/images/int.jpg');
	background-repeat: no-repeat; background-size: 100%; background-position: bottom center;
}

div.slider .slide {
	height: 100%; width: 100%;
}

div.slider .slide img {
	height: 100%; width: 100%;
}

#small-menu { display: none; }

section.services {
	padding: 30px 0px; position: relative;
	background-image: url('/content/images/int.jpg'); background-repeat: no-repeat;
	background-size: 100%; background-position: center; background-attachment: fixed;
}



.cover{
	position: absolute;
	height: 100%; width: 100%;
	background: rgba(0, 0, 0, .7); top: 0px;
}

section.services h3 {
	text-align: center;
	font-weight: 800; letter-spacing: .03em;
	font-size: 1.5em; color: #eee;
}


section.services .pageContent{
	z-index: 1000; position: relative;
}

div.service {
	width: 30.97%; height: 230px; overflow: hidden;
	float: left; margin: 20px 1%; border: 2px solid #eee;
	border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
	cursor: pointer; position: relative;
}

div.service article {
	position: absolute; z-index: 100;
	top: 0px; left: 0px; padding: 5px 10px;
	background: rgba(0, 0, 0, .5);
	height: 100%; top: calc(100% - 40px);
	transition: all ease 0.6s; color: #eee;
}

div.service:hover article{
	top: 0px;
}

div.service article h3 {
	text-align: left; padding: 5px 0px;
}

div.service article p{
	font-size: .9em; letter-spacing: .05em;
}

div.service img {
	height: 100%;
	width: 100%;
}

.see-more a, .feedback a{
	display: block;
	padding: 20px 0px;
	width: 100%; text-align: center;
	text-decoration: none;
	background: rgb(100, 0, 0); color: #ddd;
}

.feedback a{
	background: rgb(25, 23, 28);
}

.wcu {
	padding: 30px 0px;
	/*background: rgb(30, 141, 222);*/
	color: ; border-top: 5px solid #fff;
}

#slidesSection {
	padding: 0px !important;
}

.wcu h2 {
	color: ; 
	text-align: center;

	/*text-decoration: underline;*/
}


.wcu h3 {
	margin: 10px 0px;
}

.wcu p {
	padding-left: 10px
}

.wcu aside {
	width: 45%; float: left;
	padding: 30px 2.5%;
	letter-spacing: .03em;
}

.wcu aside ul {
	padding-left: 30px;
}


.cun {
	background:rgb(25, 23, 28);
	/*background: #fff;*/
	border-top: 4px solid rgb(30, 141, 222);
	padding: 80px 0px;
	/*border-bottom: 1px solid #aaa;*/
}

.cun form {
	width: 90%; margin: 0px auto;

}

table {
	width: 100%;
}

.contact-page {
	width: 60% !important;
	margin: 10px auto;
}

.contact-page  h2 {
	margin: 10px 0px;
}

table td {
	float: left;
	padding: 5px;
}

table td:first-child{
	min-width: 100px;
}

.cun form::after {
	content: "";
	display: block;
	clear: both;
}

.cun h1 {
	text-align: center;
	color: #eee; 
	/*color: rgb(25, 23, 28);;*/
	margin : 5px 0px 30px 0px;
}

.cun form input{
	width: 48.1%;
	padding: 5px;
	border: 2px solid rgb(30, 141, 222);
	/*border: 2px solid #aaa;*/
	margin: 5px .1%; border-radius: 2px;
	-webkit-border-radius: 2px; -moz-border-radius: 2px;
	height: 35px; font-size: .8em;
}

.cun form textarea {
	width: 77%;
	border: 2px solid rgb(30, 141, 222);
	/*border: 2px solid #aaa;*/
	margin: 5px .1%; border-radius: 2px;
	-webkit-border-radius: 2px; -moz-border-radius: 2px;
	padding: 10px .7%; height: 150px; resize: none;
	font-size: .8em; float: left;
}

.cun form .dets {
	float: left;
	width: 20%;
	margin: 3px; color: #eee; font-weight: 700;
	font-size: 1em; cursor: pointer;
	border: 1px solid transparent;
}

.cun form .dets a{
	display: block;
	color: rgb(30, 141, 222);
	/*color: #aaa;*/
	line-height: 22px; font-weight: 100;
	text-decoration: none; padding: 3px; padding-left: 25px;
	background-position: left center;
	background-size: 16px; margin-left: 5px;
	background-repeat: no-repeat;

}

a.phone { background-image: url('/content/images/phone.png'); }
a.fax{ background-image: url('/content/images/fax.png'); }
a.mail{ background-image: url('/content/images/mail.png'); }


.cun form .dets a::after {

}

.cun form button {
	background: #a00;
	border: 1px solid transparent;
	padding: 15px 50px; margin: 5px;
	margin-top:10px; font-weight: 600;
	color: #eee; font-size: .9em; cursor: pointer;
}


.all-page-widget {
	padding: 10px 0px;
	padding-top: 30px;
}

.all-page-widget h2 {
	/*color:rgb(30, 141, 222);*/
}

.about {
	padding: 10px;
}

.about h3 {
	padding: 10px 0px;
}

ul.services {
	display: block;
	padding: 10px 0px;
}

.about ul {
	margin-left: 20px;
}

.services li {
	list-style-type: none;
	padding: 2.5px 0px;
	padding-left: 5px;
	cursor: pointer !important;
	transition: all ease .5s;
	margin-left: -5px;
	border-left: 3px solid transparent;
	font-size: 1em;
}

.services li:hover {
	border-left-color: rgb(30, 141, 222);
	color: rgb(30, 141, 222);
}

input:focus, textarea:focus, button:focus {
	outline: none;
}

footer {
	text-align: center;
	background: rgb(25, 23, 28);
	padding: 0px 0px; color: #888;
	padding-bottom: 20px;
}

footer .pageContent {
	width: 70%;
	border-top: 1px solid rgb(30, 141, 222);
}

footer .pageContent a {
	color: #eee; text-decoration: none;
}

.contact-us-now {
	background: rgb(30, 141, 222);
	display: block;
	padding: 20px 0px;
	text-align: center;
	width: 100%;
	text-decoration: none;
	font-weight: bolder;
	color: #fff;
}

.contact-us-now::after{
	content: "";
	display: block;
	clear: both;
}

#to-top {
	position: fixed;
	z-index: 90000;
	color: #eee;
	bottom: -10px;
	right: 5%;
	height: 35px;
	background: #008bec;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
	cursor: pointer;
	text-decoration: none !important;
	display: none;
	transition: all ease 0.5s;

}

#menu-toggle {
	background-image: url('/content/images/menu.png');
	padding: 22.5px;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	right: 5%; top: 30px;
	background-position: center;
	cursor: pointer; display: none;
}

.wcu {
	background: #f5f5f5 !important;
}

#wcu {
	padding: 40px 0px !important;
}

.page-content-redesigned {
	width: 100%;
}

.page-content-redesigned > aside {
	display: block;
	float: left;
}

.main-page-content {
	width: 70%;
}

.home-about {
	width: 100%;
}


.pageSlider {
	display: block;
	background: rgb(25, 23, 28);
	width: 100%;
	height: 600px;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
}
#test-author, #test-body {
	transition: all ease 0.9s;
	display: block;
}
.shifter {
	position: absolute;
	cursor: pointer;
	padding: 17% 5px;
	z-index: 1000000;
}

.innerControl {
	width: 35px;
	height: 35px;
	border: 1px solid #fff;
	border-radius: 35px;
	color: #fff !important;
	text-align: center;
	line-height: 35px;
}

.sliderContainer {
	width: 10000000px;
	position: relative;
	top: 0px; left: 0px;
	height: 100%;
	float: left;
	transition: all ease 0.7s;
}

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.sliderLeft {
	left: 0px;
}

.sliderRight {
	z-index: 1000000;
	right: 0px;
}

ul.sliderImages li{
	display: block;
	float: left;
}

ul.sliderImages li img {
	width: 100%;
	height: 600px;
}


.image-line {
	display: block;
	/*background: #fff450;*/
	text-align: center;
}

.image-line article {
	display: inline-block;
	width: 25%;
	margin: -4px -2px !important;
	overflow: hidden;
	height: 200px;
}


.image-line article img {
	width: 100%;
}


.renovations-container {
	padding: 10px 0px;
	max-width: 900px;
	margin: 10px auto;
	position: relative;
}

.renovation-item {
	height: 250px;
	overflow: hidden;
	width: 100%;
	margin: 25px 0px;
}

.before, .after {
	display: block;
	width: 48%;
	overflow: hidden;
}

.before {
	float: left;
}

.after {
	float: right;
}

.before img, .after img{
	width: 100%;
	border-radius: 5px;
}




/*Testimonial area design*/
#testimonials {
	padding: 5%;
	width: 90% !important;
}

.testimonial {
	text-align: center;
	width: 100%;
	max-width: 800px;
	margin: 0px auto;
	min-height: 300px;
}

.testimonial p, .testimonial h4, .testimonial cite { margin: 8px 0px; }

.mog-shot {
	background-image: url('/content/images/user.png');
	height: 50px; width: 50px;
	margin: 0px auto;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
}

.testimonial p{
	display: block;
	min-height: 120px;
}


.mobileMenu {
	position: fixed;
	display: block;
	top: 0px;
	background: rgb(25, 34, 45);
	width: 100%;
	height: 100%;
	text-align: center;
	transition: all ease 0.7s;
	left: -100%;
	display: none;
	z-index: 9000000000;
}

.success {
	color: green;
	text-align: center;
}

.normal {
	color:#ffffff;
	text-align: center;
}

.failed {
	color: red;
	text-align: center;
}

#rem-menu {
	color: #ffffff;
	font-size: 2rem;
	text-align: right;
	padding: 10px 30px;
	cursor: pointer;
}

.mobileMenu ul {
	padding-top: 30px;
}

.mobileMenu a {
	color: #ffffff;
	display: block;
	padding: 5px 0px;
}

.big-heading {
	/*background: green !important;*/
	background-image: url('/content/images/bgg.jpg') !important;
	background-attachment: fixed !important;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1300px) {
	.pageContent, header { width: 95% !important; max-width: 95% !important; }
	div.slider { height: 340px !important; }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 1172px) {
	.menu-wrapper {
		display: none;
	}

	#menu-toggle {
		display: block;
	}

	#small-menu {
		display: block;
		position: fixed;
		background: #000;
		width: 100%; height: 100%;
		top: 0px; z-index: 1000000;
		color: #eee; text-align: left;
		display: none;
	}

	#small-menu ul{ width: 100%; margin: 0px; padding: 0px; }
	#small-menu li{ list-style-type: none; }
	#small-menu a{ color: #eee; display: block; text-decoration: none;
		padding: 20px 50px; font-size: 1.5em;
	}

	.snum {
		color: #007bec !important;
	}

	#squote {
		display: block;
		padding: 10px 15px;
		background: rgb(30, 141, 222);
		color: #eee; border: 2px solid transparent;
		font-size: .85em; text-align: center !important;
	}

	.pageContent{
		overflow-x: hidden !important;
	}

	.topHeader {
		height: 50px;
	}

	#menu-toggle {
		position: absolute;
		z-index: 1000000;
		top: 20px !important;
		padding: 12.5px;
	}

	.logo-wrapper { 
		max-width: 100px !important; 
		min-width: 100px !important; 
		float: left; 
		display: block; 
		height:100%; 
	}

	.header {
		height: 350px !important;
	}

	div.slider {
		height: 95% !important;
	}

	div.service {
		width: 47% !important; height: 280px; overflow: hidden;
		float: left; margin: 20px 1%; border: 2px solid #eee;
		border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
		cursor: pointer; position: relative;
	}


	.cun form input{
		width: 87.1%;
		padding: 5px;
		border: 2px solid rgb(30, 141, 222);
		margin: 5px auto !important; border-radius: 2px;
		-webkit-border-radius: 2px; -moz-border-radius: 2px;
		height: 35px; font-size: .8em;
	}

	.cun form textarea {
		width: 87%;
		border: 2px solid rgb(30, 141, 222);
		margin: 5px .1%; border-radius: 2px;
		-webkit-border-radius: 2px; -moz-border-radius: 2px;
		padding: 10px .7%; height: 150px; resize: none;
		font-size: .8em; float: left;
	}

	form {
		width: 75% !important;
		margin: 0px auto !important;
	}

	.cun form .dets {
		float: left;
		width: 35%;
		margin: 3px; color: #eee; font-weight: 700;
		font-size: 1em; cursor: pointer;
		border: 1px solid transparent;
	}

	.cun form .dets a{
		display: block;
		color: rgb(30, 141, 222);
		line-height: 22px; font-weight: 100;
		text-decoration: none; padding: 3px; padding-left: 25px;
		background-position: left center;
		background-size: 16px; margin-left: 5px;
		background-repeat: no-repeat;

	}

	.cun form button {
		background: #a00;
		width: 50%;
		border: 1px solid transparent;
		padding: 15px 50px; margin: 5px;
		margin-top:10px; font-weight: 600;
		color: #eee; font-size: .9em; cursor: pointer;
		display: block; clear: both;
	}

	.mobileMenu {
		display: block !important;

	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 1000px) {
	.pageContent aside{
		width: 100% !important; float: none !important;
	}

	.topHeader {
		height: 50px;
	}

	#menu-toggle {
		position: absolute;
		z-index: 1000000;
		top: 20px !important;
		padding: 12.5px;
	}

	.logo-wrapper { 
		max-width: 100px !important; 
		min-width: 100px !important; 
		float: left; 
		display: block; 
		height:100%; 
	}

	form {
		width: 100% !important;
		margin: 0px auto !important;
	}

	.header {
		height: 350px !important;
	}

	div.service {
		width: 46% !important; height: 230px; overflow: hidden;
		float: left !important; margin: 20px 1%; border: 2px solid #eee;
		border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
		cursor: pointer; position: relative;
	}

	.pageContent {
		width: 85% !important;
	}


	div.slider {
		height: 95% !important;
	}


	div.service {
		width: 99% !important; height: 390px; overflow: hidden;
		float: none !important; margin: 20px 1%; border: 2px solid #eee;
		border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
		cursor: pointer; position: relative; margin: 20px auto !important;
	}
	
}

@media only screen and (max-width : 800px) {
	ul.sliderImages li{
		display: block;
		float: left;
	}

	ul.sliderImages li img {
		width: 100%;
		height: 450px;
	}

	.pageSlider {
		display: block;
		background: rgb(25, 23, 28);
		width: 100%;
		height: 450px;
		margin: 0px auto;
		position: relative;
		overflow: hidden;
	}

	.image-line {
		display: none;
	}

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 680px) {

	.pageContent {
		width: 80% !important;
	}

	.pageContent aside{
		width: 95% !important;
	}


	section.services {
		padding: 30px 0px; position: relative;
		background-image: url('/content/images/int.jpg'); background-repeat: no-repeat;
		background-size: 100% 100%; background-position: center; background-attachment: fixed;
	}



	.cover{
		position: absolute;
		height: 100%; width: 100%;
		background: rgba(0, 0, 0, .7); top: 0px;
	}

	section.services h3 {
		text-align: center;
		font-weight: 800; letter-spacing: .03em;
		font-size: 1.5em; color: #eee;
	}


	div.service {
		width: 90% !important; height: 250px; overflow: hidden;
		float: none !important; margin: 20px 1%; border: 2px solid #eee;
		border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
		cursor: pointer; position: relative; margin: 10px auto !important;
	}


	.header {
		height: 300px !important;
	}

	.main-page-content {
		width: 100%;
		float: none !important;
	}

	.all-page-widget {
		width: 90%;
		padding: 20px 10%;
	}

	ul.sliderImages li{
		display: block;
		float: left;
	}

	ul.sliderImages li img {
		width: 100%;
		height: 300px;
	}

	.pageSlider {
		display: block;
		background: rgb(25, 23, 28);
		width: 100%;
		height: 300px;
		margin: 0px auto;
		position: relative;
		overflow: hidden;
	}

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	div.service {
		width: 95% !important; height: 280px; overflow: hidden;
		float: none !important; margin: 20px 1%; border: 2px solid #eee;
		border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
		cursor: pointer; position: relative; margin: 10px auto !important;
	}

	.main-page-content {
		width: 100%;
		float: none !important;

	}
}

