@charset "UTF-8";
/* CSS Document */
body {
	font-family:'Lato', Arial, Helvetica, sans-serif !important;
	font-size:14px;
	color:#666666;
}
a,
a:hover,
a:focus,
a:active {
	color:#eb6e1f;
}
a.spotlight-link, button.spotlight-link {
	border-color: #eb6e1f;
	background: #eb6e1f;
}
a.spotlight-link:hover, button.spotlight-link:hover {
	border-color: #124a86;
	background: #124a86;
}

h1, h2, h3, h4 {
	font-family:'Lato', Arial, Helvetica, sans-serif !important;
	margin:0;
}
h1 {
	font-size:48px;
	line-height:1.3em;
	font-weight: 300;
}

h2, #int-content h2.bri-bigger {
	font-size:36px !important;
	line-height:1.2em;
	font-weight: 300;
}
#int-content h2.bri-bigger img {
	margin:0 auto 7px auto;
	display:block;
}
#int-content h2 {
	font-size:22px !important;
}
#int-content h2 span {
	font-size:18px !important;
	color:#eb6e1f !important;
}
#int-content h2.form-section {
	display:block;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	padding:7px;
	margin-bottom:30px;
	margin-top:30px;
}

#int-content h3.form-section {
	display:block;
	border-bottom:1px solid #e6e6e6;
	padding:7px;
	margin-bottom:30px;
	margin-top:30px;
}
.h2-webcam-intro {
	font-size: 28px !important;
	font-weight:400;
}
h3 {
	font-size:20px;
	line-height:1.3846em;
	font-weight: 400;
	margin-bottom: 20px;
}
h4 {
	font-size:18px;
	line-height:1em;
	font-weight: 400;
}
.bri-blue {
	color:#124a86;
}
.bri-green-incart {
	color:#008000;
	border-style: dashed;
	padding: 20px;
}
.lighten-up {
	font-weight:300;
}
p {
	line-height:24px;
	margin:15px 0;
	font-weight:400;
}
strong {
	font-weight:700;
}
/*------------------------------
 GLOBAL STRUCTURE
--------------------------------*/

#nav-header {
	position:fixed;
	z-index:9000 !important;
	width:100%;
	min-height:110px;
}
.anchor{
 display: block;
    position: relative;
    top: -165px; /* height of sticky navigation */
    visibility: hidden;
}
@media (min-width: 992px) {

.flexit {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;        /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;     /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */

}
.fill-height-or-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fill-height-or-more > div, .fill-height-or-more > a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
}

.topMessage {
  font-size: 20px;
  text-align: center;
  color: white;
}
/*------------------------------
 VIDEO BACKGROUND
--------------------------------*/
#video_bck {
	height:100%;
	left:0;
	margin:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:1;
	overflow:hidden;
}
#page-content{
	position:absolute;
	z-index:10;
	width:100%;
}
.showit {
	display:block !important;
}
.hideit {
	display:none !important;
}
.poster-image {
	/*background-image: url('../brimages/450x300.png');*/
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		-ms-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
	width: 100%;
	height: 100%;
	z-index: -1 !important;
	backface-visibility: hidden;
	background-position: center center;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
}

/*------------------------------
 BACKGROUND COLORS & GRADIENTS
--------------------------------*/
.lightBlueBG {
	background-color:#eff6fe;
}
.blueBG {
	background-color:#124a86;
}
.whiteBG {
	background-color:#fff;
}
.orangeBG {
	background-color:#e96e38;
}
.greenBG {
  background-color:#008000;
}
.lightGreenBG {
  background-color:#2ec77e;
}
.orangeBG {
  background-color:#eb6e1f;
}
.redBG {
  /*background-color:#ff3b3b;*/
 /* background-color:#e12929;*/
 background-color:#dc1919;
}
.yellowBG {
	background-color:#f7d539;
}
.white-tileBG {
	background-image:url(../brimages/BG-white-tile.gif);
	background-repeat:repeat;
	background-position:center center;
	background-color:#fff;
}
.BGdashboard {
	background: url(../brimages/BG-dashboard.jpg) no-repeat center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
 	background-size: cover;
 	position:relative;
	margin-top:-1px;
}
.BGtestimonials {
	background: url(../brimages/BG-testimonials.jpg) no-repeat center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.BGframeworks {
	background: url(../brimages/BG-frameworks.jpg) no-repeat center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;

}
.BG-green-data {
	background: url("../brimages/BG-green-data.jpg") no-repeat center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;

}
/*------------------------------
 ARROWS
--------------------------------*/
.arrow {
	width: 0;
	height: 0;
	border-left: 38px solid transparent;
	border-right: 38px solid transparent;
	position:absolute;
	bottom:-37px;
	left:50%;
	margin-left: -38px;
}
.arrow-down-white {
	border-top: 38px solid #fff;
}
.arrow-down-liteBlue {
	border-top: 38px solid #299dd5;
}
.arrow-down-liteBlue span, .arrow-down-medBlue span, .arrow-down-orange span, .arrow-down-blue span, .arrow-down-green-data span {
	display:none;
}
.arrow-down-medBlue {
	border-top: 38px solid #1f86bf;
}
.medBlueBG {
	background-color:#1f86bf;
}
.arrow-down-blue {
	border-top: 38px solid #124a86;
}
.arrow-down-green-data {
	border-top: 38px solid #008000;
}
.arrow-bar.blueBG h2 {
	color:#88b6e6 !important;
}
.arrow-bar {
	text-align:center;
	position:relative;
	clear:both;
	margin-top:-1px;
}
.arrow-bar h2 {
	color:#fff;
    display:inline-block;
	margin:20px auto;
	font-size:40px;
}
.arrow-down-orange {
	border-top: 38px solid #e96e38;
}

/*------------------------------
 BUTTONS
--------------------------------*/
.btn {
	-webkit-border-radius: 0px;
 	-moz-border-radius: 0px;
  	border-radius: 0px;
   	text-transform:none;
}
.btn-bri, a.btn-bri {
    background-color: #eb6e1f;
    border-color: #eb6e1f;
    color: #fff;
	font-weight:700;
	font-size:0.857em /*12px*/;
}

h2 .btn-bri, h2 a.btn-bri {
	font-size:1em /*12px*/;
	font-weight:400;
}
.btn-bri:hover, .btn-bri:focus, .btn-bri:active, .btn-bri.active, .open .dropdown-toggle.btn-bri {
    background-color: #eb6e1f;
    border-color: #eb6e1f;
    color: #fff;
}

.btn-renew, .btn-expire, .btn-nevermind {
  width: 100px;
}

.btn-green, a.btn-green {
    background-color: #4CAF50; /* Custom green */
    border-color: #4CAF50;
    color: white;
}

.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green {
  	background-color: #45a049; 
  	border-color: #45a049;
    color: white;
}

.domain-cell {
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
}

.default-row, .renew-row, .expire-row {
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 1);
}

