/*
    Name: Lumberjacket
    Description: Responsive Coming Soon 
    Version: 1.0
    Author: MountainTheme

    TABLE OF CONTENTS
    ---------------------------
     1. General
     2. Header
     3. Countdown
     4. Services
     5. Twitter
     6. Team
     7. Subscribe
     8. Contact
     9. Google map
     10. Footer
     11. Responsive CSS
*/


/* ================================= */
/* :::::::::: 1. General ::::::::::: */
/* ================================= */

@font-face {
    font-family: Lumberjack; 
    src: url(../fonts/Lumberjack/Lumberjack.otf); 
   }


html, body {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

.backstretch:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.ytplayer-container:after {
 content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: repeat;
  z-index: 1;
}

#video{
 background: transparent;
 overflow: hidden;
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 right: 0;
}

.social li {
  list-style:none;
  float: left;
}

.social li i.fa {
  color: rgb(255, 255, 255);
  display:block;
  font-size: 15px;
  outline: none;
  line-height: 40px;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
}


.social li a {
  display:block;
  background: rgba(255, 0, 0, 0);
  text-decoration: none;
  width: 40px;
  height: 40px;
  padding-left: 8px;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
}


.social a:hover i.fa {
  color: rgba(255, 255, 255, 0.72);

}

.social {
  position: relative;
  z-index: 9;
  float: left;
  margin-top: 6px;
}

.social ul {
  line-height: 0px;
  position: relative;
  display: inline-block;
  margin: 0;
}


::-webkit-input-placeholder { /* WebKit browsers */
    color:   #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #fff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:  #fff;
}


#page-loader {
    background: #d02327;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
} 

.loader-icon {
    background: none repeat scroll 0 0 #d02327;
    border-bottom: 4px solid rgba(0, 0, 0, 0.05) !important;
    border-left: 4px solid rgba(0, 0, 0, 0.05) !important;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-right: 4px solid rgba(0, 0, 0, 0.05) !important;
    border-top: 4px solid;
    height: 60px;
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 60px;
}

.colored-border {
    border-color: #ffffff;
}

.fa-spin {
  -webkit-animation:fa-spin 1.2s infinite linear;
  animation:fa-spin 1.2s infinite linear
  }
  @-webkit-keyframes fa-spin
  {
    0%
    {
      -webkit-transform:rotate(0deg);
      transform:rotate(0deg)
    }
    100%
    {
      -webkit-transform:rotate(359deg);
      transform:rotate(359deg)
    }
  } 

  @keyframes fa-spin 
  {
    0%
    {
      -webkit-transform:rotate(0deg);
      transform:rotate(0deg)
    }
    100%
    {
      -webkit-transform:rotate(359deg);
      transform:rotate(359deg)
    }
  }

/* ================================= */
/* :::::::::: 2. Header :::::::::::: */
/* ================================= */

header {
  height: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
  z-index: 99;
 }


