@import url('https://fonts.googleapis.com/css?family=Patua+One');
body, html {
    height: 100%;
    margin: 0;
}

/* ==========================================================================
   	1. 404 ERROR PAGE.
   ========================================================================== */

brand-2{
    font-family: 'Anton', sans-serif;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    transition: 0.5s;
}

.tp-caption p{
    color: #fff;
    font-style: italic;
    margin-top: 14px;
}

.bgimg {
    background-image: url('http://placehold.it/1920x1080');
    height: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    color: white;
}

.topleft {
    position: absolute;
    top: 0;
    left: 16px;
}

.bottomright {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.middle {
    position: absolute;
    top: 35%;
    left: 90px;
    transform: translate(-35%, -150px;);
    text-align: center;
}

.middle h1{
    font-size: 120px;
    text-align: left;
}

.middle h2{
    font-size: 30px;
    text-align: left;
    font-weight: normal;
}

.middle p{
    text-align: left;
    padding-top: 20px;
	color: #FFF;
}

.bottomright .rightside .favicon-items .fa{
    font-size: 25px;
	color: #FFF;
}

.favicon-items{
    display:inline-block;
    margin-right: 10px;
}

/* ==========================================================================
   	1. MEDIA QUERIES.
   ========================================================================== */

@media (max-width:992px) { 
.middle {
    position: absolute;
    top: 30%;
    left: 90px;
    transform: translate(-35%, -150px;);
    text-align: center;
}
    
}

@media (max-width:768px) {
.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
} 
    
.middle h1{
    font-size: 50px;
    text-align: center;
}

.middle h2{
    font-size: 15px;
    text-align: center;
    line-height: 1.3;
}

.middle p{
    text-align: center;
    padding-top: 20px;
}
	
.topleft-coming-soon {
    position: absolute;
}
	
.logo-brand{
	width: 200px;
	margin: auto;
}
	
.information-right{
	width: 400px;
	height: 430px;
	float: none;
	margin: 0px auto 0px auto;
}
    
}

@media (max-width:440px) {   
.middle h1{
    font-size: 35px;
    text-align: center;
}

.middle h2{
    font-size: 20px;
    text-align: center;
    line-height: 1.3;
}

.information-right{
	width: 100%;
	height: 430px;
	float: none;
	margin: 0px;
	padding: 30px;
	box-shadow: none;
}
	
#counter span {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  min-width: 35px;
  position: relative;
  margin: 0 2px;
  padding: 5px;
  color: white;
  text-shadow: 0 0 2px #2D527C;
  background-color: #3FB6E0;
  border-radius: 4px;
}
	
#counter {
    font-size: 30px;
  }

.subscription-form{
	width: 100%;
	padding: 0px 30px 0px 30px;
}
    
}