
/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */

/* Import fonts */

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
* {
  margin: 0;
  padding: 0px;
  font-family: 'Montserrat', sans-serif;
}

body {
  background: #fff;
  margin: 0;
  color: #5a5a5a;
  padding-top: 50px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif,"微软雅黑";
  font-weight: 700;
}

p {
  padding: 0;
  margin-bottom: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  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;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.mtb {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mtb2 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.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;
  color: #1abc9c;
}

a:hover, a:focus {
  text-decoration: none;
  color: #696E74;
}

/* FORM CONFIGURATION */

input {
  font-size: 18px;
  min-height: 40px;
  border-radius: 2px;
  line-height: 20px;
  padding: 11px 30px 12px;
  border: none;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.subscribe-input {
  float: left;
  width: 65%;
  text-align: left;
  margin-right: 2px;
}

.subscribe-submit {
  right: 0;
}

/* BOOTSTRAP MODIFICATIONS */

.navbar {
  font-size: 12px;
  text-transform: uppercase;
  min-height: 70px;
  padding-top: 10px;
}

.navbar-inverse {
  background: #E9EAEC;
  border-color: transparent;
}

.navbar-inverse .navbar-nav>li>a {
  color: #245661;
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
  color: #da564a;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
  background: transparent;
  color: #245661;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: transparent;
}

.navbar-toggle {
  background: #245661;
}

/* HEADER WRAP SECTION */

#h {
  background: #f4f5bc;
  min-height: 600px;
  padding-top: 50px;
  color: #745433;
}

#h h1 {
  color: #745433;
  padding-top: 20px;
  font-weight: 400;
  font-size: 40px;
}

#h .big {
  font-size: 22px;
  color: #da564a;
}

@media (max-width: 768px) {
  #h h1 {
    padding-top: 10px;
    font-size: 30px;
  }
}

/* White CTA Section */

#w {
  padding-bottom: 50px;
  padding-top: 50px;
  background: #ffffff;
}

.btn-yellow {
  background: #f5d845;
  color: white;
  margin: 8px;
}

.btn-red {
  background: #da564a;
  color: white;
  margin: 8px;
}

.sg {
  font-size: 14px;
  color: #b7b7b7;
  font-weight: 400;
}

/* Grey Section */

#g {
  background: #f2f2f2;
  padding-bottom: 50px;
  padding-top: 50px;
}

#g h2 {
  font-weight: 400;
  color: #b7b7b7;
}

.btn-download {
  background: #f5d845;
  color: white;
}

/* TABLE CONFIGURATION */

table.table tr td.title {
  text-align: right;
  color: #C2C2C2;
  font-size: 13px;
}

table.table tr td {
  border-right: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3 !important;
  border-top: none;
}

table.table tr td.td-last {
  border-right: none;
  color: #59BA47;
  font-size: 13px;
  text-align: left;
}

/* BLOG POST CONFIGURATION */

.previwes-section {
  padding: 0px 0px 10px 0px;
}

.previwes-section.active {
  display: block;
}

.previwes-section {
  background-color: #fff;
  border-radius: 2px;
  padding: 0px 0px 40px 0px;
}

.previwes-section .postcard-number {}

.previwes-section .postcard-number .number {
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 60px;
  background-color: #da564a;
  border-radius: 2px 0px 0px;
  width: 60px;
  height: 60px;
  display: inline-block;
}

.previwes-section .postcard-number .date {
  display: inline;
  color: #da564a;
  padding: 0px 0px 0px 23px;
  font-size: 20px;
}

.previwes-section .content {
  padding: 0px 30px 0px 85px;
}

.previwes-section .content h1 {
  margin: 0px;
  color: #333;
  font-size: 35px;
  padding: 0px 0px 0px 0px;
}

.previwes-section .content p {
  padding: 20px 0px 0px 0px;
}

.previwes-section .content p {
  font-size: 16px;
  color: #BCBCBC;
}

.previwes-section .content hr {
  margin-bottom: 10px;
  border-top: 1px solid #d0d0d0;
}

.previwes-section .profile {
  padding: 0px 30px 10px 85px;
}

.previwes-section .profile .profile-pic {
  float: left;
}

.previwes-section .profile .profiledetials {
  margin-left: 25px;
  display: inline-block;
}

@media (max-width: 468px) {
  .previwes-section .profile .profiledetials {
    margin-left: 10px;
    display: inline-block;
  }
}

/* YELLOW SECTION - TESTIMONIALS */

#y {
  padding-bottom: 50px;
  padding-top: 50px;
  min-height: 500px;
  background: #f5d845;
}

#y hr {
  border: 1px solid #5a5a5a;
  width: 100px;
}

/* PRICES */

.prices {
}

.prices li {
  list-style-type: none;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  padding-top: 10px;
}

.prices h3 {
  font-weight: 400;
  color: #da564a;
}

/* Contact Form */

#contact {
  background: #E9EAEC;
  padding: 50px 0;
  margin-top: 50px;
}
.contact-form {

}

.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: #da564a;
  border: 0;
  padding: 12px 40px;
  color: #fff;
  transition: 0.4s;
  border-radius: 8px;
  cursor: pointer;
}

.contact-form .form-send button:hover {
  background: #f5d845;
}

.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: #2f2f2f;
  padding: 50px 0;
  text-align: center;
  color: #fff;
}

#copyrights a {
  color: #f5d845;
}

#copyrights p {
  margin-bottom: 5px;
  color: #fff;
}

.credits {
  color: #999;
}
