/*
Theme Name: Subisu
Theme URI: http://kazistudios.com
Description: New theme for subisu website.
Version: 1.0
Author: Krishna Prajapati
Author URI: http://kazistudios.com
Author Email: krishna@kazistudios.com
*/

@font-face {
  font-family: Helvetica;
  src: url('fonts/Helvetica.ttf');
}
body{
	-webkit-font-smoothing: antialiased;
	color: #666666;
	font-family: Helvetica,Arial,sans-serif;
}
a {
	color: #e01b1b;
}
a, a:hover, a:focus, a:active {
	outline: none;
}
a:hover {
	color: #1F429B
}
a.readmore {
	color: #666;
	font-weight: bold;
}
h4, .h4 {
	font-size: 17px;
}
ul, ol {
	padding-left: 20px;
}
.content-inner strong.title,
.content-inner h4 {
	margin-top: 20px;
	display: block;
}
.clear {
	clear: both;
}
.table {
	margin-bottom: 10px;
	background: #fcfcfc;
}
div.table {
	background: none;
}
table tr th,
table tr:first-child td {
	background: #1742AE !important;
	color: #fff !important;
}
th, td {
	vertical-align: middle !important;
}
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('images/logo.png') 50% 50% no-repeat rgb(249,249,249);
	display: none;
}

