 
*{
	margin: 0 auto;
	padding: 0px; 
}

body {
	position: relative;
	padding: 0px;
	margin: 0 auto;
	padding: 20px;
	background: #fff url('../img/website-bg-img.png')no-repeat center center fixed; 
	background-size: cover;
	height: 100%; 
	font-family: arial;
	font-size: 100%;
}
.coming-soon {
	display: block;
	color: #fff; 
	text-align: center;
	font-weight: 1000;
	margin-top: 50px;
	font-size: 74px;
	margin-bottom: 32px;
	text-shadow: -1px -1px 0 #e52ec6, 1px -1px 0 #e52ec6, -1px 1px 0 #e52ec6, 1px 1px 0 #e52ec6;
}
.content { 
	position: relative;
	margin: 0 auto;
	min-height: 440px;
	width: 800px;
	max-width: 100%;  
	background: #000;
	text-align: center; 
	border: 5px solid #ffcc01;
	-webkit-border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	-ms-border-radius: 1.5em;
	-o-border-radius: 1.5em;
}
.logo {
	position: absolute;
	width: 130px;
	height: 130px;
	background: #000 url('../img/logo.png') no-repeat center 100%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 77;
	left: 0px;
	right: 0px;
	top: -35px;
	margin: auto;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.carousel-item img {
    max-width: 100%;
    height: 440px;
	-webkit-border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	-ms-border-radius: 1.5em;
	-o-border-radius: 1.5em;
    -o-object-fit: cover;
    -o-object-position: center;
}
@supports (object-fit: cover) {
  .carousel-item img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    -o-object-position: center;
  }
}
.center-block-text {
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 20px;
}
.center-block-text h3 {
	font-weight: bolder;
}
.center-block-text span {
	font-weight: bold;
	color: #333;
}
 

#carousel-thumb .carousel-item:before {
   content: "";
   position: absolute;
   z-index: 999;
   height: 100%;
   width: 100%;
   left: 0;
   top: 0;
}
#carousel-thumb .carousel-indicators li {
    width: 100px;
    height: 50px;
    overflow: hidden;
    border: 2px solid #e2e2e2; 
    background: #e2e2e2; 
	-webkit-border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	-ms-border-radius: 1.5em;
	-o-border-radius: 1.5em;
}

#carousel-thumb .carousel-indicators {
    bottom: 10px; 
}

#carousel-thumb .carousel-indicators li img {
    height: auto;
}