/**
 * This file should get overwritten if Method 1 is used. If Method 2 is chosen,
 * remove this comment and start adding your styles to this file.
 */

@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);

/*TODO:remove*/

.tabs--primary.nav.nav-tabs {
    display: none;
}

.page-node-197 p {
    color: #222;
}


/**
 * Maintenance
 */

body.maintenance-page {
    background: rgba(13, 12, 13, 0.87);
    font-family: 'Lato', sans-serif;
    color: #a1a1a1;
    font-size: 16px;
    padding: 20px;
    text-rendering: optimizeLegibility;
}

body.not-front body:not(.page-node-727) {
    padding-top: 100px;
}

img {
    margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Lato', sans-serif;
    color: #a1a1a1;
}

.maintenance-page #logo-title {
    display: none;
}

.maintenance-page #main-squeeze {
    text-align: center;
    padding-top: 3em;
}

.maintenance-page h1.title {
    display: none;
}

.maintenance-page h1 {
    font-size: 3em;
    font-family: 'Lato' sans-serif;
}

.maintenance-page a {
    color: #fff;
    font-size: 18px;
}


/**
 * Main css
 */


/*body*/

body {
    background: #fff;
    font-family: "Open Sans", sans-serif;
    color: #666;
    /*padding-top: 50px;*/
    /*-webkit-font-smoothing: antialiased;*/
    text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #323232;
}

h5 {
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
}

p {
    line-height: 20px;
    font-size: 14px;
    font-weight: 300;
    margin: 0px 0 10px 0;
    color: #888;
}

.main-navbar {
    background: #111;
    /*background: rgba(10, 10, 10, .9);*/
    color: #fff;
    border: none;
    border-color: transparent;
}

.main-navbar .navbar-nav > li > a {
    color: rgba(255, 255, 255, .7)!important;
    background: none!important;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 11px;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background: none!important;
    color: #fff!important;
    border: none;
}

button.navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: none;
}

.navbar-header {
    border: none;
}

.main-navbar .navbar-nav {
    /*float: right;*/
}

.logo img {
    width: 66px;
}

.front .page-header {
    display: none;
}

.page-node-727 .page-header {
    display: none;
}
.page-node-727 .impressum {
    display:none;
}

/**
 * Sections
 */

.section {
    position: relative;
}

.section-padded {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section.section-paralax {
    background-size: cover!important;
    min-height: 500px;
}

.section .owl-item .section-text {
    display: none;
}

.section .section-text {
    font-family: "Roboto Condensed", sans-serif;
    /* text-align: center; */
    position: absolute;
    top: 16%;
    left: 66px;
    right: 66px;
    color: #fff;
    z-index: 999999999;
    /*width: 40%;*/
}

.section-text .section-title {
    letter-spacing: 24px;
    font-weight: 400;
    font-size: 48px;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
}

.owl-carousel-wrapper {
    background: #000;
}

.owl-carousel-wrapper .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    z-index: 999;
    text-indent: -9999px;
    background: url('/sites/all/themes/bootstrap_subtheme/images/prev-light.png') no-repeat center center !important;
    cursor: pointer;
}

.owl-carousel-wrapper .owl-next {
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 0;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    z-index: 999;
    text-indent: -9999px;
    cursor: pointer;
    background: url('/sites/all/themes/bootstrap_subtheme/images/next-light.png') no-repeat center center !important;
}

.owl-carousel-wrapper .owl-pagination {
    position: absolute;
    left: 0;
    right: 0;
    height: 130px;
    bottom: 0;
    text-align: center;
}

.owl-carousel-wrapper .owl-page {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 6px;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
}

.owl-carousel-wrapper .owl-page.active {
    background-color: #fff;
}

.section-text .section-subtitle {
    /*letter-spacing: 4px;*/
    /*font-size: 15px;*/
}

.section.section-dark-gradient .section-inner {
    background: rgba(34, 34, 34, .6);
}

.section-parallax {
    background-position: center center!important;
    background-size: cover!important;
    position: relative;
}

.section-parallax .section-back-image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-size: cover!important;
    background-position-x: center!important;
    background-position-y: center!important;
    /*-webkit-transition-property: top, bottom;*/
    /*-webkit-transition-timing-function: linear;*/
    /* Safari and Chrome */
    /*transition-timing-function: linear;*/
    /*background-attachment:fixed!important;*/
}

.slide-1 {
    padding-top: 50px;
}


/*
.section.section-paralax.slide-1:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.32);
    z-index: 99999;
    content: '';
}*/

