/*
*   Welcome Page (New Homepage)
*/
    @import url('https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,500italic,500,400italic,700');

    #welcome {
        font-family: 'Roboto', sans-serif;
        font-size:13px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 2em;
        color:#666;
    }
    #welcome section {
        padding: 50px 0 50px 0;
    }
    #welcome .section-title{
        padding-bottom: 40px;
    }   
        
/************************** section 1 **************************/

    #section1 {
        color:#666;
    }
        #section1 h1 {
            font-size: 60px;
            font-weight: normal;
        }
        #section1 h2 {
            font-size: 22px;
            margin-top: -5px;
            font-weight: 300;
        }
        #section1 .form-group {
            margin-bottom:20px;
        }
            #section1 .form-control {
                height: 45px;
            }
            .btn-facebook {
                font-size:20px;
            }
            .sign-up-btn {
                font-size:37px;
            }
            .sign-up-terms p{
                font-size: 14px;
                padding-top: 15px;
                line-height: 19px;
            }
        #section1 .welcome-video {
            width: 90%;
        }
        #section1 .welcome-video-text {
            height: 150px;
            background: url('/img/landing/welcome-arrow.png');
            background-repeat: no-repeat;
            background-size: 350px 70px;
            background-position: right;
            background-attachment: scroll;
        }
            #section1 .welcome-video-text p {
                font-size: 33px;
                line-height: 40px;
                margin-top: 30px;
                margin-left: 15px;
                font-weight: 300;
            }
    




    /************************** section 2 **************************/

    #section2 {
            background-color: #CC433B;
            color:#FFF;
        }
        #section2 img{
            margin-top:15px;
        }
        #section2 h1 {
            font-size: 45px;
            font-weight: normal;
        }
        #section2 .col-lg-6{
            margin: 20px 0;
        }
            #section2 .col-lg-6 h4 {
                font-size: 27px;
                font-weight: medium;
            }
            #section2 li {
                list-style-type: none;
                font-size: 18px;
                text-indent: -10px;
                margin-left:10px;
                line-height: 30px;
                font-weight: normal;
            }




    /************************** section 3 **************************/
    #section3 {
            /*background-color: #E5E5E5;*/
            text-align: center;
        }
        #section3 h1 {
            font-size: 45px;
            color: #CC433B;
            font-weight: normal;
        }
        #section3 h1 img{
            margin-bottom: -5px;
        }
        /* carousel */
            #quote-carousel {
                padding: 0 10px 50px 10px;
                min-height: 380px;
            }
                #quote-carousel .carousel-control{
                    background: none;
                    color: #222;
                    text-shadow: none;
                    width: 10%;
                    }
                    #quote-carousel .carousel-control i {

                }
                /* Previous button  */
                #quote-carousel .carousel-control.left {
                    /*left: -12px;*/
                    background: url('/img/landing/left.png');
                    background-repeat: no-repeat;
                    background-position: top 30% left;
                    }
                /* Next button  */
                #quote-carousel .carousel-control.right {
                    /*right: -12px !important;*/
                    background: url('/img/landing/right.png');
                    background-repeat: no-repeat;
                    background-position: top 30% right;
                    }
                /* Changes the position of the indicators */
                #quote-carousel .carousel-indicators {
                    right: 50%;
                    top: auto;
                    bottom: 0;
                    margin-right: -19px;
                    }
                /* Changes the color of the indicators */
                #quote-carousel .carousel-indicators li {
                     background: #c0c0c0;
                    }
                #quote-carousel .carousel-indicators .active {
                    background: #333333;
                    }
                .carousel-inner {
                    /*width: 80%;*/
                    /*margin: 0 auto;*/
                    /*font-weight: normal;*/
                }
                    .item blockquote {
                        border-left: none; 
                        margin: 0 auto;
                    }
                        .item blockquote p {
                            margin: 20px;
                            font-style: italic;
                            font-size: 16px;
                            line-height: 1.4em;
                        }
                        .item blockquote .img-responsive {
                            margin: 0 auto;
                            padding-top: 10px;
                            padding-bottom: 20px;
                        }
                        #quote-carousel blockquote small i::before {
                            content: '~ ';
                        }
                        #quote-carousel blockquote small {
                            line-height: 1.5em;
                        }
                        #quote-carousel blockquote small .excerpt-from {
                            font-weight: 500;
                            text-transform: uppercase;
                            color:#CC433B;
                        }
    #section3 .semOptimized .media-body p {
        text-align: left;
    }
    #section3 .semOptimized img {
        width: 120px;
        margin-right:20px;
    }
    #section3 .semOptimized .excerpt-from {
        text-align: right!important;
    }
    #section3 .semOptimized small {
        margin-top:-8px;
    }
    #section3 .semOptimized .col-md-6 {
        margin-bottom:40px;
    }