.btn-hosting, .btn-hosting {
	background-color: transparent;
    border-color: transparent;
	border:0px !important;
    color: #fff !important;
	width:100%;
}
.btn-hosting:hover, .btn-hosting:focus, .btn-hosting:active, .btn-hosting.active, .open .dropdown-toggle.btn-hosting {
	background-color: #eb6e1f;
    border-color: transparent;
	border:0px !important;
    color: #fff !important;
}
.green-spotlight .btn-hosting:hover, .green-spotlight .btn-hosting:focus, .green-spotlight .btn-hosting:active, .green-spotlight .btn-hosting.active, .green-spotlight .open .dropdown-toggle.btn-hosting {
	background-color: #124a86;
    border-color: transparent;
	border:0px !important;
    color: #fff !important;
}
.spotlight-link {
	margin-top:0px;
	padding: 7px 15px;
}
.btn-search-footer, a.btn-search-footer {
    background-color: #fff;
    border-color: #fff;
    color: #666;
}
.btn-search-footer:hover, .btn-search-footer:focus, .btn-search-footer:active, .btn-search-footer.active, .open .dropdown-toggle.btn-search-footer {
    background-color: #fff;
    border-color: #fff;
    color: #666;
}
.btn-pill {
	-moz-border-radius: 30px !important;
	-webkit-border-radius: 30px !important;
	border-radius: 30px !important;
	position:relative;
	background-color:#fff;
	margin-top:375px;
	padding:7px 30px;
	text-transform:none;
	font-size:24px;
}
.btn-pill:hover, .btn-pill:focus, .btn-pill:active, .btn-pill.active, .open .dropdown-toggle.btn-pill {
    color: #124a86;
}
.gradient.btn-blueGrad, a.gradient.btn-blueGrad {
	background: #4e89c0; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRlODljMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNzcwOWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

	background: -moz-linear-gradient(top,  #4e89c0 0%, #37709f 100%); /* FF3.6-15 */

	background: -webkit-linear-gradient(top,  #4e89c0 0%,#37709f 100%); /* Chrome10-25,Safari5.1-6 */

	background: linear-gradient(to bottom,  #4e89c0 0%,#37709f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e89c0', endColorstr='#37709f',GradientType=0 ); /* IE6-8 */

	border-color: transparent !important;
    color: #fff;
	text-transform:uppercase;
}
.gradient.btn-blueGrad:hover, .gradient.btn-blueGrad:focus, .gradient.btn-blueGrad:active, .gradient.btn-blueGrad.active, .open .dropdown-toggle.btn-blueGrad.gradient {
	background: #37709f; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM3NzA5ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZTg5YzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

	background: -moz-linear-gradient(top,  #37709f 0%, #4e89c0 100%); /* FF3.6-15 */

	background: -webkit-linear-gradient(top,  #37709f 0%,#4e89c0 100%); /* Chrome10-25,Safari5.1-6 */

	background: linear-gradient(to bottom,  #37709f 0%,#4e89c0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37709f', endColorstr='#4e89c0',GradientType=0 ); /* IE6-8 */

	border-color: transparent !important;
    color: #fff;
}
.btn-bio {
	font-size:18px;
	width:100%;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	margin-top:50px;
}
.btn-bio .img-responsive {
	margin:15px auto 0 auto;
}
.btn-icon img {
	margin-right:10px;
}
.btn-icon {
	margin-left:40px;
	margin-right:40px;
	padding-top:10px;
	padding-bottom:10px;
	line-height:32px;
}
.button-containers {
	margin-top:75px;
	text-align:center;
}
ul.webcam-btn-block li a, 
p.ss-btn-block a {
  font-size: 15px;
  padding: 15px 30px;
}

/* Center buttons with reduced space */
ul.webcam-btn-block {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 10px 0;
  gap: 10px; /* Reduced space between buttons */
}

ul.webcam-btn-block li {
  display: inline-flex;
}

/* Adjust layout for small screens */
@media (max-width: 595px) {
  ul.webcam-btn-block {
    flex-direction: column;
    width: 100%;
    gap: 10px; /* Consistent small gap */
  }

  ul.webcam-btn-block li {
    width: 100%;
  }

  ul.webcam-btn-block li .btn {
    width: 100%;
  }
}

/* Adjust layout for larger screens */
@media (min-width: 596px) {
  ul.webcam-btn-block {
    flex-direction: row;
  }

  ul.webcam-btn-block li {
    float: none;
  }

  ul.webcam-btn-block li:nth-child(2) {
    margin-left: 10px; /* Reduced margin between buttons */
  }
}

/*------
 SLIDERS
 -------*/
.switch {
  margin-top: 20px;
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}
.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #219712;
  /*background-color: #124a86;*/
  /*background-color: #eb6e1f;*/
}

input:focus + .slider {
  box-shadow: 0 0 1px #124a86;
  /*box-shadow: 0 0 1px #eb6e1f;*/
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*------------------------------
 WEBCAM POPUP/BLUE BAR
--------------------------------*/

#nav-header .blueBG {
	min-height:50px;
}
#blueBG-left, #blueBG-right {
  -moz-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
#blueBG-left img{
 margin-top:-12px;
}
#blueBG-right {
 margin-top:14px;
}
#blueBG-right, #blueBG-right-cart {
	text-align:right;
}
a#cart-popup {
	display:inline-block;
	height:50px;
	/*line-height:50px;*/
	color:#fff;
	font-weight:700;
	font-size:14px;
	padding:14px 18px;
	margin-right:2px;
	}
a#whatcha-watchin {
	margin:auto;
}
a#sign-me-up {
	display:inline-block;
	height:35px;
	line-height:35px;
	color:#fff;
	font-weight:700;
	font-size:12px;
	padding-left:33px;
	padding-right:33px;
	}
a#whatcha-watchin {
	display:inline-block;
	height:50px;
	line-height:20px;
	color:#fff;
	font-weight:700;
	font-size:12px;
	padding-left:33px;
	padding-right:33px;
	position:relative;
}
#whatcha-watchin-txt{
	/*display:inline-block;
	position:absolute; 
	top:15px; 
	right:0; 
	width:100%;*/
	display:inline-block;
	margin-top:20px;
}
a#sign-me-up {
position:relative;
padding-left:62px;
}
a#sign-me-up span.sup-icon {
	position:absolute;
	bottom:4px;
	left:35px;
	font-size:26px;
}
a#sign-me-up .caret-right {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  margin-bottom:2px;
  vertical-align: middle;
  border-top: 4px solid transparent;
  border-right: 0 dotted;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #fff;
}
a#whatcha-watchin .caret {
	border-color: #fff transparent;
}

