


body{
	background:	#fff;
	font-family: sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #464646;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(../img/body.png) repeat 0 0;
}



html.fontface body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	-moz-font-feature-settings: "calt=0"; 
	font-weight: normal;
}

.gigantic {
	font-size: 123px;
	line-height: 132px;
	letter-spacing: -2px;
	font-weight: bold;
}

.huge, h1 {

	font-size: 76px;
	line-height: 84px;
	letter-spacing: -1px;

}

.large, h2 {
	font-family: serif;
	font-size: 2.4em;
	line-height: 1.2em;
	text-align: left;
}

html.fontface h2{
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.bigger, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
}

html.fontface h3{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.866em;
}

.big, h4 {
	font-size: 17px;
	line-height: 22px;
}

html.fontface h4{
	
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.13em;
}

.small, small {
	font-size: 13px;
	line-height: 18px;
}





/* General Elements */


ul, ol{
	margin: 0;
	padding: 0;
	list-style: none;
}

img, embed, iframe{
	max-width: 100%;
}

/* Links */

a, a:visited{
	color: #464646;
	text-decoration: none;
}

a:hover{
	color: #53c0ee;
	text-decoration: none;
	border: none;
}

a:focus { 
    outline: none; 
}

button::-moz-focus-inner {
  border: 0;
}

container {
	background: #fff;
}


header{
	border-bottom: 0px solid #fff;
	padding-top: 0px;
	padding-bottom: 0px;
}

	.logo a{
		display:inline-block;
		float: left;
		position: relative;
		background: url('../img/supreme-ironing-logo.png') no-repeat;
		width: 300px;
		height: 150px;
		
		
		/* IE7 inline-block fix */
		zoom:1; 
		*display: inline; 
		_height: 19px;
	}
	
	.emailicon {
		width:auto;
		display:inline-block;
		float: right;
		margin-top: 10px;
		padding-left:30px;
		margin-left:5px;
		font-weight:normal !important;
		background-image: url("../img/email.png");
		background-repeat:no-repeat;
	}
	
	.emailicon a {
		font-size:16px !important;
		font-weight:normal !important;
	}
	
	.telephone{
		width:auto;
		display:inline-block;
		float: right;
		margin-top: 10px;
		padding-left:30px;
		font-weight:normal !important;
		background-image: url("../img/telephone.png");
		background-repeat:no-repeat;
	}
	
	.telephone a {
		font-size:16px !important;
		font-weight:normal !important;
	}

	.main-nav{
		width: auto;
		float: right;
		margin-top: 26px;
	}
	
			.main-nav ul{
				margin: 0;
				padding: 0;
			}
			
			.main-nav li{
				display: inline;
				text-align: right;
				margin-left: 10px;
			}
			
				.main-nav a {
					color: #464646;
					font-weight: bold;
					font-size: 1.3em;
					background: white;
					padding: 0px;
				}
				
				
				
				html.fontface .main-nav a{
					font-weight: normal;
					font-family: Helvetica, Arial, sans-serif;
				}
				
				.main-nav a:hover, .main-nav a.selected {
					color: #4fc2f1;
					text-decoration: none;
					background:#fff;
				}

footer{
	min-height: 75px;
	display: block;
	background: #0A8CC8;
}
/* Main Page */



.mother{
	max-width: 920px;
	width: 92%;
	margin: 0 auto;
	overflow: auto;
	padding:10px 0;
	background:#fff;
	 box-shadow: 0px 0px 13px rgba(0,0,0,0.3) ; -moz-box-shadow: 0px 0px 13px rgba(0,0,0,0.3) ; -webkit-box-shadow: 0px 0px 13px rgba(0,0,0,0.3) ; -o-box-shadow: 0px 0px 13px rgba(0,0,0,0.3) ; 
	 border-top: 10px solid #0A8CC8;
}

.home-hero{
	max-width: 920px;
	width: 92%;
	margin: 0 auto;
	overflow: auto;
	padding:40px 0;
	background:#fff;
}


.home-hero h3{
	font-size: 1.20em !important;
	margin-top: 20px;
	padding: 0 0 20px 0;
	line-height: 0;
}

span.lgh{
	opacity:0.5;
}

/* WOrk */

.work-grid{padding-bottom: 20px;}
.work-grid ul{
	position: relative;
}

.slat-3.nail{
	width:23.5%;
	margin-bottom: 2%;
}

