
html,
body {
   margin:0;
   padding:0;
   height:100%;
}

*{
padding: 0;
margin: 0;
border: 0;
font-size: 100%;
background: transparent;
vertical-align: baseline;
}

body{
text-align: center;
color: #363636;
font-family: arial;
}

.g-recaptcha {
    transform:scale(0.75);
    -webkit-transform: scale(0.75);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}


a{
text-decoration: none;
color: #363636;
}

a:hover,a:focus,a:active{
color: #a5a5a5;
}

h1{
margin-top: 10px;
margin-bottom: 10px;
font-size: 17px;
color: #363636;
font-weight:bold;
}

h2{
margin-top: 7px;
margin-bottom: 7px;
font-size: 15px;
color: #363636;
}


h3{
margin-top: 5px;
margin-bottom: 5px;
font-size: 15px;
color: #363636;
}

p{
margin: 5px 0px 15px 0px;
}

small{
font-size: 0.8em;
}

ul{
padding-left: 30px;
}


div.page{
min-height:100%;
position:relative;
width: 100%;
text-align: left;
overflow: hidden;
}

div.page-wrap{
padding-bottom:70px;
}

div.page-inner{
clear: both;
overflow: hidden;
width: 960px;
background:#fff;
}

div.page-inner-wrap{
width: 100%;
}


div.header{
width: 960px;
height: 150px;
text-align: left;
position: relative;
background:#fff;
}

div.header-wrap{
width: 100%;
height: 150px;
}

div.header-side{
}

a.logo{
display: block;
float: left;
margin-top:10px;
}

div.contact{
float: right;
margin: 40px 0 0 0;
text-align: right;
font-size: 17px;
color: #666;
line-height:20px;
}

div.contact span{
font-size:20px;
color:#0079c1;
}

div.contact a{
color: #363636;
}

div.contact a:hover,div.contact a:focus,div.contact a:active{
color: #e2e2e2;
}

#tel{

}

#email{

}


ul.navigation{
bottom: 0;
left: 0;
font-size: 1.3em;
list-style-type: none;
position: absolute;
padding:0;
}

ul.navigation li{
position:relative;
float:left;
}


ul.navigation li a{
display:block;
position:relative;
color: #0079c1;
padding: 7px 25px;
font-size: 16px;
}

ul.navigation a:hover,ul.navigation a:focus,ul.navigation a:active{
background:#0079c1;
color:#fff;
}

.project {
  border: 1px solid #CCCCCC;
  display: inline-block;
  margin-bottom: 40px;
  position: relative;
  width: 958px;
}

.project h2{
margin-left: 10px;
}


.project p{
margin: 10px;
}

.project .list {
  margin-top: 10px;
}

.project .gallery h3 {
  background: none repeat scroll 0 0 #0079c1;

  color: #FFFFFF;
  padding: 8px;
}

.project .gallery {
  display: inline-block;
  float: right;
  position: inherit;
  width: 277px;
}

.project img.img-project {
  border: 1px solid #CCCCCC;
  margin: 8px;
  padding: 3px;
}

ul.navigation a.current{
color:#fff;
background:#0079c1;
}

ul.navigation ul{
list-style-type: none;
text-align: left;
display: none;
position:absolute;
left: 0px;
padding:0;
background:#0079c1;
}

ul.navigation ul li{
float:left;
}

ul.navigation ul li a{
float:left;
position: relative;
color: #fff;
padding: 10px 15px;
width: 180px;
}

ul.navigation ul li a:hover{
background:#fff;
color:#0079c1;
}

ul.navigation li:hover ul{
display: block;
z-index: 1000000;
}

ul.navigation :hover ul ul{
display: block;
}

ul.navigation :hover ul :hover ul{
display: block;
}

.content ul li:before{ position:relative; left:-5px;}
.content ul li{ text-indent:-5px; }


div.slideshow{
width: 960px;
height: 300px;
overflow: hidden;
background: #000;
position: relative;
}

div.slideshow img{
width: 960px;
height: 300px;
}

.slide-title {
background: url("../images/title-bg.png") repeat scroll 0 0 transparent;
color: #FFFFFF;
font-size: 20px;
height: 61px;
padding-left: 10px;
padding-top: 10px;
position: absolute;
text-align: justify;
text-shadow: 0 0 4px black;
top: 306px;
width: 960px;
z-index: 10000;
}


div.slideshow-inner{
overflow: hidden;
}

div.content{
float: right;
text-align: justify;
font-size: 15px;
line-height: 150%; /*   */
color: #363636;
}

div.content ul{
padding-left: 15px;
margin-bottom: 12px;
}


div.footer{
clear: both;
width: 960px;
overflow: hidden;
font-size: 10px;
}

