/*
Theme Name: Dream Loft Makers
Theme URI: 
Description: This theme shows you how to create WordPress themes from HTML
Version: 1.0
Author: Espresso Web
Author URI: http://www.espressoweb.co.uk
*/

@font-face {
    font-family: 'OpenSansLight';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'OpenSansLightItalic';
    src: url('fonts/OpenSans-LightItalic-webfont.eot');
    src: url('fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-LightItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'OpenSansItalic';
    src: url('fonts/OpenSans-Italic-webfont.eot');
    src: url('fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Italic-webfont.woff') format('woff'),
         url('fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'OpenSansSemibold';
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'OpenSansSemiboldItalic';
    src: url('fonts/OpenSans-SemiboldItalic-webfont.eot');
    src: url('fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'OpenSansBold';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'OpenSansBoldItalic';
    src: url('fonts/OpenSans-BoldItalic-webfont.eot');
    src: url('fonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-BoldItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'OpenSansExtrabold';
    src: url('fonts/OpenSans-ExtraBold-webfont.eot');
    src: url('fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-ExtraBold-webfont.svg#OpenSansExtrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'OpenSansExtraboldItalic';
    src: url('fonts/OpenSans-ExtraBoldItalic-webfont.eot');
    src: url('fonts/OpenSans-ExtraBoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-ExtraBoldItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans-ExtraBoldItalic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-ExtraBoldItalic-webfont.svg#OpenSansExtraboldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@charset "utf-8";
/* CSS Document */
header, footer, section, nav, article {
	display: block;
}

html, body, div, span, h1, h2, p, ul, li, form, label {
	margin: 0;
	padding: 0;
}

html {
    position: relative;
    min-height: 100%;
    background: #00a8e7;
}

body {
	background: #fff;
	font-family: 'OpenSansRegular',Arial,Helvetica,sans-serif;
	margin: 0;
	width:100;
}

* {
    outline: none;
}
iframe {
width: 100%;

border: none;
}

a:link, a:visited {
    color: #00a8e7;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


button {
    background: #ed6237;
    border:none;
    padding: 9px 10px;
    color: #fff;
    cursor: pointer;
    border-radius: 3px 0 3px 0;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}

button:hover {
    background: #00a8e7;
    border-radius: 0 3px 0 3px;
    padding: 9px 30px;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}

h1, h2 {
	color: #00a8e7;
	font-size: 22px;
	margin: 0 0 5px 0;
	text-align: center;
    font-family: 'OpenSansLight'Arial,Helvetica,sans-serif;
}


p {
	font-size: 17px;
	margin: 0 0 10px 0;
	color: #000;
}

#wrap {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	background: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

nav {
	width: 100%;
	background: #fbf9fa; 
}

nav ul {
	width:100%;
    max-width:1400px;
	height: 54px;
	margin:0 auto;
	background:#fff;	
}

nav ul li {
	float: left;
	display: block;
	color: #f05eae;
	height: 54px;
	width:12.5%;
	text-align: left;
	font-size: 12px;
	background:#fff;
}
nav ul li ul{
    display: none;
    z-index: 999999;
    position: relative;
}
nav ul li ul li{
    width: 100%;
}
nav ul li:hover ul{
    display: block;
}

#menuButton{
display: none;
}

.address {
font-size: 13px;
text-align: right;
position: absolute;
top: -55px;
right: 2px;
line-height: 15px;
}
.home {
	background: url(images/home-icon.png) no-repeat;
    background-position: right 6px center;
	z-index:9;
}

.conversions {
	background: url(images/conversions-icon.png) no-repeat;
    background-position: right 6px center;
	z-index:9;
}
.extensions {
	background: url(images/extensions-icon.png) no-repeat;
    background-position: right 6px center;
	z-index:9;
}
.windows {
	background: url(images/windows-icon.png) no-repeat;
    background-position: right 6px center;
	z-index:9;
}
.design {
	background: url(images/desing-icon.png) no-repeat;
    background-position: right 6px center;
	z-index:9;
}
.costs {
	background: url(images/costs-icon.png) no-repeat;
    background-position: right 6px center;
	z-index:9;
}
.before {
	background: url(images/before-icon.png) no-repeat;
    background-position: right 6px center;
	z-index:9;
}
.contact {
	background: url(images/contact-icon.png) no-repeat;
    background-position: right 6px center;
	z-index:9;
}

.active_link {
    background-color: #00acde;
}

nav ul li a:link, nav ul li a:visited {
	color: #000!important;
	text-decoration: none;
	display: block;
	padding-left:10%;
	height: 38px;
	padding-top:16px;
}

nav ul li a:hover {
	text-decoration: none;
	color: #333;
	display: block;
    background-color: #00acde; 
}

header {
	width: 100%;
	height: 168px;
	margin: 0;
	padding: 0;
	background: url(images/head.jpg) no-repeat;
	background-size: cover;
	position: relative;
}

.m-head {
    display: none;
}

.menu {
	width: 190px;
	height:auto;
	position:fixed;
	left: -230px;
	top:32px;
	background: #fff;
	z-index: 99999;
	padding:5px;
	border-radius: 0 0 15px 0;
    -webkit-box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.50);
    -moz-box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.50);
    box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.50);
}

.menu ul li a {
	color:#000;
	text-decoration:none;
    padding-bottom:0.6%;
}

.menu ul li a:hover {
	color:#000;
	text-decoration:underline;
}

.closeButton {
    color: #00a8e7;
    cursor:pointer;
}

#logo {
	width:20%;
	margin: 0;
	padding-top:1%;
	float:left;
	margin-left:1%;
}

#strap-line {
	width:50%;
	margin: 0 auto;
	padding-top:1%;
}

#strap-line h2 {
	color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 150, 150, 1);
    font-size:32px;
}

