/*
 ----------------------------- 
 PVII Layout Builder Magic
 by Project Seven Development
 www.projectseven.com
 Custom Styles
 -----------------------------
*/

/*
***************************************************
Font Families: You may edit the font-family values,
BUT DO NOT REMOVE OR RENAME THE 4 RULES BELOW
***************************************************
*/
.lbm-stack-sans {font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", sans-serif;}
.lbm-stack-serif {font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;}
.lbm-stack-thin {font-family: Lato, "Gill Sans", Optima, sans-serif; font-weight: 300;}
.lbm-stack-fancy {font-family: Federo, "Gill Sans", Optima, sans-serif;}


h1, h2, h3, h4, h5 {
	font-family: lemonde-sans, sans-serif;

font-weight: 700;

font-style: normal;
}
h1 {font-size: 200%;}
h2 {font-size: 170%;}
h3 {font-size: 155%;}
h4 {font-size: 135%;}
h5 {font-size: 125%;}

.scalable-rounded {
	width: auto;
	height: auto;
	max-width: 100%;
	border-radius: 7px;
}
.scalable-fancy {
	width: auto;
	height: auto;
	max-width: 100%;
	border-radius: 7px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.65);
}

.bigg {
	font-size: 180%;
}
.bigg strong {
	font-weight: 400;
}

/*
Link Styles
Assign one of the following classes to
Text Links on your page
*/
.text-link-light {
	color: #EEE;
	border-bottom: 1px dotted;
}
.text-link-dark {
	color: #000;
	border-bottom: 1px dotted;
}
.text-link-dark:hover, .text-link-light:hover {
	border-bottom: 1px solid;
}
.text-link-dark, .text-link-light {
	text-decoration: none;
}


/*Media Queries*/

@media only screen and (min-width: 767px) and (max-width: 1100px) {
body {font-size: 105%;}
}

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

body {font-size: 100%;}
}

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

body {font-size: 100%;}
}

.t-mar-top {margin-top: 30vh;}
@media only screen and (min-width: 0px) and (max-width: 700px) {
	.t-mar-top {margin-top: 8vh;}
	.git-w-text {
font-size:1.2em;
}
.button-enq {
	padding: 0 0.8em !important;
}
.button-topleft, .button-topcenter, .button-topright {
	    padding-top: 12% !important;
    padding-bottom: 12% !important;
	min-height:0px !important;
}
}
@media only screen and (min-width: 0px) and (max-width: 800px) {
.logo-pad-bot {padding-bottom:10px;}
}
.git-w-text {
    color: #fff;
    margin-bottom: 50px;
    margin-top: 50px;
}
.footer-border {border-top:1px solid #CCC; font-size:0.8em;}
.button-index {
    display: inline-block;
	width:100%;
	border-radius:600px;
	background-color:#3a8ce0;
    line-height: 2.6em;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-decoration: none !important;
    outline: 0;
    white-space: nowrap;
    color: #ffffff !important;
	font-family: lemonde-sans, sans-serif;
}
.button-index:hover { 
background-color:#09427d;
text-decoration:none !important;
}
.button-enq {
    display: inline-block;
	border-radius:600px;
	border:3px solid #fff;
	background-color:#3a8ce0;
    line-height: 2.2em;
	padding: 0 1.2em;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-decoration: none !important;
    outline: 0;
    white-space: nowrap;
    color: #ffffff !important;
	font-family: lemonde-sans, sans-serif;
}
.button-enq:hover { 
background-color:#fff;
color:#3a8ce0 !important;
text-decoration:none !important;
}
.td-b-pad {padding:10px;}
.white-text {color:#fff !important;}

.button-topleft {
    display: inline-block;
	min-height:62vh;
    background-image:url(../images/laundry.jpg);
    background-size: cover;
	background-position:center;
	padding-top:38vh;
            box-shadow: inset 0 0 0 2000px rgba(0, 49, 99, 0.6);
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
    text-decoration: none !important;
    outline: 0;
    font-size: 1.6em !important;
    color: #fff !important;
    width: 100%;
	    font-family: lemonde-sans, sans-serif;
    font-weight: 700;
}
.button-topleft:hover { 
box-shadow:inset 0 0 0 2000px rgba(0,0,0,0);
transform: scale(1.2);
text-shadow: 1px 1px 8px #000, 1px 1px 8px #000;
}
.button-topcenter {
    display: inline-block;
	min-height:62vh;
    background-image:url(../images/linen.jpg);
    background-size: cover;
	background-position:center;
	padding-top:38vh;
            box-shadow: inset 0 0 0 2000px rgba(0, 49, 99, 0.6);
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
    text-decoration: none !important;
    outline: 0;
    font-size: 1.6em !important;
    color: #fff !important;
    width: 100%;
	    font-family: lemonde-sans, sans-serif;
    font-weight: 700;
    
}
.button-topcenter:hover { 
box-shadow:inset 0 0 0 2000px rgba(0,0,0,0);
transform: scale(1.2);
text-shadow: 1px 1px 8px #000, 1px 1px 8px #000;
}
.button-topright {
    display: inline-block;
	min-height:62vh;
    background-image:url(../images/dry-cleaning.jpg);
    background-size: cover;
	background-position:center;
	padding-top:38vh;
            box-shadow: inset 0 0 0 2000px rgba(0, 49, 99, 0.6);
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
    text-decoration: none !important;
    outline: 0;
    font-size: 1.6em !important;
    color: #fff !important;
    width: 100%;
	    font-family: lemonde-sans, sans-serif;
    font-weight: 700;
}
.button-topright:hover { 
box-shadow:inset 0 0 0 2000px rgba(0,0,0,0);
transform: scale(1.2);
text-shadow: 1px 1px 8px #000, 1px 1px 8px #000;
}
@media only screen and (min-width: 700px) and (max-width: 840px) {

.button-topright, .button-topcenter, .button-topleft {font-size: 1.3em !important;}
}
.outer-div
{
     overflow: hidden; 
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}

.padding {
    padding-bottom: 16px;
}

.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.responsive-iframe-container iframe,   
.vresponsive-iframe-container object,  
.vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.max-700 {max-width:700px;}
.small-text {font-size:0.5em;     width: 50% !important;
    /* max-width: 80% !important; */
    display: -webkit-box; padding-top: 20px;     font-family: 'Open Sans', sans-serif;
    font-weight: 400;}
.small-text-button {font-size:0.6em;     background: #3a8ce0;
    /* display: block; */
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 8px;
    padding-top: 6px;
    /* padding: 8px 18px; */
    border-radius: 50px;
	text-shadow:none !important;
	-webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
	}
.small-text-button:hover { background: #333; text-shadow:none !important;}

@media only screen and (min-width: 768px) and (max-width: 840px) {
	.small-text {font-size:0.6em; }
.small-text-button {font-size:0.7em;	}
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
	.small-text {font-size:0.65em; }
.small-text-button {font-size:0.75em;	}
}
