﻿/* Desktops */
@media screen and (min-width: 1241px){
/* DO THIS */

content {
  flex-flow:column;
  position:absolute;
  top: 2vw;
  height:100%;
  width:80vw;
  left:10vw;
  /*border: 2px solid #ff0000;*/
}

wrap {
	/*height: 100%;*/
	width: 100%;
	top: 8.1vw;
	position: absolute;
}

#contactaddress {
  /*border: 1px solid #0b5325;*/
  height: 300px;
  width: 20vw;
  min-width:240px;
  float: left;
}
#contacttimes {
  /*border: 1px solid #0b5325;*/
  height: 520px;
  width: 450px;
  float: left;
}
#contactmap {
  /*border: 1px solid #0b5325;*/
  height: 520px;
  width: calc(100% - 500px);
  float: right;
}
.openingtimes {
	color: #4d4d4d;
	font-size: 12pt;
    text-align: justify;
    line-height: 1.5;
    margin-right:5px:
}

.form_style {
	font-family: Verdana;
	font-size: 12pt;
	color: #666666c;
	width: 80%;
	height: 30px;
}
#quote_pc {
	margin:10px;
	line-height:1;
}
#quote_tablet {display:none}
#quote_phone {display:none}
.g-recaptcha {
transform:scale(1.0);
-webkit-transform:scale(1.0);
transform-origin:0 0;
-webkit-transform-origin:0 0;
}
floating-box-columns {
    display: inline-block;
    width: 17%;
    min-width: 170px;
    vertical-align: top;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 10px;
}
}/* END Desktops */


/* Mobile landcape and Tablets */
@media screen and (min-width: 601px) and (max-width: 1240px) {
/*DO THIS*/

content {
  flex-flow:column;
  position:absolute;
  top: 2vw;
  height:100%;
  width:94vw;
  left:1.5vw;
  /*border: 2px solid #ff0000;*/
}

wrap {
	/*height: 100%;*/
	width: 100%;
	top: 8.1vw;
	position: absolute;
}

#contactaddress {
 /*border: 1px solid #0b5325;*/
  height: 340px;
  width: 24vw;
  min-width:240px;
  float: left;
}
#contacttimes {
  /*border: 1px solid #0b5325;*/
  height: 520px;
  width: 450px;
  float: left;
}
#contactmap {
  /*border: 1px solid #0b5325;*/
  height: 520px;
  width: calc(100% - 500px);
  min-width:450px;
  float: right;
}
.openingtimes {
	color: #4d4d4d;
	font-size: 12pt;
    text-align: justify;
    line-height: 1.5;
    margin-right:5px:
}
.form_style {
	font-family: Verdana;
	font-size: 12pt;
	color: #666666;
	width: 80%;
	height: 30px;
}
#quote_pc {display:none}
#quote_tablet {
	line-height:1;
}
#quote_phone {display:none}
.g-recaptcha {
transform:scale(1.0);
-webkit-transform:scale(1.0);
transform-origin:0 0;
-webkit-transform-origin:0 0;
}
floating-box-columns {
    display: inline-block;
    width: 22%;
    min-width: 100px;
    vertical-align: top;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
}
}/* END Mobile landcape and Tablets */


/* Mobile portrait */
@media screen and (max-width: 600px){
/*DO THIS*/

content,area1,area2{
  flex-flow:column;
  position:absolute;
}

content {
  top: 2vw;
  height:100%;
  width:94vw;
  left:1.5vw;
  /*border: 2px solid #ff0000;*/
}

wrap {
	/*height: 100%;*/
	width: 100%;
	top: 10.1vw;
	position: absolute;
}

#contactaddress {
  /*border: 1px solid #0b5325;*/
  height: 280px;
  width: 100%;
  /*min-width:100%;*/
  float: left;
}
#contacttimes {
  /*border: 1px solid #0b5325;*/
  height: 520px;
  width: 92vw;
  float: left;
}
#contactmap {
  /*border: 1px solid #0b5325;*/
  height: 520px;
  width: 92vw;
  float: right;
}
.openingtimes {
	color: #4d4d4d;
	font-size: 12pt;
    text-align: justify;
    line-height: 1.5;
    margin-right:5px:
}
.form_style {
	font-family: Verdana;
	font-size: 12pt;
	color: #666666;
	width: 80%;
	height: 30px;
}
#quote_pc {display:none}
#quote_tablet {display:none}
#quote_phone {
	margin:10px;
	line-height:1;
}
.g-recaptcha {
transform:scale(1.0);
-webkit-transform:scale(1.0);
transform-origin:0 0;
-webkit-transform-origin:0 0;
}
floating-box-columns {
    display: inline-block;
    width: 45%;
    min-width: 100px;
    vertical-align: top;
    margin-right: 2%;
    margin-left: 2%;
    margin-bottom: 20px;
}
}/* END Mobile portrait */


