* {
  box-sizing: border-box;
}

a:hover {
	text-decoration: none;
}

.dropdown-menu-custom {
	padding: 5px 5px 5px 5px!important;
}

.backdrop-menu {
	width: 100%;
	height: 100%;
}

.totaltitle {
	text-align: right;
}

.not-active {
  cursor: not-allowed;
  text-decoration: none;
  color: #777;
}

#gmap_canvas img { 
	max-width:none!important;
	background:none!important
}

.huge {
	font-size: 2.5em;
}

.initials-block {
width: 100%;
height: auto;
font-weight: bold;
font-size: 1.2em;
text-align: center;
max-width: 60px;
max-height: 60px;
padding: 10px;
border-radius: 5px;
}

.item-recommended-overlay {
position: absolute;
right: 15px;
top: 15px;
width: 30%;
height: auto;
color: #fff;
background-color: green;
padding: 5px;
text-align: center;
font-weight: bolder;
max-width: 60px;
}

.item-recommended-overlay-large {
max-width: 120px;
}

.item-recommended-overlay img {
display: block;
width: 100%;
height: auto;
}

/* Colour choices */

.color-choices input[type="radio"]{
opacity: 0;
  position: fixed;
  width: 0;
}

.color-choices label {
    display: inline-block;
    padding: 15px 15px;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border: 2px solid #ebebeb;
    border-radius: 8px;
    cursor: pointer;
}

.color-choices input[type="radio"]:checked + label {
    background-color:#bfb;
    border-color: #4c4;
}

.color-choices input[type="radio"]:focus + label {
    border: 2px dashed #444;
}

.color-choices label:hover {
  background-color: #dfd;
}




 /* === Alerts === */

.alert-dismissible {
	position: absolute;
	width: 50%;
	top: 20px;
	left: 20px;
	z-index: 999;

} 

 /* === Control Panel === */
#client-area {
	width: 100%;
	height: auto;
	min-height: 100vh;
	background-color: #13151f;
	padding: 15px 0 30px 0;
}

.client-area-block {
	position: relative;
	padding: 10px 10px 10px 10px;
	min-height: 700px;
	background-color: #eeeeee;
}

.cp-row {
	position: relative;
	width: 100%;
}

.cp-col-2 {
	float: left;
	width: 16%;
	margin-right: 15px;
} 
.cp-float-col-2 {
	float: left;
	width: 16%;
} 
.cp-col-8 {
	float: left;
	width: 68%;
}

.cp-col-10 {
	float: left;
	width: 84%;
}

.cp-nav {
	padding: 0 0 0 0;
	list-style: none;
}

.cp-nav li {
	display: block;
	margin-bottom: 5px;
	margin-left: 0;
	color: #777;
	border-radius: 0 20px 20px 0;
	border-left: 3px solid #000000;
}

.cp-nav li.active {
	border-left: 3px solid #000000;
	background-color: #07070e;
}

.cp-nav li:hover {
	color: #fff;
	background-color: #07070e;
}

.cp-nav li a {
	display: block;
	width: 100%;
	height: auto;
	padding: 15px 0 15px 5px;
	color: #ebebeb;
}

.cp-tab-nav {
	display: block;
	position: relative;
	text-align: center;
	width: 100%;
	height: auto;
	min-height: 88px;
}

.cp-tab-nav a {
	float: left;
}

.cp-tab-nav-item {
	display: block;
	width: 150px;
	height: auto;
	margin-right: 5px;
	padding: 15px 0 15px 5px;
	color: #ebebeb;
	background-color: #2c3c4e;
	border-bottom: 3px solid #2c3c4e;
	margin-bottom: 3px;
}

.cp-tab-nav-item.active, .cp-tab-nav-item:hover {
	border-bottom: 3px solid #f8ea1b;
}

 /* === Grid === */
.grid-container {
	display: grid;
	grid-template-columns: auto auto auto;

}
.grid-item {
}

.dependencies {
	background: none;
	margin-bottom: 15px;
}