#whatcha-watchin-block .close-this, #cart-popup-block .close-this {
	font-size:15px;
	position:absolute;
	right:10px;
	top:5px;
	z-index:6;
}
#whatcha-watchin-block .close-this a:hover, #cart-popup-block .close-this a:hover {
	cursor:pointer;
}
#whatcha-watchin-block {
	background-image:url(../brimages/BG-webcam-info.png);
	background-repeat:repeat;
	border:2px solid #124a86;
	border-top:0px;
	color:#124a86;
	overflow:hidden;
	/*position: relative;
	z-index:4; */
	/*display:none;*/
	padding-left:15px;
	padding-right:15px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	background-color:transparent;
	margin-top:0px;
	text-align:center;
}

#whatcha-watchin-block h3 {
	color:#eb6e1f;
}
#whatcha-watchin-block h3 span {
	font-size:0.857em;
	display:block;
}
#whatcha-watchin-block .btn {
	width:100%;
}
#cart-popup-block {
	background-image:url(../brimages/BG-webcam-info.png);
	background-repeat:repeat;
	border:2px solid #124a86;
	border-top:0px;
	color:#124a86;
	overflow:hidden;
	/*position: relative;
	z-index:4; */
	/*display:none;*/
	padding-left:15px;
	padding-right:15px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	background-color:transparent;
	margin-top:0px;
	text-align:center;
	padding-top:20px;
	min-width:300px;
}
#cart-popup-block .cart-item {
	color:#008000;
	font-size:16px;
	text-align:left;
	padding:15px;
	border-bottom:2px solid #e0e0e0;
	position:relative;

}
#cart-popup-block .cart-divit {
	border-bottom:2px solid #e0e0e0;
	margin:15px -15px;

}
#cart-popup-block .cart-item span.cart-price {
	color:#666;
	font-size:14px;
	display:block;
}
#cart-popup-block .cart-item span.add-on-label {
	color:#124a86;
	font-weight:700;
}
#cart-popup-block .cart-item a.mod-link {
	color:#999;
	font-size:12px;
	text-decoration:underline;
	display:inline-block;
	margin-left:7px;
	font-style:normal;
}
#cart-popup-block .cart-item a.remove-link {
	font-size:18px;
	font-weight:300;
	color:#999;
	position:absolute;
	top:13px;
	right:5px;
}
#cart-popup-block .proceed-info h3 {
	color:#eb6e1f;
	margin-bottom:7px;
	line-height:22px;
	font-size:18px;
}
#cart-popup-block .proceed-info {
	padding:15px 15px 7px 15px;
}
#cart-popup-block .proceed-info a {
	color:#124a86;
}
#cart-popup-block .btn {
	width:100%;
}
.cart-domain-list {
	margin:0;
	padding:0;
}
.cart-domain-list li {
	list-style:none;
	color:#124a86;
	font-style:italic;
	font-size:14px;
}
/*------------------------------
 HOMEPAGE
--------------------------------*/
#homepage, #intpage{
	position: relative;
	padding: 130px 0 20px 0;
	border-bottom:26px solid #124a86;
}
.intro h3 , .int-intro h3{
	padding-left:15%;
	padding-right:15%;
}
a.callout-block {
	display:block !important;
	padding:20px;
	margin-bottom:30px;
	min-height:230px;
}
a.callout-block p, a.callout-block h3 {
	color:#fff !important;
}
#icon-get-started {
	position:absolute;
	background-image:url(../brimages/icon-get-started.png);
	background-repeat:no-repeat;
	width:399px;
	height:369px;
	top:-369px;
	left:50%;
	margin-left: -200px;
}

img#icon-dashboard {
	margin:0 60px 40px 60px;
}
#frameworks a {
	display:inline-block;
	padding:20px;
	width: 70%;
	background-color:#fff;
	margin:0 auto 30px auto;
	-webkit-box-shadow: 1px 1px 3px #ccc;
  	-moz-box-shadow:    1px 1px 3px #ccc;
  	box-shadow:         1px 1px 3px #ccc;
  	text-decoration:none;
}
#frameworks a h4 {
	margin-top:10px;
	font-size:18px;
	color:#1f86bf;
	font-weight:400;
}
#logo {
	display:inline-block;
	margin:20px 0;
}
#clients .row div a {
	margin-top:50px;
	margin-bottom:30px;
	display:inline-block;
}

#secondary-nav {
	margin:0;
	padding:0;
	float:right;
	clear:both;
}
#secondary-nav li {
	list-style:none;
	display:inline-block;
	margin-left:7px;
}
.spotlight-link {
    margin-top: 0px !important;
}
#homepage, #intpage, #socializeit, #customer-support {
	background:url(../brimages/video-overlay.png) repeat;
}

#dashboard h2, #customer-support h2, #socializeit h2{
	color:#fff;
	margin-bottom:30px;
}
#dashboard h2 {
	text-align:left;
}
#dashboard {
	min-height:685px;
	padding-bottom:40px;
}
#services-grid {
	margin-top:20px;
}
#services h2 {
	color:#003d7d;
}
#services h2 span{
	font-size:24px;
	display:block;
}
#quote-block {
	padding-left:15%;
	padding-right:15%;
}
#quote-block::before {
	content:"";
	background-image:url(../brimages/icon-quote-left.png);
	background-repeat:no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
	background-size:cover;
	width:110px;
	height:87px;
	float:left;
	position: absolute;
  	top: -25px;
  	left: 0px;
}
#quote-block::after {
	content:"";
	background-image:url(../brimages/icon-quote-right.png);
	background-repeat:no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
	background-size:cover;
	width:111px;
	height:88px;
    float:right;
	position: absolute;
  	top: -25px;
  	right: 0px;
}
.client-name {
	margin-top:15px;
}
.testimonial h3, .client-name h3 {
	font-style:italic;
	font-size:26px;
	color:#fff;
}
.testimonial h3::before {
	content:open-quote;
}
.testimonial h3::after {
	content:close-quote;
}
.socialize-icon {
	font-size:60px;
	color:#fff;
	display:inline-block;
	margin-left:5px;
	margin-right:5px;
}
.socialize-icon span {
	display:none;
}

