﻿html, body {
    max-width: 1520px;
    min-height: 110% !important;
    height: 115%;
}

.container-fluid {
    min-height: 110% !important;
    height: 110%;
}

.page-head {
    margin-bottom: 44px;
}

.extra-margin {
    margin-bottom: 50px;
}

#search-form {
    max-width: 400px;
    margin-top: 5px;
}

#search-button {
    background-color: transparent;
    border: none;
    outline: none;
}

.product-details {
    max-width: 868px;
    position: relative;
    padding: 35px 40px;
    border-radius: 10px;
    margin-bottom: 50px;
    margin-top: 50px;
    margin-right: 50px;
    min-height: 638px;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(67,71,86,1);
    -moz-box-shadow: 0px 0px 11px 0px rgba(67,71,86,1);
    box-shadow: 0px 0px 11px 0px rgba(67,71,86,1);
}

.portfolio-image {
    position: absolute;
    max-width: 721px;
    max-height: 482px;
    right: -3px;
    bottom: -22px;
    z-index: -1;
}

.product-name {
    color: #3B3E44;
    font-size: 55px;
    font-family: 'SourceSansPro-Bold';
}

.product-brief {
    font-size: 17px;
    color: #505770;
    margin-top: 20px;
    max-width: 220px;
    font-family: 'SourceSansPro-Regular';
}

.price-tag {
    font-size: 13px;
    color: #505770;
    margin-top: 62px;
    margin-bottom: 0;
    font-family: 'SourceSansPro-Semibold';
}

.semi-larg-text {
    font-family: 'SourceSansPro-Bold';
}

.price span:nth-child(2) {
    font-size: 19px;
    color: #3B3E44;
    font-family: 'SourceSansPro-Regular';
}

.features p, .differentiators p {
    color: #3B76E5;
    font-size: 24px;
    font-family: 'SourceSansPro-Bold';
}

.features ul, .differentiators ul {
    list-style-image: url("../images/bullet.png");
    padding-left: 15px;
}

.features ul li, .differentiators ul li {
    color: #3B3E44;
    font-size: 12px;
    font-family: 'SourceSansPro-Regular';
    margin-bottom: 2px;
}

.differentiators {
    margin-top: 24px;
}

.differentiators {
    max-width: 220px;
}

.features {
    max-width: 100%;
    margin-top: 40px;
}

.btn-toolbar {
    margin-top: 80px !important;
}

.btn-group > .btn:first-child {
    margin-right: 56px;
}

.btn.dark-blue-fill {
    padding: 10px 48px !important;
}

.btn.dark-blue-outline {
    padding: 10px 36px !important;
}

#page_logo {
    right: 300px !important;
}

a#go-back {
    position: absolute;
    bottom: -3px;
    right: -1px;
    width: 32px;
    height: 34px;
    display: block;
    z-index: 1000;
}

@media (max-width: 320px), (max-width: 1024px) {
    .page-content #header-title {
        font-size: 30px;
    }
}

@media (max-width: 389px) {
    .page-content #header-title {
        font-size: 30px !important;
    }
}

@media (max-width: 426px) {
    .portfolio-image {
        display: none;
    }
}

@media (max-width: 800px) {
    #search-form {
        margin-top: 20px;
    }
}

@media (max-width: 992px) {
    #product-icons {
        display: none;
    }
}
