/* ==========================================================================
   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);
@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; }
.sprite {
  background: url('../images/utilities-s66b28e85cc.png'); }
  .sprite.in {
    width: 30px;
    height: 31px;
    background-position: 0 -93px; }
    .sprite.in:hover {
      width: 30px;
      height: 31px;
      background-position: 0 -62px; }
  .sprite.instagram {
    width: 30px;
    height: 31px;
    background-position: 0 -155px; }
    .sprite.instagram:hover {
      width: 30px;
      height: 31px;
      background-position: 0 -124px; }
  .sprite.facebook {
    width: 30px;
    height: 31px;
    background-position: 0 -31px;
    display: block;
    cursor: pointer; }
    .sprite.facebook:hover {
      width: 30px;
      height: 31px;
      background-position: 0 0; }
  .sprite.twitter {
    width: 30px;
    height: 31px;
    background-position: 0 -217px;
    display: block;
    cursor: pointer; }
    .sprite.twitter:hover {
      width: 30px;
      height: 31px;
      background-position: 0 -186px; }

/*=== GENERAL LAYOUT ===*/
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 25px; }
  @media (max-width: 700px) {
    body {
      font-size: 11px; } }
  body p {
    font-size: 14px;
    margin: 1em 0; }
    @media (max-width: 480px) {
      body p {
        font-size: 12px; } }

a {
  outline: 0 !important; }

h2 {
  font-size: 36px;
  font-weight: 300;
  color: #0B2F4B; }

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

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

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

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

.gform_wrapper .top_label .gfield_label {
  display: none; }

.input-wrapper label,
.gform_wrapper .top_label .display-label .gfield_label {
  display: block;
  font-weight: normal;
  color: #000; }

.input-wrapper {
  margin-top: .375em; }

input[type="text"],
input[type="phone"],
input[type="email"],
input[type="file"],
textarea,
.gform_wrapper textarea.medium,
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
  background: #f2f2f2;
  border: 0 !important;
  width: 100%;
  padding: 7px 14px;
  font-family: "Open Sans", sans-serif; }

button, input[type="button"], input[type="reset"], input[type="submit"],
.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; }
  button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover,
  .gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_footer input[type=image]:hover {
    background: #0B2F4B !important;
    text-decoration: none;
    color: #fff; }
  button:after, input[type="button"]:after, input[type="reset"]:after, input[type="submit"]:after,
  .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; }

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

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

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

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

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

