﻿/* Desktop */
@media screen and (min-width: 1241px){
/*DO THIS*/

.form_style {
	font-family: Arial;
	font-size: 12pt;
	color: #666666;
	width: 350px;
	height: 18px;
}
#pagebackground {top:40px;}
#logo {top: calc((100vw / 50) + 40px);}
#pictures1 {top:40px;}
#pictures2 {top:40px;}
#pictures3 {top:40px;}
#pictures4 {top:40px;}
#pictures5 {top:40px;}
#pictures6 {top:40px;}
#seal {top: calc((20vw / 1.85) + 40px);}
#van {top: calc((26vw / 1.85) + 40px);}
#content {
	position:absolute;
	top: calc((128vw / 4.1) + 40px);
	left:20%;
	width:37%;
	margin-right:7%;
	height: calc((100vw / 3) * (100vw / 50));
	z-index:10;
	color: #053C58;
	font-size: 12pt;
    text-align: justify;
    line-height: 1.5;
}

#testimonial {
	position:absolute;
	top: calc((84vw / 4.1) + 40px);
	left:64%;
	width:16%;
	height: 100%;
	background-image: url("../images/testimonials.png");
	background-size: 65% auto;
	background-repeat: no-repeat;
	background-position: left top;
	z-index:5;
	padding-top: 4.5%;
	font-size: 11pt;
    font-style:italic;
    color:gray;
    text-align: justify;
    line-height: 1.5;
    padding-bottom: 230px;
}
}/*END Desktop */

/* Tablet - Mobile Landscape*/
@media screen and (min-width: 601px) and (max-width: 1240px){
/*DO THIS*/

#customers {visibility: hidden;}
#pagebackground {top:40px;}
#logo {top: calc((100vw / 50) + 40px);}
#pictures1 {top:40px;}
#pictures2 {top:40px;}
#pictures3 {top:40px;}
#pictures4 {top:40px;}
#pictures5 {top:40px;}
#pictures6 {top:40px;}
#seal {top: calc((20vw / 1.85) + 40px);}
#van {top: calc((26vw / 1.85) + 40px);}
#testimonial {
	position:absolute;
	top: calc((84vw / 4.1) + 40px);
	left:71%;
	width:calc(29vw - 50px);
	height: 100%;
	background-image: url("../images/testimonials.png");
	background-size: 65% auto;
	background-repeat: no-repeat;
	background-position: left top;
	z-index:5;
	padding-top: 4.5%;
	font-size: 10pt;
    font-style:italic;
    color:gray;
    text-align: justify;
    line-height: 1.5;
    padding-bottom: 75px;
}

.form_style {
	font-family: Arial;
	font-size: 12pt;
	color: #666666;
	width: 200px;
	height: 18px;
}

#content {
	position:absolute;
	top: calc((128vw / 4.1) + 40px);
	left:4%;
	width:60%;
	margin-right:7%;
	height: calc((100vw / 3) * (100vw / 50));
	z-index:10;
	color: #053C58;
	font-size: 12pt;
    text-align: justify;
    line-height: 1.5;
    padding-bottom: 75px;
}
}/*END Tablet - Mobile Landscape*/

/* Mobile Portrait */
@media screen and (max-width: 600px){
/*DO THIS*/

#customers {visibility: hidden;}
#testimonial {visibility: hidden;}

#pagebackground {top:70px;}
#logo {top: calc((100vw / 50) + 70px);}
#pictures1 {top:70px;}
#pictures2 {top:70px;}
#pictures3 {top:70px;}
#pictures4 {top:70px;}
#pictures5 {top:70px;}
#pictures6 {top:70px;}
#seal {top: calc((20vw / 1.85) + 70px);}
#van {top: calc((26vw / 1.85) + 70px);}

.form_style {
	font-family: Arial;
	font-size: 12pt;
	color: #666666;
	width: 200px;
	height: 18px;
}

#content {
	position:absolute;
	top: calc((128vw / 4.1) + 60px);
	left:2%;
	width:96%;
	/*margin-right:7%;*/
	height: calc((100vw / 3) * (100vw / 50));
	z-index:10;
	color: #053C58;
	font-size: 12pt;
    text-align: justify;
    line-height: 1.5;
    padding-bottom: 75px;
    /*border: 1px solid #ff0000;*/
}
}/* END Mobile Portrait -  */

