
/* ==========================================================================
   General
   ========================================================================== */


body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

p { color: #888; }

h1,
h2,
h3,
h4,
h5,
h6 { font-weight: 400; }

a { color: #3c83f9; }

a:hover {
  color: #2d62bb;
  text-decoration: none;
}

a:focus { outline: none; }

img {
  max-width: 100%;
  height: auto;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* ==========================================================================
   main
   ========================================================================== */

.main {
  background: url(../img/bg.jpg) center center no-repeat fixed;
  background-size: cover;
  position: relative;
  color: #fff;
}

.logo {
  text-align: center;
  margin-bottom: 2.25em;
}

.main h1 {
  font-size: 36px;
  font-weight: 300;
}

.welcome-message { padding-top: 1.5em; }

.rotate { 
  text-shadow: none !important;
}

.rotate2 { 
  font-size: 1.2em;
  color: #fff;
  text-shadow: none !important;
}


/* ==========================================================================
   Countdown styles
   ========================================================================== */

ul.countdown {
  list-style: none;
  display: block;
  margin-bottom: 0;
  padding: 1.5em 0 0;
}



ul.countdown li { display: inline-block; }

ul.countdown li span a{
  font-size: 1.5em;
  color:#fff;
  padding-left:2em;
  padding-right:2em;
  margin-bottom:-1em;
  -webkit-transiton: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

  ul.countdown li span.mail a:hover {
    color: #55acee;
  }

  ul.countdown li span.github a:hover {
    color: #8e44ad;
  }

  ul.countdown li span.linkedin a:hover {
    color: #0077B5;
  }




/* ==========================================================================
   Social
   ========================================================================== */

.social { float: none; }

.social li {
  display: inline-block;
  padding-right: .8em;
}

.social li:last-child { padding-right: 0; }

.social li a {
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  border-radius: 50%;
  background: #3c83f9;
  position: relative;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

.social li a:hover {
  color: #fff;
  background: #2d62bb;
}

/* ==========================================================================
   Features
   ========================================================================== */

.section-spacing { padding: 4.5em 0; }

.section-spacing-small { padding: 2.5em 0; }

.features.section-spacing { padding-bottom: 2.25em; }

.features h2,
.product-features h4 { margin-top: 0; }

.features h2 { margin-bottom: 1.5em; }

.product-features { margin-bottom: 3em; }

.product-features p {
  margin-bottom: 0;
  color: #888;
}

.features span {
  font-size: 1.5em;
}

/* ==========================================================================
   Twitter feed
   ========================================================================== */


.center-block { float: none; }

.twitter-feed {
  background: #282a2d;
  background-size: cover;
  color: #fff;
  position: relative;
}

.overlay-t {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(27, 32, 38, 0.8);
  top: 0;
}

.twitter-feed h2,
.contact h2 { margin: 0; }

.github-icon .fa-code {
  color: #f1c40f;
  padding: 12px 0 10px;
  font-size: 2.75em;
}

/* ==========================================================================
   Contact
   ========================================================================== */

.contact h2 { margin-bottom: 1.5em; }

.contact-form { margin-top: 3em; }

.contact-form .form-control {
  border-color: #ddd;
  margin-bottom: .75em;
  padding: .75em 12px;
}

.contact-form label.error {
  margin-bottom: 12px;
  font-weight: 300;
  color: #ea5050;
}

.contact .btn-default { width: 100%; }

/* ==========================================================================
   contact Form Validation
   ========================================================================== */


.contact-form label.error i { padding-right: 8px; }

.success-cf,
.error-cf { display: none; }

.success-cf p { background: rgba(39, 174, 96, 0.7); }

.error-cf p { background: rgba(231, 76, 60, 0.7); }

.contact-form { position: relative; }

.contact-form .success-cf p,
.contact-form .error-cf p {
  position: absolute;
  display: block;
  top: 40%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
  color: #fff;
  border-radius: 2px;
  padding: .75em;
}

/* ==========================================================================
   Map
   ========================================================================== */
.map {
  position: relative;
  box-shadow: 0 0 0 4px #fff;
  border-radius: 2px;
}

#map-canvas {
  width: 100%;
  height: 320px;
  margin: 0px;
  padding: 0px
}

#map-canvas img { max-width: none; }

.address {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.71);
  color: #666;
  padding: 1em;
  margin: 0 0 .75em .75em;
}

.address li i {
  padding-right: 8px;
  color: #3c83f9;
}

.address li { padding-bottom: .5em; }

.address li:last-child { padding-bottom: 0; }

/* ==========================================================================
   footer
   ========================================================================== */

.site-footer { background: #F1F1F1; }

.site-footer.section-spacing { padding: 4.5em 0; }

.site-footer h3 { margin: 0; }

.site-footer .social {
  float: none;
  margin-bottom: 1.5em;
}

.site-footer small { color: #888; }

/* ==========================================================================
   scroll top
   ========================================================================== */

.scroll-top { margin-bottom: 0; }

.scroll-top a {
  position: fixed;
  bottom: 2em;
  right: 2em;
  text-decoration: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  padding: .8em 1em;
  display: none;
  z-index: 200;
  border-radius: 5px;
  -webkit-transition: background .5s ease-in;
  transition: background .5s ease-in;
}

.scroll-top a:hover { background: #3c83f9; }

/* ==========================================================================
   Preloader styles
   ========================================================================== */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 9999;
  height: 100%;
  height: 100%;
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../img/load.gif) no-repeat center center;
  margin: -170px 0 0 -100px;
}

/* ==========================================================================
   Small devices (tablets, 768px and up)
   ========================================================================== */

@media (min-width: 768px) {

.main { padding: 3em 0 7.5em; }

.logo {
  text-align: justify;
  margin-bottom: 0;
}

.welcome-message { padding-top: 6em; }

.main h1 { font-size: 52px; }

.social { float: right; }

ul.countdown { padding-top: 3em; }

ul.countdown li span { font-size: 48px; }

ul.countdown li.seperator {
  font-size: 36px;
  line-height: 68px;
  padding: 0 20px;
}

ul.countdown li p { font-size: 20px; }
}

/* ==========================================================================
   Medium devices (desktops, 992px and up)
   ========================================================================== */

@media (min-width: 992px) {

.main {
  padding: 3em 0 12em;
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
}

.features,
.twitter-feed,
.contact,
.site-footer {
  position: relative;
  z-index: 2;
}

.welcome-message { padding-top: 6em; }

.section-spacing { padding: 4em 0; }

.features.section-spacing {
  padding: 4.5em 0 3em;
  margin-top: 38em;
}

.product-features { margin-bottom: 3.75em; }

.features.section-spacing,
.contact { background: #fff; }

.contact-form { margin-top: 0; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
 @-webkit-keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0);
}
100% {
opacity:1;
-webkit-transform:none;
transform:none;
}
}
@keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
-ms-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0);
}
100% {
opacity:1;
-webkit-transform:none;
-ms-transform:none;
transform:none;
}
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
}

/* ==========================================================================
   small devices
   ========================================================================== */



@media (max-width: 320px) {

ul.countdown li span { font-size: 28.833px; }

ul.countdown li.seperator {
  font-size: 25.629px;
  line-height: 38.439px;
  vertical-align: top;
  padding: 0 2px;
}

ul.countdown li p { font-size: 12.642px; }
}