/*======================================================================
    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; }
  @media (max-width: 1250px) {
    header#masthead {
      position: relative; } }
  @media (max-width: 980px) {
    header#masthead .wrapper {
      padding: 0 10px; } }
  @media (max-width: 980px) and (max-width: 980px) {
    header#masthead .wrapper {
      padding: 0 0px; } }

  header#masthead #site-navigation {
    padding: 10px 0;
    margin-top: 0px;
    background: #ec6e00;
    width: 100%; }
    @media (min-width: 1251px) {
      header#masthead #site-navigation {
        display: block !important; } }
    @media (max-width: 980px) {
      header#masthead #site-navigation {
        display: none;
        top: 100%;
        right: 0;
        width: 100%; } }
    @media (max-width: 480px) {
      header#masthead #site-navigation {
        top: 100%; } }
    header#masthead #site-navigation ul {
      list-style: none;
      margin: 0;
      padding: 0;
      text-align: center; }
      header#masthead #site-navigation ul li {
        display: inline-block;
        float: none; }
        @media (max-width: 1250px) {
          header#masthead #site-navigation ul li {
            width: auto;
            float: none; } }
        @media (max-width: 980px) {
          header#masthead #site-navigation ul li {
            width: 100%; } }
        header#masthead #site-navigation ul li a {
          color: #fff;
          font-weight: 300;
          display: block;
          min-height: 20px;
          padding: 0 15px;
          font-size: 15px;
          text-decoration: none;
          text-transform: uppercase;
          outline: 0;
          text-align: center; }
          @media (max-width: 1250px) {
            header#masthead #site-navigation ul li a {
              width: 100%;
              padding: 0 10px;
              font-size: 12px;
              min-height: 100%; } }
          @media (max-width: 980px) {
            header#masthead #site-navigation ul li a {
              padding: 12px 20px;
              font-size: 15px; } }
        header#masthead #site-navigation ul li:hover a {
          color: #0b2f4b; }
        header#masthead #site-navigation ul li.current-menu-item a, header#masthead #site-navigation ul li.current_page_item a {
          color: #0b2f4b;
          font-weight: bold; }
        header#masthead #site-navigation ul li ul {
          display: none; }
          header#masthead #site-navigation ul li ul li {
            float: none; }
  header#masthead .social-icons {
    float: right;
    width: 50%;
    text-align: right; }
    @media (max-width: 980px) {
      header#masthead .social-icons {
        float: right;
        width: 48%;
        text-align: right;
        margin: auto;
        margin-right: 2%; } }
    @media (max-width: 480px) {
      header#masthead .social-icons {
        width: 316px;
        margin: auto;
        float: none;
        margin-right: auto; }
        header#masthead .social-icons .sprite {
          display: none !important; } }
    header#masthead .social-icons a {
      display: inline-block;
      margin: 0 5px; }
      @media (max-width: 480px) {
        header#masthead .social-icons a {
          margin: 0 0px; } }
    header#masthead .social-icons p {
      display: block;
      margin: 12px 5px;
      font-weight: 300;
      font-size: 17px;
      color: #006EC7; }
      @media (max-width: 480px) {
        header#masthead .social-icons p {
          float: none;
          display: inline-block;
          font-size: 11px;
          width: 100%;
          text-align: center; } }
      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: 980px) {
      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: 980px) {
      header#masthead a.menu-trigger {
        margin: 0;
        width: 100%;
        padding: 5px 0 9px;
        text-align: center;
        background: #ec6e00;
        display: block; } }
  header#masthead .site-logo {
    margin: 0;
    text-align: center;
    float: left;
    width: 50%;
    height: 119px; }
    @media (max-width: 1250px) {
      header#masthead .site-logo {
        height: 100px; } }
    @media (max-width: 980px) {
      header#masthead .site-logo {
        width: 48%;
        max-height: 100%;
        height: auto;
        margin-left: 2%; } }
    @media (max-width: 480px) {
      header#masthead .site-logo {
        width: 316px;
        margin: 0 auto;
        max-height: 57px;
        float: none;
        padding-bottom: 20px;
        max-height: 100%; } }
    header#masthead .site-logo img {
      float: left; }
      @media (max-width: 1250px) {
        header#masthead .site-logo img {
          max-width: 588px; } }
      @media (max-width: 980px) {
        header#masthead .site-logo img {
          max-width: 100%; } }
      @media (max-width: 480px) {
        header#masthead .site-logo img {
          width: 100%;
          max-width: 100%;
          float: none; } }
    header#masthead .site-logo span {
      font-size: 30px;
      line-height: 33px;
      float: left;
      text-align: left;
      padding: 18px 0 0 18px;
      font-family: "Open Sans", sans-serif;
      color: #ffffff; }
      @media (max-width: 980px) {
        header#masthead .site-logo span {
          font-size: 21px;
          line-height: 25px;
          padding: 26px 0 0 18px; } }
      @media (max-width: 480px) {
        header#masthead .site-logo span {
          font-size: 14px;
          line-height: 17px;
          padding: 14px 0 0 10px; } }

/*======================================================================
    Footer Styles
========================================================================*/
#subfooter {
  background: url('../images/sub-footer.png?1440711512') no-repeat top center;
  background-size: cover;
  text-align: center;
  padding: 100px 0;
  margin-top: -30px; }
  #subfooter h3 {
    font-weight: 300;
    font-size: 36px;
    color: #fff; }
    @media (max-width: 700px) {
      #subfooter h3 {
        font-size: 28px; } }
  #subfooter p {
    font-size: 19px;
    color: #fff;
    font-weight: normal; }
    @media (max-width: 700px) {
      #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; }

.page-template-template-contact #subfooter .wrapper {
  display: none; }

#subhead {
  padding: 13px 0;
  background: #ffffff;
  color: #1D344B;
  font-size: 12px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif; }
  @media (max-width: 480px) {
    #subhead {
      text-align: center; } }
  #subhead .footer-icons {
    display: none;
    margin-bottom: 10px; }
    @media (max-width: 480px) {
      #subhead .footer-icons {
        display: block;
        text-align: center; } }
    #subhead .footer-icons .sprite {
      display: inline-block !important; }
  #subhead .left-wrapper {
    float: left; }
    @media (max-width: 480px) {
      #subhead .left-wrapper {
        width: 100%; } }
  #subhead .right-wrapper {
    float: right; }
    @media (max-width: 480px) {
      #subhead .right-wrapper {
        width: 100%; } }
  #subhead p {
    color: #1D344B; }
    @media (max-width: 700px) {
      #subhead p {
        margin: 0; } }
    @media (max-width: 480px) {
      #subhead p {
        font-size: 10px; } }
  #subhead a {
    color: #1D344B; }
    #subhead a:hover {
      color: #006ec7;
      text-decoration: none; }
  #subhead a.backtotop {
    color: #1D344B;
    text-transform: uppercase;
    display: none; }
    @media (max-width: 480px) {
      #subhead a.backtotop {
        display: block; } }
    #subhead a.backtotop:hover {
      color: #006ec7; }
  #subhead a.conwaycreative-logo {
    padding: 12px 0;
    display: inline-block; }