#contact-details {
	position: absolute;
	bottom: 4px;
	right: 10px;
}

#contact-details p {
	color: #313133;
	font-size: 21px;
	text-align:right;
margin: 5px 0 0 0;
}

#contact-details a:link, #contact-details a:visited {
    color: #313133;
    text-decoration: none;
    font-size: 30px;
}

#contact-details a:hover { 
    color: #313133;
    text-decoration: underline;
}
#social-top {
	position: absolute;
	top: 4px;
	right: 10px;
}

.blue-strip {
    width:100%;
    height:120px;
    background: #00a8e7;
}

#slider {
	width: 100%;
	height: 30.7692307692%;
	margin: 0;
	position: relative;
}

section {
	width: 100%;
    max-width:1400px;
	margin: 0 auto;
	padding: 10px 0 0px 0;
}

article {
    width:67%;
    padding: 1%;
    float: left;
    box-sizing: border-box;
}

article h1 {
    margin-top: -72px;
    margin-bottom: 43px;
    text-align: left;
    padding:0;
    color: #fff;
    font-size: 3.5em;
}

article img {
    margin: 5px 0 5px 5px;
    max-width:100%;
    height:auto;
}


article ul {
    padding-left: 21px;
}

.size-full {
    width: 100%;
    max-width: 963px;
}

.alignright {
    float: right;
}

aside {
    width: 28%;
    float: right;
    padding: 63px 0px 0 21px;
}

aside img {
    margin: 0 auto;
    max-width:100%;
    height:auto;
}

.left {
	width:48%;
	padding:1%;
	float:left;
	text-align: center;
}

.right {
	width:48%;
	padding:1%;
	float:left;
	text-align: center;
}

/* blog styling */

.blog-posts h1 {
    color: #fff;
    text-align:left;
    padding: 0;
    margin-top: -66px;
    font-size:3.5em;
}

.posts {
    padding-top: 4%;
}

.blog-posts h2 {
    text-align:left;;
}

.post-header a:link, .post-header a:visited {
    color: #00a8e7 ;
    text-decoration:none;
}

.post-header a:hover {
    text-decoration: underline;
}

.entry a:link, .entry a:visited {
    color: #00a8e7;
    text-decoration:none;
}