/* PC - Tablet - Mobile */

body {
	margin: 0px;
	padding: 0px;
 	background-color: #ffffff;
	font-family: Arial;
	font-size: 12pt;
	color: #000000;
}

h1 {
	font-family: Arial;
	font-size: 16pt;
	color: #107f78;
	line-height: 0.5;
}

h2 {
	font-family: Arial;
	font-size: 14pt;
	color: #107f78;
	line-height: 0.5;
}

#pagebackground {
	position:absolute;
	width:100%;
	height:100%;
	background-image: url("../images/background.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
	z-index:10;
}

#logo {
	position:absolute;
	width:100%;
	height:100%;
	background-image: url("../images/logo.png");
	background-size: 25% auto;
	background-repeat: no-repeat;
	background-position: center top;
	z-index:10;
}

#pictures1 {
	position:absolute;
	left:5%;
	width:90%;
	height:100%;
	background-image: url("../images/pictures1.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
	z-index:10;
}
#pictures2 {
	position:absolute;
	left:5%;
	width:90%;
	height:100%;
	background-image: url("../images/pictures2.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
	z-index:10;
}
#pictures3 {
	position:absolute;
	left:5%;
	width:90%;
	height:100%;
	background-image: url("../images/pictures3.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
	z-index:10;
}
#pictures4 {
	position:absolute;
	left:5%;
	width:90%;
	height:100%;
	background-image: url("../images/pictures4.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
	z-index:10;
}
#pictures5 {
	position:absolute;
	left:5%;
	width:90%;
	height:100%;
	background-image: url("../images/pictures5.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
	z-index:10;
}
#pictures6 {
	position:absolute;
	left:5%;
	width:90%;
	height:100%;
	background-image: url("../images/pictures6.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
	z-index:10;
}
#seal {
	position:absolute;
	left:85%;
	width:10%;
	height: calc(100vw / 10);
	background-image: url("../images/seal.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
	z-index:70;
}
#van {
	position:absolute;
	left:30%;
	width:27%;
	height: calc(100vw / 5);
	background-image: url("../images/van.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
	z-index:60;
}
#contentphotos { 
 position:absolute;
 width:100%;
 left:0%;
 padding-bottom: 200px;
 z-index:160;
}

#columninbit {
 position: absolute;
 bottom: 0px;
 left: 0%;
 width: 100%;
 height: 0%;
 z-index: 65;
}

#customers {
	position:absolute;
	left:0%;
	width:100%;

	height: calc(100vw / 5);
	background-image: url("../images/customers.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
	z-index:60;
	padding-bottom: 80px;
}


.dismissable-cookie-policy {
	background: #333;
	background: rgba(0, 0, 0, .75);
	bottom: 0;
	color: #FFF;
	display: none;
	font: 14px/1.5 Helvetica, Arial, sans-serif;
	left: 0;
	padding: 20px 0;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 9999999;
}

.dismissable-cookie-policy .statement {
	margin: 1em auto;
	max-width: 50em;
}

.dismissable-cookie-policy * {
	font-family: Helvetica, Arial, sans-serif !important;
	visibility: visible !important;
}

.dismissable-cookie-policy a {
	color: #0899f8;
	text-decoration: underline;
}

.dismissable-cookie-policy button {
	background: #0899f8;
	border: 0;
	-webkit-border-radius: 0.3125em;
	border-radius: 0.3125em;
	background-clip: padding-box;
	color: #FFF;
	cursor: pointer;
	font-size: 1.28571428571em;
	line-height: 1;
	padding: 0.642857142857em 4em;
	white-space: nowrap;
}

