@charset "utf-8";
/* CSS Document */

.pageContent {padding:20px 70px;}

.navigationTop
{
	margin: 10px auto 30px auto;
	position: relative;
	background-color: #000;
	border-bottom: 5px solid #fff;
}
.navigationTop:before {
	transform: skew(0deg, 2deg);
	-webkit-transform: skew(0deg, 2deg);
	-moz-transform: skew(0deg, 2deg);
    box-shadow: 5px 5px 5px #000;
    position: absolute;
    background-color: black;
    bottom: -5px;
    content: '';
    z-index: -6;
    width: 50%;
    height: 35px;
    right: 10px;
}
.navigationTop:after {
	transform: skew(0deg, -2deg);
	-webkit-transform: skew(0deg, -2deg);
	-moz-transform: skew(0deg, -2deg);
    box-shadow: -5px 5px 5px #000;
    position: absolute;
    bottom: -5px;
    content: '';
    z-index: -5;
    width: 50%;
    height: 35px;
    background-color: black;
    left: 10px;
}
.navigationTop .inner-div {
	background: -webkit-gradient(linear, left top, right top, color-stop(1%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,0.01)), color-stop(100%,rgba(255,255,255,1)));
	width: 103%;
    height: 25px;
    z-index: -1;
    position: absolute;
    bottom: -30px;
    left: -36px;
    z-index: 1;
	/*opacity:0.7;*/
}
@-moz-document url-prefix() { 
	.navigationTop .inner-div {
		background-color: rgb(255, 255, 255);
		opacity: 0.7;
	}
}
/*.navigationTop .inner-div:before {
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,0,0,.1)), color-stop(85%,rgba(255,255,255,0.01)), color-stop(100%,rgba(255,255,255,.35)));
    width: 400px;
    height: 305px;
    z-index: 5;
    content: '';
    position: absolute;
    left: 10px;
    top: -310px;
}
.navigationTop .inner-div:after {
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(255,255,255,.35)), color-stop(15%,rgba(255,255,255,0.01)), color-stop(100%,rgba(255,255,255,.05)));
    width: 400px;
    height: 305px;
    z-index: 5;
    content: '';
    position: absolute;
    left: 10px;
    top: -310px;
}*/

.nav-main {
    height: 60px;
	background-color:#FFF;
	color:#FFF;
}
.nav-main li {
	margin:0 5px;
}
.nav-main li a {
	background-color:#373d4b;
    padding: 15px;
	font-weight:bolder;
	font-size:16px;
	color:#FFF;
	margin: 0 5px;
    border-bottom: 4px #ea5058 solid;
	border-radius:1px;
}
.nav-main li a:hover, .nav-main li a:focus {
	background-color:#ea5058;
}
.nav-main li:first-child a {
	margin-left:0px;
}
.nav-main li:last-child a {
	margin-right:0px;
}
.nav-main li a.active {
	background-color:#ea5058;
}

.head-middle {
	padding:14px 0;
}
.head-middle-inner {
	padding:5px 0;
}
.head-middle-inner img {
	width:20px;
}
.head-middle-inner a {
	color:#686a6d;
	font-size:11px;
	text-decoration:none;
}
.head-right .head-right-inner {
	text-align:right;
    padding: 3px 0 10px 0;
}
.head-right .link a {
	color:#686a6d;
}
.icon-log-in {
    background-image: url('https://5eda00.claudeassets.com/20161006070637im_/http://velocityinternetservices.com/img/icons/login.png');
	background-repeat: no-repeat;
    background-position: 0px -2px;
    padding-left: 16px;
    margin-right: 10px;
}
.icon-user {
	background-image: url('https://6ed3cf.claudeassets.com/20161006070637im_/http://velocityinternetservices.com/img/icons/profile.png');
	background-repeat: no-repeat;
    background-position: 0px -3px;
    padding-left: 16px;
    margin-left: 10px;
}
#head-search .search-text {
    padding: 10px 30px 10px 5px;
	border:1px #CCC solid;
	width:120px;
}
#head-search .search-icon {
	position:absolute;
	right: 10px;
    top: 15px;
}