/*======================================================================
    Pages Styles
========================================================================*/
/*======================================================================
    Home Page Template
========================================================================*/
.banner {
  background: url('../images/banner-bg.png?1440643248') no-repeat top center;
  padding: 0px 0 164px;
  position: relative;
  background-size: cover; }
  @media (max-width: 1250px) {
    .banner {
      background-size: cover; } }
  @media (max-width: 700px) {
    .banner {
      padding: 40px 0 10px;
      background: #236fb6; } }

.quicklink {
  background: url('../images/quicklink-bg.png?1442444969') no-repeat top center;
  max-width: 867px;
  margin: -175px auto 0;
  padding: 20px 136px;
  text-align: center; }
  @media (max-width: 1000px) {
    .quicklink {
      margin: -159px auto 0 !important;
      padding: 10px 30px; } }
  @media (max-width: 700px) {
    .quicklink {
      background-size: cover;
      margin: -28px auto 0 !important;
      padding: 10px 30px; } }
  @media (max-width: 480px) {
    .quicklink {
      display: none; } }
  .quicklink .quick-item {
    display: inline-block;
    position: relative;
    margin: 0 14px; }
    @media (max-width: 1000px) {
      .quicklink .quick-item {
        width: 10%;
        margin: 0 1%; } }
    .quicklink .quick-item:hover img {
      display: none; }
    .quicklink .quick-item img {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 99; }
    .quicklink .quick-item img.hover-link {
      position: relative;
      top: 0;
      left: 0;
      z-index: 98;
      display: block !important; }

.projects-wrapper {
  color: #0B2F4B;
  padding: 20px 0 90px; }
  .projects-wrapper h2 {
    text-align: center; }
  .projects-wrapper h3 {
    font-size: 20px;
    font-weight: bold;
    color: #006EC7;
    margin-top: 0; }
  .projects-wrapper p {
    color: #0B2F4B;
    font-size: 16px; }
  .projects-wrapper img {
    max-width: 100%; }
    @media (max-width: 700px) {
      .projects-wrapper img {
        width: 100%; } }

.bx-wrapper {
  position: relative; }
  @media (max-width: 1250px) {
    .bx-wrapper {
      padding-bottom: 59px; } }

.bx-pager {
  position: absolute;
  bottom: 9%;
  width: 50%;
  right: 0; }
  @media (max-width: 700px) {
    .bx-pager {
      bottom: 0;
      width: 100%; } }

.bx-prev {
  position: absolute;
  top: 50%;
  left: 1%;
  background: url('../images/arrow-left.png?1441297711') no-repeat top left;
  display: block;
  text-indent: -9999999px;
  width: 28px;
  height: 36px; }
  @media (max-width: 700px) {
    .bx-prev {
      top: 25%; } }
  @media (max-width: 480px) {
    .bx-prev {
      top: 10%; } }

.bx-next {
  position: absolute;
  top: 50%;
  left: 44%;
  background: url('../images/arrow-right.png?1441297703') no-repeat top left;
  display: block;
  text-indent: -9999999px;
  width: 28px;
  height: 36px; }
  @media (max-width: 700px) {
    .bx-next {
      top: 25%;
      left: 94%; } }
  @media (max-width: 480px) {
    .bx-next {
      top: 10%;
      left: 90%; } }

.bx-pager-item {
  display: inline-block;
  margin: 0 7px; }
  .bx-pager-item a {
    width: 12px;
    height: 12px;
    display: block;
    background: #666;
    background: #206eb6;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }
    .bx-pager-item a.active {
      background: #e87519; }

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

@media (max-width: 800px) {
  .home .metaslider .flexslider .slides li img {
    margin-left: 94px; } }
@media (max-width: 480px) {
  .home .metaslider .flexslider .slides li img {
    margin-left: 53px; } }

.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: 20% !important;
  background: none !important; }
  @media (max-width: 700px) {
    .metaslider .caption-wrap {
      bottom: 12% !important; } }
  @media (max-width: 480px) {
    .metaslider .caption-wrap {
      position: absolute !important; } }

.home .metaslider .caption-wrap {
  bottom: 20% !important;
  background: none !important; }
  @media (max-width: 800px) {
    .home .metaslider .caption-wrap {
      position: relative !important; } }
  @media (max-width: 700px) {
    .home .metaslider .caption-wrap {
      bottom: -13% !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;
  background: url('../images/black-trans.png?1450234434'); }
  @media (max-width: 1200px) {
    .page.page-template-template-site-map .metaslider .caption,
    .page.page-template-default .metaslider .caption {
      max-width: 60%; } }
  @media (max-width: 600px) {
    .page.page-template-template-site-map .metaslider .caption,
    .page.page-template-default .metaslider .caption {
      display: none; } }
  .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; }
    @media (max-width: 1200px) {
      .page.page-template-template-site-map .metaslider .caption p,
      .page.page-template-default .metaslider .caption p {
        font-size: 16px; } }
    @media (max-width: 800px) {
      .page.page-template-template-site-map .metaslider .caption p,
      .page.page-template-default .metaslider .caption p {
        font-size: 14px; } }

.home .metaslider .caption {
  text-align: right; }
  @media (max-width: 800px) {
    .home .metaslider .caption {
      text-align: center; } }
  @media (max-width: 600px) {
    .home .metaslider .caption {
      display: block; } }
  .home .metaslider .caption h3 {
    font-weight: 300;
    font-size: 36px;
    text-align: right; }
    @media (max-width: 1250px) {
      .home .metaslider .caption h3 {
        font-weight: 300;
        font-size: 28px; } }
    @media (max-width: 800px) {
      .home .metaslider .caption h3 {
        text-align: center; } }
    @media (max-width: 480px) {
      .home .metaslider .caption h3 {
        font-size: 15px;
        text-align: center; } }
  .home .metaslider .caption p {
    font-weight: normal;
    font-size: 16px;
    text-align: right; }
    @media (max-width: 800px) {
      .home .metaslider .caption p {
        text-align: center; } }
    @media (max-width: 480px) {
      .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: 700px) {
      .home .metaslider .caption a {
        font-size: 12px;
        padding: 14px 22px; } }

.parrallax-div {
  height: 613px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-image: url('../images/parallax.jpg?1440649279');
  padding: 200px;
  margin-top: -137px; }
  @media (max-width: 1250px) {
    .parrallax-div {
      padding: 200px 0 200px; } }
  @media (max-width: 700px) {
    .parrallax-div {
      padding: 200px 0 100px;
      height: 100%; } }
  .parrallax-div h2 {
    font-size: 36px;
    font-weight: 300;
    color: #006EC7; }
    @media (max-width: 700px) {
      .parrallax-div h2 {
        font-size: 25px; } }
  .parrallax-div article {
    max-width: 1060px;
    margin: auto;
    padding: 50px 80px;
    text-align: center;
    background: url('../images/transparent.png?1440711310') top center;
    border: 1px solid #ffffff; }
    @media (max-width: 700px) {
      .parrallax-div article {
        padding: 50px 10px; } }

.youtube-wrapper {
  background: #0B2F4B;
  padding: 50px 0 100px; }
  @media (max-width: 700px) {
    .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; }

/*======================================================================
    Default Page Template
========================================================================*/
#contents-holder {
  padding: 1px 0;
  margin-top: -1px; }
  #contents-holder .entry {
    margin-top: -85px;
    padding: 1px 0 100px; }
    @media (max-width: 700px) {
      #contents-holder .entry {
        padding: 40px 0 100px; } }
  #contents-holder h5 {
    color: #ec6e00;
    font-size: 14px;
    border-bottom: 1px solid #ec6e00; }
  #contents-holder .cols2 h5 + p img {
    width: 32.33%;
    box-sizing: border-box;
    padding: 0 2%; }

#inner-slider {
  background: url('../images/inner-banner.png?1440715187') no-repeat top center;
  background-size: cover;
  padding: 0 0 110px; }
  @media (max-width: 800px) {
    #inner-slider {
      padding: 0 0 80px; } }
  @media (max-width: 1200px) {
    #inner-slider .wrapper {
      padding: 0; } }

