@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,700');

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.navbar-default .navbar-nav > li > a:link        {text-decoration: none; color: #ffffff;}
.navbar-default .navbar-nav > li > a:visited     {text-decoration: none; color: #ffffff;}
.navbar-default .navbar-nav > li > a:active      {text-decoration: none; color: #ffffff;}
.navbar-default .navbar-nav > li > a:hover       {text-decoration: none; color: #ffffff;}
/*
::-webkit-scrollbar { 
    display: none; 
}
*/

html, body {
    margin:0;
    padding:0;
    height:100%;
}

/* this disables scrolling in ff completely so can't use */
/*html { overflow: -moz-scrollbars-none; }*/

body {
    /*background: #ffffff;*/
    /*background: #0888AF;*/
    background: #0099CC url('../art/grad.png') repeat-x;
    /*background: ;*/
    color: #333333;
    min-height: 100%;
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 300;
    /*-webkit-font-smoothing: antialiased;*/
    text-rendering: optimizeLegibility; 
    /*-webkit-text-stroke:1px transparent;*/
/*    font-weight: normal;
    
    -webkit-font-smoothing: antialiased;*/
/*    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat:no-repeat;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background: -webkit-gradient(linear, left top, left bottom, from(#00377B), to(#0888AF));
    background: -moz-linear-gradient(top, #00377B, #0888AF);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00377B', endColorstr='#0888AF');*/
}

h1, h2, h3 {
    color: #f0f0f0;
}

.image img {
	border: 1px solid #333333;
}

.fade-in {
    opacity:0;
    -webkit-animation:fadeIn ease-in 1;
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;
    
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    
    -webkit-animation-duration:0.3s;
    -moz-animation-duration:0.3s;
    animation-duration:0.3s;
    
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.logo-fade-in {
    opacity:0;
    -webkit-animation:fadeIn ease-in 1;
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;
    
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    
    -webkit-animation-duration:0.3s;
    -moz-animation-duration:0.3s;
    animation-duration:0.3s;
    
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}

.flipped {
    transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -khtml-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
}

#logo {
    float: left;
    z-index: 10;
    left: 2px;
    top: 2px;
    position: fixed;
}

/*#logo {
    position: absolute;
    z-index: 10;
    left:50%;
    bottom: 50%;
}*/

#logo img:hover {
    transform: rotate(1deg);
}

#logo img {
    transform-style: preserve-3d;
    transition: all 100ms ease;
}

#pdq {
    position: fixed;
    z-index: 9;
}

/*.splash-text {
    color: #000000;
    background: #fa831d url('../art/fibres_corner.png') bottom right no-repeat;
    font-size: 0.8em;
    line-height: 1.6em;
    text-align: left;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    top: 285px;
    position: relative;
    padding: 32px;
    padding-left: 50px;
    border-radius: 6px;
    font-weight: 500;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}*/

.splash-text {
    max-width: 460px;
    position: relative;
    margin: 0 auto;
    /*display: block;*/
    background: #ff8827 url('../art/fibres_corner.png') bottom right no-repeat;
    top: 30%;
    text-align: left;
    color: black;
    border-radius: 6px;
    padding: 32px 52px;
}

#top, #bottom, #left, #right {
    background: white;
    position: fixed;
    z-index: 9;
}

#left, #right {
    top: 0;
    bottom: 0;
    width: 70px;
}

#top, #bottom {
    left: 0;
    right: 0;
    height: 40px;
}

#left {left: 0;} #right {right: 0;} #top {top: 0;} #bottom {bottom: 0;}

.navbar {
    background-color: #111111;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: 40px 70px 0 70px;
    border: none;
    height: 60px;
    font-size: 15px;
    position: fixed;
    z-index: 1;
    right: 0;
    left: 0;
}

.navbar-nav {
    float: right;
    /*margin-top: 6px;*/
}

.navbar-default .navbar-nav > li > a:hover {
    background: #333333;
}

.navbar-nav > li > a {
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #333333;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: -11px;
}

.nav > li {
    z-index: 1;
    -webkit-transform: translate3d(0,0,0); to 
}

