﻿
/*************************
*******Typography******
**************************/

.smooth {
    transition-property: width;
    -moz-transition-property: width; /* Firefox 4 */
    -webkit-transition-property: width; /* Safari and Chrome */
    -o-transition-property: width; /* Opera */
    transition-duration: 5s;
    -moz-transition-duration: 5s; /* Firefox 4 */
    -webkit-transition-duration: 5s; /* Safari and Chrome */
    -o-transition-duration: 5s; /* Opera */
    transition-timing-function: ease;
    -moz-transition-timing-function: ease; /* Firefox 4 */
    -webkit-transition-timing-function: ease; /* Safari and Chrome */
    -o-transition-timing-function: ease; /* Opera */
}


body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  color: #23587f;
  font-weight: bold;
}

h2 {
  font-size: 16px;
  margin-bottom: 5px;
  color: #23587f;
}

h3 {
  font-size: 14px;
  color: #EE6400;
  margin-bottom: 3px;
}

.bold {
    font-weight:bold;
}

.btn {
  border: 0;
  border-radius: 0;
}

button, html input[type=button], input[type=reset], input[type=submit], .button {   
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding:10px;
  background-color: #EE6400;
  border: 1px solid #EE6400;
  border-radius: 4px;
  margin-top: 10px;
}

button:hover, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, .button:hover {   
  color: #fff;
}

button:focus, html input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus, .button:focus {   
  color: #fff;
}

.validator
{
    color: red !important;
}

.btn-small{
    padding:0px;   
    padding-left: 5px;     
    padding-right: 5px; 
    margin-top: 0px;
}


a {
  text-decoration: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  color: #0083BF;
}

a:focus, 
a:hover {
  text-decoration: none;
  outline: none;
  color: #EE6400;
}

.section {
  padding-top: 160px;
}

.heading {
  padding-bottom:90px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #fff;
}

.preloader > i {
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}

.red {
    color: #ff0000;
}

/* =======
Top area
======== */
.top-area {
    background:white;	
	top: 0;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	width: 100%;
	color: #346a91;
	padding-top: 10px;
	padding-bottom: 10px;
}

.top-area.top-padding {
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	padding-top: 6px;
	padding-bottom: 0;
	margin-bottom: 10px;
}

.top-area p {
	margin-bottom: 10px;
}

/*************************
********Home CSS**********
**************************/

#home {
  color:#fff;
}


#home .home-top {
  background-color: #028fcc;
  padding: 20px 0 10px;
}


#home-slider {
  overflow: hidden;
  position: relative;
  height: auto;	  
  max-height:350px;

}

#home-slider .caption {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 15;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  height: 100%;
  vertical-align: middle;
}

#home-slider .caption h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 30px;
}

#home-slider .caption h1 span{
   color: #EE6400
}


.caption .btn-start {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding:14px 40px;
  border: 1px solid #6e6d6c;
  border-radius: 4px;
  margin-top: 40px;
}

.caption .btn-start:hover {
  background-color: #EE6400;
  border: 1px solid #EE6400;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;     
}

.carousel-fade .carousel-inner .item:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.7);
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.left-control, .right-control {
  position: absolute;
  top: 50%;
  height: 51px;
  width: 51px;
  line-height: 48px;
  z-index: 20;
  font-size: 24px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.left-control {
  left: -51px
} 

.right-control {
  right: -51px;
}

.left-control:hover, 
.right-control:hover {
  color: #EE6400;
}

#home-slider:hover .left-control {
  left:30px
} 

#home-slider:hover .right-control {
  right:30px
}


/*Navigation*/

.main-nav {
 background:white;	
 border-top: 2px solid #346a91;	 
 border-bottom: 2px solid #346a91;	
 top:45px;
}

.navbar-nav li a {
  color: #23587f;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-nav li a:hover, 
.navbar-nav li a:focus,
.navbar-nav li a.active {
   background: url('/app_themes/theme/images/ddmenu/navFHoverThin.jpg') repeat;
   color: #fff;
}

.navbar-brand h1 {
  margin-top: 5px;
}  

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: white;

}

.navbar-nav-sub {    
    margin-left: auto;
	margin-right: auto;}

.navbar-nav-sub > li {
    float:none;
    text-align:center;
}


/* Dropdown Menu */
 

 
		 .dropdown-menu span {
             display: block;
             height: 30px;
             padding-left: 45px;
             vertical-align: middle;
             width: 210px;
          }          

.dropdown-menu  li ul li  a:hover, .dropdown-menu .active a:hover {
   background: url('/app_themes/theme/images/ddmenu/navFHoverThin.jpg') repeat;
   color: #fff;
}   

