/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}

body {
	font-family: "Futura Lt BT Light", Helvetica, Arial, sans-serif !important;
}

a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
}

h4 {
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif !important;
	font-size: 25px;
	text-transform: uppercase;
}

h5 {
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif !important;
	font-size: 80px;
	text-transform: uppercase;
}

h6 {
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif !important;
	font-size: 100px;
	text-transform: uppercase;
}

p {
	font-family: "Futura Lt BT Light", Helvetica, Arial, sans-serif !important;
	font-size: 12px;
	font-weight: lighter;
}

.container {
	width: 950px;
	margin: 40px auto;
	opacity: 1;
}

.header {
	width: 100%;
	display: table;
	height: 102px;
	padding-bottom: 20px;
}
	
.logo {
	background: url(../images/logo.png);
	background-size: cover;
	width: 200px;
	height: 102px;
	float: left;
	display: table-cell;
	vertical-align: middle;
}

.logo a {
	display: block;
	height: 100%;
	width: 100%;
}

.navigation {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}

.navigation a {
	font-family: "Futura Lt BT Light", Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 20px;
}

.active {
	padding-bottom: 4px;
}

.navigation a:active, .navigation a:hover {
	padding-bottom: 4px;
}

/** INDEX **/
.index .navigation a {
	color: #ffffff;
}

.index .active, .index .navigation a:active, .index .navigation a:hover {
	border-bottom: solid 3px #ffffff;
}


.skip {
	position: absolute;
	bottom: 30px;
	right: 30px;
}

.skip a, .skip a:active, .skip a:hover, .skip a:visited, .skip a:link {
	font-family: "Futura Lt BT Light", Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
}

/** MAIN **/
.main .navigation a {
	color: #333333;
}

.main .active, .main .navigation a:active, .main .navigation a:hover {
	border-bottom: solid 3px #333333;
}

.main .header {
	/**border-bottom: 1px solid #dddddd;**/
}

.mainContent {
	/**padding-top: 20px;**/
}

.text {
	width: 42%;
	float: left;
	display: table;
}

.image {
	width: 55%;
	float: left;
	margin-right: 3%;
}

.image img {
	width: 100% !important;
}

.whatWeOffer {
	width: 170px;
}

.reviewTotal {
	width: 300px;
	float: left;
	color: #be2a18;
	padding-top: 13px;
}

.reviewTotal h3 {
	font-size: 18px;
}

.reviewTotal span {
	color: #818181;
	font-size: 12px;
	margin-left: 10px;
}

.googleReview {
	float: right;
	width: 110px;
	background-color: #4285f4;
	padding: 9px 10px;
	text-transform: uppercase;
	text-align: center;
}

.googleReview a {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}

.review {
	padding: 10px;
	border: 1px solid #dddddd;
	margin-top: 20px;
}

.review span {
	color: #be2a18;
}

.contactDetails {
	display: table-cell;
	vertical-align: middle;
}

.contactDetails ul {
	margin-top: 30px;
}

.contactDetails ul li {
	text-transform: uppercase;
	list-style: none;
	height: 40px;
}

.contactDetails a:link, .contactDetails a:visited, .contactDetails a:hover, .contactDetails a:active {
	color: #000000;
}

.text h3 {
	padding-bottom: 4px;
	border-bottom: solid 3px #333333;
	float: left;
	text-transform: uppercase;
}

.text tr td {
	padding-top: 10px;
}

.contactDetails ul li p {
	font-size: 14px;
	padding-left: 15px;
	float: left; 
}

.services {
	width: 100%;
	display: table;
}

.services ul {
	width: 100%;
	display: table-row;
}

.services li {
	width: 20%;
	display: table-cell;
	text-align: center;
}

.services ul li p {
	font-family: "Futura Lt BT Light", Helvetica, Arial, sans-serif !important;
	font-size: 14px;
	margin-top: 10px;
}

.services ul li img {
	width: 80px;
	height: auto;
}

.contactDetailsOpeningTimes {
	margin-top: 20px;
}

.contactDetailsOpeningTimes p {
	padding-bottom: 7px;
}