.btn.btn-transparent.btn-transparent-black,
.commerce-add-to-cart .btn {
    /* background-color: rgba(0, 0, 0, 0.58); */
    background-color: #fff;
    border: none;
    padding: 20px 30px;
    border-radius: 61px;
    opacity: 0.7;
    font-size: 18px;
    border: 1px solid #fff;
    font-family: "Roboto";
    letter-spacing: 2px;
    margin-top: 4px;
}

.btn.btn-transparent.btn-transparent-black a,
.commerce-add-to-cart .btn {
    color: #333;
    text-decoration: none;
}

.btn.btn-transparent.btn-transparent-black:hover,
.commerce-add-to-cart .btn:hover {
    opacity: 1;
}


/**
 * Presentation section
 */

.section-presentation .section-cta {
    padding-top: 50px;
    padding-bottom: 68px;
}

.section-presentation .title {
    letter-spacing: 4px;
    font-size: 30px;
    margin: 10px 0 0;
}

.presentation-play-button {
    font-size: 8em;
    color: #fff;
    position: relative;
    display: block;
}

.kickstarter-splash {
    max-width: 120px;
    margin: 0 auto;
}

.btn.btn-transparent {
    /*display: block;*/
}

.presentation-play-button span.fa.fa-play-circle {
    position: absolute;
    z-index: 99;
    left: 50%;
    color: #fff;
    top: 50%;
    margin-top: -44px;
    margin-left: -70px;
}

.presentation-play-button:hover,
.presentation-play-button:focus {
    color: #fff;
    opacity: 0.7;
}

.section-presentation .padded {
    padding: 15px;
    font-size: 1.2em;
}

.section-presentation span.black {
    font-weight: bold;
    color: #000;
}

.section-presentation span.green {
    color: #86C442;
    font-weight: bold;
}


/*buttons*/

.btn.btn-transparent {
    border: 1px solid;
}

.btn.btn-transparent a {
    color: #fff;
}

.btn {
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;
}

.btn.btn-transparent {
    background: none;
}

.btn.btn-transparent:hover {
    color: #333;
    background: #fff;
    border: 1px solid #fff;
}

.btn.btn-transparent:hover a {
    color: #333;
}


/**
 * nobcontrol presentation-features
 */

.features-box {
    position: relative;
    min-height: 100px;
    margin-bottom: 50px
}

.features-box-right {
    padding-right: 120px;
}

.features-box-left {
    padding-left: 120px;
}

.features-box .features-icon {
    font-size: 4em;
    position: absolute;
    color: #323232;
    top: 0px;
}

.features-icon.icon-nob-vertical {
    margin-left: 25px;
}

.features-box-right .features-icon {
    right: 30px;
}

.features-box-left .features-icon {
    left: 30px;
}

.float-center {
    float: none!important;
    margin: 0 auto;
}

.module-title {
    position: relative;
    letter-spacing: 4px;
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    color: #111;
    margin: 0 0 20px;
}

.module-subtitle {
    text-align: center;
    font-size: 16px;
    color: #111;
    margin-bottom: 40px;
}


/*.features-icon {
   width: 50px;
   height: 50px;
   display:block;
}
*/

.features-icon.icon-nob-vertical img {
    height: 100%;
}

.features-icon.icon-nob-horizontal {
    padding-top: 16px
}


/**
 * Features
 */

.features-title,
.alt-features-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 14px;
    color: #111;
    margin: 16px 0 15px;
}

.features-item {
    margin: 20px 0;
    text-align: center;
}

.features {
    background-color: #e9e9e9;
    padding-bottom: 80px;
}

.features .features-icon {
    text-align: center;
    width: 45px;
    font-size: 3em;
    margin-bottom: 41px;
    height: 50px;
    margin: 0 auto;
}


/**
 * Contact form
 */

.contact-form-wrapper .form-control {
    border-radius: 0;
    margin-bottom: 20px;
}

.webform-submit {
    display: block;
    width: 100%;
    background-color: #333!important;
    border: none!important;
}

.grippie {
    display: none!important;
}

.module {
    padding-top: 100px;
}

div.device {
    background-color: #fff;
}

div.contact {
    background-color: #fff;
    padding-bottom: 100px;
    padding-top: 70px;
    padding-bottom: 50px;
}



/**
 * Footer
 */

body {
    padding-bottom: 0
}

footer.footer-wrapper.bg-dark {
    margin-top: 0;
    padding: 10px 0;
    background-color: #111;
    color: #fff!important;
}

footer.footer-wrapper.bg-dark p,
footer.footer-wrapper.bg-dark a {
    color: #aaa;
}