header .contact-animated {
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


header .contact-info span {
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 25px;
  word-spacing: 1px;
}

header .contact-info i {
  color: #fff;
  font-size: 1.5em;
  padding-bottom: 10px;
}

header .typed {
  font-size: 2.1em;
  color: #fff;
  display: inline-block;
  padding: 3px 10px 5px 14px;
  letter-spacing: 0.135em;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Lumberjack', sans-serif;
}

header .logo {
  margin-top: 200px;
  margin-bottom: 30px;
}


header p {
  font-size: 13px;
  color: #fff;
  word-spacing: 1px;
  line-height: 25px;
  font-weight: 300;
  margin-bottom: 30px;
}


header h3 {
  color: #FFFFFF;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: 'Aldrich', sans-serif;
}

header h1  span {
  font-weight: 500;
}


header .mouse-wrapper {
  display:block;
  z-index:10;
  position: relative;
  top: 230px;
}

header .mouse {
  margin-left: -6px;
  position: absolute;
  text-align: center;
  left: 50%;
  animation: wobbleArrow 1s ease-in-out 0s infinite alternate;
  -webkit-animation: wobbleArrow 1s ease-in-out 0s infinite alternate;
  -moz-animation: wobbleArrow 1s ease-in-out 0s infinite alternate;
  -o-animation: wobbleArrow 1s ease-in-out 0s infinite alternate;
}


header .mouse a {
  color: #FFFFFF;
  position: relative;
  bottom: 0;
  line-height: 36px;
  text-align: center;
  outline: none;
}

header .mouse a i {
  font-size: 1.8em;
  color: #FFF;
}


@keyframes wobbleArrow
 {
 from   { 

 bottom: 40px; 

 }
 to { 

 bottom: 50px; 

 }
 }

 @-webkit-keyframes wobbleArrow
 {
 from   { 

 bottom: 40px; 

 }
 to { 

 bottom: 50px; 

 }
 }


/* ================================= */
/* :::::::: 3. CountDown ::::::::::: */
/* ================================= */

.clock {
  background: #ffffff;
  text-align: center;
  z-index: 1;
  position: relative;
  height: 700px;
}


.clock .clock_poster {
  background: url(../images/clock.jpg) 200px 0 repeat fixed;
  min-height: 1000px;
  height: 1000px;
  width: 100%;
  max-width: 1920px;
  position: relative;
  top: -105px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.clock h2 {
  font-size: 1.5em;
  color: #000000;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 20px;
  text-transform: uppercase;
  font-family: "Lumberjack", sans-serif;
  letter-spacing: 1px;
}

.clock .fa-clock-o {
  font-size: 1.6em;
  position: relative;
  display: block;
  color: #000000;
  margin-bottom: 15px;
}

.clock .col-md-6 {
  padding-top: 14em;
}

.clock .col-md-6.poster {
  padding: 0;
  position: absolute;
  right: 0;
  overflow: hidden;
}

.fa-clock-o {
  -webkit-animation: fa-spin 9s infinite linear;
  animation:fa-spin 9s infinite linear;
}

.time_circles {
    position: relative;
    width: 100%;
    height: 100%;
}


.time_circles > div {
    position: absolute;
    text-align: center;
}


.time_circles > div > h4 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 0.9em!important;
    font-family: "Lumberjack", sans-serif;
}


.time_circles > div > span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 300%;
    margin-top: 0.6em;
    font-weight: 400;
    letter-spacing: 1px;
    color: #000;
    font-size: 1.9em!important;
    font-family: "Lumberjack", sans-serif;
}


/* ================================= */
/* :::::::::: 4. Services :::::::::: */
/* ================================= */

.services {
  padding: 10em 0 15em 0;
  z-index: 1;
  background-color: #d02327;
  border-bottom: none;
  position: relative;
  text-align: center;
}


.services:before {
  left: 0;
  top: -6.5em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  display: block;
  height: 6.5em;
  position: absolute;
  width: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23d02327' /%3E%3C/svg%3E");

}

.services:after {
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  bottom: -6.5em;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  display: block;
  height: 6.5em;
  position: absolute;
  width: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23d02327;' /%3E%3C/svg%3E");    
}


.services .title i {
  font-size: 1.2em;
  color: #fff;
  margin-bottom: 15px;
  text-align: center;
}


.services .border {
  border-bottom: 1px solid rgba(197, 0, 0, 0.5);
  display: inline-block;
  margin-bottom: 55px;
  padding-bottom: 55px;
}

.services .info {
  margin-left: 110px;
}

.services  h3 {
   font-size: 1.1em;
   font-weight: 600;
   color: #fff;
   text-align: left;
   text-transform: uppercase;
   margin-top: 20px;
   letter-spacing: 1px;
   font-family: "Lumberjack", sans-serif;
}

.services h3:after {
    content: " ";
    border: solid 2px #fff;
    display: block;
    width: 23px;
    margin: 13px  0;
}


.services h2 {
  font-size: 1.5em;
  color: #fff;
  font-weight: 600;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-family: "Lumberjack", sans-serif;
  letter-spacing: 1px;
  text-align: center;
}


