/* ==========================================================================
   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?1439936986') format("woff2"), url('fonts/journal-webfont.woff?1439936986') format("woff"), url('fonts/journal-webfont.ttf?1439936986') format("truetype"), url('fonts/journal-webfont.svg?1439936986#journalregular') format("svg");
  font-weight: normal;
  font-style: normal; }

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Patua+One');
.sprite {
  background: url('../images/utilities-s49926f54b4.png'); }
  .sprite.in {
    width: 30px;
    height: 31px;
    background-position: 0 -103px; }
    .sprite.in:hover {
      width: 30px;
      height: 31px;
      background-position: 0 -72px; }
  .sprite.facebook {
    width: 36px;
    height: 36px;
    background-position: 0 -36px;
    display: block;
    cursor: pointer; }
    .sprite.facebook:hover {
      width: 36px;
      height: 36px;
      background-position: 0 0; }
  .sprite.youtube {
    width: 36px;
    height: 36px;
    background-position: 0 -232px;
    display: block;
    cursor: pointer; }
    .sprite.youtube:hover {
      width: 36px;
      height: 36px;
      background-position: 0 -196px; }
  .sprite.twitter {
    width: 30px;
    height: 31px;
    background-position: 0 -165px;
    display: block;
    cursor: pointer; }
    .sprite.twitter:hover {
      width: 30px;
      height: 31px;
      background-position: 0 -134px; }

/*=== GENERAL LAYOUT ===*/
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color:#272DA4;
  line-height: 25px; }
  @media (max-width: 1000px) {
    body {
      font-size: 11px; } }
  body p {
    font-size: 14px;
    color:#272DA4;
    margin: 1em 0; }
    @media (max-width: 1000px) {
      body p {
        font-size: 11px; } }
  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: 1480px;
    margin: auto;
    padding: 0 40px;
    position: relative; }

.cols2 {
  width: 50%;
  padding-right: 3%;
  padding-left: 3%;
  float: left;
  padding-top: 20px; }
  @media (max-width: 1000px) {
    .cols2 {
      width: 100%; } }

.gform_wrapper .top_label .gfield_label {
  display: none !important; }

.gform_wrapper .top_label .display-label .gfield_label {
  display: block;
  font-weight: normal;
  color: #000; }

.gform_wrapper textarea.medium,
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
  background: #f2f2f2;
  border: 0 !important;
  width: 100%;
  padding: 23px 18px; }

.gform_wrapper ul li.gfield {
  margin-bottom: 17px; }

.gform_wrapper textarea.medium {
  min-height: 237px;
  width: 100% !important; }

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer input[type=image] {
  font-size: 20px;
  display: inline-block;
  padding: 11px 34px;
  border: 1px solid #0B2F4B;
  color: #0B2F4B;
  margin: 27px 0 0;
  font-weight: 300;
  background: #ffffff !important;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  .gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_footer input[type=image]:hover {
    background: #3C281E !important;
    text-decoration: none;
    color: #fff; }
  .gform_wrapper .gform_footer input.button:after, .gform_wrapper .gform_footer input[type=submit]:after, .gform_wrapper .gform_footer input[type=image]:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }

::-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  color: #272DA4;  }

:-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Open Sans', sans-serif;
    color: #272DA4;  }

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Open Sans', sans-serif;
  color: #272DA4; }

:-ms-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  color: #272DA4;  }

@media (max-width: 1000px) {
  iframe {
    max-height: 200px; } }
