body, html {
	background: #F2F3F8;
	font-family: 'Nunito', sans-serif;
}

.wrapper-mainmenu {
    position: fixed;
    width: 100%;
    height: 60px;
    background: none;
    z-index: 10;
    transition: all ease-in-out 0.5s;
}


.wrapper-mainmenu-inner {
    position: relative;
}

.logo-mainmenu {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    width: auto;
    float: left;

    color: #FFF;
    font-size: 25px;
    font-weight: 300;
}

.logo-mainmenu:hover {
    color: #FFF;
    text-decoration: none;
}

@media (max-width: 768px) {
    .wrapper-mainmenu {
        text-align: center;
        border-bottom: 1px solid #f5f5f5;
    }
    
     .logo-mainmenu {
        width: auto;
        float: none;
        font-size: 30px;
        
    }
}

.wrapper-mainmenu-inner ul {
    padding: 0;
    float: right;
    line-height: 60px;
}

.wrapper-mainmenu-inner li {
    display: inline-block;
    color: #FFF;
}

.wrapper-mainmenu-inner li a:link, .wrapper-mainmenu-inner li a:visited {
    color: #FFF;
    font-size: 15px;
    margin-right: 30px;
    letter-spacing: 1.1px;
    font-weight: 400;
    /*transition: all ease-in-out 0.2s;*/
    padding-bottom: 5px;
}

.wrapper-mainmenu-inner li a:hover {
    text-decoration: none;
    border-bottom: 2px solid #FFF;
}

.mainmenu-scrolled {
    /*background: #A5B2D4;*/
    background: rgba(255, 255, 255, 0.1);
    /*-webkit-box-shadow: 0px -2px 10px 1px rgba(0,0,0,1);
    -moz-box-shadow: 0px -2px 10px 1px rgba(0,0,0,1);
    box-shadow: 0px -2px 10px 1px rgba(0,0,0,1);*/
}

.mainmenu-scrolled2 {
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    -webkit-box-shadow: 0px -2px 10px 1px rgba(0,0,0,1);
    -moz-box-shadow: 0px -2px 10px 1px rgba(0,0,0,1);
    box-shadow: 0px -2px 10px 1px rgba(0,0,0,1);
}

.mainmenu-scrolled2 li a:link, .mainmenu-scrolled2 li a:visited  {
     color: #666;
     font-weight: 400;
}

.logo-mainmenu-dark {
    color: #666;
}

.logo-mainmenu-dark:hover {
    color: #666;
}

.mobileFPlang {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 60px;
    line-height: 60px;
}

@media (max-width: 768px) {
    .fpLangMenuItem {
        margin-top: 10px;
    }
}

#login-form {
    padding: 25px 25px 10px 25px;
    margin-left: 40%;
    width: 20%;
    color:#FFF;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

#login-form2 {
    padding: 25px 25px 10px 25px;
    margin-left: 40%;
    width: 20%;
    color:#FFF;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

#login-form input {
    text-align: center;
}

#login-form2 input {
    text-align: center;
}

.login-caption {
    margin-bottom: 10px;
    font-size: 18px;
    
}

.login-error-text {
    margin-left: 40%;
    width: 20%;
}

@media (max-width: 768px) {
    #login-form {
        padding: 25px 10% 25px 10%;
        margin-top: 10px;
        margin-left: 1%;
        width: 98%;
        color:#FFF;
    }
    
    #login-form2 {
        padding: 25px 10% 25px 10%;
        margin-top: 10px;
        margin-left: 1%;
        width: 98%;
        color:#FFF;
    }
    
    .login-error-text {
        margin-left: 1%;
        width: 98%;
    }    
}

/*
#btn_login {
    background: #666;
}

#btn_login:hover {
    background: #000;
}
*/
@media (max-width: 768px) {
    
    .video-part {
        height: auto !important;
    }
    
    .card {
        margin-top: 10px;
    }
    
}

.section0 {
    overflow: hidden;
}

.section1 {
    /*position: relative;*/
    margin-top: 10px !important;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #f5f5f5;
    color: #666;
    overflow: hidden;
}

.section1_info {
    display: block;
    padding: 3px 0 3px 0;
    color: #888;
}

.section1_info i {
    padding-right: 5px;
}

.section2 {
    /*margin-top: 10px !important;*/
    padding-top: 30px;
    padding-bottom: 30px;
    background: #FFF;
    color: #888;
    overflow: hidden;
}

.section2_info {
    display: block;
    padding: 3px 0 3px 0;
}

.section2_info i {
    padding-right: 5px;
}

.section3 {
    margin-top: 10px !important;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #f5f5f5;
    color: #888;
    overflow: hidden;
}

.section4 {
    margin-top: 10px !important;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #FFF;
    color: #666;
    overflow: hidden;
}

.sectionFooter {
    padding: 30px 0 30px 0;
    background: #666;
    color: #FFF;
    
}

.fp_logo {
    width: 60px;
    height: auto;
    border: none;
}

/***** FORM ****/
.input-group {
    margin: 3px 0 3px 0 !important;
}

.input-group i {
    width: 20px !important; 
}