h1.post-title {
  font-weight: 300;
  font-size: 36px;
  color: #006EC7;
  text-align: center;
  text-transform: uppercase; }
  @media (max-width: 800px) {
    h1.post-title {
      margin-top: 50px; } }

.post-meta {
  display: none; }

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

/*======================================================================
    Post Template
========================================================================*/
#blue-bg {
  background: url('../images/post-topbg.png?1448493280') no-repeat top center;
  height: 206px;
  display: block;
  width: 100%;
  background-size: cover; }

.readmore-link {
  display: none; }

.single #contents-holder .entry {
  margin-top: -97px; }
  @media (max-width: 700px) {
    .single #contents-holder .entry {
      margin-top: -143px; } }
  .single #contents-holder .entry .share-widget {
    margin-top: 38px; }

.blog #contents-holder .entry,
.page-template-news-template #contents-holder .entry {
  margin-top: -66px; }
  .blog #contents-holder .entry .post-items,
  .page-template-news-template #contents-holder .entry .post-items {
    padding: 30px 0;
    border-bottom: 2px solid #1D344B; }
  .blog #contents-holder .entry .pgntn-page-pagination,
  .page-template-news-template #contents-holder .entry .pgntn-page-pagination {
    margin: 24px 0 0; }
  .blog #contents-holder .entry .pgntn-page-pagination-block,
  .page-template-news-template #contents-holder .entry .pgntn-page-pagination-block {
    width: 100% !important;
    text-align: right; }
  .blog #contents-holder .entry .pgntn-page-pagination-intro, .blog #contents-holder .entry .pgntn-page-pagination a, .blog #contents-holder .entry .pgntn-page-pagination .current,
  .page-template-news-template #contents-holder .entry .pgntn-page-pagination-intro,
  .page-template-news-template #contents-holder .entry .pgntn-page-pagination a,
  .page-template-news-template #contents-holder .entry .pgntn-page-pagination .current {
    float: none;
    background: #006EC7 !important;
    border-radius: 69px;
    text-align: left;
    text-indent: -9999999px;
    width: 12px;
    height: 12px;
    display: inline-block;
    max-width: 12px;
    padding: 0; }
  .blog #contents-holder .entry h3,
  .page-template-news-template #contents-holder .entry h3 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #006EC7; }
    .blog #contents-holder .entry h3 a,
    .page-template-news-template #contents-holder .entry h3 a {
      color: #006EC7; }
      .blog #contents-holder .entry h3 a:hover,
      .page-template-news-template #contents-holder .entry h3 a:hover {
        color: #0084e1; }
  .blog #contents-holder .entry .news-date,
  .page-template-news-template #contents-holder .entry .news-date {
    color: #EC6E00;
    font-size: 16px; }
  .blog #contents-holder .entry .pgntn-page-pagination .current,
  .page-template-news-template #contents-holder .entry .pgntn-page-pagination .current {
    background: #EC6E00 !important; }
  .blog #contents-holder .entry .readmore-link,
  .page-template-news-template #contents-holder .entry .readmore-link {
    display: none; }

