@charset "UTF-8";

.boxedcontainer		{
    max-width: 1170px;
    margin:auto;
    padding:0 30px;
}

.tp-banner-container{
    width:100%;
    position:relative;
    padding:0;

}

.tp-banner{
    width:100%;
    position:relative;
}

.tp-banner-fullscreen-container {
    width:100%;
    position:relative;
    padding:0;
}

.slide-support-night {
    background-color:#162955;
    background-image: url("../slides/slide02/img/night.png");
    background-size: contain;
}

/***************/

.tp-banner-container .blue-shadow {
    text-shadow: 4px 2px #30617d;
}

.tp-banner-container .s1btn {
    color: rgb(255, 255, 255) !important;
    background: rgba(17, 99, 130, 0.40);
}
.tp-banner-container .s1btn:hover {
    background: rgba(17, 99, 130, 0.70);
}

.tp-banner-container .s5btn {
    color: rgb(255, 255, 255) !important;
    background: rgba(255, 125, 42, 0.40);
}
.tp-banner-container .s5btn:hover {
    background: rgba(255, 125, 42, 0.70);
}

.tp-banner-container h1, .tp-banner-container h2, .tp-banner-container h3, .tp-banner-container h4 {
    font-size:inherit;
    line-height:inherit;
    margin:inherit;
}

.tp-banner-container .inheritFont{
    font-family: inherit;
}