/*pergb*/
.pergb {
    background: url('/app_themes/theme/images/ddmenu/home.png') top left no-repeat;
}
/*original*/
.original {
    background: url('/app_themes/theme/images/ddmenu/original.png') top left no-repeat;
}
/*hardcapped*/
.hardcapped {
    background: url('/app_themes/theme/images/ddmenu/original.png') top left no-repeat;
}
/*uncapped*/
.uncapped {
    background: url('/app_themes/theme/images/ddmenu/uncapped.png') top left no-repeat;
}
/*vsat*/
.vsat {
    background: url('/app_themes/theme/images/ddmenu/vsat.png') top left no-repeat;
}
/*ltea*/
.ltea {
    background: url('/app_themes/theme/images/ddmenu/lte-advanced.png') top left no-repeat;
}
/*dialup*/
.dialup {
    background: url('/app_themes/theme/images/ddmenu/dialup1.png') top left no-repeat;
}
/*isdn*/
.isdn {

    background: url('/app_themes/theme/images/ddmenu/isdn.png') top left no-repeat;
}
/*3g*/
.wireless {
    background: url('/app_themes/theme/images/ddmenu/3g.png') top left no-repeat;
}
/*faxtoemail*/
.faxtoemail {
    background: url('/app_themes/theme/images/ddmenu/faxtoemail.png') top left no-repeat;
}
/*webdesign*/
.webdesign {
    background: url('/app_themes/theme/images/ddmenu/sFirst.png') top left no-repeat;
}
/*domains*/
.domains {
    background: url('/app_themes/theme/images/ddmenu/domains.png') top left no-repeat;
}
/*hosting*/
.webhosting {
    background: url('/app_themes/theme/images/ddmenu/www.png') top left no-repeat;
}
/*openserve lines*/
.openserve-fibre {
    background: url('/app_themes/theme/images/ddmenu/openserve-fibre-line.png') top left no-repeat;
}
/*adsl lines*/
.lines {
    background: url('/app_themes/theme/images/ddmenu/lines2.png') top left no-repeat;
}
/*ALMMS*/
.almms {
    background: url('/app_themes/theme/images/ddmenu/lines.png') top left no-repeat;
    width: 300px;
}
/*emailtofax*/
.emailtofax {
    background: url('/app_themes/theme/images/ddmenu/emailtofax.png') top left no-repeat;
}
/*mail hosting*/
.mailhost {
    background: url('/app_themes/theme/images/ddmenu/mailhost.png') top left no-repeat;
}
/*web stats*/
.stats {
    background: url('/app_themes/theme/images/ddmenu/stats.png') top left no-repeat;
   
}

/*online support*/
.onlinesupport {
    background: url('/app_themes/theme/images/ddmenu/business1.png') top left no-repeat;
   
}

/*log a support query*/
.logsupport {
    background: url('/app_themes/theme/images/ddmenu/3g.png') top left no-repeat;
   
}

/*Contact Us*/
.contactus {
    background: url('/app_themes/theme/images/ddmenu/lite.png') top left no-repeat;
   
}
/*Satellite*/
.satellite {
    background: url('/app_themes/theme/images/ddmenu/gold1.png') top left no-repeat;
   
}

/*login*/
.login {
    background: url('/app_themes/theme/images/ddmenu/gold.png') top left no-repeat;
   
}

/*mail-login*/
.maillogin {
    background: url('/app_themes/theme/images/ddmenu/lite.png') top left no-repeat;
   
}



/*hover*/
.dropdown-menu li ul li:hover a span, .dropdown-menu li ul li.active a span {
    background-position: 0 -30px;
}

.mega-dropdown {
  /*position: static !important;*/
}
.mega-dropdown-menu {
    padding: 20px 0px;
    box-shadow: none;
    -webkit-box-shadow: none; 
    -moz-box-shasow: none;
}

.dd-col-2{
	width: 470px;
}



.mega-dropdown-menu li ul {
  padding: 0;
  margin: 0;   
}
.mega-dropdown-menu li ul li {
  list-style: none;
}
.mega-dropdown-menu li ul li a {
  display: block;
  color: #222;
  padding: 3px 5px; 
}

.mega-dropdown-menu li ul li a:hover,
.mega-dropdown-menu li ul li a:focus {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #346a91;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
  font-weight: bold;
}
   
   

.radio-button-list{
	border-color: #2e4080;
    border-style: solid;
    border-width: 2px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
   

/* footer */
#footer {
  color:#fff;
  font-size: 13px;
  background:white;	
}


.footer-top {
	position: relative;
	padding: 0 0 0 0;
	border-top: 2px solid #346a91;
	border-bottom: 2px solid #346a91;
}

#footer .footer-bottom {
  background-color: #fff;
  padding: 20px 0 10px;
}

#footer .footer-bottom a:hover {
  text-decoration: underline;
}

.footer-logo {
  display: inline-block;
  /*margin-bottom: 5px;*/
}

#footer a {
  color: #23587f;
}

#footer a:focus, 
#footer a:hover {
  text-decoration: none;
  outline: none;
  color: #EE6400;
}



#footer .social-icons {
  margin-top: 15px;
}

#footer .social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .social-icons ul li a {
  background-color: rgba(0,0,0,.2);
  border-radius: 4px;
  line-height: 33px;
}

#footer .social-icons ul li a:hover {
  color: #fff
}

#footer .footer-bottom, 
#footer .footer-bottom a  {
  color: #23587f;
}

#footer .social-icons ul li a.envelope:hover {
  background-color: #CECB26;
}

#footer .social-icons ul li a.facebook:hover {
  background-color: #3b5999;
}
#footer .social-icons ul li a.twitter:hover {
  background-color: #2ac6f7;
}
#footer .social-icons ul li a.dribbble:hover {
  background-color: #ff5b92;
}
#footer .social-icons ul li a.linkedin:hover {
  background-color: #036dc0;
}
#footer .social-icons ul li a.tumblr:hover {
  background-color: #ff6b00;
}

/* Loyalty Program */

.lp{

	text-align:center;
}

.lp-header{

	height: 65px;
}


.order-now{
	color: #1c85f1; 
	font-weight: bold; 
	font-size: 24px; 
	padding: 10px; 
	
}

.lp-img{
	 width: 168px;
	 height: 50px;
}

.lp-ul
{
 list-style:none;	
 padding-top:10px;
 padding-left:0;
}

.router-image{
    float: right;
    max-width: 300px;
    padding: 5px;
    display: block;
    font-size: small;
    font-weight: bold;
    text-align:center;
}