.services h2:after {
    content: "- // -";
    color: #fff;
    display: block;
    margin: 14px auto;
}

.services .title i {
  display: block;
}

.services .icon i.fa {
  background: #d02327;
  position: relative;
  display:block;
  font-size: 28px;
  width: 90px;
  height: 90px;
  float: left;
  line-height: 82px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 4px solid rgb(255, 255, 255);
  color: #ffffff;
}

.services .icon {
  position: relative;
  margin: 0 auto;
  display:block;
  font-size: 35px;
  border-bottom: none;
}


.services p {
  text-align: left;
  font-size: 13px;
  word-spacing: 1px;
  line-height: 25px;
  color: #ffffff;
  margin-top: 10px;
}

/* ================================= */
/* :::::::::: 5. Twitter ::::::::::: */
/* ================================= */

.twitter-section {
  background-color: rgb(255, 255, 255);
  text-align: center;
  position: relative;
  height: 700px;
}

.twitter-section:before {
  left: 0;
  top: -6.5em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  display: block;
  height: 6.5em;
  position: absolute;
  width: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:#fff;' /%3E%3C/svg%3E");
}

.twitter-section:after {
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  bottom: -6.5em;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  display: block;
  height: 6.5em;
  position: absolute;
  width: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:#fff;' /%3E%3C/svg%3E");    
}

