/* cmsms stylesheet: NaviCSS modified: 08.08.2019 11:29:16 */
header {
    height: 80px;
    width: 100%;
    
}
#headerLogo {
 margin-left:80px;
 margin-top:4px;
}
ul {
    padding: 0px;
}
#menu {
    width: 100%;
    height: auto;
    float: left;
}
#menu ul{
    width: 730px;
    margin:28px auto 0;
    display: block;
    height: 58px;
    float: left;
}
#menu ul li {
    
    list-style: none;
    float: left;
    font-size: 20px;
    margin-left:65px;
    text-transform: uppercase;
    color: #333;
}
#menu ul li:first-child{
    margin-left:0px;
}
#menu ul li a {
    color:#333;
}
/* cmsms stylesheet: PagesCSS modified: 07.08.2019 17:13:06 */
/**/
/* cmsms stylesheet: SettingsCSS modified: 10.09.2019 17:35:46 */
/**/
.no-gutters {
    padding:0!important;
}

.col-centered{
    float: none;
    margin: 0 auto;
}
.center {
    text-align:center;
}
.font-color {
    color:#333;
}
h1 {
    line-height: 0.9!important;
}
p {
    color:#333;
}
table {
    width:100%;
    height:auto;
}
tr {
    width:100%;
    height:auto;
    margin: 15px 0 15px 0;
}
td {
    width:100%;
    height:auto;
    display: block;
    float: left;
    
}
td p {
    margin-bottom: 0px;
        font-size: 18px;
}
.boxTable {
    padding:20px;
}
.bpGreen {
    color:#004225;
}
.bpGreenBg {
    background-color: #004225;
}
.parallax {
    height: 630px;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.textWrapper {
    margin-top:8%;
    padding: 0px 70px!important;
}
footer {
    height:600px;
}
footer ul li{
    list-style: none;
}

.footerBox {
    font-size: 18px;
    padding-top: 80px;
    padding-bottom: 60px;
    z-index: 1005;
}
#footerNavi {
    font-size:18px;
}
#footerNavi ul{
    text-decoration: none;
    text-transform: uppercase;
    list-style: none;
}
#footerNavi ul li a {
    text-decoration: none;
    color:#333;
}
.bgImage {

    background-image: url('/uploads/images/page/test4.png');
    background-size: cover;
    width: 100%;
    height: 756px;
    position: absolute;
    z-index: 1000;
    top:-37px;
    animation-fill-mode: forwards;
}
