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

    [Master Stylesheet]

    Theme Name: Upcoming - Coming Soon Template
    Version: 1.0
    Last change: 08/09/2016
    Developer: LionCoders - http://www.lion-coders.com

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


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

    [Table of contents]

    1.0 GENERAL 

  5.0 COLOR SWITCHER

  6.0 INTRO SECTION

  7.0 ABOUT SECTION

  8.0 TEAM SECTION

  9.0 ANIMATED NUMBERS SECTION

  10.0 PRICING SECTION

  11.0 SERVICES SECTION

  12.0 TESTIMONIALS SECTION

  13.0 CLIENTS SECTION

  14.0 BLOG SECTION

  15.0 CONTACT SECTION

  16.0 FOOTER SECTION

  17.0 404 / NOT FOUND SECTION

  18.0 COMING SOON SECTION

  19.0 MEDIA QUERIES

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


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

                         1.0 GENERAL 
      
------------------------------------------------------------------*/

html,
body {
    height: 100%;
}

body {
    background: #f8f8f8;
    font-family: "Raleway", sans-serif;
    color: #222;
    line-height: 1.5em;
    letter-spacing: 1px;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Abril Fatface", cursive;
    text-transform: uppercase;
    letter-spacing: 3px;
}

a {
    color: inherit;
}

a:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
}

p {
    color: #666;
    font-size: 14px;
    line-height: 1.7em;
}

.btn {
    border: 2px solid;
    border-radius: 0px;
    padding: 8px 24px;
    margin: 0 10px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    transition: all .3s;
    position: relative;
    background-color: transparent;
    z-index: 1;
}

.btn:hover:after {
    width: 100%;
}

.btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    transition: all .3s;
}

.btn-light {
    border-color: #fff;
    color: #fff;
}

.btn-light:focus {
    color: #FFF;
}

.btn-light:hover {
    color: #222;
}

.btn-light:after {
    background-color: #fff;
}

.btn-dark {
    border-color: #222;
    color: #222;
}

.btn-dark.selected {
    background-color: #222;
}

.btn-dark.selected:after {
    background-color: #fff;
}

.btn-dark.selected:hover {
    border-color: #fff;
}

.btn-dark:hover {}

.btn-dark:after {
    background-color: #222;
}

.btn-lg {
    font-size: 16px;
}

.form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
}

.form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
}

img {
    max-width: 100%;
}

section {
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #fff;
    overflow: hidden;
}

section:before,
section:after {
    content: " ";
    display: table;
}

section:after {
    clear: both;
}

section.grey-bg {
    background-color: #f6f6f6;
}

section.grey-border {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.title {
    margin-bottom: 35px;
}

.title.center {
    text-align: center;
}

.title.center p {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.title.center:after {
    margin: 20px auto;
}

.title.right {
    text-align: right;
}

.title.right:after {
    margin-right: 0;
    margin-left: auto;
}

.title h2 {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 20px;
}

.title h3 {
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1px;
}

.title p {
    font-size: 16px;
    font-style: italic;
}

.title:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #222;
    margin-top: 20px;
    margin-bottom: 50px;
}

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

.section-content:after {
    clear: both;
}

.vcenter {
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}

.centrize {
    display: table-cell;
    vertical-align: middle;
}

.animated {
    opacity: 0;
}

.visible {
    opacity: 1;
}

.launching-soon {
    text-align: center;
}

#wrap {
    margin: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


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

                         4.0 SLIDE-SHOW / VIDEO 
      
------------------------------------------------------------------*/

#home-slider {
    margin-bottom: 0;
}

#backgrounds,
#dotty,
#container,
#xmas,
#constellation,
#gradient,
#video-wrapper,
#triangle {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}

#triangle canvas {
    width: 100%;
    height: 100%;
}

#backgrounds.coming-soon {
    position: fixed;
}

#backgrounds .slides {
    height: 100%;
}

#backgrounds .slides li {
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    transition: -webkit-transform, -moz-transform, transform 8s ease;
    -moz-transform-origin: 0 0;
}

#video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg/video-bg.jpg);
    background-size: cover;
    overflow: hidden;
}

.player {
    display: none;
}


/* HTML5 Video */

#video-wrapper video {
    width: 100%;
    height: auto;
}

#video-wrapper.no-bg {
    background: none;
}

#home {
    position: relative;
    height: 100%;
    z-index: 10;
    padding: 40px 0;
}

#home .member-social {
    margin-top: 30px;
}

.home-caption {
    display: table;
    height: 100%;
    width: 100%;
}

