@charset "utf-8"; 
/* CSS Document */
/*
Version: 1
Author: Lance Davey
Author URI: http://www.webnerd.co.za

/* === General === */

 @font-face {
	font-family: montserrat-bold; 
	src: url(../fonts/Montserrat-Bold.ttf); 
}

 @font-face {
	font-family: montserrat; 
	src: url(../fonts/Montserrat-Regular.ttf); 
}

 body {
	width: 100%; 
	height: 100%; 
	font-family: "montserrat", Arial, Helvetica, sans-serif; 
	font-size:14px; 
	font-weight:400; 
	color: #444444; 
	background: #ffffff; 
   margin:0 0 0 0; 
	padding:0;     
}

h1, h2, h3 {
	font-family: montserrat-bold, Arial, Helvetica, sans-serif; 
}

h4, h5 {
	font-family: "montserrat", Arial, Helvetica, sans-serif; 
}

h1 {
	color: #1b1c1c; 
	margin-top: 15px; 
	margin-bottom: 20px; 
	font-size: 3.2em; 

}
   
h1 span {
	color: #00b8e9; 
}

h2 {
	color:#1b1c1c; 
  	font-size: 2em; 
}
h2 span {
	color: #00b8e9; 
	text-transform: uppercase; 
}

h3 {
	color:#484b51; 
   font-size: 1.8em; 
	
}
h4 {
	color:#444444; 
   font-size: 1.8em; 
	
}
h5 {
	color:#444444; 
   font-size: 1.8em; 
	
}
 
 .brand-primary {
	font-family: Allerta+Stencil; 
	color: #585453; 

	font-weight:normal;  
	margin-top: 20px; 
	margin-bottom: 20px; 
	font-size: 2.2em; 
   }

 .brand-primary span {
	font-family: Allerta+Stencil; 
  	color: #ff429b; 
} 

 a {
	color:#00b8e9; 
}
 
 a:hover {
	color: #777; 
	text-decoration: none; 
}

 a:active {
	color: #ebebeb; 
}    

/* === font-awesome === */

.fab, .fas, .fa, .far {
color: #ffffff; 
}
.fa-tags {
color: #ffffff; 
}

 .headline {
   width: 100%; 
   height: 40px; 	
	font-size: 20px; 
	margin: 20px 0px 10px 0px; 
   background: #c0c0c0; 	
	padding:10px 0 10px 16px; 
	box-sizing: border-box; 
}

 .content {
	display: inline-block; 
	width: 100%; 
	height: auto; 
	background: #fff; 
	border-bottom: solid 5px #000; 
	padding: 0; 
	margin: 0 0 0 0; 
}

 #login-bar {
	width: 100%; 
	height: auto; 
	background: #00b8e9; 
	padding: 5px 0; 

}

 .login-bar {
}

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


.login-bar li {
	display:inline-block; 
	margin-top: 0; 
	margin-right: 30px; 
	margin-bottom: 0; 
	margin-left: 0; 	
}


 .backdrop-main {
	position: relative; 
   width: 100%; 
   height: 100%; 
   padding: 35px 0; 
   background: none; 
     }

/* === windows === */

   #topwindow {
    position: relative; 
    display: block; 
    width: 100%; 
    height: 45px;  

   }
   .window {
    position: relative; 
    display: block; 
    width: 100%; 
    height: auto; 

}
.scrolldown {
	padding: 100px 0; 
}


/* === Author === */

.author-profile-image .thumbnail {
background: none;
}

.author-title {
	font-size: 1.8em;
	background: none;
}

/* === Navigation === */

#elite-topbar {
	padding: 5px 0;
	background-color: rgba(255,255,255,0.9); 
		-moz-box-shadow: 0px 2px 8px rgba(0,0,0,.8); 
		-webkit-box-shadow: 0px 2px 8px rgba(0,0,0,.8); 
	box-shadow: 0px 2px 8px rgba(0,0,0,.8);
}
.elite-topbar-menu a {
 	color: #777;
}

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

