/*------------------------------------------------------------------------
# Free Coming Soon HTML Templates - Dec 8, 2017
# ------------------------------------------------------------------------
# Designed & coded by Awe7 Team
# Websites:  http://www.awe7.com -  Email: info@awe7.com
--------------------------------------------------------------------------

    1. countDown
    2. particles.js
    2. comming_soon_01

--------------------------------------------------------------------------*/


/* 1. countDown
--------------------------------------------------------------------------------*/

.countdown__module {
    display: table;
    width: 100%;
    margin: 20px 0;
}

.countdown__module p {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    width: 1%;
    color: #dbc6a6;
}

strong {font-weight: normal;}

@media (min-width: 992px) {
    .countdown__module p {
        font-size: 18px;
    }
}

.countdown__module p:last-child {
    border-right: 0;
}

.countdown__module span {
    display: block;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
}

@media (min-width: 992px) {
    .countdown__module span {
        font-size: 50px;
    }
}

.awe-skin-dark .countdown__module p {
    color: #f1f1f1;
}

/* 2. particles.js
--------------------------------------------------------------------------------*/
#particles-js {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 33;
}

/* 3. comming_soon_01
--------------------------------------------------------------------------------*/

.comming-soon-01 {
    margin: 0 auto;
}

.comming-soon-01__title {
    margin-bottom: 0;
    font-size: 30px;
}

.comming-soon-01 h2 {
	margin-top: 20px;
	font-size: 22px;
	font-weight: 100;
	line-height: 34px;
}

.comming-soon-01 .logo {
	padding-bottom: 10px;
}

.comming-soon-01 .logo h1 {
	margin: 0;
	padding: 0;
}

.comming-soon-01 .logo a {
	display: inline-block;
	width: 250px;
	height: 140px;
	background: url(../img/Logo.png) left center no-repeat;
	text-indent: -99999px;
}

.comming-soon-01 .logo h1.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.comming-soon-01 .countdown__module {
    margin-top: 20px;
    max-width: auto;
}

.countdown__module .days-wrapper,
.countdown__module .hours-wrapper,
.countdown__module .minutes-wrapper,
.countdown__module .seconds-wrapper {
    display: inline-block;
    width: 150px;
    margin: 5px 5px;
    font-size: 18px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 10px 10px;
    /* border-style: dashed; */
    background-color: rgba(255, 255, 255, 0.06);
    /* border-bottom-color: #F02020; */
    font-weight: bolder;
    text-align: center;
    text-transform: uppercase;
    color: #00FF00;
}

.countdown__module .days,
.countdown__module .hours,
.countdown__module .minutes,
.countdown__module .seconds {
    font-size: 70px;
    font-weight: 100;
    line-height: 80px;
}



@media (min-width: 320px) {
    .comming-soon-01__title {
        font-size: calc(2.27273vw + 22.72727px);
    }
}

@media (min-width: 1200px) {
    .comming-soon-01__title {
        font-size: 50px;
    }
}

.comming-soon-01__desc {
    font-size: 18px;
    color: #1b1b1b;
    margin-bottom: 40px;
    font-weight: 300;
}

.awe-skin-dark .comming-soon-01__desc {
    color: #fcfcfc;
}

.display-flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}