.home-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    border: 1px solid #f8f8f8;
}

.home-content h1 {
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 60px
}

.home-content h1 .selected {
    text-transform: lowercase;
    font-style: italic;
    font-size: 56px;
}

.home-content:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    margin-top: 100px;
    margin-left: -375px;
}

.home-content:after {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    margin-bottom: 100px;
    margin-left: 275px;
}

.home-content h2 {
    font-size: 20px;
    font-style: italic;
    margin: 14px 0;
}

.home-content .btn {
    margin-top: 10px;
}


/* Gradient Overlay Colors */

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

#output canvas {
    height: 900px;
}

#gradient {
    height: 100%;
    margin: 0;
    opacity: 0.8;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}


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

                         5.0 COLOR SWITCHER
      
------------------------------------------------------------------*/

.color-switcher {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    padding: 10px;
    position: fixed;
    top: 150px;
    transition: all 0.4s ease 0s;
    width: 200px;
    z-index: 99999;
}

.hide-color-switcher {
    left: -200px;
}

.show-color-switcher {
    left: -1px;
}

.color-switcher a.switcher-button {
    background: #fff;
    border-top: #e5e5e5;
    border-right: #e5e5e5;
    border-bottom: #e5e5e5;
    border-left: transparent;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    border-radius: 2px;
    color: #161616;
    cursor: pointer;
    font-size: 22px;
    width: 45px;
    height: 45px;
    line-height: 43px;
    position: absolute;
    top: 24px;
    right: -44px;
    text-align: center;
}

.color-switcher .color-switcher-title {
    padding: 0px 0 8px;
}

.color-switcher .color-switcher-title:after {
    content: "";
    display: block;
    height: 1px;
    margin: 14px 0 0;
    position: relative;
    width: 20px;
}

.color-switcher .color-list a.color {
    cursor: pointer;
    display: inline-block;
    height: 25px;
    margin: 10px 0 0 1px;
    width: 25px;
}

.turquoise-theme {
    background-color: #1abc9c;
}

.emerald-theme {
    background-color: #2ecc71;
}

.peter-river-theme {
    background-color: #3498db;
}

.amethyst-theme {
    background-color: #9b59b6;
}

.wet-asphalt-theme {
    background-color: #34495e;
}

.green-sea-theme {
    background-color: #16a085;
}

.nephritis-theme {
    background-color: #27ae60;
}

.belize-hole-theme {
    background-color: #2980b9;
}

.wisteria-theme {
    background-color: #8e44ad;
}

.midnight-blue-theme {
    background-color: #2c3e50;
}

.sun-flower-theme {
    background-color: #f1c40f;
}

.carrot-theme {
    background-color: #e67e22;
}

.alizarin-theme {
    background-color: #e74c3c;
}

.concrete-theme {
    background-color: #95a5a6;
}

.orange-theme {
    background-color: #f39c12;
}

.pumpkin-theme {
    background-color: #d35400;
}

.bordeaux-theme {
    background-color: #de3926;
}

.asbestos-theme {
    background-color: #7f8c8d;
}


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

                         6.0 INTRO SECTION
      
------------------------------------------------------------------*/

.intro-text {
    font-size: 14px;
    text-align: center;
}

.intro-text.left {
    text-align: left;
}


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

                         7.0 ABOUT SECTION
      
------------------------------------------------------------------*/

.img-side {
    padding: 0px;
    position: absolute;
    top: 0px;
    height: 100%;
    overflow: hidden;
    z-index: 100;
}

.img-side.img-right {
    right: 0;
}

.img-side.img-left {
    left: 0;
}

#about {
    background: url("../images/bg/4.jpg");
    background-size: cover;
    padding: 0;
}

.ab-icon {
    cursor: pointer;
    width: 15%;
    float: right;
    margin-left: 5%;
    text-align: center;
}

.ab-icon i {
    font-size: 45px;
    -webkit-transition: all 0.3s ease-out 0.3s;
    -moz-transition: all 0.3s ease-out 0.3s;
    -o-transition: all 0.3s ease-out 0.3s;
    transition: all 0.3s ease-out 0.3s;
}

.ab-content {
    float: right;
    width: 80%;
    text-align: right;
}

.ab-content h3 {
    text-transform: uppercase;
    font-size: 14px;
}

#about.center {
    background: #fff;
    padding: 130px 0;
}

