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

/* === General === */

@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: Roboto-bold;
  src: url(../fonts/Roboto-Black.ttf);
}

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



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

}

h2 {
	color: #585453;
  	font-size: 1.6em;
	 }

h3 {
	color: #585453;
   font-size: 1.4em;
	}
    
 .brand-primary {
	color: #585453;

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

   }
  .brand-primary span {
  	color: #7065ff;
  	text-transform: capitalize;
  } 
      
   a {
	color:#000;
	}
 
 a:hover {
	color: #777;
	text-decoration: none;
}    

section {
	margin-bottom: 50px;
}    

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

 .login-bar {
	float: left;
	width: 100%;
	height: auto;
	color: #fff;
}
 
 .login-bar ul {
	margin-bottom: 0;

}

 .login-bar a {
	color: #fff;
}
 
 .login-bar li {
	display: inline-block;
		margin-left: 25px; 
}

.login-block {
	min-width: 300px;
	padding: 10px;
}

.login-block, .login-block a {
	color: #333;
}

.login-bar-nav {
display: block;
width: 150px;
height: auto;
text-align: center;
background-color: #7065ff;
padding: 8px 0;

}

.signin-block {
	width: 50%;
	height: auto;
	min-width: 300px;
	padding: 15px;
	border: 1px solid #ebebeb;
	margin: 0 auto;
}

.widget-block-item {
	float: right;	
	text-align: right;
	padding: 4px 0;
}

.member-functions a, .widget-block-item {
font-size: 12px;
}

 .bacdropw {
	position: relative;
   width: 100%;
   height: 100%;
   padding: 20px 0px;
   background: #fff;
}

 .bacdropg {
	position: relative;
   width: 100%;
   height: 110px;
   background: #303030;
   border-bottom:5px #7065ff solid; 
}
   
 .bacdropfoot {
	position: relative;
	width: 100%;
	height: 100%;
	background: #303030;
}

/* === windows === */

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

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

}

#logo {
width: 100%;
height: auto;
	padding: 40px 0;
}

  #navbar ul >a li{
   position: relative;
	display:inline-block;
   padding:0;
   width: 140px;
   height: 88px;
   margin: 0px;
   background: none;
  	border-top: 2px solid #fff;
		transition: border-top 0.6s linear; 	
 	font-size:16px;
 	color: #777;
 	text-decoration:none;
	padding: 34px 0px;
	
    }
    
   #navbar ul >a li:hover {
      border-top: 2px solid #7065ff;
	
   	color:#888;

    }
     #navbar ul >a li.active {
      border-top: 2px solid #7065ff;
   	color:#444444;

    }

	.search {
		float: right;
		margin-top: 10px;
	}

	/* === Nav Pills === */

.nav-custom {
	background-color: #ebebeb;
}

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

	/* === Product Nav === */

.product-nav a {
	color: #fff;
	font-size: .6em;
	line-height: 1px;
}

.listing-items-img {
min-height: 262px;
}

	/* === 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;
}
	
/* === Slide Show Settings === */

#slidern_container {
	font-family: Roboto;
	position: relative;
	
 	margin-top: 0;
 	margin-right: auto;
 	margin-bottom: 20px;
 	margin-left: auto;
        top: 0px; left: 0px; width: 1200px; height: 350px; overflow:hidden; 

}
.slidern-loading {
	position: absolute;
	display: block;
	background: url(../images/icons/loading.gif) no-repeat center center;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	
}	

.slide-display {
	display: none;
}

	
/* === 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 {

width: 80px;
height: 80px;
text-align: center;
padding: 5px;
font-size: 40px;
border: solid 6px #484b51;
 
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
background-color: #fff;

}

.social-icon i {
color: #484b51;

}

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

#reviews {
margin-bottom: 30px;
}

.reviews-content {
color: #777;
font-size: .8em;
}
	/* === Cart  === */

 .backdrop-cart-preview {
	color: #444;
	background-color: #fff;
	padding: 10px 10px 20px 10px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}

.close-preview {
	font-size: 1.4em;
	padding: 15px 10px;
	background-color: #fc8f33;
}
	
	/* === Panels  === */
	
 .panel {
	border: none;
	
}

.panel-default > .panel-heading {
	background: none;
	 
}

.panel-category-body h2 {
	width: 100%;
	height: auto;
	min-height: 134px;
	text-align: center;
	color: #fff;
	padding: 15px 0;
}

p.panel-category-description {
	width: 100%;
	height: auto;
	min-height: 100px;

}

.panel-category-image h2, .panel-category-body-vccloud-cold-store h2, .panel-category-body-cold-store h2, .panel-category h2 {
	
}

.panel-category-body-vccloud-business-backups h2, .panel-category-body-business-backups h2 {
}

.panel-category-body-vccloud-home-backups h2, .panel-category-body-home-backups h2 {
}

.bm-panel {
width: 100%;
height: auto;
border: 1px solid #ebebeb;
}

.bm-panel-heading {
	background-color: #3598dc;
	padding: 15px 10px;
}

.bm-panel-title {
	color: #fff;
	font-weight: 400;
}

.bm-panel-body {
	text-align: center;
	font-size: 2em;
	font-weight: 400;
	padding: 20px 0;
}

.the-split-image img {
	display: block;
	width: 100%;
	height: auto;
}

