@font-face {
    font-family: 'Daniel Black';
    src: url('/web/fonts/danielbk-webfont.eot'); /* IE9 Compat Modes */
    src: url('/web/fonts/danielbk-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/web/fonts/danielbk-webfont.woff') format('woff'), /* Modern Browsers */
    url('/web/fonts/danielbk-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('/web/fonts/danielbk-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Avenir';
    src: url('/web/fonts/avenir-medium.otf');
}

@font-face {
    font-family: 'Avenir-bold';
    src: url('/web/fonts/avenir-heavy.otf');
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Avenir", Helvetica, sans-serif;
    font-size: 14px;
    color: #4D5056;
    background-color: #222;
}

img {
    max-width: 100%;
}

b {
    font-family: Helvetica, sans-serif !important;
}

h1 {
    color: #72b400 !important;
    font-family: 'Daniel Black', cursive;
    font-size: 36px !important;
    display: inline-block;
    letter-spacing: 2px;
}

h2 {
    color: #393e3a;
    font-size: 30px !important;
    display: inline-block;
}

h3 {
    color: #fff;
    font-size: 52px;
    margin-top: 150px;
}

h5 {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #aeb0b2;
    margin: auto;
}

h5:before {
    content: '';
    display: block;
    width: 200px;
    margin: auto;
    height: 1px;
    background-color: #aeb0b2;
    margin-bottom: 2px;
}

h5:after {
    content: '';
    display: block;
    width: 200px;
    margin: auto;
    height: 1px;
    background-color: #aeb0b2;
    margin-bottom: -2px;
}

h6 {
    color: #393e3a;
    font-size: 20px;
}

p {
    /*  text-align: justify; */
    font-size: 14px !important;
}

.navbar-default {
    background-color: #fff;
    border: none;
    width: 100%;
    max-width: 100%;
    height: 150px;
}

.navbar-brand {
    margin-left: 40px;
    width: 400px;
    height: 100px !important;
    background-image: url('/web/img/logo-horizontal.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.navbar-nav {
    margin-top: 25px;
    margin-right: 40px;
}

.navbar-nav li a {
    text-decoration: none;
}

.navbar-nav li a:hover:after,
.navbar-default .navbar-nav>.active>a:after,
.navbar-default .navbar-nav>.active>a:focus:after,
.navbar-default .navbar-nav>.active>a:hover:after{
    content: '';
    display: block;
    width: inherit;
    height: 2px;
    background-color: #72b400;
    margin-bottom: -2px;
    animation: link .9s ease;
}

@keyframes link {
    from { width: 0; }
    to   { width: 100%;}
}

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

.collapse {
    background-color: #fff;
    padding-top: 20px;
}

.btn-primary {
    background-color: #51C2E1;
    border: 1px solid #45a5bf;
    font-size: 18px;
    color: #fff !important;
}

.btn-primary:hover, .btn-primary:active {
    background-color: #4fc8e6;
    border: 1px solid #49adc9;
}

.btn-success {
    background-color: #72b400;
    border: 1px solid #68a500;
    font-size: 18px;
    color: #fff !important;
}

.btn-success:hover, .btn-success:active {
    background-color: #7ac000;
    border: 1px solid #72b400;
}

.btn-default {
    background-color: #aeb0b2;
    border: 1px solid #a5a7a9;
    font-size: 18px;
    color: #fff !important;
}

.btn-default:hover, .btn-default:active {
    background-color: #b2b4b6;
    border: 1px solid #aeb0b2;
}

.btn-green {
    font-family: 'Daniel Black', cursive;
    background-color: #72b400;
    border: 1px solid #68a500;
    font-size: 30px;
    color: #fff !important;
    border-radius: 1px;
    padding-top: 15px;
}

.btn-green:hover, .btn-green:active {
    background-color: #7ac000;
    border: 1px solid #72b400;
}

.intro-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background-image: url('/web/img/hero-img.jpg');
    background-size: cover;
}

.intro-section .phone {
    margin-top: 54px;
}

.about-section {
    height: 100%;
    padding-top: 250px;
    /* text-align: justify; */
    background-color: #dfdede;
    font-size: 14px;
}

.about-section > div {
    padding: 40px 0 40px 0;
}

.pricing-section {
    height: auto;
    padding-top: 150px;
    background-color: #03b8df;
    text-align: center;
    position: relative;
}

.pricing-section h1, .pricing-section h2 {
    color: #fff !important;
}

.pricing-section h2 {
    margin-left: 10px;
    font-size: 32px;
}

.pricing-section h4 {
    font-size: 22px;
    line-height: 2px;
}

.pricing-footer {
    background-color: #aeb0b2;
    padding: 24px;
    width: 100%;
    font-size: 17px;
    margin: 4px;
    border-right: 7px solid #03b8df;
}

.pricing-footer i {
    font-size: 10px;
}

.pricing-section .phones {
    position: relative;
    margin-top: 30px;
    display: flex;
    display: -webkit-flex;
}

.phone-left, .phone-middle, .phone-right {
    margin: 4px;
    background-color: #3c3c3c;
}

.phone-body {
    width: 260px;
    max-width: 100%;
    padding: 25px;
    text-align: left;
    margin: 0 40px;
    color: #fff;
    position: relative;
    padding-bottom: 60px;
}

.phone-body .pricing-content-bottom {
    max-width: 100%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 320px;
}

.phone-body h1 {
    text-align: center;
    color: #7ac000 !important;
    font-size: 20px !important;
}

.phone-body span {
    font-family: Helvetica, sans-serif;
    color: #03b8df;
}

.phone-body a, .phone-body i {
    display: inline-block;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.phone-body i {
    margin-top: 27px !important;
}

.purchase-section {
    height: 100%;
    padding-top: 200px;
    background-color: #393e3a;
    color: #fff;
}

.purchase-section h4,
.testimonials-section h4 {
    text-align: center;
    font-size: 24px;
    color: #fff;
    margin-bottom: 80px;
}

.purchase-section h4:before,
.purchase-section h4:after,
.testimonials-section h4:before,
.testimonials-section h4:after {
    content: '';
    display: inline-block;
    height: 2px;
    background-color: #aeb0b2;
    margin-bottom: 6px;
    width: 400px;
    max-width: 30%;
    border-left: 50px solid #fff;
    border-right: 50px solid #fff;
}

.purchase-section h4:before,
.testimonials-section h4:before {
    margin-right: 40px;
}

.purchase-section h4:after,
.testimonials-section h4:after{
    margin-left: 40px;
}

.purchase-section p {
    color: #fff;
}

.checkbox {
    appearance: none;
    -webkit-appearance: none;
    background-color: #3c3c3c;
    border: 1px solid #575757;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
}

.checkbox:checked {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
    color: #7ac000;
}

.checkbox:checked:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 2px;
    left: 3px;
    color: #7ac000;
}

.totals i {
    color: #7ac000;
}

td {
    padding: 5px;
}

.payment {
    width: 505px;
    height: 306px;
}

.payment .front,
.payment .back {
    border-radius: 10px;
    margin-left: 100px;
    padding: 36px;
    background-image: url('/web/img/BKGRND_PAYMENT_SECTION.png');
}

.payment h2 {
    color: #fff;
    font-size: 36px !important;
    font-weight: bold;
    margin-top: 10px;
}

.payment select {
    background-color: #fff;
    height: 25px;
    width: 141px;
    margin-top: 5px;
    border-radius: 1px;
    border: none;
    padding: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;  /* remove default arrow */
    background-image: url('/web/img/dropdown-arrow.png');
    background-repeat: no-repeat;
    background-position: center right;
}

.payment .row:first-child {
    margin-bottom: 20px;
}

.payment label {
    margin: 5px;
}

.payment-btn button {
    margin-right: 65px;
    margin-top: 30px;
}

.flip-card {
    margin-top: 100px;
    margin-left: -50px;
}

.flip-card span {
    color: #7ac000;
    cursor: pointer;
}

.contact-section {
    padding-top: 200px;
    background-color: #f5f5f5;
}

.contact-section h1 {
    font-size: 28px !important;
}

.contact-section h2 {
    font-size: 34px !important;
}

.contact-form {
    margin-top: 30px;
    margin-bottom: 0;
    height: 522px;
    background-color: #03b8df;
    box-shadow: 1px 0 2px #ababab;
    padding: 40px;
}

.contact-form input, .contact-form textarea {
    width: 100%;
    border: 1px solid #000;
    padding: 15px;
}

.contact-form input {
    height: 50px;
}

.contact-form textarea {
    height: 160px;
}

.contact-form button {
    width: 100%;
    height: 60px;
}

.contact-info {
    padding-top: 30px;
}

.testimonials-section {
    padding-top: 200px;
    background-color: #393e3a;
}

.testimonials-section h2 {
    color: #fff !important;
}

.testimonial {
    margin-top: 70px;
    background-color: #7ac000;
    padding: 40px;
    border: 5px solid #393e3a;
    /* text-align: justify; */
}

@media (max-width: 1024px) {
    .about-section .row {
        text-align: center;
        margin-top: -270px;
    }

    .phones .phone-left, .phone-middle, .phone-right {
        border: 1px solid #03b8df;
        border-bottom: none;
        margin-left: -6px;
        margin-bottom: 10px;
        padding-bottom: 30px;
    }

    .flip-card {
        padding-left: 40px;
    }

    .pricing-section {
        display: block;
        height: auto;
    }

    .phone-body {
        margin-left: 0;
    }
}


/* Tablets, landscape iPad, lo-res laptops & desktops */
@media (max-width:801px) {
    .navbar-default {
        width: 100%;
        height: 55px;
        padding: 10px;
    }

    .navbar-brand {
        background-image: url('/web/img/logo-cubes-only.png');
        width: 50px;
        margin-top: -7px;
    }

    .navbar-nav {
        margin: -7px 0 0 0;
    }

    .intro-section .row {
        position: absolute;
        top: -60px;
    }

    .purchase-section .container, .contact-section .container {
        margin-top: -150px;
    }

    .pricing-section img {
        margin-top: -150px;
    }

    .product {
        margin-top: -50px;
        margin-bottom: 10px;
    }

    .phone-body {
        padding: 10px !important;
        margin: 0;
    }

    .phone-body p {
        font-size: 12px !important;
    }

    .phone-body h1 {
        text-align: center;
        font-size: 16px !important;
    }

    .phone-body h5 {
        text-align: center;
        font-size: 12px !important;
    }

    .totals table {
        width: 50%;
        margin: auto;
    }

    .payment-top, .payment-body, .payment-btn {
        margin-top: -20px;
    }

    .contact {
        margin-top: 50px;
    }

    .testimonials-section .container {
        margin-top: -100px;
    }
}

@media (max-width: 976px) {
    .navbar-brand {
        margin-top: -50px;
    }

    .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 {
        position: relative;
        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;
    }
}

@media (max-width:768px) {
    footer .nav {
        text-align: center;
        margin-left: 0;
    }

    footer .nav li {
        display: inline;
    }

    footer .nav a {
        display: inline;
        padding: 10px 5px;
    }

    .pricing-content-bottom {
        top: 270px !important;
    }
}

@media(min-width:790px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}

@media (max-width:430px) {
    .navbar, .navbar-default, .navbar-header {
        width: 430px;
        max-width: 100%;
    }

    .navbar-default {
        max-width: 100%;
        height: 55px;
        padding: 10px;
    }

    .pricing-content-bottom {
        position: relative !important;
        bottom: 0;
        top: 0 !important;
        text-align: center;
    }

    .navbar-brand {
        background-image: url('/web/img/logo-cubes-only.png');
        width: 50px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .navbar-nav {
        margin: -20px 0 0 0;
    }

    .about-section, .pricing-section, .purchase-section, .contact-section, .testimonials-section {
        height: auto;
    }

    .totals table {
        width: 100%;
        margin: auto;
    }

    .pricing-section .phones {
        display: block;
    }

    .phone-body {
        width: 100%;
    }

    .purchase-section h4:before,
    .purchase-section h4:after,
    .testimonials-section h4:before,
    .testimonials-section h4:after {
        content: '';
        display: block;
        height: 2px;
        background-color: #aeb0b2;
        margin-bottom: 6px;
        width: 100%;
        max-width: 100%;
        border-left: 50px solid #fff;
        border-right: 50px solid #fff;
    }

    .purchase-section h4:before,
    .testimonials-section h4:before {
        margin-right: 0;
    }

    .purchase-section h4:after,
    .testimonials-section h4:after{
        margin-left: 0;
    }

    .payment {
        width: 100%;
        height: 430px;
        margin-left: -100px;
        padding: 0;
    }

    .payment h2 {
        font-size: 24px !important;
    }

    .type {
        margin-bottom: 20px;
    }
}

footer {
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
}

footer .navbar-inverse {
    border-radius: 0;
    border: none;
}

footer .row-1 {
    padding-bottom:30px;
}

footer .row-2 {
    margin-top: 30px;
    height: 90px;
    color: #969696;
}

footer .lime-copyright {
    color:#444;
}

footer .mistake-text {
    color:#fff;
}

footer .lime-rickey-link {
    color:#6dd93b;
}

footer .row-3 {
    margin-top:30px;
}

.footer-container {
    position: relative;
    z-index: 1;
}

.gear-canvas {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.25;
    z-index: 0;
    height: 100%;
}

.limes-footer {
    word-wrap:break-word;
    overflow-x:auto;
    margin-right:20px;
    font-weight:300;
    text-align:right;
    color:#999;
    float:right;
}

.limes-footer a, .limes-footer a:visited {
    color:white !important;
}

.limes-footer a:hover {
    color: #6dd93b !important;
    text-decoration:none !important;
}