#elite-nav-block, #elite-main {
	background-color: #fff; 
}
#elite-topbar-logo {
	max-width: 150px;
	padding: 15px 0;
}

 #logo {
	position:relative;
	padding: 5px; 
 }

 #elite-logo {
	max-width: 200px; 
	padding:0 0 0 0; 
	margin:0; 
}

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

 .menu-button {
	display: none; 
	text-align: right; 
}

 #DaMenu {
	display: none; 
}

 .elite-nav-block {
	float: right; 
	width: 69%; 
	height: auto; 
	background: none; 
	margin: 0 0 0 0; 
	text-align: center; 
}

 .elite-nav-block a, .elite-main-dropdown .dropbtn {
   height: auto; 
   background: none; 
  	font-size:12px; 
 	color: #777; 
 	text-decoration:none; 
	padding: 30px 0px; 

}

.elite-main-dropdown-content {
	border-radius: 15px;
}

.elite-submenu-desc {
	width: 100%;
	height: 100%;
	color: #fff;
	border-radius: 15px;
background-color: #00b8e9;
}

.elite-submenu-desc .fas { 
color: #fff;
}

.elite-submenu-icon i {
margin-bottom: 30px;
}

    
 .elite-nav-block a:hover, .elite-main-dropdown .dropbtn:hover {
 	background: none; 
	color: #777777; 
}

 .elite-nav-block a .active, .elite-main-dropdown .dropbtn .active {
 	background: none; 
	color: #00b8e9; 
}

 .elite-main-dropdown-list-group {
	width: 100%; 
	height: auto; 
	padding: 10px 0; 
}

 .elite-main-dropdown-list-group a {
	border:none;
	color:#00b8e9; 
	padding: 10px 10px; 
}

.elite-main-dropdown-list-group a:hover {
	border:none; 	
	color: #777777; 
	background-color: #ffffff; 
}

.fa-caret-down {
color: #444;
}

.sub_menu_title {
text-align: left;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
color: #ffffff; 
background-color: #00b8e9; 
}

.media-left i {
color: #00b8e9;
}

.media-heading {
font-size: 16px;
}

 /* === Product special === */

#product-special, #seoheader, #the-split, #elite-nav-block, #model-compare {
	padding: 5px;
	margin-bottom: 30px; 
}

.product-special {
	width: 100%;
	height: auto;
    -moz-box-shadow: 0px 2px 8px rgba(0,0,0,.8); 
    -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,.8); 
    box-shadow: 0px 2px 8px rgba(0,0,0,.8); 
}

.product-special-content {
	padding: 10px; 
}

.product-special-body h2 {
	width: 100%; 
	height: auto; 
	padding: 15px 0 15px 10px; 
	color: #ffffff; 
	background-color: #00b8e9; 
}

.pricing-plan-name {
height: 80px;
}
.product-special-pricing {
width: 100%;  
height: auto; 

}

.dollar-amount {
font-size: 1.6em; 
}

.savings-block {
	width: 100%; 
	height: auto; 
}

.product-special-old-price {
font-size: .8em;
}

.product-special-new-price {
font-size: 1.2em;
}


.savings-block-saving {
float: right; 
width: auto; 
height: auto; 
border-radius: 5px; 
padding: 20px; 
background-color: #00b8e9; 
color: #ffffff; 
}

.savings-amount {
font-size: 1.4em; 
font-weight: 500; 
}

.product-special-image img {
	margin: 0 auto; 
}

.wntimetxt {
width: 100%; 
height: auto;  
padding: 8px 0 8px 5px; 
color: #ffffff; 
background-color: #00b8e9; 
}
	
#block-builder-wrapper {
margin-bottom: 30px; 
}

.block-builder-wrapper-home {
margin-bottom: 30px; 
padding-top: 100px; 
padding-bottom: 100px; 
text-align: center; 
}

.block-builder {
padding: 30px 0;
}

.block-builder-body {
margin: 20px;
}

	/* === Panels === */

.panel {
}

.thumbnail {
	text-align: center; 
	border: none; 
}

.panel-default {
	border:none;
}
 
.panel-default > .panel-heading {
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .5); 
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .5); 
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .5); 
	color: #1b1c1c; 
	text-transform: uppercase; 
	min-height: 50px;
}

 .panel-category {
	padding: 15px; 
	border: solid 1px #ebebeb; 
	margin-bottom: 30px; 
} 

.panel-primary>.panel-heading {
	background-color: #00b8e9; 
	border-color: #00b8e9; 
}

.panel-category-header h3 {
	width: 100%;
	height: auto;

	font-size: 2.2em; 
	color: #1b1c1c; 
}

.panel-category-description {
min-height: 100px;
}

.panel-category-image {
	min-height: 130px; 
}