.dependencies .nav-tabs > li > a {
	color: #777;
}	

.dependencies .nav-tabs > li.active > a, .dependencies .nav-tabs > li.active > a:focus, .dependencies .nav-tabs > li.active > a:hover {
	color: #444;
}	

.tab-content {
background-color: #fff;
}
 
 /* === Filemanager === */

ul.file-group {
    list-style: none;
    border-left: solid 1px #ebebeb;
	padding: 10px 20px;
}

li.file-group-item {
    list-style: none;
		padding: 10px 20px;
}

.add-to-cart {
display: block;
width: 100%;
height: auto;
max-width: 360px;
}

 /* === Reviews === */
.reviews-background {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 300px;
padding: 30% 0;
}

#item-variants, .reviews-title, .panel-comments {
	margin-bottom: 30px;
}

.reviews-panel {
	max-width: 90%;
	padding: 10px;
	border-right: solid 1px #ffffff;
}

.reviews-content {
	font-size: 1.1em;
}

.reviews-author {
	text-align: right;
	font-weight: bold;
	font-size: .8em;
} 

.profile-panel {
position: relative;
width: 100%;
height: auto;
}

.profile-body {
	width: 100%;
	height: auto;
}

.profile-pages {
	padding: 5px;
	background-color: #fff;
}

.tab-content {
	padding: 15px;
}

.accounts-address-block {
	margin-top: 30px;
	margin-bottom: 30px;
}

.image-links {
	padding: 15px;
}

 /* === Chat panel === */

.chat-panel {
	width: 100%;
	height:  auto;
	background: none;

}

.chat-panel-heading {
	text-align: right;

}

.chat-panel-title {
	font-size: 14px;
}

.chat-panel-title a i {
	width: auto;
	height: auto;
	border-radius: 25px;
	padding: 15px;
	font-size: 1em;
	color: #fff;	
	background-color: #00b8e9;  
}

.chat-panel-body {
	background-color: #fff;
	padding: 10px;
	border-radius: 0 0 10px 10px;
}

 /* === Timer === */

.product-special-onesixty {
margin-bottom:15px; 
}

.savings-block {
	position: relative;
	width: 100%;
	height: 300px;
}

.savings-block-saving {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 100px;
	height: auto;
	text-align: center;
	padding: 20px 0;
	color: #fff;
	background-color: red;
}

.savings-text {
	text-transform: uppercase;
	font-size: 2em;
	font-weight: bolder;
	color: #fff;
}

#wntimer {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 50px;
}

.wntimer-block {
	display: block;
	float: left;
	margin-right: 10px;
	font-size: .8em;
} 

.wntimer-block-end {
	display: block;
	float: left;
	font-size: .8em;
}

.wntimer-digits {
	width: 50px;
	height: auto;
	border: 1px solid #ebebeb;
	padding: 15px 5px 15px 5px;
font-size: 1.4em;
font-weight: 400;
text-align: center;
margin-bottom: 5px;
}

.wntimer-text {
text-align: center;
}

.block-step {
	position: relative;
	width: 100%;
	height: auto;
	overflow: auto;
}

.block-step-item {
	display: block;
	float: left;
	width: 25%;
	height: 88px;
	text-align: center;
}

.separator {
	width: 100%;
	max-width: 50px;
	height: auto;
	min-height: 5px;
	border-top: solid 3px #316ab2;
	margin-bottom: 30px;
}

.announce-bar {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 44px;
	color: #444;
	padding: 4px;

} 

.announce-bar-block {
	display: block;

} 

.announce-heading {
	width: 100%;
	padding: 5px 10px;
	border: solid 1px #ebebeb;
	box-shadow:2px 2px 2px 2px rgba(0, 0, 0, .5) inset;
}

.announce-subheading {
	text-align: center;
	padding: 5px;
	border: solid 1px #ebebeb;
	box-shadow:2px 2px 2px 2px rgba(0, 0, 0, .5) inset;
}

