/**
* Template Name: ElegantLanding
* Template URL: https://templatemag.com/elegantlanding-bootstrap-landing-template/
* Author: TemplateMag.com
* License: https://templatemag.com/license/
*/

/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */

* {
  margin: 0;
  padding: 0px;
  /*font-family: 'Lato', sans-serif;*/
  font-family: Microsoft JhengHei !important;
}

body {
  background: #fff;
  margin: 0;
  color: #444;
  padding-top: 50px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}

p {
  padding: 0;
  margin-bottom: 12px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #666;
  margin-top: 10px;
}

html, body {
  height: 100%;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
}

.centered {
  text-align: center
}

.mt {
  margin-top: 50px;
}

.mb {
  margin-bottom: 50px;
}

.mtb {
  margin-top: 50px;
  margin-bottom: 50px;
}

.ptb {
  padding-top: 80px;
  padding-bottom: 80px;
}

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
}

::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #2B2E31;
}

::selection {
  color: #fff;
  text-shadow: none;
  background: #2B2E31;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  -webkit-transition: background-color .4s linear, color .4s linear;
  -moz-transition: background-color .4s linear, color .4s linear;
  -o-transition: background-color .4s linear, color .4s linear;
  -ms-transition: background-color .4s linear, color .4s linear;
  transition: background-color .4s linear, color .4s linear;
}

a:hover, a:focus {
  text-decoration: none;
  color: #696E74;
}

/* BOOTSTRAP MODIFICATION */

.navbar-inverse .navbar-brand {
  color: white;
  font-weight: 900;
}

hr {
  border-width: 2px;
}

/* Helpers */

.theme {
  color: #ef8452;
}

.x2 {
  font-size: 30px;
}

/* text small */

.ts {
  font-size: 15px;
}

/* BUTTONS */

.btn-transparent {
  color: #444;
  border: 3px solid #444;
  background: transparent;
  border-radius: 0px;
}

.btn-transparent:hover {
  color: white;
  background: #ef8452;
  border-color: #ef8452;
}

.btn-white {
  color: #fff;
  border: 3px solid #fff;
  background: transparent;
  border-radius: 0px;
}

.btn-white:hover {
  color: #2f2f2f;
  background: #fff;
}

/* HEADER SECTION */

#home {
  background: url(../img/header-bg.jpg) no-repeat center top;
  padding-top: 120px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 700px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#home h1 {
  font-weight: 300;
  color: white;
  text-align: center;
  text-transform: uppercase;
}

#home hr {
  width: 40%;
  border: 2px solid white;
  margin-bottom: 100px;
}

/* INFO SECTION */

.black-area {
  background: #282a2d;
  padding-top: 80px;
  padding-bottom: 80px;
}

.black-area p {
  color: #ccc;
}

.black-area i {
  color: #ef8452;
  margin-right: 8px;
}

/* TESTIMONIALS */

.testimonials {
  min-height: 400px;
  margin-top: 20px;
  padding-bottom: 50px;
  text-align: center;
}

.testimonials h2 {
  margin-bottom: 50px;
}

.testimonials p {
  color: #8c9494;
  font-style: italic;
}

/* FOOTER SECTION */

#f {
  padding-bottom: 50px;
  padding-top: 50px;
  background: #ef8452;
}

#f input {
  font-size: 18px;
  min-height: 40px;
  border-radius: 0px;
  line-height: 20px;
  padding: 11px 30px 12px;
  border: 2px solid #fff;
  margin-bottom: 10px;
  background-color: transparent;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  color: white;
}

#f .subscribe-input {
  float: left;
  width: 70%;
  text-align: left;
  margin-right: 15px;
  color: white
}

#f .subscribe-submit {
  right: 0;
}

#f .btn-go {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  border-width: 2px;
  font-weight: 700;
  font-size: 19px;
  border-radius: 0px;
}

.subscribe-input::-moz-placeholder {
  color: #fff;
}

.subscribe-input:-ms-input-placeholder {
  color: #fff;
}

.subscribe-input::-webkit-input-placeholder {
  color: #fff;
}

/* Contact Form */

#contact {
  padding: 50px 0;
}

.contact-form {
  padding-top: 30px;
}

.contact-form label {
   color: #999;
}

.contact-form input, .contact-form textarea {
  padding: 10px 12px;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  height: auto;
}

.contact-form .form-send {
  text-align: center;
}

.contact-form .form-send button  {
  background: #ef8452;
  font-size: 16px;
  border: 0;
  padding: 14px 40px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
  border-radius: 0;
  margin-top: 10px;
}

.contact-form .form-send button:hover {
  background: #f99b6f;
}

.contact-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact-form .loading {
  display: none;
  color: #555;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin: 15px 0;
}

.contact-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.contact-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

.contact-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

/* Copyrights */

#copyrights {
  background: #222222;
  padding: 30px 0;
  text-align: center;
}

#copyrights p {
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}

#copyrights a {
  color: #ef8452;
}

.credits {
  color: #999;
}

.text-white{
    color:#fff;
}

.text-black{
    color:#000;
}

.text-underline{
    text-decoration:underline;
}

.text-bold{
    font-weight:bold;
}

.text-title{
   display:block;
   margin-top:0.5em;
   margin-bottom:0.5em;
}

.clear-both{
   clear:both;
}

.theme-area {
  padding-bottom: 50px;
  padding-top: 50px;
  background: #ef8452;
}

.row {
  margin-left: -5px;
  margin-right: -5px;
}

.col-xs-6,  .col-sm-1,  .col-md-1,  .col-lg-1,  
.col-xs-2,  .col-sm-2,  .col-md-2,  .col-lg-2,  
.col-xs-3,  .col-sm-3,  .col-md-3,  .col-lg-3,  
.col-xs-4,  .col-sm-4,  .col-md-4,  .col-lg-4,  
.col-xs-5,  .col-sm-5,  .col-md-5,  .col-lg-5,  
.col-xs-6,  .col-sm-6,  .col-md-6,  .col-lg-6,  
.col-xs-7,  .col-sm-7,  .col-md-7,  .col-lg-7,  
.col-xs-8,  .col-sm-8,  .col-md-8,  .col-lg-8,  
.col-xs-9,  .col-sm-9,  .col-md-9,  .col-lg-9,  
.col-xs-10,  .col-sm-10,  .col-md-10,  .col-lg-10,  
.col-xs-11,  .col-sm-11,  .col-md-11,  .col-lg-11,  
.col-xs-12,  .col-sm-12,  .col-md-12,  .col-lg-12 
{
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}