.twitter-section .twitter_poster {
  background: url(../images/twitter.jpg) 200px 0 repeat fixed;
  min-height: 1000px;
  height: 1000px;
  width: 100%;
  max-width: 1920px;
  position: relative;
  top: -105px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.twitter-section .col-md-6 {
  padding-top: 13em;
}

.twitter-section .col-md-6.poster {
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
}

.twitter-feed {
  position: relative;
  z-index: 99;
}

.twitter-section h2 {
  font-size: 1.5em;
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "Lumberjack", sans-serif;
  letter-spacing: 1px;
  text-align: center;
}


.twitter-section h2:after {
    content: "- // -";
    color: #000;
    display: block;
    margin: 14px auto;
}

.twitter-section .title {
  margin-top: 5em;
}


.twitter-section i {
  font-size: 1.2em;
  display: block;
  color: #000;
  margin-bottom: 15px;
}

.tweet {
  width: 500px;
  height: 100%;
  text-align: center;
  margin: 0 auto;
  color: #000;
  font-size: 12px;
  word-spacing: 1px;
  line-height: 25px;
}

.tweet ul {
  padding-left: 0;
}

.twitter-feed li {
  list-style: none;
  text-align: center;
  color: #000;
}

.tweet a {
  font-weight: bold;
  color: #000;
}


/* ================================= */
/* :::::::::::: 6. Team :::::::::::: */
/* ================================= */

.team {
  padding: 10em 0 15em 0;
  background: #d02327;
  text-align: center;
  position: relative;
  z-index: 1;
}

.team:before {
  left: 0;
  top: -6.5em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  display: block;
  height: 6.5em;
  position: absolute;
  width: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23d02327;' /%3E%3C/svg%3E");    
}

.team:after {
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  bottom: -6.5em;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  display: block;
  height: 6.5em;
  position: absolute;
  width: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23d02327;' /%3E%3C/svg%3E");    
}


.team h2 {
  font-size: 1.5em;
  color: #fff;
  font-weight: 600;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-family: "Lumberjack", sans-serif;
  letter-spacing: 1px;
  text-align: center;
}

.team h2:after {
    content: "- // -";
    color: #fff;
    display: block;
    width: 85px;
    margin: 14px auto;
}


.team .title i.fa {
  display: block;
  padding-bottom: 15px;
  font-size: 1.2em;
}

.team img {
  width: 35%;
  margin: 0 auto 45px;
  float: left;
  border: 4px solid rgb(255, 255, 255);
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.team .info {
  margin-left: 150px;
}

.team .social-icons {
  margin-left: -43px;
  margin-top: -15px;
}
.team .info h3 {
  font-size: 1.1em;
  font-weight: 600;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-top: 20px;
  letter-spacing: 1px;
  font-family: "Lumberjack", sans-serif;
}

.team .border {
    border-bottom: 1px solid rgba(197, 0, 0, 0.5);
    display: inline-block;
    margin-bottom: 55px;
    padding-bottom: 55px;
}

.team h3:after {
    content: " ";
    border: solid 2px #fff;
    display: block;
    width: 23px;
    margin: 13px  0;
    text-align: center;
}

.team .info span {
  text-align: left;
  color: #fff;
  display: block;
  margin-top: 10px;
  font-size: 0.9em;
}

.team p {
    text-align: left;
    font-size: 13px;
    word-spacing: 1px;
    line-height: 25px;
    color: #ffffff;
    margin-top: 10px;
}

.team  .social-icons i.fa {
   text-align: center;
   font-size: 15px;
   border-bottom: none;
   color: #ffffff;
   margin: 20px 20px 15px auto;
   display: block;
   float: left;
   transition: all 0.4s ease 0s;
   -moz-transition: all 0.4s ease 0s;
   -webkit-transition: all 0.4s ease 0s;
   -o-transition: all 0.4s ease 0s;
   -ms-transition: all 0.4s ease 0s;
}

.team .social-icons li {
  list-style: none;
  float: left;
}

.team .info i.fa:hover {
  color: rgba(255, 255, 255, 0.62);
}


/* ================================= */
/* :::::::::: 7. Subscribe ::::::::: */
/* ================================= */

.subscribe {
  background: rgb(255, 255, 255);
  text-align: center;
  position: relative;
  height: 700px;
}

.subscribe .subscribe_poster {
  background: url(../images/subscribe.jpg) 200px 0 repeat fixed;
  min-height: 1000px;
  height: 1000px;
  width: 100%;
  max-width: 1920px;
  position: relative;
  top: -105px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.subscribe .title {
      margin-top: 3em;
}

.subscribe .col-md-6 {
  padding-top: 14em;
}

.subscribe .col-md-6.poster {
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
}

.subscribe i.fa-paper-plane {
    color: #000000;
    font-size: 1.2em;
    text-align: center;
    display: block;
    z-index: 9;
    position: relative;
    padding-bottom: 15px;
}


.subscribe h2 {
  font-size: 1.5em;
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "Lumberjack", sans-serif;
  letter-spacing: 1px;
  text-align: center;
}


.subscribe h2:after {
    content: "- // -";
    color: #000;
    display: block;
    margin: 14px auto;
}


.subscribe #ajaxChimp {
  text-align:center;
  position: relative;
  z-index: 99;
}

.subscribe input[type=text] {
  background-color: rgba(255, 255, 255, 0);
  border: solid 2px #000000;
  word-break: break-all;
  width: 30%;
  height: 45px;
  padding-bottom: 11px;
  color: #000000;
  word-spacing: 1px;
  padding: 11px 11px 12px 11px;
  outline: none;
  border-radius: 0;
  font-size: 13px;
}

.subscribe button {
  background-color: rgba(208, 35, 39, 0);
  width: 10%;
  outline: none;
  border: 2px solid #000000;
  overflow: hidden;
  height: 45px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  padding: 11px;
  font-size: 13px;
}

.subscribe button:hover {
  background-color: #d02327;
  border: 2px solid #d02327;
}

.subscribe button i.fa {
  font-size: 15px;
  padding: 0;
  display: inline-block;
  color: #000000;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.subscribe button:hover i {
  color: #ffffff;
}

.subscribe label {
  padding: 20px 20px;
  color: #000000;
  font-size: 12px;
  display: block!important;
  font-weight: 500;
}

.subscribe label.error i {
    color: #D63639;
    padding-right: 5px;
}

.subscribe label i.fa.fa-check {
  padding-top: 15px;
}

.subscribe ::-webkit-input-placeholder { /* WebKit browsers */
    color:   #000;
 
}
.subscribe :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
   opacity:  1;
 
}
.subscribe ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #000;
   opacity:  1;
  
}
.subscribe :-ms-input-placeholder { /* Internet Explorer 10+ */
   color:  #000;
 
}