#about.center .ab-icon {
    width: 100px;
    height: 100px;
    line-height: 120px;
    float: none;
    margin-left: 0;
    margin: 0 auto;
    text-align: center;
    background: tarnsparent;
    border: 1px solid #f5f5f5;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease-out 0.3s;
    -moz-transition: all 0.3s ease-out 0.3s;
    -o-transition: all 0.3s ease-out 0.3s;
    transition: all 0.3s ease-out 0.3s;
}

#about.center .about-box:hover .ab-icon {
    background: #f5f5f5;
    border-radius: 50%;
}

#about.center .ab-content {
    float: none;
    width: 100%;
    text-align: center;
}

#about .scroll {
    margin-top: 50px;
}


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

                         15.0 CONTACT SECTION
      
------------------------------------------------------------------*/

#map {
    min-height: 500px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.address-box {
  background: rgba(49,49,49,0.9);
  color: #fff;
  padding: 20px;
  position: absolute;
  top: 275px;
  left: 200px;

}
.address-box i {
  font-size: 20px;
}
.address-box:after {
  content: url('../images/indicator.png');
  position: absolute;
  bottom: -31px;
  left: 40%;
}

#formcontactus {
    text-align: right;
}

#formcontactus .form-group {
    margin-bottom: 25px;
}

.error-form {
    float: right;
    margin: -24px 2px 0 0;
    position: relative;
    top: 0;
}

.error-form i:before {
    color: #C33;
    font-size: 100%;
    vertical-align: top;
    margin-right: 10px;
}

.alert-success {
    text-align: left;
}

#formcontactus .form-control {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #222;
    border-radius: 0;
    text-align: right;
    font-size: 12px;
    text-transform: uppercase;
    color: #222;
}

#formcontactus .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #222;
}

#formcontactus textarea {
    resize: none;
}


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

                         16.0 FOOTER SECTION
      
------------------------------------------------------------------*/

footer {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

.copyright {
    text-align: center;
    color: #666;
    line-height: 50px;
    margin: 0;
}

.copyright i {}

#footer-social {
    text-align: center;
}

#blog-social > li,
#footer-social > li {
    display: inline-block;
}

#blog-social > li > a,
#footer-social > li > a {
    display: block;
    width: 40px;
    height: 40px;
    margin: 5px;
    border: 2px solid #ddd;
    color: #9b9b9b;
    font-size: 16px;
    padding: 0;
    line-height: 36px;
    text-align: center;
    transition: all .3s ease;
}

#blog-social > li > a:hover,
#footer-social > li > a:hover {
    background-color: #444;
    border-color: #444;
}


/***********************************************************
/*      Utility
/***********************************************************/

.scroll-to-top {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-indent: -99999em;
    display: none;
    cursor: pointer;
    z-index: 999;
    background: #E74C3C url("../images/utility/go-to-top.png") center center no-repeat;
    outline: none;
    border-radius: 100%;
}


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

                         18.0 COMING SOON SECTION
      
------------------------------------------------------------------*/

.coming-soon-section {
    color: #fff;
    position: relative;
    background-size: cover;
    background-position: center;
    background-position: fixed;
    background: none;
    z-index: 0;
}

.coming-soon-section .overlay-cSoon {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.coming-soon-section h1 {
    letter-spacing: 5px;
    margin-top: 0;
}

.coming-soon-section hr {
    width: 50px;
    border-top: 2px solid #fff;
}

.coming-soon-section p {
    color: #fff;
    margin: 30px;
}

.coming-soon-section span.h4 {
    line-height: 50px;
}

.coming-soon-section .input-group .btn-light {
    height: 40px;
}

.coming-soon-section .input-group .btn-light:focus {
    color: #fff;
}

#countdown_dashboard {
    display: block;
    margin: 30px auto 50px;
    max-width: 600px;
    overflow: hidden
}

.dash {
    padding-bottom: 10px;
    position: relative;
    opacity: 1;
}

.dash-glob {
    border-left: 1px dotted #CCCCCC;
}

#countdown_dashboard .dash-glob:first-child {
    margin-left: 0;
    border-left: none
}

.dash_title {
    font-size: 16px;
    width: 100%;
    color: #F8F8F8;
    display: block;
    clear: both;
}

.digit {
    font-family: "Abril Fatface", cursive;
    font-size: 40px;
    font-weight: 400;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    height: 90px;
    line-height: 90px;
    position: relative;
    vertical-align: middle;
}


.dialog,
.dialog__overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.dialog {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    top: 0;
    z-index: 999;
}