/*======================================================================
    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: #C92127 url('../images/header-bg.png?1441236642') no-repeat bottom right;
  height: 116px;
  position: relative;
  /*border-bottom: 4px solid #fff;*/
  z-index: 9; }
  @media (max-width: 1250px) {
    header#masthead {
      background-size: cover; } }
  @media (max-width: 1000px) {
    header#masthead {
       }
      header#masthead .wrapper {
        padding: 0 30px; } }
  @media (max-width: 700px) {
    header#masthead .wrapper {
      padding: 0 10px; } }
  header#masthead #site-navigation {
    padding: 15px 0 0;
    margin-top: 0;
    width: auto;
    float: right; }
    @media (min-width: 1251px) {
      header#masthead #site-navigation {
        display: block !important; } }
    @media (max-width: 1250px) {
      header#masthead #site-navigation {
        width: 400px;
        display: none;
        position: absolute;
        top: 105px;
        right: 30px;
        background: #C92127;
        z-index: 99;
        padding: 20px 0 30px; } }
    @media (max-width: 1000px) {
      header#masthead #site-navigation {
        top: 104px;
        right: 0;
        width: 100%; } }
    @media (max-width: 700px) {
      header#masthead #site-navigation {
        top: 100%;
        margin: 0; } }
    header#masthead #site-navigation ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      @media (max-width: 1000px) {
        header#masthead #site-navigation ul {
          border-top: 1px solid #fff;
          padding-bottom: 0; } }
      header#masthead #site-navigation ul li {
        position: relative;
        display: inline-block;
        float: left; }
        @media (max-width: 1250px) {
          header#masthead #site-navigation ul li:first-child{
            border-top: 1px solid #fff;}
          header#masthead #site-navigation ul li {
            width: 100%; 
            border-bottom: 1px solid #fff;} }
        @media (max-width: 1000px) {
          header#masthead #site-navigation ul li {
            border-bottom: 1px solid #fff; } }
        header#masthead #site-navigation ul li a {
          color: #FFFFFF;
          font-family: 'Open Sans', sans-serif;
          font-weight: normal;
          display: block;
          min-height: 20px;
          padding: 15px 23px ;
          font-size: 17px;
          text-decoration: none;
          text-transform: uppercase;
          outline: 0;
          text-align: left; }
          @media (max-width: 1250px) {

            header#masthead #site-navigation ul li a {
              width: 100%;
              padding: 15px 0;
              text-align: center; } }
          @media (max-width: 1000px) {
            header#masthead #site-navigation ul li a {
              padding: 12px 20px; } }
        header#masthead #site-navigation > ul > li:hover > a {
          background:url('../images/menu-active.png') no-repeat bottom center;
          color: #FFFFFF; }
        header#masthead #site-navigation > ul > li.current-menu-parent > a,
        header#masthead #site-navigation ul li.current-menu-item a, header#masthead #site-navigation ul li.current_page_item a {
          color: #FFFFFF;
          background:url('../images/menu-active.png') no-repeat bottom center;
          font-weight: normal; }
        header#masthead #site-navigation ul li ul {
          position: absolute;
          width: 100%;
          background: #C92127;
          min-width: 240px;
          display: none; }
          @media (max-width: 1250px) {
             header#masthead #site-navigation ul li ul {
              position: relative;
              width: 100%;
              background: #C92127;
              display: none; }
              header#masthead #site-navigation ul li ul li a{
                font-size: 12px;}
          }
          header#masthead #site-navigation ul li ul li {
            width:100%;
            float: none; }
            header#masthead #site-navigation ul li ul li:hover a {
            background:#aa1f27; color:#fff;}
            header#masthead #site-navigation ul li ul li.current-menu-item a {
            background:#fff;
            color:#C92127;}
  header#masthead .social-icons {
    float: right;
    width: 50%;
    text-align: right; }
    @media (max-width: 1000px) {
      header#masthead .social-icons {
        width: 97px;
        text-align: right;
        float: right;
        margin: auto; } }
    header#masthead .social-icons a {
      display: inline-block;
      margin: 0 5px; }
    header#masthead .social-icons p {
      display: block;
      margin: 12px 5px;
      font-weight: 300;
      font-size: 17px;
      color: #006EC7; }
      header#masthead .social-icons p a {
        color: #006EC7; }
        header#masthead .social-icons p a:hover {
          color: #006EC7; }
      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: 1250px) {
      header#masthead a.menu-trigger-desktop {
        display: block;
        margin: 27px 23px 0; } }
    @media (max-width: 1190px) {
      header#masthead a.menu-trigger-desktop {
        display: block;
        margin: 27px 0px 0; } }
    @media (max-width: 1000px) {
      header#masthead a.menu-trigger-desktop {
        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: 1000px) {
      header#masthead a.menu-trigger {
        width: 42px;
        display: block;
        margin: 23px 20px 12px;
        clear: right; } }
  header#masthead .site-logo {
    margin: 0;
    text-align: center;
    float: left;
    width: 420px; }
    @media (max-width: 1000px) {
      header#masthead .site-logo {
        z-index: 999;
        position: relative;
            width: 281px; } }
    @media (max-width: 700px) {
      header#masthead .site-logo {
        margin-top: 31px;
        width: 286px;} }
    header#masthead .site-logo img {
      float: left; }
      @media (max-width: 1000px) {
        header#masthead .site-logo img {
          max-width: 265px; } }
      @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: 1000px) {
        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 .right-side-header {
    width: 60%;
    float: right;
    text-align: right;
}

header#masthead .right-side-header p span{
    position: relative;
    top: 8px;
}
header#masthead .right-side-header p{
    font-size: 16px;
    font-weight: bold;
    padding: 0 23px;
    margin: 0;
    color: #fff;}
    header#masthead .right-side-header p a.fb-class{
      background: url('../images/fb.png') no-repeat top left;
      width:39px;
      height:38px;
      display: inline-block;
      margin-left:21px;
      text-indent:-99999999px;
      color:transparent;
    }

    header#masthead .right-side-header p a.fb-class:hover{
      background: #fff url('../images/fb-hover.png') no-repeat top left;}