.nail {
	background: #2F2F2F;
	overflow: hidden;
	opacity: 1;
	
	-webkit-transition: -webkit-transform 	250ms;
	-moz-transition: 	-moz-transform 		250ms;
	-o-transition: 		-o-transform 		250ms;
	-ms-transition: 	-ms-transform 		250ms;
	transition: 		transform 			250ms;
}

.is-fav{
	position:absolute;
	left:0;
	top:0;
	cursor:pointer;
}
	
	.active-thumb{
		opacity: 0.6;
		
		-moz-transform: 	scale(0.9);
		-webkit-transform: 	scale(0.9);
		-o-transform: 		scale(0.9);
		-ms-transform: 		scale(0.9);
		transform: 			scale(0.9);
	}
		
	.nail:nth-child(4n+1){
		padding-left: 0;
		margin-left: 0;
	}

	.nail:nth-child(4n+4){
		padding-right: 0;
		margin-right: 0;
	}

	.nail:hover{
		background: #444;
		opacity: 0.6;
	}
	
	.nail img{
		width:100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	
	.nail a{
		color: #FAFAFA;
	}
	
		.nail a p{
			font-size: 10px;
			text-transform: uppercase;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			line-height: 13px;
			margin-left: 7px;
		}

		.project-thumb-title{
			margin-top: 10px;
			font-weight: bold;
		}
		
		html.fontface .project-thumb-title{
			font-family: Helvetica, Arial, sans-serif;
			font-weight: normal;
		}
		
		.project-thumb-type{
			color: #858585;
			padding-bottom: 5px;
		}



.project{
	background: #e0e0e0;
	color: #464646;

	overflow: hidden;
}

.project a{
	color: #464646;
}
	
	.project a:hover{
		text-decoration: none
	}

	.project p{
		margin-bottom: 15px;
		text-align: justify;
	}

.project a{
	text-decoration: underline;
}

	body.work .services{
		list-style-type: circle;
	}
		body.work .services li{
			margin-left: 15px;
		}
		
		body.work .services h4{
			margin: 0;
		}
.project-meta a,
.project-meta li{
	color: #666;
}

body.work .project-meta a{
	margin-bottom: 10px;
	display: block;
}

body.work a[href^="http://"]{
	position: relative;
	padding-left: 16px;
}
body.work a[href^="http://"]:before{
	content: "";
	display: block;
	background: url(../img/launch-icon.png) no-repeat center center;
	width: 9px; height: 9px;
	padding-right: 16px;
	position: absolute;
	top: 6px;
	left: -7px;
}


.slider-wrap{
	background: #464646;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#262626), to(#363636), color-stop(.6, #464646));
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 0px 0 ;
}
	
	.slider{
		
		height: 210px;
		overflow-y: hidden;
		position: relative;
		
		-webkit-transition: margin-left 550ms cubic-bezier(0.7, 0, 0, 1);
		-moz-transition: 	margin-left 550ms cubic-bezier(0.7, 0, 0, 1);
		-o-transition: 		margin-left 550ms cubic-bezier(0.7, 0, 0, 1);
		-ms-transition: 	margin-left 550ms cubic-bezier(0.7, 0, 0, 1);
		transition: 		margin-left 550ms cubic-bezier(0.7, 0, 0, 1);
	}
	
		.slider li {
			width: 960px;
			height: 210px;
			float: left;
			position: relative;
		}
			
			.slider li img, .slider li iframe{
				display: block;
				margin: 0 auto;
				
				position: relative;
				left:0;
				top:0;
				-moz-user-select: none; /* mozilla browsers */
				-khtml-user-select: none; /* webkit browsers */	
			}

.preloader{
	width: 50px;
	height: 50px;
	position: absolute; z-index: 999;
	left: 50%;
	top: 50%;
}

.initial-preloader{
	position: relative;
	top: 0px;
}

.project-ui{
	color: #fff; 
}
	
	.project-ui li{
		display: inline-block;
		padding: 8px;
		background: #d7d7d7;
		margin-bottom: -8px;
		
		-webkit-border-radius:	3px 3px 0 0;
		-moz-border-radius:		3px 3px 0 0;
		-o-border-radius:		3px 3px 0 0;
		-ms-border-radius:		3px 3px 0 0;
		border-radius:			3px 3px 0 0;
		
		/* IE7 inline-block fix */
		zoom:1; 
		*display: inline; 
		_height: auto;
	}
	
	
	
.slider-ui{
	position: absolute; z-index: 999;
	top: 50%;
	left: 50%;
	margin-left: -40%;
	margin-top: -20px;
	width: 80%;
	height: 40px;
}

	.next, .prev{
		display: block;
		position: absolute;
		opacity:1;

		
		-webkit-transition: all 200ms linear;
		-moz-transition: 	all 200ms linear;
		-o-transition: 		all 200ms linear;
		-ms-transition: 	all 200ms linear;
		transition: 		all 200ms linear;
		
		cursor: pointer;
	}
	

	.deactive{
		opacity:0.3;
	}
	
	.next{
		
		width: 19px;
		height: 38px;
		right: 0;
	}
	.prev{
		
		width: 19px;
		height: 38px;
		left: 0;
	}

	.arrow-active{
		opacity: 1;
		cursor: pointer;
	}

.indic{
	text-align: center;
	margin: 13px 0 0;
	
}	

	.indic li{
		background: url(../img/indic-sprite.png) 0 -1px no-repeat;
		display: inline-block;
		width: 8px;
		height: 8px;
		margin: 0 3px;
		cursor: pointer;
		
		-webkit-transition: background-position 200ms;
		-moz-transition: 	background-position 200ms;
		-o-transition: 		background-position 200ms;
		-ms-transition: 	background-position 200ms;
		transition: 		background-position 200ms;
		
		/* IE7 inline-block fix */
		zoom:1; 
		*display: inline; 
		_height: 8px;
	}
	
	.indic li:hover{
		background-position: 0 -13px;
	}
	
	.indic li.indic-active{
		background-position: 0 -13px;
	}




html.fontface .error{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: 0.09em;
}


.office-img img{
	display: block;
	margin: 0 auto;
	padding-bottom: 30px;
}




.logo-icon{
	margin: 0; padding: 0;
	width: 16.65%;
	display: inline;
	float: left;
	position: relative;
}

	.logo-icon img {
		display: block;
		margin: 0 auto;
	}

.service{
	font-size: 0.9em;
	text-align: left;
	}
	.service a{
		text-decoration: underline;
	}
	
	



	
.about-slider-wrap{
	max-width: 920px;
	overflow: hidden;
	margin-bottom: 0px;
	margin-top:0px;
	position: relative;
}
	
	.about-slider-wrap .slider-ui{
		top: 50%;
		margin-top: -46px;
		margin-left: -45%;
		width: 90%;
		height: 53px;
	}
	
	.about-slider-wrap .slider-ui .prev{
		background: url(../img/left-arrow.png) no-repeat center center;
		width: 53px;
		height: 53px;
	}
	.about-slider-wrap .slider-ui .next{
		background: url(../img/right-arrow.png) no-repeat center center;
		width: 53px;
		height: 53px;
	}
	
	.about-slider-wrap .slider-ui span{
		cursor: pointer;
	}
	
	.about-slider{
		max-height: 515px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		
		-webkit-transition: margin-left 550ms cubic-bezier(0.7, 0, 0, 1);
		-moz-transition: 	margin-left 550ms cubic-bezier(0.7, 0, 0, 1);
		-o-transition: 		margin-left 550ms cubic-bezier(0.7, 0, 0, 1);
		-ms-transition: 	margin-left 550ms cubic-bezier(0.7, 0, 0, 1);
		transition: 		margin-left 550ms cubic-bezier(0.7, 0, 0, 1);
	}

		.about-slider li {
			float: left;
		}

	
	.about-slider-wrap .indic li{
		background: url(../img/slide-sprite.png) 0 -1px no-repeat;
		
	}
	
	.about-slider-wrap .indic li:hover{
		background-position: 0 -13px;
	}
	
	.about-slider-wrap .indic li.indic-active{
		background-position: 0 -13px;
	}


.contact-title{
	color: #464646;
	text-align: left;
}

.contact-data{
	font-size: 1.762em;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	font-weight: normal;
	text-align: left;
}

	.contact-data a{
		color: inherit;
		text-decoration: underline;
	}

	.contact-data a:hover{
		text-decoration: none;
	}
	
#map_canvas{
	width:100%; 
	height:420px; 
	margin-bottom:-10px; 
}