@media (min-width: 992px) {
.pos-rel {
		position:relative;
}
nav {
	position:absolute !important;
	bottom:0 !important;
	right:0;
	height:50px;
	margin-bottom:0px !important;

}
.navbar-default {
	background:transparent;
	border-color:transparent;
    -webkit-border-radius: 0px;
  	-moz-border-radius: 0px;
 	border-radius: 0px;
   	-moz-box-shadow:    none;
  	-webkit-box-shadow: none;
  	box-shadow:         none;
}
ul.nav > li {
	padding: 7px 15px;
}

ul.nav > li > a {
	color:#eb6e1f !important;
	font-size:18px;
	font-weight:400;
	padding:0;
	text-transform:uppercase;
}
ul.nav > li > a:hover {
	color:#124a86 !important;
	font-size:18px;
	font-weight:400;
	padding:0;
	text-transform:uppercase;
}
	

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
	color:#124a86;
	background-color: transparent;
}
/*---THIRD LEVEL STYLES---*/
	
.navbar-default .navbar-nav > li.dropdown.active {
	background-image:none !important; 
	background:transparent !important;
}
.navbar-default .navbar-nav > li.dropdown.active > a.dropdown-toggle {
	color:#124a86 !important;
	background:transparent !important;
}
.navbar-default .navbar-nav > .active > a{
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) !important;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) !important;
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) !important;
}
.navbar-nav > li.dropdown:nth-child(1) > .dropdown-menu {
    min-width: 238px; 
}
	ul.bri-third-level {display:block; margin:0; padding: 0;}
	ul.bri-third-level > li {list-style:none; font-size:1em; display:block;}
	ul.bri-third-level > li > a {
  	display: block;
  	padding: 3px 20px 3px 40px;
  	clear: both;
  	font-weight: normal;
  	line-height: 1.42857143;
  	color: #eb6e1f;
  	white-space: nowrap;
}
ul.bri-third-level > li > a:hover,
ul.bri-third-level > li > a:focus {
  	color: #124a86;
  	text-decoration: none;
  	background-color: #f5f5f5;
}
ul.bri-third-level > .active > a,
ul.bri-third-level > .active > a:hover,
ul.bri-third-level > .active > a:focus, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  	color: #124a86;
  	text-decoration: none;
  	background-color:#f5f5f5;
  	/*background-color: #428bca;*/
  	outline: 0;
	background-image: linear-gradient(to bottom,#ebebeb 0,#f3f3f3 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff3f3f3',GradientType=0);
	-webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,0.075);
	box-shadow: inset 0 3px 9px rgba(0,0,0,0.075);
}
.dropdown-menu > .active > a {
  	color: #124a86;
  	text-decoration: none;
  	background-color:#f5f5f5;
  	/*background-color: #428bca;*/
  	outline: 0;
	font-weight:bold;
	background-image: none;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffffffff',GradientType=0);
	-webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,0);
	box-shadow: inset 0 3px 9px rgba(0,0,0,0);
}
/*------------------------------
 DROPDOWN
--------------------------------*/
.dropdown-menu > li > a {
  	display: block;
  	padding: 3px 20px;
  	clear: both;
  	font-weight: normal;
  	line-height: 1.42857143;
  	color: #eb6e1f;
  	white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  	color: #124a86;
  	text-decoration: none;
  	background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  	color: #124a86;
  	text-decoration: none;
  	background-color:#f5f5f5;
  	/*background-color: #428bca;*/
  	outline: 0;
}
}
/*------------------------------------------
INTPAGE
-------------------------------------------*/
.shadowit {
	-webkit-box-shadow: 0px 0px 10px rgba(88,124,154,0.2);
  -moz-box-shadow:    0px 0px 10px rgba(88,124,154,0.2);
  box-shadow:        0px 0px 10px rgba(88,124,154,0.2);
}
#int-content {
	margin-top:30px;
	padding:30px;
	/*overflow:auto;*/
}
.int-intro h1, .int-intro h2, .int-intro, .intro{
	color:#fff !important;
}
.int-intro.video-version {
    padding: 100px 0 572px 0 !important;
    text-align: center !important;
}
.int-intro.video-version h1 {
	margin-bottom:15px !important;
}
#int-content-container {
/*	top:-522px;
	z-index:8000;
	position:relative;
	margin-bottom:-522px; */
	border-top:13px solid #eb6e1f;
	padding:50px 75px;
/*	min-height:1157px;*/

}
#int-content-overlap {
	top:-522px;
	z-index:8000;
	position:relative;
	margin-bottom:-522px;
/*	border-top:13px solid #eb6e1f;*/
	min-height:1157px;
	width:100%;
	/*min-height:2000px;*/
	overflow:hidden;
}
#int-content-novid {
	margin-top:161px;
}
#int-content-novid #int-content-container {
	border-top:0px solid #eb6e1f;
}
#int-content-container #int-bri-blue-block {
	padding-left:0;
	padding-right:0;
	margin-left:-15px;
	margin-right:-15px;
}
#int-content-container #int-bri-blue-block > div{
	padding-left:0;
	padding-right:0;
}
#int-content-container #int-bri-blue-block > div.standard-intro, #hosting-disclaimer {
	padding-left:65px;
	padding-right:65px;
}
#int-content-container #int-bri-blue-block > div.hosting-intro {
	/*padding-left:240px;
	padding-right:240px;
	padding-top:50px;
	padding-bottom:75px;*/
	padding-left:40px;
	padding-right:40px;
	padding-top:15px;
	padding-bottom:40px;
}
.services-row {
	margin-left:-30px;
	margin-right:-30px;
	margin-bottom:50px;
}

.service-callout-block a.more .arrow-down {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	display:inline-block;
	margin-bottom:2px;
	margin-left:3px;
}
.service-callout-block {
	background-color:#eff6fe;
	text-align:center;
	position:relative;
	padding-bottom:20px;
	padding-top:15px;
	min-height:210px;
}

.service-callout-block a.more-icon {
	margin-bottom:15px;
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
}
.service-callout-block a.more {
	background-color:#124a86;
	display:block;
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	color:#fff;
}
.service-callout-block a.more:hover {
	background-color:#eb6e1f;

}

/*------------------------------------------
PRICING
-------------------------------------------*/

