/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*======================================================================
    Global Style
========================================================================*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,300italic,600italic,600,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Exo:400,900italic,900,800italic,800,700italic,700,600italic,600,500italic,500,400italic,300italic,200italic,300);
@font-face {
  font-family: 'journalregular';
  src: url('fonts/journal-webfont.eot?1439936986');
  src: url('fonts/journal-webfont.eot?&1439936986#iefix') format("embedded-opentype"), url('fonts/journal-webfont.woff2') format("woff2"), url('fonts/journal-webfont.woff') format("woff"), url('fonts/journal-webfont.ttf?1439936986') format("truetype"), url('fonts/journal-webfont.svg#journalregular') format("svg");
  font-weight: normal;
  font-style: normal; }
.sprite {
  background: url('../images/utilities-s305e88aff0.png'); }
  .sprite.in {
    width: 36px;
    height: 36px;
    background-position: 0 -72px; }
  .sprite.facebook {
    width: 36px;
    height: 36px;
    background-position: 0 0;
    display: block;
    cursor: pointer; }
  .sprite.youtube {
    width: 36px;
    height: 36px;
    background-position: 0 -108px;
    display: block;
    cursor: pointer; }
  .sprite.gplus {
    width: 36px;
    height: 36px;
    background-position: 0 -36px;
    display: block;
    cursor: pointer; }

/*=== GENERAL LAYOUT ===*/
body {
  font-family: "Exo", sans-serif;
  font-size: 14px;
  color: #4D4D4D;
  line-height: 25px;
  background: #0F2853; }
  @media (max-width: 1024px) {
    body {
      font-size: 11px; } }
  body p {
    font-size: 14px;
    margin: 1em 0; }
  body ol li,
  body ul li {
    font-size: 14px; }

a {
  outline: 0 !important; }

.mobile-menu,
.menu-trigger {
  display: none; }

#main-wrapper {
  position: relative;
  overflow: hidden; }

.wrapper {
  max-width: 1460px;
  margin: auto;
  padding: 0 30px;
  position: relative; }

.cols2 {
  width: 50%;
  padding-right: 3%;
  float: left; }
  @media (max-width: 1024px) {
    .cols2 {
      width: 100%; } }

.cols5 {
  width: 20%;
  float: left;
  padding: 0 2%; }
  @media (max-width: 1024px) {
    .cols5 {
      width: 100%;
      margin: 12px 0; } }

