body {
	font-family: "proxima-nova", sans-serif;
	text-rendering: optimizeLegibility;
	font-size: 16px;
	line-height: 1.7;	
	color: #111213;
	padding: 0;
	margin: 0;
}
.lead {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
}
h1 {
	font-family: "proxima-nova", sans-serif;
	font-weight: 600;
	font-size: 48px;
	letter-spacing: -1px;
	color: #0068b4;
}

h2 {
	font-family: "proxima-nova" ,sans-serif;
	font-weight: 300;
	text-rendering: optimizeLegibility;
	letter-spacing: -1px;
	font-size: 56px;
	color: #616364;
}
h3 {
	font-family: "proxima-nova" ,sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	color: #111213;
}
h4 {
	font-family: "proxima-nova" ,sans-serif;
	font-size: 68px;
	font-weight: 600;
	line-height: 1;
	color: #eff3f5;
	text-shadow: #00406f 2px 2px;
	letter-spacing: -1px;
}
.default-h4 {
    font-family: "proxima-nova" ,sans-serif;
    font-size: 42px;
    font-weight: 300;
    line-height: 1;
    color: #f7f1f1;
    padding: 31px;
}
h5 {
	font-family: "proxima-nova" ,sans-serif;
	font-size: 35px;
	font-weight: 500;
	letter-spacing: -1px;
}
h6 {
	font-family: "proxima-nova" ,sans-serif;
	font-size: 18px;
	font-weight: 300;
}
b, strong {
    font-weight: 600;
}
hr {
	margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid rgba(153, 153, 153, 0.5);
}
a:focus, a:hover {
	color: #9bacbb;
    text-decoration: none;
}

p {	
	font-family: "proxima-nova" ,sans-serif;
	font-weight: 400;	
	font-size: 16px;	
	line-height: 1.6;	
	color: #111213;
}
.btn {
	padding: 8px 22px;
	font-size: 17px;
	letter-spacing: 1px;
}
.btn-info {
    color: #fff;
    background-color: #0068B4;
    border-color: #0068B4;
}
.sub-heads {
	font-size: 30px;
	font-weight:600;
	color: #a2c6e0;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 420px;
}
.banner-img {
	margin: 0 auto;
	max-width: 90%;
}
.vocus-logo {
	margin: 5px auto;
	padding: 0;
	color: #7f9fb6;
	display: inline;
	opacity: .5;
	font-weight: 600;
	font-size: 14px;
}
.tablelands-logo {
	max-width: 25%;
	display: inline;
	padding-bottom: 21px;
	margin: 0 25px 0 0;
}
#tablelands a {
	font-family: "proxima-nova" ,sans-serif;
	font-weight: 600;
	text-rendering: optimizeLegibility;
	letter-spacing: -1px;
	font-size: 44px;
	display: inline;
	color: #448440;
}
.ps-full-lrg {
	font-size: 43px;
	font-weight: 500;
	letter-spacing: -1px;
}
.product-head {
	margin: 25px 0 17px 0;
	text-align: center;
}
.icon {
	margin: 0 auto 0 auto;
}
.carousel-img {
	background-color: #0068B4;
	width: 100%;
}
#carousel-img-wrapper {
	float: left;
	clear: both;
	height: 501px;
}
.banner-text {
	font-size: 66px;
	font-weight: 800;
}
.banner-text-wrapper {
	width: 100%;
	margin: 0px auto 0 auto;
	
}
.pricing {
    position: relative;
    width: 100%;
    background-color: #f7f1f1;
}
.products-img {
	margin: 28px auto;
	max-width: 39%;
}
.ps-heading {
	font-size: 34px;
	display: inline;
}
.supplier-img {
	max-width: 60%;
	margin: 0 auto;
}
.carousel-caption {
    right: 15%;
    left: 15%;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    z-index: 20;
    position: absolute;
    top: 463px;
}
#gmap iframe, #gmap object, #gmap embed { 
  width: 100%; 
  max-height: 550px;
  }
