/*------------------------------------------------------------------
Common Stylesheet

Project:   Maintenance - Coming Soon HTML Template
Build:     Bootstrap 3 +
Author:    ShapedTheme

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


/*------------------------------------------------------------------
Table of contents

1. Fonts
2. Elements
3. Background
4. Main-container
5. Counter
6. Progress Bar
7. Subscribe
8. Footer
9. Particles-js

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


/* ==================================================================
 1. Fonts
================================================================== */

@import url(https://fonts.googleapis.com/css?family=Lato:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,400italic,700,300);

/* ==================================================================
  2. Elements
================================================================== */

body {
    color: #fff;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    white-space: normal;
    position: relative;
    font-family: 'Lato', sans-serif;
}

span,
p,
input {
    line-height: 24px;
    font-family: 'Lato', sans-serif;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    display: inline-block;
}

ul {
    padding: 0;
    margin: 0;
}


/* ==================================================================
 3. background
================================================================== */

.solid {
    background: #122436;
}

.gd-bg {
    background: rgb(242, 131, 15);
    /*For browsers that do not support gradients */
    background: -webkit-linear-gradient(-90deg, rgb(100, 138, 195), rgb(242, 131, 15));
    /*For Safari 5.1 to 6.0*/
    /*For Opera 11.1 to 12.0 */
    /* For Firefox 3.6 to 15 */
    background: -webkit-linear-gradient(right, rgb(100, 138, 195), rgb(242, 131, 15));
    background: linear-gradient(-90deg, rgb(100, 138, 195), rgb(242, 131, 15));
    /* Standard syntax */
}

.static-bg {
    background: url(assets/images/home-bg.jpg) no-repeat scroll 50% 50%;
    background-size: cover;
}

#demo-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


/* ==================================================================
 4. Main-container
================================================================== */

.content {
    position: relative;
    margin: 0 40px;
    z-index: 999;
}

.main-content {
    padding: 0 60px;
    z-index: 999;
}

.content:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    z-index: -1;
    border-radius: 4px;
}

.main-container {
    position: relative;
    overflow: hidden;
}

.section {
    position: relative;
    background-color: transparent;
    overflow: hidden;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#home .section-container {
    display: block;
    position: relative;
    z-index: 100;
}

.main-logo a {
    margin: 50px 0;
}

#home h1 {
    font-size: 30px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    padding-bottom: 30px;
}

.main-content p {
    font-size: 16px;
    padding-bottom: 15px;
}

.free .main-content p {
    font-size: 16px;
    padding-bottom: 32px;
}


/* ==================================================================
 5. Counter
================================================================== */

#counter {
    color: #eeeeee;
    overflow: hidden;
    padding-bottom: 21px;
}

.counter-container {
    display: table;
    margin: 0 auto;
}

#counter .box {
    display: block;
    width: 75px;
    height: 68px;
    text-align: center;
    overflow: hidden;
    padding: 8px 0;
    float: left;
    margin: 5% 8px;
    border: 2px solid #fff;
    position: relative;
    border-radius: 2px;
    ;
}

#counter .number {
    font-size: 28px;
    text-align: center;
    font-weight: normal;
    line-height: 1;
}

#counter span {
    display: block;
    font-size: 15px;
    text-align: center;
    font-weight: normal;
}


/*=======================
6. Progress Bar
==========================*/

.progress {
    height: 28px;
    overflow: hidden;
    background-color: transparent;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    border: 1px solid #fff;
    margin: 0 13% 50px;
    position: relative;
    padding: 2px;
}

.progress:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid transparent;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 15px;
    line-height: 20px;
    color: #010101;
    text-align: center;
    background-color: #dddddd;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
    border-radius: 2px;
}


/*============================
7. Subscribe
===============================*/

input[type="email"] {
    width: 100%;
    height: 38px;
    letter-spacing: 0.5px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #fff;
    background: rgba(66, 43, 13, 0.8);
    border: 1px solid #a65b06;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

input[type="email"]:focus {
    background: rgba(66, 43, 13, 1);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .075), 0 0 0 rgba(102, 175, 233, .6);
    border-color: #a65b06;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
}

button.sub-btn {
    padding: 6px 12px;
    font-size: 16px;
    height: 38px;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    text-align: center;
    background: rgba(191, 105, 7, .8);
    border: 1px solid #a65b06;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
}

.btn {
    border-radius: 0;
}

button.sub-btn:hover {
    background: rgba(191, 105, 7, 1);
    color: #fff;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
}

button.sub-btn:focus {
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .075), 0 0 0 rgba(102, 175, 233, .6);
    border-color: #a65b06;
    color: #fff;
    outline: 0 !important;
    outline-offset: -2px;
}

.st-subscribe-message {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: 50px;
    z-index: 99999;
    left: 16%;
}

.subscribe-area h3 {
    font-size: 18px;
    font-style: italic;
    font-family: 'Merriweather', serif;
    padding-bottom: 18px;
}

.input-group {
    margin: 0 13% 80px;
}


/*========================
8. Footer
==========================*/

.footer {
    overflow: hidden;
    padding: 0 60px;
    color: #aaa;
    background: rgba(0, 0, 0, 0.6);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.footer .footer-left {
    float: left;
    padding: 14px 0;
}

.footer .footer-left a i:hover {
    color: #a65b06;
}

.footer .footer-left a:first-of-type {
    padding-left: 0;
}

.footer .footer-left a i {
    color: #aaa;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 18px;
    line-height: 24px;
}

.footer .footer-left a {
    color: #aaa;
    padding: 0 6px;
}

.footer .footer-right {
    float: right;
    padding: 14px 0;
}

.footer .footer-right p {
    margin-bottom: 0;
    font-size: 14px;
}

.footer .footer-right p a {
    color: #aaa;
    text-decoration: none;
    -webkit-transition: all 0.33s;
    transition: all 0.33s;
}

.footer .footer-right p a:hover {
    color: #a65b06;
    text-decoration: none;
}


/* ==================================================================
  9.  Particles-js
================================================================== */


/* ---- reset ---- */

canvas {
    display: block;
    vertical-align: bottom;
}


/* ---- particles.js container ---- */

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #BF6907;
}

.snowfall #particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(assets/images/bg-8.jpg) no-repeat scroll 0 0;
    background-size: cover;
}


/* ---- stats.js ---- */

.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}