.footer {
	width: 100%;
	height: 60px;
	margin-top: 30px;
	/**border-top: 1px solid #dddddd;**/
	display: table;
}

.footer ul {
	width: 100%;
	display: table-row;
}

.footer ul li {
	text-align: center;
	display: table-cell;
}

.footer ul li img {
	width: 30px;
	height: 27px;
	float: left;
}

.footer ul li p {
	padding-top: 5px;
	text-decoration: none;
	font-size: 12px;
	float: left;
	text-transform: uppercase;
}

.footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
	color: #000000;
}

.center {
	display: block;
	margin: 0 auto;
}

.clear {
	content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}





@media screen and (max-device-width: 900px) { 
	.navigation a {
		font-size: 24px;
	}

    h2 {
	    font-size: 22px;
	    font-weight: bold;
    }

    h3 {
	    font-size: 24px;
    }

    h4 {
        font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	    font-size: 25px;
	    text-transform: uppercase;
    }

    h5 {
        font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	    font-size: 80px;
	    text-transform: uppercase;
    }

    h6 {
        font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	    font-size: 100px;
	    text-transform: uppercase;
}

    p {
		margin-top: 20px;
    	font-size: 22px;
    }
	
	.container {
		width: 100%;
		margin: 20px auto;
	}
	
	.header {
	    width: 95%;
		margin: 0 auto;
    }
	
	.mainContent {
		width: 100%;
		margin: 0 auto;
	}
	
	.text {
		width: 96%;
		padding: 0 2% 0 2%;
	}
	
	.image {
		margin-top: 40px;
		width: 100%;
	}

    .whatWeOffer {
	    width: 250px;
    }

    .services li {
	    width: 100%;
	    display: table-cell;
	    text-align: center;
		float: left;
		margin-top: 50px;
    }

    .services ul li p {
	    font-family: "Futura Lt BT Light", Helvetica, Arial, sans-serif;
	    font-size: 30px;
	    margin-top: 20px;
    }

    .services ul li img {
	    width: 200px;
	    height: auto;
    }
	
	.reviewTotal {
		margin-left: 2%;
	}

    .reviewTotal h3 {
	    font-size: 26px;
    }
	
	.reviewTotal {
		width: 600px;
	}
   
    .reviewTotal span {
    	font-size: 24px;
    }
	
	.review {
		margin: 20px 2% 0 2%;
	}
	
	.googleReview {
		width: 220px;
		margin-right: 2%;
	}

    .googleReview a {
	    font-size: 25px;
    }
	
	.contactDetails ul li {
		text-align: center;
		margin: 0 auto;
		height: 120px;
	}
	
	.contactDetails h3 {
		float: none;
		margin: 0 auto;
	}
	
	.contactDetailsEmail h3 {
		width: 67px;
	}
	
	.contactDetailsTelephone h3 {
		width: 135px;
	}
	
	.contactDetailsMobile h3 {
		width: 93px;
	}
	
	.contactDetailsFacebook h3 {
		width: 135px;
	}
	
	.contactDetailsTwitter h3 {
		width: 100px;
	}

    .contactDetailsOpeningTimes h3 {
    	width: 190px;
    }

	
	.contactDetails ul li p {
		padding-left: 0;
		float: none;
		font-size: 22px;
	}

    .contactDetailsOpeningTimes {
		margin-top: 40px !important;
    	height: 220px !important;
    }
	
	.footer {
		margin-top: 60px;
	}
	
	.footer ul {
		display: block;
		width: 100%;
	}
	
    .footer ul li {
		width: 100%;
	    text-align: center;
	    display: block;
    }
	
	.footer ul li div {
		height: 80px;
		text-align: center;
		margin: 0 auto;
	}
	
	.footerAddress {
		width: 580px;
	}
	
	.footerTelephone {
		width: 380px;
	}
	
	.footerEmail {
		width: 400px;
	}
	
	.footerSocial {
		width: 120px;
	}
	
	.footerAugment {
		width: 142px;
	}

    .footer ul li img {
    	width: 60px;
    	height: 54px;
    }

    .footer ul li p {
		margin-top: 9px;
	    font-size: 22px;
    }

}

