@import url(fonts.css);
/*
 * Customize
 * Colors ---
 */

body {
    background: white !important;
}
footer {
    background: #232323 !important;
}
header {
    background: #5F4D69 !important;
}
.img-cover {
    background: url(../images/hero-image.png) 50% no-repeat;
    background-size: cover;
}
.btn-blue,
.video-price {
    color: white !important;
    background: #50a7ff !important;
}
.btn-blue:hover {
    background: #5bc1ff !important;
    color: white !important;
}
.video-box-item a:hover .video-price {
    background: #F5A623 !important;
}
/*
 * End Customization
 * Colors ---
 */


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

.btn {
    border-radius: 5px;
    font-size: 15px;
    font-weight: 700;
    background: #f9f9f9;
    padding: 10px 25px;
}
h1 {
    font-size: 64px;
    font-weight: 100;
    padding-left: 30px;
    padding-right: 30px;
}
h2 {
    font-size: 36px;
    font-weight: 300;
}
h3 {
    font-size: 14px;
    font-weight: 700;
    color: #848484;
    padding-bottom: 10px;
}
body {
    font-family: "Helvetica Neue", "Open Sans", sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
}
header {
    min-height: 650px;
    position: relative;
    overflow: hidden;
}
.img-cover {
    min-height: 650px;
}

.sliding-browser {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -450px;
    opacity: 0;
    padding: 0 40px;
}
.sliding-browser img {
    margin: 0 auto;
}
.heading {
    color: white;
    padding-top: 0;
}
.heading .btn {
    min-width: 200px;
}
.sub-text {
    font-size: 18px;
    opacity: .5;
    font-weight: 100;
    width: 60%;
    margin: 0 auto 30px;
}
.sub-secondary {
    font-size: 18px;
    font-weight: 300;
    width: 70%;
    margin: 0 auto;
    color: #999;
}
#ca {
    display: block;
    text-align: center;
    padding-bottom: 25px;
    font-size: 18px;
}
.top-nav {
    padding: 20px;
}
.top-menu {
    text-align: right;
    font-size: 14px;
    line-height: 1;
    padding-top: 32px;
}
.top-menu a {
    font-weight: 100;
    color: white;
    margin: 0 10px;
}
.top-menu * {
    vertical-align: middle;
}
/* Top cart */
.top-cart {
    display: inline-block;
    border-left: 2px solid white;
    padding-left: 15px;
    margin-left: 5px;
}
.top-cart .count {
    margin-left: 6px;
    background: rgba(255,255,255, .3);
    color: white;
    font-weight: 700;
    border-radius: 4px;
    padding: 2px 7px;
    font-size: 12px;
}
/* Sections */
.page-section-header {
    padding: 30px 0 10px;
}
.separator {
    background: url("../images/separator.png") 50% repeat-x;
    height: 26px;
    background-size: 1000px;
    margin: 0 auto 10px;
}
.shop-section {
    padding-bottom: 60px;
}
.nav-tabs {
    border-bottom: 0;
    margin-bottom: 60px;
}
.nav-pills > li {
    display: inline-block;
    float: none;
    margin-bottom: 10px;
}
.nav-tabs > li > a {
    font-size: 14px;
    font-weight: 300;
    border-radius: 5px;
    border: 1px solid #E5E5E5;
    color: #777;
    padding: 3px 30px;
    margin: 1px 5px;
    text-decoration: none;
}
.nav-tabs > li > a:hover {
    background: white;
    color: #4a90e2;
    text-decoration: none;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    border: 2px solid #4a90e2;
    color: #4a90e2;
    background: white;
    margin: -1px 4px 1px;
    text-decoration: none;
}

/* Video box item */
.video-box-item {
    border-radius: 4px;
    margin-bottom: 25px;
}
.video-box-item a {
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.13);
    border-radius: 4px;
    position: relative;
    display: block;
    color: #666;
    text-decoration: none;
    font-weight: 300;
}

.video-price {
    border-radius: 4px;
    color: white;
    font-size: 18px;
    font-weight: 700;
    padding: 3px 10px 3px 7px;
    position: absolute;
    top: 10px;
    left: -5px;
}
.video-price img {
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -1px;
}
.video-preview {
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}
.video-title {
    padding: 10px 10px 15px;
    display: block;
    line-height: 1;
    font-weight: bold;
    overflow: hidden;
}
.video-user {
    padding: 15px 10px 10px;
    display: block;
    color: #A6A6A6;
    font-size: 12px;
}
.video-user .avatar {
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    position: relative;
    top: -2px;
}