.footer-social-links {
    text-align: right;
}


/**
 * Subscripe
 */

.module-small.section.bg-dark {
    background-color: #111;
    padding: 70px 0;
}

.callout-title {
    font-weight: 400;
    font-size: 1.5em;
    color: #fff;
    margin: 0;
}

.font-alt {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.support-us {
    background-color: #e9e9e9;
}

.video-parallax {
    display: block;
    height: 450px;
    position: relative;
    padding-bottom: 1px;
    background-attachment: fixed!important
}

.video-parallax .video-play-img {
    display: block;
    margin-top: 150px;
}

.video-parallax a.presentation-play-button {
    display: block;
    font-size: 14em;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}
.nac-video-parallax.video-parallax a.presentation-play-button {
    background: rgba(0, 0, 0, 0.52);
}
.page-node-727 .main-container {
    padding-bottom:0!important;
}
.page-node-727 .section,
.page-node-727 .nac-features {
    padding-top: 80px!important;
    padding-bottom: 40px!important
}
#nac-download .module-subtitle {
    margin-bottom: 10px;
}
.video-parallax .presentation-play-button span.fa.fa-play-circle {
    margin-top: -100px;
}

.nac-video-parallax {
    height: 300px;
}

.nac-video-parallax.video-parallax .video-play-img {
    margin-top: 6%;
}
#nac-requirements {
    padding-top: 20px;
    padding-bottom: 0;
    background: #111;
}

#nac-download {
  padding-top: 20px;
  padding-bottom: 0;
}

#nac-requirements h2 {
    color: #fff;
}

#nac-requirements .module-subtitle {
    color: #aaa;
}
section#block-block-16 {
    margin-top: 50px;
}

div#about-nac {padding-top: 60px!important;padding-bottom: 0px!important;}
div#about-nac h3 {
    display: none;
}
.nac-features .features-item {
    min-height: 223px;
} 
.about-nac .module-subtitle.font-serif {
    max-width: 700px;
    margin: 0 auto 40px auto;
}
.nac-features {
    padding-bottom: 15px;
    padding-top: 50px;
}
/*background-attachment fix*/

.back-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-size: cover!important;
    z-index: -1;
}

.section-text .section-subtitle p {
    font-size: 18px;
    line-height: 1.3;
    max-width: 850px;
    background-color: rgba(0, 0, 0, 0.67);
    padding: 15px 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Roboto", sans-serif;
    line-height: 26px;
    display: inline-block;
    color: #fff;
    margin-bottom: 5px;
}

p.impressum {
    font-size: 11px;
    line-height: 15px;
    text-transform: uppercase;
}

.loading-frame {
    position: fixed;
    background-color: #000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    z-index: 9999999999;
}

.loading-frame .spinner {
    position: fixed;
    width: 36px;
    height: 36px;
    left: 50%;
    margin-left: -18px;
    top: 50%;
    margin-top: -18px;
    border-radius: 50%
}

.loading-frame .nob-logo {
    position: fixed;
    width: 120px;
    height: 60px;
    left: 50%;
    margin-left: -60px;
    top: 50%;
    margin-top: -30px;
}

div#mc_embed_signup {
    background: none!important;
    padding: 0;
    position: relative;
}

input#mc-embedded-subscribe {
    position: absolute;
    top: 10px;
    right: -108px;
    height: 34px!important;
    border-radius: 0!important;
}


/*Contact webform thank you page*/

.webform-confirmation p {
    font-size: 2em;
    text-align: center;
    padding-top: 50px;
}

.page-node-2 .page-header,
.page-node-2 .links {
    display: none;
}

.footer-social-links a {
    font-size: 25px;
    margin-left: 15px;
}

.footer-social-links a:hover {
    opacity: 0.8;
}

.webform-confirmation {
    margin-top: 100px;
    text-align: center;
}