div.footer-wrap{
width: 100%;
height: 50px;
position: absolute;
bottom: 0px;
border-top:2px solid #0079c1;
height: 70px;

}

div.footer a{
font-size: 10px;
}

div.footer a:hover,div.footer a:focus,div.footer a:active{
color: #f2f2f2;
}

div.copyright{
float: left;
text-align: left;
padding: 7px;
}

div.validation{
float: right;
text-align: right;
padding: 7px;
}



form.contact-form label{
clear: both;
text-align: left;
font-weight: bold;
display: block;
margin-top: 7px;
}

form.contact-form input[type="text"], form.contact-form textarea, form.contact-form select {
  border: 1px solid #CCCCCC;
  display: block;
  margin-top: 3px;
  padding: 3px;
  width: 100%;
  background: #ffffff;
}

form.contact-form input:hover,form.contact-form textarea:hover,form.contact-form select:hover,
form.contact-form input:focus,form.contact-form textarea:focus,form.contact-form select:focus{
border-color: #999;
}

form.contact-form textarea{
overflow: auto;
height: 100px;
}

form.contact-form input.contact-submit{
clear: both;
margin-right: 2px;
padding: 10px 12px;
background: #363636;
color: #fff;
}





.clear{ clear: both; height: 0px; }
.left{ float: left; display: inline-block; }
.right{ float: right; display: inline-block; }
.center{ margin: 0 auto; }
.hidden{ display: none; }
.validated-form label.error{ color: red; }
.bold{ font-weight: bold; }
.italic{ font-style: italic; }
.text-center{ text-align: center;}

div.warningbox,div.infobox,div.confirmbox{
min-height: 40px;
padding: 4px 8px 4px 50px;
margin-bottom: 5px;
font-size: 0.9em;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

div.warningbox{
background: #f1d7d7 url(https://cdn.easy-web-sites.co.uk/images/icons/warning.png) no-repeat 6px center;
border: 3px double #d4322a;
color: #d4322a;
}

div.infobox{
background: #cbd5eb url(https://cdn.easy-web-sites.co.uk/images/icons/info.png) no-repeat 6px center;
border: 3px double #3960af;
color: #3960af;
}

div.confirmbox{
background: #c3e5bf url(https://cdn.easy-web-sites.co.uk/images/icons/confirm.png) no-repeat 6px center;
border: 3px double #38972e;
color: #38972e;
}

#side-tab-container{
position: absolute;
top: 40px;
left: 0px;
width: 25px;
}

.side-tab{
display: block;
margin-bottom: 10px;
}

a.side-tab:hover{
color: #888888;
}

.side-tab-fb{background: url('https://cdn.easy-web-sites.co.uk/images/facebookTab.jpg') no-repeat scroll right center transparent !important;display: block;float: right;height: 270px;padding: 0 24px 0 5px;width: 245px;z-index: 9999999;position:fixed;left:-250px;}
.side-tab-fb div{border:none;position:relative;display:block;}
.side-tab-fb span{bottom: 12px;font: 8px "lucida grande",tahoma,verdana,arial,sans-serif;position: absolute;left: 7px;text-align: left;z-index: 999;}
.side-tab-fb span a{color: gray;text-decoration:none;}
.side-tab-fb span a:hover{text-decoration:underline;}


.button_small{
    -moz-box-shadow:inset 0px 1px 10px -2px #615b61;
    -webkit-box-shadow:inset 0px 1px 10px -2px #615b61;
    box-shadow:inset 0px 1px 10px -2px #615b61;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid #ffffff;
    display:inline-block;
    color:#fcfcfc;
    font-family:arial;
    font-size:14px;
    font-weight:bold;
    padding:5px 9px;
    text-decoration:none;
    text-shadow:1px 1px 3px #2e292e;
}

.button_medium{
    display:inline-block;
    color:#fcfcfc;
    font-family:arial;
    font-size:19px;
    font-weight:bold;
    padding:7px 15px;
    text-decoration:none;
    margin:10px 0;
    float:left;
}

.button_big{
    -moz-box-shadow:inset 0px 1px 10px -2px #615b61;
    -webkit-box-shadow:inset 0px 1px 10px -2px #615b61;
    box-shadow:inset 0px 1px 10px -2px #615b61;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid #ffffff;
    display:inline-block;
    color:#fcfcfc;
    font-family:arial;
    font-size:24px;
    font-weight:bold;
    padding:11px 33px;
    text-decoration:none;
    text-shadow:1px 1px 3px #2e292e;
}

.b_green{
 background-color:#26ab45;
}.b_green:hover{
 background-color:#0bd612;
}

.b_blue{
 background-color:#0079c1;
}.b_blue:hover{
 background-color:#3E54BB;
}

.b_black{
 background-color:#313031;
}.b_black:hover{
 background-color:#535151;
}

.b_yellow{
background-color:#ffe400;
}.b_yellow:hover{

}