.gradient.liteBlueGrad {

	background: #79c2ec; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc5YzJlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NDhlYzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

	background: -moz-linear-gradient(top,  #79c2ec 0%, #548ec0 100%); /* FF3.6-15 */

	background: -webkit-linear-gradient(top,  #79c2ec 0%,#548ec0 100%); /* Chrome10-25,Safari5.1-6 */

	background: linear-gradient(to bottom,  #79c2ec 0%,#548ec0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79c2ec', endColorstr='#548ec0',GradientType=0 ); /* IE6-8 */
}
.gradient.medBlueGrad {

	background: #4e89c0; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRlODljMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNzcwOWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

	background: -moz-linear-gradient(top,  #4e89c0 0%, #37709f 100%); /* FF3.6-15 */

	background: -webkit-linear-gradient(top,  #4e89c0 0%,#37709f 100%); /* Chrome10-25,Safari5.1-6 */

	background: linear-gradient(to bottom,  #4e89c0 0%,#37709f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e89c0', endColorstr='#37709f',GradientType=0 ); /* IE6-8 */
}
.gradient.darkBlueGrad {

	background: #2d74b0; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJkNzRiMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNTVlOWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

	background: -moz-linear-gradient(top,  #2d74b0 0%, #155e9c 100%); /* FF3.6-15 */

	background: -webkit-linear-gradient(top,  #2d74b0 0%,#155e9c 100%); /* Chrome10-25,Safari5.1-6 */

	background: linear-gradient(to bottom,  #2d74b0 0%,#155e9c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d74b0', endColorstr='#155e9c',GradientType=0 ); /* IE6-8 */
}
#int-content h2.hosting-plans-title {
	font-size:40px !important;
	margin-top:15px;
	margin-bottom:33px;
	padding-left:15px;
	padding-right:15px;
}
#int-content h2.hosting-plans-title span{
	font-size:40px !important;
	color:#eb6e1f !important;
	display:block;
}
.plan {
    background: #fff none repeat scroll 0 0;
    padding: 0 0;
	border-right:1px solid #fff;
}
.plan:hover {
    background: #fff none repeat scroll 0 0;
}
.plan.centerit {
	text-align:center;
}
.plan ul {
	list-style:none;
}

.plan li {
	list-style:none;
	overflow: hidden;
	height: 70px;
	vertical-align: middle;
}

li.li-lite {
	background-color:#e9f3f9;
}
li.li-dark {
	background-color:#d3e7f4;
}

.plan ul {
	margin:0;
	padding:0;
}
.plan-heading {
    border-bottom: 0px solid #ebe8e8;
    padding-bottom: 0px;
}
.plan ul li {
	border:none !important;
	padding:15px;
}
.plan-type {
	color:#fff;
	font-size:24px;
	font-weight:300;
    padding-top:7px;
	padding-bottom:7px;
	line-height:24px;
}
.plan-type span {
	color:#fff;
	font-size:24px;
	font-weight:500;
    padding-top:7px;
	padding-bottom:7px;
	line-height:24px;
}
.plan-price {
	color:#fff;
	font-size:48px;
	font-weight:400;
	display:block;
	line-height:48px;
	padding-top:15px;
	padding-bottom:5px;
}
.plan-price span {
	font-size:14px;
	display:block;
	margin-top:-10px;
}
.plan-price em {
    display: block;
    font-size: 14px;
	line-height:16px;
}
.pricing-tables > div {
	padding-left:0;
	padding-right:0;
}
.plan-description {
    height: 150px;
	padding:25px;
}
/*------------------------------------------
SEARCH
-------------------------------------------*/

#searchit {
	display:inline-block;
	margin-top:10px;
	margin-bottom:10px;
	text-align:right;
}

/*#searchit .btn,*/
/*#footer-searchit .btn {
	float:right;
	width:19% !important;
}*/

/*#searchit .form-group, #footer-searchit .form-group {
	width:80% !important;
	float:left;
}
#searchit .form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 0px;
  	-moz-border-radius: 0px;
  	-webkit-border-radius: 0px;
  	-moz-box-shadow:none !important;
   	-webkit-box-shadow: none !important;
   	box-shadow: none !important;
    display: block;
	width:100%;
}*/
#footer-searchit .form-control {
    background-color: #f4f7fa;
    background-image: none;
    border: 1px solid #666;
    border-radius: 0px;
  	-moz-border-radius: 0px;
  	-webkit-border-radius: 0px;
  	-moz-box-shadow:none !important;
   	-webkit-box-shadow: none !important;
   	box-shadow: none !important;
    display: block;

}
#searchit .form-control:focus {
   	color: #999;
 	-moz-box-shadow:none !important;
  	-webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0 none;
}

#searchit .form-control::-webkit-input-placeholder, #footer-searchit .form-control::-webkit-input-placeholder {
	color: #999;
	font-weight:400;
	font-style:italic;
    opacity: 1;
}
#searchit .form-control::-moz-placeholder, #footer-searchit .form-control::-moz-placeholder {
	color: #999;
	font-weight:400;
	font-style:italic;
    opacity: 1;
}
#searchit .form-control:-moz-placeholder, #footer-searchit .form-control:-moz-placeholder {
	color: #999;
	font-weight:400;
	font-style:italic;
    opacity: 1;
}
#searchit .form-control:-ms-input-placeholder, #footer-searchit .form-control:-ms-input-placeholder {
	color: #999;
	font-weight:400;
	font-style:italic;
    opacity: 1;
}

.input-sm, .btn-sm {
    height: 26px;
    line-height: 1em;
    padding: 3px 10px;
	font-size:14px !important;
}
.btn-sm {
	font-weight:400 !important;
}

.form-error {
  color:#dc1919;
}
/*------------------------------
 NETWORK STATUS
--------------------------------*/
.net-status-block {
	margin-bottom:30px;
}
.statusit {
	display:block;
	padding:10px 15px;
	color:#fff;
	font-weight:700;
	text-align:center;
	margin-bottom:30px;
}
#int-content h2.statusit > span {
	color:#fff !important;
}
.status-info-block {
	border:1px solid #e6e6e6;
	padding:15px;
	min-height: 250px;
}
/*------------------------------------------
CHECKOUT - REGISTER DOMAINS
-------------------------------------------*/
.checkout-div {
	height:8px;
}
.result {
    margin: 3px 0;
    padding: 3px;
}
.null {
    background-color: #e9e9e9;
    border: 1px solid #e9e9e9;
}

.unavailable {
    background-color: #fafaed;
    border: 1px solid #eed;
	color:#333;
}

.available {
    background-color: #9c6;
    border: 1px solid #9c6;
}

.available > a {
	color:#333;
}
.inlist {
    background-color: #9c6;
    border: 1px solid #9c6;
}

.tooltipit:hover {
	cursor:pointer;
}