.overlayGmap iframe {
pointer-events: none;
}
.guardsman {
	color: #af1c1c;
	font-weight: 600;
	font-size: 14px;
}
.boxshadow {
    position: relative;
    -moz-box-shadow:    3px 3px 5px 6px #666;
    -webkit-box-shadow: 3px 3px 5px 6px #666;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .3);
}
.boxshadowinner {
   -moz-box-shadow:    inset 0 0 10px rgba(0, 0, 0, .3);
   -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .3);
   box-shadow:         inset 0 0 10px rgba(0, 0, 0, .3);
}
.address {
	font-size: 40px;
	font-weight: 600;
	margin: 5px 0px -15px 0;
	color: #2266b9;
}
.address-footer {
	font-size: 14px;
	font-weight: 400;
	color: #5f96bd;
}
.clearfix {
	clear: both;
}
.spacer {
	margin-top: 20px;
}
.spacer-bottom {
	margin-bottom: 20px;
}
.no-margin {
	margin: 0 !important;
}
.padding-top {
	padding-top: 20px;
}
.padding-bottom {
	padding-bottom: 20px;
}
.nopadding {
	padding: 0 !important;
}
.container {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}
#content-1 {
	margin-top: 0px;
}
address-small {
	margin: 0;
	font-size: 20px;
}
.footer-logo {
	width: 264px;
}
.footer-logo-supplier {
	width: 56%;
	padding-bottom: 8px;
	margin: 0 auto;
}
.suppliers {
	padding: 45px 0;
	border-bottom: 1px solid rgba(153, 153, 153, 0.22);
	border-top: 1px solid rgba(153, 153, 153, 0.22);
}
.pggrey {
	color: #484848;
}
.bluebg {
	background-color: #00406f;
}
.bg-blue {
	background-color: #00406F;
}
.blue {
	color: #2988C7;
}
.pgblue {
	color: #2988C7;
}
.white {
	color: #ffffff;
}
.green {
	color: #009444;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}

.halfpageimg {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
	width: 100%;
	overflow: hidden;
}
.banner-opaque {
	height: 322px;
	margin-top: 327px;
	padding: 15px;
	opacity: 0.8;
	background-color: #ffffff;
	border-radius: 7px;	
}
.banner-h1 {
	font-size: 48px;
    font-weight: 700;
    text-shadow: 2px 1px 5px #333;
    line-height: 1.1;
}
.banner-sub {
	font-size: 20px;
	font-weight: 400; 
	text-shadow: 2px 1px 3px #333;
}
.banner-button {

}
#banner {
}
.call-out-button {
	padding: 32px 0 10px 0;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 10px 26px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 4px;
}
.btn-md {
    padding: 10px 26px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 5px;
}
.btn-default {
    color: #ffffff;
    font-weight: 500;
    background-color: #2266B9;
    border-color: #2266B9;
    border-width: 2px;
}
.btn-default:hover {
    color: #ffffff;
    background-color: #2988C7;
}
.heroImg {
	width: 100%;
}
.textCol {
	max-width: 90%;
}
.textColRight {
	margin: 0 0 0 auto;
}