.contact.service li {
	padding: 0 20px 0 0;
	text-align: justify;
}
	
/* 404 page */

.fouroh.huge,
.fouroh.sup{
	
	display: block;
	color: #464646;
}

.fouroh.huge{
	margin-top: 5%;
	font-family: Helvetica, Arial, sans-serif;
}

.fouroh.sup{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	margin-bottom: 5px;
}

.fouroh.sup a{
	color: #464646;
	text-decoration: underline;
}

.fouroh.sup a:hover{
	text-decoration: none;
}


.top-mast h1{
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2em;
	line-height: 1.5em;
	text-align: left;
	letter-spacing:0;
}

.top-terms h1{
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2em;
	line-height: 1.5em;
	text-align: left;
	letter-spacing:0;
}

.top-terms h2{
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: left;
	letter-spacing:0;
	margin-top:10px;
}

.top-terms p{
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	text-align: left;
	letter-spacing:0;
	margin-top:10px;
}

.contact-top-mast{ margin-bottom:20px;}


.entry-content h1.project-title{ 
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.866em;
	letter-spacing:0;
	line-height:28px;
	
}


.entry-text{
	padding-top: 30px;
	padding-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}

	.entry-text select{
		font-size: 15px;
		position: relative;
		padding: 3px;
		top: -4px;
		right: -5px;
	}