.panel-body h2 {
	font-size: 1.4em; 
}

.panel-body h3 {
	font-size: 1.2em; 
}

.featured {
	background: #ebebeb; 
	padding: 35px 0; 
}

 .featured-item {
	width: 100%; 
	height: auto; 
	padding: 10px; 
		border-radius: 5px;
	background-color: #fff;
		-moz-box-shadow: 0px 2px 8px rgba(0,0,0,.8); 
		-webkit-box-shadow: 0px 2px 8px rgba(0,0,0,.8); 
	box-shadow: 0px 2px 8px rgba(0,0,0,.8);
	margin-bottom:10px; 
}

.featured-item-title {
	width: 150px;
	height: 150px;
	display: flex;
	border-radius: 5px;
	align-items: center;
	justify-content: center;
	background-color: #00b8e9;
}

.featured-item-title h4 {
	color: #fff;
}

.featured-item-image {
float: right;
max-width: 100px;
}

.featured-item-description {
	width: 100%;
	height: 80px;
	margin-top: 15px;
	padding: 10px;
}

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

.tab-content {
	border-right: solid 1px #ebebeb; 
	border-bottom: solid 1px #ebebeb; 
	border-left: solid 1px #ebebeb; 
}

.panel-body-home {
	padding-top: 100px; 
	min-height: 270px; 
	background-color: #00b8e9; 
	color: #ffffff; 
	-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .5); 
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .5); 
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .5); 
}

.buy-now {
	margin-top: 15px;
}

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

.wn-timer-block {
border-radius: 5px ;
} 

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

 #card-menu {
	background-color: #00b8e9; 
 
} 

 .menu-card {
 min-height: 320px; 
 text-align: center; 
 }

 .menu-card-text h2 { 
	font-size: 1em;  
}

	/* === products === */

 .related-products {
}

 .product-nav {
	background-color: #00b8e9; 

}

.checkout-addons {
	padding: 20px 10px;
	background-color: #f6f7f7;
	margin-bottom: 30px;
}

.checkout-item {
	border-radius: 10px;
   -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);
}

.checkout-icons {
	border-radius: 10px 0 0 10px;
	padding: 15px 0;
	background-color: #fff;
}

.checkout-icons h3 {
	font-size: .8em;
	color: #00b8e9;
}

.checkout-text {
		padding: 15px 0 0 15px;
	background-color: #f6f7f7;
}

	
	/* === image link === */

.image-link-image {
	text-align: center;
}	

	/* === client area === */

#client-area {
	position: relative;
	width: 100%;
	height: 100vh;
	background-color: #1b1c1c;
}

.cp-content {
	padding: 10px;
height: 100vh;
}

.cp-content, .client-area-block, .profile-pages {
background-color: #ffffff;
}

.cp-nav li.active {
	border-left: 3px solid #00b8e9;
	color: #ebebeb;
	background-color: #444;
}

.cp-nav li.active > a, .cp-nav li a:hover {
color: #ebebeb;;
}

.cp-nav li:hover {

	background-color: #444;
}

.profile-login {
	position: relative;
width: 100%;
height: auto;
padding: 15px;
text-align: right;
margin-bottom: 10px;
} 

.profile-login a {
color: #444;
}

 .profile-navbar {
	background-color:#282828;
	-moz-box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, .5); 
	-webkit-box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, .5); 
    box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, .5);  
 }

#image-link {
margin: 15px 0; 
}	

 .image-link {
 	text-align: center; 
	margin: 15px 0; 	
}

.image-link-image {
min-height: 150px; 
}

.image-link-title h3 {
	text-align: center;
font-size: 1em;
}

.image-window-block {
	background-color: #00b8e9;
	color:#fff; 
}

.image-window-block h4 {
font-size: 1em;
}

.domains-banner-flexbox {
	height: 200px;
	margin-top: 250px;
	margin-bottom: 250px;
}

 #who-is {
	padding: 50px 0px;
	margin-bottom: 30px;
 }

 .who-is-back {
  width:100%;
  float: left;
  height: 80px;
  border-radius:10px;
  background: #fff;
  padding: 12px 15px;
  margin-top: 10px;
   -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);
 }
 
 .who-is-field {
	float:left;
	width: 100%;
	height:48px;
	padding:5px 0 0 0;
	margin: 0 0 0 0;
	border: none;
	color:#333;
	font-size:1.2em;
	font-weight:bold;
}

