/* CSS Document */

/*@import url("https://fonts.googleapis.com/css-family=Lato_400,100,300.css");*/
/*@import url("https://fonts.googleapis.com/css-family=Open+Sans_100,400,300,600,700.css");*/

label{ font-weight: 600; color: #616161; margin: 0px; font-size: 12px }
h1, h2, h3, h4, h5, h6{ display: block; font-family: 'Lato', tahoma; margin: 0 0 10px 0 }

h1{ font-size: 55px; font-weight: 800; color: #000; text-transform: uppercase; margin-bottom: 20px }
h5{ font-size: 16px}

a{ color: #555; outline: none }
a:hover{ color: #F45D00; text-decoration: none }

label{
    color: #000;
    font-size: 12.5px;
}

p{
    margin-bottom: 30px;
}


.margin-bottom-style{ margin-bottom: 50px }

.line-height-format{
    line-height: 26px;
}

.border-bottom-light{
    border-bottom: solid 1px #eee;
}

.col-hr{
    height: 1px;
    background-color: #eee;
    margin: 15px 0;
    width: 100%;
}

.col-hr:after{ clear:both }
.col-hr:before, .col-hr:after { display: table; content: " "; }

.form-control { border-color: #CCC; box-shadow: none; border-radius: 0px; font-family:'Open Sans', sans-serif !important;  font-size:12px !important; }
.form-control:focus { border-color: #000; outline: 0px none; box-shadow: none; }
.input-sm-order-list { height: 25px !important; padding: 2px 10px; font-size: 11px !important; line-height: 1.5; }

.btn{ border-radius: 0px }

.btn.btn-theme-lg{
    border: solid 2px #222222;
    padding: 20px 30px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #222222;
    background-color: transparent;
}

.btn.btn-theme-white{
    padding: 20px 30px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    background-color: #FFF;
}



@media (max-width: 768px) {
    .btn.btn-theme-white{
        width: 250px;
    }
    
    .sec-btn.btn.btn-theme-white{
        margin-top: 20px;
        position: relative;
        left: -7px;
    }
    
    .btn-mt-20{
        margin-top: 20px;
    }
}

.btn.btn-theme-white:hover{
    background-color: #FFF;
    color: #000;
}


.btn.btn-theme-default{
    border-color: #ddd;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #999;
    background-color: #EEEEEE;
}


.btn.btn-theme-default i{
    font-size: 1em;
    position: relative;
    top: -1px;
}

.btn.btn-theme i{
    font-size: 1em;
    position: relative;
    top: -1px;
}


.btn.btn-theme{
    border: transparent;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #FFF;
    background-color: #222222;
}

.btn.btn-theme-lg:hover{
    background-color: #222222;
    color: #FFF;
}

.btn.btn-theme:hover{
    background-color: #F45D00;
    color: #FFF;
}

ul.ul-styled{
    padding: 0px 0 0 20px;
    margin: 0px 0 20px 0;
}

ul.ul-styled li{
    margin-bottom: 10px;
}


@media (max-width: 768px) {
    h1{ font-size: 35px}
}


body{ padding:0px; margin:0px; font-family:Open Sans, Tahoma; font-size:17px; color:#333; font-weight:normal; line-height:20px; background-color: #eee }

.wrapper-full{ width:100%; position: relative; text-align: center }
.wrapper-full:after{ clear:both }
.wrapper-full:before, .wrapper-full:after { display: table; content: " "; }


.wrapper{ width:1000px; margin: 0 auto }
.wrapper:after{ clear:both }
.wrapper:before, .wrapper:after { display: table; content: " "; }


.wrapper-2{ width:800px; margin: 0 auto }
.wrapper-2:after{ clear:both }
.wrapper-2:before, .wrapper-2:after { display: table; content: " "; }

.wrapper-2.padded, .wrapper.padded{
    padding: 50px 0;
}

.wrapper-full.padded-style{
    padding: 0px 20px;
}

.wrapper-full.header{
    height: 70px;
    background-color: #222222;
    position: relative;
}



.header .logo{
    width: 150px;
    float: none;
    margin: 19px auto;
}

.header .logo img{
    width: 100%;
}

ul.menu{
    padding: 0px;
    margin:0;
    background-color: #222222;
}

ul.menu li{
    list-style: none;
    display: inline-block;
    float: left;
}

ul.menu li a{
    font-family: 'Lato', tahoma;
    font-weight: 100;
    padding: 25px 15px;
    color: #a1a1a1;
    display: block;
    text-decoration: none;
    font-size: 14px;

}

ul.menu li a:hover{
    color: #FFF;
}

ul.menu li:nth-last-child(2){
    float: right;
    margin: 18px 0;
}

ul.menu li:nth-last-child(2) > a{
    background-color: #FFF;
    color: #000;
    padding: 7px 15px;
    font-size: 12px;
    font-weight: 400;
}

ul.menu li:nth-last-child(2) > a:hover{
    background-color: #F45D00;
    color: #FFF;
}

ul.menu li:last-child{
    float: right;
}

ul.menu li:last-child > a{
    font-weight: 400;
    font-size: 12px;
    color: #FFF;
}

ul.menu li:last-child > a:hover{
    color: #F45D00;
}


.btn.btn-toggle{
    background: #222222 url("../../../../../../20180121213130im_/https_/www.lffyouthsortingout.com/resources/site/images/toggle-default.png") no-repeat;
    float: right;
    color: #FFF;
    margin: 25px 0;
    width: 16px;
    height: 16px;
    display: none;
    
}



@media (max-width: 768px) {

    .btn.btn-toggle{
        display: block;
    }

    .wrapper{
        width: 94%;
    }

    .wrapper-full.padded-style{
        padding: 0 10px;
    }

    ul.menu{
        position: absolute;
        left: 0px;
        top: 70px;
        z-index: 4;
        padding: 0 10px;
        width: 100%;
        display: none;
    }

    ul.menu li {
        display: block;
        float: none;
        text-align: left;
    }

    ul.menu li a{
        padding: 10px 15px;
    }

    ul.menu li:last-child, ul.menu li:nth-last-child(2){
        float: none;
    }

    ul.menu li:nth-last-child(2) {
    	margin: 0px -10px;
    }

    ul.menu li:nth-last-child(2) > a {
        padding-left: 25px;
    }
}




.wrapper-full.banner{
    height: auto;
    background-color: #ddd;
}

.banner .banner-box{
    width: 100%;
    height: 70vh;
    font-weight: bolder;
}


.banner-box .wrapper{
    padding-top: 300px;
}

@media (max-width: 1250px) {
    .banner .banner-box{
        height: 100vh;
    }
    
    .banner-box .wrapper{
        padding-top: 200px;
    }
}


@media(max-width: 767px){
    .banner-box .wrapper{
        padding-top: 80px;
    }

    .banner .banner-box{
        height: 80vh;
    }
}

.banner-box h1, .banner-box h1 a, .banner-box h5, .banner-box h5 a{
    color: #FFF;
    font-size: 40px !important;
}


.banner .banner-box img{
    width: 100%;
}


.wrapper-full.padded{
    padding: 50px 0;
}

.wrapper-full.about{
    background-image: url("../images/about.jpg");
    background-size: cover;
    min-height: 600px;
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #E6E6E6;
}

@media (max-width: 767px){
    .wrapper-full.about{
        padding: 30px 0;
    }
}

.wrapper-full.testimony{
    background-image: url("../images/testimonies.jpg");
    background-size: 100%;
    background-repeat: repeat-y;
}

.wrapper-full.testimony h5 a{
    display: block;
    margin: 5px 0 30px 0;
}

.tes-box {
    margin-bottom: 20px;
}

.tes-box img{
    width: 100%;
    border: solid 3px #FFF;
}

.wrapper-full.convener {
    background: rgba(254,201,0,0.2);
    min-height: 400px;
}

.wrapper-full.convener .wrapper img {
    float: left;
    margin: 5px 30px 30px 0;
    width: 250px;
}

.wrapper-full.footer {
    background-color: #000;
    color: #FFF
}

.live-affected .wrapper{
    padding: 7px 18px 0px;
    border: solid 3px #ddd;
    margin-bottom: 30px;
}

.live-affected .wrapper .row > div{
    padding-left: 5px;
    padding-right: 5px;
    height: 78px;
}

@media (max-width: 767px){
    .live-affected .wrapper .row > div{
        height: 55px;
    }
}

.vid-link img{
    border: solid 2px #FFF;
}

.modal{
    font-size: 14px;
}

.modal-lg{
    width: 1000px;
}

.modal-body{
    min-height: 500px;
}

.modal-body.no-pad{
    padding: 0px;
}


.modal-styled .styled-side, .modal-styled .content-side{
    min-height: 500px;
    position: relative;

}

.modal-styled .styled-side{
    border-right: solid 1px #eee;
    text-align: center;
    padding: 30px 30px 30px 45px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.modal-styled .content-side{
    padding: 30px 30px 90px 30px;
    position: relative;

}


.modal-styled .content-side .btn-group-box {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 100%;
    padding: 15px 30px 15px 35px;
}

.modal-styled .content-side img.logo{
    margin-bottom: 20px;
}

.modal h1{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}

.modal p{
    margin-bottom: 15px;
}

.modal-content .close {
    position: absolute;
    right: 15px;
    top: 14px;
    z-index: 2;
}


.modal-styled.modal-styled-bg .styled-side{
    background-image: url("../../../../../../20180121212722im_/https_/www.lffyouthsortingout.com/resources/site/images/sorting-out-bg.jpg");
    background-size: cover;
    color: #FFF;
}

.row.modal-styled{
    background-color: #FFF;
    border-radius: 6px;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.row.modal-styled.modal-styled-bg.modal-styled-bg-2{
    background-color: #F75B00;
    border-radius: 6px;
}

.row.modal-styled.modal-styled-bg.modal-styled-bg-2 .content-side{
    background-color: #FFF;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    border-left: solid 1px #eee;
}

.modal-styled.modal-styled-bg.modal-styled-bg-2 .styled-side{
    background-image: url("../../../../../../20180121215412im_/https_/www.lffyouthsortingout.com/resources/site/images/sorting-out-bg-2.jpg");
    background-size: cover;
    color: #FFF;
    border: none;
}

.modal-styled.modal-styled-bg .styled-side h1, .modal-styled.modal-styled-bg .styled-side h2, .modal-styled.modal-styled-bg .styled-side h3, .modal-styled.modal-styled-bg .styled-side h4{
    color: #FFF;
}

.modal-styled.modal-styled-bg .styled-side .btn-theme-lg{
    border-color: #FFF;
    color: #FFF;
}

.modal-styled.modal-styled-bg .styled-side .btn-theme-lg:hover{
    background-color: #FFF;
    color: #e65700;
}


.modal-blocker {
    background: rgba(230, 87, 0, 0.50) url("../../../../../../20180121210628im_/https_/www.lffyouthsortingout.com/resources/site/images/spinner.gif") no-repeat center center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    top: 0px;
    right: 0px;
}


.modal-styled h4{
    margin-bottom: 25px;
    color: #e65700;
    font-weight: bolder;
}


.modal-styled h1 {
    margin-bottom: 25px;
    font-size: 25px;
    font-weight: 900;
}


.summary label{
    display: block;
    font-size: 11px !important;
}

.summary .form-group{
    font-size: 20px;
    font-weight: bolder;
}

.summary.summary-min h5{
    color: #de3b00;
    font-weight: bolder;
    font-size: 14px;
    text-transform: uppercase;
}


.summary.summary-min .form-group{
    font-size: 15px;
}

.summary.summary-min .form-group span{
    display: block;
    color: red;
    font-size: 11px;
    font-weight: 600;
}

.summary.summary-min label{
    color: #666;
    margin: 0;
    line-height: 15px;
}




.summary-box{
    width: 100%;
    border: solid 1px #ddd;
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,.2);
    box-shadow: 0 3px 7px rgba(0,0,0,.2);
    min-height: 500px;
    border-radius: 6px;
}


.summary-box.margin{
    margin-top: 50px;
    margin-bottom: 50px;
}


.clock {
    width: 620px !important;
    text-align: center !important;
    margin: 0px auto 20px !important;
}

.home-main-box{
    position: relative;
    height: 10%;
    background: url("../../../../../../20180121212059im_/https_/www.lffyouthsortingout.com/resources/site/images/main-bg.jpg");
    background-size: cover;
    min-height: 500px;
    border-radius: 5px;
    text-align: center;
    padding: 50px 30px;
    color: #FFF;
    font-weight: 600;

/*
    width: 600px;
    margin: 50px auto;
    */

}

.home-main-box h1{
    color: #FFF;
    font-size: 45px;
}






@media (max-width: 768px) {
    .modal-lg{
        width: 95%;
    }

    .styled-side{
        display: none;
    }

    .modal-styled .content-side {
        width: 100%;
    }

    .wrapper-2{
        width: 80%;
    }

    body{ font-size: 13px}

    .clock {
        width: 460px !important;
    }

}

@media (max-width: 767px){
    iframe{
        max-width: 100% !important;
    }
}




/*@media (max-width: 1000px) {*/
/*    .wrapper{*/
/*        width: 80%;*/
/*    }*/

/*}*/

.text-white{
    color: white;
}

.social-icons{
    margin-top: 30px;
}

.social-icons img{
    height: 50px;
}