/* for nav */
.navbar-collapse {
	position: relative;
}
.navbar {
	background: #fff;
	border: none;

	-webkit-transition: background 1s ease-in-out;
	-moz-transition: background 1s ease-in-out;
	transition: background 1s ease-in-out;
}
.logged-in .navbar {
	top: 32px;
}
.nav-container {
	background: #fff;
	-webkit-transition: background 1s ease-in-out;
	-moz-transition: background 1s ease-in-out;
	transition: background 1s ease-in-out;
}
.navbar.navbar-dark,
.nav-container-dark {
	background: #e1e1e1;/*f3f3f3*/
}
.navbar-brand {
	background: url('images/logo.png') no-repeat center 32px;
	height: 80px;
	width: 186px;
	position: relative;
	z-index: 1;
}
.navbar-brand h1 {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
ul.main-nav>li>a {
	font-size: 16px;
	color: #808080;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
ul.main-nav>li.current-menu-ancestor>a, ul.main-nav>li.current-page-ancestor>a {
	color: #0b225b;
}
.right-nav-toggle {
	display: none;
}
.navbar-default ul.right-nav>li>a {
	color: #7d7d7d;
	font-size: 11px;
}
.navbar-default ul.right-nav>li>a:hover {
	color: #283891;
}
li.dropdown {
  position: static;
}
.dropdown-menu {
  width: 100%;
  border: none;
  border-radius: 0;
  background: #e01b1b;

  -webkit-transition: all 0.25s ease-in-out 0.2s;
	-moz-transition: all 0.25s ease-in-out 0.2s;
	-o-transition: all 0.25s ease-in-out 0.2s;

	-webkit-box-shadow: none;
	box-shadow: none;
}
.disc {
	float: left;
	padding: 15px 35px;
	margin-right: 22px;
	visibility: hidden;
}
.dropdown-menu ul {
	list-style: none;
	padding: 20px 0;
	width: 60%;
}

.open .dropdown-menu ul {
	opacity: 1;
}
.dropdown-menu li {
	width: 230px;
	float: left;
}
.dropdown-menu li a {
	font-size: 13px;
	color: #fff;
	text-decoration: none;
}
.dropdown-menu li a:hover, .dropdown-menu li.current-menu-item a, .dropdown-menu li.current-page-ancestor a {
	color: #9a1111;
}
ul.navbar-nav.main-nav>li.open>a, ul.navbar-nav.main-nav>li.open>a:focus {
	background-color: #fff;
	color: #777;
}
ul.navbar-nav.main-nav>li.active>a:hover, ul.navbar-nav.main-nav>li.dropdown.curr>a {
	color: #fff;
	background-color: #e01b1b;
}
/*ul.navbar-nav.main-nav>li>a:hover {
	color: #fff;
	background-color: #CE1A1A;
}*/

li.child.menu-item-has-children > a {
	color: #9A1111;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
li.child.menu-item-has-children ul.sub-menu {
	padding: 0;
}
/*li.child.menu-item-has-children ul.sub-menu li a:before {
	content: '- ';
}*/

.entry-content .searchform {
	width: 300px;
}
.searchform {
	position: relative;
}
.searchform label {
	display: none;
}
.searchform input {
	background: #b1afaf;
	color: #fff;
	height: 30px;
	width: 100%;
	border: none;
	outline: none;
	padding: 0 10px;
}
#searchsubmit {
	width: 31px;
	border-left: 1px solid #fff;
	position: absolute;
	right: 0;
	top: 0;
	text-indent: -9999px;
	background: url('images/search.png') #b1afaf no-repeat center center;
	-webkit-transition: background .5s ease-in-out;
	-moz-transition: background .5s ease-in-out;
	transition: background .5s ease-in-out;
}
#searchsubmit:hover {
	background-color: #898989;
}
/* for nav */

/* for home page */
.slider {
	/* margin-bottom: 15px; */
}
.slider img {
	width: 100%;
	height: auto;
}
.nivo-directionNav {
	position: absolute;
	height: 33px;
	bottom: 0;
	width: 68px;
}
.nivo-prevNav, .nivo-nextNav {
	height: 33px;
	width: 33px;
	display: block;
	position: absolute;
	top: 0 !important;
	text-indent: -9999px;

	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.nivo-prevNav {
	background: url('images/slider-left.png') #e01b1b no-repeat center center;
}
.nivo-nextNav {
	background: url('images/slider-right.png') #e01b1b no-repeat center center;
}
.nivo-prevNav:hover, .nivo-nextNav:hover {
	background-color: #a11111;
}
.slide {
	width: 100%;
}
.services {
	position: relative;
	display: table;
	margin-bottom: 30px;
	padding-top: 20px;
	border-top: 1px dotted;
	width: 100%;
}
.home .services {
	padding-top: 0;
	border: none;
}
.services-title {
	position: absolute;
	/* bottom: 0; */
	top: 30px;
	margin: 0;
}
.service-box {
	width: 19%;
	float: right;
	margin-right: 1%;
	position: relative;
	text-align: center;
}
.service-box img {
	margin-bottom: 10px;
	/* width: 100%; */
}
.service-box.first {
	margin-right: 2%;
}
.service-box span {
	color: #DF1F25;
}

@media (max-width: 768px) {
	.service-box.first {
		margin-right: 0;
	}
}
.service-link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.home-promos {
	display: table;
	width: 100%;
	margin-bottom: 40px;
}
.promo-box {
	width: 24%;
	background: #ebebeb;
	float: right;
	margin-right: 1.3333%;
	position: relative;
}
.promo-box:first-child {
	margin-right: 0;
}
.promo-link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 1;

	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
	transition: background .5s ease-in-out,padding .5s ease-in-out;

}
/*.promo-box.active .promo-link {
	background: rgba(0, 0, 0, 0.4);
}*/
.promo-box img {
	width: 100%;
}
.promo-caption {
	display: none;
	height: 50px;
	display: table;
	position: relative;
	background: #ebebeb;
	z-index: 1;

	-webkit-transition: background .5s ease-in-out;
	-moz-transition: background .5s ease-in-out;
	transition: background .5s ease-in-out;
}
/*.promo-box.active .promo-caption {
	background: #e01b1b;
}
.promo-box.active .promo-caption h5 a {
	color: #fff;
	-webkit-transition: color .5s ease-in-out;
	-moz-transition: color .5s ease-in-out;
	transition: color .5s ease-in-out;
}*/
.promo-caption h5 {
	margin: 0;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	width: 100%;
}
.promo-caption h5 a {
	color: #636363;
	text-decoration: none;
	display: block;
	padding: 0 10px;
	font-weight: 300;
}
.promo-arrow {
	background: url('images/promo-arrow.png');
	position: absolute;
	top: -12px;
	z-index: 2;
	height: 18px;
	width: 28px;
	left: 25px;

	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.promo-box.active .promo-arrow {
	/*background: url('images/promo-arrow-red.png');*/
	top: -17px;
}

.home-bottom {
	background: #ebebeb;
	padding: 25px 0;
	display: table;
	width: 100%;
}
.bottom-promo-box.left, .bottom-promo-box.right {
	width: 24%;
}
.bottom-promo-box.middle {
	width: 52%;
}
.bottom-promo-box.left, .bottom-promo-box.middle {
	float: left;
}
.bottom-promo-box.right {
	float: right;
	padding: 0 30px;
}
.bottom-promo-box.left {
	padding-left: 30px;
}
.bottom-promo-box.left img {
	width: 100%;
}

.bottom-promo {
	width: 33.3333%;
	float: left;
	padding: 0 20px 0 40px;
}
.bottom-promo h4, .bottom-promo-box.right h4{
	text-transform: uppercase;
}
.bottom-promo h4 {
	line-height: 26px;
	margin-bottom: 15px;
}
.red-button {
	border: none;
	color: #fff !important;
	width: 115px;
	height: 30px;
	text-align: left;
	outline: none;
	padding: 8px 10px;
	background: url('images/button-arrow.png') #e01b1b no-repeat 97px center;
	font-size: 12px;

	-webkit-transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	transition: background .25s ease-in-out;
}
.red-button:hover {
	background-position: 100px center;
	text-decoration: none;
}
.wysija-paragraph {
	margin: 0;
}
.wysija-submit, .inquire-button .red-button {
	border: none;
	display: inline-block;
	color: #fff;
	width: 140px;
	height: 30px;
	text-align: left;
	outline: none;
	padding: 8px 10px;
	background: url('images/button-arrow.png') #e01b1b no-repeat 122px center;
	font-size: 12px;
	margin-top: 0 !important;

	-webkit-transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	transition: background .25s ease-in-out;
}
.wysija-submit:hover, .inquire-button .red-button:hover {
	background-position: 125px center;
}
.widget_wysija input[type="text"], .widget_wysija input[type="email"] {
	width: 100%;
	border: none;
	height: 33px;
	margin-bottom: 12px;
	padding-left: 10px;
	font-size: 12px;
	outline: none;
}
/* for home page */

/* for footer */
.footer {
	background: #283891;
	/* display: table; */
	width: 100%;
	position: relative;
	min-height: 150px;
}
ul.footer-menu {
	list-style: none;
	padding: 15px 40px 10px;
	margin-top: 15px;
	float: left;

	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	counter-reset: li;
}
@media (max-width: 768px) {
	ul.footer-menu {
		padding: 15px 20px 10px;
	}
}
ul.footer-menu li {
	margin-right: 40px;
}
ul.footer-menu li a {
	text-decoration: none;
	color: #6677da;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
ul.footer-menu li a:hover, ul.footer-menu li.current-menu-item a {
	color: #fff;
}

ul.social-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 15px;
	top: 15px;
}
ul.social-menu li {
	padding: 0;
	margin: 3px 0;
}
ul.social-menu li a {
	width: 28px;
	height: 28px;
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;

	-webkit-transition: background-image .3s ease-in-out;
	-moz-transition: background-image .3s ease-in-out;
	transition: background-image .3s ease-in-out;
}
li.facebook a {
	background-image: url('images/icon-facebook.png');
}
li.twitter a {
	background-image: url('images/icon-twitter.png');
}
li.youtube a {
	background-image: url('images/icon-youtube.png');
}
li.email a {
	background-image: url('images/icon-mail.png');
}
li.facebook a:hover {
	background-image: url('images/icon-facebook-white.png');
}
li.twitter a:hover {
	background-image: url('images/icon-twitter-white.png');
}
li.youtube a:hover {
	background-image: url('images/icon-youtube-white.png');
}
li.email a:hover {
	background-image: url('images/icon-mail-white.png');
}

.copyrite-text{	
  	padding-left: 20px;
}
@media (min-width: 768px) {
	.copyrite-text{	
	  	padding-left: 40px;
	}	 
}
.copyrite-text p{
	font-size: 12px;
  margin-top: 15px;
  text-align: left;
  color: #6677DA;
  margin-left: 0;
}
/* for footer */


/* for inner pages */
.banner {
	z-index: 3;
	position: relative;
}
.banner img {
	width: 100%;
	height: auto;
}
.menu-bar, .submenu-bar {
	min-height: 40px;
	background: #1742ae;
	z-index: 3;
	position: relative;
}
.submenu-bar {
	background: #0b225b;
}
ul.breadcrumb-nav, ul.breadcrumb-subnav {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.breadcrumb-nav li, ul.breadcrumb-subnav li {
	display: block;
	float: left;
	height: 40px;
}
ul.breadcrumb-nav li.current {
	background: #0b225b;
	font-weight: bold;
}
ul.breadcrumb-subnav li:hover a, ul.breadcrumb-subnav li.current a, ul.breadcrumb-subnav li.current_page_item a {
	color: #6fcef5;
}
ul.breadcrumb-subnav li a:hover, ul.breadcrumb-subnav li.current a, ul.breadcrumb-subnav li.current_page_item a {
	/*background: url('images/submenu-bg.png') no-repeat center top;
	background-size: 100% 6px;*/
}
ul.breadcrumb-nav li a, ul.breadcrumb-subnav li a {
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	display: block;
	padding: 12px 0;
	margin: 0 12px;
	text-transform: uppercase;
}
ul.breadcrumb-nav li.quote-button, ul.breadcrumb-subnav li.inquire-button {
	width: 200px;
	background: #9E9E9E;
	float: right;
	cursor: pointer;

	-webkit-transition: background .5s ease-in-out;
	-moz-transition: background .5s ease-in-out;
	transition: background .5s ease-in-out;
}
ul.breadcrumb-nav li.quote-button:hover, ul.breadcrumb-nav li.quote-button.active, ul.breadcrumb-subnav li.inquire-button:hover,  ul.breadcrumb-subnav li.inquire-button.active {
	background-color: #959595;
}
ul.breadcrumb-nav li.quote-button a, ul.breadcrumb-subnav li.inquire-button a {
	text-align: center;
	background: none;
}
.quote-button.active a, .inquire-button.active a {
	background: url(images/icon-cross.png) no-repeat 95% center !important;
}
.page-content {
	padding-top: 35px;
	position: relative;
}
.main-content ul {
	padding-left: 18px;
}
.main-content {
	width: 100%;
	float: left;
	padding-bottom: 100px;
}
.content-inner {
	padding-right: 230px;
	/* text-align: justify; */
}
.content-inner img {
	margin: 20px 0;
}
.sidebar {
	float: right;
	width: 200px;
	/*min-height: 500px;*/
	/*background: #f0f0f0;*/
	/* padding: 0 30px; */
	color: #898989;
	font-size: 12px;
}
.sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sidebar ul li {
	line-height: 14px;
	border-bottom: 1px solid #d3d3d3;
}
.sidebar ul li a {
	background: url(images/icon-arrow.png) no-repeat right 8px;
	color: #666;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 15px;
}
.sidebar ul li.current_page_item a, .sidebar ul li a:hover {
	background-image: url(images/icon-arrow-hover.png);
	/* color: #333; */
	color: #E01B1B;
}
.sidebar ul li:first-child a {
	background-image: none;
	color: #1f429b;
}
.sidebar ul li.parent {
	/* border-bottom: 1px solid; */
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}
.main-content h6, .main-content h5, /* .main-content h4, */ 
.main-content h3, .main-content h2, .main-content h1 {
	color: #1f429b;
}
.main-content h3 {
	margin-bottom: 20px;
	margin-top: 0;
}
.main-content h4 {
	color: #E01B1B;
}
.main-content img {/* removed for google map icon */
	/* max-width: 100%;
	height: auto; */
}
.main-content .sidebar img {
	max-width: 200px;
}
h3.page-title {
	font-size: 21px;
	color: #cf0c0c;
	font-weight: 300;
	margin-top: 0;
}
.main-content a {
	/* color: #cf0c0c; */
	text-decoration: none;
}
.title-bar {
	/* background: #e2dfdf; */
	padding: 6px 0px;
	margin-top: 0;
}
.title-bar-2 {
	margin-top: 60px;
	margin-bottom: 20px;
}
.right-bar {
	width: 20%;
	float: left;
	border-right: 1px solid #ccc;
}
.center-bar {
	width: 80%;
	float: right;
}
ul.channel-cats {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.channel-cats li a {
	display: block;
	color: #666666;
	padding: 3px 12px;
	border-right: 4px solid #fff;
	-webkit-transition: all .3s ease-in .2s;
	-moz-transition: all .3s ease-in .2s;
	transition: all .3s ease-in .2s;
}
ul.channel-cats li.active a {
	background: #ebebeb;
	border-right: 4px solid #ec2026;
}
ul.channel-cats li a:hover {
	background: #f5f5f5;
	border-right: 4px solid #ec2026;
}
.center-content {
	width: 80%;
	float: right;
	position: relative;
}
.channel-grid {
	margin: 0 30px;
	/*position: absolute;*/
	left: 0;
	width: 100%;
	padding-right: 60px;
	display:  none;
}
.channel-grid.active {
	display: block;
}
.channel-box {
	width: 90px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 78px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border: 1px solid #ccc;

	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
}
/*.channel-box:nth-child(6n+0) {
	margin-right: 0;
}*/
ol.channels {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	padding-left: 0;
	
    counter-reset:li; /* Initiate a counter */
}
@media (max-width: 1200px) {
	ol.channels {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		padding-left: 0;
		counter-reset: li;
	}
}
@media (max-width: 480px) {
	ol.channels {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		padding-left: 0;
		counter-reset: li;
	}
}
ol.channels > li {
    position:relative; /* Create a positioning context */
    list-style:none; /* Disable the normal item numbering */
    margin-left: 27px;
}
ol.channels > li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;   
    left:-2em;
    width:2em;

}
/* for inner pages */



/* for quote form */
.quote-form, .inquiry-form {
	background: #959595;
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	color: #fff;
	font-size: 13px;
	padding: 30px 37px;
	z-index: 2;
}
.quote-form h3, .inquiry-form h3 {
	margin-top: 0;
}
.quote-form .column1, .inquiry-form .column1 {
	width: 47%;
	float: left;
}
.quote-form .column2, .inquiry-form .column2 {
	width: 47%;
	float: right;
}
.inquiry-form-home {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	background: rgba(0,0,0,0.5);
}
.inquiry-form-home .inquiry-form {
	position: fixed;
	right: 50%;
	margin-top: 20px;
	margin-right: -30%;
	z-index: 9999;
}
@media (max-width: 480px) {
	.quote-form .column1, .inquiry-form .column1, .quote-form .column2, .inquiry-form .column2 {
		width: 100%;
	}

}
.quote-form input, .quote-form textarea, .inquiry-form input, .inquiry-form textarea {
	color: #666;
	outline: none;
	width: 100%;
	padding: 5px;
}
.quote-form input, .inquiry-form input {
	height: 30px;
}
.quote-form textarea, .inquiry-form textarea {
	height: 100px;
}
.checkbox input {
	width: 20px;
	height: 20px;
	background: #fff;
	border: none;
	border-radius: 0;
	margin-top: -1px;
}
.checkbox input[type=checkbox]:after {
  content: " ";
  background-color: #fff;
  display: inline-block;
  visibility: visible;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.checkbox input[type=checkbox]:checked:after {
  content: "\2714";
  text-align: center;
  padding-top: 3px;
}
span.wpcf7-form-control-wrap {
	top: 4px;
}
span.wpcf7-list-item {
	margin-left: 0 !important;
	margin-right: 10px;
}
span.wpcf7-list-item label {
	height: 26px;
	width: 31%;
}
.button input, .viewrates, .btn {
	border-radius: 0 !important;
	width: initial;
	background: #1742AE;
	border: none;
	color: #fff !important;
	font-size: 14px;
	padding: 5px 10px;
}
.form-element {
	margin-bottom: 13px;
}
/* for quote form */


/* for cable tv coverage area */
.area-detail {
	display: none;
}
.area-detail td, .area-detail th {
	padding: 5px;
	border: 1px solid #ccc;
}


/* for faq page */

.faq-sidebar {
	background-color: #fff;
	padding: 0;
}
.faq-sidebar-text {
	width: 55%;
	float: left;
	font-size: 15px;
	line-height: 16px;
	margin-top: 25px;
	margin-left: 20px;
}
.faq-sidebar-text h4 {
	color: #1947ba;
	margin-bottom: 5px;
	margin-top: 0;
}
.faq-sidebar-text h4.bold {
	font-weight: bold;
}
.faq-sidebar-text p {
	margin-bottom: 5px;
}
.faq-sidebar-image {
	float: right;
}



/* news page */
.news h5 {
	margin-bottom: 0;
	font-size: 16px;
}
.single-news {
	margin-bottom: 20px;
}


/* for map */
#map-canvas { 
  width: 100%;
  height: 480px;
  margin-bottom: 30px;
}

#setting
{ 
  visibility: hidden;
  float: left; 
  position: absolute;
  top: 25px;  
  right: 5px; 
  padding: 5px;
  overflow-x: hidden;
  overflow-y: hidden;
  display: inline-block;
  z-index: 999;
  background: #969696;
  border-radius: 5px;
  opacity:0.9;
}

#cable {
  color: #E70200;
  font-weight: bold;
}
#fiber {
  color: #3E4094;
  font-weight: bold;
}
#wireless {
  color: #38761D;
  font-weight: bold;
}
img.aligncenter {
	margin: 0 auto; display: block;
}

