/*
    Theme Name: WeBuild
    Theme URL: https://bootstrapmade.com/free-bootstrap-coming-soon-template-countdwon/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/
/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Lato:400,300,700,900');
 html,body { height: 100%; margin: 0px; padding: 0px; }
body {
    background: #d7cfb8;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #FFF;
    line-height: 1.6em;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #444;
}

h1 {
	font-size: 40px;
}

h3 {
	font-weight: 400;
}

h4 {
	font-weight: 400;
	font-size: 20px;
}

p {
    margin-bottom: 10px;
    font-size: 14px;
    color:#fff;
}


a {
    color: #FFF;
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #4F92AF;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

.alignleft {
    text-align: left;
}
.alignright {
    text-align: right;
}

.aligncenter {
    text-align: center;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}

.btn-theme  {
  color: #fff;
  background-color: #4F92AF;
  border-color: #4F92AF;
  transition: background 0.3s;
}
.btn-theme:hover  {
  color: #fff;
  background-color: #5cacce;
  border-color: #5cacce;
}
form.signup input  {
	height: 42px;
	width: 250px !important;
	border-radius: 0;
	border: none;
}
form.signup button.btn {
	font-weight: 700;
}
form.signup input.form-control:focus {
	border-color: #fd680e;
}


/* wrapper */

#wrapper {
	text-align: center;
	padding: 0 0 0 0;
  	background-size: cover;
}



#wrapper h1 {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 40px;
	font-weight: 900;
	letter-spacing: -1px;
}

h2.subtitle {
	color: #fff;
	font-size: 24px;
}

/* social */
.social {
    padding: 30px 0 0 0;
}

.social a {
    font-size: 24px;
    color: #fff;
    padding: 0 5px;
    transition: all 0.3s;
}

.social a:hover {
    color: #5cacce;
}

/* countdown */
#countdown {
	font-size: 48px;
	color: #fff;
	line-height: 1.1em;
	margin: 40px 0 60px;
}

.contctform {
  margin-top: 15px;
}

.contctform h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  color: #fff;
  padding: 0;
  margin: 7px 0 14px 0;
}

.validation {
    color: white;
    display:none;
    margin: 0 0 10px;
    font-weight:400;
    font-size:13px;
    line-height:12px;
}

#sendmessage {
    background: #fff;
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    background: #fff;
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

/* footer */
p.copyright {
	margin-top: 10px;
	color: #fff;
	text-align: center;
  padding: 0;
  margin-bottom: 5px;
}	

.credits, .credits a {
    color: #fff;
    margin-bottom: 10px;
}
.box {
    background-color:rgba(255,0,0,0.6);
    border-radius: 20px;
}
.header {
	position:absolute;
	top:0px;
	left:0%;
	width:100%;
}
.inside {
    width:100%;
    padding-left:0%;	
    margin-top: -8px;
}
.inner-txt-bottom {
    width: 100%;
    margin-left: 4px;
    margin-top:48px;	
}

.footer-slider {
    width: 100%;
    margin-left: 0px;
    margin-top: 8px;
}
.navbar {
    margin-bottom: 4px;
}
.navbar-red {
    background-color: rgba(255, 243, 243, 0.89);
/*    background-color: rgba(64, 63, 63, 0.53);
    background-color:rgba(255,0,0,0.6);
    border-color:#ff0000;              */
    border-radius: 5px;
    float: right;
    width: 235px;
}
.logo {
    height: 27px;
    width: auto;
    margin-top: -9px;
    margin-left: -11px;
}
.inner-txt-left {
    position: absolute;
    top: 12%;
    width: 36%;
    margin-left: 20px;
    margin-top: -13px;
}
.inner-txt-right {
    width: 99%;
    left:60%;	
    margin-left: 20px;
    margin-top: -13px;
}
@media (max-width: 888px) {
  .navbar-red {
    width: 200px;
    float: right;
    margin-right: -21px;
  }
  .header {
	position:relative;
	left:50%;
	width:50%;
  }
  .inside {
    width:97%;
    padding-left:0%;	
    margin-top: 5px;
  } 
  .inner-txt-right {
    margin-left: 4px;

  }
  .inner-txt-bottom {
    width: 100%;
    margin-left: 4px;
    margin-top:40px;	
  }
  .footer-slider {
    width: 100%;
    margin-left: 0px;
    margin-top: 8px;
  }
  .logo {
    margin-right:0px;
    margin-left:64px;
  }
  .inside h1 {
    margin-left: 100px;
  }
  .contctform {
    margin-left:-6px;
  }	
  .box {
    background-color:rgba(255,0,0,1);
  }
}
@media (min-width: 888px) {
  .header {
	left:60%;
	width:40%;
  }
  .inside {
    width:99%;
    padding-left:3%;	
    margin-top: -10px;
  }
  .inner-txt-right {
    margin-top: 10px;
  }
  .inner-txt-bottom {
    position: absolute;
    bottom: 24%;
    width: 100%;
    margin-left: auto;
    margin-top: -13px;
  }
  .footer-slider {
    position: absolute;
    top: 78%;
    width: 100%;
    margin-left: 0px;
    margin-top: -13px;
  }
}
@media (min-width: 1474px) {
  .header {
	left:70%;
	width:30%;
  }
  .inside {
    width:99%;
    padding-left:3%;	
    margin-top: -10;
  }
  .inner-txt-right {
    margin-top: 28px;
  }
  .inner-txt-bottom {
    position: absolute;
    bottom: 24%;
    width: 100%;
    margin-left: auto;
    margin-top: -13px;
  }
  .footer-slider {
    position: absolute;
    top: 78%;
    width: 100%;
    margin-left: 0px;
    margin-top: -13px;
  }
  .inside h1 {
    margin-right: -25px;
  }
}

.logoa {
    height: 46px;
/*    background-color: rgba(64, 63, 63, 0.53);
    background-color:rgba(255,0,0,0.6);
    border-color:#ff0000;              */
    border-radius: 5px;
    width: auto;
    margin-top: -10px;

    margin-left: -18px;
}

.logo2 {
    height: 54px;
    width: auto;
    margin-top: 0px;
    position: absolute;
    top: 6px;
    left: 16px;
    background-color: rgba(255,255,255,0.9);
    border-radius: 10px;
    padding: 3px;

}
.nav > li > a {
    color:#000;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #f00;
    color:#fff;
}
.nav > li.active >a {
    font-weight:bold;	
    background-color: #f00;
    color:#fff;
}

.footer {
    position:absolute;
    top:93%;
    width:98%;
}
.navbar-toggle {
    background-color:red;
}
.form-group {
    margin-bottom: 14px;
}
form-control {
    padding: 3px 9px;
}
.bg-red {
    background-color: rgba(255, 255, 255, 1);
/*    background-color: rgba(64, 63, 63, 0.53);
    background-color:rgba(255,0,0,0.6);
    border-color:#ff0000;              */
    border-radius: 5px;
}
.btn {
    border-radius: 10px;
    margin-bottom: 6px;
}