/* This CSS file is customised for laundrysolution.co.za */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

*
{
	padding: 0;
	margin: 0;
}

header, article, section, footer { display: block; }

body
{
	background: #ebe8de;
	font-family: "Open Sans", Arial, Helvetica, Freesans, sans-serif;
	color:#333333;
}

input
{
	font-size:16px;
	padding: 7px;
	outline: 0;
	border:0;
	width:250px;
	background: #EBE8DE;	
	border-radius:5px;
}

p
{
	margin:5px 0;
	line-height:25px;
}

a
{
	text-decoration:none;
	color:inherit;
	transition: color .5s ease;
}

strong
{
	font-weight:bold;
}

figcaption strong
{
	border-bottom: 1px solid #D6D0C1;
	padding-bottom:10px;
	margin: 10px 0;
	display:block;
}

figcaption
{
	line-height: 25px;
	font-size:14px;
	width:200px;
}

hr
{
	background-color: #D6D0C1;
	border:0;
	height:1px;
	margin:20px 0;
}

/* HEADER */

header
{
	position: relative;
/* 	z-index: 1000;  */
	width: 100%; 
	padding: 0;  
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.4); 
	background: #3d3f69;
	background-image:  	-webkit-gradient(linear, left top, left bottom, from(#3d3f69), to(#19abe2)); /* Saf4+, Chrome */
	background-image: 	-webkit-linear-gradient(top, #3d3f69, #19abe2); /* Chrome 10+, Saf5.1+ */
	background-image:     -moz-linear-gradient(top, #3d3f69, #19abe2); /* FF3.6+ */
	background-image:      -ms-linear-gradient(top, #3d3f69, #19abe2); /* IE10 */
	background-image:      -o-linear-gradient(top, #3d3f69, #19abe2); /* Opera 11.10+ */
	background-image:   linear-gradient(to bottom, #3d3f69, #19abe2); /* W3C */
}

header img 
{ 
	max-width:138px;
	position: absolute; top: 0; left: 0;
}

header h1
{
	font-family: 'Open Sans', sans-serif;
	font-size: 5em;
	color: white;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	text-align: center;
}

header h2
{
	font-size: 2.4em;
	color: white;
	text-transform: uppercase;
	letter-spacing: 0.75em;
	display: block; 
	text-align: center;
	margin: 0 0 15px 15px;
}

header h3
{
	font-size: 3.4em;
	color: white;
	text-transform: uppercase;
	text-align: center;
	border-top: 8px solid white;
	border-bottom: 8px solid white;
	padding: 15px 0;
}

nav
{
	position:absolute;
	right:0;
	bottom:0;
/*	border:1px solid red; */
}

nav ul
{
	list-style:none;
}

nav ul li
{
	display:block;
	float:left;
	padding:3px 15px;
}

nav ul li a
{
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	transition: all .25s ease;
}

nav a.activepage
{
	color: #fff;
	background-color:#717174;
	padding:10px 15px;
	border-radius: 15px 15px 0 0;
}

nav ul li a:hover
{
	color:#E55078;
}

#alternative_menu
{
	width: 150px;
	position:absolute;
	top:100px;
	left:50%;
	margin-left: -75px;
	display:none;
}

/* 3 COLUMNS */

#boxcontent
{
	width:auto;
	max-width:900px;
	margin:0 auto;
	padding:40px 0 25px 0;
/*	border:1px solid red; */
}

#boxcontent article
{
	float:left;
	width:250px;
	margin-right:45px;
	font-size:14px;
}

#boxcontent article h3
{
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	margin-bottom:10px;
	margin-left:75px;
}

#boxcontent article img
{
	float:left;
}

#boxcontent article p
{
	line-height:25px;
	font-family: 'Open Sans', sans-serif;
	margin-left:75px;
/*	border:1px solid red; */
}

#boxcontent article li
{
	vertical-align: top;
	line-height: 25px;
}

#boxcontent article ul.circ
{
	font-family: 'Open Sans', sans-serif;
/*	list-style-image: url('../img/washing_machine-26.png'); */
	list-style-image: url('../img/iron-26.png'); 
	list-style-position: inside;
	vertical-align: top;
	line-height:25px;
	font-family: 'Open Sans', sans-serif;
	margin-left:75px;
}

#slider_content1, #slider_content2, #slider_content3, #slider_content4
{
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
	width:600px;
	position:absolute;
	top:10%;
	left:15%;
	display:none;
	z-index:11;
}

#slider_content1 h3, #slider_content2 h3, #slider_content3 h3, #slider_content4 h3
{
	color:#FFF;
	font-size:25px;
	font-weight:bold;
	margin-bottom:10px; 
/*	background-color:#E55078; */
	padding:10px 15px;
	border-radius: 15px 0 15px 0;
	display:inline-block;
}

#slider_content1 h3
{
	background-color:#63aee7;
}

#slider_content2 h3
{
	background-color:#E55078;
}

#slider_content3 h3
{
	background-color:#cc6997;
}

#slider_content4 h3
{
	background-color:#FAF843;
}

#slider_content1
{
	display:block;
}

#slider_content1 p, #slider_content2 p, #slider_content3 p, #slider_content4 p
{	
	margin:10px 0 30px 0;
	color:#4a463b;
	background-color: white;
/*	background-color:#FAF2AD; */
/* 	background-color:#ececec;  */
/*	background-image:url(img/legal-bg,jpg); */
	padding:10px 15px;
	border-radius: 0 15px 15px 15px;
}

#slider_content3 em
{
	font-size:20px;
	font-weight:bold;
	color:#377B0D;
}

/* BUTTONS */

.button
{
	padding:7px 14px;
	border: 1px solid #c3532e;
	background-image: linear-gradient(bottom, #e55078 0%, #cc6997 100%);
	background-image: linear-gradient(to bottom, #cc6997 0%, #e55078 100%);
	background-color: #eb653c;
	color: #EBE8DE;
	text-shadow: 1px 1px 0px #ff8155;
	text-decoration:none;
	border-radius:5px;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
}

.button:hover
{
	background:none #EBE8DE;
	border-color: #EBE8DE;
	text-shadow:none;
	color: #4A463B;
}

/* FORMS */

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form textarea,
#contact-form button[type="submit"] {
	font:400 16px/16px "Open Sans", sans-serif;
}
#contact-form {
	text-shadow:0 1px 0 #FFF;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background:#F9F9F9;
	padding:25px;
}
#contact-form h3 {
	color:#41a487;
	display:block;
	font-size:28px;
}
#contact-form h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}
#contact-form label span {
	cursor:pointer;
	color:#41a487;
	display:block;
	margin:5px 0;
	font-weight:900;
}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="url"],
#contact-form textarea {
	width:95%;
	box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-webkit-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-moz-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
	border-radius:5px;
}
#contact-form input[type="text"]:hover,
#contact-form input[type="email"]:hover,
#contact-form input[type="tel"]:hover,
#contact-form input[type="url"]:hover,
#contact-form textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}
#contact-form textarea {
	height:100px;
	max-width:100%;
}

#contact-form button[type="submit"] {
	cursor:pointer;
	width:40%;
	border:1px solid #c3532e;
	background:#e56038;
	background-image: linear-gradient(bottom, #E56038 0%, #ff8c66 100%);
	background-image: linear-gradient(to bottom, #ff8c66 0%, #E56038 100%);
	background-image:-moz-linear-gradient(bottom, #ff8c66 0%, #e56038 52%);
	background-image:-webkit-linear-gradient(bottom, #ff8c66 0%, #e56038 52%);
	background-color: #eb653c;
	color: #EBE8DE;
	text-shadow: 1px 1px 0px #ff8155;
	text-decoration:none;
	border-radius:5px;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
	padding:7px 14px;
}
#contact-form button[type="submit"]:hover {
	background:377B0D;
	border-color: #EBE8DE;
	text-shadow:none;
	color: #4A463B;
}
#contact-form button[type="submit"]:active {
	box-shadow:inset 0 1px 3px rgba(0,0,0,0.5);
}
#contact-form input:focus,
#contact-form textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
    color:#888;
}
:-moz-placeholder {
    color:#888;
}
::-moz-placeholder {
    color:#888;
}
:-ms-input-placeholder {
    color:#888;
}

/* SPACER */

#spacer
{
	width:auto;
	height:70px;
/* 	background-color:#63aee7; */
	background-color: #41a487;
	position:relative;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-size:18px;
	vertical-align: top;
/* 	border: 1px solid red; */

}

#spacer p
{
	margin-top:18px;
	width:auto;
	position:absolute;
	left:50%;
	margin-left:-450px;	z-index: 10;
}

#spacer .search
{
	margin-top:15px;
	width:auto;
	position:absolute;
	right:50%;
	margin-right:-480px;
}

#spacer a:hover 
{
	opacity:0.5;
}

#spacer .icon
{
	position:relative;
}

/* FOOTER */

footer
{
	position:relative;
	clear:both;
	width:auto;
	height:80px;
	background:#333333;
}

footer .wrapper
{
	line-height:25px;
	margin: 0 auto;
	padding-top:30px;
	width:auto;
	max-width:900px;
	font-size:14px;
}

footer .wrapper .column
{
	font-family: 'Open Sans', sans-serif;
	color:#ababab;
	float:left;
	width:280px;
	margin-right:20px;
}

footer .wrapper .column.midlist ul li
{
	display:block;
	width:auto;
	padding:0 0 10px 25px;
	margin-bottom:10px;
	border-bottom: 1px solid #444444;
	background:url(img/arrowright2.png) left 6px no-repeat;
}

footer .wrapper .column.midlist ul li a:hover
{
	color:#fff;
}

footer .wrapper .column.rightlist ul li
{
	display:block;
	width:auto;
	margin-bottom:15px;
}

footer .wrapper .column.rightlist ul li a span
{
	margin-left:95px;
	display:block;
}

footer .wrapper .column.rightlist ul li a img
{
	transition: border .25s ease;
	float:left;
	border:3px solid #444444;
}

footer .wrapper .column.rightlist ul li a img:hover
{
	border-color: #5e5e5e;
}

footer .wrapper .column h4
{
	font-size: 16px;
	color: #fff;
	border-bottom: 1px solid #444444;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
}

#copyright
{
	background: #1D1D1D;
	height:70px;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}
#copyright .wrapper
{
	font-family: 'Open Sans', sans-serif;
	padding-top:25px;
	color: #5e5e5e;
	font-size:14px;
	position:relative;
}
#copyright .wrapper .social
{
	position:absolute;
	right:0;
	top:15px;
}
#copyright .wrapper .social a
{
	transition: opacity .25s ease;
	opacity: 0.3;
	margin-left: 12px;
	display:block;
	float:left;
}
#copyright .wrapper .social a:hover
{
	opacity: 0.7;
}
#copyright .wrapper a
{
	color: #ABABAB;
}

#copyright .wrapper a:hover
{
	color: #fff;
}


/* SLIDESHOW */
/* Prevent the slideshow from flashing on load */
.slidesjs-container
{
	border-top: 1px #d6d0c1 solid;
}
#slides
{
  display: none
}

/* Center the slideshow */
.container
{
	width:auto;
	margin: 0 auto;
	position:relative;
}

/* Show active item in the pagination */
.slidesjs-pagination .active
{
  color:red;
}

#slider_content1 p .responsive_button, #slider_content2 p .responsive_button, #slider_content3 p  .responsive_button
{
	display:none;
	color:#000;
}


/* MISC */
.clear
{
	clear:both;
}
.hidden
{
	position:absolute;
	clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
  	clip: rect(1px, 1px, 1px, 1px);
}


/* MEDIA QUERIES FOR A RESPONSIVE LAYOUT */

@media screen and (max-width: 1200px)
{
	#slider_content1, #slider_content2, #slider_content3
	{
		width:auto;
		margin-right:50px;
	}
	#slider_content1 h2, #slider_content2 h2, #slider_content3 h2
	{
		font-size:18px;
	}
	#slider_content1 p, #slider_content2 p, #slider_content3 p
	{
		font-size:14px;
	}
	#slider_content1 p .responsive_button, #slider_content2 p .responsive_button, #slider_content3 p  .responsive_button
	{
		display:inline;
	}
	.container .button
	{
		display:none;
	}
}

@media screen and (max-width: 992px)
{
	#boxcontent article
	{		
		float: none;
		margin: 30px auto 0 auto;
		width: 60%;
	}
	#spacer
	{
		font-size:15px;
	}
	#spacer .search
	{
		margin-top:19px;
		margin-right:-385px;
	}
	#spacer p
	{
		margin-left:-370px;
	}
	input
	{
		padding:4px;
		font-size:14px;
	}
	input[type="submit"]
	{
		padding: 1px 14px;
	}	
	#text_columns article.column1, #text_columns .column2
	{
		float:none;
		max-width: 500px;
		margin: 50px 30px 0 30px;
	}
	.column2 .row
	{
		float:none;
		margin:0 0 40px 50px;
	}
	footer .wrapper .column
	{
		font-size: 12px;
		width: 230px;
	}
}

@media screen and (max-width: 768px)
{
	header img 
	{ 
	  position: absolute; 
	  overflow: hidden; 
	  clip: rect(0 0 0 0); 
	  height: 1px; width: 1px; 
	  margin: -1px; padding: 0; border: 0; 
	}
	.container
	{
		position: absolute; 
		overflow: hidden; 
		clip: rect(0 0 0 0); 
		height: 1px; width: 1px; 
		margin: -1px; padding: 0; border: 0; 
	}
/* 	header */
	
	header nav
	{
		right: auto;
		bottom: auto;
		left: 50%;
		top:100px;
		margin-left: -184px;
	}
	#spacer
	{
		height:100px;
	}
	#spacer p
	{		
		text-align:center;
		position:static;
		margin: 0 auto;
		padding:15px 0 7px 0;
	}
	#spacer .search
	{
		text-align:center;
		position:static;
		margin: 0 auto;
	}
	footer
	{
		padding-bottom:70px;
		height: auto;
	}
	footer .wrapper
	{
		width: 350px;
		margin: 0 auto;
	}
	footer .wrapper .column
	{	
		margin-top:30px;	
		float:none;
		font-size: 14px;
		width: auto;
	}
	footer .wrapper .social
	{
		display:none;
	}
}

@media screen and (max-width: 480px)
{
	header h1 { font-size: 3em; }
	header h2 { font-size: 1.4em; }
	header h3 { font-size: 1.9em; }	
	header img 
	{ 
	  position: absolute; 
	  overflow: hidden; 
	  clip: rect(0 0 0 0); 
	  height: 1px; width: 1px; 
	  margin: -1px; padding: 0; border: 0; 
	}
 	#spacer
	{
		height:auto;
		padding-bottom:15px;
		font-size: auto;
	} 
	.column2 .row
	{
		margin: 0 0 40px 10px;
		width:auto;
	}
	footer .wrapper
	{
		width:auto;
	}
	footer .wrapper .column
	{
		margin: 0 auto 15px auto;
		max-width:300px;
	}	
	input
	{
		width:auto;
	}
	#alternative_menu
	{
		display:block;
	}
}

/* KEYFRAMES */

@keyframes stylie-transform-keyframes {
  0% {transform:translateX(30px) translateY(46px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(260px) translateY(-150px) rotate(0deg) translate(-50%, -50%);}
}

@keyframes stylie-transform2-keyframes {
  0% {transform:translateX(40px) translateY(40px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(50px) translateY(40px) rotate(0deg) translate(-50%, -50%);}
}