.who-is-dropdown {
	float: right;
		height:48px;
	padding:0 2px 0 0;
	margin: 0;
  }

/*======= Forum ======*/

 .article-header {
	width: 100%;
	height: auto;
	border-radius: 5px;
	padding: 15px;
	background-color: #00b8e9;
}

.article-header h1 {
	color: #fff;
}

.forum-title {
color: #fff;
}


/*===================================================================================*/
/*	Cartoon BUTTONS
/*===================================================================================*/

.bigblu {
 height: 100%;
 width: 100%;
 font-size: 2.5em;
 color: #FFF;
 border: none;
 border-radius: 3px;
 background-color:#000; 
 cursor: pointer;
 }
 
  .bckbord3 {
  float: left;
  width: 80px; 
  height: 80px;
  border-radius:10px;
  padding: 0;
  margin-top: 10px ;
 	background: #24b8eb;
 
 }
 .btn-cartoon-info, .btn-cartoon-success {
	color: #FFF;
   padding: 15px 20px 15px 20px;
	margin: 15px 0;
   font:  10px "montserrat";
	font-size: 1.2em;
	font-weight: 600;
	letter-spacing: 0.1em;
	border: none;
	text-transform: uppercase;
	border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
}

 .btn-cartoon-info:hover, .btn-cartoon-success:hover {
	color: rgba(0,0,0,0.9);

}

 .btn-cartoon-success {
	background: #9ec520;
	box-shadow: 0 5px 0 0 #87a311;
	-webkit-box-shadow: 0 5px 0 0 rgba(135,163,17,1);
	-moz-box-shadow: 0 5px 0 0 rgba(135,163,17,1);

}

 .btn-cartoon-success:hover {
  background: #8ccf5f;

}

 .btn-cartoon-info {
	background: #00b8e9;
	box-shadow: 0 5px 0 0 #004b5f;
	-webkit-box-shadow: 0 5px 0 0 rgba(0,75,95,1);
	-moz-box-shadow: 0 5px 0 0 rgba(0,75,95,1);
}

 .btn-cartoon-info:hover {
   background: #0fc4f1;
}

.rotate-text {
	top: 15px; 
	left: 45px; 
	width: 100px; 
	height: auto; 
color: #585453; 
font-size: 1em; 
font-weight: 700; 
padding: 20px; 
text-align: center; 

}

.caption h4 {
font-size: .8em; 
}

.listing-items {
	margin-bottom: 30px; 

}

.listing-items-item {
	border-radius: 10px 10px 0 0;
   margin-bottom: 90px; 
   			-moz-box-shadow: 2px 2px 4px #343434; 
		-webkit-box-shadow: 2px 2px 4px #343434; 
    box-shadow: 2px 2px 4px #343434; 
}

.listing-items-title {
font-size: 18px;
width: 100%;
height: 50px;
color: #fff;
padding: 15px 0;
border-radius: 10px 10px 0 0;
text-align: center;
background-color: #00b8e9;
margin:0 0 30px 0;

}

.listing-items-text {
padding: 10px;

}

.listing-items-item a {
	display: inline-block; 
	width: 100%; 
	min-height: 145px; 
}

.display-item-item {
   padding: 5px; 
   margin-bottom: 90px; 
}

.display-item-meta h1 {
	padding: 15px 10px;
	color: #fff;
	border-radius: 5px;	
	background-color: #00b8e9;
}

/* === reader === */

#reader {
	margin-bottom: 30px; 
}

.page-header {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #00b8e9;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.page-header h1 {
	color: #fff;
	margin-top: 0;
	margin-bottom: 0;
}

.page-reader-nav {
	width: 100%; 
	height: auto; 
	min-height: 300px; 
}

.reader-list {
	position: relative; 
	height: auto; 
	width: 100%; 
	padding-left: 0; 	
}

.reader-list-item {
	width: 150px; 
	margin: 0 15px; 
	
}

.reader-text h2 {
	text-align: center; 
	padding: 10px 0; 
}


	/* === Social Media Navigation === */

.social-float { 
	display: block; 
	position: fixed; 
	bottom: 150px; 
	right: 0px; 
	width: 70px; 
	height: 100px; 



}

.social-icon-bar { 
	display: block; 
	position: relative; 
	width: 100%; 
	height: auto; 



}

	/* === Social Media Icons === */