/* All Screen Sizes */
/*DO THIS*/

/*Bit below is for collapsible services*/
.collapsibletitle {
  background-image: linear-gradient(to right, rgba(60,85,135,0.1), rgba(60,85,135,1));
  color: #0c2d4c;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  font-weight: bold;
}

.active, .collapsibletitle:hover {
  background-color: #cccccc;
}

.active, .collapsibletitle:visited {
background-color: #000000;
color: #ffffff;
}

.collapsiblecontent {
  padding:20px 20px 20px 20px;
  display: none;
  overflow: hidden;
  background-color: #000000;
}
/*End of collabsible services*/

ul {
	list-style-type:circle;
    padding-left:5px;
    color:#ffffff;
    margin:0 4px;
	line-height:0.95;
}
li {
	display:inline;
}
.bullets li  {
	display:list-item;
}
.mobile li  {
	display:list-item;
}
ul.services {
	list-style-image: url('../images/spanner.png');
    color:#4d4d4d;
    margin-left:30px;
    line-height:1.7;
    text-align:left;
}
.services li {
    display:list-item;
}

body  {
  	margin: 0px;
	padding: 0px;
 	/*background-color: #ffffff;*/
	font-family: Verdana;
	font-size: 12pt;
	color: #4d4d4d;
	line-height:1.5;
}

.page_static_content {
	text-align: justify;
}

expand {
  display: none;
  padding: 5px;
}

div:hover expand {
  display: block;
  margin:0% 5% 2% 5%;
  padding:20px;
  background-color:rgb(255, 255, 255, 0.5);
  border-style:solid;
  border-radius:10px;
  border-color:#0c2d4c;
  box-shadow:5px 5px 5px #666666;
  }

background {
	height: 100%;
	width: 100%;
	bottom: 6vw;
	position: fixed;
	background-image: url("../images/lady_justice.png");
  	background-repeat: no-repeat;
  	background-size: cover;
  	opacity: 0.2;
}

content,area1,area2 {
 	/*border: 1px solid #ff0000;*/
}

a.bodylinks {
	color: #0c2d4c;
	font-size: 12pt;
	text-decoration: none;
}
a.bodylinks:hover {
	color: #666666;
}
a.bodylink {
	color: white;
	font-size: 12pt;
	text-decoration: none;
}
a.bodylink:hover {
	color: #666666;
}

a.contactphone {
	font-size: 12pt;
	color: #0c2d4c;
	text-decoration: none;
}
a.contactphone:hover {
	color: #666666;
}

area1 {
  position:relative;
  z-index:50;
  margin-bottom:10px;
  /*border: 1px solid #faaff2;*/
}
area2 {
  position:relative;
  z-index:50;
  margin-bottom:10px;
  display: inline;
  /*border: 1px solid #faaff2;*/
}
h1 {
	font-family: Verdana;
	font-size: 15pt;
	color: #4d4d4d;
	line-height: 1.0;
}

/*The box for the opening times*/

.outsidecontainer {
  width: 100%;
  /*border: 1px solid black;*/
}

.cell {
  float: left;
  border: 0px;
}

.filler {
  /*width: calc(100% - 200px);*/
  height: 100%;
}
/*used to stop the container from collapsing*/
.clearfix {
  clear: both;
}

/* COOKIE stuff */
.dismissable-cookie-policy {
	background: #333;
	background: rgba(0, 0, 0, .75);
	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: #fff;
	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;
}
.submit_button {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
font-family: Conthrax; 
color: #FFFFFF; 
width: 120px; 
height: 40px; 
font-size: 12pt; 
background-color: #27a027;
}
/* END of COOKIE stuff */
