/*-------------------------------- 
 * CSS override to change template.
---------------------------------*/
.container{
	width: 88%;
}
.body-wrapper {
    background-color: #f7f7f7;
    box-shadow:none;
    margin: auto;
    border: 0 none;
    width: 100%;
}

header {
    position: absolute;
    width: 100%;
    z-index: 999;
}
#menu .container {
    background: rgba(32, 42, 51, 0.89) none repeat scroll 0 0;
    border: 0 none;
    padding: 0;
}
#top {
    background: #354248  url("../images/background.jpg") repeat scroll 0 0 / 100% 100%;
    color: white;
    float: left;
    padding: 22px 0;
    width: 100%;
}


.sequence .text-block{
	display: none;
}
.sequence {
    max-width: 100% !important;
    width: 100% !important;
}
.slide-image {
	background-size: 100% 100%;
}
.joostrapmenu > li > a:hover, .joostrapmenu > li.active > a, .joostrapmenu > li.parent:hover > a, .joostrapmenu > li.active.parent > a, .joostrapmenu > li > span.separator:hover, .joostrapmenu > li.active > span.separator, .joostrapmenu > li.parent:hover > span.separator, .joostrapmenu > li.active.parent > span.separator {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
    border-bottom: 6px solid #fff;
    color: #fff;
}
.joostrapmenu > li > a, .joostrapmenu > li span.separator {
    color: #fff;
    display: block;
    float: none;
    font-family: monospace;
    font-size: 17px;
    height: auto;
    padding: 6px 10px;
    width: auto;
    margin-left: 12px;
    transition: none 0s ease 0s ;
}
.joostrapmenu > li:first-child {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    margin-left: 17px;
}
#header #top-toolbar {
    color: white;
    font-weight: bold;
    padding: 12px 15px 0;
}
.module-title h3 {
    color: #063553;
    font-family: Verdana;
    font-size: 29px;
    font-weight: bold;
    padding: 6px 0;
    text-transform: capitalize!important;
}
.button {
    background: #063551 none repeat scroll 0 0;
    border: 0 none;
    color: white;
    font-weight: bold;
    margin-left: 5px;
    padding: 5px 0;
    text-transform: uppercase;
    width: 80%;
}
.sequence .sequence-next, .sequence .sequence-prev{
	display: none!important;
}