.social-icon-flex {   
   display: flex; 
    flex-direction: row; 
    flex-wrap: wrap; 
    justify-content: space-around; 
    align-items: center; 
    align-content: center; 
  	width: 100%; 
	height: 150px
   } 

 .social-icon a {
	width: 60px; 
	height: 60px; 
	text-align: center; 
	font-size: 1.8em; 
		-moz-box-shadow: 2px 2px 4px #343434; 
		-webkit-box-shadow: 2px 2px 4px #343434; 
    box-shadow: 2px 2px 4px #343434; 
}

 .social-icon a.facebook {
	padding: 5px 15px; 
	border: solid 1px #00b8e9; 
		-webkit-border-radius: 30px; 
		-moz-border-radius: 30px; 
	border-radius: 30px; 
	background-color: #00b8e9; 
}
   
 .social-icon a.twitter {
	padding: 5px 10px; 
	border: solid 1px #00b8e9; 
		-webkit-border-radius: 40px; 
		-moz-border-radius: 40px; 
	border-radius: 40px; 
	background-color: #00b8e9; 
}

 .social-icon a.linkedin {
	padding: 5px 10px; 
	border: solid 1px #00b8e9; 
		-webkit-border-radius: 40px; 
		-moz-border-radius: 40px; 
	border-radius: 40px; 
	background-color: #00b8e9; 
}

.social-icon i {
color: #585453; 

}

.social-icon-img {
width: 80%; 
height: 80%; 
margin: auto; 
}
	
 .social-icon-img img {
	width: 100%; 
	height: auto; 
}

.product-icon {
	text-align: center;
}

.product-icon i {
	font-size: 2.5em;
}

.slide-display {
	position: relative; 
	width: 70%; 
	margin: 150px auto 10px auto; 
}	

.slide-header {
	color: #585453; 
	text-align: center; 
	font-size: 2.0em; 
	font-weight: bold; 
}

.slide-link-image {
	max-width: 300px; 
border: solid 10px #a8cf45; 
}

.slide-link-image img {
	display: block; 
	width: 100%; 
	height: auto; 
}

.slidern-buttons {
	text-align: center; 
}
.close-slide-show a {
color: #585453; 

}

	/* === The Split  === */

 .the-split-text-block {
	position: relative; 
	width: 100%; 
	height: auto; 
	min-height: 45px; 
	padding: 5px; 
	background: none; 
}


 .the-split-text-block h2 {
	color: #585453; 
	font-size: 1em; 
	margin: 10px 0; 
	text-align: center; 
}


 .the-split-text-block p {
	color: #585453; 
	font-size: 1em; 
	margin: 10px 0; 
	text-align: center; 
}

.the-split-icon {
text-align: center; 
color: #585453; 
font-size: 3.8em; 
margin-bottom: 50px; 
}

.the-split-image-ssl-certificates {
		-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); 
}

.the-split-image-ssl-certificates:hover {
		-moz-box-shadow: 3px 3px 5px rgba(33,33,33,.5); 
		-webkit-box-shadow: 3px 3px 5px rgba(33,33,33,.5); 
    box-shadow: 3px 3px 5px rgba(33,33,33,.5); 
}

.the-split-image-website-hosting img {
max-width: 165px;
margin: 0 auto;
}

/* === telecall === */

#telecall {
	display: block; 
	width: 100%; 
	height: auto; 
	text-align: center; 
	padding: 15px; 
	background-color: #00b8e9; 
}

#telecall h1 {
  color: #fff; 
  font-size: 24px; 
  margin: 0; 
  }

.bigtxt {
  width: 100%; 
  font-size:1em; 
  font-weight: bold; 

  }

.tel {
  width: 100%; 
   text-align: right; 
  }

.tel a {
   text-decoration:none;  
   font-size:25px; 
	font-weight:bold; 
	color:#ebebeb; 
 }

.tel span {
  color: #585453; 
  font-size: 12px; 
  font-style: italic; 
  }
 
 #clckdial {
 display:none; 
 }

#contact-us {
margin-bottom: 30px;
}

 /* === Widgets === */
#widget-block a, .fa-user, .fa-shopping-basket {
color: #fff;
} 
 
 .widget, .widtel a, .widemail a {
	font-size: .8em; 
	color: #585453; 
} 

 .widtel {
	margin: 0;  
}

.widemail i, .widtel i {
	padding: 3px; 
	background-color: #00b8e9; 
	border-radius: 2px; 
}

