#wrap {
    width: 100%;
    margin: 0;
}
#home_welcome {
    background: url(img/bg-intro.jpg) repeat scroll center top transparent;
    padding: 20px;
}
#home_welcome img {
    float: right;
    max-width: 50%;
    margin-left: 20px;
    -webkit-animation: 2s linear 1s infinite alternate slidein;
            animation: 2s linear 1s infinite alternate slidein;
}
@-webkit-keyframes slidein { from { margin-top: -5%; } to { margin-top: -4%; }  }
        @keyframes slidein { from { margin-top: -5%; } to { margin-top: -4%; }  }
#home_welcome h1 {
	font-weight: 700;
    color: #ffffff;
    line-height: 1em;
}
#home_welcome p {
    color: #BACADA;
	font-family: 'Aptima';
	font-size: 23px;
	line-height: 1.5em;
	margin: 30px 0 60px 0;
}
#home_welcome .btn {
	font-family: 'Aptima';
	font-weight: 700;
    font-size: 17px;
    line-height: 1.33;
    margin: 15px 20px 0 0;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
    background-color: #C64E58;
	border-color: #C64E58;
}
#home_welcome i {
	font-size: 20px;
}
#home_welcome .btn:hover {
	background-color: #5A9FAE;
	border-color: #5A9FAE;
}
#home_welcome a {
	-webkit-transition: background-color 0.6s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline 0.9s ease;
           -moz-transition: background-color 0.6s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline 0.9s ease;
            -ms-transition: background-color 0.6s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline 0.9s ease;
             -o-transition: background-color 0.6s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline 0.9s ease;
                transition: background-color 0.6s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline 0.9s ease;
}
#home_welcome  a, #home_welcome  a:hover, #home_welcome  a:active {
	outline: 0 !important;
    color: #ffffff;
}

#home_feature {
    padding: 20px 0;
}
#home_feature #home_feature_img {
    border: none;
}
#home_feature .blackboard_feature {
    color: #ffffff;
}
#home_feature .blackboard_feature h2 {
    color: yellow;
    font-family: 'Aptima';
}
#home_feature .blackboard_feature .blackboard_feature_icon {
    float: left;
    width: 30%;
    padding: 0 5px 5px 5px;
    color: white;
    font-size: 20px;
    font-family: 'OpenSansCondensed';
    text-align: center;
}
#home_feature .blackboard_feature .blackboard_feature_icon img {
    margin-bottom: 5px;
    border: none;
}

.home_icon_item {
    margin: 0;
    float: left;
    width: 25%;
}
.home_icon_item a {
    text-align: center;
    display: block;
    margin: 5px;
    padding: 10px;
    font: bold 17px OpenSansCondensed;
    color: navy;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
}
.home_icon_item a:hover {
    border: 1px solid navy;
    color: navy;
}
.home_icon_item img {
    margin-bottom: 10px;
    border: 0;
    height: 100px;
}

@media screen and (min-width: 800px) {
    .container {
        width: 100%;
        margin: 0;
    }
    #home_welcome h1 {
        font-size: 53px;
        margin: 30px 0 10px 0;
        line-height: 1.2em;
    }
    #home_welcome_img {
        width: 250px;
    }
    #home_welcome .btns-group {
        margin: 30px 250px 20px 0;
        text-align: center;
    }
    #home_welcome .btn {
        padding: 15px 30px;
    }

    #home_feature_img {
        width: 300px;
    }
    #home_feature .blackboard_feature h2 {
        font-size: 25px;
        font-weight: 700;
        line-height: 0.5em;
    }
    #home_feature .blackboard_feature {
        padding: 10px 25px;
        background: url(img/bg-feature.jpg) no-repeat;
        background-size: 480px 500px;
        float: right;
        width: 430px;
        height: 500px;
    }
    #home_feature .blackboard_feature .blackboard_feature_icon img {
        width: 85px;
    }
}
@media screen and (min-width: 1000px) {
    .container {
        width: 1000px;
        margin: 0 auto;
    }
    #home_welcome {
        height: 430px;
    }
    #home_welcome h1 {
        font-size: 60px;
        margin: 40px 0 10px 0;
        line-height: 1.2em;
    }
    #home_welcome_img {
        width: 400px;
    }
    #home_welcome .btns-group {
        margin: 30px 0 0 20px;
        text-align: center;
    }
    #home_welcome .btn {
        padding: 20px 30px;
    }

    #home_feature_img {
        width: 400px;
    }
    #home_feature .blackboard_feature h2 {
        font-size: 25px;
        font-weight: 700;
        line-height: 0.5em;
    }
    #home_feature .blackboard_feature {
        padding: 10px 25px;
        background: url(img/bg-feature.jpg) no-repeat;
        background-size: 580px 500px;
        float: right;
        width: 530px;
        height: 500px;
    }
    #home_feature .blackboard_feature .blackboard_feature_icon img {
        width: 85px;
    }
}
@media screen and (max-width: 799px) {
    .container {
        width: 100%;
        margin: 0;
    }
    #home_welcome img {
        display: none;
    }
    #home_welcome h1 {
        font-size: 50px;
        margin: 40px 20px 0 20px;
        line-height: 1.2em;
    }
    #home_welcome p {
        margin-left: 20px;
        margin-right: 20px;
    }
    #home_welcome .btns-group {
        margin: 30px 0 30px 20px;
        text-align: center;
    }
    #home_welcome .btn {
        padding: 20px 10px;
    }

    #home_feature .blackboard_feature {
        padding: 15px 30px;
        margin: 0 5px;
        background: url(img/bg-feature.jpg) no-repeat;
        background-size: 100%;
        height: 650px;
    }
    #home_feature .blackboard_feature h2 {
        font-size: 22px;
        font-weight: 700;
        line-height: 0.5em;
        margin-top: 15px;
    }
    #home_feature .blackboard_feature .blackboard_feature_icon {
        font-size: 20px;
    }
    #home_feature .blackboard_feature .blackboard_feature_icon img {
        max-width: 60%;
    }
    #home_feature_img {
        display: none;
    }
}
@media screen and (max-width: 450px) {
    #home_welcome h1 {
        font-size: 45px;
        margin: 30px 20px 0 20px;
    }
    #home_welcome .btns-group {
        margin: 30px 0 30px 0;
    }

    #home_feature .blackboard_feature {
        padding: 5px 15px;
        height: 400px;
    }
    #home_feature .blackboard_feature h2 {
        font-size: 20px;
        font-weight: 700;
        line-height: 0.5em;
        margin-top: 10px;
    }
    #home_feature .blackboard_feature .blackboard_feature_icon {
        font-size: 16px;
    }
    #home_feature .blackboard_feature .blackboard_feature_icon img {
        max-width: 40%;
    }
    
    .home_icon_item {
        width: 50%;
    }
    .home_icon_item img {
        height: 75px;
    }
}