.entry a:hover {
    text-decoration: underline;
}
.post-footer {
    margin: 17px 0 30px 0;
    padding: 15px 8px;
    background: #a3a2a2;
    border-radius:5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.author {
    margin-top: 10px;
}

.cat-links {
    color:#000;
}
.cat-links a:link, .cat-links a:visited {
    color:#fff;
}

.latest-post li {
margin-bottom: 15px;
}

/** second row **/
.second-row {
	background: none;
	background-size: cover;
	min-height:390px;
}
.home-section {
    margin-top: 15px;
}

.home-section h1 {
    margin-top: -119px;
    margin-bottom: 29px;
    color: #fff;
    font-size:3.5em;
}

/** second row **/
.internal {
    margin-top: -45px!important;
}

.box {
	width: 31%;
    float: left;
    padding: 1% 3% 2% 2%;
	margin:1% 1% 3% 1%;
	text-align:center;
	background-color:rgba(255,255,255,0.7) !important;
    border-radius: 5px;
    box-shadow: -1px 0px 16px 0px rgba(0, 0, 0, 0.50);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 572px;
}

.loft-conversions {
    background: url(images/loft-conversions.png) no-repeat top 10px center #fff;
}

.attic-conversions {
    background: url(images/attic-conversions.png) no-repeat top 10px center #fff;
}

.loft-extensions {
    background: url(images/loft-extensions.png) no-repeat top 10px center #fff;
}

.box p {
	color: #000;
}

/** third row **/
.third-row {
	background: #fff;
    background-size: cover;
}

.testimonials {
    background: #ed6237;
    padding: 3% 1%;
    margin-bottom:5%;
    border-radius: 5px;
    position:relative;
    box-shadow: -1px 0px 16px 0px rgba(0, 0, 0, 0.50);
}

.testimonials p{
    color: #fff;
    font-size: 20px;
}

.testimonials2 {
    background: #00a8e7;
    padding: 3% 1%;
    margin-bottom: 5%;
    border-radius: 5px;
    margin-top: 10px;
    position: relative;
    width: 98%;
    box-shadow: -1px 0px 16px 0px rgba(0, 0, 0, 0.50);
}

.testimonials2 p {
    color: #fff;
    text-align: center;
}

.bottom-blue {
    background: #00a8e7!important;
}

#tri {
    position: absolute;
    bottom: -34px;
    width:96px;
    height:34px;
    left:25px;
    background: url(images/orange-tri.png) no-repeat;
}

#tri-2 {
    position: absolute;
    bottom: -34px;
    width:96px;
    height:34px;
    right:25px;
    background: url(images/blue-tri.png) no-repeat;
}

.gallery-home {
    padding: 1%;
    margin-bottom:10%;
}

.gallery-home img {
    border-radius: 5px;
    width: 100%;
}

/** fourth row **/
.fourth-row {
	display:none;
}

.clear {
	clear: both;
}

footer {
	background: #161616 url(images/foot-bg.png) repeat fixed;
    margin: 0;
    width: 100%;
}

#foot-wrap {
	margin: 0 auto;
	width: 100%;
    max-width: 1400px;
}

footer p {
	color: #fff;
	font-size: 18px;
}

footer h2 {
    color: #ed6237;
    text-align:left;
}

footer a:link, footer a:visited {
	text-decoration: none;
	color: #00a8e7;
}

footer a:hover {
	text-decoration: underline;
	color: #00a8e7;
}

