/******************** Homepage Stylesheet ********************/

/***** Box Slider Wrapper *****/
.bx-wrapper .bx-viewport {
    background: transparent !important;
    border: none !important;
    box-shadow: none;
}
#mod-1 img {max-width:100%;}
.container-fluid.home {
	padding:0;
}
.home-content {
	padding:0;
padding-bottom:100px;	
}
.page-content {
	background: white;
    padding: 20px;
    border: solid 1px black;
}
.home-content h2 {
	    background: rgba(0,0,0,.5);
    padding: 30px;
    color: white;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.moduletable_classes {    background-image: none !important;
    padding-top: 0 !important;}
.feat-button {    background-color: #005025 !important;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px 0;
    border-radius: 3px;
    max-width: 100%;
    font-weight: bold;
    text-align: center;
    -webkit-transition: 0.5s ease-in-out;}
.feat-button:hover {color:white;}
/***** Box Slider Title *****/
.bx-slider-title {
    width: 90%;
    background-color: #000;
    padding: 10px 0;
    margin-right: auto;
    margin-left: auto;
    height:40px;
    /*border: solid 2px white;*/
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.bx-slider-featured-event-title {
    margin-top: -66px !important;
}
.bx-slider-classes-title {
    width: 100% !important;
}

/***** Box Slider Upcoming List *****/
.upcominglist li {
    width: 100% !important;
    text-align: center;
}

#home-mod-3-certificate-list-ctn {
    list-style-type: none;
    margin: 0;
    width: 100%;
    height: auto;
    padding: 0;
    text-align: center;
}
#home-mod-3-certificate-list-ctn li {
    float: left;
    width: 50%;
}
.home-mod-3-certificate-list-last {
    float: none !important;
    margin: auto;
    width: 100%;
}
#home-mod-3-certificate-list-ctn li img {
    width: 120px;
    height: 120px;
}