.tooltip.top > .tooltip-arrow {border-top-color: #eb6e1f;}
.tooltip > .tooltip-inner {background-color: #f2f2f2; border:2px solid #eb6e1f; text-align:left; color:#124a86;/* min-width:200px;*/}
.tooltip > .tooltip-inner p {line-height:16px; !important}

#checkout-progress {
	position:relative;
	margin-bottom:15px;
	margin-top:-15px;
}
#checkout-progress .nav-pills {
	display:table;
	width:100%;
}
span.stepit {
    display: block;
    height: 32px;
    width: 32px;
    line-height: 28px;
 -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	border: 2px solid #eb6e1f;
    background-color: #eb6e1f;
    color: white;
    text-align: center;
    font-size: 1.077em/*14px*/;
	margin:0 auto 7px auto;
}
#checkout-progress .nav-pills > li > a:hover > span.stepit, #checkout-progress .nav-pills > li.active > a > span.stepit {
	background-color: #124a86;
	border: 2px solid #124a86;
}

#checkout-progress .nav-pills > li.active > a {
	color:#124a86 !important;
}

#checkout-progress .nav-pills > li.checkit > a > span.stepit {
	background-color: #fff;
	border:2px solid #124a86;
	color:#124a86 !important;
	line-height: 28px !important;
	display: block !important;
	/*padding-top:7px;*/
}

#checkout-progress .nav-pills > li.checkit > a {
	color:#124a86 !important;
}

#checkout-progress .nav-pills > li {
   float:none;
	display:table-cell;
	width:25%;
	text-align:center;
}
#checkout-progress .nav-pills > li > a {
     -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	font-size:0.929em !important /*13px*/;
	text-transform:uppercase;
}
#checkout-progress .nav-pills > li + li {
    margin-left: 0px;
}
#checkout-progress .nav-pills > li > a, #checkout-progress .nav-pills > li > a:hover, #checkout-progress .nav-pills > li > a:focus, #checkout-progress .nav-pills > li.active > a, #checkout-progress .nav-pills > li.active > a:hover, #checkout-progress .nav-pills > li.active > a:focus {
    background-color: transparent;
    /*color: #ffffff;*/
}
#checkout-progress .nav-pills > li > a:hover, #checkout-progress .nav-pills > li > a:focus, #checkout-progress .nav-pills > li.active > a, #checkout-progress .nav-pills > li.active > a:hover, #checkout-progress .nav-pills > li.active > a:focus {
	color:#124a86 !important;
}
.connecting-line {
    background: #e0e0e0 none repeat scroll 0 0;
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 30%;
    width: 75%;
    z-index: 0;
}
.connecting-line-dom {
	 background: #e0e0e0 none repeat scroll 0 0;
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 30%;
    width: 50%;
    z-index: 0;
}

.gradient.darkGreenGrad {

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#008000+0,006600+100 */
background: rgb(0,128,0); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwODAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDY2MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(0,128,0,1) 0%, rgba(0,102,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,128,0,1) 0%,rgba(0,102,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,128,0,1) 0%,rgba(0,102,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008000', endColorstr='#006600',GradientType=0 ); /* IE6-8 */
}
.gradient.medGreenGrad {

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#009900+0,008000+100 */
background: rgb(0,153,0); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTkwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDgwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(0,153,0,1) 0%, rgba(0,128,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,153,0,1) 0%,rgba(0,128,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,153,0,1) 0%,rgba(0,128,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009900', endColorstr='#008000',GradientType=0 ); /* IE6-8 */
}
.gradient.liteGreenGrad {

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00b200+0,009900+100 */
background: rgb(0,178,0); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYjIwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDk5MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(0,178,0,1) 0%, rgba(0,153,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,178,0,1) 0%,rgba(0,153,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,178,0,1) 0%,rgba(0,153,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b200', endColorstr='#009900',GradientType=0 ); /* IE6-8 */
}
.gradient.literGreenGrad {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00cc00+0,00b200+100 */

background: #00cc00; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwY2MwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGIyMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  #00cc00 0%, #00b200 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  #00cc00 0%,#00b200 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  #00cc00 0%,#00b200 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cc00', endColorstr='#00b200',GradientType=0 ); /* IE6-8 */


}
.plan-heading {
	position:relative;
}
.most-popular {
position:absolute;
top:-45px;
font-size:20px;
	font-weight:300;
    padding-top:7px;
	padding-bottom:7px;
	line-height:24px;
	width:100%;
	text-align:center;
	color:#124a86;
	font-weight:400;
}
.most-popular-inner {
  position:relative;
  padding:7px;
  color:#124a86;
background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2U3ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(231,231,231,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(231,231,231,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(231,231,231,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-8 */ /* default background for browsers without gradient support */
  /* css3 */
  -webkit-border-radius:4px 4px 0 0;
  -moz-border-radius:4px 4px 0 0;
  border-radius:4px 4px 0 0;
}
.most-popular-inner:after {
  content:"";
  position:absolute;
  bottom:-7px;
  left:50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  border-width:7px 7px 0;
  border-style:solid;
  border-color:#e7e7e7 transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

#addon-options .addon-icon {
font-size:36px;
color:#eb6e1f;
text-align:center;
margin-bottom:10px;
}

#addon-options h2 {
    font-size: 28px !important;
	margin-bottom:-5px !important;
}
#addon-options h2 span {
    color: #eb6e1f !important;
    font-size: 22px !important;
}
.add-ons-checkit {
	text-align:center;
}
.add-ons-checkit .form-group {
padding:7px 15px;
margin:auto;
display:inline-block;
border:1px solid #e7e7e7;
background-color:#f2f2f2;
}
.add-ons-checkit label {
	color:#124a86;
	font-weight:700;
}
.add-ons-checkit hr {
	margin-top:20px;
}
#domain-manager-list h2.form-section {
	margin-top:0px;
}
/* ==================================================================
CART REVIEW - ACCOUNT SETUP PAGE
================================================================== */

/* ==================================================================
WEBCAM INT
================================================================== */
.option-blocks h2 {
	margin-bottom:30px;
}
.option-blocks > div {
	position:relative;
	padding-bottom:100px;
}
.option-blocks h3.getstarted, .add-ons-checkit {
	position:absolute;
	width:100%;
	bottom:0px;
	left:0;
	padding-left:15px;
	padding-right:15px;
	margin-bottom:0px;
}
.option-blocks > div img {
	display:block;
	margin:auto;
}
.btn-progress {
	 font-size: 18px !important;
}
.option-blocks.cam-options > div {
	position:static !important;
	padding-bottom:30px !important;
	padding-top:30px;
}
.option-blocks.cam-options h2.bri-blue, .webcam-introit h2.bri-blue {
	font-size:24px !important; 
	margin-bottom:15px; 
	font-weight:400;
	text-align: center;
}
.option-blocks.cam-options h3 {
	text-align: center;
}
.webcam-padit-block {
	padding:30px 15px 20px 15px;
}
#bri-webcam-intro-block {
	padding-bottom:15px;
}
#clients .whiteBG {
	padding-bottom:20px !important;
}
#webcam-onpage-signup-hdr{
	margin-bottom:15px;
	text-align: center;
}
#webcam-onpage-signup-hdr h2.bri-blue {
	margin-bottom:15px;
}
#webcam-onpage-signup .panel-body {
	text-align:center; 
	padding-top:25px;
}
/*------------------------------------------
FOOTER
-------------------------------------------*/
footer {
padding-top:60px;
padding-bottom:60px;
}
footer h3 {
	color:#124a86;
	display:block;
}
footer ul {
	margin:0 0 40px 0;
	padding:0;
	display:block;

}
footer ul, footer li {
	list-style:none;
}
footer ul li {
	margin-bottom:12px;
}
#footer-searchit {
	display:inline-block !important;
	clear:both !important;
	height:26px;
}
#footer-logo {
	margin-bottom:40px;
	display:block;
	margin-top:-20px;
}
footer a {
	color:#666666;
}
footer span.arrow-right {
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;

	border-left: 4px solid #666;
	display:inline-block;
}