.widget-about-us-logo {
padding: 20px 0;
}
.widget-about-us-text {
padding: 10px;
}

 /* === Maintenance mode === */
 
 #pop-login {
display: block;
}
.pop-login-screen, .cust-modal-screen {
	position: fixed;
	top: 0;
	left: 0;
   width: 100%;
   height: 100%;
   z-index: 999;
}

.screen-90 {
	background: url('../images/icons/black90.png');
}

.screen-50 {
	background: url('../images/icons/black50.png');
}

.pop-login-box, .cust-modal-dialog {
    width: 100%;
    height: auto;
    max-width: 80%;
    min-height: 300px;
    max-height: 90%;
    background-color: #fff;
    position: relative;
    overflow: auto;
    left: 0px;
    top: 60px;
    
    border:none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    -moz-box-shadow: -1px 6px 9px #000000;
    -webkit-box-shadow: -1px 6px 9px #000000;
    box-shadow: -1px 6px 9px #000000;

    -webkit-animation-name: slidein; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 4s; /* Chrome, Safari, Opera */
    -webkit-animation-iteration-count: 3; /* Chrome, Safari, Opera */
    -webkit-animation-direction: reverse; /* Chrome, Safari, Opera */
    animation-name: slidein;
    animation-duration: 4s;
    animation-iteration-count: 1;
    animation-direction: normal;    

	padding: 10px 20px;
	margin: 10px auto;

}

.pop-login-head {
	position: relative;
	display: inline-block;
   width: 90%;
   height: auto;
   
   -moz-box-shadow: 0px 3px 3px #464646;
   -webkit-box-shadow: 0px 3px 3px #464646;
   box-shadow: 0px 3px 3px #464646;
	margin: 10px auto;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes slidein {
    0%   {background-color:#fff; left:0px; top:0px;}

    100% {background-color:#fff; left:0px; top:60px;}
}

/* Standard syntax */
@keyframes slidein {
    0%   {background-color:#fff; left:0px; top:0px;}

    100% {background-color:#fff; left:0px; top:60px;}
}

 /* === domains === */
  .domain-results {
	float: left;
	width:50%; 
	height: auto;
	max-width: 500px;
	padding:15px;
background-color: #fff;
	margin:0 auto; 
	
  }	
 /* === whats app === */

 .wa-call-header {
	text-align: right;
}

 .wa-call-header h3 span {
	background-color: #00e676;
	width: 42px;
	height: 42px;	
	border-radius: 20px;
	padding-top: 7px;
	}

 .wa-call-header h3 span.fab {
	text-align: center;
	font-size: 2.5em;	
	color: #fff;
	}

i.fa-bullhorn  {
	font-size: 1em;
}

 .wa-call-list {
	display: block;
	width: 100%;
	height: auto;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0.2em 0.2em 0.2em rgba(0,0,0,.5);
}	

 .wa-call-list blockquote {
 	padding: 5px 0;
	border-left-color: #00e676;
	background-color: #f5f7f9;
	border-radius: 6px;
	transition: box-shadow 1s;
	}

 .wa-call-list blockquote:hover {
	box-shadow: 0.2em 0.2em 0.2em rgba(0,0,0,.5);
	} 

 .wa__popup_txt {
	width: 100%;
	height: auto;	
	background-color: #fff;	
border-bottom: solid 1px #ebebeb;	
	}
 
 .wa__member_image {
	width: 40px; 
	height: auto;
	padding: 2px 5px;	
	margin-right: 15px;
	}
 
 .wa__member_image img {
	max-height: 36px;	
	}
	
 .wa__member_name, .wa__member_duty {
 	position: relative;
	width: 180px; 
	height: auto;
	margin-top: 10px;
	color:#444;
	}
	
.wa__member_name:hover, .wa__member_duty:hover {
	color:#444; 
 }
 
/* === Navigation === */

#nav-block {
position: relative;
	width: 100%;
height: auto;
min-height: 50px;
}
.navblck {
width: 100%;
height: auto;
}

#elite-logo {
	width: 100%;
	padding: 15px 0;
}

#logo {
	width: 100%;
	padding: 15px 0;
}

#mobile-logo {
display: none;
padding: 10px 15px;
}

 #logo img, #mobile-logo img {
	width: 100%;
	height: auto;
	display: block;
}

 #navbar {
	display: block;
	width: 100%;
	height: auto;
}

 #navbar ul {
	list-style: none;
}

 #navbar li {
	width: 130px; 
	text-align: center;
	padding: 40px 0;
	display: inline-block;
	margin: 0 0 0 15px;
	list-style: none;
}

