@charset "iso-8859-1";
/* CSS Document */

body{
	margin: 0px; 
	padding: 0px;
	background-color: #fff; /* Only seen on monitors larger than .limit-width */
	color: #333;		
}

/* default sans-serif font family */
.sans{
	font-family: 'Open Sans', Arial, sans-serif;
}

/*  serif text font family */
.serif{
	font-family: Georgia, serif;
}

.quote{
	font-weight: bold;
	color: #ccc;
	
}

a.phone{
	color: #fff;
	text-decoration: none;	
}
/* full screen up to 1680px then restricted & centred */
.limit-width{
	max-width: 1200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

img{
	border: none;
	max-width: 100%;
}

.blurb{
	float: right;
	text-align: right;
}

h1, h2, h3{
	font-weight: normal;
	color: #d91c5c;
}

p {
	font-size: 0.9em;
	}
h1{
	font-size: 1.6em;
}
h2{
	font-size: 1.4em;
}
h3{
	font-size: 1.2em;
}

a{
	text-decoration: none;
	color: #d91c5c;
}

hr{ 
	border: 0; 
	height: 0; 
	border-top: 1px solid rgba(0, 0, 0, 0.1); 
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.content{ 
	display: table;
	width: 100%;
	background-color: #fff;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
}

.banner-image{
	width: 100%;
}

.banner-image img{
	width: 100%;
	height: auto;
}

.row{
	display: table-row;
	float: left;
	clear: both;	
	width: 96%;	
	padding: 5px 2%;	
}

.menu-bar{
	background-color: #d91c5c;
	width: 38%;	
	height: 40px;
	float: left;
	text-align: right;
	padding-right: 2%;
	font-size: 20px;
	color: #fff;
	padding-top: 10px;
}

.row2{
	display: table-row;
	float: left;
	clear: both;	
	width: 96%;	
	padding: 5px 0;	
}

.row-tile{
	display: table-row;
	float: left;
	clear: both;	
	width: 100%;				
}
.col-quarter{
	display: table-cell;
	float: left;
	width: 17%;
	height: 100%;
	margin: 0 1.8%;
}

.col-half{
	display: table-cell;
	float: left;
	width: 45%;
	height: 100%;
	margin: 0 2%;
}

.col-half-thinner{
	display: table-cell;
	float: left;
	width: 36%;
	height: 100%;
	margin: 0 7%;
}

.col-half-tile{
	display: table-cell;	
	width: 50%;
	height: 100%;
	/* border: solid 2px #fff;	*/
	color: #fff;
	font-size: 0.9em;
	padding: 5px;
}
.col-half-tile h1{
   color: #fff;
}

.col-third{
	display: table-cell;
	float: left;
	width: 31%;
	height: 100%;
	margin: 0 2%;
}

.col-third2{
	display: table-cell;
	float: left;
	width: 23%;
	height: 100%;
	margin: 0 2%;
	padding-left: 6%;
}

.col-third3{
	display: table-cell;
	float: left;
	width: 23%;
	height: 100%;
	margin: 15px 2%;
	padding-left: 6%;
}

.col-wide{
	display: table-cell;
	float: left;
	width: 96%;
	margin: 10px 2%;
}

.banner{
	display: table-cell;
	float: left;	
	margin: 0;
	width: 100%;
	overflow: hidden;
}

.banner img{
	max-width: 100%;
}

.border-left2{
	border-left: solid 1px #ccc;
}

.col-2thirds{
	display: table-cell;
	float: left;
	width: 58%;
	height: 100%;
	margin: 0 2%;
}

.banner img{
	width: 100%;
	height: auto;
}

.heading{
	float: left;	
	margin: 0;
	padding: 0;
}

.clear{
	clear: both;
}



/*   background colour classes  */

.dark{
	background-color: #222;
	color: #eee;
}

.dark2{
	background-color: #333;
	color: #eee;
}

.orange{
	background-color: #f36621;
}

.purple{
	background-color: #991a83;
}

.green{
	background-color: #bdd239;
}

.blue{
	background-color: #00adef;
}

.pink{
	background-color: #d91c5c;
}

/*     buttons     */

.bigbtn {
	display: block;
	float: left;
	width: 90%;
	height: auto;
	text-align: left;
	padding: 15px 5%;
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
	transition:all 0.3s ease;
	color: #fff;
	border-bottom-right-radius: 20px;
	box-shadow: 10px 10px 5px #ccc;
	margin-bottom: 15px;
}

.bigbtn:hover, .bigbtn:active{
	-webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
	transition:all 0.3s ease;
	opacity: 0.8;
}

.bigbtn img{
	max-width: 98%;
	height: auto;
}

.btn {
	display: block;
	float: right; 	
	text-align: center;
	margin: 5px 10px;
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
	transition:all 0.3s ease;	
	background-color: #8f950f;
	padding: 5px 10px;
	border-radius: 4px;
}

.btn:hover, .btn:active{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	transition:all 0.3s ease;
	opacity: 0.8;
}

.btn a{
	color: #fff;
	font-weight: normal;
	font-size: 0.8em;
	text-decoration: none;
	text-transform: uppercase;
}
.ctabtn {
	display: block;
	float: left;
	width: 50%;
	height: auto;
	text-align: left;
	padding: 15px 5%;
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
	transition:all 0.3s ease;
	color: #fff;
	border-bottom-right-radius: 20px;
	box-shadow: 10px 10px 5px #ccc;
	margin-bottom: 15px;
}

.ctabtn:hover, .ctabtn:active{
	-webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
	transition:all 0.3s ease;
	opacity: 0.8;
}

.ctabtn img{
	max-width: 50%;
	height: auto;
} 

/*     footer style    */
.footer{
	background-color: #d91c5c;
	color: #fff;		
	float: left;
	width: 96%;
	padding: 1% 2% 1% 2%;
	margin-bottom: 15px;
	text-align: right;
}

.footer a{
	color: #fff;
	padding-left: 2%;	
	font-size: 0.8em;
}
	
.footer a:hover{
	color: #bdd239;

}	
.set-f1{
	height: 1em;
}

.fineprint{
	font-size: 0.6em;	
	line-height: 1em;
}

.copyright{
	float: left;	
	width: 100%;
	text-align: center;
	font-size: 0.75em;		
}

.f-links{	
	float: right;
	width: 32%;	
	text-align: right;
}

.border-left{
	border-left: solid 1px #eee;
}

.developer-link{
	float: left;	
	width: 100%;
	text-align: center;	
	font-size: 0.75em;
	margin: 15px 0;
	color: #ccc;
}

.developer-link a{
	color: #ccc;
	text-decoration: none;	
}

.developer-link a:hover{
	color: #999;	
}


@media only screen and ( max-width: 800px )
{
	.col-quarter, .col-half, .col-third, .col-2thirds, .col-half-tile, .col-third2, .col-third3, .heading, .tile {
	float: left;
	width: 41%;
	height: auto;
	margin: 5px 2%;
	border: none;
	padding: 2%;
	}
}

/*   small device screens  */

@media only screen and ( max-width: 640px )
{

.col-quarter, .col-half, .col-third, .col-2thirds, .col-half-tile, .col-third2, .col-third3, .heading, .tile, .developer-link, .copyright {
	float: left;
	width: 92%;
	height: auto;
	margin: 5px 2%;
	border: none;
	padding: 0;
}

.slider-wrapper{
	top: 0px;	
}

.tile{
	padding: 2%;
	background-image: url(../img/tile-bg-mobile.png);
	background-size: 100% 55px;
}

.tile-text{
	float: right;
	width: 80%;
}

.banner-caption{
	display: none;
}

.hidemobile{
	display: none;
}

.menu-bar{
	width: 100%;
	padding-right: 0;
	text-align: center;
}

.developer-link, .copyright{
	text-align: center;
}

} /* end media 640*/

.form-contact{
     max-width: 1100px;
     margin: 0 auto;
   }
  	.contact-input-left {
	    width: 47.6%; float: left;
	}
	.contact-input-half {
      width: 47.6%; float: left;
	  margin-left: 3%;
     }

  .input-text input[type="text"], .input-text input[type="email"]{
    color: #333;
    font-size: 14px;
    font-family: 'Open Sans',sans-serif;
    background-color: #e4e4e4;
    box-shadow: inset -1px 1px 2px #b5b5b5;
    margin: 5px 0 0;
    padding: 15px;
    border: 0;
    border-radius: 0;
    outline: 0;
    line-height: 17px;
    width: 94%;
}
.input-text select {
    color: #333;
    font-size: 14px;
    font-family: 'Open Sans',sans-serif;
    background-color: #e4e4e4;
    box-shadow: inset -1px 1px 2px #b5b5b5;
    margin: 5px 0 0;
    padding: 15px;
    border: 0;
    border-radius: 0;
    outline: 0;
    line-height: 17px;
    width: 99.8%;
}
.input-text .textarea {
    color: #333;
    font-size: 14px;
    font-family: 'Open Sans',sans-serif;
    background-color: #e4e4e4;
    box-shadow: inset -1px 1px 2px #b5b5b5;
    margin: 5px 0 0;
    padding: 15px;
    border: 0;
    border-radius: 0;
    outline: 0;
    line-height: 17px;
    width: 95%;
}
.button {
   text-transform: uppercase;
    background: #e2172a;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    padding: 15px 22px;
    margin-top: 16px;
    border: none;
    cursor: pointer;
}
.button:hover {
    background: #ab1422;
}
.clear{
    clear: both;
}

@media screen and (max-width: 786px){
.contact-input-left,.contact-input-half{
	    width: 100%; float: left;
	}
.input-text .textarea {
	    width: 94%; float: left;
	}
}

