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

/* === General === */

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

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

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

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

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

h1 {
	color: #585453;
	text-transform: capitalize;
	font-weight:normal; 
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 2.2em;
}
   
h1 span {
	color: #000;
}

h2 {
	color: #585453;
  	font-size: 2em;
}
h2 span {
	text-transform: uppercase;
}

h2 i {
	padding: 10px;
	background-color: #f9eb1c;
	border-radius: 15px;
}

 
 .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:#000;
}
 
 a:hover {
	color: #777;
	text-decoration: none;
}

 a:active {
	color: #ebebeb;
	text-decoration: none;
}    

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

.icon-image {
position: relative;
width: 100%;
height: auto;
text-align: center;
padding: 15px 0;
background-color: #00c04e;
margin-bottom: 50px;
}

.icon-image i {
font-size: 1.4em;
border: solid 5px #fff;
border-radius: 30px;
padding: 8px;
}

.fab, .fas, .fa, .far {
	color: #2a3c4d;
}

.fa-bars {
	color: #fff;
}

 .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: #f9eb1c;
}

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

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

.back-link {
font-size: .8em;
margin-bottom: 20px;
} 

 .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: #363636;
}

.login-bar a {
	color: #fff;
	font-size: .8em;

}
 .login-bar {
	width: 100%;
	height: auto;

}

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

.member-functions li a, .fa-user {
	color: #fff;
	font-size: .8em
}
.dropdown-menu-right li a {
color: #444;
}

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


 .backdrop-main {
	position: relative;
   width: 100%;
   height: 100%;
   padding: 0 0 0 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;
}


/* === Navigation === */

#elite-nav-block, #elite-main {
	background-color: #2c3c4e;
	margin-bottom: 30px;
     -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);
}

 #logo, #elite-logo {
	float: left;
	width:100%;
	max-width: 300px;
	height: auto;
	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;
}

 .nav-mobile-menu-button {
	color: #316ab2;
 }
 
 .elite-nav-block {
	float: right;
	width: 69%;
	height: 88px;
	background: none;
	padding: 0px;
	margin: 16px 0 0 0;
	text-align: center;
}

 .elite-nav-block a, .elite-main-dropdown .dropbtn {
   padding:0;
   height: auto;
   width: 100%;
   margin: 0px 2px;
   background: none;
  	border-top: 4px solid #fff;
  	font-size:14px;
 	color: #ebebeb;
 	text-decoration:none;
	padding: 34px 0px;
	transition: border-color .5s ease-in-out;	
}
    
 .elite-nav-block a:hover, .elite-main-dropdown .dropbtn:hover {
 	background: none;
	border-top: 4px solid #f9eb1c;
	color:#fff;
}

 .elite-nav-block a .active, .elite-main-dropdown .dropbtn .active {
 	background: none;
	border-top: 4px solid #f9eb1c;
	color:#fff;
}

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

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

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

.elite-main-dropdown-content {
	background-color: #fff;
}

#elite-topbar-logo {
	display: block;
	width: 100%;
	height: auto;
	max-width: 180px;
}

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

#product-special {
	margin-bottom: 30px;
}

.product-special {
     -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: #fff;
	background-color: #683537;
}

.product-special-pricing {
width: 100%; 
height: auto;
padding: 30px 10px;
}

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

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

.savings-block-saving {
float: right;
width: 80px;
height: 80px;
border-radius: 5px 0 0 5px;
padding: 20px 0 20px 10px;
background-color: #683537;
color: #fff;
}

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

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

.wn-timer-block {
position: absolute;
right: 20px;
bottom: 0;
}

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

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

	/* === Panels === */

.panel {
	background: #fff;
	border: none;
}

.thumbnail {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	border: none;
	
}
.thumbnail img {
	margin: 0 auto;
}




.panel-default > .panel-heading {
background: #2c3c4e;
border-top: none;
border-right: none;
border-bottom: solid #ebebeb 1px;
border-left: solid #ebebeb 1px;
text-align: left;
color: #fff;
text-transform: uppercase;
}

.panel-category {
padding: 15px;
border: solid 1px #ebebeb;

margin-bottom: 30px;
} 