/*#footer-social .socialize-icon {
	font-size:25px;
	color:#e96d2d;
	display:inline-block;
	margin-left:0;
	margin-right:5px;
}
#footer-social .socialize-icon:hover {
	color: #124a86;
}
#footer-social .socialize-icon span {
	display:none;
} OLD SOCIAL ICON STYLES*/

/* Social Block Styles */
.social-icon {
	display: inline-block;
	margin: 0 7px;
	width: 65px;
	height: 65px; /* Adjust height to match the image size */
	background-size: contain;
	background-repeat: no-repeat;
	transition: background-image 0.3s ease;
}

/* Preloading images */
.social-icon::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	background-size: contain;
	background-repeat: no-repeat;
}
.social-icon span {
	display:none;
}
.social-icon.facebook-icon::before {
	background-image: url('/brimages/sm-icon-facebook-on.png');
}

.social-icon.x-icon::before {
	background-image: url('/brimages/sm-icon-x-on.png');
}

.social-icon.wp-icon::before {
	background-image: url('/brimages/sm-icon-WP-on.png');
}

.facebook-icon {
	background-image: url('/brimages/sm-icon-facebook.png');
}

.facebook-icon:hover {
	background-image: url('/brimages/sm-icon-facebook-on.png');
}

.x-icon {
	background-image: url('/brimages/sm-icon-x.png');
}

.x-icon:hover {
	background-image: url('/brimages/sm-icon-x-on.png');
}

.wp-icon {
	background-image: url('/brimages/sm-icon-WP.png');
}

.wp-icon:hover {
	background-image: url('/brimages/sm-icon-WP-on.png');
}


/* Styles for footer-social */
#footer-social .footer-social-icon {
	transition: background-color 0.3s ease; /* Smooth transition for background color change */
}

#footer-social .footer-white-square {
	color: #eb6e1f; /* Orange color for the square */
}

#footer-social .footer-white-icon {
	color: #fff; /* White color for the icon */
}

#footer-social .footer-social-icon:hover .footer-white-square {
	color: #124a86; /* Blue color on hover */
}
#footer-social span.sm-labelit {
	display:none;
}

p.copyright, p.copyright a {
	color:#999;
	font-size:12px;
}
p.copyright {
	line-height:22px;
}
footer .callout-block {
	text-align:center;
	margin-bottom:15px;
	padding:20px;
	min-height:140px;
}
footer .callout-block h3 {
	font-size:16px;
	line-height:18px;
	margin-top:0px;
}
#footer-services > div {
	padding-left:7px;
	padding-right:7px;

}
/*------------------------------------------
MEDIA QUERIES
-------------------------------------------*/
@media (max-width: 1024px) {
input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: none; /* mobile firefox too! */
}
}
@media (max-width: 1170px) {
#frameworks a {
	width: 90%;
}
#frameworks a h4 {
	font-size:16px;
}
.container {
width:100% !important;
}
}


@media (max-width: 992px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}

	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}
	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #eb6e1f;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #124a86;
		background-color: transparent;
	}

	.container {
		width: auto;
	}
	.navbar {
	 -webkit-border-radius: 0px;
 	 -moz-border-radius: 0px;
      border-radius: 0px;
	  margin-bottom:0;
	}
	.navbar-default {
	background-color:transparent;
	border-color:transparent;
	border-bottom:0px;
	box-shadow:none;
	background-image:none;
	}
	.navbar-header {
		float: none;
	}
	.navbar-left, .navbar-right {
		float: none !important;
	}
    .navbar-toggle {
        display: block;
    }
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color:#fff;
}
.navbar-default .navbar-toggle {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.navbar-default .navbar-toggle {
 	background: #fff;
    border-color: #fff;
	margin-bottom:20px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: #fff;
    border-color: #fff;

}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #eb6e1f;
}
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    max-height: none;
    }
    .navbar-fixed-top {
          top: 0;
          border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
          margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
          display:block !important;
    }

	.navbar-default .navbar-nav > li {
		border-left:0px solid #fff;
	}
	.navbar-default .navbar-nav > li > a {
    color: #eb6e1f;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    background-color: #f5f5f5;
    color: #124a86;


}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
   background-color: transparent;
   color: #124a86;

}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
     background-color: transparent;
    color: #124a86;

}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
   background-color: transparent;
   color: #124a86;

}
	/*---THIRD LEVEL STYLES---*/
	
.navbar-default .navbar-nav > li.dropdown.active {
	background-image:none !important; 
	background:transparent !important;
}
.navbar-default .navbar-nav > li.dropdown.active > a.dropdown-toggle {
	color:#124a86 !important;
	background:transparent !important;
}
.navbar-default .navbar-nav > .active > a{
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) !important;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) !important;
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) !important;
}
.navbar-nav > li.dropdown:nth-child(1) > .dropdown-menu {
    min-width: 238px; 
}
	ul.bri-third-level {display:block; margin:0; padding: 0;}
	ul.bri-third-level > li {list-style:none; font-size:1em; display:block;}
	ul.bri-third-level > li > a {
  	display: block;
  	padding: 3px 20px 3px 40px;
  	clear: both;
  	font-weight: normal;
  	line-height: 1.42857143;
  	color: #eb6e1f;
  	white-space: nowrap;
}
ul.bri-third-level > li > a:hover,
ul.bri-third-level > li > a:focus {
  	color: #124a86;
  	text-decoration: none;
  	background-color: #f5f5f5;
}
ul.bri-third-level > .active > a,
ul.bri-third-level > .active > a:hover,
ul.bri-third-level > .active > a:focus, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  	color: #124a86;
  	text-decoration: none;
  	background-color:#f5f5f5;
  	/*background-color: #428bca;*/
  	outline: 0;
	background-image: linear-gradient(to bottom,#ebebeb 0,#f3f3f3 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff3f3f3',GradientType=0);
	-webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,0.075);
	box-shadow: inset 0 3px 9px rgba(0,0,0,0.075);
}
.dropdown-menu > .active > a {
  	color: #124a86;
  	text-decoration: none;
  	background-color:#f5f5f5;
  	/*background-color: #428bca;*/
  	outline: 0;
	font-weight:bold;
	background-image: none;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffffffff',GradientType=0);
	-webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,0);
	box-shadow: inset 0 3px 9px rgba(0,0,0,0);
}
}


