body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background-color: #ffffff;
    color: #535353;
    line-height: 2rem;
}
main {
    flex: 1 0 auto;
}
.container{
    width: 95%;
}

section .container .row{
    margin: 0 !important;
}

.c-base{
    color: #535353;
}
.bg-stick{
    background-color:#2f5fba;
}
.cb-stick{
    border-color: #2f5fba;
}
.c-stick{
    color:#2f5fba;
}
.c-sub{
    color: #aeaeae;
}
.bg-sub{
    background-color: #aeaeae;
}
.bg-effect:hover{
    background-color: #1771ff;
    color: #ffffff;
}
/* buttons */
.btn.btn-stick{
    color: #ffffff;
    background-color: #2f5fba;
}
.btn.btn-stick:hover, .bg-stick:hover{
    background-color: #1771ff;
}
.btn.btn-outline-stick {
    color: #2f5fba;
    background-color: transparent;
    background-image: none;
    border-color: #2f5fba;
}
.btn.btn-outline-stick:hover{
    background-color: #1771ff;
    color: #ffffff;
    border-color: #1771ff;
}
.btn-theme {
    padding: 6px 12px 6px 12px;
    margin: 8px;
    border-radius: 0;
    transition: .5s;
    border-width: 2px;
}
.btn-floating, .btn-large {
    font-size: 1rem;
    outline: 0;
}

.btn-floating.btn-large {
    width: 56px;
    height: 56px;
}

.btn-floating {
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    background-color: #0275d8;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
}

.btn-floating.btn-large i {
    font-size: 1.9rem;
    line-height: 56px;
}
.btn-floating img {
    width: 36px;
}

/* end buttons*/

/*  C O M M O N  */
a{
    text-decoration: none !important;
}
a:hover{
    text-decoration: none !important;
}
.base-border-t-3{
    border-top: 3px solid #2f5fba;
}

body{
    font-family: 'Open Sans', sans-serif;
}

/* menu */
header {
    z-index: 2;
    position: absolute;
}
/* TOP PAGE */
header .top-page {
    background-color: #6c8bc5;
    color: #fafafa;
    font-size: 0.8rem;
}
header .top-page > .container > .row {
    height: 50px;
}
header .top-page .social a {
    transition-duration: 0.5s;
    width: 22px;
    height: 22px;
    display: inline-block;
    text-align: center;
    margin: 2px 4px 0 4px;
    border-radius: 50%;
    color: #fafafa;
    border: 1px solid #fafafa;
    line-height: 22px;
}
header .top-page a:hover{
    border-color: rgba(255,255,255,0);
    background-color: rgba(255,255,255,0);
    color: #ffffff;
}
header .top-page .dropdown-menu{
    border: none !important;
    border-radius: 0 !important;
    background-color: #6c8bc5;
    color: #fafafa;
}

header .top-page a{
    text-decoration: none;
    color: #fafafa;
}
header .top-page a:hover{
    text-decoration: none;
    background-color: rgba(255,255,255,0);
    color: #ffffff;
}

/* MENU */
header nav {
     background-color: rgba(255,255,255,0);
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

header nav .nav-link{
    transition: 0.5s;
    color: #ffffff;
}
header nav .nav-link:hover{
    color: #fafafa;
    background-color: #6c8bc5;
}
header nav .dropdown-menu{
    border: none !important;
    border-radius: 0 !important;
    top: 38px !important;
    background-color: rgba(255,255,255,0) !important;
}

header nav .dropdown-menu .dropdown-item{
    color: #ffffff !important;
}
header nav .dropdown-menu .dropdown-item:hover{
    color: #fafafa;
    background-color: #6c8bc5;
}


/* SIDENAV */
header #SidenavOpen {
    font-size: 2rem;
    color: #ffffff;
    cursor: pointer;
    position: absolute;
    top: 25px;
    left: 18px;
}

header nav.to-sidenav .container {
    text-align: center;
}

header nav.to-sidenav .container span {
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    right: 0;
    color: #ffffff;
}

header nav.to-sidenav .container img {
    height: 64px;
}
header nav.to-sidenav .overlay {
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-color: rgba(189,189,189,0.43);
    z-index: 3;
}
header .to-sidenav .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 4;
    top: 0;
    left: -8px;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    list-style: none;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

header .to-sidenav .sidenav ul {
    list-style: none;
    padding: 8px 0;
}

header .to-sidenav .sidenav li {
    transition: 0.3s;
    height: 60px;
}