.b_red{
 background-color:#b01111;
}.b_red:hover{
background-color:#f04646;
}

.b_purple{
background-color: #d20762;
}.b_purple{
background-color: #f1056e;
}

.b_orange{
background-color: #f16905;
}.b_orange:hover{
background-color: #fb8229;
}



form.callback-form{
  width: 275px;
}

form.callback-form ul{
list-style-type: none;
padding: 0;
}

.callback-box p{
color: #ffffff;
font-size: 22px;
font-weight: bold;
margin-top: 15px;
text-align: center;
}

form.callback-form label {
  clear: both;
  color: #222222;
  display: block;
  font-weight: bold;
  margin-top: 7px;
  text-align: left;
  font-size: 16px;
}

form.callback-form input[type="text"], form.callback-form textarea, form.callback-form select {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 3px 2px 10px -8px black inset;
  display: block;
  margin-left: 6px;
  margin-top: 2px;
  padding: 3px;
  width: 188px;
}

form.callback-form input:hover,form.callback-form textarea:hover,form.callback-form select:hover,
form.callback-form input:focus,form.callback-form textarea:focus,form.callback-form select:focus{
border-color: #999;
}

form.callback-form textarea{
overflow: auto;
height: 100px;
}

form.callback-form input.contact-submit{

clear: both;
color: #444444;
margin-left: 30px;
margin-right: 2px;
margin-top: 24px;
padding: 10px 12px;
border-radius: 4px;
cursor: pointer;
width: 158px;
text-shadow: 1px 1px 0px #fff;
font-weight: bold;

background: #fff;
}



.social-media-header {
  left: 573px;
  position: absolute;
  top: 52px;
}

.social-media-footer{
position: absolute;
}

.social-media-vertical {
clear: both;
float: left;
padding: 3px;
}

.social-media-horizontal{
float: left;
padding: 3px;
}



ul.tick {
list-style-type: none;
padding-left: 10px !important;
}

ul.tick2 {
list-style-type: none;
padding-left: 20px !important;
list-style-image: url("../images/tick.png");
}

ul.tick2 li {
margin-left:10px;
}

ul.tick li{
padding-left: 10px;
content: "-";
}

ul.tick li strong {
  display: inline-block;
  font-weight: bolder;
  position: relative;
  width: 148px;
  color: #444444;
}

.slideshow-wrap{
}

#map_canvas{
color: #333333;
font-size: 12px;
line-height: 140%;
}

#map_canvas a{
color: blue;
}

h1,h2,h3,h4,.logo-text,#address,.navigation,.address-info,table#timetable th,label{
    color:#0079c1;
}

.footer-logo {
  border: 2px solid #FFFFFF;
  box-shadow: 0 0 2px 0 black;
}


ul.blank{
    list-style-type:none;
    padding:0!important;
}

ul.left{
    float:left;
    list-style-type:none;
    padding:0!important;
}

ul.left2{
    float:left;
    list-style-type:none;
    padding-left:5px!important;
}

ul.margin-left{
    margin-left:120px!important;
}

.case-studies{
    border: 1px solid #ccc;
    padding: 8px;
    margin-bottom: 10px;
    float:left;
    width:930px;
}

.case-left{
    float: left;
    width: 670px;
    margin-right: 20px;
}

.case-right{
    float:right;
}

.case-left strong{
    width:170px;
    float:left;
    font-size:15px;
    font-weight:bold;
    clear:left;
}

.case-left span{
    float:left;
}

.padding{
    padding:0px 10px 10px 20px;
    float:left;
}

.border{
    border-left:1px solid #E6E6E6;
    position:absolute;
    top:0;
    bottom:0;
}

.button{
    float: left;
    text-align: left;
    width: 190px;
    padding: 3px 0;
    margin-bottom: 5px;
    color: #0079c1;
    padding-left: 10px;
    clear:both;
}

.button:hover{
    color:#fff;
    background:#0079c1;
}

.list ul{
    list-style-type:none;
}

.list strong{
    width: 150px;
    float: left;
}

span.left img{
    float: right;
    padding: 3px;
    margin: 0 20px 10px 0px;
    border: 1px solid #ccc;
}

ul.indent{
    padding-left: 190px !important;
}


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
testimonials.phpmedia="screen, all"
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #428bca;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

div.content ul.pagination{
    padding:0;
    float:left;
    margin-bottom:30px;
}

.content ul.pagination li{
    background:#0079c1;
    border:1px solid #fff;
}

.content ul.pagination li a{
    color:#fff;
    padding:10px;
}

.content ul.pagination li.active, .content ul.pagination li:hover{
    background:#fff;
    border:1px solid #0079c1;
}

.content ul.pagination li.active a, .content ul.pagination li:hover a{
    color:#0079c1;
}