#Gallery {
	margin: 0;
	padding: 0;
}
#Gallery .photo-wrapper a:hover, a:focus {
	opacity: 0.75;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
} 
.photo-wrapper {
	float: left;
	width: 20%;
	height: 168px;
    -moz-box-sizing: border-box;
    overflow: hidden;
	box-sizing: border-box;
}
.centered-rule hr {
    border-style: inset;
    border: 1px solid rgba(153, 153, 153, 0.22);
	display: inline-block;
    width: 24%;
    margin: 0.5em;
}
.ReadyProject {
    margin-top: 96px;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin: 30px 0px 30px 0px;
    background-color: #ffffff;
    border: 0px solid #ffffff;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.0);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.0);
    border-left: 4px solid #484848;
}
.welltext {
	max-width: 80%;
	font-family: "paralucent" ,sans-serif;
	text-rendering: optimizeLegibility;
	font-size: 26px;
	line-height: 1.3;	
	color: #484848;
}
.packages-show {
	display: none;
}
.packages-h4-sm {
    font-family: "proxima-nova" ,sans-serif;
    font-size: 51px;
    font-weight: 600;
    line-height: .9;
    color: #eff3f5;
    text-shadow: #00406f 2px 2px;
    letter-spacing: -1px;
}
/*==========  MEDIA QUERIES  ==========*/
@media only screen and (max-width : 1850px) {

.packages-wrapper {
	width: 25%;
	float: left;
	padding: 13px;
	position: relative;
}
.packages-block {
	width: 90%;
}
	.banner-h1 {
	font-size: 42px;
	line-height: 25px;
	font-weight: 700;
	margin-top: 344px; 
	text-shadow: 2px 1px 5px #333;
}
.banner-sub {
	font-size: 26px;
	font-weight: 400; 
	text-shadow: 2px 1px 3px #333;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 600px;
}
.carousel-caption {
    right: 15%;
    left: 15%;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    z-index: 20;
    position: absolute;
    top: 30px;
}
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
.packages-wrapper {
	width:25%;
	float: left;
	padding: 10px;
	position: relative;
}
.packages-block {
	width: 90%;
}
.packages-show {
	display: inline;
}
h1 {
	font-size: 35px;
}
.photo-wrapper {
	width: 25%;
}
	.banner-h1 {
	font-size: 30px;
	line-height: 25px;
	font-weight: 700;
	margin-top: 256px; 
	text-shadow: 2px 1px 5px #333;
}
.banner-sub {
	font-size: 20px;
	font-weight: 400; 
	text-shadow: 2px 1px 3px #333;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 362px;
}
.carousel-caption {
    right: 15%;
    left: 15%;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    z-index: 20;
    position: absolute;
    top: 30px;
}
.address {
	font-size: 35px;
	font-weight: 400;
	margin: 12px 0px -15px 0;
}
.tablelands-logo {
	max-width: 25%;
	display: inline;
	padding-bottom: 21px;
	margin: 0 25px 0 0;
}
#tablelands a {
	font-family: "proxima-nova" ,sans-serif;
	font-weight: 600;
	text-rendering: optimizeLegibility;
	letter-spacing: -1px;
	font-size: 24px;
	display: inline;
	color: #448440;
}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
.packages-wrapper {
	width: 25%;
	float: left;
	padding: 10px;
	position: relative;
}
.packages-block {
	width: 95%;

}
h4 {
    font-family: "proxima-nova" ,sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1px;
    color: #eff3f5;
    text-shadow: #00406f 2px 2px;
}
.banner-h1 {
	font-size: 25px;
	line-height: 25px;
	font-weight: 700;
	margin-top: 274px; 
	text-shadow: 2px 1px 5px #333;
}
.banner-sub {
	font-size: 17px;
	font-weight: 400; 
	text-shadow: 2px 1px 3px #333;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 295px;
}
.carousel-caption {
    right: 15%;
    left: 15%;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    z-index: 20;
    position: absolute;
    top: -116px;
}
.ps-full-lrg {
	font-size: 31px;
	font-weight: 500;
	letter-spacing: -1px;
}
.banner-text {
    font-size: 42px;
    font-weight: 800;
}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
.packages-wrapper {
	width: 50%;
	padding: 5px;
	float: left;
}
.packages-block {
	width: 100%;
}

h4 {
    font-family: "proxima-nova" ,sans-serif;
    font-size: 68px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1px;
    color: #eff3f5;
    text-shadow: #00406f 2px 2px;
}
p {
		margin: 0px 5px;
	}
.textCol {
	max-width: 100%;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 28px;
}
.banner-h1 {
	font-size: 30px;
	line-height: 28px;
	font-weight: 700;
	margin-top: 164px; 
	text-shadow: 2px 1px 5px #333;
}
.banner-sub {
	display: none;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 253px;
}
.carousel-caption {
    right: 15%;
    left: 15%;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    z-index: 20;
    position: absolute;
    top: -56px;
}
.btn-default {
    color: #fff;
    font-weight: 500;
    background-color: #2266B9;
    border-color: #295b9e;
    border-width: 2px;
    margin-bottom: 20px;
}
.address {
    font-size: 32px;
    font-weight: 400;
    margin: 12px 0px -15px 0;
}
.address-small {
    font-size: 13px;
}
}
@media only screen and (max-width: 686px) {
.packages-h4-sm {
    font-family: "proxima-nova" ,sans-serif;
    font-size: 38px;
    font-weight: 600;
    line-height: .9;
    color: #eff3f5;
    text-shadow: #00406f 2px 2px;
    letter-spacing: -1px;
}
.packages-wrapper {
	width: 50%;
	padding: 5px;
	float: left;
}
.tablelands-logo {
	max-width: 61%;
	display: inline;
	padding-bottom: 21px;
	margin: 0 auto;
}
#tablelands a {
	font-family: "proxima-nova" ,sans-serif;
	font-weight: 600;
	text-rendering: optimizeLegibility;
	letter-spacing: -1px;
	font-size: 18px;
	display: block;
	color: #448440;
	margin-top: -35px;
	padding-bottom: 20px;
}
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