.panel-category-body h2 {
font-size: 1.2em;
color: #f9eb1c;
	background-color: #201e1e;
	padding: 15px 10px;
}

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

}

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

.panel-primary .panel-heading {
background-color: #2c3c4e; 
}

.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: #f9eb1c;
	color: #fff;
	-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);
}

.dashboard-item {
	width: 100%;
	height: auto;
	color: #444;
	padding: 15px 5px 15px 5px;
	margin-bottom: 15px;
	border: solid 1px #ebebeb;
	border-radius: 10px;
}
.dashboard-item h3 {
	font-size: 1.4em;
color: #444;
}

.dashboard-item p {
font-size: .8em;
}

.side-menu {
background-color: #fff;
}

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

 #card-menu {
	background-color: #ebebeb;
 
} 

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

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

	/* === products === */

 .related-products {
}

 .related-products h4, .related-products label  {
	font-size: .8em;
}	

 .product-nav {
	background-color: #e5e3ee;
}
	
	/* === image link === */

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

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

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

}

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

#login-bar, .display-item {
	margin-bottom: 30px;
}

.display-items-item {
	min-height: 100px;
		-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);
    padding: 5px;
    margin-bottom: 15px;
}

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

/* === reader === */

#reader {
	margin-bottom: 30px;
}

.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;
}

.advert {
text-align: center;
}

.advert a {
font-size: .8em;
color: #777;
}

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

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
background-color: #2c3c4e;
border: 1px solid #333;
}

.listing-items-text {
	min-height: 80px;
}

.listing-items-text h3 {
color: #444;
}

	/* === 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 #345594;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #345594;
}
   
 .social-icon a.twitter {
	padding: 5px 10px;
	border: solid 1px #35a1d7;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
	border-radius: 40px;
	background-color: #35a1d7;
}

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

.social-icon i {
color: #fff;

}

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

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

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

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

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

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

}

	/* === 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: #201e1e;
	font-size: 1em;
	margin: 10px 0;
	text-align: center;
}


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

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

	/* === 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: #ebebeb;
 	text-decoration:none;
	
}

 .topbar ul > a li:hover, .topbar ul >a li.active {
	color:#fff;
	background: #000;

}
 
/* === maintenance === */
.pop-login-head {
	background-color: #2c3c4e;
}

/* === telecall === */

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

#telecall h1 {
  color: #585858;
  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:#585858;

 }

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

 }

 /* === Widgets === */
 
 .widget, .widtel a, .widemail a {
	font-size: .8em;
	color: #fff;

} 

 .widtel {
	margin: 0; 
}
.widemail i, .widtel i {
	padding: 3px;
	background-color: none;
	border-radius: 2px;
}

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


 .search {
	float: right;
}
 /* === Bannerblock  === */

#banner-block {
	width: 100%;
	height: auto;
	color: #444;
	padding: 0;
	background: none;
	margin-bottom: 30px;
}

#banner-block h2 {
	font-size: 1.4em;
	color: #db2727;
}

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

.banner-block-content {
	font-size: 1em;
	width: 80%;
	height: auto;
	max-height: 330px;
	padding: 0 15px;
	color: #444;

}

.banner-text ul {
	list-style-image: url('../images/icons/listitem.gif');
}

.banner-ads-content {
	width: 100%;
	color: #444;
	background-color: rgba(255,255,255,0.5);
	padding: 50px 0px;
}

.banner-ads-content h2 {
color: #fff;
}

#quick-subscribe-form {
	width: 300px;
	margin: 0 auto;
}

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

.btn-block {
	display:inline-block;
	width: 80%;
	background: #999;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	cursor:pointer;
	color:#ebebeb;
	font-family:montserrat, Arial;
	font-size:1.2em;
	padding:8px 15px;
	text-decoration:none;
	transition: background 2s;
}