.page-node-2 .footer-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.kickstarter-btn {
    background-color: #2bde73;
    border: none;
    border-radius: 6px;
    font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1px;
    padding: 25px 35px;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.kickstarter-btn:hover {
    background-color: #1db95c;
    color: #fff;
}

.relative {
    position: relative;
}

.animated-arrow {
    width: 100px;
    height: 100px;
    background-color: red;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -52px;
    background: url("/sites/all/themes/bootstrap_subtheme/images/arrow-down.png")no-repeat center center;
}

.callout-text a {
    font-size: 11px;
    color: #aaa;
    text-transform: capitalize;
}

.not-front .main-container {
    padding-bottom: 80px;
    min-height: 600px;
}

.messages.error {
    padding: 20px;
    margin-bottom: 20px;
}


/**
 * Checkout page
 */

.page-checkout-complete {
    text-align: center;
    padding-top: 150px!important;
}


/**
 * nOb Order page
 */

.page-node-5 h1.page-header {
    text-align: center;
    font-family: "Open Sans", sans-serif;
}

.field-name-field-shipping-as-billing {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #dddddd;
    padding: 15px 15px;
    border-radius: 5px
}

select.form-control.form-select.required.quantity-field {
    max-width: 62px;
}

fieldset {
    margin-top: 20px!important;
}

.coupon-message,
.coupon-loader {
    display: block;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid;
}

.group-billing-info .panel-collapse .panel-heading {
    display: none;
}

.group-billing-info .panel-body div.panel-body {
    padding: 0;
    box-shadow: none!important;
    border: none;
}

.group-billing-info .panel-body .panel-default {
    border: none;
    margin-top: 0!important;
}

.field-name-field-comment .control-label {
    display: none;
}


/**
 * nOb Order review page
 */

table.views-table {
    width: 100%;
}

table.views-table tr {
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

table.views-table td,
table.views-table th {
    padding: 10px
}

table.views-table tr th {
    background: #f9f9f9;
    width: 30%;
}

.group-hidden {
    display: none;
}

.view-nob-overview table >thead tr:first-child {
    display: none;
}


/**
 * payment button
 */

button.paypal-button.large {
    color: transparent!important;
    text-shadow: none;
    background-image: none!important;
    box-shadow: none;
    z-index: 9999;
    position: relative;
    border-radius: 4px;
    margin-top: 40px;
    padding: 20px!important;
    min-width: 10px!important;
    display: none;
}

button.paypal-button.large:before {
    content: 'Submit order and proceed to payment';
    color: #fff!important;
    background: none!important;
    position: relative;
    font-size: 20px
}

.paypal-button button:after {
    display: none;
}

span.total-price-large {
    font-size: 18px;
    font-weight: bold;
}

.order-actions {
    margin-top: 30px;
    text-align: right;
}

.order-actions a {
    margin-left: 30px;
    float: right;
    display: inline-block;
    vertical-align: middle;
}

.order-actions a.order-cancel-btn {
    margin-top: 20px;
}

.order-actions .btn-success {
    padding: 20px 30px;
    font-size: 14px;
    max-width: 320px;
}

.checkout-top-banner {
    max-width: 61%;
    margin: 0 auto;
}

.cart-overview-wrapper td:first-child {
    width: 280px!important;
}

.field-name-field-billing-address .panel-default > .panel-heading {
    display: none;
}

.nob-overview-delivery-options.standard p.riority-label {
    display: none;
}

.capitalize {
    text-transform: capiatlize;
}

.node-order-form button[type="submit"] {
    float: right;
    padding: 20px 30px;
    font-size: 16px;
    margin-top: 20px;
}

.nob-overview-shipping-as-billing.false .billing-info {
    display: none;
}

.not-front .loading-frame {
    display: none;
}

.order-overview.terms-and-conditions {
    color: #615858;
    margin-bottom: -13px;
    text-align: right;
}

.node-type-order .alert-success {
    display: none;
}

.outofstock-banner {
    background: url('/sites/all/themes/bootstrap_subtheme/images/outofstock0.jpg') center center;
    background-size: cover;
    min-height: 600px;
}


body.not-logged-in .view-nob-overview .views-field-field-delivery-options {
    display:none;
}

/*outofstock*/

.availiability-newsletter-section div#mc_embed_signup {
    margin-top: 20px!important;
    margin-left: -10px!important;
}


/*payment options icon*/

img.paypal-option-icon {
    max-width: 170px;
    vertical-align: top;
    margin-left: 11px;
    margin-top: -17px;
}

.form-item-field-payment-types-und > label {
    margin-bottom: 30px
}

.availiability-newsletter-section #mc_embed_signup .mc-field-group label {
    margin-top: -20px;
}


.nac-front-overview {
    background: #e9e9e9;
    padding: 40px 0;
}
.nac-front-logo {
    margin-bottom: 30px;
}
.nac-overview-text {
    padding-top: 30px;
    font-size: 17px;
    text-align: right;
    /* padding-right: 30px; */
}

.nac-front-overview .nac-video-img {
    max-width: 300px;
    padding-left: 8px;
}

.text-left {
    text-align: left;
}
.technical-specs-wrapper {padding-top: 50px;}

.page-node-227,
.node-type-order {
    padding-top: 88px;
}

#return {
    padding-top: 88px;
}