.dropdown-menu {
    background-color: #333333;
    border-radius: 3px;
    border: none;
    padding: 15px 20px;
    min-width: 200px;
    color: #ffffff;
    box-shadow: 0 14px 18px rgba(0, 0, 0, .75);
}

.dropdown-menu > li > a {
    color: #ffffff;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    /*font-weight: 500;*/
    background-color: #222222;
    color: #ffffff;
}

.dropdown-menu.fade {
  display: block;
  opacity: 0;
  pointer-events: none;
}
.open > .dropdown-menu.fade {
  pointer-events: auto;
  opacity: 1;
}

.hovered {
    background: #333333;
}

.navbar-collapse {
    background: #111111;
}

.website-content {
    padding: 0;
    height: 100%;
}

.main {
    background-attachment: scroll;
    text-align: center;
    position: fixed;
    width: 100%;
    height: 100%;
}

.footer {
    left: 0;
    bottom: 0;
    width: 100%;
    color: #889ab3;
    font-size: 13px;
    z-index: 2;
}

.footer-info > .nav > li > a {
    padding: 3px 10px;
    color: #fa831d;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #fa831d;
    color: #111;
}

#footer-left {
    position: absolute;
    left:70px;
}

#footer-right {
    position: absolute;
    right: 100px;
}

.audacit-logo {
    float: right;
}

.audacit-logo img {
    float: right;
    position: relative;
    bottom: -30px;
    right: 0px;
    width: 150px;
    opacity: 0.3;
    filter: alpha(opacity=30)
}

.g-recaptcha {
    padding-bottom: 20px;
}

.contact-form {
    padding-top: 2%;
    color: #f0f0f0;
    /*max-width: 800px;*/
    margin: 0 auto;
}

.orange-link {
    color: #fa831d;
}

.orange-link:active, .orange-link:hover, .orange-link:focus {
    color: #fa831d;
    text-decoration: underline;
}

.control-label {
    font-weight: 300;
}

.features {
    padding-left: 7%;
    padding-right: 7%;
}

.feature {
    height: 200px;
    background: rgba(255,255,255,0.5);
    border-radius: 5px;
    margin-bottom: 12px;
    overflow: hidden;
}

.feature img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.feature-text {
    padding: 20px;
    font-weight: 500;
}

.feature-text dl {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.dark-background {
    background: #071f32;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom:10px;
    text-align: justify;
    color: #f0f0f0;
}

.orange-background h1, .orange-background h2, .orange-background h3, .orange-background h4, .trans-background h1, .trans-background h2, .trans-background h3, .trans-background h4 {
    color: #111;
}

.orange-background, .trans-background {
    color: #111;
    font-weight: 400;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom:10px;
    text-align: justify;
}

.trans-background {
    background: rgba(255,255,255,0.75);
}

.orange-background {
    background: #fa831d;
}

.no-background {
    color: #f0f0f0;
    font-weight: 400;
    border-radius: 5px;
    margin-bottom:10px;
    background: none;
    height: 100%;
    /*text-align: justify;*/
}

.no-background a, .dark-background a {
    color: #fa831d;
}

.page-padding {
    margin: 0 auto;
    max-width: 1600px;
}

.image img {
    width: 100%;
}

.acronym {
    /*letter-spacing: 8px;
    font-size: 18px;
    text-align: center;*/
    bottom: 15px;
    position: absolute;
    font-size: 13px;
}

.acronym span {
    display: inline-block;
}

.acronym span:first-letter {
    font-weight: 600;
}

.feature-back {
    background: url('../art/home/5.png') center no-repeat;
    background-size: cover;
}

.choose-speed, .choose-plan, .ask-perry {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    border-radius: 4px;
    background: rgba(0,0,0,0.75);
    cursor: pointer;
    font-weight: bold;
    color: #fa831d;
    top: 40%;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.choose-speed:hover, .choose-plan:hover, .ask-perry:hover {
    background: rgba(250,131,29,0.75);
    color: #111111;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s line
}

.last-dropdown {
    left: -65px;
}

.dropdown {
	width; 100%;
}

.speedtest-frame {
    border: 0;
    margin: 0;
    overflow: auto;
    width: 100%;
    min-height: 230px;
}


#product-63-area, 
#product-125-area, 
#product-250-area {
    display: none;
    /*min-height: 100%;*/
    min-height: 362px;
}

#new-user-area, 
#existing-user-area, 
#speed-area, 
#reliability-area, 
#value-area {
    display: none;
    min-height: 100%;
}