.line{
	border-bottom: 0px solid #C7C7C7;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.bump{
	margin-top: 20px;
	margin-bottom: 20px;
}

.light-grey{
	background-color: #e7e7e7;
}
.green {background:#79B429}
.green h2 {color:#fff !important;}
.dark-grey{
	min-height: 440px;
	background-color: #303030;
	color: #FAFAFA;
	height: 100%;
}


.bold{
	font-family: Helvetica, Arial, sans-serif; !important;
}

.bold-sans{
	font-family: Helvetica, Arial, sans-serif !important;
}

.handheld-hide{
	display: none;
}



/* ! iPad Portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait){

	.huge, h2{
		font-size: 1.9em;
	}
	
	.logo-icon{
		width: 16.0%;
	}
	
	#map_canvas{
		height: 300px;
	}

}


/*-----------------------------------------------------------------------*/
/* ! IE Old */
/*----------------------------------------------------------------------*/

html.oldie .slat-3{
	margin-right: 0.5%;
}


/* Icons */

.features-list{ margin-top:30px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size:0.9em; line-height:2}
.features-list i{margin-right: 10px;}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  *margin-right: .3em;
}
[class^="icon-"]:last-child,
[class*=" icon-"]:last-child {
  *margin-left: 0;
}


.icon-envelope a {
  background-image: url("../img/email.png");
		background-repeat:no-repeat;
		padding-left:30px;
		padding-bottom:5px;
		}

.icon-telephone a {
  background-image: url("../img/telephone.png");
		background-repeat:no-repeat;
		padding-left:30px;
		padding-bottom:5px;
		white-space: nowrap ;
		}


.footer {border-top: 2px solid #4fc2f1;
padding: 20px 0; }

#portfolio img{ width:100%;}
.block {margin-bottom: 30px;
background-color: whiteSmoke;
border-bottom: 1px solid #DFDFDF;
text-align: left; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
.block h5 { font-size:0.8em !important;}

.block p{
	padding:5px;
}

.block h2{
	padding:5px;
	font-size:1.5em !important;
	color:#4fc2f1;
}


form.well {
  padding: 14px;
}

/* Tighten up spacing */
.well hr {
  margin: 18px 0;
}
.colored, .colored a { color:#4fc2f1; }
input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input,
textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
input:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  /* IE6-9 */

}

input.slat-4, textarea.slat-4, .uneditable-input.slat-4 {
width: 265px;}
textarea.slat-8 {width:572px; height:150px;}
.well {
  min-height: 20px;
  padding: 19px;
  padding-top:0px; padding-left:0;
  margin-bottom: 20px;
 
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  *margin-left: .3em;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline:0;
}
.btn.active,
.btn:active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  outline: 0;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  background-color: #e6e6e6;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-success {
  background-color: #659a22;
  background-image: -moz-linear-gradient(top, #9ac92c, #659a22);
  background-image: -ms-linear-gradient(top, #9ac92c, #659a22);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9ac92c), to(#659a22));
  background-image: -webkit-linear-gradient(top, #9ac92c, #659a22);
  background-image: -o-linear-gradient(top, #9ac92c, #659a22);
  background-image: linear-gradient(top, #9ac92c, #659a22);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9ac92c', endColorstr='#659a22', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(255, 255, 255, 0.15) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  text-shadow:1px 1px #659a22 !important;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #659a22;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.ML6{ margin-left:6px; }
/* Media Quries */
/* Landscape phone to portrait tablet */
	@media (min-width: 480px) and (max-width: 768px) { 
	
	.features-list .slat-3 { width:40%;}
	.footer{margin-top:30px; border-top:none;}
	#portfolio .block { margin-top:25px !important; margin-bottom:25px !important;}
	.showonmobile{clear: both;
		display: block;
		overflow: hidden;
		visibility: hidden;
		width: 0;
		height: 0;}
	input.slat-4{width:300px;}header  {  padding-bottom: 10px !important; margin-bottom:10px !important;}
	
	}
	@media handheld, only screen and (max-width: 767px) {input.slat-4{width:300px !important;} textarea.slat-8{width:300px !important;}header  {  padding-bottom: 10px !important; margin-bottom:10px !important;}.footer{border-top: 2px solid #4fc2f1;
padding: 10px 0 !important;
}
	}
	@media (min-width: 768px) and (max-width: 980px) {textarea.slat-8{width:400px !important;} input.slat-4{width:400px !important;}header  {  padding-bottom: 10px !important; margin-bottom:10px !important;}.footer{border-top: 2px solid #4fc2f1;
padding: 10px 0;
}
	}
	
	
	/* Portrait tablet to landscape and desktop*/
	@media (min-width: 980px) and (max-width: 1200px) {header  { padding-bottom: 10px !important; margin-bottom:10px !important;} .footer{border-top: 2px solid #4fc2f1;
padding: 10px 0;
}}
	
	/*Landscape phones and down*/
	@media (max-width: 480px) { 
	
	.mother{
		width:100%;
	}
	
	.logo a{
display:inline-block;
		float: left;
		position: relative;
		background: url('../img/supreme-ironing-logo.png') no-repeat;
	
	}
	
	.emailicon {
		width:auto;
		display:inline-block;
		float: left;
		margin-top: 10px;
		padding-left:30px;
		margin-left:0px !important;
		font-weight:normal !important;
		background-image: url("../img/email.png");
		background-repeat:no-repeat;
	}
	
	.emailicon a {
		font-size:16px !important;
		font-weight:normal !important;
	}
	
	.telephone{
		width:auto;
		display:inline-block;
		float: left;
		margin-top: 10px;
		padding-left:30px;
		margin-left:0px !important;
		font-weight:normal !important;
		background-image: url("../img/telephone.png");
		background-repeat:no-repeat;
	}
	
	.telephone a {
		font-size:16px !important;
		font-weight:normal !important;
	}
	
	.features-list .slat-3 { width:200px;}
	.features-list li{ font-size:1.1em; line-height:2;}
	.footer{border-top: 2px solid #4fc2f1;
padding: 10px 0 !important;
}
	#portfolio .block { margin-top:25px !important; margin-bottom:25px !important;}
	header  { padding-bottom: 10px !important; margin-bottom:10px !important;}
}


@media (max-width: 480px) {body{
	font-size: 16px;
}

.main-nav{
	margin-top: 16px !important;
}

	.main-nav li{
				margin: 5px 1% 0 !important;
				font-size: 0.9em;
				display: inline-block;
			}

.telephone {
	float: center;
}

h2,h1{
	font-size: 1.65em;
	line-height: 1.4em !important;
	padding-bottom: 10px;
}



/*-----------------------------------------------------------------------*/
/* ! Header */
/*----------------------------------------------------------------------*/

header{
	padding:0 0 20px 0;
	margin: 10px 0 0 0;
	border: none;
}

	.logo{
		text-align: center;
	}
	.logo a{
		margin: 0 auto;
		clear: both;
		float: none;
	}
	
	
	
	.main-nav{
		width: 100%;
		float: left;
	}
		
		.main-nav ul{
			text-align: center;
		}
			
			.main-nav li{
				margin: 10px 3% 0;
				font-size: 0.9em;
				display: inline-block;
			}

.home-hero{
	width:86%;
	margin:0 auto 0;
}



.entry-text{
	padding:0;
}

.top-mast h1, .entry-text h2{
	font-size: 1.45em;
	
}

.home-hero h1{
	font-size: 1.5em;
}


.entry-text h2{
	margin-top:30px;
}

/*-----------------------------------------------------------------------*/
/* ! Work Grid / List */
/*----------------------------------------------------------------------*/


.work-grid{
	margin: 0;
	padding: 0;
}

.nail {
	background-image: none;
	background-color: transparent;
	padding: 5px 0 10px;
	margin: 0;
	border-bottom: 1px solid rgba(70, 70, 70, 0.1);
}

.nail:first-child{
	border-top: 1px solid rgba(70, 70, 70, 0.1);
}

	.nail:hover{
		background: transparent !important;
	}
	
	.slat-3.nail{
		margin-bottom: 0;
	}
	
	.active-thumb{
		background: #343434;
		-webkit-transform: scale(1);
		-webkit-box-shadow: none;
	}
	
	.active-thumb a,
	.active-thumb p{
		color: #fafafa;
	}
	
	.nail img{
		display: none;
	}
	
	.nail a{
		color: #FAFAFA;
		text-shadow: none;
	}
	
		.nail-content{
			padding: 10px 0;
		}
	
		.nail a p{
			text-transform: capitalize;
/* 			padding: 0 5px 4px; */
		}

		.project-thumb-title{
			font-weight: bold;
			color: #343434;
		}
		
		html.fontface .project-thumb-title{
			font-size: 20px;
			font-family: Helvetica, Arial, sans-serif;
			font-weight: normal;
			line-height: 24px;
		}
		
		.project-thumb-type{
			color: #858585;
		}


.slider-wrap{
	height: 50%;
	padding: 0;
	margin-bottom: 0px;
	background: #E0E0E0;
/*
	-webkit-box-shadow: 0 0 3px rgba( 0 , 0 , 0 , 0.6 );
	-moz-box-shadow: 	0 0 3px rgba( 0 , 0 , 0 , 0.6 );
	-o-box-shadow: 		0 0 3px rgba( 0 , 0 , 0 , 0.6 );
	-ms-box-shadow: 	0 0 3px rgba( 0 , 0 , 0 , 0.6 );
	box-shadow: 		0 0 3px rgba( 0 , 0 , 0 , 0.6 );
*/
}

.slider{
	height: 50% !important;
	padding: 0;
	
}

.slider li {
	height: auto !important;
}

.slider li img{
	max-width: 90%;
}


.show-on-handheld{ display:block; }

.no-show-handheld, .indic{
	display:none;
}
.features-list .slat-3 { width:250px; font-size:1.3em;}
/*-----------------------------------------------------------------------*/
/* ! Contact */
/*----------------------------------------------------------------------*/

#map_canvas{
	display: none;
}

.contact-data{
	font-size: 1.5em;
}

.contact.service li {
	padding: 15px 20px 0 0;
}

/*-----------------------------------------------------------------------*/
/* ! Utilities */
/*----------------------------------------------------------------------*/


.handheld-hide{
	display: inline;
	padding: 0;
}

.project-meta{
	display: none;
}


@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
	.logo a{
		background: url(../img/supreme-ironing-logo.png) no-repeat;
		background-size: cover;
	}
}
 }
 
 
  #full-width-slider {
  width: 100%;
  color: #000;
}
.coloredBlock {
  padding: 12px;
  background: rgba(255,0,0,0.6);
  color: #fff;
   width: 200px;
   left: 20%;
   top: 5%;
}
.infoBlock {
  position: absolute;
  top: 30px;
  right: 30px;
  left: auto;
  max-width: 25%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}
.infoBlockLeftBlack {
  color: #FFF;
  background: #0a8cc8;
  background: rgba(10,140,200,0.80);
  left: 30px;
  right: auto;
}
.infoBlock h4 {
  font-size: 28px !Important;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
  line-height: 1.6;
  margin: 0;
  padding-bottom: 3px;
}
.infoBlock p {
  font-size: 14px;
  margin: 4px 0 0;
}
.infoBlock a {
  color: #FFF;
  text-decoration: underline;
}

.fullWidth {
  max-width: 1400px;
  margin: 0 auto 24px;
}

@media screen and (min-width:960px) and (min-height:660px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
      height: 320px !important;
  }
}

@media screen and (min-width:960px) and (min-height:1000px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 660px !important;
    }
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 300px !important;
  }
  .infoBlock {
    padding: 10px;
    height: auto;
    max-height: 100%;
    min-width: 40%;
    left: 5px;
    top: 5px;
    right: auto;
    font-size: 12px;
  }
  .infoBlock h3 {
     font-size: 14px;
     line-height: 17px;
  }
}
 