.single .post-navigation {
  display: none; }
.single .post-thumbnail {
  float: left;
  margin-right: 53px;
  margin-bottom: 20px;
  width: 53%; }
  @media (max-width: 700px) {
    .single .post-thumbnail {
      width: 100%;
      text-align: center; } }
  .single .post-thumbnail img {
    max-width: 561px;
    height: auto; }
.single .news-date {
  color: #EC6E00;
  font-size: 20px;
  font-weight: normal; }
  @media (max-width: 700px) {
    .single .news-date {
      text-align: center; } }
.single .back-news {
  color: #006EC7;
  font-weight: bold;
  font-size: 20px;
  float: right;
  width: 100%;
  display: block;
  margin-top: 20px;
  text-align: right;
  margin-bottom: 20px; }
  @media (max-width: 700px) {
    .single .back-news {
      text-align: center; } }
  .single .back-news:hover {
    color: #ec6e00; }

/*======================================================================
    Search Result Page Template
========================================================================*/
/*======================================================================
    404 Page Template
========================================================================*/
/*======================================================================
    Single Post Template
========================================================================*/
/*======================================================================
    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: "Open Sans", 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: "Open Sans", 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: none; }

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; }

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

  #blue-bg,
  .share-widget,
  .single .back-news,
  #masthead,
  #subfooter,
  #subhead {
    display: none; } }
/*======================================================================
    Override Styles here
========================================================================*/
/**/