/* ================================= */
/* :::::::::: 8. Contact ::::::::::: */
/* ================================= */

.contact {
  text-align: center;
  padding: 10em 0 15em 0;
  z-index: 10;
  position: relative;
  background-color: #d02327;
  margin-bottom: -100px;
}


.contact:before {
  left: 0;
  top: -6.5em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  display: block;
  height: 6.5em;
  position: absolute;
  width: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23d02327;' /%3E%3C/svg%3E");    
}

.contact:after {
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  bottom: -6.5em;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  display: block;
  height: 6.5em;
  position: absolute;
  width: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23d02327;' /%3E%3C/svg%3E");    
}

.contact h2 {
  font-size: 1.5em;
  color: #fff;
  font-weight: 600;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-family: "Lumberjack", sans-serif;
  letter-spacing: 1px;
  text-align: center;
}

.contact .title i {
  display: block;
  padding-bottom: 15px;
  font-size: 1.2em;
}

.contact h2:after {
    content: "- // -";
    color: #fff;
    display: block;
    margin: 14px auto;
}


.contact input[type='text'], .contact input[type='email'] {
  width: 44%;
  background: transparent;
  border-bottom: 2px solid #ffffff;
  border-top: none;
  border-left: none;
  border-right: none;
  height: 55px;
  font-size: 13px;
  color: #fff;
  outline: none;
  -webkit-transition: all 0.3s!important;
  -moz-transition: all 0.3s!important;
  transition: all 0.3s!important;
}

.contact input[type='email'] {
  right: 15px;
  position: absolute;
  top: 0px;
}



.contact input[type='text'] {
  width: 45.1%;
  float: left;
}

.contact textarea {
  width: 100%;
  background: transparent;
  padding-top: 15px;
  font-size: 13px;
  border-bottom: 2px solid #ffffff;
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none;
  color: #fff;
  height: 55px;
  margin: 30px 0;
  resize: none;
  -webkit-transition: all 0.3s!important;
  -moz-transition: all 0.3s!important;
  transition: all 0.3s!important;
}

.contact input[type='submit'] {
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #ffffff;
  color: #FFFFFF;
  width: 10%;
  display:block;
  margin:0 auto;
  word-spacing: 1px;
  outline: none;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 5px;
  font-weight: 600;
  line-height: 36px;
  height: 45px;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}

.contact input[type="submit"]:hover {
  background: rgb(255, 255, 255);
  color: #000000;
}

.contact .error .email {
    text-align: right;
    display: inline-block;
    position: absolute;
    right: 19px;
    padding-left: 9px;
    top: 30px;
}

.contact .error .name {
    display: inline-block;
    position: absolute;
    left: 43.6%;
    padding-left: 2px;
    top: 30px;
}

.contact .error .message {
    text-align: right;
    display: inline-block;
    position: absolute;
    right:0;
    top: 115px;
    margin-right: 20px;
    padding-left: 9px;
}

.contact #ajax-contact-form i {
  color: #ffffff;
  font-size: 0.9em;
}

.contact .notification_ok {
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 13px;
  position: absolute;
  top: -26px;
  width: 96%;
  margin-top:5px;
}

.contact .notification_ok i {
  color: #ffffff;
  padding-right: 5px;
}

/* ================================= */
/* ::::::::: 9. Google map ::::::::: */
/* ================================= */

#google-container {
  width: 100%;
  height: 100vh;
  z-index: 999;
}


.google-map {
  position: relative;
  margin: 0;
  z-index: 1;
  overflow: hidden;
  margin-top: 100px;
  height: 700px;
}



.google-map .col-md-6 {
  padding: 0;
}

.google-map .google_poster {
  background: url(../images/google.jpg) 200px 0 repeat fixed;
  min-height: 1000px;
  height: 1000px;
  width: 100%;
  max-width: 1920px;
  position: relative;
  top: -105px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.google-map .col-md-6 {
  text-align: center;
}


#zoom-in, #zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 40px;
  background-color: rgb(208, 35, 39);
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("../images/icon-controller.svg");
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

#zoom-in:hover, #zoom-out:hover {
  background-color: rgba(208, 35, 39, 0.85);
}