/************************** section 4 **************************/
    #section4 {
        /*padding-bottom: 0px!important;*/
    }
        #section4 h1 {
            font-size: 45px;
            color: #CC433B;
            font-weight: normal;
        }
        #section4 .col-md-4 {
            /*padding:0;*/
            }
        #section4 img {
            max-height: 500px;
            border:none;
            outline:none;
            padding-top:30px;
        }
        #section4 .thumbnail {
            position:relative;
            overflow:hidden;
            border:none;
            outline:none;
            box-shadow: none;
            border-radius: 0;
            padding:0;
            margin-bottom: 0;
        }
        #section4 .caption {
            position:absolute;
            top:0;
            right:0;
            background:linear-gradient(-180deg, rgba(255,255,255,0.00) 0%, rgba(86,86,86,0.47) 45%, #000000 100%);
            width:100%;
            height:100%;
            padding:2%;
            display: none;
            text-align:center;
            color:#fff !important;
            z-index:2;
            font-size: 14px;
        }
        /*#section4 h3 {
            font-weight: bolder;
            text-shadow: 0px 2px 4px rgba(0,0,0,0.50);
            text-transform: uppercase;
        }
        #section4 h3:hover {
            color: #CC433B;

        }*/
        #section4 h4 {
            margin-top: -5px;
            padding-bottom:25px;
            text-shadow: 0 2px 4px rgba(0,0,0,0.50);
            font-weight: bold;
            text-transform: uppercase;
        }
        #section4 .caption p{
            margin-top:20px;
            padding-left:15px;
            padding-right:15px;
            text-shadow: 0 2px 4px rgba(0,0,0,0.50);
            
        }

    #section4 .semOptimized a{
        text-decoration: none;
    }
    #section4 .semOptimized a:hover{
        text-decoration: none;
    }
    #section4 .semOptimized img{
        height: 300px;
    }
    #section4 .semOptimized p{
/*        text-align: center;
        font-size:13px;
        padding-left: 55px;
        padding-right: 55px;
        color:#666;
        letter-spacing: 0.0625em;*/
    }
    #section4 .semOptimized h3, #section4  .semOptimized h4 {
        text-shadow: none!important;
    }
    #section4  .semOptimized h3:hover {
        /*color:#666!important;*/
    }



/************************** section 5 **************************/

    #section5 {
            background-color: #CC433B;
            height: auto;
        }
        #section5 h1 {
            font-size: 45px;
            color: #FFF;
            font-weight: normal;
        }
        #section5 img{
            /*display: inline-block;
            padding: 0 4%;*/
            display: inline-table;
            padding: 0 1%;
            vertical-align: middle;
        }


/************************** section 6 **************************/

    #section6 {
        background:url('/img/landing/section6_bg.png');
            background-color: #000;
            height: 434px;
            background-attachment: fixed;
            background-size: 100%;
        }
        #section6 .section-title{
            padding-bottom: 0;
            padding-top:60px;
        }
            #section6 h1 {
                font-size: 45px;
                color: #CC433B;
                font-weight: normal;
            }
                #section6 h1 > span{
                    font-size: 45px;
                    color: gold;
                    font-weight: bold;
                }
            #section6 h2 {
                font-size: 20px;
                color: #FFF;
                margin-top:-5px;
            }
                #section6 h2 img{
                    height:20px;
                }
        #section6 .btn{
            font-size:30px;
            margin-top: 30px;
            border-radius: 10px;
            font-weight: normal;
            padding:15px 20px;
        }





/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    #section2 .col-sm-9 {
        text-align: left;
    }
    #section5 img {
        padding-bottom: 30px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    #section1 .welcome-video-text {
        height: 150px;
        background: url('/img/landing/welcome-arrow.png');
        background-repeat: no-repeat;
        background-size: 220px 70px;
        background-position: right;
        background-attachment: scroll;
    }

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
        #section1 .welcome-video {
        width:100%;
        }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    #welcome {
        text-align:center;
    }
        #welcome #section1 .welcome-video {
            width:100%;
        }
        #welcome #section2 .col-lg-6{
            /*text-align:center;*/
            margin-bottom:35px;
        }
            #section2 .img-responsive {
                display: inline;
                margin-bottom: 15px;
            }
        #welcome #section3 #quote-carousel img {
            text-align: center;
        }

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    
}


