@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
body {
    margin-top: 20px;
    margin-bottom: 20px;
    background: none;
    font-family: "Montserrat", sans -serif;
}
.container {
    width: 100%;
    max-width: 1280px;
}
a {
    color: #b3c833;
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.2);
    display: none;
}
.tab-content a {
    color: #5a5a5a;
}
.tab-content a:hover {
    color: #5a5a5a;
}
a:hover {
    color: #cce534;
}
.strap {
    margin-top: 30px;
    font-size: 40px;
    line-height: 40px;
    padding-top: 30px;
    margin-bottom: 60px;
}
.logo {
    max-width: 400px;
}
.logowrap p {
    font-size: 11px;
}
h1 {
    margin-top: 0px;
}
.white {
    color: #000;
}
.red {
    color: red;
}
.lightgray {
    color: #ccc;
}
.noccrequiredtxt {
    color: #009212;
}
.lightgraybg {
    background: #e6e6e6;
    padding: 10px 0px;
}
.whitebg {
    background: #ffffff;
}
.darkgraybg {
    background: rgba(0, 0, 0, 0.0);
}
#video {
    padding-bottom: 30px;
}
#theapps {
    margin-top: 20px;
}
#howto {
    margin-top: 20px;
}
.paneller {
    padding: 5px 0px 5px 0px;
    margin: 0px 3px -25px 3px;
    height: 220px;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.15);
    transition: all 0.5s ease;
}
.paneller:hover,
.paneller:focus {
    background: #ebebeb;
}
p {
    font-size: 13px;
}
.bootstrap-select .btn:focus {
    outline: none !important;
}
*:focus {
    outline: none !important;
}
.bootstrap-select > .btn {
    width: 100%;
    padding-right: 25px;
    border: 0;
}
.dropdown-menu>li>a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
}
label {
    position: absolute;
    left: 0px;
    top: -20px;
    color: #7d7d7d;
    transition: all 0.20s ease;
    -webkit-backface-visibility: hidden;
    pointer-events: none;
    font-size: 14px;
    font-weight: 400;
}
label .req {
    margin: 2px;
    color: red;
}
label.highlight {
    color: #7d7d7d;
}
input:not([type=checkbox]),
textarea {
    font-size: 16px;
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px 10px;
    background: #fff;
    background-image: none;
    border: 1px solid #e7e7e7;
    color: #000;
    border-radius: 0;
    transition: border-color .25s ease, box-shadow .25s ease;
}
textarea {
    font-size: 14px;
    display: block;
    width: 100%;
    height: 100px;
    padding: 10px 10px;
    background: #fff;
    background-image: none;
    border: 1px solid #e7e7e7;
    color: #000;
    border-radius: 0;
    transition: border-color .25s ease, box-shadow .25s ease;
}
.btn-default {
    border-color: #e7e7e7;
}
input:not([type=checkbox]):focus,
textarea:focus {
    outline: 0;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.39);
    -moz-box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.39);
    box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.39);
}
textarea {
    resize: vertical;
    margin-bottom: 20px;
}
.field-wrap {
    position: relative;
    margin-bottom: 30px;
}
.name-row:after {
    content: "";
    display: table;
    clear: both;
}
.name-row > div {
    float: left;
    width: 48%;
    margin-right: 4%;
}
.name-row > div:last-child {
    margin: 0;
}
.local-row:after {
    content: "";
    display: table;
    clear: both;
}
.local-row > div {
    float: left;
    width: 30%;
    margin-right: 5%;
}
.local-row > div:last-child {
    margin: 0;
}
.button {
    border: 0;
    outline: none;
    border-radius: 0;
    padding: 15px 0;
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 0 em;
    background: ##b3c833;
    color: #ffffff;
    transition: all 0.5s ease;
    -webkit-appearance: none;
}
.button:hover,
.button:focus {
    background: #ff8f8f;
}
.button-primary {
    border: 0;
    outline: none;
    border-radius: 0;
    padding: 15px 0;
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 0 em;
    background: #b3c833;
    color: #ffffff;
    transition: all 0.5s ease;
    -webkit-appearance: none;
}
.button-primary:hover {
    background: #8fa211;
}
.button-secondary {
    border: 0;
    outline: none;
    border-radius: 0;
    padding: 10px 0;
    font-size: 1.3rem;
    font-weight: 300;
    letter-spacing: 0 em;
    background: transparent;
    color: #ffffff;
    border: 1px solid #ccc;
    transition: all 0.5s ease;
    -webkit-appearance: none;
}
.button-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #ccc;
}
.button-block {
    display: block;
    width: 100%;
    margin: 0 auto;
}
#submitbtn {
    max-width: 250px;
}
.forgot {
    margin-top: -20px;
    text-align: right;
}
.signemailaddbottom {
    margin-top: -20px;
    text-align: center;
}
.panel {
    border: 0px;
    background-color: transparent;
    -webkit-box-shadow: 24px 28px 59px -19px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 24px 28px 59px -19px rgba(0, 0, 0, 0.49);
    box-shadow: 24px 28px 59px -19px rgba(0, 0, 0, 0.49);
}
.panel-body {
    padding-top: 30px;
    background-color: #f6f6f6;
}
.panel-default>.panel-heading {
    background-color: white;
    padding-left: 150px;
}
.panel-special>.panel-heading {
    background-color: white;
}
.formgraphic {
    background-color: rgba(0, 0, 0, 0.3);
}
#order_form ul {
    margin: 0px;
    padding: 0px;
}
#order_form ul li {
    list-style-type: none;
    color: red;
}
.margindn {
    margin-bottom: 15px;
}
.margindn-special {
    margin-bottom: 25px;
}
.thumbapp {
    width: 100px;
    height: 100px;
}
.pad {
    padding: 5px;
}
.nocc {
    position: absolute;
    z-index: 1000;
    width: 140px;
    height: 140px;
    background-image: url(http://cdn.freevrgoggles.com/img/nocc.png);
    background-size: 140px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: white;
    text-align: center;
    line-height: 18px;
    margin-top: -40px;
    margin-left: -140px;
    padding-top: 50px;
}
.board {
    margin: 0px auto;
    height: 300px;
    background: transparent;
    /*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}
.board .nav-tabs {
    position: relative;
    /* border-bottom: 0; */
    /* width: 80%; */
    
    margin: 0px auto;
    margin-bottom: 0;
    box-sizing: border-box;
}
.board > div.board-inner {
    background: rgba(0, 0, 0, 0.0);
}
p.narrow {
    width: 60%;
    margin: 10px auto;
}
.strapline {
    margin-left: 0px;
    color: #a9a9a9;
}
.strapline span {
    color: #b3c833;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    
    border: 0;
    border-bottom-color: transparent;
    background: rgba(230, 230, 230, 1);
}
span.round-tabs {
    width: 90px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 0px;
    background: transparent;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 14px;
}
span.round-tabs.one {
    color: #fff;
    border: 0px solid #000;
    background-color: #b3c833;
    border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
}
li.active span.round-tabs.one {
    color: #333;
    background: transparent !important;
    border: 0px solid #dddddd;
    border-bottom: none;
    border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
}
span.round-tabs.two {
    color: #fff;
    border: 0px solid #000;
    background-color: #b3c833;
    border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    text-indent: 20px;
}
span.round-tabs.two > .logo-os {
    position: absolute;
    width: 17px;
    height: 17px;
    background: url(http://cdn.freevrgoggles.com/img/androidlogowhite.png) no-repeat center center;
    background-size: 17px;
    top: 15px;
    left: 8px;
}
li.active span.round-tabs.two {
    color: #333;
    background: transparent !important;
    border: 0px solid #dddddd;
    border-bottom: none;
    border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
}
li.active span.round-tabs.two > .logo-os {
    position: absolute;
    width: 17px;
    height: 17px;
    background: url(http://cdn.freevrgoggles.com/img/androidlogoblk.png) no-repeat center center;
    background-size: 17px;
    top: 15px;
    left: 8px;
}
span.round-tabs.three {
    color: #fff;
    border: 0px solid #000;
    background-color: #b3c833;
    border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    text-indent: 18px;
}
span.round-tabs.three > .logo-os {
    position: absolute;
    width: 17px;
    height: 17px;
    background: url(http://cdn.freevrgoggles.com/img/ioslogowhite.png) no-repeat center center;
    background-size: 17px;
    top: 15px;
    left: 22px;
}
li.active span.round-tabs.three {
    color: #333;
    background: transparent !important;
    border: 0px solid #dddddd;
    border-bottom: none;
    border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
}
li.active span.round-tabs.three > .logo-os {
    position: absolute;
    width: 17px;
    height: 17px;
    background: url(http://cdn.freevrgoggles.com/img/ioslogoblk.png) no-repeat center center;
    background-size: 17px;
    top: 15px;
    left: 22px;
}
.nav-tabs > li.active > a span.round-tabs {
    background: transparent;
}
.nav-tabs > li {
    width: 16.43%;
}
.roundedcorner {
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
}
.nav-tabs > li a {
    width: 90px;
    height: 50px;
    margin: 0px auto;
    padding: 0;
}
.nav-tabs > li a:hover {
    background: transparent;
    border: 0px;
}
.tab-content {
    background: rgba(230, 230, 230, 1);
}
.tab-pane {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}
.tab-content .head {
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.btn-outline-rounded {
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}
.btn.green {
    background-color: #5cb85c;
    /*border: 2px solid #5cb85c;*/
    
    color: #ffffff;
}
.expl {
    margin-top: 20px;
    text-align: center;
    font-size: 10px;
}
#social:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
#social {
    -webkit-transform: scale(0.8);
    /* Browser Variations: */
    
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
.footer {
    margin: 30px auto;
    font-size: 15px;
}
.footer a:hover {
    color: white;
}
.ftrmenu a {
    font-size: 35px;
    margin: 10px;
    color: #b3c833;
}
.ftrmenu a:hover {
    color: white;
    text-decoration: none;
}
.copyright {
    color: #ccc;
    font-size: 12px;
    margin: 10px auto;
}
h3 {
    font-size: 27px;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: left;
    padding-right: 10px;
    line-height: 29px;
}
.iwonder {
    z-index: 1000;
    width: 250px;
    height: 250px;
    background-image: url(http://cdn.freevrgoggles.com/img/iwonder.png);
    background-size: 250px;
    font-size: 16px;
    font-weight: 400;
    color: #919191;
    text-align: center;
    line-height: 22px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 50px;
    letter-spacing: 0px;
}
.iapp {
    z-index: 1000;
    width: 250px;
    height: 250px;
    background-image: url(http://cdn.freevrgoggles.com/img/iapp.png);
    background-size: 250px;
    font-size: 16px;
    font-weight: 400;
    color: #919191;
    text-align: center;
    line-height: 22px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 50px;
    letter-spacing: 0px;
}
.image-tut {
    margin: 0px;
    padding: 0px;
}
.text-madeby {
    font-size: 9px;
    color: #b6b6b6;
}
#totut,
#toappz {
    cursor: pointer;
}
#theappz {
    padding: 0px;
    padding-bottom: 10px;
}
/* Support pages: */

.transparent-bg {
    background: transparent;
}
.textbox {
    margin: auto 0px;
    margin-bottom: 10px;
    background: #f6f6f6;
}
.textbox h1 {
    font-size: 20px;
    padding: 10px;
    padding-top: 15px;
    color: #333;
}
.textbox p {
    color: #8a8a8a;
    padding: 10px;
}
h1.extralarge {
    font-size: 30px;
    font-weight: 700;
    padding-left: 0px;
}
.space-above {
    margin-top: 20px;
}
.space-below {
    margin-bottom: 20px;
}
#order-number {
    width: 100%;
    min-width: 150px;
}
.btn {
    border-radius: 0px;
    font-size: 16px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.os-indicator {
    position: absolute;
    background-image: url(http://cdn.freevrgoggles.com/img/logo-android-os.png);
    width: 19px;
    height: 19px;
    background-size: 19px;
    left: 45%;
    top: 120px;
    background-repeat: no-repeat;
}
.os-indicator-special {
    position: absolute;
    background-image: url(http://cdn.freevrgoggles.com/img/logo-android-os.png);
    width: 19px;
    height: 19px;
    background-size: 19px;
    left: 38%;
    top: 120px;
    background-repeat: no-repeat;
}
.os-indicator-ios {
    position: absolute;
    background-image: url(http://cdn.freevrgoggles.com/img/logo-os-ios.png);
    width: 19px;
    height: 19px;
    background-size: 19px;
    left: 45%;
    top: 120px;
    background-repeat: no-repeat;
}
.os-indicator-ios-special {
    position: absolute;
    background-image: url(http://cdn.freevrgoggles.com/img/logo-os-ios.png);
    width: 19px;
    height: 19px;
    background-size: 19px;
    left: 52%;
    top: 120px;
    background-repeat: no-repeat;
}
@media( min-width: 240px) and ( max-width: 319px) {
    h3 {
        font-size: 13px;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .logo {
        max-width: 180px;
    }
    .strapline {
        margin-left: 0px;
    }
    .nav-tabs > li {
        width: 31.50%;
    }
    .nocc {
        width: 95px;
        height: 95px;
        background-size: 95px;
        margin-top: 0px;
        margin-left: -97px;
        padding-top: 50px;
    }
    .panel-default>.panel-heading {
        padding-left: 80px;
    }
}
@media( min-width: 320px) and ( max-width: 359px) {
    .panel-default>.panel-heading {
        padding-left: 86px;
    }
    .logo {
        max-width: 180px;
    }
    h3 {
        font-size: 14px;
        margin-top: 5px;
        margin-bottom: 10px;
        line-height: 19px;
    }
    .nav-tabs > li {
        width: 29.50%;
        margin-left: 7px;
    }
    .nocc {
        width: 95px;
        height: 95px;
        background-size: 95px;
        margin-top: 0px;
        margin-left: -97px;
    }
    .logowrap {
        margin-bottom: 100px;
    }
}
@media( min-width: 360px) and ( max-width: 479px) {
    .logo {
        max-width: 230px;
    }
    .panel-default>.panel-heading {
        padding-left: 96px;
    }
    h3 {
        font-size: 16px;
        margin-top: 5px;
        margin-bottom: 10px;
        line-height: 19px;
    }
    .nav-tabs > li {
        width: 12.70%;
    }
    .nocc {
        width: 110px;
        height: 110px;
        background-size: 110px;
        margin-top: -10px;
        margin-left: -110px;
    }
    .nav-tabs > li {
        width: 25.70%;
        margin-left: 7px;
    }
    .logowrap {
        margin-bottom: 160px;
    }
}
@media( min-width: 480px) and ( max-width: 649px) {
    .logo {
        max-width: 260px;
    }
    .nav-tabs > li {
        width: 12.70%;
    }
    .nocc {
        margin-top: -30px;
        margin-left: -140px;
        padding-top: 50px;
    }
    .nav-tabs > li {
        width: 19.00%;
        margin-left: 7px;
    }
    .logowrap {
        margin-bottom: 180px;
    }
}
@media( min-width: 650px) and ( max-width: 767px) {
    .nav-tabs > li {
        width: 14.80%;
    }
    .nocc {
        margin-top: -40px;
        margin-left: -147px;
        padding-top: 50px;
    }
    .logowrap {
        margin-bottom: 180px;
    }
    .panel-default>.panel-heading {
        padding-left: 150px;
    }
}
@media( min-width: 768px) {
    .logo {
        max-width: 400px;
    }
    .nav-tabs > li {
        width: 12.70%;
    }
    .nocc {
        margin-top: -30px;
        margin-left: -143px;
        padding-top: 50px;
    }
    .panel-default>.panel-heading {
        background-color: #fff;
        padding-left: 100px;
    }
}
@media( max-width: 768px) {
    input {
        font-size: 16px;
        height: 44px;
    }
    textarea {
        font-size: 16px;
        height: 120px;
    }
    .btn {
        border-radius: 0px;
        font-size: 14px;
        height: 44px;
    }
}
@media( min-width: 1024px) {
    .nav-tabs > li {
        width: 9.30%;
    }
    .nocc {
        margin-top: -26px;
        margin-left: -145px;
        padding-top: 50px;
    }
}
@media( min-width: 1200px) {
    .nav-tabs > li {
        width: 8.00%;
    }
    .nocc {
        margin-top: -40px;
        margin-left: -145px;
        padding-top: 50px;
    }
}
@media( min-width: 1366px) {
    .nav-tabs > li {
        width: 7.40%;
    }
    .nocc {
        margin-top: -30px;
        margin-left: -145px;
        padding-top: 50px;
    }
    h3 {
        font-size: 20px;
        line-height: 23px;
    }
}
@media( min-width: 1600px) {
    .nav-tabs > li {
        width: 7.40%;
    }
    .nocc {
        margin-top: -30px;
        margin-left: -145px;
        padding-top: 50px;
    }
}
@media( min-width: 1900px) {
    .nav-tabs > li {
        width: 7.40%;
    }
    .nocc {
        margin-top: -30px;
        margin-left: -145px;
        padding-top: 50px;
    }
}



/*
 * Cutom error/success colors 
 */
.alert p {
    color: #FFFFFF !important;
}
.alert-danger {
    background-color: #FF5252;
    border: 1px solid #BF3E3E;
}
.alert-danger p a {
    color: #FFEEEE;
    text-decoration: underline;
}

.alert-success {
    background-color: #4DAB24;
    border: 1px solid #3A801B;
}

.alert-success p a {
    color: #EEF7EA;
    text-decoration: underline;
}

/*
 * Social sharing stuff 
 */
.btn-sharing {
    width: 90%;
    margin: 1em auto;
    border: 1px solid;
    transition: all .2s ease-in-out;
}
.btn-sharing:hover {
    transform: scale(1.1);
}
.share-facebook,
.share-facebook:hover,
.share-facebook:active,
.share-facebook:visited {
    background-color: #305891;
    border-right-color: #182C49;
    border-bottom-color: #182C49;
    border-top-color: #6482AD;
    border-left-color: #6482AD;
    color: white;
}
.share-twitter,
.share-twitter:hover,
.share-twitter:active,
.share-twitter:visited {
    background-color: #2CA8D2;
    border-right-color: #165469;
    border-bottom-color: #165469;
    border-top-color: #61BEDE;
    border-left-color: #61BEDE;
    color: white;
}
.share-email,
.share-email:hover,
.share-email:active,
.share-email:visited {
    background-color: #738A8D;
    border-right-color: #3A4547;
    border-bottom-color: #3A4547;
    border-top-color: #96A8AA;
    border-left-color: #96A8AA;
    color: white;
}

.order-address {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 1em 0;
}

.press-related {
    padding:15px;
    background:#ccc;
    background: rgba(180,200,51,1);
    background: -moz-linear-gradient(left, rgba(180,200,51,1) 0%, rgba(43,183,0,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(180,200,51,1)), color-stop(100%, rgba(43,183,0,1)));
    background: -webkit-linear-gradient(left, rgba(180,200,51,1) 0%, rgba(43,183,0,1) 100%);
    background: -o-linear-gradient(left, rgba(180,200,51,1) 0%, rgba(43,183,0,1) 100%);
    background: -ms-linear-gradient(left, rgba(180,200,51,1) 0%, rgba(43,183,0,1) 100%);
    background: linear-gradient(to right, rgba(180,200,51,1) 0%, rgba(43,183,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4c833 ', endColorstr='#2bb700 ', GradientType=1 );
}

#video {
   margin-top: 115px;
}

@media( max-width: 991px) {
    #video {
        margin-top: 20px;
    }
}