/*==========  Non-Mobile First Method  ==========*/

@media only screen and (min-width: 980px) {
    .not-front .container {
        width: 970px;
    }
}


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
    input#mc-embedded-subscribe {
        position: relative;
        right: auto!important;
    }

    /*outofstock*/
    .availiability-newsletter-section div#mc_embed_signup {
        margin-left: 0px!important;
        padding-left:0px!important;
    }
    /*outofstock*/
    .availiability-newsletter-section div#mc_embed_signup form{
        padding-left:0px!important;
    }
}
.nav-container {
    position:relative;
}

a.nav-buy-now {
    position: absolute;
    right: -1px;
    top: 0px;
    border: 1px solid;
    padding: 15px 10px;
    background-color: #73B409!important;
    color: white;
    border: none;
    height: 50px;
    font-weight:bold;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.09) 8%, rgba(0,0,0,0) 22%, rgba(0,0,0,0) 71%, rgba(0,0,0,0.07) 89%, rgba(0,0,0,0.2) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.09) 8%,rgba(0,0,0,0) 22%,rgba(0,0,0,0) 71%,rgba(0,0,0,0.07) 89%,rgba(0,0,0,0.2) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.09) 8%,rgba(0,0,0,0) 22%,rgba(0,0,0,0) 71%,rgba(0,0,0,0.07) 89%,rgba(0,0,0,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#33000000',GradientType=0 );
}
.navbar-collapse {
    border-top:none!important;
}
ul.technical-specs {
    padding-left:18px;
}
ul.technical-specs li {
    padding-left:150px;
    position:relative;
    margin-bottom:5px;
}
ul.technical-specs li strong {
    display: block;
    position:absolute;
    left:0;
    top:0;
}
.user-guide-link {
    margin-top: 45px;
    font-weight:bold;
}

.download-links {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;

}
.download-links > * {
    display:inline-block;
    text-align:center;
    width: 170px;
}

.windows img {
    width: 120px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.apple img {
    width: 120px;
    margin-top: 40px;
    margin-bottom: 20px;
    
}

@media only screen and (min-width: 1200px) {
    a.nav-buy-now {
        right: -12px;
    }
}

@media only screen and (max-width: 1199px) {
    .no-matter-text {
        margin-top: -20px;
    }
}
/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    .nac-front-overview .nac-video-img {
        margin: 0 auto;
    }
    .nac-overview-text {
        text-align: center;
        margin-bottom: 50px;
        margin-top: -8px;
        max-width: 428px;
        margin-left: auto;
        margin-right: auto;
    }
    .nac-features .features-item {
        max-width: 345px;
        margin: 0 auto;
        margin-bottom: 42px;
    }
    .nac-features .features-item {
        min-height: 165px;
    }
    .features-box-right {
        padding-right: 0;
        padding-left: 120px;
        text-align: left;
    }
    .features-box-right .features-text {
        text-align: left;
    }
    .features-box-right .features-icon {
        left: 30px;
        right: auto;
        text-align: left;
    }
    .right-pane .features-box-left {
        padding-left: 0;
        padding-right: 120px;
        padding-left: 25px;
        text-align: right;
    }
    .right-pane .features-box-left .features-icon {
        right: 30px;
        left: auto;
        margin-right: 25px;
    }
    .right-pane .features-icon.icon-nob-horizontal {
        right: 6px;
        padding-top: 30px;
    }

    .no-matter-text {
        margin-top:-65px;
    }

    .technical-specs-wrapper .pull-right {
        margin-bottom: 35px;
    }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    .section-text .section-subtitle p {
        margin-bottom: 0;
    }
    form#mc-embedded-subscribe-form {
        padding-left: 0!important;
    }
    .section-text {
        top: 60px!important;
    }
    .section-text .section-subtitle p {
        font-size: 11px;
    }
    .section-text a.btn.btn-transparent.btn-transparent-black {
        margin-top: -10px!important;
        font-size:11px!important;
    }
    .owl-carousel-wrapper .owl-pagination {
        height:60px;
    }
    a.nav-buy-now {
        right:70px!important;
    }
}

@media (min-width: 768px) and (max-width: 771px) {
    a.nav-buy-now {
        right:0!important;
    }
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {}


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {}


/* Bitcoin option */
.form-item-field-payment-types-und .form-item.form-item-field-payment-types-und:nth-child(3) {
    margin-top: 30px;
}
.form-item-field-payment-types-und .form-item.form-item-field-payment-types-und:nth-child(3) img {
    width: 40px;
    margin-top: -10px;
    margin-left: 20px;
}