.dialog__overlay {
    position: absolute;
    z-index: 999;
    background: rgba(55, 58, 71, 0.9);
    opacity: 0;
    transition: opacity 0.3s;
}

.dialog--open .dialog__overlay {
    opacity: 1;
    pointer-events: auto;
}

.dialog__content {
    width: 50%;
    max-width: 560px;
    min-width: 290px;
    background: #fff;
    text-align: center;
    position: relative;
    z-index: 999999;
    opacity: 0;
}

.dialog--open .dialog__content {
    pointer-events: auto;
}


/* Content */

.dialog__content .banner-img {
    background: rgba(0, 0, 0, 0) url("../images/bg/download.jpg") repeat scroll center center;
    background-size: cover;
    height: 25rem;
    width: 100%;
}

.dialog-inner {
    padding: 4em;
}

.dialog-inner h4 {
    margin: 0;
    font-weight: 400;
    font-size: 30px;
    padding: 0 0 32px;
    color: #222222;
}

.dialog-inner p {
    color: #898989;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    padding: 0 0 32px;
    margin: 0;
}

.close-newsletter {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #FFF;
    font-size: 18px;
    height: 50px;
    line-height: 0;
    opacity: 1;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 50px;
}

.dialog-inner p.spam-news {
    color: #a5a5a5;
    font-size: 12px;
}

.dialog.dialog--open .dialog__content,
.dialog.dialog--close .dialog__content {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.dialog.dialog--open .dialog__content {
    -webkit-animation-name: anim-open;
    animation-name: anim-open;
}

.dialog.dialog--close .dialog__content {
    -webkit-animation-name: anim-close;
    animation-name: anim-close;
}

@-webkit-keyframes anim-open {
    0% { opacity: 0; -webkit-transform: scale3d(1.1, 1.1, 1); }
    100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); }
}

@keyframes anim-open {
    0% { opacity: 0; -webkit-transform: scale3d(1.1, 1.1, 1); transform: scale3d(1.1, 1.1, 1); }
    100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
}

@-webkit-keyframes anim-close {
    0% { opacity: 1; }
    100% { opacity: 0; -webkit-transform: scale3d(0.9, 0.9, 1); }
}

@keyframes anim-close {
    0% { opacity: 1; }
    100% { opacity: 0; -webkit-transform: scale3d(0.9, 0.9, 1); transform: scale3d(0.9, 0.9, 1); }
}

#subscribe {
    position: relative;
}

#subscribe .form-control {
    background: #f6f6f6 none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    box-shadow: none;
    height: 42px;
    outline: medium none;
    padding: 10px 15px;
    line-height: 1.4;
    margin-bottom: 20px;
    width: 100%;
    color: #333;
    transition: all 0.3s;
}

.controls .fa {
    color: #222;
    font-size: 20px;
    margin: 9px 0 0 -80px;
    position: absolute;
    z-index: 999;
}

.controls .fa-exclamation-circle {
    right: 5%;
    top: 5px;
}

.controls .fa-check {
    right: 25%;
    margin-top: 8px;
}

.controls button.submit .fa-check {
    right: 0;
    margin-top: 0px;
}


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

                         19.0 MEDIA QUERIES
      
------------------------------------------------------------------*/

@media (max-width: 991px) {
    .animated {
        opacity: 1;
        -webkit-animation: none;
        animation: none;
    }
    .home-content:before,
    .home-content:after {
        display: none;
    }
    .home-content h1 {
        font-size: 36px;
    }
    /* HTML5 Video */
    #video-wrapper video {
        width: auto;
        height: 700px;
    }
}

@media (max-width: 767px) {
    .title,
    .title.right {
        text-align: center;
    }
    .title p,
    .title.right p {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .title p:after,
    .title.right p:after {
        margin: 20px auto;
    }
    .title:after,
    .title.right:after {
        margin: 0 auto;
    }
    .ab-icon {
        width: 100%;
        float: none;
        margin-left: 0;
    }
    .ab-icon i {
        font-size: 35px;
    }
    .ab-content {
        float: none;
        width: 100%;
        text-align: center;
    }
    .home-content h1 {
        font-size: 28px;
    }
    #formcontactus .form-control {
        text-align: left;
    }
}

@media (max-width: 640px) {
    #home-slider .slides li h1 {
        font-size: 30px;
        line-height: 40px
    }
    #home-slider .slides li h1 .selected {
        font-size: 36px;
    }
    #video-wrapper video {
        display: none;
    }
    #video-wrapper.no-bg {
        background: url(../images/bg/video-bg2.jpg);
    }
}