/* Footer */
footer {
    padding: 20px;
}
.newsletter-signup {
    text-align: right;
    display: none !important;
}
.newsletter-signup span {
    font-weight: 200;
    color: #fff;
    padding-right: 15px;
    display: block;
    text-align: left;
    padding-bottom: 10px;
    padding-top: 0;
    clear: both;
    padding-left: 15px;
}
.newsletter-signup .field-label {
    padding-bottom: 10px;
    display: block;
    padding-left: 15px;
}
.newsletter-signup .form {
    display: inline-block;
}
.newsletter-signup * {
    vertical-align: middle;
}
.newsletter-signup .email {
    background: #191919;
    border: 1px solid #494949;
    border-radius: 4px;
    padding: 7px 15px;
    color: white;
    font-size: 14px;
    font-family: "Helvetica Neue", "Open Sans", sans-serif;
    width: 100%;
    font-weight: 300;
    margin-bottom: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.newsletter-signup .submit {
    padding: 7px 15px;
    font-size: 14px;
    border-radius: 4px;
    font-weight: 300;
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
footer .copy-area {
    padding: 20px 0 0px;
    margin-top: 20px;
    border-top: 1px solid #333;
    color: #666;
    font-size: 13px;
    font-weight: 300;
}
footer .logo-spot,
footer .col-md-9 {
    margin-top: 5px;
}
/* Dropdowns */
.dropdown-menu > li {
    margin: 0 !important;
}
.dropdown-menu > li > a {
    font-weight: 300;
}
.nav-tabs .dropdown-menu {
    border-top: 1px solid #ddd;
}
.grey-box {
    background: #f6f6f6;
    padding: 1px 15px 10px;
    border-radius: 5px;
}
small {
    display: block;
    padding-bottom: 10px;
    opacity: .5;
}
.margin-top-20 {
    margin-top: 20px;
}

.alert-success {
    border: 0;
    background: #e1f0d0;
    padding: 20px 35px;
    font-size: 18px;
    font-weight: 300;
    margin-top: 50px;
}

.modal-backdrop.in {
    opacity: .85;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

.modal-dialog h2 {

}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    position: absolute;
    right: -25px;
    top: -35px;
    text-shadow: none;
    color: white;
    font-size: 32px;
    opacity: 0.5;
}
button.close:hover {
    opacity: 1;
}

.form-item {
    display: block;
    padding: 10px 15px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #BEBEBE;
    border-radius: 4px;
    margin-bottom: 15px;
}
.modal-sm .btn {
    display: block;
}
.breadcrumb {
    margin-bottom: 0;
}
.outline-btn {
    border: 1px solid #666;
    background: white;
    font-weight: 300;
    color: black;
}
.outline-btn:hover {
    border: 1px solid #ddd;
    background: #eee;
}

footer .logo-spot {
    margin-bottom: 20px;
}
footer .logo-spot, footer .col-md-9 {
    margin-top: 5px;
    display: block;
    float: none;
    text-align: center;
    width: auto;
}


/* responsive ONLY */



@media (max-width: 400px){
    body header,
    header .img-cover {
        min-height: 550px;
    }

}

@media (min-width: 1200px) {
    .container {
        width: 975px;
    }

}
@media (min-width: 768px) {
    .modal-sm {
        width: 400px;
    }

}
@media (max-width: 850px) {
    header,
    .img-cover {
        min-height: 600px;
    }
    .top-menu,
    .vidlogo {
        text-align: center;
    }
    .vidlogo {
        text-align: center;
        padding-bottom: 10px;
    }
    footer {
        height: auto;
    }
    footer .logo-spot,
    footer .newsletter-signup,
    footer .copy-area {
        text-align: center;
        padding-bottom: 15px;
    }
    footer input.email {
        margin: 10px 0;
    }
    h1 {
        font-size: 44px;
        font-weight: 100;
        padding-left: 10px;
        padding-right: 10px;
        margin: 15px 0;
        padding-bottom: 20px;
    }
}

.the-way {
    margin-top: 40px;
    margin-bottom: 70px;
}
.related-items {
    padding-top: 40px;
}