.box-1 {
	width:31%;
	float:left;
	padding: 0% 1% 0% 1%;
	margin:1% 1% 3% 1%;
	text-align:left;
	background: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.box-1 p {
	color: #fff;
}

.box-2 {
	width:31%;
	float:left;
	padding: 0% 1% 0% 1%;
	margin:1% 1% 3% 1%;
	text-align:left;
	background: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.box-2 p {
	color: #fff;
}

.box-1 a:link, .box-1 a:visited{
	color: #00a8e7;
}

.box-2 a:link, .box-2 a:visited{
	color: #00a8e7;
}

.box-3 {
	width:33%;
	float:left;
	padding: 0%;
	margin:1% 0% 1% 1%;
	text-align:right;
	background: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.box-3 p {
	color: #fff;
}

.latest-post a {
    display:block;
}

.latest-post li {
    color: #00a8e7;
}
    align-items: 
/* foot-btm */

.foot-btm {
    height: 51px;
    margin-top: -89px !important;
    background: url(images/foot-bg.jpg) repeat-x bottom #161616;
    display:none;
}

.foot-left {
    width:46%;
	float:left;
	padding: 0% 1% 0% 1%;
    margin:0;
    margin-top: -52px;
}

.foot-right {
    width:46%;
	float:left;
	padding: 0% 1% 0% 1%;
    margin:0;
    margin-top: 16px;
}

#social-bottom {
    padding: 0px 0px 10px 0px;
}

.date {
    font-style: italic;
}
/* form */
#form-wrap {
    width: 100%;
    min-height: 200px;
}

form { 
	width: 96%; 
	color: #fff;
    float:right;
    padding:2%;
    border-radius: 5px;
    background: #444444; /* Old browsers */
background: -moz-linear-gradient(top,  #444444 0%, #020504 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#020504)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #444444 0%,#020504 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #444444 0%,#020504 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #444444 0%,#020504 100%); /* IE10+ */
background: linear-gradient(to bottom,  #444444 0%,#020504 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#020504',GradientType=0 ); /* IE6-9 */
    box-shadow: -1px 0px 16px 0px #000;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

.form-box {
    width:48%;
    float:left;
    margin-right: 2%;
}

.form-box1 {
    width:48%;
    float:left;
}
	
label { 
	position: relative;
	clear: both; 
	display: block; 
    text-align: left;
    margin-left: 3%;
}
	
sup { color: #f00; }
	
input, select, textarea { 
	font-size: 12px; 
	margin-bottom: 25px;
    border: none;
	padding: 10px 8px 10px 8px; 
	background: #fff; 
	color: 	#696969; 
	width: 89%;
    -moz-box-shadow: inset -1px 0px 11px 0px #222;
    -webkit-box-shadow: inset -1px 0px 11px 0px #222;
    box-shadow: inset -1px 0px 11px 0px #222;
    border-radius: 5px;

}
	
input:focus, textarea:focus { 
	border: none; 
	-webkit-box-shadow:	none; 
	-moz-box-shadow: none; 
	box-shadow: none; 
}
	
input[type=date], input[type=number]{ 
	-moz-border-radius:  7px; 
	-webkit-border-radius: 7px; 
	border-radius: 7px; 
	width: 93%;
}

select {
	-moz-border-radius:  7px; 
	-webkit-border-radius: 7px; 
	border-radius: 7px; 
	width: 163px; 
}

textarea {
	height: 99px;
    margin-bottom: 19px;
}
	
	
input[type=submit] { 
	background: #ed6237; 
	display: inline-block; 
	width: auto;
	color: #000; 
	text-decoration: none; 
	font-weight: bold;  
	border: none; 
	position: relative; 
	cursor: pointer; 
	font-size: 12px; 
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}
	
input[type=submit]:hover	{ 
	background-color: #ed6237;
	-webkit-transform: scale(1.1); 
	-moz-box-shadow: 0 1px 6px #000; 
	-webkit-box-shadow: 0 1px 6px #000; 
	box-shadow: 0 1px 6px #000; 
}
	
.centerit {
	text-align: center;
}

 sup {
     color: red;
 }
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height: 30.7692307692%;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	height: auto;
	left:0px;
	
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
	text-indent: -9999px;
}
.nivo-prevNav {
	left:5px;
	width:49px;
	height:49px;
	background:url(images/prev.png) no-repeat;
}
.nivo-nextNav {
	right:5px;
	width:49px;
	height:49px;
	background:url(images/next.png) no-repeat;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
	display:none;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/* 404 page */

.oops-links {
    width:100%;
}

.oops-links a:link, .oops-links a:visited {
    color: #00a8e7;
    text-decoration: none;
    font-size: 16px;
}

.oops-links a:hover {
    text-decoration: underline;
}

.scrollToTop{
	width:50px; 
	height:50px; 
	background: none;
	text-decoration: none;
	position:fixed;
	bottom: 1px;
	right:1px;
	display:none;
	background: url(images/scroll-to-top.png) no-repeat;
	z-index: 99999;
}
.scrollToTop:hover{
	text-decoration:none;
}


/* contact form on contact page */

#fscf_form1 {
    background: #eee url(images/contact-bg.jpg);
    background-size: cover;
    box-shadow: none;
    color:#fff;
    text-shadow: none;
    width: 97% !important;
    float:left;
    padding: 1%;
}

#fscf_captcha_code1 {
    width: 93%!important;
}

#fscf_captcha_refresh1 img {
    width:22px!important;
    height:20px!important;
}

#fscf_captcha_refresh1 img {
    float: right;
}

#fscf_form1  input, #fscf_form1  select, #fscf_form1 textarea {
   padding: 8px;
    border-radius: 5px 0 5px 0;
    width: 40% !important;
    -webkit-transition: all 0.6s ease;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; 
}

#fscf_form1  input:focus, #fscf_form1:focus  select, #fscf_form1 textarea:focus {
   padding: 8px;
    border-radius: 0px 5px 0 5px;
    width: 99% !important;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; 
}

#fscf_captcha_code1 input:focus {
width: 98%!important;
}

#fscf_form1 input:focus, #fscf_form1 textarea:focus{ 
	border: none; 
	-webkit-box-shadow:	none; 
	-moz-box-shadow: none; 
	box-shadow: none; 
}

#fscf_form1 input[type=submit] {
    background: #ed6237;
    display: inline-block;
    width: 30% !important;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    border: none;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow:none;
}

#fscf_form1 input[type=submit]:hover {
    width: 100% !important;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    border: none;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow:none;
    -webkit-transform: scale(1);
}

