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

.color-1 { color: #202020;}
.color-2 { color: #e8a401;}
.color-3 { color: #DEDEDE;}
.color-4 { color: #828081;}
.color-5 { color: #E9C893;}
.color-white	{color: #FFF;}

.bkg-color-1 { background: #202020!important;}
.bkg-color-2 { background: #e8a401!important;}
.bkg-color-3 { background: #DEDEDE!important;}
.bkg-color-4 { background: #828081!important;}
.bkg-color-5 { background: #E9C893!important;}
.bkg-color-white { background: #FFF!important;	}


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

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

.bg-style {
    background: #E9C893;
    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 #828081;
    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);
}

.header-hp-bkg {background-image: url("assets/img/header-bkg.png")!important; background-size: cover;}

.logo-bar {
    padding: 0 0;
    font-size: 18px;
    line-height: 1;
}

.btn-primary {
    color: #fff;
    background-color: #828081;
    border-color: #828081;
    box-shadow: 0 0 0 rgba(0,0,0,0);
}

.bg-info {
    background-color: #828081!important;
    color: #ffffff;
}

ul.checklist2 li:before {
    content: '\f138';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #828081;
}

ul.caretright li:before {
    content: '\f0da';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.2em;
    color: #DEDEDE;
}

ul.checklist li:before {
    content: '\f14a';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #DEDEDE;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.5rem;
    background: #E9C893;
}

.badge {
    background-color: #e8a401;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    line-height: 1em;
    min-width: 10px;
    margin-right: 10px;
    padding: 1px 12px 8px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.alert-primary {
    color: #ffffff;
    background-color: #828081;
    border-color: #828081;
}

.btn-primary:hover {

	color: #fff;

	background-color: #E7202C;

	border-color: #E7202C;

	box-shadow: 0 0 0 rgba(0,0,0,0);

}
.navigation-clean.navbar .navbar-nav > li > a {
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 20px;
    padding-bottom: 20px;
	color: #161824;
}

@media only screen and (min-width: 990px) {
	#main-header .navigation-clean {
		background-color: #DEDEDE!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: 0 solid #FFF!important;
	}
	
	.navbar-brand {
		 height: 130px;
		 width: auto;
		 padding: 0;
	}

}


@media only screen and (max-width: 990px) {
	#main-header .navigation-clean {
		 background-color: none!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: 0 solid #FFF!important;
	}
	
	.navbar-brand {
		 height: 100px;
		 width: auto;
		 padding: 0!important;
		 margin-bottom: 40px;
	}

	.navbar-brand img {
		 padding: 0!important;
	}

}


.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}