/* body */
body {
	margin: 0;
	padding: 0;
	border: 0;
	overflow:auto;
	background-attachment:fixed;
	background-color:#000;
	background-image:url(../images/bg-flexi-car-hire.png);
	background-position:center;
	background-repeat:no-repeat;
	scrollbar-arrow-color:#FFF;
	scrollbar-face-color:#FFF;
	scrollbar-highlight-color:#000;
	scrollbar-3dlight-color:#000;
	scrollbar-darkshadow-color:#000;
	scrollbar-shadow-color:#000;
	scrollbar-track-color:#000;
	font-size:14px;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	cursor:default;
}
::-webkit-scrollbar {
 width:10px;
 height:10px;
 background-color:transparent;
}
::-webkit-scrollbar:hover {
 background-color:transparent;
}
::-webkit-resizer {
 -webkit-border-radius:4px;
 background-color:transparent;
}
::-webkit-scrollbar-thumb {
 min-height:0.8em;
 min-width:0.8em;
 background-color: #FFF;
 box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .9), inset -1px -1px 0 rgba(0, 0, 0, .9);
 border-radius:3px;
}
::-webkit-scrollbar-thumb:hover {
 background-color: #FFF;
}
::-webkit-scrollbar-thumb:active {
 background-color:#FFF;
}
/* Hidden content */
.linkscontent {
	display:none;
}
/* remove focus border */
:focus {
outline: 0;
}
/* Links */
a:link {
	text-decoration: none;
	color:#000000;
}
a:visited {
	text-decoration: none;
	color:#000000;
}
a:hover {
	text-decoration: none;
	color:#666666;
}
a:active {
	text-decoration: none;
	color:#000000;
}
a.SideMenu:link {
	text-decoration: none;
	color:#FFFFFF;
}
a.SideMenu:visited {
	text-decoration: none;
	color:#FFFFFF;
}
a.SideMenu:hover {
	text-decoration: none;
	color:#999999;
}
a.SideMenu:active {
	text-decoration: none;
	color:#FFFFFF;
}
/* Backgrounds */
.trnsbg {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.5);
}
/* corners */
.rndcr0 {
	-khtml-border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:0px;
	outline:none;
}
.rndcr1b {
	-khtml-border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #000000;
	outline:none;
}
/* shadow */
.shadow {
	box-shadow:3px 3px 5px 0px rgba(50, 50, 50, 0.70);
}
/* boxes */
#Loadr {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.8);
	position:fixed;
	left:0px;
	width:100%;
	top:0px;
	height:100%;
	z-index:999;
	background-attachment:fixed;
	background-image:url(../images/loader.gif);
	background-position:center 50px;
	background-repeat:no-repeat;
}
#DivMenu {
	background-color:#000000;
	position:fixed;
	right:0;
	width:auto;
	top:0px;
	height:auto;
	z-index:5;
	cursor:pointer;
	font-size:100%;
	font-weight:bold;
	color:#ffffff;
	display:none;
	border-bottom-left-radius: 5px;
	border-left:2px solid #333333;
	border-bottom:2px solid #333333;
	z-index:50;
}
#DivLeft {
	position:absolute;
	left:0px;
	top:0px;
	width:200px;
	bottom:0px;
	overflow:hidden;
	z-index:1;
	display:none;
}
#DivMain {
	position:absolute;
	left:200px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:#000;
	overflow:auto;
	z-index:2;
	display:none;
}
/* menu */
.menuon {
	background-color:#ffff01;
	border-radius:5px;
	border:1px solid #FFF;
	cursor:pointer;
	color:#000;
	font-size:12px;
	font-weight:bold;
	padding:4px 8px;
	text-align:right;
	text-decoration:none;
	text-transform:uppercase;
}
.menuon:hover {
	background-color:#000;
	border-radius:5px;
	border:1px solid ffff01;
	cursor:pointer;
	color:#ffff01;
	font-size:12px;
	font-weight:bold;
	padding:4px 8px;
	text-align:right;
	text-decoration:none;
	text-transform:uppercase;
}
.menuon:active {
	position:relative;
	top:1px;
}
.menuat {
	background-color:#000;
	border-radius:5px;
	border:1px solid #ffff01;
	cursor:default;
	color:#ffff01;
	font-size:12px;
	font-weight:bold;
	padding:4px 8px;
	text-align:right;
	text-decoration:none;
	text-transform:uppercase;
}
/* text */
p {
	margin-top:0;
	text-align:justify;
}
.jtxt {
	text-align:justify;
	padding-left:5px;
	padding-right:5px;
}
.ltxt {
	text-align:left;
	padding-left:5px;
	padding-right:5px;
}
.atxt {
	text-align:left;
	padding-left:150px;
	padding-right:150px;
}
.rtxt {
	text-align:right;
	padding-left:5px;
	padding-right:5px;
}
.ctxt {
	text-align:center;
	padding-left:5px;
	padding-right:5px;
}
li {
	padding-top:5px;
}
.mtxt {
	font-weight:bold;
	text-transform:uppercase;
	font-size:90%;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
}
.pheader {
	background-color:#ffff01;
	border-radius:5px;
	border:1px solid #FFF;
	color:#000;
	letter-spacing:2px; 
	text-align:center; 
	font-size:16px;
	font-weight:bold;
	padding:4px 8px;
	text-decoration:none;
	text-transform:uppercase;
}
/* images */
.timg, .ximg {
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.cimg {
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
/* image effect */
.imgbg, .imgbgla, .imgbglb, .imgbgra, .imgbgrb {
	background-position:center, center;
	background-repeat:no-repeat, no-repeat;
	background-size:cover, auto;
	border-radius:6px;
	border:2px solid #e8b923;
	outline:none;
}
.imgbgla {
	border-right:3px solid #e8b923;
	transform:perspective(210px) rotateY(23deg);
}
.imgbglb {
	border-right:3px solid #e8b923;
	transform:perspective(230px) rotateY(12deg);
}
.imgbgra {
	border-left:3px solid #e8b923;
	transform:perspective(210px) rotateY(-23deg);
}
.imgbgrb {
	border-left:3px solid #e8b923;
	transform:perspective(230px) rotateY(-12deg);
}
/* forms */
.frmhtxt {
  background: #c1c1c1;
  background-image: linear-gradient(to bottom, #c1c1c1, #FFF, #c1c1c1);
	color: #000000;
	border-radius: 5px;
	padding: 2px 4px 2px 4px;
	border: solid #999999 1px;
	text-decoration: none;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	letter-spacing:1px;
	text-transform:uppercase;
	outline:none;
}
.frmitxt, textarea {
	border-radius: 5px;
	padding: 5px 8px 5px 8px;
	text-decoration: none;
	font-weight:bold;
	text-transform:none;
	outline:none;
	background: #cccccc;
	background-image: linear-gradient(to bottom, #CCC, #FFF, #CCC);
	color: #000000;
	border: solid #999999 1px;
	width:150px;
	font-family:Verdana, Geneva, sans-serif;
}
.frmbtxt {
	box-shadow:inset 0px 1px 3px 0px #999;
	background:linear-gradient(to bottom, #666 5%, #000 100%);
	background-color:#000;
	border-radius:5px;
	border:1px solid #999;
	cursor:pointer;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	padding:4px 6px;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	text-shadow:0px -1px 0px #2b665e;
}
.frmbtxt:hover {
	background:linear-gradient(to bottom, #000 5%, #666 100%);
	background-color:#6c7c7c;
}
.frmbtxt:active {
	position:relative;
	top:1px;
}
.reqtxt {
	border-bottom-color:#FF0000;
}
/* h text */
h1 {
	font-weight:bold;
	font-size:20px;
	text-transform:uppercase;
	text-align:left;
	margin:0;
	padding:0;
}
h2 {
	font-weight:bold;
	font-size:18px;
	text-transform:uppercase;
	text-align:left;
	margin:0;
	padding:0;
}
h3 {
	font-weight:bold;
	font-size:16px;
	letter-spacing:1px;
	text-transform:uppercase;
	text-align:left;
	margin:0;
	padding:0;
}
/* radio button */
.form-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: #000;
	border-radius:14px;
	color:#FFF;
  top: -1px;
  height: 14px;
  width: 14px;
  cursor: pointer;  
  margin-right: 3px;
  outline: none;
}
.form-radio:checked::before {
  position: absolute;
  font: 12px/1 Verdana, Geneva, sans-serif;
		 font-weight:bold;
  left: 3px;
  top: 1px;
  content: '\02143';
  transform: rotate(40deg);
}
.form-radio:hover {
  background-color: #000;
}
.form-radio:checked {
  background-color: #000;
}
/* check box */
.form-check {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: #000;
  color: #FFFF01;
  top:1px;
  height: 14px;
  width: 14px;
  border-radius: 3px;
  border:1px solid #FFF;
	font-weight:bold;
  cursor: pointer;  
  margin-right: 3px;
  outline: none;
}
.form-check:checked::before {
  position: absolute;
  font: 12px/1 Verdana, Geneva, sans-serif;
		 font-weight:bold;
  left: 3px;
  top: 0px;
  content: '\02143';
  transform: rotate(40deg);
}
.form-check:hover {
  background-color: #000;
}
.form-check:checked {
  background-color: #000;
}
/* horizontal rule */
hr.white {
 border:0;
 height:3px;
 background-image:linear-gradient(to right, rgba(255, 255, 255, 0.25), rgba(255, 255, 255), rgba(255, 255, 255, 0.25));
}
hr.black {
 border:0;
 height:3px;
 background-image:linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.25));
}
/* flex container */
.flex-container {
  display: flex;
  flex-flow: row wrap;
	justify-content: space-around;
	align-items:start;
}
.flex-container > div {
	margin:5px;
  padding: 0px;
	border-radius:5px;
}
.sidemsg {
	border-radius:5px;
	border:1px solid #ffff01;
	background-color:#000000;
	color:#FFFFFF;
	font-size:16px;
	font-style:oblique;
	font-weight:bold;
	text-align:center;
	padding:3px;
	box-shadow:3px 3px 5px 0px rgba(50, 50, 50, 0.70);
}
.wbox {
	font-size:10px; letter-spacing:2px; color:#FFFF01; border-radius:5px; background-color:#000; padding:3px; text-transform:uppercase;
}
.wreq {
	background-image:url(../images/req-16.png);
	background-position:right center;
	background-repeat:no-repeat;
	background-size:contain;
}
