/* Home */

.home {
	background: rgb(255, 174, 0) url(../images/fsg_bg.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 100px 0 0px;
	position: relative;
}

.home .overlay {



	opacity: 0.0;
}

.home .container {
	position: relative;
	z-index: 55;
}

.home h2 {
	color: #FFF;
	font-size:38px;
	line-height: 41px;
	font-weight: 100;
    margin: 40px 0px 60px 0px;
    
}

.home p {
	color: #FFF;
	font-size: 16px;
	line-height: 25px;
	opacity: 0.9;
}

.home .check-list {
	padding: 15px 0 25px;
}

.home .check-list li {
	position: relative;
	padding-left: 65px;
	margin-bottom: 20px;
	list-style: outside none none;
	font-size: 15px;
	padding-right: 20%;
	line-height: 26px;
	color: #FFF;
}

.home .check-list li span {
	position: absolute;
	top: 0;
	left: 0px;
	font-size: 37px;
	color: #fff;
	opacity: 1;
	padding: 4px;
	border-radius: 50%;
}

/* Ipad - Desktop (768 - 1050px) */
@media only screen and (min-width: 768px)  and (max-width: 1050px)  {

    .home {
        padding: 110px 0 0px;
    }
    
    .home img {
        max-width: 100%;
    }
    
    .home h2 {
        font-size: 34px;
        line-height: 40px;
        margin: 5px 0px 0px;
    }
    
    .home .check-list li {
        padding-left: 65px;
        margin-bottom: 20px;
        font-size: 12px;
        padding-right: 0;
        line-height: 21px;
    }
    
    .home .check-list {
        padding: 22px 0 10px;
    }



}




/* Ipad - Desktop (250 - 767px) */
@media only screen and (min-width: 250px)  and (max-width: 767px)  {

    .home {

        padding: 80px 0 40px;
    }
    
    .home img {
        max-width: 100%;
        margin-top: 35px;
    }
    
    .home h2 {
        font-size: 30px;
        line-height: 40px;
        padding: 0;
        margin: 0px 0px 10px;
    }
    
    .home .check-list {
        padding: 15px 0 10px;
        margin-right:0px;
    }
    
    .home .check-list li {
        margin-bottom: 20px;
        font-size: 13px;
        padding-right: 10px;
        line-height: 26px;
    }



}