.footer hr {border-top: 2px solid #ea5058;}
.copyright {text-align:center;color:#FFF;
}
footer {color:#FFF;}
.footer-contact {padding:0;margin-top: 15px;}
.footer-contact li {list-style: none;margin: 0;padding: 10px 0px 10px 23px;}
.footer-contact .location {background:url('https://920a84.claudeassets.com/20161006070637im_/http://velocityinternetservices.com/img/icons/f_location.png') no-repeat left top;background-position: 0px 11px;}
.footer-contact .phone {background:url('https://f6ec98.claudeassets.com/20161006070637im_/http://velocityinternetservices.com/img/icons/f_phone.png') no-repeat left top;background-position: 0px 12px;}
.footer-contact .mail {background:url('https://a8038f.claudeassets.com/20161006070637im_/http://velocityinternetservices.com/img/icons/f_mail.png') no-repeat left top;background-position: 0px 13px;}
.footer-nav{width: 65%;list-style: none;padding: 0;}
.footer-nav li {padding:15px 0 15px 20px;border-bottom: 1px #949188 solid;background: url('https://5c86b9.claudeassets.com/20161006070637im_/http://velocityinternetservices.com/img/icons/list-arrow-double.png') no-repeat left top;background-position: 0px 19px;}
.footer-nav li a {color:#FFF;text-decoration:none;}

.logout i {font-size:11px;}

.plan-tags i {font-size:12px;margin-right:5px;}
.plan-tags {
	display:inline-block;
	padding: 5px 7px;
	background-color:#373d4b;
	color:#fff;
}
.panel, .panel-heading{border-radius:1px;}
.table-col-1 { background-color:#CCC; }
.table-col-2 { background-color:#EEE; }
/* Smartphones (portrait and landscape) ----------- */
@media (min-width : 320px)
and (max-width : 480px) {
/* STYLES GO HERE */
	.pageContent {padding:5px 10px;}
	.nav-main{height:auto;}
	.we-offer .inner{margin: 30px 20px 0 20px !important;padding: 30px 20px 20px 20px !important;}
	.we-offer .we-offer-wifi .inner:before, .we-offer .we-offer-globe .inner:before, .we-offer .we-offer-archery .inner:before {background-image: none !important;}
	.navigationTop .inner-div, .navigationTop:before, .navigationTop:after {display:none;}
	.nav-main li:first-child a {margin-left: 5px;}
	.nav-main li:last-child a {margin-right: 5px;}
	.nav-main li{margin:0 2px;}
	.head-left .row, .head-middle-inner, .head-right .head-right-inner {text-align:center;}
	#head-search input {width:96% !important;}
	.flip-container, .front, .back{width: auto !important;height: 185px !important;}
}
 
/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
/* STYLES GO HERE */
}
 
/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
/* STYLES GO HERE */
}
 
/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
/* STYLES GO HERE */
}
 
/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* STYLES GO HERE */
}
 
/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
/* STYLES GO HERE */
}
 
/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
/* STYLES GO HERE */
}
 
/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
/* STYLES GO HERE */
}
 
/* iPhone 5 (portrait &amp; landscape)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {
/* STYLES GO HERE */
}
 
/* iPhone 5 (landscape)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : landscape) {
/* STYLES GO HERE */
}
 
/* iPhone 5 (portrait)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait) {
/* STYLES GO HERE */
}
/*
     FILE ARCHIVED ON 01:13:24 Oct 26, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:42:34 Aug 28, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.608
  exclusion.robots: 0.067
  exclusion.robots.policy: 0.053
  esindex: 0.01
  cdx.remote: 14.347
  LoadShardBlock: 117.239 (3)
  PetaboxLoader3.datanode: 110.867 (4)
  PetaboxLoader3.resolve: 177.02 (2)
  load_resource: 212.616
*/