#profile-navbar {
display: block;
}

#side-navbar {
	display: none;
}

.side-navbar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.9);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;

}

.side-navbar a {
  width: 100%;
  height: auto;
  padding: 8px 8px 8px 32px;
  width: 100%;
  text-decoration: none;
  display: block;
  font-size: 25px;
  color: #818181;
  transition: 0.3s;
}

.side-navbar a:hover {
  color: #f1f1f1;
}

.side-navbar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* === Summernote  === */
.note-editing-area {
background-color: #ebebeb;
}


/* === Popup Topbar  === */

 #elite-topbar {
 	 position: fixed;
 	 top: 0;
 	 left: 0;
    display: none;
    width: 100%;
    height: auto;
    margin-top: 0px;
    background: #1b1c1c;
    z-index:999; 
    }

 .elite-topbar-block {
   width: 100%;
   height: auto;
  	margin: 0 auto;
   z-index: 999;
	}
	
 #elite-topbar-logo {
 	float: left;
	width: 30%;
	max-width: 100px;
	}
	
.elite-topbar-menu {
	float: right;
	width: 69%;
	 text-align: left;
	padding:0 0 0 0;
	margin: 0;
   background: none;
}

.elite-topbar-menu a {
	display:inline-block;
	width: 100px;
	padding: 22px 10px;
	 text-align: center;
	margin: 0px;
	font-size:12px;
 	color: #ebebeb;
 	text-decoration:none;
}

.elite-topbar-block a:hover, .elite-topbar-block a.active {
	color:#fff;
}

/* === deprecated Popup Topbar  === */

 #mininav {
 	 position: fixed; 
 	 top: 0; 
 	 left: 0; 
    display: none; 
    width: 100%; 
    height: 65px; 
    margin-top: 0px; 
    height: 0px; 
    background: #201e1e; 
    z-index:999;  
    }

.topbar {
   width: 1200px; 
   height: 65px; 
   text-align: center; 
	margin: 0 auto; 
   z-index: 999; 
	}

.topbar img {
float: left; 

}

.topbar ul{
	float: right; 
	padding:0 0 0 0; 
	margin: 0; 
   background: none; 
		
		}

.topbar li {
  display:inline-block; 
  width: 110px; 
  line-height: 64px; 
  padding:0; 
  margin: 0px; 
	
}

.topbar a li {
	font-size:12px; 
 	color: #585453; 
 	text-decoration:none; 
	
}

 .topbar ul > a li:hover, .topbar ul >a li.active {
	color:#585453; 
}

 #minilogo img {
	max-width: 350px;
}

/* === Main navigation === */

 .elite-nav-block {
  position: relative;
  display: flex;   
  justify-content: flex-end; 
	width: 70%;
	height: auto;
}

 .elite-nav-block a, .elite-main-dropdown {
  overflow: hidden;
  text-align: center;
}

.elite-main {

	display: block;
  overflow: hidden;
  background-color: #333;

}

.elite-main a {
  float: left;
  font-size: 16px;
  color: white;
  padding: 14px 16px;
  text-decoration: none;
}

.elite-main-dropdown {
  float: left;
  overflow: hidden;
}