h4 {
    font-family: "proxima-nova" ,sans-serif;
    font-size: 97px;
    font-weight: 600;
    line-height: 1;
}
.footer-center {
	text-align: center;
}
.footer-logo {
    width: 264px;
    margin: 0 auto;
}
.address {
    font-size: 35px;
    font-weight: 400;
    margin: 0 auto;
}
.carousel-caption {
    right: 15%;
    left: 15%;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    position: absolute;
    top: -157px;
    z-index: 20;
}
.carousel-inner {
    height: 196px;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.centered-rule hr {
    display: none;
}

.phone {
		width: 100%;
		clear: both;
	}
	.photo-wrapper {
	width: 50%;
}
.banner-h1 {
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	margin-top: 140px; 
	text-shadow: 2px 1px 5px #333;
}
.spacer {
	margin-top: 20px;
}
.spacer-bottom {
	margin-bottom: 0px;
}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 410px) {
	.hidephone {
	display: none;
}
.carousel-inner {
    max-height: 126px;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.padding-top {
	padding: 10px;
}
.banner-img {
    margin: 0 auto;
    max-width: 100%;
    padding: 10px 0;
}
h4 {
    font-family: "proxima-nova" ,sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
}
#content-1 {
	margin-top: 30px;
}
.photo-wrapper {
	width: 50%;
}
}
/* bootstap Override */ 
@media (min-width: 768px) {
	.navbar-right {
    margin-right: 0px;
    float: right!important;
}

.navbar {
    position: relative;
    min-height: 0px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    padding: 5px 0 15px 0;
}
}


/*	Pricing Tables 1
/*----------------------------------------------------*/

.pricing-table-1 .price-block {
	text-align: center;
	color: #ffffff;
	margin: 0 auto 20px auto;
	transition: all 0.25s;
	height: 470px;
	clear: right;
}

.pricing-table-1 h3 {
	text-transform: uppercase;
	padding: 20px 0;
	background: #00406F;
	margin: 0;
	border-radius: 6px 6px 0 0;
}

.pricing-table-1 .price {
	display: inline-block;
	background: #0068b4;
	width: 100%;
}

.pricing-table-1 .price-figure {
	font-size: 24px;
	padding-top: 14px;
	padding-bottom: 14px;
}
.Mbps {
	display: block;
	font-weight: 600;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 1px;
}
.pricing-table-1 .price-number {
	font-weight: 600;
	display: block;
	margin-bottom: 0;
}

.pricing-table-1 .price-tenure {
	font-size: 11px;
	margin-top: 0;
}

.pricing-table-1 .features {
	background: #e6e6e6;
	color: #171414;
	padding: 0;
	margin: 0;
}

.pricing-table-1 .features li {
	padding: 8px 15px;
	border-bottom: 1px solid #d8cfcf;
	list-style-type: none;
}

.pricing-table-1 .price-footer {
	display: block;
	background: #00406F;
	padding: 10px 0;
	margin-top: -5px;
	border-radius: 0 0 6px 6px;
}

.price-feature {
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	color: #95b9d6;
}
/* Hover Effects */
.pricing-table-1 .price-block:hover {
	transform: scale(1.04) translateY(-5px);
	-webkit-transform: scale(1.04) translateY(-5px);
	z-index: 1;
	border-bottom: 0 none;
}

.pricing-table-1 .price-block:hover .price.pastel-blue { background: #6082EB; }
.pricing-table-1 .price-block:hover .price.pastel-green { background: #18B29D; }
.pricing-table-1 .price-block:hover .price.pastel-red { background: #FF5E65; }
.pricing-table-1 .price-block:hover .price.pastel-orange { background: #FFB068; }


.pricing-table-1 .price-block:hover h3 {
	background: #233447;
}

/* Ribbons */
.ribbon {
	position: absolute;
	top: 9px;
	right: 9px;
	width: 82px;
	height: 82px;
	overflow: hidden;
	z-index: 10
}

.red-hot { background: url("../images/ribbons/red-hot.png") 0 0 no-repeat; }
.best-value { background: url("../images/ribbons/best-value.png") 0 0 no-repeat; }
.super-cool { background: url("../images/ribbons/super-cool.png") 0 0 no-repeat; }
.new { background: url("../images/ribbons/new.png") 0 0 no-repeat; }
.premium { background: url("../images/ribbons/premium.png") 0 0 no-repeat; }
.exclusive { background: url("../images/ribbons/exclusive.png") 0 0 no-repeat; }
.popular { background: url("../images/ribbons/popular.png") 0 0 no-repeat; }
.five-stars { background: url("../images/ribbons/five-stars.png") 0 0 no-repeat; }



/*	Pricing Tables 1 MEDIA QUERIES
/*----------------------------------------------------*/



/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	 	
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	.pricing-table-1 .price-block {
		margin-bottom: 20px;
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1830px) {
	.packages-wrapper {
	width: 25%;
	float: left;
	padding: 13px;
	position: relative;
}
	
	
}

