/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    height: 100%;
}

body {
    padding-top: 50px !important; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

.jumbotron
{
}

/* Footer Styles */

div.footer {
    background-color: #333333;
    color: #999999;
    margin-top: 40px;
}

div.footer .container {
    padding-top: 40px;
    padding-bottom: 40px;
}

div.footer a {
    color: #fff;
}

div.footer a:focus, 
div.footer a:hover {
    color: #be2424;
    text-decoration: none;
}    

div.copyRight {
    color: #999999;    
    background-color: #000;   
    padding: 15px;
}
    
/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

a {
    text-decoration: none;
    font-weight: normal;
}

a:hover {
    text-decoration: none;
    font-weight: normal;
}

ul.nav.navbar-nav a {
    text-transform: uppercase;
}

ul.nav.navbar-nav.navbar-right {
    margin-top: 30px;
}

input.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.section { margin-bottom:35px; }
.prx-product-nav.prx-nav-top { text-align: right; }
.socialMediaExample { color: #aaa; font-size: 85%; margin-top: .25em; }

.product-preview { text-align: center; margin-top: 1em; } 
.product-preview .img-main { display: inline-block; max-width: 100%; height: auto; margin-bottom: 1em; }
.product-preview .img-thumb { display:inline-block; max-height: 100px;  max-width: 100px; height: auto; width:auto; opacity:.3; padding: 2px; }
.product-preview .img-thumb:hover { opacity:1; transition: opacity .5s; }
.product-preview .img-thumb.selected-thumb { opacity:1; }
.product-details { text-align: left; }
.product-details table tr td:last-child { width: 60% ;}
.product-preview .video-main { display: none; max-width: 100%; height: auto; margin-bottom: 1em;}
.product-preview .img-main-wrapper { min-height: 400px; }
a.category-market-prompt-continue:hover { text-decoration: none;  cursor: pointer; }