.elite-main-dropdown .dropbtn {
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.elite-main a:hover, .elite-main-dropdown:hover .dropbtn {
  background-color: inherit;
}
.elite-relative-element {
position: relative;
}
.elite-main-dropdown-content {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 100px;
  top: 150px;
  background-color: #f9f9f9;
  width: 90%;
  height: auto;
  padding: 15px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

      -webkit-transition: opacity 500ms, visibility 500ms;
            transition: opacity 500ms, visibility 500ms;
  z-index: 999;
}

.elite-main-dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.elite-main-dropdown-content a:hover {
	background-color: #ddd;
}

.elite-main-dropdown:hover .elite-main-dropdown-content {
	opacity: 1;
	visibility: visible;
}

.elite-submenu-icon .fab {
	font-size: 2.2em;
	color: #444;
}

.elite-submenu-desc {
	width: 100%;
	height: auto;
	max-width: 100%;
	text-align: center;
}

 #navbar-submenu {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: auto;
	z-index: 999;
	background: #7cc04e;
	   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
   	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
   box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
	
	}
 
	.submenu-desc {
	width: 100%;
	height: auto;
	}

/* === nav mobile === */
 
 .nav-mobile {
	display: none;
	position: relative;
	width: 100%;
	height: auto;
	padding: 5px 10px;
	min-height: 36px;
	}

 .nav-mobile-menu-button {
 	display: none;
	text-align: right;
	padding: 5px;
}

 .menu-button-img i {
 	margin: 0 5px;
	background: none;
}

#nav-mobile-dropdown {
   position: relative;
   width: 100%;
   height: 100vh;
   max-height: 1000px;
	background-color: #fff;
	padding: 0px;
	margin: 10px 0;
	z-index: 222;
}
   
 #nav-mobile-dropdown ul {
	float: left;
	width: 100%;
	height: auto;
	padding: 5px 10px;
}

 #nav-mobile-dropdown a {
	margin: 0px;
   font-size:16px;
 	color: #343434;
 	text-decoration: none;
}

 #nav-mobile-dropdown a li {
 	margin-left: 0;
 	list-style: none;
 	padding: 15px 10px;
}

/* === SEO Banner === */

#seoheader {
text-align: center;
}  

 #telecall {
	display: block;
}

 #clckdial {
 display:none;
} 

 /* === reader === */
 
 #reader {
	position: relative;
	display: block;
	width: 100%;
	height: auto;

 }
 
 .mobile-page-reader {
	display: none;
}

 .page-reader-nav {
 	position: relative;
	width: 100%;
	height: auto;
	font-size: 1.2em;
	padding: 10px;

}

.page-reader-nav li {
	list-style: none;
	display: inline-block;
	box-shadow: 0em 0em 0em rgba(0,0,0,.5);
transition: box-shadow .5s;
}

.page-reader-nav li.active, .page-reader-nav li:hover {
	
	box-shadow: 0.2em 0.2em 0.2em rgba(0,0,0,.5);
	
}

 .reader-text h2 {
	font-size: 1.1em;
	margin: 0;
}

 .reader-text {
	color: #444;
}

 .btn-list-item, .btn-list-item:enabled {
 	width: 100%;
 	height: 100%;
	background: none;
	text-align: center;
	color: #444;
	border: solid 1px #777;
	margin-bottom: 5px;
}
 .btn-list-item:active, .btn-list-item:focus {
 	color: #fff;
}

/* === Module block initialisation === */

 #contact-us, #elite-nav-block, #login-bar {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
 }
 
 #contact-board {
	float: left;
	z-index: 999;
 }

 /* === banner-block === */

 .banner-block {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
 }
 
 .banner-block-image img {
  display: block;
  object-fit: cover; 
 }

 .banner-block-content {
	width: auto;
	height: 100%;

}

.gallery {
	display: block;
	width: 100%;
	height: auto;
	background-color: #fff;
}

/* === card-menu === */

.menu-card {
	width: 100%;
	height: auto;
	max-width: 100%;
	overflow: hidden;

}

.menu-card-img {
	width: 100%;
	height: 100%;
}

.menu-card-img img {
display: block;
width: 100%;
height: auto;
transition: width 2s;
}

.menu-card-img img:hover {
width: 110%;
}

/* === Floating === */

