body {
	margin: 0px;
	padding: 0px;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.cl {
	clear: both;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
}

/*Home page*/
body.homebg {
    background-repeat: no-repeat;
    background-position: top center no-repeat;
    background-size: cover;
    height: 100vh;
    background-color: hsla(0,0%,100%,1.00);
}
body.homebg-index {
    background-repeat: no-repeat;
    background-position: 20% center;
    background-size: cover;
    height: 100vh;
    background-color: hsla(0,0%,100%,1.00);
    background-image: url(../images/index.jpg);
}
.wrapper {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

.logo {
	padding: 0px 0px 0px 0px;
	position: absolute;
	left: 20px;
	top: 20px;
}

.bg {
    width: 100%;
    height: 100vh;
    background-color: rgba(255,255,255,0.52);
}
.homebg-index {
    width: 100%;
    height: 100vh;
}
.main-wrapper {
    z-index: 6;
    margin-top: 25px;
}
.bg-cap {
    height: 50%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.alert-box {
    -webkit-box-shadow: 0 1px 22px 1px hsla(0,0%,78%,0.54);
    box-shadow: 0 1px 22px 1px hsla(0,0%,78%,0.54);
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.bg-index {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0px;
    background-attachment: fixed;
}
.index-text {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    background-color: hsla(0,0%,100%,0.70);
    height: 100vh;
}
.arrow-index {
    font-size: xx-large;
    top: 10%;
    position: relative;
    text-transform: none;
}
.arrow-index.text-center h1 {
    color: hsla(0,0%,100%,1.00);
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    font-family: 'Corben', cursive;
    line-height: 71px;
}
.modal-content.modal-ad .modal-body .close span {
    color: hsla(0,0%,100%,1.00);
}
.modal-dialog.modal-dialog-centered.modal-xl .modal-content.modal-ad .modal-title .close {
    color: #FFFFFF;
}
