﻿/***************INTRO SECTION***************************/
.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #000;
    background: url(../../images/prices/intro-bg.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
}

.intro .container {
    margin-top: 15%;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

header .intro-content {
    color: black;
    margin: auto;
    text-align: center;
    width: 100%;
}

header .intro-content .brand-heading {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    border-radius: 10px 10px 0px 0px;
    padding: 15px;
    margin-bottom: 0px;
}

header .intro-content .brand-small {
    font-size: 30px;
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    border-radius: 0px 0px 10px 10px;
    padding: 5px 15px 15px 15px;
}

header .intro-content .intro-text {
    font-size: 18px;
}

header .scroll-down {
    bottom: 2%;
    left: 50%;
    margin-left: -98px;
    position: absolute;
    text-align: center;
    width: 195px;
}

@media (min-width: 768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    header .intro-content .brand-heading {
        font-size: 50px;
    }

    header .intro-content .intro-text {
        font-size: 26px;
    }
}



/***************POWER TOOL SECTION***************************/

.white-section {
    background: #FFF none repeat scroll 0 0;
}

.white-section .row-margin {
    margin-top: 50px;
}

#prices {
    /* height: 100%;*/
    padding: 0;
}

.content-section {
    padding-top: 80px;
}

.promo-strip {
    background: rgba(233, 154, 87, 0.95) none repeat scroll 0 0;
    border-radius: 10px;
    color: #FFF;
    font-size: 20px;
    margin: 0 auto 40px auto;
    max-width: 900px;
    padding: 12px 20px;
}

.promo-strip .promo-banner-badge {
    background: #d35a01 none repeat scroll 0 0;
    border-radius: 7px;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 1px;
    margin-right: 10px;
    padding: 2px 12px;
    text-transform: uppercase;
}

@media(max-width:767px) {
    .promo-strip {
        font-size: 15px;
        margin-bottom: 25px;
    }
}

.panel {
    transition: padding 0.5s;
    -moz-transition: padding 0.5s; /* Firefox 4 */
    -webkit-transition: padding 0.5s; /* Safari and Chrome */
    -o-transition: padding 0.5s; /* Opera */
    -ms-transition: padding 0.5s; /* IE9 (maybe) */
}

.panel h3 {
    margin-bottom: 10px;
}

.panel p {
    margin-bottom: 10px;
}

.panel .price-small {
    font-size: 14px;
}

.panel .orange-text {
    color: #F08536;
    font-size: 16px;
}

.panel .list-group-item {
    text-align: left;
    padding-left: 20px;
}

.panel .lead {
    font-size: 30px;
    margin-bottom: 0px;
}

.panel .year-price {
    font-size: 12px;
    font-weight: bold;
}

.panel.featured {
    margin-top: -20px;
    box-shadow: 0 0 22px rgba(10, 10, 10, 0.42);
}

.panel-danger > .panel-heading {
    background-color: #e75e5e;
    border-color: #e75e5e;
    color: #FFF;
}

.panel-danger > .panel-heading {
    background-color: #e75e5e;
    border-color: #e75e5e;
    color: #FFF;
}

.panel-info > .panel-heading {
    background-color: #64b3db;
    border-color: #64b3db;
    color: #FFF;
}

.panel-success > .panel-heading {
    background-color: #8bc773;
    border-color: #8bc773;
    color: #FFF;
}

.panel-warning > .panel-heading {
    background-color: #f1bb46;
    border-color: #f1bb46;
    color: #FFF;
}

@media(max-width:767px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .container {
        margin-top: 25%;
    }

    header .intro-content .brand-heading {
        font-size: 30px;
    }

    header .intro-content .brand-small {
        font-size: 16px;
    }

    #contact .form-part {
        padding-left: 50px;
        padding-right: 50px;
    }

    #contact .address-part {
        padding-left: 50px;
        padding-top: 50px;
    }  
    .panel.featured {
        margin-top: 0px;        
    }
}