.floating-menu:hover > #close-widget {
display: block;
}
.floating-button {
	width: 40px;
	height: auto;
	padding: 10px;
	margin-bottom: 5px;
	background-color: #777777;
	text-align: center;
}

  #floating-email {
	display:none; 
 }

.floating-email {
	position: relative;
	width: 320px;
	height: auto;
	padding: 5px 10px 1px 10px;
	border-radius: 5px;
	box-shadow: 0.2em 0.2em 0.2em rgba(0,0,0,.5);
	background-color: #fff;	
}

.floating-email-close {
	
	width: 50%;
	height: auto;
	padding: 5px;
} 

.floating-email-close button {
	float: right;
} 

 /* === Loginbar === */

.signin-section {
	width:100%; 
	min-height: 600px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.signin-block {
	width: 30%;
	max-width: 450px;
	height: auto;
	padding: 15px;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.signin-block h2 {
	margin-bottom: 20px;
}

#login-bar {
	padding: 5px 0;
}

 .login-bar ul {
	padding-left: 0;
}

 .login-block {
 	width: 35%;
	min-width: 250px;
	padding: 10px 10px;
}

 ul.widget-block {
	margin: 0 0 0 0;
}

 .widget-block-item {
	display: inline-block;
	padding: 0 0 0 0;
} 

 .member-functions {
	text-align: right;
}

 .member-functions li {
	display: inline-block;
	margin-left: 15px;
}

 /* === Animation === */

 .slightright {
	margin-left: 0;
    -webkit-transition: margin-left: .3s; 
	transition: margin-left .3s;
}	

 .slightright:hover {
	margin-left: 5px;
}	

 .magic-block {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	background-color: #000;	
	opacity: 0;
    -webkit-transition: opacity .5s;
	transition: opacity .5s;
	z-index: 777;
}

.magic-block p {

}

.magic-block:hover {
opacity: .8;
}

.rotate-text {
   position: absolute;
   top: 0;
   left: 0;
	width: 100%;
	height: 100%;
	background-color: none;	
	  -ms-transform: rotate(-25deg); /* IE 9 */
	  -webkit-transform: rotate(-25deg); /* Safari 3-8 */
  		transform: rotate(-25deg);
}

 .product-nav-float-left {
	position: absolute;
	left: 0;
	top: 500px;
	width: 60px;
	height: 60px;
	border-radius: 0 4px 4px 0;
		-webkit-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
}

 .product-nav-float-right {
	position: absolute;
	right: 0;
	top: 500px;
	width: 60px;
	height: 60px;
	border-radius: 4px 0 0 4px;
	-webkit-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;	
}

 .product-nav-float-left:hover, .product-nav-float-right:hover {
	width: 150px;
 
}

#product-scroller {
	position: relative;
	width: 100%;
	height: auto;
}

 #live-chat {
	position: fixed;
	bottom: 0;
	right: 10px;
	width: 20%;
	min-width: 300px;
	height: auto;
	max-height: 90%;
	z-index: 9999;
}

 .chat-room-menu-title {
	font-size: .8em;
	font-weight: 300;
}

 .chat-room-heading {
	width: 100%;
	height: auto;
	padding: 10px;
	background-color: #eeeeee;
	margin-bottom: 20px;
}

.chat-room-text-preview {
font-size: .8em;
}

 .chat-room-title {
	font-size: 1.4em;
	font-weight: 400;
}

 .chat-room-body {
	margin-bottom: 20px;
}

 .chat-room-image {
	display: block;
	width: 100%;
	min-width: 18px;
	height: auto;
}

 .chat-group {
	position: relative;
	width: 100%; 
	height: auto;
	padding: 5px;
	background: none;
}

 .chat-group-item {
	float: right;
	width: 80%;
	color: #444;
	padding: 0 10px;
	background-color: #fff;
	border: solid 1px #ebebeb;
	margin: 0 5px 5px 5px;
}

 .chat-group-item.active {
	float: left;
	background-color: #ebebeb;
}

 .fixed {
	position: fixed;
}

 .comms-scroller {
	max-height: 400px;
	overflow-y: scroll;
}

 .eightypx {
	width: 100%;
	height: 80px;
}

 .mobile-image {
	width: 100%; 
	height: 400px;
}