.widget-block-item {
	float: left; 
}

.widget-item a {
color: #ffffff;
}

.widget-block-item:nth-child(3) {
	float: right; 
}

 .search {
	float: right; 
}

.member-functions li a {
	font-size: .8em
}
.dropdown-toggle {
	color: #ebebeb; 
}

 /* === Bannerblock  === */

.banner-block {
	width: 100%; 
	color: #585453; 
	background: none; 
	margin-bottom: 30px; 
}

.banner-title h2 {
	font-size: 3rem; 
	color: #00b8e9; 
}

.banner-title h2 span {
text-transform: capitalize;
}


.banner-block img {
	display: block; 
	width: 100%; 
	height: auto; 
}

.banner-block-content {
	font-size: 1em; 
	width: 100%;
	height: 100%;
	max-width:1000px; 
	padding: 0 15px; 
	margin-left: 150px;
	color: #444444; 
}

.banner-block-content-reseller-hosting {
max-width: 700px;
}

.banner-buttons {
	margin-top: 50px;
}

.banner-text {
	font-family: montserrat;
	margin-bottom: 30px;
	font-size: 2rem;
}

.banner-text ul {
	list-style-image: url('../images/icons/listitem.gif'); 
}
	
#quick-subscribe-form {
	width: 300px; 
	margin: 0 auto; 
}

 #quick-subscribe-form input {
	border-radius: 0; 
}

.btn-block {
	display:block; 
	background: #00b8e9; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	border-radius:5px; 
	max-width: 300px;
	margin: 0 auto;
	cursor:pointer; 
	color:#ebebeb; 
	font-family:"montserrat", Arial; 
	font-size:1.2em; 
	text-decoration:none; 
	transition: background 2s; 
}

.btn-block:hover {
	color: #ffffff; 
	background-color:#00b8e9; 
			-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); 
	
}

.btn-block:active {
	position:relative; 
	top:1px; 
}

.btn-primary {
	border: none; 
	background-color: #00b8e9; 	

}

.btn-primary:hover, .btn-primary:active  {
	background-color: #00b8e9; 	

}

.btn-addtocart {
width: 50%; 
height: auto; 
padding: 12px 0; 
color: #ffffff; 
background: #73d216; 
}

/* === reviews === */

#reviews {
	background-color: #00b8e9; 
	padding: 50px 0 0 0; 
	color: #444444; 
} 

.reviews-title {
color: #444444; 
}

#clckdial, #gallery {
margin-top: 30px; 
}
 
/* === Call to action btn === */ 

.btn-call-button, .btn-map-marker {
	box-shadow:inset 0px 1px 3px 0px #91b8b3; 
	background:linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%); 
	background-color:#00b8e9; 
	border-radius:5px; 
	border:1px solid #00b8e9; 
	display:inline-block; 
	cursor:pointer; 
	color:#ffffff; 
	font-family:Arial; 
	font-size:15px; 
	font-weight:bold; 
	padding:11px 23px; 
	text-decoration:none; 
	text-shadow:0px -1px 0px #00b8e9; 
}

.btn-call-button:hover, .btn-map-marker:hover {
	background:linear-gradient(to bottom, #fff 5%, #00b8e9 100%); 
	background-color:#00b8e9; 
}

.btn-call-button:active, .btn-map-marker:active {
	position:relative; 
	top:1px; 
}

 
 .share-links {
 	width: 100%; 
 	height: auto; 
 	margin-top: 40px; 
	margin-bottom: 40px; 

}

.share-links .fab {
	color: #111; 
	font-size: 1.4em; 
}

 .share-links .fab:hover {
	color: #a8cf45; 
}

 .share-links span {
	margin-left: 15px; 
}

 .share-links-title h6 {
	text-transform: uppercase; 
}

.back-link {
font-size: .8em; 
margin-bottom: 20px; 
} 
 
/* === bootstrap btn === */
.btn-info, .label-info {
background-color: #00b8e9; 
border-color: #00b8e9; 
}

 .backdrop-cart-preview {
	background-color: #c4c4c4; 
	padding: 10px; 
		-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); 
}

#cart-preview {
color: #444444; 
}

#cart-preview .list-group-item {
	background: #fff; 
	border: none; 
}

.close-preview {
	margin: 10px 0; 
}

.close-preview a {
	color:  #fff !important; 
font-size: 1.5em; 
}