button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button, select {
	text-transform: none;
}

button, input {
	line-height: normal;
}

button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

div.imgsmall
{
  align: left;
  margin: 0px;
  padding: 2px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  height: 110px;
  width: 110px;
  float: center;
  text-align: center;
}	

div.imgsmall img
{
  display: inline;
  margin: 2px;
  border: 1px solid #ffffff;
}

div.imgsmall a:hover img {border: 1px solid #ffffff;
}

div.img
{
  margin: 5px;
  padding: 2px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  height: 210px;
  width: 210px;
  float: left;
  text-align: center;
}	

div.img img
{
  display: inline;
  margin: 2px;
  border: 1px solid #ffffff;
}

div.img a:hover img {border: 1px solid #ffffff;
}

div.desc
{
  text-align: left;
  vertical-align: bottom;
  font-weight: normal;
  font-size: 10pt;
  height: 20px;
  width: 185px;
  line-height: 1.0;
  margin: 2px;
}

div.img_files
{
  margin: 5px;
  padding: 2px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  height: 100px;
  width: 190px;
  float: left;
  text-align: center; 
}

div.img_files img
{
  display: inline;
  margin: 2px;
  border: 1px solid #ffffff;
}

div.img_files a:hover img {border: 1px solid #ffffff;}

div.desc_files
{
  text-align: center;
  vertical-align: bottom;
  font-weight: normal;
  font-size: 10pt;
  height: 20px;
  width: 180px;
  line-height: 1.0;
  margin: 2px;
}

.page_straps {
	font-family: Script MT Bold;
	font-size: 28px;
	color: #27a027;
}

.page_header {
	color: #0C2D4D;
	font-size: 24px;
}
.page_sub_header {
	font-family: Arial;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}
.page_address_header {
	font-family: Arial;
	color: #666666;
	font-size: 13px;
}
.page_phone_header {
	font-family: Arial;
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
}

.product_title {
	font-family: Arial;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
}

.price {
	font-family: Arial;
	color: #000000;
	font-size: 22px;
	font-weight: bold;
}

.delivery {
	font-family: Arial;
	color: #000000;
	font-size: 12px;
}

p.big {
line-height: 1.5
}

.submit_button {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;

font-family: Arial; 
color: #FFFFFF; 
width: 120px; 
height: 40px; 
font-size: 12pt; 
background-color: #27a027;
}

td.menuoff {
background-color: #000000;
color: #FFFFFF;
}
td.menuon {
background-color: #FFFFFF;
color: #000000;
}

.contact_box_title {
	font-family: Script MT Bold;
	font-size: 32px;
	color: #98180D;
	text-align: left;
	line-height: 1.0;
}
.contact_box {
	font-size: 16px;
	text-align: left;
	color: #ffffff;
}
a.contact_box:link {
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}
a.contact_box:visited {
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}
a.contact_box:hover {
	color: #124e1c;
	font-size: 14px;
	text-decoration: none;
}
a.contact_box:active {
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}

a.links:link {
	color: #000000;
	font-size: 12pt;
	text-decoration: none;
}
a.links:visited {
	color: #000000;
	font-size: 12pt;
	text-decoration: none;
}
a.links:hover {
	color: #999999;
	font-size: 12pt;
	text-decoration: none;
}
a.links:active {
	color: #000000;
	font-size: 12pt;
	text-decoration: none;
}

.lhs_date_style {
	color: #ffffff;
	font-size: 12px;
	font-weight: Bold;
}
.lhs_title_style {
	color: #666666;
	font-size: 12pt;
	font-weight: bold;
}
.lhs_content_style {
	font-size: 12pt;
	text-align: left;
}
a.lhs_navigation:link {
	color: #ffffff;
	font-size: 12pt;
	text-decoration: none;
}
a.lhs_navigation:visited {
	color: #ffffff;
	font-size: 12pt;
	text-decoration: none;
}
a.lhs_navigation:hover {
	color: #124e1c;
	font-size: 12pt;
	text-decoration: none;
}
a.lhs_navigation:active {
	color: #ffffff;
	font-size: 12pt;
	text-decoration: none;
}

a.bodylinks:link {
	color: #000000;
	font-size: 12pt;
	text-decoration: none;
}
a.bodylinks:visited {
	color: #000000;
	font-size: 12pt;
	text-decoration: none;
}
a.bodylinks:hover {
	color: #107f78;
	font-size: 12pt;
	text-decoration: none;
}
a.bodylinks:active {
	color: #000000;
	font-size: 12pt;
	text-decoration: none;
}

a.sitename:link {
	color: #ffffff;
	font-size: 22pt;
	text-decoration: none;
	font-weight: bold;
}
a.sitename:visited {
	color: #ffffff;
	font-size: 22pt;
	text-decoration: none;
	font-weight: bold;
}
a.sitename:hover {
	color: #ffffff;
	font-size: 22pt;
	text-decoration: none;
	font-weight: bold;
}
a.sitename:active {
	color: #ffffff;
	font-size: 22pt;
	text-decoration: none;
	font-weight: bold;
}

.strapline_style {
	color: #ffffff;
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
}
.top_page_title_style {
	color: #ff0000;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
}

.page_title_style {
	color: #053C58;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
}
a.page_title_style:link {
	color: #053C58;
	font-size: 20px;
	text-decoration: none;
}
a.page_title_style:visited {
	color: #053C58;
	font-size: 20px;
	text-decoration: none;
}
a.page_title_style:hover {
	color: #ff0000;
	font-size: 20px;
	text-decoration: none;
}
a.page_title_style:active {
	color: #053C58;
	font-size: 20px;
	text-decoration: none;
}

.page_title_substyle {
	color: 1f2267;
	font-family: Arial;
	font-size: 18px;
	font-weight: plain;
}

.page_address_block_style {
	font-size: 10pt;
	font-weight: plain;
	color: #000000;
}
.page_contacts_block_style {
	font-size: 10pt;
}

.page_static_content_TOP_style {
	color: #ffffff;
	font-size: 10pt;
    text-align: left;
    font-italic;
}

.page_static_content_title_style {
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
}
a.page_static_content_title_style:link {
	color: #666666;
	font-size: 12pt;
	font-style: italic;
	text-decoration: none;
}
a.page_static_content_title_style:visited {
	color: #666666;
	font-size: 12pt;
	font-style: italic;
	text-decoration: none;
}
a.page_static_content_title_style:hover {
	color: #ff0000;
	font-size: 12pt;
	font-style: italic;
	text-decoration: none;
}
a.page_static_content_title_style:active {
	color: #666666;
	font-size: 12pt;
	font-style: italic;
	text-decoration: none;
}
.page_static_content_style {
	color: #053C58;
	font-size: 12pt;
    text-align: justify;
    line-height: 1.5;
}
.page_static_content_style_small {
	font-size: 13px;
	color: #666666;
}
.page_static_content_rhs_title {
	color: #666666;
	font-size: 18px;
    text-align: left;
    font-weight: bold;
}
.page_static_content_rhs_style {
	color: #000000;
	font-size: 12pt;
    text-align: justify;
    line-height: 1.5;
    font-style: italic;
}
.login_title_style {
	color: #ffffff;
	font-size: 12px;
}
.login_body_style {
	color: #ffffff;
	font-size: 10px;
}
.vertical_navigation {
	color: #000000;
	font-size: 10pt;
	text-decoration: none;
}
.popup_style {
	font-family: Arial;
	color: #000000;
	font-size: 12pt;
	text-decoration: none;
}