/*======================================================================
    Footer Styles
========================================================================*/
#subfooter {
  background-size: cover;
  text-align: center;
  padding: 100px 0;
  margin-top: -30px;
  float: left;
  width: 100%; }
  #subfooter h3 {
    font-weight: 300;
    font-size: 36px;
    color: #fff; }
    @media (max-width: 1000px) {
      #subfooter h3 {
        font-size: 28px; } }
  #subfooter p {
    font-size: 19px;
    color: #fff;
    font-weight: normal; }
    @media (max-width: 1000px) {
      #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; }
.footer-logos{
    float: left;
    width: 100%;
    padding: 35px 0;
}
#subhead {
  padding: 45px 0;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  float: left;
  width: 100%;
  text-align: center;
  background:  #C92127 url('../images/footer-bg.png') no-repeat bottom left;
  margin-top: -1px; }
  @media (max-width: 1000px) {
    #subhead {
      text-align: center; } }
  
  #subhead .leftfooter{
    float:left;
    width:50%;
    text-align: left;
    margin:0;
  }
  #subhead .rightfooter{
    float:right;
    width:50%;
    text-align: right;
    margin:0;
  }
  #subhead .left-wrapper {
    float: left; }
    @media (max-width: 1000px) {
      #subhead .left-wrapper {
        width: 100%; } }
  #subhead .right-wrapper {
    float: right; }
    @media (max-width: 1000px) {
      #subhead .right-wrapper {
        width: 100%; } }
  #subhead p {
    color: #fff; }
    @media (max-width: 1000px) {
      #subhead p {
        margin: 0; } }
    @media (max-width: 700px) {
      #subhead p {
        font-size: 10px; } }
  #subhead a {
    color: #fff; }
    #subhead a:hover {
      color: #fff;
      font-weight: bold;
      text-decoration: none; }
  #subhead a.backtotop {
    color: #1D344B;
    text-transform: uppercase;
    display: none; }
    @media (max-width: 1000px) {
      #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
========================================================================*/
.banner {
  padding: 0px 0 0;
  position: relative; }
  @media (max-width: 1250px) {
    .banner {
      background-size: cover; } }
  @media (max-width: 1000px) {
    .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 {
      opacity: 1 !important;
     bottom: 40% !important;
      background: none !important;
   }
  @media (max-width: 1000px) {
    .metaslider .caption-wrap {
        bottom: 40% !important;
        background: none !important;
       } }
  @media (max-width: 700px) {
    .metaslider .caption-wrap {
      bottom: 15% !important;
      } }
.banner-description{
    width: 488px;
    display: inline-block;
    padding: 30px 0;
    background: url('../images/description-bg.png') no-repeat top center;
}
.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: right;
    max-width: 1400px;
    margin: auto;
    padding: 20px 40px; }
  @media (max-width: 1000px) {
    .home .metaslider .caption {
      padding: 20px 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;
    color:#fff;
    margin: 0; }
    @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; } }
  .home .metaslider .caption a {
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 300;
    margin: 27px 0 0;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    .home .metaslider .caption a:hover {
      background: #fff;
      text-decoration: none;
      color: #236fb6; }
    .home .metaslider .caption a:after {
      content: '';
      position: absolute;
      z-index: -1;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    @media (max-width: 1000px) {
      .home .metaslider .caption a {
        font-size: 12px;
        padding: 14px 22px; } }
.featured-columns{
  margin-top: -46px;
  background: #f2f2f2;
  padding-bottom: 50px;
  border-bottom: 3px solid #fff;
}
.featured-column{
     width: 30.33%;
    float: left;
    background: #fff;
    margin: 0 1.5%;
    padding: 50px 0;
    text-align: center;
}
  .featured-column h2{
    font-size: 26px;
    font-weight: normal;
    font-family: 'Patua One', cursive;
    color: #C92127;
    margin: 12px 0;
  }
  .featured-column p{
    font-size: 14px;
    color:#272DA4;
  }
  .featured-column h3{
    font-size: 19px;
    font-weight: bold;
    color:#272DA4;
  }
  .featured-column a{
    font-size: 14px;
    font-weight: 300;
    padding:14px 26px;
    border:1px solid #272DA4;
    display: inline-block;
    margin:36px 0;
    color:#272DA4;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .featured-column a:hover{
    text-decoration: none;
    color:#fff;
    background:#272DA4;
  }
.bg-column{
  width:46%;
  position: absolute;
  top:0;
  left:0;
}
.page-right-content{
  position: relative;
}
.page-right-content h2{
    font-size: 30px;
    font-weight: normal;
    font-family: 'Patua One', cursive;
    color: #C92127;
    margin: 12px 0;
}
  .page-right-content p{
    font-size: 14px;
    color:#272DA4;
  }
  .page-right-content p.red-title{
    color:#C92127;
    font-size: 16px;
  }
  .page-right-content p.red-title span{
      padding:12px 0 16px;
      border-bottom: 1px solid #C92127; 
      margin-bottom: 12px;
      display:inline-block; 
  }
.parrallax-div {
  height: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-image: url('../images/parallax.jpg?1440974784');
  padding: 1px 200px; }
  @media (max-width: 1460px) {
    .parrallax-div {
      padding: 1px 100px; } }
  @media (max-width: 1250px) {
    .parrallax-div {
      padding: 1px 20px; } }
  @media (max-width: 1000px) {
    .parrallax-div {
      padding: 1px 0px;
      height: 100%; } }
  @media (max-width: 1000px) {
    .parrallax-div .wrapper {
      padding: 0; } }
  .parrallax-div h2 {
    font-size: 36px;
    font-weight: 300;
    color: #006EC7; }
    @media (max-width: 1000px) {
      .parrallax-div h2 {
        font-size: 25px; } }
  .parrallax-div article {
    text-align: center; }
    @media (max-width: 1000px) {
      .parrallax-div article {
        padding: 0; } }
    .parrallax-div article .cols3 {
      width: 33.33%;
      float: left;
      padding: 104px 0; }
      @media (max-width: 1000px) {
        .parrallax-div article .cols3 {
          width: 100%;
          padding: 30px 0; } }
    .parrallax-div article .cols3:first-child {
      background: url('../images/cols3-1.png?1441239437') top center;
      background-size: cover; }
    .parrallax-div article .cols3:first-child + .cols3 {
      background: url('../images/cols3-2.png?1441239456') top center;
      background-size: cover; }
    .parrallax-div article .cols3:first-child + .cols3 + .cols3 {
      background: url('../images/cols3-3.png?1441239477') top center;
      background-size: cover; }
    .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 {
      max-width: 270px;
      width: 100%;
      margin: 20px auto;
      color: #000; }
    @media (max-width: 1000px) {
      .parrallax-div article {
        padding: 0px; } }

.youtube-wrapper {
  background: #0B2F4B;
  padding: 50px 0 100px; }
  @media (max-width: 1000px) {
    .youtube-wrapper iframe {
      max-height: 200px; } }

.page .flex-control-nav {
  margin: 20px 0 0; }

.home .flex-control-nav {
  margin: 0; }

.home #contents-holder .entry {
  margin-top: 0;
  padding: 0; }

.testimonials {
  background: url('../images/black-bg.jpg?1441237773') no-repeat top center;
  padding: 50px 0 50px;
  color: #fff;
  text-align: center;
  min-height: 339px; }
  @media (max-width: 1000px) {
    .testimonials {
      background-size: cover; } }
  .testimonials h3 {
    margin: 0;
    line-height: 30px;
    font-size: 30px;
    font-weight: normal;
    color: #fff; }
    @media (max-width: 1000px) {
      .testimonials h3 {
        font-size: 20px; } }
  .testimonials .bxslider li {
    padding-top: 46px; }
  .testimonials .bx-controls {
    top: 0; }
  .testimonials .bx-controls-direction {
    display: none; }
  .testimonials .bx-pager {
    text-align: center;
    position: absolute;
    top: 21px;
    left: 0;
    width: 100%; }
    .testimonials .bx-pager .bx-pager-item {
      display: inline-block; }
      .testimonials .bx-pager .bx-pager-item a {
        color: #fff;
        margin: 0 5px;
        text-decoration: none !important; }
      .testimonials .bx-pager .bx-pager-item a.active {
        color: #A67C52; }

.flex-direction-nav {
  display: none; }

/*======================================================================
    Default Page Template
========================================================================*/
#contents-holder {
  padding: 1px 0;
  margin-top: -38px;
  float: left;
  width: 100%;
  border-top: 4px solid #fff; }
  @media (max-width: 1250px) {
    #contents-holder {
      margin-top: -38px; } }
  @media (max-width: 1000px) {
    #contents-holder {
      margin-top: -24px; } }
  #contents-holder .entry {
    margin-top: 0;
    padding: 50px 0 100px; }
    @media (max-width: 1000px) {
      #contents-holder .entry {
        padding: 40px 0 10px; } }

#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; }

.content-page {
  clear: both;
  float: left;
  width: 100%; }
  .content-page h4 {
    font-size: 20px;
    font-weight: normal;
    color: #272DA4; }
  .content-page h1{
    font-size:30px;
    color:#C92127;
    font-family: 'Patua One', cursive;
  }  
.parrallax-banner {
  height: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 80px 200px; }
  @media (max-width: 1000px) {
    .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: 1000px) {
      .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: 1000px) {
    .page-template-workshop-template .post-thumbnail {
      width: 100%;
      margin-bottom: 20px; } }
.page-template-workshop-template .workshop-content {
  width: 64%;
  float: right; }
  @media (max-width: 1000px) {
    .page-template-workshop-template .workshop-content {
      width: 100%; } }

@media (max-width: 1460px) {
  .ngg-galleryoverview br {
    display: none; } }
@media (max-width: 1000px) {
  .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; }
.sidebar-content {
    float: left;
    width: 30%;
}
.sidebar-content ul{}
.sidebar-content ul li{
  list-style: none;
}
.sidebar-content ul li a{
  font-size: 15px;
  color:#272DA4;
  display:block;
  padding:15px 0;
  list-style: none;
  padding-left:20px;
    border-bottom: 2px solid #272DA4;
}
.sidebar-content ul li:last-child a{

    border-bottom: 0px solid #272DA4;
}

.sidebar-content ul li.current-menu-item a{
  background:url('../images/active-sidebar.png') no-repeat center left;
}
 .sidebar-content ul li a:hover{text-decoration:none;}
 .sidebar-content p{
    padding: 0 0 0 37px;
    font-weight: bold;
 }
 .form-wrapper {
    padding-left:37px;}
    .form-wrapper .input-wrapper{
      margin:18px 0;
    }
 .form-wrapper input[type="text"],
 .form-wrapper input[type="email"]{
   border: 2px solid #272DA4;
   padding:12px 15px;
   width:100%;
 }
 .form-wrapper textarea{
    border: 2px solid #272DA4;
   padding:12px 15px;
   width:100%;
 }
 .form-wrapper input[type="submit"]{
    background:#272DA4;
    color:#fff;
    font-size:14px;
    padding:12px 26px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: 2px solid #272DA4;
 }

 .form-wrapper input[type="submit"]:hover{
    background:#fff;
    color:#272DA4;
    border: 2px solid #272DA4;
 }

 .content-page{
    position:relative;
 }
 .left-bg-inner{
    position: absolute;
    top:0;
    width:36%;
    background:#F2F2F2;
    left:0;
    height:100%;
 }
 .right-bg-inner{
    right:0;
    top:0;
    height:100%;
    width:63%;
    position: absolute;
    background:#FAFAFA;
 }
/*======================================================================
    Single Post Template
========================================================================*/
/*======================================================================
    Search Result Page Template
========================================================================*/
/*======================================================================
    404 Page Template
========================================================================*/
/*======================================================================
    Single Post Template
========================================================================*/
.single-content {
  width: 64.3%;
  float: left;
  padding-bottom: 100px; }
  @media (max-width: 1000px) {
    .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: 1000px) {
    .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: 1000px) {
      #bx-pager a {
        width: 20%; } }

.bx-caption {
  margin: 20px 0; }
  @media (max-width: 1000px) {
    .bx-caption {
      font-size: 10px; } }

.bx-wrapper {
  position: relative; }

.bx-controls {
  position: absolute;
  top: 40%;
  width: 100%; }
  @media (max-width: 1000px) {
    .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: 30px;
    padding: 0 0 15px;
    border-bottom: 2px solid #C92127; }
  #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; }
  #contents .entry table {
    border: 0px 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: 0px solid #ddd;
      padding: 6px 10px; }
  #contents .entry pre {
    border: 1px solid #e2e2e2;
    padding: 20px; }
.page-side-content{
  width:58%;
  float:right;
}
/*======================================================================
    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: 0px 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 ;
  font-weight: bold; }

td {
  border-width: 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
========================================================================*/
/**/
/* 
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel{
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
  
.owl-carousel .owl-item{
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.owl-item {
  text-align: center;
}
.owl-item img{
  width:96%;
}


@media (max-width: 1190px) {
  header#masthead .right-side-header{
            width: 53%;
  }
}

@media (max-width: 1000px) {
  .bg-column {
      width: 100%;
      position: relative;
      height:auto !important;
  }
  .page-right-content .cols2{margin-bottom:30px;text-align: center;padding:0;}
  .featured-column{
    padding:50px 0 10px;
  }
}
@media (max-width: 900px){
  header#masthead .right-side-header {
      width: 54%;
  }
}


@media (max-width: 750px){
  header#masthead{
    height: 144px;
  }
  header#masthead .right-side-header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .sidebar-content{width:100%;}
  .page-side-content{width:100%;}
  .left-bg-inner{display:none;}
  .right-bg-inner{display:none;}
  .form-wrapper,
  .sidebar-content p,
  .sidebar-content ul{padding:0;}
  .sidebar-content ul{padding:0;display:none;}
  .featured-column h2{font-size: 21px;}
}
@media (max-width: 700px){
  .featured-columns{display:none;}
  .banner-description {
    width: 100%;
    background-size: cover;
  }
  .home .metaslider .caption{padding:0;}
  .metaslider .caption-wrap {
      bottom: 0% !important;
  }
}
@media (max-width: 500px){
  header#masthead .site-logo {
      margin-top: 60px;
      width: 195px;
  }
  header#masthead .right-side-header p{
    text-align: center;
    font-size: 11px;
  }
  header#masthead a.menu-trigger{
    margin: 49px 20px 12px;
  }
  #subhead .leftfooter{width:100%;text-align: center;}
  #subhead .rightfooter{width:100%;text-align: center;}
}


@media (max-width: 440px){
  .home .metaslider .caption p {
    font-size: 9px;
    text-align: center;
  }
  .metaslider .caption-wrap {
      bottom: 0% !important;
  }
  .banner-description {
    padding: 20px 0;
  }
}