.accord-content {
    display: none;
}

.accord-content p {
    padding: 6px;
    background-color: #fba959;
    color: #111111;
    border-radius: 4px;
}

.btn-default {
    color: #f0f0f0;
    background-color: #071f32;
}

.btn-xs {
    min-width: 1px !important;
}

.accord-group {
    padding: 5px;
}

.accord-header {
    padding-left: 15px;
}

.accord-group:hover, 
.faq-buttons a:hover, 
.about-buttons a:hover, 
.product-buttons a:hover,
.btn-activated, .btn:hover  {
    background-color: #fa831d;
    color: #111!important;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

.accord-header {
    font-weight: bold;
    cursor: pointer;
}

.black-hr {
    height: 1px;
    color: #111;
    background-color: #111;
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* CSS for google map */
   
#gmap {
	min-height:500px;
	border: 1px solid gray;
}
.gm-style-iw * {
	display: block;
	width: 100%;
}
.gm-style-iw h4, .gm-style-iw p {
	margin: 0;
	padding: 0;
}
.gm-style-iw a {
	color: #4272db;
}

/*
.map {
     -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
*/

.register-info {
    color: #f0f0f0; 
    max-width: 500px; 
    margin: 0 auto; 
    padding: 0 10px;
    text-align: justify;
}

.strap {
	font-style: italic;
	color: #fa831d;
	margin-bottom: 30px;
    padding: 10px 0px;
}

.smallprint {
	font-size: 80%;
}

.phone {
	font-size: 133%;
}

.tick {
	color: #fa831d;
}

.inline {
	display: inline;
}

a:link.largelink {
	font-size: 150%;
	background-color: black;
	padding: 3px 6px;
	text-decoration: none;
	border-radius: 8px;
}
a:active.largelink {
	font-size: 150%;
	background-color: black;
	padding:3px 6px;
	text-decoration: none;
	border-radius: 8px;
}
a:visited.largelink {
	font-size: 150%;
	background-color: black;
	padding: 3px 6px;
	text-decoration: none;
	border-radius: 8px;
}
a:hover.largelink {
	font-size: 150%;
	color: white;
	background-color: orange;
	padding: 6px;
	text-decoration: none;
	border-radius: 12px;
}

a:link.bodylink {
	font-size: 100%;
	color: black;
	background-color: #fa831d;
	padding:2px 3px;
	text-decoration: none;
	border-radius: 4px;
}
a:active.bodylink {
	font-size: 100%;
	color: black;
	background-color: #fa831d;
	padding:2px 3px;
	text-decoration: none;
	border-radius:4px;
}
a:visited.bodylink {
	font-size: 100%;
	color: black;
	background-color: #fa831d;
	padding: 2px 3px;
	text-decoration: none;
	border-radius: 4px;
}
a:hover.bodylink {
	font-size: 100%;
	color: white;
	background-color: #071f32;
	padding: 3px;
	text-decoration: none;
	border-radius: 6px;
}



.needle {
    background: url(../art/needle.png) center no-repeat;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    position: relative;
}

.gauge-down {
    background: url(../art/speedtest-gauge-down.png) center no-repeat;
    background-size: contain;
}

.gauge-up {
    background: url(../art/speedtest-gauge-up.png) center no-repeat;
    background-size: contain;
}

.speed {
    position: relative;
    color: #00aac8;
    font-weight: 400;
    font-family: Helvetica, Arial;
}

.speedtestlink {
    position: relative;
    padding: 10px 30px;
}

.products-scrollspace, .about-scrollspace {
    position: initial;
    float: right;
}

.footer-button {
    padding: 3px 10px;
    color: #fa831d;
    background: transparent;
    border:none; 
    padding: 2px 10px;
}

.footer-button:hover {
    background-color: #fa831d;
    padding: 2px 10px;
    color: #111;
    border-radius:4px;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

.faq-buttons {
    margin: 0 auto 15px;
    width: 164px;
}

.about-buttons {
    margin: 0 auto 15px;
    width: 248px;
}

.product-buttons {
    margin: 0 auto 15px;
}

.faq-buttons a, .about-buttons a, .product-buttons a, {
    min-width: 80px;
    border: none;
    margin-bottom: 5px;
    font-weight: bold;
    color: #f0f0f0;
}

.btn {
    min-width: 80px;
    border: none;
    margin-bottom: 5px;
    color: #f0f0f0;
}

.modal-dialog {
    margin-top: 120px;
}

.modal-lg {
    max-height: 66%;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 10px;
    border: none;
}

.mCSB_inside>.mCSB_container {
    margin-right: 0;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.3);
}

.nointernet {
    display: none;
}

#small-copyright p {
    margin: 0;
    display: block;
    position: absolute;
    bottom: 0;
    font-size: 10px;
    text-align: center;
    width: 100%;
    color: #f0f0f0;
    left: 0;
}