.the-split-text-block {
	width: 70%;
	padding: 5px 0 5px 0;
	margin: 0 auto;
}

.the-split-text-block-home, .the-split-text-block-services {
	text-align: center;
}

.the-split-text-block h2 {
	color: #444;
}

.the-split-text-block-backups h2 {
	font-size: 2.4em;
	margin-bottom: 50px;
}

.the-split-text-block-backups p {
	font-size: 1.4em;
}
.the-split-image {
padding: 0 30px;
}

#seoheader {
width: 100%;
height: auto;
text-align: center;
padding: 10px 0;
margin: 30px 0;
background-color: #fc8f33;
}

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

p.dollar-value {
margin-top: 10px;
}

.dollar-value-units {
font-size: .8em;
}
.dollar-sign,.dollar-amount,.cents-amount {
font-weight:bold;
}
.image-link-item a {
	text-align: center;
}
.image-link-item a img {
margin: 0 auto;
}

.services h2 {
	text-align: center;
color: #444;
}

 .home  {
	text-align: center;
	color: #444444;
}

 .the-split-image-home img, .the-split-image-services img {
	background:#fc8f33;
	padding: 5px;
	margin:0 auto; 
}

 .display-items-item {
	position: relative;
	width: 100%;
	height: auto;
	border: 1px solid #ebebeb;
	text-align: center;
	margin-bottom: 30px;
}

.thumbnail {
	border: none;
	background: none;
}

.caption {
	min-height: 118px;
}

.caption h4 {
	color: #fff;
}

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

 #mininav {
 	 position: fixed;
 	 top: 0;
 	 left: 0;
    display: none;
    width: 100%;
    height: 65px;
    margin-top: 0px;
    height: 0px;
    background:#fff;
     -moz-box-shadow: 0px 2px 8px #343434;
    -webkit-box-shadow: 0px 2px 8px #343434;
    box-shadow: 0px 2px 8px #343434;
    
    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: 65px;
  padding:0;
  margin: 0px;
	
}

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

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

}
 

/* === telecall === */

#telecall {
 display: block;

}

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

.bigtxt {
  width: 100%;
  font-size:24px;
  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;

 }
 
 /* === Bannerblock  === */

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

.banner-block-content-backups {
	width: 50%;
	height: auto;
	text-align: center;
	margin: 0 auto;
}

.banner-block-content-home {
	width: 50%;
	height: auto;
	
	text-align: center;
	margin: 0 auto;
	padding: 20px 20px 30px 20px;
	background-color: rgba(255,255,255,0.7);
}

.banner-block-content-live-demos {
padding: 0 15px;
margin-top: 150px;
}


.banner-title, .banner-text {
	display: block;
	text-align: center;

}

.newsletter {
max-width: 300px;
margin: 0 auto;
}

.btn-block {
	
	background-color: rgba(255,255,255,0.5);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:2px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#242424;
	font-family: Roboto, Arial;
	font-size:17px;
	padding:12px 35px;
	text-decoration:none;
}
.btn-block:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}
.btn-block:active {
	position:relative;
	top:1px;
}


 
/* === Call to action btn === */ 

 .btn-addtocart {
	width: 150px;
	height: auto;
		 color: #fff;
	background-color: #6ca66c;
    -moz-box-shadow: 0px 4px 2px #343434;
    -webkit-box-shadow: 0px 4px 2px #343434;
    box-shadow: 0px 4px 2px #343434;
    padding: 10px;
	margin: 0 auto 20px auto;
 }
 
  .btn-addtocart:hover {
    -moz-box-shadow: 0px 3px 1px #343434;
    -webkit-box-shadow: 0px 3px 1px #343434;
    box-shadow: 0px 3px 1px #343434;
 }
 
 
/* === font-awesome === */

.fa {
  color: #7065ff;
}

h3.wa-call-title {
border-left: none;
}
 
/* === bootstrap btn === */
.btn-primary {
	background-color: #7065ff;
	border-color: #7065ff;
}

.btn-primary:hover {
	background-color: #6c61ff;
}

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

}

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

/* === Pills === */



 /* === Footer === */

#footer {
	width: 100%;
	height: auto;
	text-align: left;
	margin: 0 0 0 0;
	color: #fff;
	background: #000;
}
  
#footer a {
	height: 50px;
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #8e8e8e;
}

.footer-menu {
	width: 100%;
	height: auto;
	min-height: 30px;
	padding-bottom: 15px;
	border-bottom: 1px #777 solid;
}

.footer-link {
	padding: 10px 0;
}

#footnotes { 
padding: 15px 0;
	font-size: 11px;
}

.webnerd-edge {
color: #333;
}

.about img {
width: 100%;
height: auto;


}


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

h1 { font-size: 30px; }
.window, .topbar, .product-nav { display: none; }
	#topwindow { display: none;} 
		#logo, .topbar, .navblck { width: 100%; height: auto;}
 
 .menu-button { 
	
 display: block;
  
}

.banner-text {
	display: none;
}
 
 #navbar {
	display:none; 
 }
 #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:#7065ff;
    }
     #DaMenu ul >a li:hover {
     	color:#fff;
    }
   #DaMenu ul >a li.active  {
   	background:#7065ff;
   }
   #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;
}

}