.community-wall {
	margin-bottom: 30px;
}

/* === Advert === */

 .advert {
 	position: relative;
 	display: block;
 	width: 100%;
 	max-width: 300px;
 	height: auto;
	padding: 5px;	
}
	
 .advert-heading h4 {
	font-size: 1.2em;
}

 .advert-image-left img {
 	width: 100%;
 	height: auto;
 	display: block;
	max-width: 300px;	
}

.advert a:hover {
	text-decoration: none;
}

/* === Cart === */

#cart-preview {
	display: none;
	position: absolute;
	top: 100px;
	right: 0px;
	z-index: 777;

}	

 #cart-items {
	display: block;
	position: absolute;
	top: 80px;
	right: 50px;
	width: 80px;
	height: auto;
		border-radius: 5px;
	-moz-box-shadow: 2px 2px 4px rgba(33,33,33,.5); 
	-webkit-box-shadow: 2px 2px 4px rgba(33,33,33,.5); 
    box-shadow: 2px 2px 4px rgba(33,33,33,.5);
	padding-bottom: 2px;
	cursor: move;
	z-index: 999;
	}	

 .cart-items {
 	position: relative;
	text-align: center;
	padding-top: 2px;
	padding-left: 2px;


}

#cart-items-quantity {

}

.fa-shopping-basket {
	font-size: 4em;
}

/* === listings === */

.listing-items-text h3 {
font-size: 16px;
}


/* === Mobile - Desktop images minimum requirements === */
.mobile-image {
	display: none;
}

.desktop-image {
	display: block;
}

.wow {
	visibility: hidden;
}

.cf:after {
  clear: both;
}

 /* === Split Screen === */	
 
.img-zoom-container {
  position: relative;
}

.img-zoom-lens {
  position: absolute;
  border: 1px solid #d4d4d4;
  /*set the size of the lens:*/
  width: 40px;
  height: 40px;
}

.img-zoom-result {
  border: 1px solid #d4d4d4;
  /*set the size of the result div:*/
  width: 150px;
  height: 150px;
}

 /* === Split Screen === */	
 #the-split {
z-index:1; 
 }
 .the-split-text-block {
	padding: 5px 5px 5px 5px; 
 }

 .the-split-icon {
	font-size: 3.8em;
}

 .split-screen-content {
	position: relative;	
	width: 100%;
	height: auto;	
	}

 .the-split-image .img-bottom{
 	position: relative;   
 	opacity: 1; 
   width: 100%;
   height: auto;
   transition: opacity .5s ease;
       display: inline-block;
   }

 .the-split-image .img-top {
      opacity: 0;
       position: absolute;
       top: 0;
       left: 0;
        transition: opacity .5s ease;
   }

 .the-split-image:hover .img-bottom {
       opacity: .3;
   }
   
 .the-split-image:hover .img-top {
      opacity: 1;
   }	
 
 /* === Center blocks - flex and other === */

 .flexbox-basic {
 	width: 100%;
 	height: 100%;
 	 min-height: 24em;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
  justify-content: center;
}

 .flexbox-vertical-center {
	width: 100%;
	height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
	justify-content: center;
	}

 .flexbox-center-all {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	}

 .flexbox-even-spacing {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

 .flexbox-right-justify {
  display: flex;
  justify-content: flex-end;
}

 .vertical-center-block {
 	display: block;
	text-align: center;
	position: absolute;         
	top: 50%;                      
	transform: translate(0, -50%)
	}
	  
 .vertical-left-block {
 	display: block;
	text-align: left;
	position: absolute;         
	top: 50%;                      
	transform: translate(0, -50%)
	}

 .vertical-right-block {
 	display: block;
	text-align: right;
	position: absolute;         
	top: 50%;                      
	transform: translate(0, -50%)
	}

 .content-block {
	min-height: 450px;
	}

 .image-upload {
	padding: 10px 0;
	}

 .image-upload > input {
	display: none;
	}	

 .image-upload i{
	font-size: 1.2em;
	cursor: pointer;
	}

 /* === Video Link Responsive === */

 .video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

 .video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

 /* === marquee === */

div.marquee {
	width: 100%;
    white-space:no-wrap;
    overflow:hidden;
}
div.marquee > div.marquee-text {
    white-space:nowrap;
    display:inline;
    width:auto;
}
.flip-text {
  -webkit-transform:rotateY(180deg);
  -moz-transform:rotateY(180deg);
  -o-transform:rotateY(180deg);
  -ms-transform:rotateY(180deg);
}

.social-icon-bar {
	position: relative; 
	display: block; 
	text-align right;
	width: 100%;
	height: auto;
	min-height: 20px;
}

.widget-link {
min-height: 20px;
}

.social-icon, .widget-link-icon {
	float:right;
	margin-left: 15px;
}


 /* === Bootstrap row heights === */
 
.equal-height-row {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	}

 /* === Page Loading === */
 
 #loading {
    background: url(../images/icons/waiting.gif) no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    z-index: 9999999;
}

 .page-loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.5);
	}