#zoom-in {
  background-position: 50% 0;
  margin-top: 110px;
  margin-bottom: 1px;
}

#zoom-out {
  background-position: 50% -32px;
}



/* ================================= */
/* ::::::::: 10. Footer :::::::::::: */
/* ================================= */

footer {
  color: #fff;
  background: #d02327;
  text-align: center;
  position: relative;
}


footer .copyright {
  font-size: 12px;
  float: right;
  margin-top: 18px;
}

footer a {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  color: #ffffff;
}

footer a:hover, footer a:focus {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.up-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  background: rgb(208, 35, 39);
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  line-height: 38px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -24px;
  z-index: 999;
}

.up-btn:hover i.fa {
  color: rgba(255, 255, 255, 0.72);

}

.up-btn i {
  color: #fff;
      transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}

/* ================================= */
/* :::::: 11. Responsive CSS ::::::: */
/* ================================= */


@media only screen and  (max-width: 1366px) {

header .logo {
  padding-top: 120px;
  margin-top: 0;
}

header .mouse-wrapper {
  top: 230px;
}

.subscribe button {
  width: 11%;
}

}

@media only screen and  (max-width: 1036px) {

.time_circles > div > h4 {
  font-size: 0.7em!important;
}

.time_circles > div > span {
  font-size: 1.4em!important;
}

.tweet {
  width: 400px;
}


.team .info {
  margin-left: 100px;
}

.team img {
  width: 30%;
}

.subscribe input[type=text] {
  width: 40%;
}


.services .col-md-12, .team .col-md-12 {
  padding-right: 80px;
}

.services .col-md-12, .team .col-md-12 {
  padding-left: 50px;
}

.clock {
      padding: 0em 0 37em 0;
}

.clock .clock_poster {
  height: 300px;
  background: url('../images/clock.jpg')  no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.twitter-section {
      padding: 0em 0 37em 0;
}

.twitter-section .twitter_poster {
  height: 300px;
  background: url('../images/twitter.jpg')  no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.subscribe {
      padding: 0em 0 37em 0;
}

.subscribe .subscribe_poster {
  height: 300px;
  background: url('../images/subscribe.jpg')  no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.google-map .google_poster {
  height: 300px;
  background: url('../images/google.jpg')  no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.contact .error .name {
      left: 43.3%;
}


}

@media only screen and  (max-width: 768px) {

.contact .error .name {
      left: 42.8%;
}

header .logo {
  margin-top: 0;
  padding-top: 190px;
}

header .col-md-3 {
  margin-bottom: 30px;
}

header .mouse-wrapper {
  top: 130px;
}

.time_circles > div > h4 {
  font-size: 0.9em!important;
}

.time_circles > div > span {
  font-size: 1.8em!important;
}


.clock .col-md-6.poster  {
  left: 0;
  margin-top: 190px;
}

.services .col-md-12 {
  padding-left: 20px;
}

.twitter-section .col-md-6.poster  {
  left: 0;
  margin-top: 150px;
}

.twitter-section  .twitter_poster {
  background-position: center center;
}

.subscribe .col-md-6.poster  {
  left: 0;
  margin-top: 130px;
}

.subscribe  .subscribe_poster {
  background-position: center center;
}

.google-map {
  padding: 0em 0 86em 0;
}

.google-map .col-md-6.poster  {
  left: 0;
  width: 100%;
  position: relative;
}

.google-map .google_poster {
  background-position: center center;
  border-right: 0;
  top: 0;
}

.contact .col-md-offset-2 {
  padding-right: 75px;
}

#google-container {
  height: 400px;
}

.services .col-md-4 {
  margin-bottom: 50px;
}

.team .col-md-4 {
  margin-bottom: 90px;
}

.team .col-md-4:last-child, .services .col-md-4:last-child {
  margin-bottom: 0;
}

.team img {
  width: 20%;
}

.team .info {
  margin-left: 140px;
}

.clock {
      padding: 0em 0 96em 0;
}

.clock .clock_poster {
  height: 500px;
  background: url('../images/clock.jpg')  no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.twitter-section {
      padding: 0em 0 96em 0;
}

.twitter-section .twitter_poster {
  height: 500px;
  background: url('../images/twitter.jpg')  no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.subscribe {
      padding: 0em 0 96em 0;
}

.subscribe .subscribe_poster {
  height: 500px;
  background: url('../images/subscribe.jpg')  no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.google-map .google_poster {
  height: 500px;
  background: url('../images/google.jpg')  no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.contact input[type='submit'] {
  width: 14%;
}


}

@media only screen and  (max-width: 667px) {

.contact .error .name {
      left: 42.5%;
}

header .col-md-3 {
  width: 33%;
  float: left;
  word-break: break-word;
}

header .mouse-wrapper {
  top: 210px;
}

header p {
  margin-top: 20px;
  text-align: left;
}

header .logo {
  padding-top: 30px;
  margin-bottom: 5px;
}

header .typed {
  font-size: 1.5em;
  display: block;
  text-align: left;
  padding: 0;
}

header .logo img {
  width: 30%;
  float: right;
}

header .contact-info {
  margin-top: 35px;
}

}

@media only screen and  (max-width: 568px) {

.contact input[type='submit'] {
  width: 25%;
}

.contact .error .name {
      left: 42.0%;
}


}

@media only screen and  (max-width: 480px) {

header .logo img {
  width: 50%;
  float: right;
}


header p {
  margin-top: 20px;
  text-align: left;
}

header .logo {
  padding-top: 80px;
  margin-bottom: 5px;
}

header .typed {
  font-size: 1.5em;
  display: block;
  text-align: left;
  padding: 0;
}

.contact .error .name {
      left: 40.9%;
}

.team img {
    width: 40%;
}

.team .info {
    margin-left: 0px;
}

.services .col-md-12, .team .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

.team .info h3 {
  text-align: center;
}

.team img {
  margin-bottom: 10px;
}

.team p {
  text-align: center;
}

.team .social-icons {
  margin-left: -15px;
  margin-top: -10px;
  display: inline-block;
}

.team .info span {
  text-align: center;
}

.team h3:after {
  margin: 13px auto;
}

.team img {
  float: none;
}


footer .copyright {
  float: none;
}

.social {
  float: none;
  margin-right: 40px;
}

.subscribe button {
    width: 16%;
}

.time_circles > div > h4 {
  font-size: 0.8em!important;
}

.time_circles > div > span {
  font-size: 1.6em!important;
}

.team  .social-icons i.fa {
  margin-bottom: 0;
}

.lj-loader h2 {
  font-size: 1.8em;
}

.services .icon i.fa {
  float: none;
  margin: 0 auto;
}

.services .info {
  margin-left: 0;
}

.services  h3 {
  text-align: center;
}

.services h3:after {
  margin: 13px auto;
}

.services p {
  text-align: center;
}

@keyframes animLoadedHeader {
  to { transform: translate3d(0,-130%,0); }
}

.contact .notification_ok {
 margin-left: -10px;
}


}

@media only screen and  (max-width: 375px) {
.contact .error .name {
      left: 39.8%;
}

.team img {
    width: 50%;
}



header .contact-info i {
  padding-bottom: 3px;
}

header .logo {
  padding-top: 20px;
  margin-bottom: 5px;
}

.time_circles > div > h4 {
  font-size: 0.5em!important;
}

.time_circles > div > span {
  font-size: 1.6em!important;
}

.services  h3, .team  h3 {
  line-height: 25px;
}

.tweet {
    width: 100%;
}

}


@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .clock .clock_poster, .twitter-section .twitter_poster, .subscribe .subscribe_poster, .google-map .google_poster {
  -webkit-background-size:cover;
  background-position:center;
}
}