ol.faqs {
	margin: 0;
	padding: 0;
	padding-left: 0px;
	margin-bottom: 30px;
}
.faqs > li {
	list-style: none;
	margin-bottom: 10px;
}
.faqs > li a {
	margin-bottom: 10px;
}
.faqs li a:hover {
	color: #E01B1B;	
}
.faq-question a {
	color: #0b225b;
}
.faq-answer {
	margin-bottom: 15px;
	display: none;
}


.partner-list {
	/* -webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3; */
}
.partner-box a {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.partner-box {
	height: 140px;
	float: left;
	margin-right: 20px;
}
.partner-box a img {
	border: 1px solid #ccc;
	padding: 10px;
}


.table-drop {
	display: none;
}


.addresses {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  padding-left: 0;
  counter-reset: li;
}
/* promotion */
.promotion {
	background: #D1D6F9;/* #f2f2f2; */
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 20px;
}
.promotion a {
	color: #000;
}
.promotion a:hover {
	text-decoration: none;
}
.accordion .tab-head {
	line-height: 24px;
	margin-bottom: 20px;
}
.accordion .table {
	margin-bottom: 30px;
}
.accordion .viewrates {
	display: inline-block;
	margin-top: 10px;
}
.page-id-561 .sidebar, /* data-center-solutions */
.page-id-543 .sidebar /* managed-hosting-solutions */ {
	display: none;
}
@-moz-document url-prefix() {
/* style only for firefox */
  .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
		position: inherit;
		float: left;
	}
}
@media (max-width: 1200px) {
	.addresses {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		padding-left: 0;
		counter-reset: li;
	}
}
@media (max-width: 480px) {
	.addresses {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		padding-left: 0;
		counter-reset: li;
	}
}
.addresses li {
  /* margin-left: 20px; 40px for chrome*/
  text-align: left;
  list-style-position: inside;
}