.cols60 {
  width: 60%;
  padding-right: 5%;
  float: right;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (max-width: 1024px) {
    .cols60 {
      width: 100%;
      padding-right: 0;
      text-align: center; } }

.cols40 {
  width: 40%;
  padding-right: 5%;
  float: left;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (max-width: 1024px) {
    .cols40 {
      width: 100%;
      padding-top: 20px !important; } }

.social-icons a.sprite {
  background-color: #273e65; }
  .social-icons a.sprite:hover {
    background-color: #0071BC; }

::-webkit-input-placeholder {
  color: #000; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #000; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000; }

:-ms-input-placeholder {
  color: #000; }

@media (max-width: 1024px) {
  iframe {
    max-height: 200px; }

  .sub-trigger {
    position: absolute;
    top: 0;
    width: 43px;
    height: 43px;
    right: 0;
    cursor: pointer; } }
/*======================================================================
    Helper Styles
========================================================================*/
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/*======================================================================
    Partials
========================================================================*/
/*======================================================================
    Template Sections Styles
========================================================================*/
/*======================================================================
    Header Styles
========================================================================*/
header#masthead {
  padding: 11px 0 0;
  background: #0F2853;
  height: auto;
  z-index: 9;
  position: fixed;
  width: 100%;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  @media (max-width: 1024px) {
    header#masthead .wrapper {
      background: #0F2853;
      z-index: 999999999; } }
  @media (max-width: 1024px) {
    header#masthead {
      min-height: 100px; } }
  @media (max-width: 1250px) {
    header#masthead {
      background-size: cover; } }
  @media (max-width: 700px) {
    header#masthead .wrapper {
      padding: 0 30px; } }
  header#masthead .iso-absolute {
    position: absolute;
    top: 248px;
    right: 0;
    z-index: 999;
    display: none; }
    @media (max-width: 700px) {
      header#masthead .iso-absolute img {
        width: 45px; } }
  header#masthead #site-navigation {
    padding: 10px 0;
    margin-top: 20px;
    width: auto;
    float: right;
    width: 69%;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    @media (max-width: 1400px) {
      header#masthead #site-navigation {
        width: 76%; } }
    @media (max-width: 1250px) {
      header#masthead #site-navigation {
        width: 80%; } }
    @media (min-width: 1025px) {
      header#masthead #site-navigation {
        display: block !important; } }
    @media (max-width: 1024px) {
      header#masthead #site-navigation {
        top: 184px;
        right: 0;
        width: 100%;
        display: none; } }
    @media (max-width: 700px) {
      header#masthead #site-navigation {
        top: 100%;
        margin: 0; } }
    header#masthead #site-navigation ul {
      list-style: none;
      margin: 0;
      padding: 0;
      float: right; }
      @media (max-width: 1024px) {
        header#masthead #site-navigation ul {
          border-top: 1px solid #fff;
          padding-bottom: 0;
          display: block;
          width: 100%;
          float: left; }
          header#masthead #site-navigation ul li {
            float: left;
            width: 100%; } }
      header#masthead #site-navigation ul li {
        display: inline-block;
        float: left; }
        @media (max-width: 1024px) {
          header#masthead #site-navigation ul li {
            border-bottom: 1px solid #fff;
            position: relative; } }
        header#masthead #site-navigation ul li a {
          color: #FFFFFF;
          font-weight: normal;
          display: block;
          min-height: 20px;
          padding: 0 0 0 21px;
          font-size: 16px;
          text-decoration: none;
          text-transform: uppercase;
          outline: 0;
          text-align: left; }
          @media (max-width: 1400px) {
            header#masthead #site-navigation ul li a {
              font-size: 15px; } }
          @media (max-width: 1250px) {
            header#masthead #site-navigation ul li a {
              padding: 0 0 0 13px;
              font-size: 14px; } }
          @media (max-width: 1024px) {
            header#masthead #site-navigation ul li a {
              padding: 12px 20px; } }
        header#masthead #site-navigation ul li:hover > a {
          color: #4a577c; }
        header#masthead #site-navigation ul li.current-page-ancestor > a, header#masthead #site-navigation ul li.current-menu-item > a, header#masthead #site-navigation ul li.current_page_item > a {
          color: #c1272d; }
        @media (max-width: 1024px) {
          header#masthead #site-navigation ul li.menu-item-has-children > a {
            background: url('../images/plus-icon.png') no-repeat top right; }
          header#masthead #site-navigation ul li.menu-item-has-children.active-sub > a {
            background: url('../images/minus-icon.png') no-repeat top right; } }
        header#masthead #site-navigation ul li ul {
          display: none; }
          @media (max-width: 1024px) {
            header#masthead #site-navigation ul li ul {
              display: none; } }
          header#masthead #site-navigation ul li ul li {
            float: none; }
            @media (max-width: 1024px) {
              header#masthead #site-navigation ul li ul li {
                padding-left: 20px; }
                header#masthead #site-navigation ul li ul li a {
                  font-size: 12px;
                  color: #fff; } }
  header#masthead .social-icons {
    float: right;
    width: 50%;
    text-align: right; }
    @media (max-width: 1250px) {
      header#masthead .social-icons {
        width: 54%; } }
    @media (max-width: 1024px) {
      header#masthead .social-icons {
        width: 420px; } }
    @media (max-width: 700px) {
      header#masthead .social-icons {
        width: 100%;
        max-width: 100%;
        text-align: center; } }
    header#masthead .social-icons a {
      display: inline-block;
      margin: 0 5px; }
    header#masthead .social-icons p {
      display: inline-block;
      margin: 12px 18px;
      font-weight: bold;
      font-size: 14px;
      color: #FFFFFF; }
      @media (max-width: 1250px) {
        header#masthead .social-icons p {
          font-size: 11px; } }
      @media (max-width: 1024px) {
        header#masthead .social-icons p {
          font-size: 10px; } }
      @media (max-width: 700px) {
        header#masthead .social-icons p {
          display: block; } }
      header#masthead .social-icons p a {
        color: #FFFFFF; }
        header#masthead .social-icons p a:hover {
          color: #FFFFFF; }
      header#masthead .social-icons p .member-login {
        font-size: 9px;
        font-weight: normal; }
  header#masthead a.menu-trigger-desktop {
    color: #939599;
    text-decoration: none !important;
    width: 50%;
    float: right;
    text-align: right;
    margin: 16px 0;
    display: none; }
    @media (max-width: 1024px) {
      header#masthead a.menu-trigger-desktop {
        display: block;
        margin: 25px 0 0;
        display: none; } }
  header#masthead a.menu-trigger {
    color: #939599;
    text-decoration: none !important;
    width: 50%;
    float: right;
    text-align: right;
    margin: 16px 0;
    display: none; }
    @media (max-width: 1024px) {
      header#masthead a.menu-trigger {
        width: 42px;
        display: block;
        margin: 4px 0 12px;
        clear: right; } }
    @media (max-width: 700px) {
      header#masthead a.menu-trigger {
        margin: 33px 0 12px; } }
  header#masthead .site-logo {
    margin: 0;
    text-align: center;
    float: left;
    width: 390px;
    margin: 36px 0; }
    @media (max-width: 1400px) {
      header#masthead .site-logo {
        width: 250px; } }
    @media (max-width: 1250px) {
      header#masthead .site-logo {
        width: 189px;
        margin: 39px 0; } }
    @media (max-width: 1024px) {
      header#masthead .site-logo {
        width: 200px;
        margin: 25px 0 !important; } }
    @media (max-width: 700px) {
      header#masthead .site-logo {
        width: 174px; } }
    header#masthead .site-logo img {
      float: left;
      max-width: 100%;
      -moz-transition: all 0.4s ease-in-out;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      -webkit-transform: translate3d(0, 0, 0); }
      @media (max-width: 1024px) {
        header#masthead .site-logo img {
          max-width: 198px; } }
      @media (max-width: 700px) {
        header#masthead .site-logo img {
          width: 100%; } }
    header#masthead .site-logo span {
      font-size: 30px;
      line-height: 33px;
      float: left;
      text-align: left;
      padding: 18px 0 0 18px;
      font-family: "Exo", sans-serif;
      color: #ffffff; }
      @media (max-width: 1024px) {
        header#masthead .site-logo span {
          font-size: 21px;
          line-height: 25px;
          padding: 26px 0 0 18px; } }
      @media (max-width: 700px) {
        header#masthead .site-logo span {
          font-size: 14px;
          line-height: 17px;
          padding: 14px 0 0 10px; } }
  header#masthead.fixed .social-icons a {
    display: none; }
  header#masthead.fixed .social-icons br {
    display: none; }
  header#masthead.fixed #site-navigation {
    margin-top: 30px; }
  header#masthead.fixed .site-logo {
    margin: 4px 0 16px; }
    header#masthead.fixed .site-logo img {
      width: 200px;
      margin: 12px 0; }
  header#masthead.fixed a.menu-trigger {
    margin: 33px 0 12px; }

/*======================================================================
    Footer Styles
========================================================================*/
#subfooter {
  background-size: cover;
  text-align: center;
  padding: 100px 0;
  margin-top: -30px;
  width: 100%; }
  #subfooter h3 {
    font-weight: 300;
    font-size: 36px;
    color: #fff; }
    @media (max-width: 1024px) {
      #subfooter h3 {
        font-size: 28px; } }
  #subfooter p {
    font-size: 19px;
    color: #fff;
    font-weight: normal; }
    @media (max-width: 1024px) {
      #subfooter p {
        font-size: 13px; } }
  #subfooter a.book-quote {
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #fff;
    color: #fff;
    margin: 27px 0 0;
    font-weight: 300;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    #subfooter a.book-quote:hover {
      background: #fff;
      text-decoration: none;
      color: #e67417; }
    #subfooter a.book-quote:after {
      content: '';
      position: absolute;
      z-index: -1;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }

#subhead {
  padding: 13px 0;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  float: left;
  width: 100%;
  text-align: center;
  background: #0F2853;
  margin-top: -1px; }
  @media (max-width: 1024px) {
    #subhead {
      text-align: center; } }
  #subhead .left-wrapper {
    float: left; }
    @media (max-width: 1024px) {
      #subhead .left-wrapper {
        width: 100%; } }
  #subhead .right-wrapper {
    float: right; }
    @media (max-width: 1024px) {
      #subhead .right-wrapper {
        width: 100%; } }
  #subhead p {
    color: #fff; }
    @media (max-width: 1024px) {
      #subhead p {
        margin: 0; } }
    @media (max-width: 700px) {
      #subhead p {
        font-size: 10px; } }
  #subhead a {
    color: #fff; }
    #subhead a:hover {
      color: #c1272d;
      text-decoration: none; }
  #subhead a.backtotop {
    color: #1D344B;
    text-transform: uppercase;
    background: url('../images/go-top.png?1442536227') no-repeat top left;
    width: 51px;
    height: 51px;
    display: block;
    padding: 28px 0 0;
    color: #fff !important;
    position: absolute;
    top: -100px;
    right: 0; }
    @media (max-width: 1024px) {
      #subhead a.backtotop {
        display: block; } }
    #subhead a.backtotop:hover {
      color: #c7b299; }
  #subhead a.conwaycreative-logo {
    padding: 12px 0;
    display: inline-block; }

/*======================================================================
    Pages Styles
========================================================================*/
/*======================================================================
    Home Page Template
========================================================================*/
.title-div {
  background: #C1272D;
  padding: 40px 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  text-align: center; }
  .title-div h2 {
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 31px; }
    @media (max-width: 1024px) {
      .title-div h2 {
        font-size: 21px; } }

