/*
Theme Name: Off-Road Truck Rentals
Version: 1
Theme URI: http://www.offroadtruckrentals.co.za
Author: Dominic Joubert
Author URI: http://thelastradio.org
*/
html,body,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr,iframe{
margin:0; padding:0; border:0px; border-collapse:separate; border-spacing:0px;
    -webkit-font-smoothing: antialiased;
}social
input,select{
margin:0; padding:0;
}
ul, ol, dl {
position: relative;
}
a,a:link,a:active,a:visited{
  -o-transition:color .2s ease-out, background 2s ease-in, visibility 2s ease-in;
  -ms-transition:color .2s ease-out, background 2s ease-in, visibility 2s ease-in;
  -moz-transition:color .2s ease-out, background 2s ease-in, visibility 2s ease-in;
  -webkit-transition:color .2s ease-out, background 2s ease-in, visibility 2s ease-in;
  transition:color .2s ease-out, background 2s ease-in, visibility 2s ease-in;
}
img{
border: none;
}
strong{
font-family: 'Roboto', sans-serif;
font-weight: 700;
}
html{
width: 100%;
height: 100%;
}
body{
-webkit-text-size-adjust:none;
width: 100%;
background-color: #ffffff;
background-image: url(bg.jpg);
background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-webkit-background-size: cover;
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: top center;
}
.site-container{
width: 100%;
margin: 0;
padding: 0;
margin: auto;
position: relative;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  -webkit-box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.75);
max-width: 1100px;

}
.header-container{
position: relative;
width: 100%;
max-width: 1100px;
margin: auto;
padding: 0;
background-position: top center;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
text-align: center;
vertical-align: middle;
z-index: 998;
border-left: 1px solid black;
border-right: 1px solid black;
}
.header-slideshow{
width: 100%;
overflow: hidden;
position: absolute;
top: 0px;
left: 0px;
height: 250px;
}
.header-slide{
width: 100%;
height: 100%;
background-size: 100% auto;
position: absolute;
top: 0px;
left: 0px;
background-position: center center;
}
.header{
width: 100%;
max-width: 1100px;
margin: auto;
vertical-align: middle;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
position: relative;
text-align: left;
z-index: 1500;
height: 250px;
}
.header-divider{
width: 100%;
max-width: 1260px;
margin: auto;
background: #ffffff; /* Old browsers */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZGRkZGRkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTYlIiBzdG9wLWNvbG9yPSIjZGRkZGRkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(left,  #ffffff 0%, #dddddd 3%, #dddddd 96%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(3%,#dddddd), color-stop(96%,#dddddd), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #ffffff 0%,#dddddd 3%,#dddddd 96%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #ffffff 0%,#dddddd 3%,#dddddd 96%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #ffffff 0%,#dddddd 3%,#dddddd 96%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to right,  #ffffff 0%,#dddddd 3%,#dddddd 96%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */
height: 1px;
-webkit-box-shadow: 0px 9px 8px -9px rgba(0,0,0,0.72);
-moz-box-shadow: 0px 9px 8px -9px rgba(0,0,0,0.72);
box-shadow: 0px 9px 8px -9px rgba(0,0,0,0.72);
}
.header-slideshow{
margin: auto;
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
z-index: 10;
}
.header-slide{
margin: auto;
width: 100%;
height: 100%;
background-size: cover;
position: absolute;
top: 0px;
left: 0px;
background-position: center center;
z-index: 10;
height: 300px;
overflow: hidden;
}
.page-content-container{
width: 100%;
max-width: 1100px;
margin: auto;
position: relative;
background-color: #ffffff;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
.furtherinfobox{
background-color: #f9f9f9;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
width: 100%;
margin: auto;
padding: 20px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
margin-bottom: 20px;
margin-top: 20px;
}
.furtherinfobox + .contentbutton{
margin-top: 30px;
}
.contactbox{
padding-left: 20px;
padding-right: 20px;

margin: 0;
margin-top: 10px;
margin-bottom: 20px;
}
.furtherinfobox h2{
width: 100%;
font-family: 'Roboto', sans-serif;
font-weight: 700;
font-size: 20px;
line-height: 24px;
color: #1987a1;
margin-bottom: 10px;
}

.furtherinfobox h3{
width: 100%;
font-family: 'Roboto', sans-serif;
font-weight: 700;
font-size: 18px;
line-height: 22px;
color: #1987a1;
font-style: normal;
margin-top: 0px;
margin-bottom: 0px;
padding:0px;
letter-spacing: 1px;
}
.furtherinfobox h4{
width: 100%;
font-family: 'Roboto', sans-serif;
font-weight: 700;
font-size: 16px;
line-height: 20px;
color: #1987a1;
margin-top: 0px;
margin-bottom: 20px;
}
.furtherinfobox p:first-child, .furtherinfobox p:last-child{
margin: 0;
padding: 0;
}
.navigation-container{
width: 100%;
max-width: 1100px;
margin: auto;
display: block;
background-color: #000000;
position: relative;
z-index: 999;
}
.navigation-container-border-top{
width: 100%;
position: absolute;
height: 10px;
top: -5px;
left: 0px;
background: url(nav-black-line.png);
background-repeat: repeat-x;
background-size: 400px auto;
z-index: 9999;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
}
.navigation-container-border-bottom{
width: 100%;
position: absolute;
height: 10px;
bottom: -8px;
left: 0px;
background: url(nav-black-line.png);
background-repeat: repeat-x;
background-size: 400px auto;
z-index: 5;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
}
.top-bar-border-bottom{
width: 100%;
position: absolute;
height: 10px;
bottom: -8px;
left: 0px;
background: url(nav-black-line.png);
background-repeat: repeat-x;
background-size: 400px auto;
z-index: 9940;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
}
.navigation{
display: block;
width: 100%;
margin: auto;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
font-size: 0;
text-align: left;
vertical-align: middle;
position: relative;
z-index: 600 !important;
margin: auto;
max-width: 1100px;
position: relative;
padding-left: 30px;
padding-right: 30px;
}
.footernav{
width: 100%;
text-align: center;
}
.footernav a,.footernav a:link,.footernav a:active,.footernav a:visited{
color: #ffaba7 !important;
}
.footernav a:hover{
color: #ffffff;
}
.navigation .navlink:first-child{
padding-left: 0px;
}
.navigation .navlink:last-child{
padding-right: 0px;
}
.navlink{
font-family: 'dirty_egoregular', Arial, sans-serif;
font-weight: normal;
color: #ffffff;
font-size: 26px;
line-height: 30px;
padding-bottom: 15px;
padding-top: 17px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
display: inline-block;
position: relative;
z-index:9998 !important;
cursor: pointer;
padding-left: 30px;
padding-right: 30px;
letter-spacing: 0.5pt;
text-transform: uppercase;
 -webkit-font-smoothing: antialiased;
text-align: center;
background-image: url(noexist/noexist.png);
  -o-transition:color .2s ease-out, background 2s ease-in, visibility 2s ease-in;
  -ms-transition:color .2s ease-out, background 2s ease-in, visibility 2s ease-in;
  -moz-transition:color .2s ease-out, background 2s ease-in, visibility 2s ease-in;
  -webkit-transition:color .2s ease-out, background 2s ease-in, visibility 2s ease-in;
  transition:color .2s ease-out, background 2s ease-in, visibility 2s ease-in;
}
.navlink:hover{
color: #d8531e;
text-decoration: none;
}
.navlink:hover .navlink-underline,.navlink:hover .navlink-overline{
visibility: visible;
    -webkit-animation: fadein 0.5s; /* Safari and Chrome */
    -moz-animation: fadein 0.5s; /* Firefox */
    -ms-animation: fadein 0.5s; /* Internet Explorer */
    -o-animation: fadein 0.5s; /* Opera */
    animation: fadein 0.5s;
}
.navlink-underline,.navlink-overline{
position: relative;
width: 100%;
height: 3px;
background-color: white;
margin-bottom: -1px;
visibility: hidden;
}
.currentpage{
color: #d8531e;
text-decoration: none;
font-weight: 400;
}
.currentpage:hover{
color: #d8531e;
text-decoration: none;
}
.menubutton{
color: white;
background: #000000;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
display: none;
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 15px;
line-height: 15px;
display: none;
padding: 5px;
cursor: pointer;
color: #ffffff;
position: absolute;
right: 20px;
top: 34px;
text-align: right;
}
.mobilemenunavlink{
color: white;
font-family: 'dirty_egoregular', Arial, sans-serif;
font-weight: 400;
font-size: 26px;
line-height: 16px;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
position: relative;
color: #ffffff;
text-transform: uppercase;
}
.mobilemenusubnavlink{
text-transform: uppercase;
color: white;
font-family: 'dirty_egoregular', Arial, sans-serif;
font-weight: 400;
font-size: 22px;
line-height: 14px;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
position: relative;
color: #ffffff;
}
.mobilemenu{
display: none;
text-align: left;
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
padding-bottom: 20px;
position: relative;
padding: 10px;
background-color: #000000;
-webkit-box-shadow: inset 0px -14px 10px -17px rgba(121,20,15,1);
-moz-box-shadow: inset 0px -14px 10px -17px rgba(121,20,15,1);
box-shadow: inset 0px -14px 10px -17px rgba(121,20,15,1);
}
.mobilemenu .mobiledivider:last-child{
display: none;
}
.navlinkdropdown{
min-width: 150%;
display: none;
background-color: #000000;
margin: auto;
left: -28%;
padding-top: 10px;
padding-bottom: 10px;
position: absolute;
margin-top: 0px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
z-index: 9999;
}

@keyframes  fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.navlinkdropdown a,.navlinkdropdown a:link,.navlinkdropdown a:active,.navlinkdropdown a:visited{
color: #cbe7ee;
text-decoration: none;
  -o-transition:color .2s ease-out, background 2s ease-in;
  -ms-transition:color .2s ease-out, background 2s ease-in;
  -moz-transition:color .2s ease-out, background 2s ease-in;
  -webkit-transition:color .2s ease-out, background 2s ease-in;
  transition:color .2s ease-out, background 2s ease-in;
}
.navlinkdropdownlink{
font-size: 26px;
line-height: 17px;
font-family: 'dirty_egoregular', Arial, sans-serif;
font-weight: 400;
font-weight: 400 !important;
text-transform: none;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
position: relative;
color: #ffffff !important;
margin: auto;
max-width: 300px;
font-style: normal;
  -o-transition:color .2s ease-out, background 2s ease-in;
  -ms-transition:color .2s ease-out, background 2s ease-in;
  -moz-transition:color .2s ease-out, background 2s ease-in;
  -webkit-transition:color .2s ease-out, background 2s ease-in;
  transition:color .2s ease-out, background 2s ease-in;
}
.navlinkdropdownlink:last-child{
border-bottom: 0;
}
.navlinkdropdownlink:hover{
color: #d8531e!important;
}
.haschild:hover > .navlinkdropdown{
display: block;
    -webkit-animation: fadein 0.5s; /* Safari and Chrome */
    -moz-animation: fadein 0.5s; /* Firefox */
    -ms-animation: fadein 0.5s; /* Internet Explorer */
    -o-animation: fadein 0.5s; /* Opera */
    animation: fadein 0.5s;
}
a.haschild:hover{
display: relative;
}
.blockhref{
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
cursor: pointer;
background-image: url(noexist/noexist.png);
z-index: 600;
}
.navlinkdropdown .navlinkdropdownlink:last-child{
border-bottom: none;
}
.clear{
clear: both;
}
.content-container{
width: 100%;
max-width: 1100px;
z-index: 19;
padding-bottom: 20px;
margin: auto;
position: relative;
padding-top: 10px;
background-color: #ffffff;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
.frontpage-content-container{
padding-left: 20px;
padding-right: 20px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
.content-container a,.content-container a:link,.content-container a:active,.content-container a:visited{
color: #000000;
text-decoration: none;
}
.header-container a,.header-container a:link,.header-container a:active,.header-container a:visited{
color: #4c4c4c;
}
.header-container a:hover{
text-decoration: underline;
}
.content-container a:hover{
text-decoration: none;
color: #db2e26;
}
.photo-gallery-side{
width: 100%;
font-size: 0;

  position: relative;
}
.photo-gallery-side h3{
	margin-bottom: 10px;
}
.photo-side{
display: inline-block;
width: 30%;
margin-right: 5%;
background-size: cover;
background-position: center center;
  position: relative;
  -webkit-box-sizing: initial; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: initial;   /* Firefox, other Gecko */
  box-sizing: initial;        /* Opera/IE 8+ */
  margin-bottom: 5%;
  -webkit-box-shadow: inset 0px 0px 9px 0px rgba(0,0,0,0.55);
-moz-box-shadow: inset 0px 0px 9px 0px rgba(0,0,0,0.55);
box-shadow: inset 0px 0px 9px 0px rgba(0,0,0,0.55);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
filter: alpha(opacity=90);
-moz-opacity:0.90;
-khtml-opacity: 0.90;
opacity: 0.90;
   transition: opacity .15s ease-in-out;
   -moz-transition: opacity .15s ease-in-out;
   -webkit-transition: opacity .15s ease-in-out;
}
.photo-side-2{
display: block;
width: 100%;
height: 150px;
margin-bottom: 30px;
background-size: cover;
background-position: center center;
  position: relative;
  -webkit-box-sizing: initial; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: initial;   /* Firefox, other Gecko */
  box-sizing: initial;        /* Opera/IE 8+ */
  margin-bottom: 30px;
  -webkit-box-shadow: inset 0px 0px 9px 0px rgba(0,0,0,0.55);
-moz-box-shadow: inset 0px 0px 9px 0px rgba(0,0,0,0.55);
box-shadow: inset 0px 0px 9px 0px rgba(0,0,0,0.55);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
filter: alpha(opacity=90);
-moz-opacity:0.90;
-khtml-opacity: 0.90;
opacity: 0.90;
   transition: opacity .15s ease-in-out;
   -moz-transition: opacity .15s ease-in-out;
   -webkit-transition: opacity .15s ease-in-out;
}
.photo-side:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.photo-side:hover,.photo-side-2:hover{
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
-moz-opacity:1;
-khtml-opacity: 1;
opacity: 1;
}
.photo-side:nth-child(3n){
margin-right: 0%;	
	
}
.footer{
width: 100%;
background-color: #000000;
padding: 10px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
z-index: 20;
position: relative;
min-height: 150px;
}
.footer-content{
width: 100%;
max-width: 1100px;
margin: auto;
margin-top: 20px;
padding-bottom: 0px;
font-family: 'Roboto', sans-serif;
font-weight: 400;
color: #ffffff;
font-size: 14px;
line-height: 20px;
text-align: center;
vertical-align: top;
}
.footer-content p{
	  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
	width: 100%;
	text-align: left;
	padding-left: 20px;
	font-size: 11px;
	line-height: 20px;
	padding-right: 20px;
}
.footer-contact{
font-size: 16px !important;
}
.footer-contact a{	

}
.mobilemenunavlink .fa-styling{
font-size: 21px;
}
.mobilemenusubnavlink .fa-styling{
font-size: 18px;
}
.footer-block{
width: 33%;
display: inline-block;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
padding-left: 20px;
padding-right: 20px;
vertical-align: top;
text-align: left;
position: relative;
}
.footer ul li{
list-style: none;
}
.footer ul{
list-style: none;
}
.footer h3{
color: #f6e4b4;
font-size: 19px;
font-weight: 400;
}
.disclaimer{
margin-top: 30px;
}
.footersection{
width: 320px;
float: left;
padding-left: 10px;
padding-right: 30px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
.footersection h2{
color: #f26532;
}
.footersection{
}
.footersection ul li{
list-style: none;
padding-bottom: 5px;
}
.footersection .contentbutton{
margin: 0;
margin-top: 10px;
display: block;
width: auto;
text-align: center;
}
.footer a,.footer a:link,.footer a:active,.footer a:visited{
color: #ffffff;
text-decoration: none;
}
.footer a:hover{
text-decoration: none;
color: #d8531e;
}
.footer_icon_link{
display: inline-block;
border-right: 1px solid white;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
padding-right: 20px;
padding-left: 20px;
}
.footer_icon_links{
position: relative;
display: inline-block;
width: 100%;
max-width: 100%;
}
.footer_icon_link:last-child{
border-right: 0px;
}
.copyright-text{
width: 100%;
padding-left: 20px;
padding-right: 20px;
font-size: 12px;
margin: auto;
margin-top: 20px;
padding-bottom: 20px;
text-align: left;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
.copyright-text p{
margin-bottom: 0px;
margin: 0;
font-size: 13px;
displayx: inline-block !important;
display: block;
width: 100%;
position: relative;
text-align: center;
}
.copyright-text p:last-child{
text-alignx: right;
}
.navigation a,.navigation a:link,.navigation a:active,.navigation a:visited{
color: #b3b3b3;
text-decoration: none;
}
.navigation a:hover{
color: #ffffff;
text-decoration: none;
}
.main-content{
width: 70%;
float: right;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
padding-left: 20px;
padding-right: 20px;
position: relative;
padding-top: 20px;
padding-bottom: 20px;
font-family: 'Roboto', sans-serif;
font-weight: 400;
color: #58585a;
min-height: 500px;
}
.main-content p{
font-weight: 400;
font-size: 14px;
text-align: left;
line-height: 20px;
color: #000000;
font-family: 'Roboto', sans-serif;
margin-top: 20px;
margin-bottom: 20px;
}
.main-content p:last-child{
	margin-bottom: 0;
}
.main-content p strong{
font-family: 'Roboto', sans-serif;
font-weight: 700;
}

.main-content ul{
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 26px;
text-align: left !important;
color: #6f6f6f;
list-style-position: inside;
width: 100%;
margin: auto;
}
.alignleft{
float: left;
margin-right: 10px;
margin-bottom: 1px;
display: block;
}
.main-content li{
padding-left: 15px;
margin-top: 2px;
color: #000000;
 list-style-type: disc;
text-align: left !important;
    list-style-position: inside;
    text-indent: -1em;
padding-bottom: 5px;
padding-top: 5px;
}
.main-content ol{
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 14px;
text-align: left !important;
line-height: 26px;
color: #000000;
list-style-position: inside;
padding-bottom: 15px;
}
.main-content img{
max-width: 100%;
position: relative;
display: block;
}
.main-content ol li{
 list-style-type: decimal;
}

.page-sidebar{
width: 30%;
float: left;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
padding-right: 0px;
padding-left: 20px;
position: relative;
padding-top: 20px;
font-family: 'Roboto', sans-serif;
font-size: 14px;
min-height: 500px;
}
.page-sidebar .divider{
margin-top: 10px;
margin-bottom: 10px;
border-bottom: none;
}
.sidebar-links{
width: 100%;
position: relative;
font-size: 0;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  	vertical-align: middle;
margin-top: 20px;
}
.sidebar-link{
position: relative;
display: block;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
width: 100%;
margin: auto;
margin-bottom: 2%;
font-size: 0;
vertical-align: middle;
padding: 10px;
text-align: center;

text-align: center;
}
.sidebar-link:nth-child(2n+2){
margin-right: 0%;
}
.sidebar-link img{
	width: 100%;
	max-width: 200px;
	height: auto;
	vertical-align: middle;
	display: block;
	display: inline-block;
}
.sidebar-link img:hover{

}
.divider{
margin-top: 30px;
margin-bottom: 30px;
width: 100%;
height: 1px;
border-bottomx: 1px solid #d4d4d4;
background-image: url(nav-black-line.png);
background-repeat: repeat-x;
background-size: 300px 5px;
height: 10px;
}
.mobiledivider{
width: 100%;
height: 1px;
background-color: #242424;
margin-top: 10px;
margin-bottom: 10px;
display: block;
}
h1{
font-family: 'mochamattariw01-regularRg', Arial, sans-serif;
font-weight: 400;
font-size: 36px;
line-height: 42px;
color: #000000;
width: 100%;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
max-width: 800px;
margin-top: -7px;
position: relative;
}
h1 + .post_image {
margin-top: 10px;
}
h2{
font-family: 'mochamattariw01-regularRg', Arial, sans-serif;
font-weight: 400;
font-size: 32px;
line-height: 38px;
color: #000000;
}
.further-reading h2{
margin-top: 20px;
}
.enquiryform h2{
margin-top: 20px;
}
.enquiryform{
margin-bottom: 20px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
padding-bottom: 15px;
}
h3{
font-family: 'mochamattariw01-regularRg', Arial, sans-serif;
font-weight: 400;
font-size: 25px;
line-height: 31px;
font-style: normal;
color: #000000;
width: 100%;
max-width: 640px;
font-weight: normal;
}
.page-sidebar h3{
text-align: left;
}
.contentbutton,.submitbuttonform,.es_textbox_button{
font-size: 26px;
line-height: 32px;
position: relative;
display: inline-block;
cursor: pointer;
margin: auto;
margin-top: 10px;
font-family: 'mochamattariw01-regularRg', Arial, sans-serif;
font-weight: 400;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 15px;
padding-right: 15px;
color: white;
text-transform: uppercase;
background-image: url(button.png);
background-size: 100% 100%;
text-align: center !important;
  -o-transition:color .2s ease-out, background 2s ease-in;
  -ms-transition:color .2s ease-out, background 2s ease-in;
  -moz-transition:color .2s ease-out, background 2s ease-in;
  -webkit-transition:color .2s ease-out, background 2s ease-in;
  transition:color .2s ease-out, background 2s ease-in;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  border: none;
}
.testimonial-button{
font-size: 14px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 11px;
padding-right: 11px;
margin-top: 10px !important;
margin-bottom: 20px;
}
.contentbutton:hover,.submitbuttonform:hover,.es_textbox_button:hover{

}
.contentbutton:focus,.submitbuttonform:focus,.contentbutton:active,.submitbuttonform:active,.es_textbox_button:focus,.es_textbox_button:active{
outline: 0px !important;
outline: none !important;
}
.submitbuttonform{
margin-top: 0px;
margin-bottom: 15px;
}
.enquiryform{
border-bottom: 1px solid #d4d4d4;
}
.page-sidebar .contentbutton{
max-width: 200px;
margin: auto;
}
button:focus{
outline: none;
}
.ancestorlinks{
font-family: 'dirty_egoregular', Arial, sans-serif;
font-weight: 700;
font-size: 15px;
text-align: left;
line-height: 15px;
margin-bottom: 5px;
color: #000000;
text-transform: uppercase;
}
.ancestorlinks a:link{
font-weight: normal;
}
select,input[type="text"]{
width: 100%;
max-width: 400px;
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 14px;
line-height: normal !important;
padding: 10px;
padding-top: 10px;
border: none;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
-webkit-appearance: none;
outline: none;
background-color: #fcfcfc;
color: #58585a;
text-align: center;
border: 0px;
-webkit-box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.15);
-moz-box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.15);
box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.15);
border: 1px solid #aeaeae;
}
.shorter{
max-width: 279px !important;
}
.main-content input[type="text"]{
text-align: left;
}
textarea{
width: 100%;
max-width: 400px;
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 20px; !important;
padding: 10px;
padding-top: 13px;
border: none;
height: 70px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
-webkit-appearance: none;
outline: none;
background-color: #fcfcfc;
border: 0px;
display: block;
color: #58585a;
-webkit-appearance: none;
margin:0;
text-align: left;
-webkit-box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.15);
-moz-box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.15);
box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.15);
resize: none;
border: 1px solid #aeaeae;
}
textarea:focus,input[type="text"]:focus{
	background-color: white;
}
.bookingform + .divider{
margin-top: 40px;
}
.bookingform{
width: 100%;
margin-top: 20px;
}
.bookingform input{
display: inline-block;
width: 68%;
position: relative;
vertical-align: top;
}
.bookingform textarea{
width: 100%;
max-width: 623px;
}
.fieldname{
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 14px;
color: #000000;
font-family: 'mochamattariw01-regularRg', Arial, sans-serif;
font-size: 22px;
line-height: 29px;
max-width: 549px;


}
.field-holder{
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  padding-top: 10px;
  padding-bottom: 10px;
}
.fieldname strong{
	font-family: 'mochamattariw01-regularRg', Arial, sans-serif;
font-weight: normal;
}
.fieldname + textarea{
	margin-top: 5px;
}
form{
margin-top: 20px;
}
.fieldname{
	display: inline-block;
	width: 30%;
	position: relative;
	vertical-align: top;
}
.captchafieldname{
width: 100% !important;
}
.contentbutton:focus{
outline: none;
}
.formerror{
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 11px;
line-height: 16px;
margin-bottom: 25px;
color: #d8531e;
margin-top: 10px;
padding-bottom: 25px;
}
.formerror:last-of-type {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
bookingform .contentbutton{
margin-top: 20px;
}
#fb-root {
  display: none;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
overflow:hidden;
}
.fb-like {
position: relative;
margin-top: 10px;
}
.paginationblock{
width: 100%;
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 16px;
padding-left: 0px;
text-align: left;
margin-top: 20px;
color: #58585a;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.previouslink{
width: 50%;
float: left;
text-align: left;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
padding-right: 10px;
font-size: 16px;
min-height: 1px;
}
.nextlink{
width: 50%;
float: left;
text-align: right;
padding-left: 10px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
font-size: 16px;
min-height: 1px;
}
.checkboxes{
margin-right: 10px;
position: relative;
top: 2px;
}
.formcheckboxes{
font-size: 14px;
margin-bottom: 10px;
width: 100%;
font-family: 'Roboto', sans-serif;
font-weight: 400;
color: #58585a;
}
.socialmedia{
position: relative;
width: 100%;
text-align: center;
margin-top: 5px;
}
.sidebartopdiv{
display: none;
}
.radioiframe{
width: 100%;
max-width: 400px;
}
.post_image{
display: block;
position: relative;
width: 100%;
margin-bottom: 10px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  max-widthx: 460px;
}
.post_image img{
position: relative;
width: 100%;
max-width: 
height: auto;
z-index: 4;
display: block;
}
.img-shadow{
  -webkit-box-shadow: inset 0px 0px 9px 0px rgba(0,0,0,0.55);
-moz-box-shadow: inset 0px 0px 9px 0px rgba(0,0,0,0.55);
box-shadow: inset 0px 0px 9px 0px rgba(0,0,0,0.55);
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
display: block;
z-index: 5;
}
.postimageholder{
background-color: #242424;
text-align: center;
display: block;
width: 100%;
height: 280px;
vertical-align: middle;
position: relative;
padding: 20px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
-webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#resetbooking{
font-size: 12px;
}
.postimageholder h1{
font-family: 'Playfair Display', serif;
font-weight: 400;
font-size: 22px;
top: 50%;
-webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    vertical-align:top;
line-height: 22px;
display: inline-block;
color: #ffffff !important;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
display: inline-block !important;
vertical-align: middle !important;
position: relative !important;
z-index: 600;
cursor: default;
text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
.postimageopacity{
background-color: #242424;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
opacity: 0.45;
filter: alpha(opacity=45); /* For IE8 and earlier */
z-index: 600;
   transition: opacity .15s ease-in-out;
   -moz-transition: opacity .15s ease-in-out;
   -webkit-transition: opacity .15s ease-in-out;
}
xx.postimageholder:hover .postimageopacity{
opacity: 0.7;
filter: alpha(opacity=70); /* For IE8 and earlier */
}
.postimage{
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
z-index: 580 !important;
background-size: cover;
background-position: center center;
-webkit-box-shadow: inset 0px 0px 9px 0px rgba(0,0,0,0.55);
-moz-box-shadow: inset 0px 0px 9px 0px rgba(0,0,0,0.55);
box-shadow: inset 0px 0px 9px 0px rgba(0,0,0,0.55);
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
.child_image{
width: 100%;
display: inline-block;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
position: relative;
display: block;
}
.child_image img{
display: block;
}
.img-holder{
position: relative;
display: block;
border: 1px solid #58585a;
}
.image-shadow{
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
z-index: 500;
-webkit-box-shadow: inset 0px 0px 9px 0px rgba(0,0,0,0.55);
-moz-box-shadow: inset 0px 0px 9px 0px rgba(0,0,0,0.55);
box-shadow: inset 0px 0px 9px 0px rgba(0,0,0,0.55);
}
.childpagebox{
width: 48%;
display: inline-block;
vertical-align: top;
position: relative;
margin-bottom: 20px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
padding: 0 !important;
}
.childpagebox:nth-child(2n){
margin-left: 4%;
}
.childpagebox:last-child,
.childpagebox:nth-last-child(2) {
margin-bottom: 1%;
}
.childpagebox:hover .child_image{
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
.childpagecontainer{
position: relative;
width: 100%;
vertical-align: top;
text-align: left;
margin-top: 10px;
border-bottomx: 1px solid #d4d4d4;
padding-bottom: 0px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
.sidebar-widget:hover .sidebarpic img{
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
.xsidebar-widget:hover .xcaption-button{
background: #dc2e26;
background: -moz-linear-gradient(top,  #dc2e26 0%, #e8332a 100%);
background: -webkit-linear-gradient(top,  #dc2e26 0%,#e8332a 100%);
background: linear-gradient(to bottom,  #dc2e26 0%,#e8332a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc2e26', endColorstr='#e8332a',GradientType=0 );
}
.childpagecontainer:last-child{
border-bottom: 0px;
padding-bottom: 0px;
}
.childpagebox h2{
text-align: left;
font-size: 17px;
line-height: 21px;
margin-top: 4px;
}
.product_image{
width: 48%;
position: relative;
background-size: cover;
background-position: center center;
-webkit-box-shadow: inset 0px 0px 9px 0px rgba(0,0,0,0.55);
-moz-box-shadow: inset 0px 0px 9px 0px rgba(0,0,0,0.55);
box-shadow: inset 0px 0px 9px 0px rgba(0,0,0,0.55);
display: inline-block;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
    opacity: 1.0;
vertical-align: top;
    filter: alpha(opacity=90); /* For IE8 and earlier */
margin-right: 4%;
}
.product_image img{
display: block;
}
.product_page_info{
width: 48%;
display: inline-block;
vertical-align: top;
}
.product_page_info div{
text-align: left !important;
font-size: 16px;
}
.product_picture_price_box,.product_content_info,.homepage-text{
width: 100%;
position: relative;
border-bottom: 1px solid #d4d4d4;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
padding-bottom: 20px;
margin-bottom: 10px;
}
p.homepagetext{
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 20px;
width: 100%;
max-width: 960px;
text-align: center;
color: #58585a;
display: none;
}
.pageanchorposition{
display: block;
position: relative;
top: -30px;
visibility: hidden;
}
.countryfield{
display: none;
}
.logo-container{
position: relative;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
vertical-align: middle;
z-index: 400;
padding-bottom: 0 !important;
position: relative;
margin-top: 120px;
margin-bottom: 40px;
padding-left: 20px;
display: inline-block;
}
.logo{
width: 100%;
max-width: 323px;
height: auto;
position: absolute;
top: 32px;
left: 20px;
z-index: 400;
display: block;
}

.footerlogo{
width: 130px;
height: 40px;
position: relative;
z-index: 400;
-ms-interpolation-mode: bicubic;
}

.topaddress{
position: absolute;
right: 10px;
top: 5px;
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 16px;
color: #58585a;
text-align: right;
}
.topbar{
width: 100%;
position: relative;
background-color: #000000;
padding-top: 10px;
padding-bottom: 10px;
font-weight: 400px;
font-family: 'dirty_egoregular', Arial, sans-serif;
font-size: 30px;
font-family: 'Roboto', sans-serif;
font-size: 14px;
color: white;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
.topbar-content{
width: 100%;
max-width: 1100px;
margin: auto;
padding-left: 20px;
padding-right: 20px;
text-align: right;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
.topbar a,.topbar a:link,.topbar a:active,.topbar a:visited{
color: #ffffff;
text-decoration: none;
}
.topbar a:hover{
color: #d8531e;
}

table{
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 25px;
margin-top: 10px;
color: #58585a;
}
td{
padding-right: 10px;
vertical-align: top;
padding-top: 5px;
padding-bottom: 5px;
}
tr{
}
th{
text-transform: uppercase;
}
.sidebarblock{
position: relative;
}
.sidebarblock:hover .sidebarcaption{

}
.scrollToTop{
width:50px; 
height:50px;
padding:0px; 
text-align:center; 
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
font-weight: bold;
color: #353c43;
text-decoration: none;
position: fixed;
bottom:30px;
right:30px;
-webkit-appearance: none;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
background: #000000;
border: 1px solid #000000;
display:none;
z-index: 999;
}
.backtotopicon{
width: 100%;
height: 100%;
position: relative;
background-image: url(backtotop.png);
background-size: 70% 70%;
background-position: center center;
background-repeat: no-repeat;
}
.scrollToTop:hover{
text-decoration:none;
}
/* Font Awesome Extra Styling */
.fa-styling{
-webkit-font-smoothing: antialiased !important;
margin-right: 10px;
}
.topline{
width: 100%;
position: fixed;
top: 0px;
left: 0px;
height: 20px;
background-image: url(topline.png);
background-repeat: repeat-x;
background-size: 668px auto;
z-index: 9949;
}
.bottomline{
width: 100%;
position: fixed;
bottom: -10px;
left: 0px;
height: 20px;
background-image: url(bottomline.png);
background-repeat: repeat-x;
background-size: 668px auto;
z-index: 9999;
}
.bx-wrapper{
width: 100%;
}
.anchor-position{
    display: block;
    position: relative;
    top: -30px;
    visibility: hidden;
}
label{
display: block;
}
.form-submit .submit{
font-size: 18px;
line-height: 18px;
position: relative;
display: inline-block;
cursor: pointer;
margin: auto;
margin-top: 10px;
font-family: 'dirty_egoregular', Arial, sans-serif;
font-weight: 400;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 15px;
padding-right: 15px;
color: white;
text-transform: uppercase;
background: #000000;
background: -moz-linear-gradient(top,  #000000 0%, #ba241c 100%);
background: -webkit-linear-gradient(top,  #000000 0%,#ba241c 100%);
background: linear-gradient(to bottom,  #000000 0%,#ba241c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ba241c',GradientType=0 );
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
border: 1px solid #7e0000;
text-align: center !important;
  -o-transition:color .2s ease-out, background 2s ease-in;
  -ms-transition:color .2s ease-out, background 2s ease-in;
  -moz-transition:color .2s ease-out, background 2s ease-in;
  -webkit-transition:color .2s ease-out, background 2s ease-in;
  transition:color .2s ease-out, background 2s ease-in;
}
img.wp-smiley, img.emoji{
width: 30% !important;
height: auto !important;
display: inline-block !important;
vertical-align: middle !important;
text-align: center !important;
}
.ftl-image{
	width: 30% !important;
height: auto !important;
display: inline-block !important;
vertical-align: middle !important;
text-align: center !important;
}
.featherlight-next, .featherlight-previous{
vertical-align: middle;
text-align: center;
}
.ftl-close{
width: 21px;
height: auto;
cursor:pointer;
}

.fleet-holder{
width: 100%;
position: relative;
font-size: 0;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
margin-top: 20px;
vertical-align: top;
display: flex;
}
.fleet-item{
display: inline-block;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
position: relative;
width: 23%;
margin-right: 2.666666666666667%;
font-size: 0;
vertical-align: top;
flex: 1;
}
.fleet-item img, .fleet-item-2 img{
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
filter: alpha(opacity=90);
-moz-opacity:0.90;
-khtml-opacity: 0.90;
opacity: 0.90;

}
.fleet-item h3, .fleet-item-2 h3{
	color: white;
	background-color: black;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
display: block;
font-family: 'dirty_egoregular', Arial, sans-serif;
font-size: 28px;
line-height: 36px;
letter-spacing: 0.5px;
}
.fleet-image-holder{
position: relative;	
}
.fleet-item:last-child{
margin-right: 0;
}
.fleet-item-image{
position: relative;
width: 100%;
height: 120px;
background-repeat: no-repeat;
background-size: cover;
  -webkit-box-shadow: inset 0px 0px 9px 0px rgba(0,0,0,0.55);
-moz-box-shadow: inset 0px 0px 9px 0px rgba(0,0,0,0.55);
box-shadow: inset 0px 0px 9px 0px rgba(0,0,0,0.55);
background-position: center center;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
filter: alpha(opacity=90);
-moz-opacity:0.90;
-khtml-opacity: 0.90;
opacity: 0.90;

}
.fleet-item-2{
display: inline-block;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
position: relative;
width: 32%;
margin-right: 2%;
font-size: 0;
vertical-align: top;
background-color: #000000;
}
.fleet-item-2:last-child{
margin-right: 0;
}
.fleet-item-image-2{
position: relative;
width: 100%;
height: 120px;
background-repeat: no-repeat;
background-size: cover;
  -webkit-box-shadow: inset 0px 0px 9px 0px rgba(0,0,0,0.55);
-moz-box-shadow: inset 0px 0px 9px 0px rgba(0,0,0,0.55);
box-shadow: inset 0px 0px 9px 0px rgba(0,0,0,0.55);
background-position: center center;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
filter: alpha(opacity=90);
-moz-opacity:0.90;
-khtml-opacity: 0.90;
opacity: 0.90;
   transition: opacity .15s ease-in-out;
   -moz-transition: opacity .15s ease-in-out;
   -webkit-transition: opacity .15s ease-in-out;
}
.fleet-item:hover img,.fleet-item-2:hover img{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
-moz-opacity:1.0;
-khtml-opacity: 1.0;
opacity: 1.0;
}
.fleet-item ul,.fleet-item-2 ul{
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
	display: block;
background-color: #000000;
color: white !important;
text-indent: 0;
padding-bottom: 10px;
}
.fleet-item ul li, .fleet-item-2 ul li{
list-style: none;
font-size: 12px;
line-height: 16px;
padding-top: 0;
padding-bottom: 0;
color: white !important;
text-indent: 0;
padding-left: 10px;
padding-right: 10px;
margin-top: 0;
}
.fleet-item p,.fleet-item-2 p{
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
	display: block;
background-color: #000000;
color: white !important;
text-indent: 0;
padding-bottom: 10px;
list-style: none;
font-size: 12px;
line-height: 16px;
padding-top: 0;
padding-bottom: 0;
color: white !important;
text-indent: 0;
padding-left: 10px;
padding-right: 10px;
margin-top: 0;
margin-bottom: 10px;
}
.fleet-button{
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
display: block;
position: relative;
width: 100%;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
color: white;
background-color: #000000;
font-family: 'Roboto', sans-serif;
font-size: 12px;
text-transform: uppercase;
border-top: 1px solid white;
}
.fleet-button .fa{
margin-left: 4px;
}
.spec-box{
width: 49%;
position: relative;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
display: inline-block;
margin-right: 1%;
margin-bottom: 2%;
vertical-align: top;
}
.spec-box:nth-child(2n+2){
margin-right: 0;
}
.spec-box ul+h2{
margin-top: 4%;
}
.announcement-bar{
	width: 100%;
	margin: auto;
	padding: 10px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
background-color: #ffffff; 
	text-align: center;
	    padding-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid black;
}
.announcement-bar p{
	font-size: 14px;
	color: black;
font-family: 'Roboto', sans-serif;
	font-weight: normal;
	text-align: center;
	max-width: 960px;
	margin: auto;
}
.announcement-bar a,.announcement-bar a:link,.announcement-bar a:active,.announcement-bar a:visited{
	color: black;
	text-decoration: underline;
}
.privacy-policy-footer-link{
	padding-bottom: 150px;
}
#catapult-cookie-bar{
	padding-top: 40px!important;
	padding-bottom: 40px!important;
}
#catapult-cookie-bar{
	font-family: 'Roboto',sans-serif;
	font-size: 14px;
}
button#catapultCookie{
	font-family: 'Roboto',sans-serif;
	font-size: 15px;
	font-weight: 700;
	border-radius: 0px;
	color: black;
	background-color: white;
	padding: 20px;
}
@media screen and (min-width: 0px) and (max-width: 770px){
	#catapult-cookie-bar{padding-top: 10px!important;padding-bottom: 10px!important;}
}
p.privacy-policy-footer-link{
	text-align: left;
	padding-left: 0px;
}
.privacy-policy-footer-link a{
	text-decoration:underline!important;
}
ul + h2{
	margin-top: 20px;
}
h2 + ul{
	margin-top: 20px!important;
}
.cookie_popup{
width: 100%;
position: fixed;
bottom: 0px;
left: 0px;
background-color: black;
z-index: 1001;
	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */
	box-sizing: border-box !important;        /* Opera/IE 8+ */	
padding-left: 20px;
padding-right: 20px;
padding-top: 40px;
padding-bottom: 40px;
vertical-align: middle;
display: none;
}
.cookie_popup_holder{
width: 100%;

margin: auto;
z-index: 500;
vertical-align: middle;
display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
text-align: center;
display: flex;
}
.cookie_popup_left{
display: inline-block;
font-family: 'Roboto',sans-serif;
font-size: 14px!important;
color: white;
vertical-align: middle;
margin-right: 15px;
text-align: left;
}
.cookie_popup_right{
display: inline-block;
flex-shrink: 0;
vertical-align: middle;
}
.cookie_popup_button{
padding: 20px;
color: black;
width: 100%;
display: block;
font-size: 16px;
	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */
	box-sizing: border-box !important;        /* Opera/IE 8+ */	
background-color: white;
cursor: pointer;
font-family: 'Roboto',sans-serif;	
}
.cookie_popup_left a,.cookie_popup_left a:link,.cookie_popup_left a:active,.cookie_popup_left a:visited{
text-decoration: underline!Important;
color: white!Important;
font-size: 14px!important;
}
.cookie_popup_left a:hover{
text-decoration: underline!Important;
color: white!Important;
}