#page-loading-wrapper-inner {
	display: -webkit-box;
	display: -moz-box;
	display: box;

	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;

	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;

	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;

	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
}

#page-loading-box {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	box-ordinal-group: 1;

	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	box-flex: 0;
}


/* === Webnerd Icon === */

.wn {
	display: block;

	background-size: cover;
	background-repeat: no-repeat;

}
.wn-md {
	width: 50%;
	height: 50%;

}
.wn-lg {
	width: 100%;
	height: 100%;

}
.wn-webnerd {
	background-image: url(../images/icons/webnerd.svg);

}
.wn-topofpage {
	background-image: url(../images/icons/topofpage.svg);

}
.wn-facebook {
	background-image: url(../images/icons/facebook.svg);

}
.wn-pinterest {
	background-image: url(../images/icons/pinterest.svg);

}
.wn-google-plus {
	background-image: url(../images/icons/google-plus.svg);

}
.wn-linkedin {
	background-image: url(../images/icons/linkedin.svg);

}
.wn-map-marker {
	background-image: url(../images/icons/map-marker.svg);

}
.wn-twitter {
	background-image: url(../images/icons/twitter.svg);

}
.wn-email {
	background-image: url(../images/icons/email.svg);

}


@media (min-width: 1480px) {
 .container-fat {
	width: 1440px;
}
}

@media screen and (max-height: 450px) {
  .profile-navbar {padding-top: 15px;}
  .profile-navbar {font-size: 18px;}
}

@media all and (max-width: 800px) {

 .elite-main, .elite-topbar, .desktop-image, .page-reader-nav, #elite-mobile-dropdown, #nav-mobile-dropdown, #navbar, #profile-navbar {
	display: none;
}

 #elite-mobile, .mobile-image, .mobile-page-reader, .menu-button, .elite-mobile-menu-button, .nav-mobile, #side-navbar, .nav-mobile-menu-button, #mobile-logo {
	display: block;
}

 .wa-call-header h3 span.fab {
	font-size: 3.3em;	
}

.signin-block, .login-block {
	width: 99%;
	max-width: 450px;
}

 .banner-ads {
	background-image: url('../images/portrait-back.png');
}

.cp-tab-nav {
	min-height: 150px;
}

.cp-tab-nav-item {
	width: 160px;
}

.cp-col-8 {
	float: left;
	width: 58%;
}
.cp-float-col-2 {
	float: left;
	width: 26%;
} 
 
 .flexbox-even-spacing {
  flex-direction: column;
}

 /* === Loginbar - workaround for bootstrap === */

 .login-bar li { margin-left: 5px; }

 #clckdial {
 display: block; 
 }

#telecall { 
	display: none; 
 }
}