#addressListSelect {
    color: #fa831d;
}

.cc_banner-wrapper {
    position: fixed !important;
}

.cc_container .cc_btn, .cc_container .cc_btn:visited {
    background-color: #071f32 !important;
    color: #f0f0f0 !important;
}

.cc_container .cc_btn:hover, .cc_container .cc_btn:hover {
    background-color: #fa831d !important;
    color: #000 !important;
}

.optiscroll-vtrack {
    width: 5px!important;
}

.modal-backdrop {
    z-index: 0;
}


  /**********************/
 /*** RESPONSIVE CSS ***/
/**********************/



@media (min-width: 320px){
    .container {
        /*width: 95%;*/
        margin: 0 auto;
    }

/*    .main {
        height: 100%;
    }*/

    #logo {
        position: fixed;
    }

    #logo img {
        width: 100px;
    }

    #pdq {
        position: absolute;
        left: 100px;
        top: 16px;
    }

    #pdq img {
        width: 160px;
    }

    .navbar {
        margin: 0;
    }

    #left, #right {
        display: none;
    }

    #top, #bottom {
        display: none;
    }

    #footer-left, #footer-right {
        display: none;
    }

    .footer {
        height: auto;
        position: relative;
        background: url(../art/footer_mobile.png);
        padding: 0 20px;
        min-height: 115px;
    }

    .footer-info {
        float: none;
        text-align: center;
        /*max-width: 480px;*/
        margin: 0 auto;
        padding-top: 10px;
        bottom: 20px;
        position: absolute;
        left: 0;
        right: 0;
        width: 290px;
    }

/*    .audacit-logo {
        float: none;
        width: 150px;
        margin: -25px auto;
        padding-bottom: 40px;
    }
*/
    .audacit-logo > img {
        float: none;
    }

    .features {
        padding-top: 80px;
    }

    .splash-text {
        display: none;
    }

    .main {
        background: none;
    }

    .askperry {
        padding: 10px;
    }

    .feature-text dl {
        font-size: 14px;
    }

    .features {
        top: 0;
        transform: translateY(0);
    }

    .navbar-nav > li > a {
        margin: 0px 5px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:active, .navbar-default .navbar-nav .open .dropdown-menu > li > a:visited {
         color: #f0f0f0; 
    }

    .page-padding {
        padding-top: 80px;
        padding-left: 0;
        padding-right: 0;
    }

    .image {
        padding: 6px;
    }

    .perry {
        margin-top: 0;
    }

    #speedtest-button {
        display: none;
    }

    .products-page-height { 
        height: auto;
    }

    .gauge {
        height: 120px;
        width: 140px;
        float: left;
        margin: 2px;
    }

    .gauges {
        height: 150px;
        width: 318px;
        float: none;
        margin: 0 auto;
    }

    .needle {
        width: 50px;
        height: 5px;
        top: 82px;
        left: 20px;
        }

    .speed {
        left: 90px;
        top: 85px;
        font-size: 14pt;
        max-width: 50px;
    }

    .product-buttons {
        max-width: 98%;
    }

    .no-background {
        padding-left: 0;
        padding-right: 0;
    }

    .speedtestlink {
        top: 60px;
    }

    .products-scrollspace {
        min-height: 400px;
    }

    .about-scrollspace {
        min-height: 460px;
    }

    .faq-scrollspace {
        min-height: 420px;
    }

    .strap {
        font-size: 160%;
        margin-top: 0;
    }

    h2 {
        font-size: 24px;
    }

    .footer-info {
        display: none;
    }

    .audacit-logo {
        float: none;
        width: 150px;
        margin: 0 auto;
    }

    .audacit-logo img {
        right: 0;
        bottom: -40px;
    }

    .mylivechat_inline {
        display: none;
    }

    .rates {
        font-size: 125%;
    }
}

