/*
Theme Name: HeartHacks
Author: brownpaperbag
Author URI: http://www.brownpaperbag.co.nz
Version: 1.0
Description: HeartHacks WordPress Theme
*/
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes respin {
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes respin {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@-moz-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes respin {
  100% {
    -webkit-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes respin {
  100% {
    -webkit-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-o-keyframes respin {
  100% {
    -webkit-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes respin {
  100% {
    -webkit-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
/* include */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
/* common */
html,
body {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: "proxima-nova", sans-serif;
  min-width: 1050px;
}
.ir {
  display: block;
  text-indent: -9999px;
  text-transform: capitalize;
}
.fouc {
  visibility: hidden;
}
.cf {
  *zoom: 1;
}
.cf:before,
.cf:after {
  content: '';
  display: table;
}
.cf:after {
  clear: both;
}
.row {
  *zoom: 1;
  width: auto;
  max-width: 940px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.row:before,
.row:after {
  content: '';
  display: table;
}
.row:after {
  clear: both;
}
.big-row {
  *zoom: 1;
  width: auto;
  max-width: 1060px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.big-row:before,
.big-row:after {
  content: '';
  display: table;
}
.big-row:after {
  clear: both;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
a {
  text-decoration: none;
}
header {
  *zoom: 1;
  width: auto;
  max-width: 1376px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
header:before,
header:after {
  content: '';
  display: table;
}
header:after {
  clear: both;
}
/* partials */
.blog-container {
  position: absolute;
  z-index: 10;
  left: 18px;
  background-color: #e2e2e2;
  top: 0;
  height: 420px;
  width: 450px;
  display: none;
}
.blog-container.active {
  display: block;
}
.blog-container .blog-content {
  background-repeat: no-repeat;
  background-position: center;
  width: 462px;
  top: -7px;
  position: absolute;
  height: 441px;
  padding: 104px 84px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.blog-container .blog-content.active {
  display: block;
}
.blog-container .blog-content .more-button {
  color: #fff;
  font-size: 17px;
  padding: 16px 17px;
  margin-top: 23px;
  display: inline-block;
}
.blog-container .blog-content h2 {
  font-size: 45px;
  padding-bottom: 12px;
  margin-bottom: 10px;
}
.blog-container .blog-content p {
  font-size: 16px;
  line-height: 19px;
}
.blog-container .blog-content:nth-child(1) h2 {
  color: #bbb;
  border-bottom: 1px solid #00adde;
}
.blog-container .blog-content:nth-child(1) p {
  color: #bbb;
}
.blog-container .blog-content:nth-child(1) .more-button {
  border: 1px solid #00adde;
}
.blog-container .blog-content:nth-child(2) h2 {
  color: #000;
  border-bottom: 1px solid #ffbc00;
}
.blog-container .blog-content:nth-child(2) p {
  color: #000;
}
.blog-container .blog-content:nth-child(2) .more-button {
  border: 1px solid #fb0;
}
.blog-container .blog-content:nth-child(3) h2 {
  color: #bbb;
  border-bottom: 1px solid #97066f;
}
.blog-container .blog-content:nth-child(3) p {
  color: #bbb;
}
.blog-container .blog-content:nth-child(3) .more-button {
  border: 1px solid #97066f;
}
.blog-container .blog-content:nth-child(4) h2 {
  color: #000;
  border-bottom: 1px solid #018c65;
}
.blog-container .blog-content:nth-child(4) p {
  color: #000;
}
.blog-container .blog-content:nth-child(4) .more-button {
  border: 1px solid #018c65;
}
.blog-container .blog-content:nth-child(5) h2 {
  color: #000;
  border-bottom: 1px solid #ff5f58;
}
.blog-container .blog-content:nth-child(5) p {
  color: #000;
}
.blog-container .blog-content:nth-child(5) .more-button {
  border: 1px solid #ff5f58;
}
.blog-container .blog-content .close {
  position: absolute;
  right: 32px;
  bottom: 4px;
  cursor: pointer;
}
.blog-container .blog-content .next {
  position: absolute;
  bottom: -15px;
  right: 140px;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.blog-container .blog-content .next img {
  width: 60px;
  height: 60px;
}
.customSelect {
  padding: 12px 14px 8px 14px;
  border: 1px solid #ccc;
  width: 280px;
  height: 25px;
  font-size: 18px;
  float: left;
  clear: both;
  background: url("images/bn.png") center right no-repeat;
}
.customSelect .customSelectInner {
  width: 100% !important;
  padding-right: 20px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.feed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 150px 80px;
}
.feed .fetched_tweets.light > li {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.feed .fetched_tweets.light .tweets_avatar .screen_name {
  font-size: 20px;
  color: #832c0c !important;
}
.feed .fetched_tweets.light .tweets_avatar .tweet_data {
  font-size: 26px;
  line-height: 31px;
  margin: 22px 0;
}
.feed .fetched_tweets.light .tweets_avatar .tweet_data > a {
  color: #832c0c !important;
}
.feed .fetched_tweets.light .tweets_avatar .times {
  margin-bottom: 10px;
}
footer .line {
  border-top: 1px solid #aaa;
  font-size: 11.5px;
  color: #aaa;
  overflow: hidden;
  padding: 24px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
footer .line .left {
  float: left;
}
footer .line .right {
  float: right;
}
footer .line .right a {
  text-decoration: none;
  color: #aaa;
}
header {
  position: relative;
}
header .top-row {
  margin-bottom: 17px;
}
header .logo {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
header .logo:before,
header .logo:after {
  content: '';
  display: table;
}
header .logo:after {
  clear: both;
}
header .logo:last-child {
  margin-right: 0%;
}
header .menu-nav {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  text-align: right;
}
header .menu-nav:before,
header .menu-nav:after {
  content: '';
  display: table;
}
header .menu-nav:after {
  clear: both;
}
header .menu-nav:last-child {
  margin-right: 0%;
}
header .menu-nav a {
  color: #000;
  margin-top: 51px;
  display: block;
  font-size: 18px;
}
header .menu-nav a img {
  position: relative;
  left: 11px;
  top: 2px;
}
header .menu-fix {
  background-color: #999;
  width: 100%;
  height: 161px;
  position: relative;
  display: none;
}
header .menu-fix .tri {
  position: absolute;
  top: -10px;
  right: 10px;
  top: -14px;
  right: -7px;
}
header .menu-fix .links {
  padding: 24px 56px;
}
header .menu-fix .links li {
  display: inline-block;
  border-bottom: 1px solid #888;
  margin-right: 17px;
  margin-bottom: 11px;
}
header .menu-fix .links a {
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  width: 218px;
  display: inline-block;
  padding-bottom: 10px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
header .menu-fix .links a:hover {
  color: #d0d0d0;
}
.stick-header {
  width: 100%;
  height: 42px;
  position: fixed;
  z-index: 100;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px #b8b4b8;
  -moz-box-shadow: 0px 4px 5px 0px #b8b4b8;
  -webkit-box-shadow: 0px 4px 5px 0px #b8b4b8;
  box-shadow: 0px 4px 5px 0px #b8b4b8;
  display: none;
}
.stick-header .row {
  padding: 13px;
  text-align: center;
  white-space: nowrap;
}
.stick-header .row li {
  display: inline-block;
  vertical-align: top;
}
.stick-header a {
  font-size: 15px;
  color: #202020;
  text-decoration: none;
  margin-left: 17px;
  margin-right: 17px;
}
.stick-header a strong {
  font-weight: 600;
}
.page-about .banner {
  width: 100%;
  height: 156px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.page-about .banner .overlay {
  background-color: #000;
  opacity: 0.45;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
  filter: alpha(opacity=45);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.page-about .banner h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 100;
  margin: 48px 11px;
  text-transform: uppercase;
}
.page-about .banner .bottom-bk {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("images/sbk.png");
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 20px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.page-about .top-border {
  border-bottom: 1px solid #000;
  margin-bottom: 69px;
}
.page-about .left-text {
  display: inline-block;
  vertical-align: top;
  width: 574px;
  margin-top: 74px;
  margin-left: 10px;
}
.page-about .left-text .top-text > * {
  color: #333;
  font-size: 20px;
  line-height: 33px;
}
.page-about .left-text .top-text:before {
  content: url("images/quote.png");
  position: absolute;
  left: 0px;
  font-size: 29px;
  margin-top: -9px;
}
.page-about .left-text .bottom-text {
  margin-top: 11px;
  padding-bottom: 16px;
}
.page-about .left-text .bottom-text p {
  display: inline-block;
  vertical-align: top;
  margin-left: 6px;
  margin-top: 13px;
}
.page-about .left-text .bottom-text p strong {
  font-weight: 600;
}
.page-about .right-img {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: 10px;
  bottom: -41px;
}
.page-about .right-img img {
  width: 321px;
  height: 321px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  behavior: url("/js/PIE.htc");
}
.page-about .big-area > * {
  color: #666;
}
.page-about .big-area p {
  font-size: 15px;
  line-height: 20px;
}
.page-about .big-area p a {
  color: #666;
}
.page-about .big-area strong {
  font-weight: 600;
}
.top-footer {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  overflow: hidden;
  margin-top: 50px;
  padding: 31px 0px;
  margin-bottom: -1px;
}
.top-footer .left {
  display: inline-block;
  vertical-align: top;
  float: left;
}
.top-footer .left h1 {
  color: #000;
  font-size: 28px;
  font-weight: 100;
  margin-bottom: 11px;
}
.top-footer .left h3 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
}
.top-footer .right {
  display: inline-block;
  vertical-align: top;
  float: right;
  margin-top: 21px;
}
.top-footer .right img {
  width: 32px;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.top-footer .right img:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.passwordForm {
  height: 480px;
  padding: 0 11px;
}
.passwordForm p {
  line-height: 27px;
  font-size: 19px;
  margin-top: 30px;
  margin-bottom: 22px;
}
.passwordForm input[type="password"] {
  height: 45px;
  width: 288px;
  padding-left: 10px;
  font-size: 18px;
  border: 1px solid #ccc;
}
.passwordForm input[type="submit"] {
  width: 134px;
  background-color: #968d78;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  behavior: url("/js/PIE.htc");
  padding: 13px 10px;
  text-align: center;
  border: none;
  font-size: 17px;
  margin-top: 27px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.passwordForm input[type="submit"]:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.schedule {
  padding-top: 60px;
  padding-bottom: 70px;
}
.page-contact .banner {
  width: 100%;
  height: 156px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.page-contact .banner .overlay {
  background-color: #000;
  opacity: 0.45;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
  filter: alpha(opacity=45);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.page-contact .banner h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 100;
  margin: 48px 11px;
  text-transform: uppercase;
}
.page-contact .banner .bottom-bk {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("images/sbk.png");
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 20px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.page-contact .contact-text {
  font-size: 22px;
}
.page-contact .contact-text .row {
  padding: 28px;
  padding-left: 40px;
  padding-right: 20px;
}
.page-contact .contact-text .row h1.title {
  font-size: 50px;
  margin-bottom: 22px;
  font-weight: 200;
}
.page-contact .contact-text .row p {
  line-height: 27px;
  font-size: 17px;
}
.page-contact .contact-content .left {
  display: inline-block;
  vertical-align: top;
  float: left;
  margin-top: 26px;
  width: 239px;
  margin-left: 13px;
}
.page-contact .contact-content .left h3 {
  font-size: 21px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 11px;
  margin-bottom: 20px;
}
.page-contact .contact-content .left p.label {
  font-size: 18px;
  margin-bottom: 13px;
  color: #777;
}
.page-contact .contact-content .left p.label a {
  color: #000;
}
.page-contact .contact-content .left p.label strong {
  font-size: 20px;
  color: #000;
}
.page-contact .contact-content .left .ti {
  border-bottom: 1px solid #ddd;
  margin-top: 12px;
  padding-bottom: 10px;
}
.page-contact .contact-content .right {
  display: inline-block;
  vertical-align: top;
  float: right;
  margin-top: 27px;
  width: 624px;
  margin-bottom: 100px;
}
.page-contact .contact-content .right form {
  width: 643px;
}
.page-contact .contact-content .right form textarea {
  width: 608px;
  border: 1px solid #ccc;
  resize: none;
  height: 171px;
  font-size: 18px;
  padding-left: 10px;
  padding-top: 10px;
}
.page-contact .contact-content .right form input[type="email"],
.page-contact .contact-content .right form input[type="text"] {
  height: 45px;
  width: 608px;
  padding-left: 10px;
  font-size: 18px;
  border: 1px solid #ccc;
}
.page-contact .contact-content .right form input[type="email"].short,
.page-contact .contact-content .right form input[type="text"].short {
  margin-right: 16px;
  width: 286px;
}
.page-contact .contact-content .right form .label {
  color: #878787;
  font-size: 18px;
  margin-bottom: 10px;
}
.page-contact .contact-content .right form .input {
  margin-bottom: 17px;
  display: inline-block;
  vertical-align: top;
}
.page-contact .contact-content .right form input[type="submit"] {
  width: 134px;
  background-color: #968d78;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  behavior: url("/js/PIE.htc");
  padding: 13px 10px;
  text-align: center;
  border: none;
  font-size: 17px;
  float: right;
  margin-right: 18px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-contact .contact-content .right form input[type="submit"]:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.page-contact .contact-content .right form .mandatory {
  font-size: 18px;
  float: left;
  color: #858585;
}
span.wpcf7-not-valid-tip {
  margin-top: 10px;
}
.page-itinerant .banner {
  width: 100%;
  height: 156px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.page-itinerant .banner .overlay {
  background-color: #000;
  opacity: 0.45;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
  filter: alpha(opacity=45);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.page-itinerant .banner h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 100;
  margin: 48px 11px;
  text-transform: uppercase;
}
.page-itinerant .banner .bottom-bk {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("images/sbk.png");
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 20px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.page-itinerant .itinerant-section-container {
  padding: 31px 0;
  padding-bottom: 0px;
}
.page-itinerant .itinerant-section-container .itinerant-section-content {
  overflow: hidden;
  padding-top: 21px;
  margin-bottom: 60px;
}
.page-itinerant .itinerant-section-container .itinerant-section-content + .people-section-content {
  border-top: 1px solid #eee;
}
.page-itinerant .itinerant-section-container .itinerant-section-content .right {
  display: inline-block;
  vertical-align: top;
  float: right;
  width: 321px;
  margin-top: 23px;
  height: 321px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  behavior: url("/js/PIE.htc");
  margin-left: 22px;
  overflow: hidden;
}
.page-itinerant .itinerant-section-container .itinerant-section-content .right img {
  max-width: 321px;
  max-height: 321px;
}
.page-itinerant .itinerant-section-container .itinerant-section-content .left {
  display: inline-block;
  vertical-align: top;
  float: left;
  width: 560px;
  margin-top: 18px;
  margin-left: 14px;
}
.page-itinerant .itinerant-section-container .itinerant-section-content .left > h2 {
  color: #000;
  font-size: 40px;
  font-weight: 300;
  padding-bottom: 22px;
  margin-bottom: 6px;
  border-bottom: 1px solid #ccc;
}
.page-itinerant .itinerant-section-container .itinerant-section-content .left > h2 em {
  font-style: italic;
  font-weight: 300;
}
.page-itinerant .itinerant-section-container .itinerant-section-content .left .text {
  margin-bottom: 13px;
  margin-top: 25px;
}
.page-itinerant .itinerant-section-container .itinerant-section-content .left .text >* {
  color: #333;
}
.page-itinerant .itinerant-section-container .itinerant-section-content .left .text >p {
  font-size: 15px;
  line-height: 24px;
}
.page-itinerant .itinerant-section-container .itinerant-section-content .left .email >a {
  color: #851313;
  font-size: 17px;
}
.page-people .banner {
  width: 100%;
  height: 156px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.page-people .banner .overlay {
  background-color: #000;
  opacity: 0.45;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
  filter: alpha(opacity=45);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.page-people .banner h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 100;
  margin: 48px 11px;
  text-transform: uppercase;
}
.page-people .banner .bottom-bk {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("images/sbk.png");
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 20px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.page-people .people-section-container {
  padding: 31px 0;
  padding-bottom: 40px;
}
.page-people .people-section-container .people-section-content {
  overflow: hidden;
  padding-top: 47px;
  margin-bottom: 46px;
}
.page-people .people-section-container .people-section-content + .people-section-content {
  border-top: 1px solid #eee;
}
.page-people .people-section-container .people-section-content .left {
  display: inline-block;
  vertical-align: top;
  float: left;
  width: 284px;
  height: 284px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  behavior: url("/js/PIE.htc");
  margin-left: 22px;
  overflow: hidden;
}
.page-people .people-section-container .people-section-content .left img {
  max-width: 284px;
  max-height: 284px;
}
.page-people .people-section-container .people-section-content .right {
  display: inline-block;
  vertical-align: top;
  float: right;
  width: 530px;
  margin-top: 18px;
}
.page-people .people-section-container .people-section-content .right > h4 {
  color: #000;
  font-size: 24px;
  margin-bottom: 6px;
}
.page-people .people-section-container .people-section-content .right > h5 {
  color: #851313;
  margin-bottom: 14px;
  font-size: 17px;
}
.page-people .people-section-container .people-section-content .right .text {
  margin-bottom: 13px;
}
.page-people .people-section-container .people-section-content .right .text >* {
  color: #333;
}
.page-people .people-section-container .people-section-content .right .text >p {
  font-size: 15px;
  line-height: 24px;
}
.page-people .people-section-container .people-section-content .right .email >a {
  color: #851313;
  font-size: 17px;
}
.page-testimonials .banner {
  width: 100%;
  height: 156px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.page-testimonials .banner .overlay {
  background-color: #000;
  opacity: 0.45;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
  filter: alpha(opacity=45);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.page-testimonials .banner h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 100;
  margin: 48px 11px;
  text-transform: uppercase;
}
.page-testimonials .banner .bottom-bk {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("images/sbk.png");
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 20px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.page-testimonials .test-content {
  background-image: url("images/bk.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 136px;
  margin-top: -20px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  margin-bottom: 56px;
  z-index: 10;
  position: relative;
}
.page-testimonials .test-content .left {
  display: inline-block;
  vertical-align: top;
  float: left;
  width: 490px;
  margin-top: 34px;
  font-size: 18px;
  margin-left: 23px;
  line-height: 24px;
}
.page-testimonials .test-content .right {
  display: inline-block;
  vertical-align: top;
  float: right;
  margin-top: 47px;
  margin-right: 8px;
}
.page-testimonials .test-content .customSelect {
  width: 320px;
  border: 1px solid transparent;
  background: url("images/bnb.png") center right no-repeat;
  background-color: #fff;
}
.page-testimonials .test-elements {
  overflow: hidden;
  margin-bottom: 33px;
}
.page-testimonials .test-elements .left {
  display: inline-block;
  vertical-align: top;
  float: left;
  width: 203px;
  border-top: 1px solid #333;
  padding-top: 19px;
  margin-left: 12px;
}
.page-testimonials .test-elements .left h4 {
  color: #333;
  font-size: 20px;
  font-weight: 600;
}
.page-testimonials .test-elements .left p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}
.page-testimonials .test-elements .right {
  display: inline-block;
  vertical-align: top;
  float: right;
  position: relative;
  width: 685px;
}
.page-testimonials .test-elements .right:before {
  content: url("images/quote.png");
  position: absolute;
  left: -25px;
  top: -3px;
}
.page-testimonials .test-elements .right p {
  font-size: 18px;
  line-height: 21px;
}
.page-testimonials .test-elements .right > * {
  color: #333;
  font-weight: 300;
}
.page-testimonials .test-elements .right > * a {
  color: #333;
}
.page-video .banner {
  width: 100%;
  height: 156px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.page-video .banner .overlay {
  background-color: #000;
  opacity: 0.45;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
  filter: alpha(opacity=45);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.page-video .banner h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 100;
  margin: 48px 11px;
  text-transform: uppercase;
}
.page-video .banner .bottom-bk {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("images/sbk.png");
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 20px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.page-video .video-content {
  background-image: url("images/bk.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 136px;
  margin-top: -20px;
  margin-bottom: 56px;
  z-index: 10;
  position: relative;
}
.page-video .video-content .left {
  display: inline-block;
  vertical-align: top;
  float: left;
  width: 490px;
  margin-top: 34px;
  font-size: 18px;
  margin-left: 23px;
  line-height: 24px;
}
.page-video .video-content .right {
  display: inline-block;
  vertical-align: top;
  float: right;
  margin-top: 47px;
  margin-right: 8px;
}
.page-video .video-content .customSelect {
  width: 320px;
  border: 1px solid transparent;
  background: url("images/bnb.png") center right no-repeat;
  background-color: #fff;
}
.page-video .video-item {
  overflow: hidden;
  margin-bottom: 61px;
}
.page-video .video-item .left {
  display: inline-block;
  vertical-align: top;
  float: left;
  margin-top: 15px;
  margin-left: 11px;
  width: 460px;
  margin-bottom: 61px;
}
.page-video .video-item .right {
  display: inline-block;
  vertical-align: top;
  float: right;
  width: 365px;
  margin-bottom: 61px;
  margin-top: 74px;
  color: #333;
}
.page-video .video-item .right h3 {
  font-size: 25px;
  margin-bottom: 14px;
}
.page-video .video-item .right p {
  font-size: 15px;
  line-height: 24px;
}
.page-video .video-item .right > * {
  color: #333;
}
.page-video .video-item .right > * a {
  color: #333;
}
.page-video .page-navigate {
  display: inline-block;
  vertical-align: top;
}
.page-video .page-number {
  display: inline-block;
  vertical-align: top;
}
.page-video .page-filter {
  display: inline-block;
  vertical-align: top;
}
.page-video .table {
  width: 100%;
}
.page-video .table tbody {
  width: 100%;
}
.page-video .table tbody tr {
  width: 100%;
}
.page-content {
  *zoom: 1;
  width: auto;
  max-width: 1376px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.page-content:before,
.page-content:after {
  content: '';
  display: table;
}
.page-content:after {
  clear: both;
}
.pagination-container {
  margin-top: 67px;
}
.pagination-container .page-navigate {
  display: inline-block;
  vertical-align: top;
}
.pagination-container .page-navigate li {
  display: inline-block;
  vertical-align: top;
}
.pagination-container .page-navigate li.disabled a {
  cursor: not-allowed;
}
.pagination-container .page-navigate a {
  display: inline-block;
  margin-right: 11px;
}
.pagination-container .page-number {
  display: inline-block;
  vertical-align: top;
  margin-left: 120px;
  font-size: 0;
}
.pagination-container .page-number .page-item {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin-left: -1px;
  text-align: center;
}
.pagination-container .page-number .page-item.active a,
.pagination-container .page-number .page-item:hover a {
  background-color: #ccc;
}
.pagination-container .page-number p {
  display: inline-block;
  vertical-align: middle;
  color: #bababa;
  font-size: 18px;
  margin-right: 18px;
}
.pagination-container .page-number a {
  padding: 12px 15px;
  border: 1px solid #bbb;
  font-size: 16px;
  display: block;
  width: 11px;
  color: #bbb;
  text-decoration: none;
  margin-left: -1px;
  background-color: #fff;
}
.pagination-container .page-filter {
  display: inline-block;
  vertical-align: top;
  float: right;
  position: relative;
}
.page-filter >p {
  display: inline-block;
  vertical-align: middle;
  color: #bababa;
  font-size: 18px;
  margin-right: 11px;
}
.page-filter .select-pager-area {
  position: relative;
  width: 124px;
  display: inline-block;
  vertical-align: middle;
}
.page-filter .select-pager-lable {
  width: 124px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 39px;
  background-repeat: no-repeat;
  background-image: url("images/er.png");
  background-position: center;
  position: relative;
  color: #bababa;
  font-size: 17px;
  font-weight: 600;
  padding: 10px 10px;
  cursor: pointer;
}
.page-filter .select-pager-content {
  position: absolute;
  left: 0px;
  top: 39px;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  max-height: 156px;
  overflow-y: scroll;
}
.page-filter .select-pager-content::-webkit-scrollbar {
  display: none;
}
.select-pager-item {
  border: 1px solid #bbb;
  border-top: none;
  color: #bababa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 36px;
  font-size: 17px;
  padding: 7px 10px;
  cursor: pointer;
  font-weight: 600;
}
/* views */
.page-home {
  *zoom: 1;
  width: auto;
  max-width: 1376px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.page-home:before,
.page-home:after {
  content: '';
  display: table;
}
.page-home:after {
  clear: both;
}
.page-home .home-banner {
  width: 100%;
  height: 427px;
  background-color: #e2e2e2;
}
.page-home .home-banner .text {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  margin-top: 100px;
  margin-left: 48px;
  width: 379px;
}
.page-home .home-banner .text:before,
.page-home .home-banner .text:after {
  content: '';
  display: table;
}
.page-home .home-banner .text:after {
  clear: both;
}
.page-home .home-banner .text:last-child {
  margin-right: 0%;
}
.page-home .home-banner .text h3 {
  color: #000;
  font-size: 50px;
  line-height: 59px;
  margin-bottom: 18px;
  font-weight: 300;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: relative;
}
.page-home .home-banner .text p {
  color: #545454;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: relative;
  font-size: 18px;
  font-weight: 300;
}
.page-home .home-banner .heart {
  background-image: url("images/heart.png");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 378px;
  height: 327px;
  float: right;
  margin-top: 47px;
  margin-right: 62px;
  position: relative;
}
.page-home .home-banner .heart .pin {
  width: 98px;
  height: 83px;
  position: absolute;
  cursor: pointer;
}
.page-home .home-banner .heart .pin .bk {
  position: absolute;
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("images/shadow.png");
  background-position: 48px 64px;
  background-repeat: no-repeat;
}
.page-home .home-banner .heart .pin.active img,
.page-home .home-banner .heart .pin:hover img {
  width: 52px;
}
.page-home .home-banner .heart .pin:nth-child(1) {
  left: 81px;
  top: 31px;
}
.page-home .home-banner .heart .pin:nth-child(2) {
  left: 201px;
  top: 31px;
}
.page-home .home-banner .heart .pin:nth-child(3) {
  left: 62px;
  top: 120px;
}
.page-home .home-banner .heart .pin:nth-child(4) {
  left: 206px;
  top: 129px;
}
.page-home .home-banner .heart .pin:nth-child(5) {
  left: 139px;
  top: 195px;
}
.page-home .home-banner .heart .pin img {
  width: 43px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: auto;
}
.page-home .center-text {
  text-align: center;
  padding: 57px 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #eee;
  border-top: 1px solid #fff;
  margin: auto;
  padding-bottom: 39px;
}
.page-home .center-text p {
  font-size: 28px;
  font-weight: 300;
  position: relative;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  line-height: 32px;
  max-width: 886px;
  margin: auto;
}
.page-home .center-text img {
  position: relative;
  margin: auto;
  margin-top: 14px;
  cursor: pointer;
}
.page-home .middle-banner-container {
  position: relative;
  width: 100%;
  height: 685px;
}
.page-home .middle-banner-container .cycle-slideshow {
  height: 100%;
  width: 100%;
}
.page-home .middle-banner-container .banner-slider {
  width: 100%;
  height: 685px;
  position: absolute;
  z-index: -1;
}
.page-home .middle-banner-container .banner-slider .slide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.page-home .middle-banner-container .banner-slider-overlay {
  background-color: #000;
  position: absolute;
  opacity: 0.45;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
  filter: alpha(opacity=45);
  width: 100%;
  height: 100%;
}
.page-home .middle-banner-container .info {
  padding-top: 125px;
}
.page-home .middle-banner-container .info h1 {
  text-align: center;
  color: #ebebeb;
  margin-bottom: 16px;
  font-size: 50px;
}
.page-home .middle-banner-container .info h4 {
  text-align: center;
  font-weight: 600;
  color: #ddd;
  font-size: 26px;
  margin-bottom: 31px;
}
.page-home .middle-banner-container .info h3 {
  text-align: center;
  color: #aaa;
  font-size: 32px;
  background-image: url("images/ll.png");
  background-repeat: no-repeat;
  margin-bottom: 57px;
  background-position: center;
}
.page-home .middle-banner-container .info h2 {
  text-align: center;
  color: #ddd;
  font-size: 35px;
  margin-bottom: 57px;
}
.page-home .middle-banner-container .info h2 img {
  position: relative;
  top: 19px;
  margin: 0 31px;
}
.page-home .middle-banner-container .info ul {
  padding: 0 11px;
}
.page-home .middle-banner-container .info ul li {
  width: 46%;
  font-size: 25px;
  color: #fff;
  background-image: url("images/rline.png");
  background-repeat: no-repeat;
  background-position: left 14px;
  padding-left: 31px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}
.page-home .tweeter {
  background-color: #eee;
  height: 483px;
}
.page-home .tweeter .links {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  padding-top: 151px;
  padding-left: 14px;
  width: 343px;
}
.page-home .tweeter .links:before,
.page-home .tweeter .links:after {
  content: '';
  display: table;
}
.page-home .tweeter .links:after {
  clear: both;
}
.page-home .tweeter .links:last-child {
  margin-right: 0%;
}
.page-home .tweeter .links h1 {
  color: #000;
  font-size: 45px;
  border-bottom: 1px solid #000;
  width: 229px;
  font-weight: 200;
  line-height: 54px;
  padding-right: 100px;
  padding-bottom: 26px;
  margin-bottom: 31px;
}
.page-home .tweeter .links a {
  margin-right: 9px;
}
.page-home .tweeter .links a img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-home .tweeter .links a img:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.page-home .tweeter .feed {
  position: absolute;
  right: -36px;
  top: -15px;
  width: 572px;
  height: 572px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  behavior: url("/js/PIE.htc");
}
.page-home .home-form {
  padding-top: 117px;
  margin-bottom: 89px;
}
.page-home .home-form .info {
  width: 327px;
  display: inline-block;
  vertical-align: top;
  margin-left: 13px;
}
.page-home .home-form .info h1 {
  color: #d21f19;
  font-size: 60px;
  font-weight: 200;
  border-bottom: 1px solid #bbb;
  padding-bottom: 34px;
  margin-bottom: 33px;
}
.page-home .home-form .info p {
  font-size: 20px;
  color: #000;
  line-height: 23px;
  margin-bottom: 5px;
}
.page-home .home-form .info p.label {
  color: #777;
  margin-top: 32px;
  margin-bottom: 3px;
}
.page-home .home-form .form {
  width: 458px;
  display: inline-block;
  vertical-align: top;
  margin-top: 14px;
  margin-right: 27px;
  float: right;
}
.page-home .home-form .form form p {
  color: #555;
  font-size: 20px;
}
.page-home .home-form .form form p > span {
  font-size: 16px;
}
.page-home .home-form .form form input[type="text"],
.page-home .home-form .form form input[type="email"] {
  width: 448px;
  font-size: 20px;
  padding-left: 10px;
  height: 40px;
  margin-top: 12px;
  margin-bottom: 14px;
  background-color: #eee;
  border: none;
}
.page-home .home-form .form form textarea {
  width: 448px;
  font-size: 20px;
  padding-left: 10px;
  padding-top: 10px;
  background-color: #eee;
  border: none;
  margin-top: 12px;
  margin-bottom: 14px;
  height: 146px;
  resize: none;
}
.page-home .home-form .form form input[type="submit"] {
  width: 158px;
  background-color: #777;
  color: #fff;
  padding: 15px 10px;
  text-align: center;
  border: none;
  font-size: 17px;
  margin-top: 18px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-home .home-form .form form input[type="submit"]:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