#fscf_form1 span{
    color: #f08484;
}

#fscf_form_error1 [style]{
    color: #f08484 !important;
}

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

    .home-section h1 {
        font-size:2.5em;
    }
    
    .article h1 {
        font-size:2.5em;
    }
    aside{
    width: 100%;
    padding:0;
    }
    
    aside img {
        max-width: 32%;
    }
    
    article{
    width: 100%;
    padding:1%;
    }
    
     .form-box {
    width:100%;
    float:left;
    margin-right:0;
    padding:1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }

    .form-box1 {
    width:100%;
    float:left;
    padding:1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
    
    #strap-line h2 {
        display:none;
    }
    
    article, aside, #footwrap {
        padding: 0 2px 0 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
    
    .scrollToTop{
	width:50px; 
	height:50px; 
	background: none;
	text-decoration: none;
	position:fixed;
	bottom: 1px;
	left:1px;
	display:none;
	background: url(images/scroll-to-top.png) no-repeat;
	z-index: 99999;
    }
    
    .form-box {
    width:100%;
    float:left;
    margin-right:0;
    padding:1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }

    .form-box1 {
    width:100%;
    float:left;
    padding:1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
    
    .home, .conversions, .extensions, .window, .design, .costs, .before, .contact {
    background-size:33%;
    }

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen  
and (max-width : 480px) {
    
    #wrap {
        padding: 0 5px 0 5px;
    }
    
    img {max-width: 100%;}
	
	.box, .left, .right, .box-1, .box-2, .box-3, .foot-left, .foot-right{
		width: 100%;
		padding: 0%;
		margin: 0;
	}
    
    .box {
        background: none;
        margin-bottom: 1% !important;
        box-shadow: none;
    }

    #social-bottom, #social-top, #contact-details, nav {
    display:none;
    }
    
    .m-head {
        display: block;
        position: fixed;
        top:0;
        left:0;
        width:100%;
        height: 26px;
        padding-top:6px;
        padding-left: 41px;
        z-index:9;
        background: #fff;
    }
    
    .m-head img {
        max-width:20px;
    }
    
    .m-head a:link, a:visited {
        color: #000;
        text-decoration: none;
    }
    
    .m-head a:hover {
        color: #000;
        text-decoration: underline;
    }
    
    header {
        padding-top:30px;
    }
    
    #logo {
        width: 90%;
        padding-top: 4%;
        margin-left: 5%;
    }
    #strap-line {
        display:none;
    }
    
iframe {
max-width: 100%;

}
    footer p, footer h2{
        text-align: center !important;
    }
    
    form { 
	width: 100%; 
    float:right;
    padding:2%;
    }

    #menuButton {
	height:30px;
	position:fixed;
	top: 2px;
    width: 30px;
	left:5px;
	z-index: 99999;
	color: #fff;
	display:block;
	cursor: pointer;
	font-size: 30px;
	line-height: 30px;
    }
    
    #contact-details a:link, a:visited {
    font-size: 12px;
    }
    
    .form-box {
    width:100%;
    float:left;
    margin-right:0;
    padding:1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }

    .form-box1 {
    width:100%;
    float:left;
    padding:1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
    
    aside, article {
    width: 100%;
    padding:0;
    }
    
    article img {
    margin: 5px 0 5px 0px;
    }
    
    .latest-post {
        text-align: center;
    }
    .scrollToTop{
	width:50px; 
	height:50px; 
	background: none;
	text-decoration: none;
	position:fixed;
	bottom: 1px;
	left:1px;
	display:none;
	background: url(images/scroll-to-top.png) no-repeat;
	z-index: 99999;
    }
    
    .home-section h1 {
        margin-top: -73px;
        margin-bottom: 29px;
        font-size: 1em;
    }
    
    .blue-strip {
        height:57px;
    }
    
    article h1 {
    margin-top: -10px;
    text-align: center;
    font-size: 1.5em;
    }
    
    .blog-posts h1 {
    text-align: center;
    margin-top: -4px;
    font-size: 1.1em;
    }
    
    #fscf_form1 input[type=submit]:hover {
    width: 90% !important;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    border: none;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow:none;
    -webkit-transform: scale(1);
    }
    
    fscf_form1  input:focus, #fscf_form1:focus  select, #fscf_form1 textarea:focus {
   padding: 15px 8px 15px 8px;
    border-radius: 0px 5px 0 5px;
    width: 88% !important;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; 
    }
    
    #fscf_captcha_image_div1 {
        width:100% !important;
        max-width: 242px!important;
    }

}