header .to-sidenav .sidenav li.navlogo {
    height: auto;
    border-bottom: 1px solid #c6c6c6;
}

header .to-sidenav .sidenav li.navlogo a {
    padding: 16px 8px;
    height: auto;
    line-height: 42px;
}

header .to-sidenav .sidenav li.navlogo a img {
    margin: 0;
}
header .to-sidenav .sidenav li.userview a {
    height: 26px;
    padding: 2px 16px;
    font-size: 0.8rem;
    line-height: 22px;
}
header .to-sidenav .sidenav li a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 0.9rem;
    color: #a1a1a1;
    display: block;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-property: width, border;
    transition-property: width, border;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    height: 60px;
    line-height: 42px;
    transition: 0.5s;
}

header .to-sidenav .sidenav a:hover {
    color: white;
    background-color: rgba(164, 163, 167, 0.41);
}

header .to-sidenav .sidenav .closebtn {
    position: absolute;
    top: -15px;
    right: 1px;
    font-size: 36px;
    text-decoration: none;
    color: #a1a1a1;
    width: 28px;
    height: 28px;
    display: block;
}

/* mennu superior*/
header.fixed-top {
    top: 0px;
}

header .navbar-brand img {
    max-height: 97px;
}
.spacer-menu-top {
    width: 100%;
    height: 50px;
}

@media (min-width: 576px) {
    .spacer-menu-top {
        height: 50px;
    }
}


/* container */

/* container sidebar */
.to-container .row{
    background-color: white;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.to-container .row div.container-base{
    margin-top: 16px;
}

footer{
    background-color: #35393e !important;
}
footer h5{
    color:#e07d21;
    font-size: 1.2rem;
    font-weight: 300;
}
footer li, footer li a, footer .footer-copyright a{
    color:#ffffff;
    font-size: 0.9rem;
    transition: .5s;
}
footer a:hover{
    color:#ffc34f;
    text-decoration: none;
}
footer .data{
    border-top: 1px solid #ffffff;
    padding-top: 12px;
}

@media (min-width: 768px){
    footer .data{
        padding-top: 0;
        border-top: none;
        border-left: 1px solid #ffffff;
    }
}

/* footer_logo_share_copyright */
footer{
    margin-top: 0 !important;
}
footer > .container{
    padding-top: 14px;
    padding-bottom: 0px;
    max-width: none;
}
footer .row{
    margin: 0 !important;
}
footer ul{
    list-style: none;
    padding: 0;
}
footer .data img{
    margin-bottom: 12px;
}
.footer-copyright{
    background-color: rgba(20, 20, 20, 0.20) !important;
}
.footer-copyright > .container{
    max-width: none;
}
.footer-copyright .row{
    margin: 0;
}


#section-2 {
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    display: flex;
    align-items: center;
    padding-top: 150px;
}
#section-2 .container{
    max-width: inherit;
    width: 100%;
}
#section-2 .content{
    background-color: rgba(255,255,255,0);
    padding: 23px;
    border-radius: 4px;
}
#section-2 h1 {
    font-size: 2.5rem;
    color: #0d0d0d;
    line-height: 2.5rem;
    margin-bottom: 56px;
}

#section-2 p {
    color: #292929;
    font-size: 1.5rem;
    font-weight: 500;
}
#section-2 a.btn.bg-stick {
    border-radius: 20px;
    padding-left: 18px;
    padding-right: 18px;
}

#section-2 img{
    opacity: 0;
}

@media (min-width: 360px) {
    #section-2 h1, #section-2 h2 {
        font-size: 2rem;
    }
}

@media (min-width: 576px) {
    #section-2 h1, #section-2 h2{
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
    #section-2 p {
        font-size: 1.6rem;
    }
}

@media (min-width: 768px) {
    #section-2 h1, #section-2 h2 {
        font-size: 2.8rem;
        line-height: 2.8rem;
    }
    #section-2 p {
        font-size: 1.9rem;
    }
}

@media (min-width: 992px) {
    #section-2 h1, #section-2 h2 {
        font-size: 3rem;
        line-height: 3rem;
    }
}

@media (min-width: 1200px) {
    #section-2 h1, #section-2 h2 {
        font-size: 3.2rem;
        line-height: 3.2rem;
    }
}

@media (min-width: 1400px) {
    #section-2 h1 {
        font-size: 4.3rem;
        line-height: 4.3rem;
    }
}