@media (min-width: 768px){
    html, body{
        max-width: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .container {
        /*width: 90%;*/
        margin: 0 auto;
    }

/*    .main {
        height: calc(100% - 50px);
    }*/

    #logo, #pdq {
        position: fixed;
    }

    #pdq {
        left: 150px;
        top: 35px;
    }

    #pdq img {
        width: 200px;
    }

    #logo img {
        width: 150px;
    }

    #left, #right {
        width: 40px;
        display: block;
    }

    #top, #bottom {
        height: 25px;
        display: block;
    }

    .navbar {
        margin: 25px 40px 0 40px;
    }

    .navbar-nav > li > a {
        padding: 10px 10px;
    }

    .footer {
        position: fixed;
        height: auto;
        /*background: #111111; */
        padding: 0 70px;
    }

/*    .audacit-logo {
        margin: -25px auto 25px;
    }
*/
    .row {
        margin-bottom: 180px;
    }

    .askperry {
        padding: 10px;
    }

    .perry {
        margin-top: 30px;
    }

    .feature-text dl {
        font-size: 14px;
    }

    .features {
        padding-top: 130px;
    }
/*    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
         color: #333; 
    }*/

    .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
        margin-right: -15px;
        margin-left: -15px;
    }

    .page-padding {
        padding-top: 100px;
        padding-left: 7%;
        padding-right: 7%;
        padding-bottom: 110px;
    }

    .image {
        padding: 6px;
    }

    .contact-form {
        max-width: 665px;
    }

    .acronym {
        font-size: 1.6vw;
    }

    .products-page-height { 
        /*height: 700px;*/
    }

    .gauge {
        height: 226px;
        /*height: 170px;*/
        width: 290px;
        /*width: 218px;*/
        /*display: inline-block;*/
        margin: 10px auto;
        float: none;
    }

    .gauges {
        height: 100%;
        width: 33.3%;
        float: left;
    }

    .needle {
        width: 100px;
        height: 11px;
        top: 165px;
        left: 45px;
    }

    .speed {
        left: 93px;
        top: 170px;
        font-size: 21pt;
        max-width: none;
    }

    .product-buttons {
        max-width: 80%;
    }

    .no-background {
        padding: 10px 20px;
    }

    .speedtestlink {
        top: 142px;
    }

    .products-scrollspace {
        min-height: 100%;
    }

    #footer-left, #footer-right {
        bottom: -5px;
        display: block;
    }

    .footer-info {
        bottom: 27px;
        width: auto;
        float: left;
        padding-top: 60px;
        margin-left: 10px;
        position: relative;
        bottom: 0;
    }

    #small-copyright p {
        display: none;
    }

    .audacit-logo {
        float: right;
        margin: 0;
        padding: 0;
    }

    .audacit-logo img {
        right: 85px;
        bottom: -33px;
    }

    .mylivechat_inline {
        display: block;
    }
}

@media (min-width: 768px) and (max-height: 700px){
    .needle {
        top: 128px;
        left: 8px;
    }

    .gauge {
        /*height: 226px;*/
        height: 170px;
        /*width: 290px;*/
        width: 218px;
        /*display: inline-block;*/
    }

    .speed {
        left: 70px;
        top: 124px;
        font-size: 18pt;
        /*text-shadow: -1px 1px 8px #ffc, 1px -1px 8px #fff;*/
    }

    .speedtestlink {
        top: 98px;
    }

    .gauges {
        margin-top: 4%;
    }

    .strap {
        margin-top: 20px;
    }
}