.quick-links {
  background: url('../images/transparent.png?1440711310');
  padding: 30px 0; }
  .quick-links .quicklinks-title {
    font-size: 30px;
    font-weight: bold;
    color: #0F2853; }
    .quick-links .quicklinks-title a {
      text-decoration: none !important; }
      .quick-links .quicklinks-title a:hover {
        text-decoration: none !important;
        font-weight: bold; }
  .quick-links span {
    display: block;
    font-size: 19px;
    color: #0F2853;
    text-transform: uppercase; }
    @media (max-width: 1250px) {
      .quick-links span {
        font-size: 11px; } }
  .quick-links .border-cols {
    border: 1px solid #E6E6E6;
    padding: 25px;
    background: #E6E6E6;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    .quick-links .border-cols:hover {
      background: #fff; }
    .quick-links .border-cols:after {
      content: '';
      position: absolute;
      z-index: -1;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    .quick-links .border-cols a {
      text-decoration: none !important; }
      .quick-links .border-cols a:hover {
        text-decoration: none !important;
        font-weight: bold; }

.banner {
  padding: 0px 0 0;
  position: relative; }
  @media (max-width: 1250px) {
    .banner {
      background-size: cover; } }
  @media (max-width: 1024px) {
    .banner {
      padding: 0px 0 0px; } }

.flex-control-nav {
  position: relative !important;
  bottom: 0 !important; }

.flex-control-paging li a {
  background: #fff !important; }

.flex-control-paging li a.flex-active {
  background: #ec6e00 !important; }

.metaslider .caption-wrap {
  bottom: auto !important;
  top: 0%;
  background: none !important;
  opacity: 1 !important;
  height: 100%; }
  @media (max-width: 1024px) {
    .metaslider .caption-wrap {
      padding: 0px 0px;
      top: 0%; } }
  @media (max-width: 700px) {
    .metaslider .caption-wrap {
      top: auto;
      bottom: 0 !important;
      height: 102px; } }

@media (max-width: 700px) {
  .home .flexslider .slides li {
    padding-bottom: 102px !important; } }

.metaslider .flexslider {
  margin: 0 !important; }

.page.page-template-template-site-map .metaslider .caption,
.page.page-template-default .metaslider .caption {
  max-width: 504px;
  margin: auto;
  padding: 20px 0px;
  border: 1px solid #fff; }
  .page.page-template-template-site-map .metaslider .caption p,
  .page.page-template-default .metaslider .caption p {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    text-align: center; }

.home .metaslider .caption {
  text-align: left;
  max-width: 1460px;
  margin: auto;
  padding: 0 30px;
  position: relative;
  display: table;
  width: 100%;
  height: 100%; }
  .home .metaslider .caption .table-wrap {
    width: 100%;
    display: table-cell;
    vertical-align: middle; }
  .home .metaslider .caption h2 {
    border: 1px solid #fff;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: url('../images/opacity-black.png?1456126753');
    max-width: 343px;
    display: block;
    clear: both; }
    @media (max-width: 1250px) {
      .home .metaslider .caption h2 {
        font-size: 16px; } }
    @media (max-width: 700px) {
      .home .metaslider .caption h2 {
        color: #0F2853;
        opacity: 1;
        background: none;
        font-weight: bold; }
        .home .metaslider .caption h2:hover {
          background: none !important;
          color: #0F2853 !important;
          opacity: 1 !important; }
        .home .metaslider .caption h2 br {
          display: none; } }
    .home .metaslider .caption h2 a {
      color: #fff;
      text-decoration: none;
      padding: 20px 20px;
      display: block; }
      @media (max-width: 700px) {
        .home .metaslider .caption h2 a {
          color: #0F2853; } }
    .home .metaslider .caption h2:hover {
      background: #000;
      text-decoration: none;
      color: #fff;
      opacity: 0.4; }
    .home .metaslider .caption h2:after {
      content: '';
      position: absolute;
      z-index: -1;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    @media (max-width: 1024px) {
      .home .metaslider .caption h2 {
        font-size: 13px; }
        .home .metaslider .caption h2 a {
          padding: 10px; } }
    @media (max-width: 700px) {
      .home .metaslider .caption h2 {
        font-size: 17px;
        max-width: 100%; } }
  @media (max-width: 1024px) {
    .home .metaslider .caption {
      padding: 0px 40px; } }
  @media (max-width: 700px) {
    .home .metaslider .caption {
      text-align: center; } }
  .home .metaslider .caption h3 {
    font-weight: 300;
    font-size: 36px;
    text-align: center; }
    @media (max-width: 1250px) {
      .home .metaslider .caption h3 {
        font-weight: 300;
        font-size: 28px; } }
    @media (max-width: 700px) {
      .home .metaslider .caption h3 {
        font-size: 15px;
        text-align: center; } }
  .home .metaslider .caption p {
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    margin: 0 0 24px; }
    @media (max-width: 1250px) {
      .home .metaslider .caption p {
        font-size: 13px; } }
    @media (max-width: 700px) {
      .home .metaslider .caption p {
        font-size: 11px;
        text-align: center; } }

.parrallax-div {
  height: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-image: url('../images/parallax.jpg?1441781073');
  padding: 40px 0px 1px; }
  @media (max-width: 1460px) {
    .parrallax-div {
      padding: 1px 0px; } }
  @media (max-width: 1250px) {
    .parrallax-div {
      padding: 1px 0px; } }
  @media (max-width: 1024px) {
    .parrallax-div {
      padding: 1px 0px;
      height: 100%; } }
  @media (max-width: 1024px) {
    .parrallax-div .wrapper {
      padding: 0 30px; } }
  .parrallax-div h2 {
    font-size: 36px;
    font-weight: 300;
    color: #006EC7; }
    @media (max-width: 1024px) {
      .parrallax-div h2 {
        font-size: 25px; } }
  .parrallax-div article {
    text-align: center;
    padding-bottom: 45px; }
    @media (max-width: 1024px) {
      .parrallax-div article {
        padding: 20px 0; } }
    .parrallax-div article .cols3 {
      width: 33.33%;
      float: left;
      padding: 104px 0; }
      @media (max-width: 1024px) {
        .parrallax-div article .cols3 {
          width: 100%;
          padding: 30px 0; } }
    .parrallax-div article h3 {
      font-size: 36px;
      display: inline-block;
      border: 1px solid #000; }
      @media (max-width: 1460px) {
        .parrallax-div article h3 {
          font-size: 22px; } }
      @media (max-width: 1250px) {
        .parrallax-div article h3 {
          font-size: 22px; } }
      .parrallax-div article h3 a {
        color: #000 !important;
        position: relative;
        text-transform: uppercase;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        padding: 13px 32px;
        display: block; }
        .parrallax-div article h3 a:hover {
          background: #fff;
          text-decoration: none;
          color: #236fb6; }
        .parrallax-div article h3 a:after {
          content: '';
          position: absolute;
          z-index: -1;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s; }
    .parrallax-div article p {
      width: 100%;
      margin: 1em auto;
      color: #000;
      font-size: 19px;
      font-weight: normal;
      color: #0F2853; }
      @media (max-width: 1024px) {
        .parrallax-div article p {
          font-size: 14px; } }
      .parrallax-div article p a {
        color: #0F2853; }
        .parrallax-div article p a:hover {
          text-decoration: underline; }

.youtube-wrapper {
  background: #0B2F4B;
  padding: 50px 0 100px; }
  @media (max-width: 1024px) {
    .youtube-wrapper iframe {
      max-height: 200px; } }

.page .flex-control-nav {
  margin: 20px 0 0; }

.home.page .flex-control-nav {
  margin: 0; }
  @media (max-width: 700px) {
    .home.page .flex-control-nav {
      bottom: 109px !important; } }

.home #contents-holder .entry {
  margin-top: 0;
  padding: 0; }

.testimonials {
  background: #fff;
  padding: 50px 0 10px;
  color: #0F2853; }
  @media (max-width: 1024px) {
    .testimonials {
      background-size: cover; } }
  .testimonials .testimonial-item {
    padding: 10px 20px;
    background: #F2F2F2;
    margin-bottom: 25px; }
  .testimonials span {
    font-size: 14px; }
  .testimonials p {
    font-size: 14px; }
  .testimonials h2 {
    margin: 30px 0;
    font-size: 30px;
    font-weight: bold;
    line-height: 31px;
    text-transform: uppercase; }
  .testimonials h3 {
    margin: 0;
    line-height: 18px;
    font-size: 16px;
    font-weight: normal;
    color: #C1272D;
    text-transform: uppercase; }
    .testimonials h3 a {
      font-size: 16px;
      font-weight: normal;
      color: #C1272D; }
      .testimonials h3 a:hover {
        font-weight: bold;
        text-decoration: none !important; }
  .testimonials .bx-controls {
    top: 0;
    position: relative; }
  .testimonials .bx-controls-direction {
    display: none; }
  .testimonials .bx-pager {
    text-align: left;
    position: relative;
    top: 20px;
    left: 0;
    width: 100%; }
    .testimonials .bx-pager .bx-pager-item {
      display: inline-block; }
      .testimonials .bx-pager .bx-pager-item a {
        margin: 0 5px;
        text-decoration: none !important;
        color: #fff;
        padding: 3px 10px;
        background: #B3B3B3; }
      .testimonials .bx-pager .bx-pager-item a.active {
        color: #fff;
        padding: 3px 10px;
        background: #0F2853; }
  .testimonials a.effect-button {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 30px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 300;
    margin: 27px 0 0;
    position: relative;
    background: #0F2853;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    .testimonials a.effect-button:hover {
      background: #fff;
      text-decoration: none;
      color: #0F2853;
      border: 1px solid #0F2853; }
    .testimonials a.effect-button:after {
      content: '';
      position: absolute;
      z-index: -1;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    @media (max-width: 1024px) {
      .testimonials a.effect-button {
        font-size: 12px;
        padding: 14px 22px; } }
  .testimonials .post-items {
    border-top: 1px solid #CCCCCC;
    padding-top: 20px; }
  .testimonials .cols2 > h2 + .post-items {
    border-top: 0px; }
  .testimonials .logos {
    padding: 40px 0 5px;
    text-align: center; }
    .testimonials .logos img {
      margin: 0 8px; }

.section-youtube {
  background: #0F2853;
  color: #fff; }
  .section-youtube .cols40 {
    text-align: center;
    padding-top: 75px;
    padding-right: 0;
    padding-left: 6%; }
    @media (max-width: 1250px) {
      .section-youtube .cols40 {
        padding-right: 1%;
        padding-left: 3%; } }
    @media (max-width: 1024px) {
      .section-youtube .cols40 {
        padding-right: 0%;
        padding-left: 0%; } }
  .section-youtube .wrapper {
    padding: 0 219px; }
    @media (max-width: 1024px) {
      .section-youtube .wrapper {
        padding: 0 20px; } }
  .section-youtube h2 {
    margin: 30px 0 0;
    font-size: 30px;
    line-height: 31px;
    text-transform: uppercase; }
  .section-youtube a.effect-button {
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    padding: 16px 30px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 300;
    margin: 5px 0 0;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    @media (max-width: 1250px) {
      .section-youtube a.effect-button {
        font-size: 12px; } }
    .section-youtube a.effect-button:hover {
      background: #fff;
      text-decoration: none;
      color: #0F2853;
      border: 1px solid #0F2853; }
    .section-youtube a.effect-button:after {
      content: '';
      position: absolute;
      z-index: -1;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    @media (max-width: 1024px) {
      .section-youtube a.effect-button {
        font-size: 12px;
        padding: 14px 22px; } }
  @media (max-width: 1250px) {
    .section-youtube iframe {
      max-height: 200px; } }

.home .flex-direction-nav {
  display: none; }

/*======================================================================
    Default Page Template
========================================================================*/
#contents-holder {
  padding: 1px 0;
  width: 100%;
  margin-top: 204px;
  background: #fff; }
  @media (max-width: 1400px) {
    #contents-holder {
      margin-top: 185px; } }
  @media (max-width: 1024px) {
    #contents-holder {
      margin-top: 99px; } }
  @media (max-width: 700px) {
    #contents-holder {
      margin-top: 189px; } }
  #contents-holder .entry {
    margin-top: 0;
    padding: 20px 0 100px; }
    @media (max-width: 1024px) {
      #contents-holder .entry {
        padding: 20px 0 100px; } }

.home #contents-holder {
  margin-top: 142px; }
  @media (max-width: 1024px) {
    .home #contents-holder {
      margin-top: 99px; } }
  @media (max-width: 700px) {
    .home #contents-holder {
      margin-top: 187px; } }
.home .second-nav {
  display: none; }

#inner-slider {
  background: url('../images/inner-banner.png?1440715187') no-repeat top center;
  background-size: cover;
  padding: 0 0 110px; }

h1.post-title {
  font-weight: 300;
  font-size: 36px;
  color: #006EC7;
  text-align: center;
  text-transform: uppercase; }

.post-meta {
  display: none; }

.page-template-template-contact #inner-slider {
  padding: 0 0 155px; }

.second-nav {
  background: #C1272D;
  min-height: 63px; }
  @media (max-width: 1024px) {
    .second-nav {
      display: none; } }
  .second-nav .widget-menu {
    float: right;
    margin: 0;
    padding: 1px 0; }
    .second-nav .widget-menu li {
      float: left;
      list-style: none; }
      .second-nav .widget-menu li a {
        display: block;
        padding: 20px 16px;
        font-size: 15px;
        font-weight: normal;
        color: #fff;
        text-transform: uppercase; }
        .second-nav .widget-menu li a:hover {
          color: #0f2853;
          text-decoration: none; }
        @media (max-width: 1250px) {
          .second-nav .widget-menu li a {
            font-size: 10px; } }
      .second-nav .widget-menu li.current-menu-item a {
        font-weight: bold;
        color: #0f2853; }

.content-page {
  clear: both;
  color: #0F2853; }
  .content-page h2.page-title {
    margin: 30px 0;
    font-size: 30px;
    font-weight: bold;
    line-height: 31px;
    text-transform: uppercase;
    text-align: center;
    color: #C1272D; }
  .content-page a {
    color: #0F2853; }
    .content-page a:hover {
      text-decoration: underline; }
  .content-page h4 {
    font-size: 20px;
    font-weight: normal;
    color: #193c94; }

.page-template-default .content-page .cols2 {
  width: 37.5%; }
  @media (max-width: 1100px) {
    .page-template-default .content-page .cols2 {
      width: 75%; } }
  @media (max-width: 870px) {
    .page-template-default .content-page .cols2 {
      width: 100%; } }
.page-template-default .content-page .hero-images {
  margin-bottom: 12px; }
.page-template-default .content-page .sidebar-images {
  float: right;
  width: 25%; }
  .page-template-default .content-page .sidebar-images.notmobile {
    display: block; }
  .page-template-default .content-page .sidebar-images.mobileappear {
    display: none; }
  @media (max-width: 870px) {
    .page-template-default .content-page .sidebar-images {
      width: 100%;
      text-align: center; }
      .page-template-default .content-page .sidebar-images.notmobile {
        display: none; }
      .page-template-default .content-page .sidebar-images.mobileappear {
        display: block; }
      .page-template-default .content-page .sidebar-images .hero-images {
        display: inline-block;
        width: auto;
        margin: 12px auto;
        text-align: center; } }
  @media (max-width: 480px) {
    .page-template-default .content-page .sidebar-images .hero-images {
      width: 90%;
      margin: 12px; } }

.flex-control-paging li a {
  width: 17px !important;
  height: 17px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important; }
  @media (max-width: 700px) {
    .flex-control-paging li a {
      width: 12px !important;
      height: 12px !important; } }

.whole-width {
  width: 70%;
  float: left; }
  @media (max-width: 870px) {
    .whole-width {
      width: 100%; } }

.page .flex-control-nav {
  position: absolute !important;
  bottom: 19px !important;
  z-index: 9999999999 !important; }

.page .flex-control-paging li a.flex-active {
  background: #C1272D !important; }

.parrallax-banner {
  height: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 80px 200px;
  min-height: 450px; }
  @media (max-width: 1024px) {
    .parrallax-banner {
      padding: 80px 0px; } }
  .parrallax-banner h2 {
    text-align: center;
    color: #4D4D4D;
    text-transform: uppercase; }

.slideshowlink {
  display: none; }

.workshop .workshop-item {
  border-top: 1px solid #A67C52;
  color: #000;
  padding: 35px 0; }
  .workshop .workshop-item:first-child {
    border-top: 0; }
  .workshop .workshop-item h2 {
    color: #A67C52;
    font-size: 30px;
    font-weight: normal;
    margin-top: 0; }
    @media (max-width: 1024px) {
      .workshop .workshop-item h2 {
        font-size: 19px; } }
    .workshop .workshop-item h2 a {
      color: #A67C52; }
  .workshop .workshop-item p {
    font-size: 16px; }
    .workshop .workshop-item p .date {
      font-weight: bold; }
  .workshop .workshop-item a.workshop-readmore {
    font-weight: bold; }
    .workshop .workshop-item a.workshop-readmore:hover {
      color: #c69c6d; }
.workshop .wp-pagenavi + .workshop-item {
  border-top: 0; }

.wp-pagenavi span.pages {
  display: none; }

.wp-pagenavi span.current {
  color: #A67C52; }

.wp-pagenavi a, .wp-pagenavi span {
  border: 0; }

.page-template-workshop-template #contents-holder .entry {
  padding: 12px 0 100px; }
.page-template-workshop-template .post-thumbnail {
  width: 34%;
  float: left; }
  @media (max-width: 1024px) {
    .page-template-workshop-template .post-thumbnail {
      width: 100%;
      margin-bottom: 20px; } }
.page-template-workshop-template .workshop-content {
  width: 64%;
  float: right; }
  @media (max-width: 1024px) {
    .page-template-workshop-template .workshop-content {
      width: 100%; } }

.page-template-template-site-map .content-page a {
  text-transform: uppercase; }

@media (max-width: 1460px) {
  .ngg-galleryoverview br {
    display: none; } }
@media (max-width: 1024px) {
  .ngg-galleryoverview {
    text-align: center; }
    .ngg-galleryoverview br {
      display: none; }
    .ngg-galleryoverview .ngg-gallery-thumbnail-box,
    .ngg-galleryoverview .ngg-gallery-thumbnail {
      float: none;
      display: inline-block; } }

.gform_wrapper ul li.gfield.input-name {
  float: left;
  width: 50%;
  padding-right: 2%;
  clear: none; }

.gform_wrapper ul li.gfield.input-email {
  float: left;
  width: 50%;
  padding-left: 2%;
  clear: none; }

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
  width: 100% !important; }

.input-wrapper {
  margin-bottom: 12px; }
  @media (max-width: 600px) {
    .input-wrapper {
      margin: 0; }
      .input-wrapper textarea,
      .input-wrapper input {
        margin-top: 12px; } }
  .input-wrapper .cols2 {
    margin: 0 1% 0 0;
    width: 49%;
    float: left;
    padding: 0; }
    .input-wrapper .cols2 input[type="text"] {
      width: 100%; }
    .input-wrapper .cols2 input[type="email"] {
      width: 100%; }
    @media (max-width: 600px) {
      .input-wrapper .cols2 {
        width: 100%; } }
  .input-wrapper input[type="text"] {
    width: 99%;
    border: 1px solid #0F2853;
    padding: 15px 20px;
    font-family: "Exo", sans-serif;
    font-size: 15px; }
  .input-wrapper input[type="email"] {
    width: 99%;
    border: 1px solid #0F2853;
    padding: 15px 20px;
    font-family: "Exo", sans-serif;
    font-size: 15px; }
  .input-wrapper textarea {
    width: 99%;
    font-family: "Exo", sans-serif;
    border: 1px solid #0F2853;
    padding: 15px 20px;
    height: 134px;
    font-size: 15px; }
  .input-wrapper input[type="submit"] {
    font-family: "Exo", sans-serif;
    background: #C1272D;
    border: 0;
    padding: 20px 30px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    .input-wrapper input[type="submit"]:hover {
      background: #0f2853; }

.su-spoiler {
  margin-bottom: 0 !important; }

.su-spoiler-style-default > .su-spoiler-title > .su-spoiler-icon {
  display: none !important; }

.su-spoiler-style-default > .su-spoiler-title {
  background: #CCCCCC url('../images/arrow-up.png') no-repeat right center !important;
  font-size: 19px  !important;
  color: #0F2853  !important;
  padding: 18px 27px  !important; }
  @media (max-width: 700px) {
    .su-spoiler-style-default > .su-spoiler-title {
      font-size: 13px  !important; } }

.su-spoiler-style-default.su-spoiler-closed > .su-spoiler-title {
  background: #CCCCCC url('../images/arrow-down.png') no-repeat right center !important;
  font-size: 19px  !important;
  color: #0F2853  !important;
  padding: 18px 27px  !important; }
  @media (max-width: 700px) {
    .su-spoiler-style-default.su-spoiler-closed > .su-spoiler-title {
      font-size: 13px  !important; } }

.su-spoiler-style-default > .su-spoiler-content {
  padding: 1em 27px 0em 27px !important;
  margin-bottom: 1em; }

.su-spoiler-style-default > .su-spoiler-content {
  background: #F2F2F2 !important; }

/*======================================================================
    Single Post Template
========================================================================*/
/*======================================================================
    Search Result Page Template
========================================================================*/
/*======================================================================
    404 Page Template
========================================================================*/
/*======================================================================
    Single Post Template
========================================================================*/
.single .post-thumbnail {
  margin: 18px 0; }
.single #contents-holder .entry {
  padding-top: 50px; }
.single .content-page h2.page-title {
  margin-bottom: 0; }
.single .content-page h3.date {
  text-align: center;
  font-weight: bold;
  font-size: 20px; }

.single-content {
  width: 64.3%;
  float: left;
  padding-bottom: 100px; }
  @media (max-width: 1024px) {
    .single-content {
      width: 100%; } }
  .single-content h2 {
    color: #998675; }

.single-sidebar {
  width: 30.7%;
  float: right;
  padding: 26px 32px;
  border: 1px solid #d9dada;
  margin-bottom: 50px; }
  @media (max-width: 1024px) {
    .single-sidebar {
      width: 100%; } }
  .single-sidebar h3 {
    font-size: 30px;
    color: #C7B299;
    text-transform: uppercase;
    text-align: center;
    margin: 0; }
  .single-sidebar h2 {
    font-size: 18px;
    color: #998675; }
    .single-sidebar h2 a {
      color: #998675; }
  .single-sidebar .sidebar-single-item {
    padding: 24px 0 0; }

#bx-pager {
  margin-bottom: 20px; }
  #bx-pager a {
    padding: 0 0.5%;
    display: inline-block;
    width: 12.5%;
    max-height: 54px;
    overflow: hidden; }
    @media (max-width: 1024px) {
      #bx-pager a {
        width: 20%; } }

.bx-caption {
  margin: 20px 0; }
  @media (max-width: 1024px) {
    .bx-caption {
      font-size: 10px; } }

.bx-wrapper {
  position: relative; }

.bx-controls {
  position: absolute;
  top: 40%;
  width: 100%; }
  @media (max-width: 1024px) {
    .bx-controls {
      top: 30%; } }
  .bx-controls .bx-prev {
    float: left;
    display: block;
    width: 28px;
    height: 36px;
    background: url('../images/arrow-left.png?1441297711') no-repeat top left;
    text-indent: -9999999px;
    margin-left: 30px; }
  .bx-controls .bx-next {
    float: right;
    display: block;
    width: 28px;
    height: 36px;
    background: url('../images/arrow-right.png?1441297703') no-repeat top left;
    text-indent: -9999999px;
    margin-right: 30px; }

/*======================================================================
    Wordpress Default Styles
========================================================================*/
/*======================================================================
    Wordpress Base Styles
========================================================================*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

:focus {
  /* remember to define focus styles! */
  outline: 0; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  color: #222;
  font-family: sans-serif; }

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4; }

table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: "Exo", sans-serif;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

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

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

/**
 * Embedded content
 * -----------------------------------------------------------------------------
 */
img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

/*=== Figures ===*/
figure {
  margin: 0; }

/**
 * Chrome Frame Styles
 * -----------------------------------------------------------------------------
 */
.chromeframe {
  margin: 0.2em 0;
  padding: 0.2em 0;
  background: #ccc;
  color: black; }

/*======================================================================
    Wordpress Comments Styles
========================================================================*/
#contents {
  word-wrap: break-word;
  -ms-word-wrap: break-word; }
  #contents .sticky {
    text-decoration: none; }
  #contents .bypostauthor {
    text-decoration: none; }
  #contents .entry .entry-content h1 {
    font-size: 26px; }
  #contents .entry .entry-content h2 {
    font-size: 24px; }
  #contents .entry .entry-content h3 {
    font-size: 20px; }
  #contents .entry .entry-content h4 {
    font-size: 18px; }
  #contents .entry .entry-content h5 {
    font-size: 16px; }
  #contents .entry .entry-content h6 {
    font-size: 14px; }
  #contents .entry .entry-content h1,
  #contents .entry .entry-content h2,
  #contents .entry .entry-content h3,
  #contents .entry .entry-content h4,
  #contents .entry .entry-content h5,
  #contents .entry .entry-content h6 {
    margin: 10px 0;
    font-family: "Exo", sans-serif; }
  #contents .entry table {
    border: 1px solid #ddd;
    margin: 0 0 1.625em;
    width: 100%; }
    #contents .entry table th {
      font-size: 10px;
      font-weight: 500;
      letter-spacing: 0.1em;
      line-height: 2.6em;
      text-transform: uppercase;
      padding: 6px 0;
      text-indent: 10px; }
    #contents .entry table td {
      border-top: 1px solid #ddd;
      padding: 6px 10px; }
  #contents .entry pre {
    border: 1px solid #e2e2e2;
    padding: 20px; }

/*======================================================================
    Wordpress Form Styles
========================================================================*/
form {
  margin: 0; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

label {
  cursor: pointer; }

legend {
  padding: 0;
  border: 0;
  white-space: normal;
  *margin-left: -7px; }

button, input, select, textarea {
  margin: 0;
  vertical-align: baseline;
  font-size: 100%;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

input:invalid,
textarea:invalid {
  background-color: #f0dddd; }

/*======================================================================
    Wordpress Gallery Styles
========================================================================*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

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

img.alignnone,
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 1.5em; }

.wp-caption {
  margin-bottom: 1.5em;
  padding: 8px;
  max-width: 96%;
  background: #efefef; }

.wp-caption img {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto; }

.wp-caption-text {
  position: relative;
  margin-bottom: 0.6em;
  padding: 10px 5px 5px;
  color: #7a7a7a;
  text-align: center;
  font-style: italic;
  font-size: 13px;
  font-family: Georgia, serif; }

img[class*="wp-image-"] {
  padding: 5px;
  border: 0px solid #ddd;
  background: none; }

/* Responsive images */
#contents img,
.comment-content img,
.widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */ }

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */ }

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
  max-width: 100%; }

/**
 * Wordpress Gallery Styles
 * -----------------------------------------------------------------------------
 */
.gallery {
  margin: auto; }

.gallery dl {
  margin: 0; }

.gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 33%;
  margin: 0;
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.gallery-item img {
  border: 2px solid #cfcfcf;
  max-width: 100%; }

.gallery-item .gallery-caption {
  margin-left: 0; }

.gallery-columns-1 .gallery-item {
  width: 100%;
  margin: 0 5px; }

.gallery-columns-2 .gallery-item {
  width: 48%;
  margin: 0 5px; }

.gallery-columns-3 .gallery-item {
  width: 30%;
  margin: 0 10px; }

.gallery-columns-3 .gallery-item img {
  width: 100%; }

.gallery-columns-4 .gallery-item {
  width: 22%;
  margin: 0 9px; }

.gallery-columns-5 .gallery-item {
  width: 17%;
  margin: 0 9px; }

.gallery-columns-6 .gallery-item {
  width: 15%;
  margin: 0 5px; }

.gallery-columns-7 .gallery-item {
  width: 12%;
  margin: 0 7px; }

.gallery-columns-8 .gallery-item {
  width: 10%;
  margin: 0 8px; }

.gallery-columns-9 .gallery-item {
  width: 9%;
  margin: 0 6px; }

.gallery-columns-10 .gallery-item {
  width: 8%;
  margin: 0 5px; }

/*======================================================================
    Wordpress Table Styles
========================================================================*/
table,
th,
td {
  border: 1px solid rgba(0, 0, 0, 0.1); }

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
  width: 100%;
  padding: 10px; }

caption,
th,
td {
  font-weight: normal;
  text-align: left; }

th {
  border-width: 0 1px 1px 0;
  font-weight: bold; }

td {
  border-width: 0 1px 1px 0; }

/*======================================================================
    Wordpress Typography Styles
========================================================================*/
/**
 * Links Styles
 * -----------------------------------------------------------------------------
 */
a {
  color: #000; }

a:hover {
  text-decoration: underline;
  color: #3C281E; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

/**
 * Typography Styles
 * -----------------------------------------------------------------------------
 */
abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-weight: bold;
  font-style: italic; }

pre, code, kbd, samp {
  font-size: 1em;
  font-family: monospace, serif;
  _font-family: 'courier new', monospace; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

small {
  font-size: 85%; }

sub, sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/*======================================================================
    Wordpress Widgets Styles
========================================================================*/
.widget {
  margin: 0 0 30px 0; }
  .widget h3 {
    margin: 20px 0;
    padding: 0;
    text-transform: uppercase; }
  .widget p {
    margin-bottom: 15px; }
  .widget ul {
    clear: both;
    padding-left: 10px;
    list-style-position: inside;
    list-style-type: disc; }
    .widget ul li a {
      padding: 0 0 0 5px;
      line-height: 22px;
      text-decoration: none;
      word-break: break-all; }
      .widget ul li a:hover {
        text-decoration: underline; }
    .widget ul li ul {
      padding: 0 0 0 15px;
      border-top: none; }

/**
 * Calenday Styles Widget
 * -----------------------------------------------------------------------------
 */
#wp-calendar {
  width: 100%;
  margin-bottom: 15px;
  clear: both;
  padding: 0; }
  #wp-calendar caption {
    padding: 0 0 10px; }
  #wp-calendar th,
  #wp-calendar td {
    text-align: center;
    background: rgba(0, 0, 0, 0.05);
    padding: 5px; }
  #wp-calendar td {
    background: transparent; }
  #wp-calendar a {
    color: #000;
    font-weight: bold; }

/**
 * Comment Threaded Styles
 * -----------------------------------------------------------------------------
 */
#comments {
  position: relative;
  margin: 20px 0 0;
  padding: 20px 0 0 0;
  clear: both; }
  #comments h3 {
    color: #333;
    font-weight: normal;
    margin-bottom: 20px; }
  #comments .comment {
    margin-top: 10px;
    width: 100%;
    list-style-type: none; }
    #comments .comment.thread-even {
      background: #fafafa;
      background: rgba(0, 0, 0, 0.02);
      border-bottom: 1px solid #e6e6e6;
      border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
    #comments .comment article.comment {
      padding: 20px;
      width: auto; }
    #comments .comment .comment-container {
      position: relative;
      padding: 20px; }
    #comments .comment .comment-head {
      margin: 0 0 15px 0; }
  #comments .avatar {
    float: left;
    margin: 0 15px 10px 0; }
    #comments .avatar img {
      margin: 0;
      vertical-align: middle;
      border: 1px solid #ddd;
      padding: 3px;
      background: #fff; }
  #comments .comment-head .name {
    margin: 0;
    font-weight: bold;
    font-size: 15px; }
  #comments .comment-head .date,
  #comments .comment-head .edit,
  #comments .comment-head .perma {
    font-size: 11px; }
  #comments .comment-entry p {
    margin: 0 0 10px 0; }
  #comments .comment-entry .reply {
    padding-top: 10px; }
    #comments .comment-entry .reply a {
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background: #FFFFFF;
      color: #555555 !important;
      text-shadow: none; }
      #comments .comment-entry .reply a:hover {
        background: #fafafa; }
  #comments ul.children {
    margin: 10px 10px 0 25px;
    padding: 0; }
    #comments ul.children li {
      border-top: 1px solid #e6e6e6; }
  #comments .cancel-comment-reply {
    margin: 10px 0; }
  #comments .navigation {
    padding: 20px 0; }
    #comments .navigation a {
      display: block;
      margin: 15px 0 0 0;
      text-decoration: none; }
    #comments .navigation .nav-previous {
      float: left; }
    #comments .navigation .nav-next {
      float: right; }
    #comments .navigation h3#pings {
      margin-top: 25px; }
  #comments .pingbacks li .pingback {
    margin: 10px 0; }
    #comments .pingbacks li .pingback .reply {
      display: none; }