.cleartv-link div {
	font-size: 14px;
	padding-bottom: 10px;
}
.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td,
table td {
	padding: 4px 5px;
}
table {
	width: 100%;
}
table tr > td {
	border: 1px solid #ddd;
}
table tr:hover {
	/* background-color: #f5f5f5; */
}
a.drop {
	cursor: pointer;
}
.downloads li {
	margin-bottom: 5px;
}
.downloads a {
	color: #666;
}
.icon-close a {
	background: url(images/icon-cross.png) no-repeat 0 0;
	display: inline-block;
	height: 11px;
	width: 12px;
	text-indent: -9999px;
	position: absolute;
	right: 30px;
}

.page-id-756 .quote-button,/* current offer */
.page-id-67 .quote-button {/* customer care */
	/* display: none; */
}
span.wpcf7-list-item label {
width: 100%;
}
#wpcf7-f1629-p89-o1 p{
font-weight:bold;
}

#jobs {
width: 98%
}
#wpcf7-f1629-p1634-o1 {
background-color: #ccc;
padding: 20px;
margin-top:-10px;
}
.page-id-1634 .page-content {
padding-top:0;
}
.page-id-1634 .content-inner>h3 {
display:none;
}
.page-id-1634 ul.breadcrumb-nav li.current {
background:#ccc;
}
.page-id-1634 ul.breadcrumb-nav li.current a{
color:#000;
}

.chosen-container {
min-width: 60px;
}
.chosen-container-single .chosen-single {
padding-left: 6px !important;
}
.page-id-1634 .content-inner {
padding-right: 0 !important;
}