@charset "UTF-8";
/* CSS Document */

.color-1 { color: #202020;}
.color-2 { color: #2c3e50;}
.color-3 { color: #21c2f8;}
.color-4 { color: #bdc3c7;}
.color-5 { color: #f3f7f8;}
.color-white	{color: #FFF;}

.bkg-color-1 { background: #202020!important;}
.bkg-color-2 { background: #2c3e50!important;}
.bkg-color-3 { background: #21c2f8!important;}
.bkg-color-4 { background: #bdc3c7!important;}
.bkg-color-5 { background: #f3f7f8!important;}
.bkg-color-white { background: #FFF!important;	}

#main-header .navigation-clean {
	 background-color: #21c2f8!important;
    padding-top: 5px;
    padding-bottom: 5px;
    /* margin-bottom: 20px; */
    color: #333;
    border-radius: 0;
    box-shadow: none!important;
    border: none;
    /* background-image: url(../img/bg-mainheader.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom: 4px solid #2c3e50!important;
}

.footer-dark {
    padding: 0 0;
    color: #FFF;
    background-color: #202020;
}

a {
    color: #202020;
    text-decoration: none;
    font-weight: bold;
}

.bg-style {
    background: #f3f7f8;
    background-repeat: repeat;
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 0rem;
}

.hp-lead {
    font-weight: normal;
    color: #000;
    padding-top: 10px;
    margin-bottom: 20px;
	 border: 1px solid #bdc3c7;
    background: #ffffff;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    border-radius: 0;
    /* border: 2px solid #CEDCC6; */
}

.carousel {
    box-shadow: 0 0 0  rgba(0,0,0,0);
}