@charset "utf-8";
body {
	background:#262626;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}
.banner {
	background: #131313;
}

h1,h2,h3,h4,h5 {
	font-weight:normal!important;
	color:#d078d5!important;
}

.contact-details {
	float: right;
	margin-top:48px;	
}

.contact-details h3 {
	margin: 0px;
	padding:0px;
	font-weight:300!important;
	font-size:26px;	
	color: #fff!important;
}

.login_area {
}
.login_area input[type='submit'] {
}
.login_area input[type='submit']:hover {
}
.box_right_top {
}
.box_right_middle {

}
.box_right_bottom {
}


/** HIDE MOBILE ELEMENTS **/

.mobile-header-image {
	display: none;
}

.mobile-menu {
	display: none;	
}

.mobile-menu-toggle {
	display:none;	
}

.mobile-head-image {
	display:none;	
}

.side-nav {
	display:none;	
}

.desktop-friendly {
	display: none;	
}

/** START MOBILE CSS **/

@media (max-width: 800px) {
	
body {
	padding: 0px 10px!important;
}

h1 {
	font-size: 18px!important;	
}

h2 {
	font-size: 17px!important;	
}

h3 {
	font-size: 17px!important;	
}

.box_right_middle p {
	width: auto!important;	
}


p {
	text-align: left!important;	
}

.mobile-friendly {
	display: none;
}

.desktop-friendly {
	display: block;	
}

.mobile-image-banner {
	width: 100%;
	margin: 5px 0px;
	height:auto;	
}

table, td, tr {
  display: block!important;
  width: auto!important;
  margin: 0px;	
}

#header {
	width: 100%!important;
	margin-top:65px!important;	
	height: auto!important;
}

.bottom_content {
	display: none!important;	
}

.bottom_content_area {
	width: 100%!important;	
}


#content {
	width: 100%!important;
}

.box_right {
	width: 100%!important;
}

.box_right_middle {
	width: 100%!important;
}

.menu {
	display: none;	
}

.contact-details {
	float: none;
	margin-top:10px;	
}

.logo {
	float: none!important;	
}

.banner {
	display: none;
	height: auto;	
}

/** MOBILE MENU CSS **/

.mobile-menu {
	background-image: none;
	background-color: #b166b6;
	height: 56px;
	width:100%;
	color: #fff;
	box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
	-webkit-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
	position: fixed;
	top:0px;
	left: 0px;
	z-index: 500;
	font-family:Arial, Helvetica, sans-serif;
	display: block;
}

.side-nav {
	position: fixed;
	width: 100%;
	top: -300px;
	left:0px;
	transition: all 0.5s ease;
	z-index: 400;
	display:block;
	background-color: #bf6fc4;
}

ul.navList {
	width: 100%;
	padding:0px;
	margin:0px;
}

ul.navList li {
	border-bottom: 1px dashed #fff;
	list-style-type: none;
	font-family: arial;
	padding: 6px;
	font-size:16px;
	margin:0px;
}

ul.navList li:last-child {
	border-bottom: 0px;
}

ul.navList li a {
	color: #fff;
}

.mobile-menu-toggle {
	display: block;
	font-size: 22px;
	float: right;
	cursor: pointer;
	padding: 15px 15px;
	z-index:500;
}

.side-nav .mobile-menu-toggle {
	float:none;
	text-align:center;
	font-size:16px;
	background-color: #E0F2F1;
	position:absolute;
	width:170px;
	bottom:0px;
}

.toggle-nav {
	top: 56px;	
}

.mobile-contact {
	padding: 10px; 
	font-size:14px; 
	color:#fff; 
	background-color: #d84126;	
	font-family: Arial, Helvetica, sans-serif;
}

.mobile-contact a {
	color:#fff; 
}

.book-online-button {
	float: left;
	padding: 17px 10px;
	font-size: 20px;
}

.book-online-button a {
	color: #fff;
}

#nav-toggle { 
	position:absolute;
	right: 104px;
	top:24px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 25px;
  background: white;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  top: -8px; 
}
#nav-toggle span:after {
  bottom: -8px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

/** END MOBILE MENU **/

}