@media (max-width: 992px) {
.container {
width:100% !important;
}
#logo {
	margin-bottom:0;
}
.navbar-header {
    float: none;
}

#nav-header {
	position:static;
	z-index:9000 !important;
	width:100%;
	min-height:110px;
}
#int-content-novid {
	margin-top:0px;
}
#logo {
	margin-bottom:-40px;
	position:relative;
	z-index:100;
}
#homepage, #intpage{
	padding: 0px 0 20px 0 !important;
}
.intro h3 , .int-intro h3{
	padding-left:10%;
	padding-right:10%;
}
img#icon-dashboard {
	margin:0 auto 40px auto;
}
#dashboard h2 {
	font-size:24px;
}
#frameworks a {
	width: 70%;
}
#frameworks a h4 {
	font-size:18px;
}
#int-content-container #int-bri-blue-block > div.standard-intro, #hosting-disclaimer {
	padding-left:30px;
	padding-right:35px;
}
#int-content-container #int-bri-blue-block > div.hosting-intro {
	padding-left:30px;
	padding-right:30px;
}
#int-content-container {
    padding: 50px 30px;
}
.services-row > div, .plan {
	margin-bottom:30px;
}
.plan-price {
    font-size: 36px;
}



}
@media screen and (max-width: 875px) {
.literGreenGrad.plan-type, .liteGreenGrad.plan-type, .medGreenGrad.plan-type, .darkGreenGrad.plan-type {
min-height:75px;
padding-left:4px;
padding-right:4px;

}
#int-content h2.hosting-plans-title {
    font-size: 32px !important;
}
#int-content h2.hosting-plans-title span {
	font-size: 32px !important;
}
}
@media screen and (max-width: 768px) {
h1 {
	font-size:34px;
	line-height:1.3em;
	font-weight: 300;
	font-family:'Lato', Arial, Helvetica, sans-serif !important;

}
#f-services-block {
	clear:both;
}
.setup-group > div {
text-align:left;
}
}
@media screen and (max-width: 767px) {
.literGreenGrad.plan-type, .liteGreenGrad.plan-type, .medGreenGrad.plan-type, .darkGreenGrad.plan-type {
min-height:auto;
}
#int-content h2.hosting-plans-title span {
	display:inline-block;
}
#logo {
	display:none;
}
.navbar-header {
	display:block;
	clear:both;
	position:relative;
}
.navbar-default .navbar-toggle {
	clear:both;
	position:absolute;
	bottom:0;
	right:0;
}

}

@media screen and (max-width: 667px) {
h1 {
	font-size:30px;

}
h2 {
	font-size:28px;

}
h1 br, h2 br {
	display:none;
}
.arrow-bar h2 {
	font-size:18px;
}
section {
    padding: 60px 0;
}
#logo {
	display:none;
}
nav {
	position:static;
	display:block;
	float:right;
	clear:both;
}
#secondary-nav {
	clear:both;
	margin-bottom:15px;
}
.navbar-brand {
 	width:80%;
 	margin-top:-22px;
	padding-left:0;
}
.navbar-toggle {
	margin-right:0;
	margin-top:0px;
}

#dashboard {
	padding-top:25px;
}
#services h2 span{
	font-size:20px;
}
.intro h3, .int-intro h3 {
	padding-left:0;
	padding-right:0;
}
.intro, .int-intro {
	padding-left:15px !important;
	padding-right:15px !important;
}
.int-intro h2 {
	font-size:20px;
}
#icon-get-started {
	position:absolute;
	background-image:url(../brimages/icon-get-started.png);
	background-repeat:no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
	background-size:cover;
	width:320px;
	height:296px;
	top:-296px;
	left:50%;
	margin-left: -160px;

}
.btn-pill {
    margin-top: 320px;
}
img#icon-dashboard {
	margin:0 auto 20px auto;
	width:30%;
}
/*#searchit, #footer-searchit {
	width:100% !important;
}
#searchit .form-group, #footer-searchit .form-group {
	margin-bottom:0px !important;
	width:86% !important;
}
#searchit .form-control {
	padding-top:7px;
}
#searchit .btn, #footer-searchit .btn {
	width:14% !important;
}*/
#footer-searchit {
	width:100% !important;
}
#footer-searchit .form-group {
	margin-bottom:0px !important;
	width:86% !important;
}
#footer-searchit .btn {
	width:14% !important;
}
nav {
    float:none;
}
.video-version h1 {
    margin-bottom: 50px !important;
}
.video-version {
    padding: 60px 15px 80px 15px !important;
    text-align: center !important;
}
#quote-block::before, #quote-block::after {
	width:45px;
	height:36px;
}
#quote-block::before {
	left:4px;
}
#quote-block::after {
	right:4px;
}
.testimonial h3, .client-name h3 {
	font-size:16px;
}
#int-content-container #int-bri-blue-block > div.standard-intro, #hosting-disclaimer {
	padding-left:15px;
	padding-right:15px;
}
#int-content-container #int-bri-blue-block > div.hosting-intro {
	padding-left:15px;
	padding-right:15px;
}
#int-content-container {
    padding: 50px 15px;
}
.btn-icon {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}
.services-row {
	margin-left:0;
	margin-right:0;
}
#searchit {
	text-align:center;

	}
.services-row > div, .plan {
	margin-bottom:45px;
}

.connecting-line {
    top: 25%;
    width: 75%;
}

}

@media screen and (max-width: 375px) {
.navbar-default .navbar-toggle {
	margin-bottom:15px;
}
.connecting-line {
    top: 20%;
    width: 75%;
}
#checkout-progress .nav-pills > li > a {
    font-size: 0.786em !important;
	padding-left:0;
	padding-right:0;
}
#checkout-progress .nav-pills > li > a span{
	display:block;
}
#checkout-progress .nav-pills > li > a span:nth-child(2) {
	font-size:1.5em;
}
}


@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