/* Navbar collapse override */
@media (max-width: 992px){

  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .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-nav .open .dropdown-menu {
  position: static;
      float: none;
    /*margin-top: 0;*/
/*    width: auto;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;*/
    }

}

@media (min-width: 992px){

    .footer {
        bottom: 25px;
        min-height: 90px;
        height: 90px;
        background: url(../art/footer.png);
        background-size: 100% 100%;
    }

    .footer-info {
        float: left;
        padding-top: 60px;
        margin-left: 10px;
        position: relative;
        bottom: 0;
    }

    .splash-text {
        display: block;
    }

    .row {
        margin-bottom: 0;
    }

    .features {
        margin-top:0;
        padding-top: 0;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
/*        padding-top: 130px;
        margin-top: 130px;*/
    }


    .feature-text dl {
        font-size: 14px;
        font-size: 1.1vw;
    }

    .askperry, .interest {
        font-size: 18px;
        font-size: 1.1vw;
    }

    .navbar-nav > li > a {
        margin: 10px 5px;
    }

    .contact-form {
        max-width: 800px;
    }

    .acronym {
        font-size: 1.04vw;
    }

    #speedtest-button {
        display: inline-block;
    }

/*    .dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu{
        display: block;
    }
    .dropdown-menu{
        margin-top: 0;
    }
    .dropdown-toggle{
        margin-bottom: 2px;
    }
    .navbar .dropdown-toggle, .nav-tabs .dropdown-toggle{
        margin-bottom: 0;
    }*/

   .strap {
        font-size: 200%;
    }

    h2 {
        font-size: 30px;
    }

    #documents-menu {
        display: none;
    }

    .footer-info {
        display: block;
    }
}

@media (min-width: 1200px){
    .container {
        /*width: 90%;*/
        margin: 0 auto;
    }

/*    .main {
        height: calc(100% - 80px);
    }*/

    #left, #right {
        width: 70px;
    }

    #top, #bottom {
        height: 40px;
    }

    #pdq {
        left: 190px;
        top: 45px;
    }

    #pdq img {
        width: 300px;
    }

    #logo img {
        width: 200px;
    }

    .navbar {
        margin: 40px 70px 0 70px;
    }

    .navbar-nav > li > a {
        padding: 10px 20px;
    }

    .footer {
        bottom: 40px;
    }

    #footer-left, #footer-right {
        bottom: 5px;
    }

    .features {
        padding-top: 50px;
    }

    .page-padding {
        padding-top: 110px;
        padding-bottom: 130px;
    }

    .rates {
        font-size: 133%;
    }
}

/* CSS for various screen heights */

@media (max-height: 700px){
    .choose-speed, .choose-plan, .ask-perry {
        top: 28%;
    }

    #gmap {
        min-height:360px;
    }
}

@media (min-width: 992px) and (min-height: 735px){
    .features {
         padding-top: 0px; 
    }

    #box1, #box2, #box3 {
        height: 200px;
        margin-bottom: 10px;
    }
}

@media (min-width: 1200px) and (min-height: 850px){
    .feature {
        height: 300px;
    }

    .products-scrollspace {
        min-height: 400px;
    }
}

@media (min-width: 768px) and (max-height: 850px) {
    .no-background {
        padding: 0 20px;
        font-size: 12px;
    }

    h2 {
        font-size: 24px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    #products-page hr, #about-page hr {
        margin: 0;
        padding: 0 0 10px;
    }

    .strap {
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .about-scrollspace, .pages-scrollspace, .faq-scrollspace {
        min-height: 100%;
    }

    .accord-header {
        font-weight: normal;
    }

    .dark-background {
        margin-bottom: 5px;
    }

    .form-group {
        margin-bottom: 8px;
    }

    #box1, #box2, #box3 {
        height: 100%;
        max-height: 180px;
        margin-bottom: 10px;
    }
}