/**
 * Comment Form Styles
 * -----------------------------------------------------------------------------
 */
#respond {
  margin: 40px 0 0;
  clear: both; }
  #respond h3 {
    color: #333;
    font-weight: normal;
    margin-bottom: 20px; }
  #respond #reply-title small {
    display: block;
    font-size: 14px;
    margin-top: 5px; }
  #respond .left {
    float: left;
    width: 200px;
    margin-right: 15px; }
  #respond .right {
    float: left;
    width: 380px; }
  #respond label {
    font-size: 11px;
    color: #777; }

#commentform {
  margin: 15px 0 0 0; }
  #commentform input.txt,
  #commentform textarea {
    font: 14px/14px Arial, Helvetica, sans-serif;
    border-color: #ccc #efefef #efefef #ccc;
    border-width: 1px;
    border-style: solid; }
  #commentform input.txt {
    color: #666;
    background: #fcfcfc;
    width: 170px;
    margin: 0 5px 10px 0;
    padding: 5px 7px; }
  #commentform textarea {
    color: #666;
    background: #fcfcfc;
    width: 95% !important;
    padding: 5px 7px; }
  #commentform #submit {
    margin: 15px 0 0 0; }

/**
 * Comment Form Styles
 * -----------------------------------------------------------------------------
 */
h3#pings {
  margin: 25px 0 10px 0; }

.pinglist li {
  margin: 0 0 0 20px;
  list-style-type: decimal; }
  .pinglist li .author {
    font-weight: bold;
    font-size: 15px; }
  .pinglist li .date {
    font-size: 11px; }
  .pinglist li .pingcontent {
    display: block;
    margin: 10px 0; }

/*======================================================================
    Print Styles
========================================================================*/
/*=== Print Styles ===*/
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
    -ms-filter: none !important;
    filter: none !important; }

  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
/*======================================================================
    Override Styles here
========================================================================*/
/**/