.btn-block:hover {
	color: #777;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.55, #f6f6f6), color-stop(1, #444));
	background:-moz-linear-gradient(top, #343434 55%, #444 100%);
	background:-webkit-linear-gradient(top, #343434 55%, #444 100%);
	background:-o-linear-gradient(top, #343434 55%, #444 100%);
	background:-ms-linear-gradient(top, #343434 55%, #44 100%);
	background:linear-gradient(to bottom, #343434 55%, #444 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#343434', endColorstr='#444',GradientType=0);
	background-color:#343434;
	
}

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

.btn-primary {
	border: none;
	background-color: #2c3c4e;	

}

.btn-primary:hover, .btn-primary:active  {
	background-color: #2c3c4e;	

}

.btn-addtocart {
width: 100%;
height: auto;
max-width: 180px;
padding: 12px 0;
color: #fff;
background: #2c3c4e;
}

/* === reviews === */

#reviews {
	background-color: #f9eb1c;
	padding: 50px 0 0 0;
	color: #fff;
} 

.reviews-title {
color: #ffffff;
}

#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:#768d87;
	border-radius:5px;
	border:1px solid #566963;
	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 #2b665e;
}

.btn-call-button:hover, .btn-map-marker:hover {
	background:linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
	background-color:#6c7c7c;
}

.btn-call-button:active, .btn-map-marker:active {
	position:relative;
	top:1px;
}
 
/* === bootstrap btn === */
.btn-info, .label, .label-info {
background-color: #2c3c4e;
border-color: #2c3c4e;
border-radius: 0; 

}

.btn-custom {
width: 100%;
height: 44px;
max-width: 307px;
margin: 0 auto;
text-transform: uppercase;
color: #ffeb3b;
font-size: 14px;
background-color: #2c3c4e;
border: solid 3px #ffeb3b;
}

.btn-custom:hover {
color: #ebebeb;
border-color: #ebebeb;
}

#cart-items, .cart-items {
	background-color: #2c3c4e;
	border-radius: 0px 0px 8px 8px;
}

.fa-shopping-basket {
	color: #fff;
	z-index: 778;
}


 .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: #444;
}

#cart-preview {
	background: #fff;
	border: none;
}

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

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

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

}


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

}
#header {
	position: relative;
	width: 100%;
	height: auto;
padding: 10px 0;
	background-color: #2c3c4e;
}

.header-custom {
width: 100%;
height: 88px;
margin-top: 0px;
background: none;

}

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

.header-block {
	height: 88px;
	padding: 10px;
background: #fff;
border-bottom: 1px solid #ebebeb;

}
.header-block img {
margin-top: 0px;

}

.container .jumbotron {
-moz-border-radius: 0;	
-webkit-border-radius: 0;
border-radius: 0;
background: #484b51;
color: #fff;

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



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

.featured {
	background: none;
}

 .featured-item {
	width: 100%;
	height: auto;
	min-height: 350px;
	padding: 10px;
	background-color: #fff;
	margin-bottom: 15px;
}

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

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

}

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

#client-area {
	background-color: #36495e;
}

.client-area-block {
	background-color: #ffffff;
}

.cp-nav li {
	color: #ebebeb;
	border-top: 1px solid #2c3c4e;
	border-bottom: 1px solid #2c3c4e;
	border-left: 3px solid #2c3c4e;
}

.cp-nav li.active {
border-left: 3px solid #f8ea1b;
	background-color: #2c3c4e;
}

.cp-nav li:hover {
	color: #fff;
	background-color: #2c3c4e;
}

.cp-content {
background-color: #fff;
padding: 10px;
}

 .nav-custom {
	background: #fff;
}

 .nav-custom .active a, .nav-custom .active a:hover {
	background: #343434 !important; 
}




 /* === Footer === */

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

#footer h2 {
	color: #fff;
}  

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

#footer a:hover {
	color: #2c3c4e;
}

.webnerd-edge {
color: #201e1e;
}

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

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

}
#footnotes a {
	color: #ebebeb;
}

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: 12px; }
#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;}
 .menu-button { 
	
 display: block;
  
}
 
 #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: #343434;
 	text-decoration:none;
  }
    #DaMenu ul >a li:hover {
      background:#000;
    }
     #DaMenu ul >a li:hover {
     	color:#fff;
    }
   #DaMenu ul >a li.active  {
   	background:#000;
   }
   #DaMenu ul >a li.active {
   	color:#fff;
   }
 #clckdial {
 display: block; }

 .clckdialtxt {
 color: #585858;
 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;
}

}