.item-variants {
	position: relative;
	width: 100%;
	height: auto;

}

.backdrop-cart-preview p {
	color:  #fff !important; 
	padding: 0 15px 0 15px; 

}

#cart-items {
	background-color: #00b8e9;
}

.btn-info:hover {
background-color: #666666; 
border-color: #444444;  

}

#header {
width: 100%; 
height: auto; 
margin-top: 0px; 
background-color: #1b1c1c; 
}

.head-custom img {
width: 100%; 
height: auto; 
display: block; 
}

.container .jumbotron {
-moz-border-radius: 0; 	
-webkit-border-radius: 0; 
border-radius: 0; 
background: #00b8e9; 
color: #ffffff; 

}
.jumbotron h1 {
max-height: 80px; 
text-align: center; 
}



/* === bootstrap list === */

.list-group-item.active h2 {
	color: #ffffff; 
}

 .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	background-color: #00b8e9; 
	border-color: #00b8e9; 
}

 .quick-shop-button {
	width: 100%; 
	height: 50px; 
	position: absolute; 
	left: 0; 
	bottom: 0; 

}


 /* === Footer === */

#footer {
	width: 100%; 
	height: auto; 
	margin: 0 0 0 0; 
	color: #ffffff; 
	background: #1b1c1c; 
}

#footer h2 {
	font-size: 1.4em;
	color: #ffffff; 
}  

#footer a {
	color: #ebebeb; 
	text-decoration: none; 
		font-weight: bold; 
}

#footer a:hover {
	color: #ffffff; 
}

.list-group-item {
	background: none; 
	border: none; 
}

.webnerd-edge {
	color: #1b1c1c; 
}

 .footer-menu {
	margin-top: 0px; 
	margin-bottom: 0px; 
}

 #footnotes {
	padding-top: 15px; 
	padding-bottom: 15px; 
	font-size: .8em; 

}
#footnotes a {
	color: #ffffff; 
}

ul.footer-list-group {
list-style-type: none; 
}

.footer-link {
	padding:10px 5px; 
	margin:5px 0;  
	text-transform: capitalize; 
	background: none; 
}

@media all and (max-width: 800px) {
	body { font-size: 10px;  }
#header {
height: auto; 
}	

h1 { font-size: 30px;  }
	.topbar { display: none;  }
	#topwindow, #floating-menu { display: none; } 
		#logo, .topbar, .navblck, .banner-block-content { width: 100%;  height: auto; margin-left: 0; }
 .menu-button { 
	
 display: block; 
  
}
#elite-logo {
max-width: 150px; 
} 

.banner-block {
	padding: 15px 10px; 
}

.banner-block h2 {
	font-size: 3rem;
}

 #DaMenu {
 	display: none; 
   float: left; 
   width: 100%; 
   height: auto; 
   max-height: 1000px; 
	background:#fff; 
	padding: 0px; 
	margin: 0; 
  }
  
 #DaMenu ul {
	display: inline-block;  
 	width: 100%; 
	float: left; 
  background: #fff; 
	text-align: center; 
	padding:0 0 0 0; 
	margin: 0; 
   z-index: 200; 

  }

 #DaMenu ul >a li {
  display:inline-block; 
  width: 100%; 
  line-height: 50px; 
   padding:0; 
   margin: 0px; 
   background: none; 

  }
  #DaMenu ul >a li { 
   padding: 15px 0px; 
   font-size:16px; 
 	color: #ebebeb; 
 	text-decoration:none; 
  }
    #DaMenu ul >a li:hover {
      background:navbar_back; 
    }
     #DaMenu ul >a li:hover {
     	color:#777777; 
    }
   #DaMenu ul >a li.active  {
   	background:#1b1c1c; 
   }
   #DaMenu ul >a li.active {
   	color:#777777; 
   }
 #clckdial {
 display: block;  }

 .clckdialtxt {
 color: #444444; 
 font-size:25px; 
 font-weight: bold; 

 text-align: center; 

}
 .clckdialimg {
  width:80%; 

  margin:0 auto;  
 }
 .clckdialimg img {
 	max-width: 80px; 
 	height: auto; 
 	margin: 0 auto; 
 	}
.social-float { 
display: none; 
}
#telecall { display: none;  }

#footer a {
	width: 100%; 
	height: 20px; 
	line-height: 20px; 
}

}