/*!
	Theme Name: Asiahouse Responsive
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*
	Theme Name: Asiahouse Responsive
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Plug and Play Design
	Author URI: http://plugandplaydesign.co.uk
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/*------------------------------------*\
    SASS VARIBALES
\*------------------------------------*/
.light {
  font-weight: 300; }

.regular {
  font-weight: normal; }

.bold {
  font-weight: 700; }

/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%; }

body {
  font: 300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: relative; }

@media (min-width: 320px) {
  html, body {
    overflow-x: visible; } }
@media (min-width: 1024px) {
  html, body {
    overflow-x: visible; } }
p {
  font-weight: 500; }

/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table; }

.clear:after {
  clear: both; }

.clear {
  *zoom: 1; }

img {
  max-width: 100%;
  vertical-align: bottom; }

a {
  color: #444;
  text-decoration: none; }

a:hover {
  color: #ba1108 !important;
  text-decoration: none !important; }

a:focus {
  outline: 0; }

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

input:focus {
  outline: 0;
  border: 1px solid #04A4CC; }

.row.custom-gutter, .add-gutter {
  margin-right: 0;
  margin-left: 0; }

.row.custom-gutter [class^="col-"],
.row.custom-gutter [class*=" col-"] {
  padding-right: 7.5px;
  padding-left: 7.5px; }

.row.add-gutter [class^="col-"],
.row.add-gutter [class*=" col-"] {
  padding-right: 15px;
  padding-left: 15px; }

.negative_row {
  margin-left: -7.5px !important;
  margin-right: -7.5px !important; }

@media (max-width: 768px) {
  .row.row_reset {
    margin-left: 0px;
    margin-right: 0px; } }
.align_left {
  text-align: left; }

.align_right {
  text-align: right; }

/** Styles Begin **/
h5.block_title {
  font-size: 36px;
  text-align: left;
  color: #ba1108;
  margin-top: 22px; }

@media (min-width: 320px) {
  .custom_container {
    width: 100%;
    margin: 0 auto;
    float: none; }

  h5.block_title {
    font-size: 24px; } }
@media (min-width: 320px) and (max-width: 768px) {
  .custom_container {
    padding: 0 7.5px; } }
@media (min-width: 480px) {
  .custom_container {
    width: 100%;
    margin: 0 auto;
    float: none; } }
@media (min-width: 768px) {
  .custom_container {
    width: 750px;
    margin: 0 auto;
    float: none; } }
@media (min-width: 1024px) {
  .custom_container {
    width: 1024px;
    margin: 0 auto;
    float: none;
    padding: 0 15.5px; } }
@media (min-width: 1280px) {
  .custom_container {
    width: 1280px;
    margin: 0 auto;
    float: none; } }
/** GLOBAL FIXES **/
/** GLOBAL FIXES END **/
/*------------------------------------*\
    Header
\*------------------------------------*/
header .header_slider_container {
  position: relative;
  top: 165px;
  left: 20px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300; }
header .header_slider {
  color: #ba1108; }
header .menu_header {
  position: relative;
  width: 100%;
  float: left; }
header .header_slider_container {
  position: absolute;
  left: 242px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%; }
  @media (min-width: 768px) {
    header .header_slider_container #headerSlider > div {
      font-size: 14px; } }
@media (min-width: 320px) and (max-width: 480px) {
  header .header_slider_container {
    display: block;
    position: absolute;
    left: 92px;
    top: 50px;
    width: 50%; } }
@media (min-width: 480px) and (max-width: 767px) {
  header .header_slider_container {
    display: block;
    position: absolute;
    left: 130px; }
    header .header_slider_container > #headerSlider > div {
      font-size: 14px; } }
@media (min-width: 768px) {
  header .header_slider_container {
    display: block;
    position: absolute;
    left: 170px; } }
@media (min-width: 1024px) {
  header .header_slider_container {
    position: absolute;
    left: 165px;
    width: 100%; }
    header .header_slider_container #headerSlider > div {
      font-size: 16px; } }
@media (min-width: 1280px) {
  header .header_slider_container {
    position: absolute;
    left: 165px;
    width: 100%;
    top: 45px; }
    header .header_slider_container .header_slider {
      font-size: 22.41px; } }

div.breadcrumbs {
  padding-top: 25px;
  padding-bottom: 25px; }
  div.breadcrumbs p {
    margin: 0; }

#breadcrumbs span span a:first-of-type {
  color: #ba1108;
  font-weight: 700;
  font-size: 12px; }
#breadcrumbs span span span {
  color: #1f4666;
  font-size: 12px; }

.print {
  line-height: 68px; }
  @media (min-width: 320px) {
    .print a span {
      display: none; }
    .print a:before {
      margin-right: 0;
      position: absolute;
      right: 30px; } }
  @media (min-width: 480px) {
    .print a:before {
      margin-right: 0;
      position: absolute;
      right: 57px; } }
  @media (min-width: 1024px) {
    .print a span {
      display: block; }
    .print a:before {
      margin-right: 10px;
      position: relative;
      right: 0; } }
  .print a {
    display: inline-flex;
    color: #a2a2a2;
    font-weight: 400; }
  .print a:hover {
    text-decoration: none;
    color: #a2a2a2; }
  .print a:before {
    float: left;
    content: "\f02f";
    font-family: FontAwesome;
    color: #a2a2a2;
    font-size: 24px; }

/*------------------------------------*\
    Home
\*------------------------------------*/
.sliderbox {
  margin-top: 30px; }

@media (min-width: 320px) {
  .sliderbox {
    margin-top: 0px; }

  .col-xs-12.sliderbox {
    padding: 0; } }
@media (min-width: 768px) {
  .sliderbox {
    margin-top: 0px; }

  .col-xs-12.sliderbox {
    padding: 0 7.5px; } }
@media (min-width: 1024px) {
  .sliderbox {
    margin-top: 30px; }

  .col-xs-12.sliderbox {
    padding: 0 7.5px; } }
/** Slider custom css for readmore etc **/
.slider-readmore {
  background-color: #ba1108;
  color: #fff;
  text-align: center;
  padding: 5 10px; }

.slider-readmore:hover {
  background: #f4b60d;
  color: #ba1108; }

/* RSS FEED STYLES */
.rss_feed_wrapper {
  overflow-x: hidden;
  margin: 10px 0; }
  .rss_feed_wrapper * {
    float: left; }
  .rss_feed_wrapper .rss_icon {
    margin: 0 19px 0 0px; }
  @media (min-width: 320px) and (max-width: 767px) {
    .rss_feed_wrapper .rss_date {
      display: none; }
    .rss_feed_wrapper .rss_data ul li strong {
      display: none; }
    .rss_feed_wrapper .rss_data ul li a {
      font-size: 13px; } }
  @media (min-width: 768px) and (max-width: 1280px) {
    .rss_feed_wrapper .rss_data ul li a {
      font-size: 15px; } }
  @media (min-width: 1280px) {
    .rss_feed_wrapper .rss_icon {
      width: 116px;
      height: 51px; } }
  .rss_feed_wrapper .rss_date {
    color: #ba1108;
    margin: 0 8px 0 0; }
  @media (min-width: 320px) {
    .rss_feed_wrapper .rss_date {
      display: none; } }
  @media (min-width: 1024px) {
    .rss_feed_wrapper .rss_date {
      display: block;
      font-size: 16px; } }
  .rss_feed_wrapper .rss_list {
    list-style: none;
    overflow: hidden; }
    .rss_feed_wrapper .rss_list p {
      display: none; }
    .rss_feed_wrapper .rss_list li strong {
      font-size: 15px;
      color: #888484; }
    .rss_feed_wrapper .rss_list li a {
      color: #808080; }
  @media (min-width: 320px) {
    .rss_feed_wrapper .rss_list {
      margin: 0; }
      .rss_feed_wrapper .rss_list li span {
        font-size: 9px; }
      .rss_feed_wrapper .rss_list li a {
        font-size: 9px;
        color: #808080;
        width: 50%; } }
  @media (min-width: 1024px) {
    .rss_feed_wrapper .rss_list {
      padding-left: 15px;
      overflow-x: visible; }
      .rss_feed_wrapper .rss_list li {
        overflow-x: visible; }
        .rss_feed_wrapper .rss_list li span {
          font-size: 16px;
          float: left; }
        .rss_feed_wrapper .rss_list li a {
          color: #808080;
          margin: 0 0 0 5px;
          font-size: 16px;
          float: left;
          white-space: nowrap; } }

@media (min-width: 320px) and (max-width: 768px) {
  .rss_feed_wrapper .rss_icon {
    max-width: 115px !important; }
  .rss_feed_wrapper .rss_data {
    left: 90px; } }
@media (min-width: 480px) and (max-width: 768px) {
  .rss_feed_wrapper .rss_data {
    left: 135px; } }
@media (min-width: 320px) and (max-width: 768px) {
  .rss_feed_wrapper .rss_data {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
  .rss_feed_wrapper .rss_list {
    width: 100% !important;
    height: 22px !important; }
    .rss_feed_wrapper .rss_list li {
      width: 100% !important;
      height: inherit !important;
      overflow: hidden; }
      .rss_feed_wrapper .rss_list li a {
        width: 100%; } }
@media (min-width: 768px) {
  .rss_feed_wrapper .rss_data {
    line-height: 49px; }
  .rss_feed_wrapper .rss_list {
    width: 70% !important;
    height: 49px !important;
    overflow: hidden; }
    .rss_feed_wrapper .rss_list li {
      width: 100% !important;
      height: inherit !important;
      overflow: hidden; }
      .rss_feed_wrapper .rss_list li a {
        width: 70%;
        margin-left: 15px; } }
@media (min-width: 1024px) and (max-width: 1280px) {
  .rss_feed_wrapper .rss_list {
    width: 70% !important; } }
@media (min-width: 1024px) {
  .rss_feed_wrapper {
    overflow: hidden; }
    .rss_feed_wrapper .rss_data .rss_list {
      overflow: visible; }
      .rss_feed_wrapper .rss_data .rss_list li {
        overflow: visible; } }
/* RSS FEED STYLES END */
.block_wrapper.col-xs-12 {
  padding: 0; }

.big_block .block_more_link {
  text-align: right;
  margin-right: 30px; }

/* WHATS ON SECTION */
.big_block {
  margin-bottom: 15px; }
  .big_block h5 {
    margin-bottom: 15px; }
  .big_block .whats_on_container {
    height: 744px;
    border: solid 1px #d4d4d4;
    position: relative;
    text-align: center; }
    .big_block .whats_on_container h5 {
      padding-left: 30px; }
    .big_block .whats_on_container .whats_on_item {
      text-align: center;
      font-weight: 500;
      position: relative;
      z-index: 3; }
      .big_block .whats_on_container .whats_on_item .whats_on_item_inner {
        width: 90%; }
        .big_block .whats_on_container .whats_on_item .whats_on_item_inner .post_details {
          padding-left: 15px;
          text-align: left; }
    .big_block .whats_on_container .block_thumbnail {
      position: absolute;
      right: 0; }
  .big_block .post_details .title {
    z-index: 3; }
    .big_block .post_details .title a {
      color: #000; }
    .big_block .post_details .title a:hover {
      color: #000 !important; }
  .big_block .block_more_link {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 10; }
  @media (min-width: 320px) {
    .big_block .whats_on_container {
      height: auto;
      padding-bottom: 25px; }
    .big_block .block_more_link {
      font-size: 11px; } }
  @media (min-width: 480px) {
    .big_block .block_more_link {
      font-size: 13px; } }
  @media (min-width: 768px) {
    .big_block .whats_on_container {
      padding-bottom: 0;
      height: 744px; }
    .big_block .block_more_link {
      font-size: 13px; } }
  @media (min-width: 1280px) {
    .big_block .whats_on_container {
      height: 810px; }
    .big_block .block_more_link {
      font-size: 18px; } }
  .big_block .whats_on_item:first-of-type {
    padding-top: 0; }
  .big_block .whats_on_item {
    margin-bottom: 22px;
    text-align: left; }
    .big_block .whats_on_item .whats_on_item_inner {
      display: inline-block;
      border-bottom: dotted 1px #d4d4d4; }
    @media (min-width: 320px) {
      .big_block .whats_on_item .whats_on_item_inner {
        padding-top: 20px;
        padding-bottom: 20px; } }
    @media (min-width: 480px) {
      .big_block .whats_on_item .whats_on_item_inner .title, .big_block .whats_on_item .whats_on_item_inner .permalink, .big_block .whats_on_item .whats_on_item_inner .excerpt {
        font-size: 14px; } }
    @media (min-width: 768px) {
      .big_block .whats_on_item .whats_on_item_inner .title, .big_block .whats_on_item .whats_on_item_inner .permalink, .big_block .whats_on_item .whats_on_item_inner .excerpt {
        font-size: 14px; } }
    @media (min-width: 1024px) {
      .big_block .whats_on_item .whats_on_item_inner .title, .big_block .whats_on_item .whats_on_item_inner .permalink, .big_block .whats_on_item .whats_on_item_inner .excerpt {
        font-size: 13px; } }
    @media (min-width: 1280px) {
      .big_block .whats_on_item .whats_on_item_inner .title, .big_block .whats_on_item .whats_on_item_inner .permalink, .big_block .whats_on_item .whats_on_item_inner .excerpt {
        font-size: 16px; } }
    .big_block .whats_on_item img {
      float: left;
      margin-top: 5px; }
    @media (min-width: 320px) {
      .big_block .whats_on_item img {
        width: 85px;
        height: 90px; } }
    @media (min-width: 480px) {
      .big_block .whats_on_item img {
        width: 107px;
        height: 107px; } }
    @media (min-width: 768px) {
      .big_block .whats_on_item img {
        width: 86px;
        height: 86px; } }
    @media (min-width: 1024px) {
      .big_block .whats_on_item img {
        width: 90px;
        height: 90px; } }
    @media (min-width: 1280px) {
      .big_block .whats_on_item img {
        width: 106px;
        height: 112px; } }
    .big_block .whats_on_item .post_details {
      width: 62%;
      float: left;
      margin: 0px 0 0 14px; }
      .big_block .whats_on_item .post_details .post_date {
        font-size: 14px;
        color: #ba1108; }
      @media (min-width: 320px) {
        .big_block .whats_on_item .post_details .post_date {
          font-size: 13px;
          padding: 5px 0; } }
      @media (min-width: 480px) {
        .big_block .whats_on_item .post_details .post_date {
          font-size: 14px; } }
      @media (min-width: 768px) {
        .big_block .whats_on_item .post_details .post_date {
          font-size: 12px; } }
      @media (min-width: 1280px) {
        .big_block .whats_on_item .post_details .post_date {
          font-size: 17px; } }
    @media (min-width: 320px) {
      .big_block .whats_on_item .post_details {
        margin-left: 4px;
        padding: 0; } }
    @media (min-width: 768px) {
      .big_block .whats_on_item .post_details {
        width: 70%;
        margin-left: 0; } }
  @media (min-width: 320px) {
    .big_block .whats_on_item .title {
      overflow-y: hidden; } }
  @media (min-width: 768px) {
    .big_block .whats_on_item {
      margin-bottom: 0; }
      .big_block .whats_on_item .title, .big_block .whats_on_item .permalink, .big_block .whats_on_item .excerpt {
        font-size: 14px; } }
  @media (min-width: 1024px) {
    .big_block .whats_on_item {
      margin-bottom: 0; }
      .big_block .whats_on_item .title, .big_block .whats_on_item .permalink, .big_block .whats_on_item .excerpt {
        font-size: 13px; } }
  @media (min-width: 1280px) {
    .big_block .whats_on_item .title, .big_block .whats_on_item .permalink, .big_block .whats_on_item .excerpt {
      font-size: 18px; } }
  .big_block .whats_on_item:last-of-type .whats_on_item_inner {
    border-bottom: none; }

@media (min-width: 1280px) {
  .col-md-5.big_block {
    max-width: none; } }
/* WHATS ON SECTION END */
@media (min-width: 320px) {
  .big_block .title {
    overflow-y: hidden; } }
/* NEWS AND VIEWS ITEM */
@media (min-width: 320px) {
  .news_and_views_container {
    height: auto;
    padding-bottom: 25px; } }
@media (min-width: 768px) {
  .news_and_views_container {
    height: 744px;
    padding-bottom: 0; } }
.news_and_views_container {
  border: solid 1px #d4d4d4;
  position: relative;
  text-align: center; }
  .news_and_views_container h5 {
    padding-left: 30px; }
  .news_and_views_container .block_thumbnail {
    position: absolute;
    right: 0; }
  .news_and_views_container .block_more_link {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0; }

@media (min-width: 768px) {
  .news_and_views_container {
    height: 744px; } }
@media (min-width: 1280px) {
  .news_and_views_container {
    height: 810px; } }
.news_and_views_item {
  text-align: left;
  width: 90%;
  padding-left: 30px;
  z-index: 3;
  position: relative; }
  .news_and_views_item .news_and_views_item_inner {
    display: inline-block;
    border-bottom: dotted 1px #d4d4d4;
    padding-top: 15px;
    padding-bottom: 15px; }
    .news_and_views_item .news_and_views_item_inner div div {
      padding: 0; }
  .news_and_views_item .title, .news_and_views_item .permalink, .news_and_views_item .excerpt {
    font-size: 16px; }
  .news_and_views_item img {
    float: left; }
  .news_and_views_item .post_details {
    float: left;
    margin: 5px 0 0 0; }
    .news_and_views_item .post_details .post_date {
      font-size: 14px;
      color: #ba1108;
      padding: 5px 0; }
    @media (min-width: 320px) {
      .news_and_views_item .post_details .post_date {
        font-size: 13px; } }
    @media (min-width: 480px) {
      .news_and_views_item .post_details .post_date {
        font-size: 14px; } }
    @media (min-width: 768px) {
      .news_and_views_item .post_details .post_date {
        font-size: 12px; } }
    @media (min-width: 1280px) {
      .news_and_views_item .post_details .post_date {
        font-size: 17px; } }

@media (min-width: 320px) {
  .news_and_views_item {
    margin-bottom: 0; }
    .news_and_views_item .title, .news_and_views_item .permalink, .news_and_views_item .excerpt {
      font-size: 13px; } }
@media (min-width: 480px) {
  .news_and_views_item {
    margin-bottom: 0; }
    .news_and_views_item .title, .news_and_views_item .permalink, .news_and_views_item .excerpt {
      font-size: 14px; } }
@media (min-width: 768px) {
  .news_and_views_item {
    margin-bottom: 0; }
    .news_and_views_item .title, .news_and_views_item .permalink, .news_and_views_item .excerpt {
      font-size: 14px; } }
@media (min-width: 1024px) {
  .news_and_views_item {
    margin-bottom: 0px; }
    .news_and_views_item .title, .news_and_views_item .permalink, .news_and_views_item .excerpt {
      font-size: 13px; } }
@media (min-width: 1280px) {
  .news_and_views_item .title, .news_and_views_item .permalink, .news_and_views_item .excerpt {
    font-size: 16px; } }
.news_and_views_item:last-of-type .news_and_views_item_inner {
  border-bottom: none; }

/* NEWS AND VIEWS END */
/* SMALL BLOCK SECTION */
@media (min-width: 1024px) {
  .col-sm-6.small_block .small_block_inner {
    height: 263px; }

  .small_block:last-of-type .small_block_inner {
    height: 466px; } }
@media (min-width: 1280px) {
  .small_block_wrapper, .col-sm-6.small_block, .col-xs-12.about_block {
    min-width: initial; }

  .small_block {
    font-size: 18px; }

  .col-sm-6.small_block .small_block_inner {
    height: 330px; }

  .small_block:last-of-type .small_block_inner {
    height: 465px; } }
/* TWITTER BLOCK SECTION */
.twitter_block .small_block_inner {
  background: url("/wp-content/themes/AsiaHouseResponsive/img/homepage/bg-twitter.jpg") top right no-repeat;
  overflow: auto; }
.twitter_block #twitter-widget-0 {
  min-width: 230px !important; }
.twitter_block #twitter-widget-1 {
  min-height: 240px; }

.customisable-border {
  border-color: #fff !important; }

.small_block_inner {
  margin-bottom: 15px;
  height: 336px;
  border: solid 1px #d4d4d4; }

/* TWITTER BLOCK END */
/* NEWSLETTER BLOCK SECTION */
.eNews_block p {
  font-size: 16px;
  margin-bottom: 32px; }
.eNews_block .newsletter_container {
  position: relative; }
  .eNews_block .newsletter_container input {
    height: 29px;
    border: solid 1px #e4e4e4;
    background-color: #f3f3f3;
    margin-bottom: 13px;
    width: 55%; }
  .eNews_block .newsletter_container input[type="submit"] {
    background-image: url("/wp-content/themes/AsiaHouseResponsive/img/homepage/chevron_right.png");
    background-color: #fff;
    border-color: #fff;
    width: 35px;
    height: 34px;
    position: absolute;
    right: -10px; }
  .eNews_block .newsletter_container ::-webkit-input-placeholder {
    font-size: 14px;
    color: #929292; }
  .eNews_block .newsletter_container :-moz-placeholder {
    /* Firefox 18- */
    font-size: 14px;
    color: #929292; }
  .eNews_block .newsletter_container ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
    color: #929292; }
  .eNews_block .newsletter_container :-ms-input-placeholder {
    font-size: 14px;
    color: #929292; }

@media (min-width: 320px) {
  .twitter_block {
    display: none; }
    .twitter_block .small_block_inner {
      padding: 0 30px; }

  .eNews_block .small_block_inner {
    padding: 0 30px; } }
@media (min-width: 320px) and (min-width: 320px) {
  .eNews_block p {
    font-size: 11px; } }
@media (min-width: 320px) and (min-width: 480px) {
  .eNews_block p {
    font-size: 16px; } }
@media (min-width: 320px) and (min-width: 768px) {
  .eNews_block p {
    font-size: 14px; } }
@media (min-width: 320px) and (min-width: 1024px) {
  .eNews_block p {
    font-size: 13px; } }
@media (min-width: 320px) and (min-width: 1280px) {
  .eNews_block p {
    font-size: 18px; } }
@media (min-width: 320px) {
  .eNews_block .newsletter_container input {
    width: 65%; }
  .eNews_block .newsletter_container input[type="text"] {
    width: 230px; }
  .eNews_block .newsletter_container input[type="submit"] {
    position: absolute;
    right: -10px; } }
@media (min-width: 480px) {
  .eNews_block .newsletter_container input {
    width: 65%; }
  .eNews_block .newsletter_container input[type="submit"] {
    position: absolute;
    right: -10px;
    bottom: -25px; } }
@media (min-width: 768px) {
  .twitter_block {
    display: block; }

  .eNews_block p {
    font-size: 13px; }
  .eNews_block .newsletter_container input[type="text"] {
    width: 198px;
    height: 28px; } }
@media (min-width: 1024px) {
  .twitter_block .small_block_inner {
    padding: 0 15px; }

  h5.block_title {
    font-size: 30px; }

  .eNews_block p {
    font-size: 18px; }
  .eNews_block .small_block_inner {
    padding: 0 15px; }
  .eNews_block .newsletter_container input[type="text"] {
    width: 246px;
    height: 35px; }
  .eNews_block .newsletter_container input[type="submit"] {
    position: absolute;
    right: -10px;
    bottom: -60px; } }
@media (min-width: 1280px) {
  .twitter_block .small_block_inner {
    padding: 0 30px; }

  .eNews_block .small_block_inner {
    padding: 0 30px; }

  h5.block_title {
    font-size: 36px; } }
/* NEWSLETTER BLOCK SECTION END */
/* SMALL BLOCK SECTION END */
/* DYNAMIC BLOCK SECTION */
@media (min-width: 320px) {
  .col-md-12.dynamic_block_wrapper {
    padding: 0; }

  .dynamic_block {
    overflow: hidden; } }
@media (min-width: 320px) {
  .dynamic_block_wrapper .red, .dynamic_block_wrapper .blue, .dynamic_block_wrapper .yellow, .dynamic_block_wrapper .grey {
    background-image: none; }
  .dynamic_block_wrapper .red {
    background-color: #ba1108;
    border: 1px solid #ba1108 !important; }
    .dynamic_block_wrapper .red p.dynamic_block_title {
      color: #F4B60C; }
    .dynamic_block_wrapper .red p {
      color: #fff; }
  .dynamic_block_wrapper .blue {
    background-color: #003152;
    border: 1px solid #003cd6 !important; }
    .dynamic_block_wrapper .blue p.dynamic_block_title {
      color: #F4B60C; }
    .dynamic_block_wrapper .blue p {
      color: #fff; }
  .dynamic_block_wrapper .grey {
    background-color: #dfdfdf;
    border: 1px solid #dfdfdf !important; }
    .dynamic_block_wrapper .grey p.dynamic_block_title {
      color: #003152; }
    .dynamic_block_wrapper .grey p {
      color: #000; }
  .dynamic_block_wrapper .yellow {
    background-color: #f4b60c;
    border: 1px solid #f4b60c !important; }
    .dynamic_block_wrapper .yellow p.dynamic_block_title {
      color: #ba1108; }
    .dynamic_block_wrapper .yellow p {
      color: #000; } }
@media (min-width: 320px) {
  .dynamic_block_wrapper .dynamic_block img {
    position: absolute;
    right: 7.5px; }
  .dynamic_block_wrapper .dynamic_block .dynamic_block_inner {
    text-align: right;
    position: relative;
    background-repeat: no-repeat;
    height: 182px; }
    .dynamic_block_wrapper .dynamic_block .dynamic_block_inner .dynamic_block_content_wrapper {
      position: absolute;
      top: 0;
      padding-top: 14px; }
      .dynamic_block_wrapper .dynamic_block .dynamic_block_inner .dynamic_block_content_wrapper p.dynamic_block_title {
        font-size: 16px;
        height: 55px;
        font-weight: 800;
        line-height: 25px; }
      .dynamic_block_wrapper .dynamic_block .dynamic_block_inner .dynamic_block_content_wrapper p {
        text-align: left; }
      .dynamic_block_wrapper .dynamic_block .dynamic_block_inner .dynamic_block_content_wrapper a:hover {
        text-decoration: none; } }
@media (min-width: 480px) {
  .dynamic_block_wrapper .dynamic_block .dynamic_block_inner {
    background-size: 450px;
    height: 150px;
    background-image: none; }
    .dynamic_block_wrapper .dynamic_block .dynamic_block_inner .dynamic_block_content_wrapper p.dynamic_block_title {
      font-size: 19px;
      height: 55px; }
    .dynamic_block_wrapper .dynamic_block .dynamic_block_inner .dynamic_block_content_wrapper p {
      text-align: left;
      font-size: 12px; } }
@media (min-width: 768px) {
  .dynamic_block_wrapper .dynamic_block .dynamic_block_inner {
    background-size: cover;
    height: 170px;
    background-color: transparent; }
    .dynamic_block_wrapper .dynamic_block .dynamic_block_inner .dynamic_block_content_wrapper p.dynamic_block_title {
      line-height: 25px; }
  .dynamic_block_wrapper .dynamic_block .red {
    background-image: url("/wp-content/themes/AsiaHouseResponsive/img/homepage/bg-catred.png"); }
  .dynamic_block_wrapper .dynamic_block .blue {
    background-image: url("/wp-content/themes/AsiaHouseResponsive/img/homepage/bg-catblue.png"); }
  .dynamic_block_wrapper .dynamic_block .yellow {
    background-image: url("/wp-content/themes/AsiaHouseResponsive/img/homepage/bg-catyellow.png"); }
  .dynamic_block_wrapper .dynamic_block .grey {
    background-image: url("/wp-content/themes/AsiaHouseResponsive/img/homepage/bg-catgrey.png"); } }
@media (min-width: 1024px) {
  .dynamic_block_wrapper .dynamic_block .dynamic_block_inner .dynamic_block_content_wrapper p.dynamic_block_title {
    line-height: 35px; } }
.dynamic_block_wrapper .dynamic_block {
  float: left;
  margin-bottom: 15px; }
  .dynamic_block_wrapper .dynamic_block .dynamic_block_inner {
    padding-left: 14px;
    border: solid 1px #d4d4d4; }
  .dynamic_block_wrapper .dynamic_block .dynamic_block_content_wrapper {
    position: absolute;
    top: 0;
    padding-top: 23px; }
  .dynamic_block_wrapper .dynamic_block .dynamic_block_title {
    font-size: 23px;
    width: 61%;
    /* Subtract height of image + 18px (as per design) */ }
  .dynamic_block_wrapper .dynamic_block p {
    width: 77%;
    font-size: 12px; }
@media (min-width: 768px) {
  .dynamic_block_wrapper .dynamic_block .dynamic_block_inner .dynamic_block_content_wrapper p.dynamic_block_title {
    width: 120px;
    font-weight: 600; } }
@media (min-width: 1024px) {
  .dynamic_block_wrapper .dynamic_block .dynamic_block_inner {
    height: 184px; }
    .dynamic_block_wrapper .dynamic_block .dynamic_block_inner .dynamic_block_content_wrapper p.dynamic_block_title {
      font-size: 23px;
      height: 68px;
      width: 140px; }
    .dynamic_block_wrapper .dynamic_block .dynamic_block_inner .dynamic_block_content_wrapper p {
      font-size: 16px; } }
@media (min-width: 1280px) {
  .dynamic_block_wrapper .dynamic_block img {
    height: 140px; }
  .dynamic_block_wrapper .dynamic_block .dynamic_block_inner {
    height: 230px; }
    .dynamic_block_wrapper .dynamic_block .dynamic_block_inner .dynamic_block_content_wrapper p.dynamic_block_title {
      font-size: 28px;
      height: 100px;
      width: 181px; }
    .dynamic_block_wrapper .dynamic_block .dynamic_block_inner .dynamic_block_content_wrapper p {
      font-size: 18px; } }

/* DYNAMIC BLOCK END */
/* FOOTER SECTION */
.contact_details_panel_one, .contact_details_panel_two, .contact_details_panel_three {
  width: 33.3333%;
  float: left;
  font-weight: 500; }

@media (min-width: 320px) {
  footer .founding_stakeholder .logo_container {
    position: relative;
    display: inline-block;
    height: 45px;
    margin: 7px auto 0px auto;
    width: 100%; }
    footer .founding_stakeholder .logo_container span {
      height: 45px; }
      footer .founding_stakeholder .logo_container span img {
        position: absolute;
        bottom: 0; }
  footer .founding_stakeholder strong {
    display: block; } }
@media (min-width: 768px) {
  footer .founding_stakeholder {
    text-align: center; }
    footer .founding_stakeholder .logo_container span img {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto; } }
@media (min-width: 1024px) {
  footer .founding_stakeholder {
    padding: 0 30px; }
    footer .founding_stakeholder .logo_container {
      position: relative;
      width: 100%;
      height: 45px; }
      footer .founding_stakeholder .logo_container span img {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 85px; } }
footer .footer-hr {
  width: 10%;
  height: 3px;
  position: absolute;
  top: 30px; }
@media (min-width: 320px) {
  footer .left {
    left: 60px; }
  footer .right {
    right: 60px; } }
@media (min-width: 480px) {
  footer .left {
    left: 100px; }
  footer .right {
    right: 100px; } }
footer .social_container {
  width: 100%;
  text-align: center;
  margin-top: 23px; }
  footer .social_container .social_list {
    float: none; }
  footer .social_container .social_list > div {
    display: inline-block; }
  footer .social_container ul {
    padding: 0;
    /*width:245px;*/
    display: inline-block; }
  @media (max-width: 768px) {
    footer .social_container .social_list {
      width: 230px; }
      footer .social_container .social_list li:nth-of-type(5) {
        margin-right: 0; }
      footer .social_container .social_list li:nth-of-type(10) {
        margin-right: 0; } }
footer .border_line {
  background-color: #f4b60c;
  height: 48px;
  width: 1px;
  float: left;
  display: inline-block;
  margin-top: 7px; }
footer .contact_details {
  height: 87px;
  text-align: center; }
  footer .contact_details .address_right {
    float: right; }
    footer .contact_details .address_right p {
      margin: 0; }
  footer .contact_details .founding_stakeholder.col-sm-12 {
    width: 100%;
    float: left;
    text-align: center; }
  @media (min-width: 320px) and (max-width: 480px) {
    footer .contact_details strong {
      font-size: 13px;
      color: #ba1108; }
    footer .contact_details p {
      color: #ba1108;
      font-size: 10px; } }
  @media (min-width: 480px) {
    footer .contact_details strong {
      font-size: 13px; }
    footer .contact_details p {
      font-size: 10px;
      color: #ba1108; } }
  footer .contact_details div {
    float: left;
    text-align: left; }
  footer .contact_details div:nth-of-type(2) {
    text-align: right;
    float: right; }
  footer .contact_details .founding_stakeholder {
    border-top: solid 1px #f4b60c;
    border-bottom: solid 1px #f4b60c;
    padding: 19px 0;
    margin-top: 30px; }
    footer .contact_details .founding_stakeholder .logo_container {
      float: none;
      text-align: center;
      margin-top: 20px; }
footer .tablet_footer {
  width: 100%; }
  footer .tablet_footer .founding_stakeholder {
    text-align: center;
    padding: 0px 20px; }
    footer .tablet_footer .founding_stakeholder .inner {
      padding: 32px 0px;
      border-top: solid 1px #f4b60c;
      border-bottom: solid 1px #f4b60c; }
    footer .tablet_footer .founding_stakeholder .small_line {
      width: 20px;
      height: 1px;
      background-color: #d7d7d7;
      display: inline-block;
      position: relative;
      top: -5px;
      margin: 0 15px; }
    footer .tablet_footer .founding_stakeholder strong {
      color: #ba1108;
      font-size: 14px; }
    footer .tablet_footer .founding_stakeholder .logo_container {
      margin-top: 10px; }
footer .footer_links {
  margin-top: 30px;
  float: left; }
  footer .footer_links a {
    color: #ba1108; }
footer .footer_links:last-of-type {
  float: right; }
footer .copyright {
  float: left;
  margin-top: 20px;
  margin-bottom: 50px; }
  footer .copyright a:first-of-type {
    margin-left: 0;
    padding-left: 0; }
@media (min-width: 320px) and (max-width: 768px) {
  footer .copyright {
    font-size: 13px; } }
footer .tablet_mobile_details strong, footer .tablet_mobile_details p, footer .tablet_mobile_details span, footer .desktop_footer strong, footer .desktop_footer p, footer .desktop_footer span {
  line-height: 23.5px;
  color: #ba1108; }
footer .tablet_mobile_details strong, footer .desktop_footer strong {
  display: inline-block; }
  footer .tablet_mobile_details strong a, footer .desktop_footer strong a {
    color: #ba1108; }
footer .tablet_mobile_details .col-sm-4 > *, footer .desktop_footer .col-sm-4 > * {
  display: inline-block; }
footer .tablet_mobile_details .contact_details_panel_three, footer .desktop_footer .contact_details_panel_three {
  float: right;
  text-align: right; }
  footer .tablet_mobile_details .contact_details_panel_three > span > span, footer .desktop_footer .contact_details_panel_three > span > span {
    float: right; }
footer .vertical_divider {
  margin-top: 5px;
  height: 59px;
  background: #f4b60c;
  width: 1px;
  position: absolute;
  right: 15px;
  top: 0; }
footer .col-md-12.desktop_footer {
  padding: 0; }
footer .desktop_footer {
  margin-top: 25px; }
  footer .desktop_footer * {
    float: left; }
  footer .desktop_footer div:first-of-type > * {
    padding-left: 0; }
  footer .desktop_footer .vertical_divider {
    float: left;
    display: inline-block;
    position: relative;
    right: 0; }
  footer .desktop_footer .contact_details_panel_one {
    width: 229px; }
  footer .desktop_footer .rights_reserved {
    color: #454545; }
  footer .desktop_footer .col-md-5.pnp {
    padding-left: 0; }
    footer .desktop_footer .col-md-5.pnp p {
      color: #f4b60c; }
  footer .desktop_footer .founding_stakeholder {
    width: 359px;
    text-align: center; }
    footer .desktop_footer .founding_stakeholder strong {
      float: none; }
  footer .desktop_footer .contact_details_panel_two {
    width: 209px; }
  footer .desktop_footer .contact_details_panel_three {
    width: 192px; }
@media (min-width: 320px) {
  footer .desktop_footer {
    font-size: 14px; }
  footer .ah_email {
    top: 1px;
    position: relative; } }
@media (min-width: 1024px) {
  footer .desktop_footer {
    font-size: 14px; } }
@media (min-width: 1280px) {
  footer .desktop_footer {
    font-size: 16px; }
    footer .desktop_footer strong {
      display: inline-block; }
      footer .desktop_footer strong a {
        color: #ba1108; }
    footer .desktop_footer .contact_details_panel_one {
      width: 277px; }
      footer .desktop_footer .contact_details_panel_one * {
        width: 100%; }
    footer .desktop_footer .founding_stakeholder {
      width: 473px;
      text-align: center; }
      footer .desktop_footer .founding_stakeholder strong, footer .desktop_footer .founding_stakeholder .logo_container {
        float: none;
        display: inline-block; }
    footer .desktop_footer .contact_details_panel_two {
      width: 251px;
      padding: 0 30px; }
      footer .desktop_footer .contact_details_panel_two * {
        padding: 0; }
    footer .desktop_footer .contact_details_panel_three {
      width: 215px; }
      footer .desktop_footer .contact_details_panel_three * {
        padding: 0; }
      footer .desktop_footer .contact_details_panel_three .ah_email {
        font-size: 16.90px; }
    footer .desktop_footer .contact_details_panel_three > * {
      float: right; } }

ul.social_list li {
  background-image: url("/wp-content/themes/AsiaHouseResponsive/img/social_media_Icons_copy.png");
  width: 46px;
  height: 45px;
  list-style: none;
  float: left;
  margin-right: 10px;
  margin-bottom: 14px;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease; }
  ul.social_list li a {
    width: 44px;
    height: 44px;
    display: inline-block; }
ul.social_list li.weibo {
  background-image: none;
  width: 44px;
  height: 44px;
  overflow: hidden; }
  ul.social_list li.weibo a {
    position: relative; }
  ul.social_list li.weibo a:before {
    content: "\f18a";
    background: #dfdfdf;
    color: #fff;
    font-family: "FontAwesome";
    width: 44px;
    height: 44px;
    display: block;
    border-radius: 100%;
    text-align: center;
    font-size: 26px;
    position: relative;
    top: 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  ul.social_list li.weibo a:after {
    content: "\f18a";
    background: #003250;
    color: #fff;
    font-family: "FontAwesome";
    width: 44px;
    height: 44px;
    display: block;
    border-radius: 100%;
    text-align: center;
    font-size: 26px;
    position: relative;
    top: 44px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  ul.social_list li.weibo a:hover::before {
    top: -44px;
    z-index: 2; }
  ul.social_list li.weibo a:hover::after {
    top: -44px; }
@media (min-width: 320px) and (max-width: 768px) {
  ul.social_list li.weibo a:before {
    top: 0;
    z-index: 3;
    background: #dfdfdf; }
  ul.social_list li.weibo a:after {
    background: #003250;
    top: 76px; }
  ul.social_list li.weibo a:hover::before {
    top: -44px; }
  ul.social_list li.weibo a:hover::after {
    top: -44px;
    background: #003250; } }

.pintrest {
  background-position: 0px 45px; }

.pintrest:hover {
  background-position: 0px 0px; }

.flickr {
  background-position: -57px 45px;
  display: block; }

.flickr:hover {
  background-position: -57px 0px; }

.dicat {
  background-position: -112px 45px; }

.dicat:hover {
  background-position: -112px 0px; }

.googleplus {
  background-position: -170px 45px; }

.googleplus:hover {
  background-position: -170px 0px; }

.linkedin {
  background-position: -226px 45px; }

.linkedin:hover {
  background-position: -226px 0px; }

.youtube {
  background-position: -283px 45px; }

.youtube:hover {
  background-position: -283px 0px; }

.facebook {
  background-position: -340px 45px; }

.facebook:hover {
  background-position: -340px 0px; }

.twitter {
  background-position: -396px 45px; }

.twitter:hover {
  background-position: -396px 0px; }

.instagram {
  background-position: -509px 45px; }

.instagram:hover {
  background-position: -509px 0px; }

.wechat {
  background-position: 103px 45px; }

.wechat:hover {
  background-position: 103px 0px; }

header .social_list li a {
  width: 38px;
  height: 38px;
  display: block; }
header .social_list li.weibo a:before {
  top: -44px; }
header .social_list li.weibo a:after {
  top: -44px; }
header .social_list li.weibo a:hover::before {
  top: 0px;
  z-index: 2; }
header .social_list li.weibo a:hover::after {
  top: 0px; }
header .pintrest {
  background-position: 0px 0px; }
header .pintrest:hover {
  background-position: 0px 45px; }
header .flickr {
  background-position: -56px 0px;
  display: block; }
header .flickr:hover {
  background-position: -56px 45px; }
header .dicat {
  background-position: -112px 0px; }
header .dicat:hover {
  background-position: -112px 45px; }
header .googleplus {
  background-position: -170px 0px; }
header .googleplus:hover {
  background-position: -170px 45px; }
header .linkedin {
  background-position: -225px 0px; }
header .linkedin:hover {
  background-position: -225px 45px; }
header .youtube {
  background-position: -282px 0px; }
header .youtube:hover {
  background-position: -282px 45px; }
header .facebook {
  background-position: -339px 0px; }
header .facebook:hover {
  background-position: -339px 45px; }
header .twitter {
  background-position: -396px 0px; }
header .twitter:hover {
  background-position: -396px 45px; }
header .instagram {
  background-position: -509px 0px; }
header .instagram:hover {
  background-position: -509px 45px; }
header .wechat {
  background-position: 103px 0px; }
header .wechat:hover {
  background-position: 103px 45px; }

footer .social_list {
  padding-top: 15px; }

@media (min-width: 320px) {
  .tablet_footer {
    display: none; }

  .desktop_footer {
    display: none; } }
@media (min-width: 480px) {
  .contact_details {
    display: block; }

  .footer_links {
    display: block; }

  .tablet_footer {
    display: none; }

  .desktop_footer {
    display: none; } }
@media (min-width: 768px) {
  .social_container {
    display: inline-block; }

  .contact_details {
    display: none; }

  .footer_links {
    display: none; }

  .tablet_footer {
    display: inline-block; } }
@media (min-width: 1024px) {
  .social_container {
    display: none; }

  .tablet_footer {
    display: none; }

  .copyright {
    display: none; }

  .desktop_footer {
    display: inline-block; }
    .desktop_footer .social_container {
      display: inline-block;
      width: auto;
      float: right; } }
/* FOOTER SECTION END */
/*------------------------------------*\
    SINGLE.PHP
\*------------------------------------*/
/* SEARCH SECTION */
.single_page {
  font-size: 16px; }
  .single_page a {
    color: #003152;
    font-weight: 700; }

iframe {
  width: 100%;
  max-width: 500px; }

.embed-vid-wrap iframe, .embed-vid-wrap object {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.embed-vid-wrap iframe.vtour {
  position: relative !important;
  height: initial !important; }

@media (min-width: 1280px) {
  .col-lg-9.single_post_container {
    max-width: 935px; } }
.single_post_inner {
  padding: 0; }
  .single_post_inner article {
    border: solid 1px #ebebeb; }
  .single_post_inner .single_post_title, .single_post_inner .single_post_info_box, .single_post_inner .single_post_content {
    padding: 0 15px; }
  .single_post_inner .single_post_content .wp-caption {
    border: none; }
  .single_post_inner .single_post_content .thecaption, .single_post_inner .single_post_content .wp-caption-text {
    font-size: 14px; }
  .single_post_inner .single_post_content .thecaption, .single_post_inner .single_post_content .thedate, .single_post_inner .single_post_content .theauthor, .single_post_inner .single_post_content .wp-caption-text {
    color: #BA1108; }
  .single_post_inner .single_post_content .thedate, .single_post_inner .single_post_content .theauthor {
    font-size: 13px; }
  .single_post_inner .single_post_thumb img {
    width: 100%;
    height: auto;
    min-height: 230px; }

/* share plugin styles */
#_atssh {
  top: 0 !important; }

.share_plugin {
  padding-top: 35px; }
  .share_plugin #at4m-menu-body, .share_plugin #scroller {
    display: fixed; }
  .share_plugin img {
    background-color: #f6f6f6; }
  @media (min-width: 320px) {
    .share_plugin a img {
      width: 136px;
      height: 48px; } }
  @media (min-width: 768px) {
    .share_plugin a img {
      width: 180px;
      height: 63px; } }
  @media (min-width: 1024px) {
    .share_plugin a img {
      width: 180px;
      height: 63px; } }
  @media (min-width: 1280px) {
    .share_plugin a img {
      width: 228px;
      height: 81px; } }

.search_box {
  position: relative; }
  .search_box .search-input {
    background-color: #efefef;
    border: solid 1px #ececec;
    color: #000;
    height: 55px;
    width: 100%;
    padding-left: 30px; }
  .search_box ::-webkit-input-placeholder {
    color: #191919;
    font-size: 16px;
    font-size: 17px; }
  .search_box :-moz-placeholder {
    /* Firefox 18- */
    color: #191919;
    font-size: 16px;
    font-size: 17px; }
  .search_box ::-moz-placeholder {
    /* Firefox 19+ */
    color: #191919;
    font-size: 16px;
    font-size: 17px; }
  .search_box :-ms-input-placeholder {
    color: #191919;
    font-size: 16px;
    font-size: 17px; }
  .search_box .search-submit {
    border: none;
    background-image: url("/wp-content/themes/AsiaHouseResponsive/img/search_assets/search.png");
    background-repeat: no-repeat;
    background-color: transparent;
    font-size: 30px;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 38px;
    top: 13px; }

.col-xs-12.mobile_search {
  margin-bottom: 15px; }

@media (min-width: 320px) {
  .desktop_search {
    display: none; }

  .mobile_search {
    display: block; } }
@media (min-width: 1024px) {
  .desktop_search {
    display: block; }

  .mobile_search {
    display: none; } }
.single_page .single_post_info_box {
  color: #ba1108; }
.single_page .mobile_search {
  margin-bottom: 15px; }
.single_page .single_post_content {
  padding: 0; }
  .single_page .single_post_content .post_thumb {
    padding-bottom: 10px; }
  .single_page .single_post_content h2 {
    margin: 0;
    padding: 20px 30px; }
  @media (min-width: 320px) {
    .single_page .single_post_content h2 {
      font-size: 26px; } }
  @media (min-width: 480px) {
    .single_page .single_post_content h2 {
      font-size: 26px; } }
  @media (min-width: 768px) {
    .single_page .single_post_content h2 {
      font-size: 28px; } }
  @media (min-width: 1024px) {
    .single_page .single_post_content h2 {
      font-size: 30px; } }
  @media (min-width: 1280px) {
    .single_page .single_post_content h2 {
      font-size: 37px; } }
  .single_page .single_post_content .post_thumb img {
    width: 100%;
    margin-bottom: 15px; }
  .single_page .single_post_content p {
    padding: 0 30px;
    font-weight: 400; }
  .single_page .single_post_content strong {
    padding: 5px 0; }
.single_page .single-pagination {
  margin: 30px 0;
  display: inline-block; }
.single_page .pagination-link {
  color: #ba1108; }
.single_page .pagination-link.next {
  padding-left: 12px; }
.single_page .pagination-link.previous {
  padding-right: 12px; }
.single_page .previous {
  float: right; }

@media (min-width: 320px) {
  .sidebar_list {
    position: relative !important;
    list-style: none;
    padding: 0; }

  .sidebar .sidebar_box .acc_content p, .sidebar .sidebar_box .acc_content li {
    padding: 14px 0; } }
@media (min-width: 1024px) {
  .sidebar_list {
    position: absolute !important;
    top: 0;
    right: 0; } }
.sidebar {
  padding: 0;
  z-index: 300; }
  .sidebar ul, .sidebar li {
    list-style: none; }
  .sidebar h3 {
    font-family: "Open Sans";
    font-size: 18px;
    color: #bc0c00;
    margin: 0;
    padding: 18px 25px;
    border: solid 1px #d4d4d4;
    background: none !important; }
    .sidebar h3 i {
      float: right; }
  .sidebar #cat_box li, .sidebar #cat_box p, .sidebar #cat_box a, .sidebar #arch_box li, .sidebar #arch_box p, .sidebar #arch_box a {
    font-size: 15px;
    font-weight: 400; }
  .sidebar #cat_box ul, .sidebar #arch_box ul {
    list-style: none;
    padding-left: 0; }
  .sidebar #cat_box li.baw_widgetarchives_widget_class > ul > li:first-of-type, .sidebar #arch_box li.baw_widgetarchives_widget_class > ul > li:first-of-type {
    display: none; }
  .sidebar #cat_box .yearly-archives, .sidebar #arch_box .yearly-archives {
    margin-bottom: 0; }
    .sidebar #cat_box .yearly-archives li a, .sidebar #arch_box .yearly-archives li a {
      margin: 0 15px; }
  .sidebar .year_arch:first-of-type {
    display: none; }
  .sidebar .sidebar_box {
    position: relative;
    margin-bottom: 15px; }
    .sidebar .sidebar_box div {
      border-left: solid 1px #ebebeb;
      border-right: solid 1px #ebebeb;
      border-bottom: solid 1px #ebebeb; }
    .sidebar .sidebar_box .acc_content {
      list-style: none; }
      .sidebar .sidebar_box .acc_content p, .sidebar .sidebar_box .acc_content a {
        color: #ba1108;
        font-family: "Open Sans"; }
      .sidebar .sidebar_box .acc_content p, .sidebar .sidebar_box .acc_content li {
        border-bottom: solid 1px #f8f8f8;
        width: 90%;
        margin: 0 auto; }
      .sidebar .sidebar_box .acc_content p:last-of-type {
        border: none; }
    @media (min-width: 768px) {
      .sidebar .sidebar_box .acc_content {
        padding: 25px 0; }
        .sidebar .sidebar_box .acc_content p, .sidebar .sidebar_box .acc_content li {
          padding: 2px 0; } }
  @media (min-width: 320px) and (max-width: 480px) {
    .sidebar .sidebar_box {
      margin-bottom: 0; } }

@media (min-width: 320px) {
  .sidebar .sidebar_box:last-of-type {
    margin-top: 15px; } }
@media (min-width: 480px) {
  .sidebar .sidebar_box:last-of-type {
    margin-top: 15px; } }
@media (min-width: 768px) {
  .sidebar .sidebar_box:last-of-type {
    margin-top: 0px; }

  .sidebar h3 i {
    display: block; } }
@media (min-width: 1024px) {
  .sidebar h3 i {
    display: none; } }
/* SEARCH SECTION END */
/* CONTACT PAGE STYLES */
@media (min-width: 320px) {
  .contact_page h2 {
    font-size: 24px; } }
@media (min-width: 480px) {
  .contact_page h2 {
    font-size: 36px; } }
@media (min-width: 768px) {
  .contact_page h2 {
    font-size: 28px; } }
@media (min-width: 1024px) {
  .contact_page h2 {
    font-size: 37px;
    margin: 30px 0; } }
@media (min-width: 1280px) {
  .contact_page h2 {
    font-size: 46px; } }
.contact_page_container {
  border: solid 1px #d4d4d4; }
  @media (min-width: 320px) {
    .contact_page_container .contact_page_inner {
      padding-left: 15px; } }
  @media (min-width: 1024px) {
    .contact_page_container .contact_page_inner {
      padding-left: 60px; } }
  .contact_page_container .contact_page_inner {
    display: inline-block;
    width: 100%; }
    @media (min-width: 320px) {
      .contact_page_container .contact_page_inner .contact_left p {
        font-size: 11px; } }
    @media (min-width: 480px) {
      .contact_page_container .contact_page_inner .contact_left p {
        font-size: 16px; } }
    @media (min-width: 1024px) {
      .contact_page_container .contact_page_inner .contact_left p {
        font-size: 13px; } }
    @media (min-width: 1280px) {
      .contact_page_container .contact_page_inner .contact_left p {
        font-size: 16px; } }
    .contact_page_container .contact_page_inner .col-sm-6.contact_right {
      padding: 0; }
    .contact_page_container .contact_page_inner .contact_right img {
      float: right;
      margin: 0; }

.contact_middle {
  padding: 30px 15px;
  border-left: solid 1px #d4d4d4;
  border-right: solid 1px #d4d4d4;
  border-bottom: solid 1px #d4d4d4; }
  .contact_middle strong {
    margin: 10px 0;
    display: inline-block; }
  @media (min-width: 320px) {
    .contact_middle > div {
      width: 100%;
      padding-left: 15px; } }
  @media (min-width: 1024px) {
    .contact_middle > div {
      width: 75%;
      padding-left: 60px; } }

@media (min-width: 320px) {
  .contact_middle p {
    font-size: 12px; } }
@media (min-width: 480px) {
  .contact_middle p {
    font-size: 16px; } }
@media (min-width: 768px) {
  .contact_middle p {
    font-size: 14px; } }
@media (min-width: 1280px) {
  .contact_middle p {
    font-size: 18px; } }
.contact_form_container {
  border: solid 1px #d4d4d4;
  margin-top: 22px;
  display: inline-block;
  padding: 0px 0 52px 0; }
  .contact_form_container h2 {
    margin: 30px 0 !important; }

@media (min-width: 320px) {
  .contact_form {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0px; } }
@media (min-width: 1024px) {
  .contact_form {
    padding-left: 60px;
    padding-right: 60px; } }
.contact_form .span.wpcf7-not-valid-tip {
  display: none; }
.contact_form h3 {
  margin: 0 0 30px 0; }
@media (min-width: 320px) {
  .contact_form input[type="text"], .contact_form input[type="email"], .contact_form input[type="submit"] {
    height: 45px; }
  .contact_form textarea {
    height: 189px; } }
@media (min-width: 765px) {
  .contact_form input[type="text"], .contact_form input[type="email"], .contact_form input[type="submit"] {
    height: 60px; }
  .contact_form textarea {
    height: 281px; } }
.contact_form input[type="text"], .contact_form input[type="email"] {
  border: solid 2px #d9d9d9;
  background-color: #efefef;
  color: #030303;
  margin-bottom: 13px;
  padding: 0 15px; }
.contact_form textarea {
  border: solid 2px #d9d9d9;
  background-color: #efefef;
  color: #030303;
  padding-top: 10px;
  padding-left: 15px; }
.contact_form input[type="submit"] {
  background-color: #ba1108;
  color: #fff;
  border: none;
  margin-top: 13px;
  font-weight: 700;
  float: right;
  font-size: 22px; }
.contact_form ::-webkit-input-placeholder {
  color: #848484;
  font-size: 16px; }
.contact_form :-moz-placeholder {
  /* Firefox 18- */
  color: #848484;
  font-size: 16px; }
.contact_form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #848484;
  font-size: 16px; }
.contact_form :-ms-input-placeholder {
  color: #848484;
  font-size: 16px; }
@media (min-width: 320px) {
  .contact_form input[type="text"], .contact_form input[type="email"] {
    width: 100%; }
  .contact_form input[type="email"] {
    float: right; }
  .contact_form textarea {
    width: 100%; }
  .contact_form input[type="submit"] {
    width: 50%; } }
@media (min-width: 320px) and (max-width: 480px) {
  .contact_form input[type="submit"] {
    font-size: 14px; } }
@media (min-width: 480px) and (max-width: 1024px) {
  .contact_form input[type="submit"] {
    font-size: 16px; } }
@media (min-width: 1024px) {
  .contact_form input[type="text"], .contact_form input[type="email"] {
    width: 48%; }
  .contact_form input[type="submit"] {
    width: 22%; } }

@media (min-width: 320px) {
  .contact_right {
    display: none; } }
@media (min-width: 768px) {
  .contact_right {
    display: block; } }
/* CONTACT PAGE STYLE ENDS */
/* EVENTS LIST PAGE */
.center-block {
  text-align: center; }

.expired_event {
  display: none; }

.showExpiredEvents .expired_event {
  display: block; }

/** EVENTS SEARCH/VIEW **/
.custom_notice li {
  list-style: none; }
.custom_notice a {
  color: #ba1108; }

.events_page_main_title {
  font-size: 18px;
  font-weight: bold;
  text-align: center; }

#tribe-events-footer {
  display: block; }

#tribe-events-header {
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 9; }
  #tribe-events-header .tribe-events-nav-next, #tribe-events-header .tribe-events-nav-previous {
    display: block;
    width: 50%; }
    #tribe-events-header .tribe-events-nav-next a, #tribe-events-header .tribe-events-nav-previous a {
      display: block !important; }
    @media (min-width: 320px) and (max-width: 480px) {
      #tribe-events-header .tribe-events-nav-next a, #tribe-events-header .tribe-events-nav-previous a {
        width: 100%; } }
  #tribe-events-header .tribe-events-nav-right a {
    float: right; }

@media (min-width: 480px) {
  .events_page_main_title {
    font-size: 24px; } }
@media (min-width: 1024px) {
  .events_page_main_title {
    font-size: 38px; } }
.month_title_wrap {
  position: relative; }

.tribe-events-list {
  display: block;
  z-index: 3; }

@media (min-width: 320px) {
  .tribe-events-list-separator-month {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 15px;
    position: relative; } }
@media (min-width: 768px) {
  .tribe-events-list-separator-month {
    font-size: 18px;
    margin-top: 0px; } }
@media (min-width: 1024px) {
  .tribe-events-list-separator-month {
    font-size: 24px; } }
@media (min-width: 1280px) {
  .tribe-events-list-separator-month {
    font-size: 30px; } }
/* Overwrting plugin css */
#tribe-bar-collapse-toggle {
  display: none !important; }

@media (min-width: 320px) {
  .col-xs-12.bar_container .tribe-bar-submit {
    position: absolute;
    top: 90px;
    right: 1px;
    z-index: 3; }
  .col-xs-12.bar_container .tribe-bar-date-filter {
    width: 35%; }
  .col-xs-12.bar_container .tribe-bar-search-filter {
    width: 65%; }

  .tribe-bar-collapse .tribe-bar-filters-inner .tribe-bar-submit, .tribe-bar-collapse #tribe-bar-views .tribe-bar-submit {
    z-index: 3; }
    .tribe-bar-collapse .tribe-bar-filters-inner .tribe-bar-submit input[type=submit], .tribe-bar-collapse #tribe-bar-views .tribe-bar-submit input[type=submit] {
      background: #ba1108 !important;
      position: absolute;
      top: 12px;
      right: 10px;
      z-index: 3; } }
@media (min-width: 480px) {
  .col-xs-12.bar_container .tribe-bar-date-filter {
    float: left;
    width: 33.3333%;
    margin-bottom: 0;
    padding: 15px; }
  .col-xs-12.bar_container .tribe-bar-search-filter {
    float: left;
    width: 33.3333%;
    margin-bottom: 0;
    padding: 15px; }
  .col-xs-12.bar_container .tribe-bar-submit {
    position: absolute;
    top: 10px;
    right: 25px;
    z-index: 3;
    right: 15px; }

  .tribe-bar-collapse .tribe-bar-filters-inner .tribe-bar-submit, .tribe-bar-collapse #tribe-bar-views .tribe-bar-submit {
    z-index: 3; }
    .tribe-bar-collapse .tribe-bar-filters-inner .tribe-bar-submit input[type=submit], .tribe-bar-collapse #tribe-bar-views .tribe-bar-submit input[type=submit] {
      background: #ba1108 !important;
      position: absolute;
      top: 93px;
      right: 10px;
      width: 25% !important;
      z-index: 3; } }
@media (min-width: 768px) {
  .col-xs-12.bar_container .tribe-bar-submit {
    top: 0px; } }
.tribe-bar-filters {
  background-color: #e0e0e0; }

.tribe-bar-views-inner {
  background-color: #e0e0e0; }

.tribe-bar-views-select {
  display: none; }

#tribe-bar-views {
  display: inline-block; }

#tribe-bar-views .tribe-bar-views-list {
  padding: 0;
  list-style: none;
  float: left;
  position: relative; }
  #tribe-bar-views .tribe-bar-views-list li {
    float: left; }
    #tribe-bar-views .tribe-bar-views-list li a {
      color: #000;
      float: left; }
  #tribe-bar-views .tribe-bar-views-list li:first-of-type:before {
    display: none;
    font-family: "FontAwesome";
    content: "\f03a"; }
  #tribe-bar-views .tribe-bar-views-list li:last-of-type:before {
    font-family: "FontAwesome";
    content: "\f073";
    display: none; }

.adr {
  display: none; }

.tribe-events-list .tribe-events-venue-details {
  display: none; }

/* Search fields */
@media (min-width: 320px) {
  #tribe-bar-form #tribe-bar-views ul.view_as_holder {
    padding-left: 16px;
    padding-top: 7px;
    list-style: none; }
    #tribe-bar-form #tribe-bar-views ul.view_as_holder li {
      float: left;
      margin-right: 15px; }
      #tribe-bar-form #tribe-bar-views ul.view_as_holder li a {
        color: #000; } }
@media (min-width: 320px) {
  .tribe-bar-date-filter {
    float: left;
    display: inline-block; }
    .tribe-bar-date-filter label {
      text-transform: uppercase;
      font-size: 9px; }
    .tribe-bar-date-filter input {
      background: #e0e0e0;
      border: none;
      border-bottom: dotted 2px #d4d4d4;
      color: #000;
      width: 100%; }

  .tribe-bar-search-filter {
    display: inline-block; }
    .tribe-bar-search-filter label {
      width: 100%;
      text-transform: uppercase;
      font-size: 9px; }
    .tribe-bar-search-filter input {
      background: #e0e0e0;
      border: none;
      border-bottom: dotted 2px #d4d4d4;
      color: #000;
      width: 100%; }

  .tribe-bar-submit {
    margin-left: 0; }
    .tribe-bar-submit input[type=submit] {
      background: #ba1108 !important; }

  .tribe-bar-views-inner label {
    width: 100%;
    text-transform: uppercase;
    font-size: 9px; }
  .tribe-bar-views-inner .tribe-bar-views-select {
    background: #e0e0e0;
    border: none;
    border-radius: 0;
    padding: 0; } }
@media (min-width: 768px) {
  .tribe-bar-filters {
    height: 73px; }

  #tribe-bar-form {
    background-color: #fff; }
    #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner {
      padding-top: 20px; }

  .tribe-bar-date-filter {
    margin-right: 32px;
    padding: 15px; }
    .tribe-bar-date-filter label {
      font-size: 11px; }
    .tribe-bar-date-filter input {
      font-size: 15px; }

  .tribe-bar-search-filter {
    display: inline-block;
    padding: 15px; }
    .tribe-bar-search-filter label {
      font-size: 11px; }
    .tribe-bar-search-filter input {
      font-size: 15px; }

  .tribe-bar-views-inner {
    height: 73px; }

  .tribe-bar-views-inner label {
    width: 100%;
    text-transform: uppercase;
    font-size: 11px; }
  .tribe-bar-views-inner .view_as_holder {
    list-style: none;
    padding: 5px 15px; }
    .tribe-bar-views-inner .view_as_holder li {
      float: left;
      margin-right: 30px; }
    .tribe-bar-views-inner .view_as_holder li.List:before {
      content: "\f0ca";
      font-family: "FontAwesome"; }
    .tribe-bar-views-inner .view_as_holder li.Month:before {
      content: "\f073";
      font-family: "FontAwesome"; }
    .tribe-bar-views-inner .view_as_holder a {
      color: #030303; }
  .tribe-bar-views-inner .tribe-bar-views-select {
    background: #e0e0e0;
    border: none;
    border-radius: 0;
    padding: 0; } }
@media (min-width: 1024px) {
  .tribe-bar-filters {
    width: 75%;
    float: left;
    padding-top: 0; } }
/** EVENTS SEARCH/VIEW END **/
/* Events Month */
.tribe-events-othermonth .an_event_inner {
  display: none; }

@media (min-width: 320px) and (max-width: 800px) {
  .events-gridview .mobile_calendar #tribe-events-header {
    position: relative; }
    .events-gridview .mobile_calendar #tribe-events-header ul {
      margin-top: 15px; }
      .events-gridview .mobile_calendar #tribe-events-header ul li {
        display: block; }
        .events-gridview .mobile_calendar #tribe-events-header ul li a {
          display: block;
          color: #BA1108; }
      .events-gridview .mobile_calendar #tribe-events-header ul li.next_events {
        float: right; } }
@media (min-width: 800px) {
  .events-gridview .desktop_calendar #tribe-events-header {
    position: relative; }
    .events-gridview .desktop_calendar #tribe-events-header ul {
      margin-top: 15px; }
      .events-gridview .desktop_calendar #tribe-events-header ul li {
        display: block; }
        .events-gridview .desktop_calendar #tribe-events-header ul li a {
          display: block;
          color: #BA1108; }
      .events-gridview .desktop_calendar #tribe-events-header ul li.next_events {
        float: right; } }

.col-xs-12#tribe-events-pg-template {
  padding: 0; }

.events-list .tribe-events-loop {
  max-width: none; }
  .events-list .tribe-events-loop .events_post_wrapper {
    margin: 15px 0; }
  .events-list .tribe-events-loop .events_post_wrapper:first-of-type {
    margin-bottom: 0; }
  .events-list .tribe-events-loop .col-xs-12.events_post_wrapper {
    padding: 0; }

/* EVENTS ARTICLE */
.events_post_item .tribe-events-event-cost {
  display: none; }

@media (min-width: 320px) {
  .events_post_item {
    display: block;
    margin-bottom: 15px; }
    .events_post_item .events_thumb {
      width: 100%; }
    .events_post_item .event_post_content_ah {
      width: 100%; } }
@media (min-width: 768px) {
  .events_post_item {
    display: inline-block; }
    .events_post_item .events_thumb {
      width: 50%; }
    .events_post_item .event_post_content_ah {
      width: 50%; } }
.events_thumb {
  width: 50%;
  float: left; }
  .events_thumb div.tribe-events-event-image {
    margin: 0; }

.col-xs-12.events_thumb {
  padding: 0; }

.event_post_content_ah {
  width: 50%;
  border: solid 1px #d4d4d4;
  padding: 35px 15px 25px 30px;
  position: relative;
  float: left;
  /* Event Title */
  /* Event Date */
  /* Event excerpt */ }
  .event_post_content_ah .event_list_title_ah a {
    color: #1f4666;
    font-weight: 700; }
  .event_post_content_ah .vcard_ah {
    background: none;
    border: none;
    color: #ba1108;
    font-style: italic;
    padding: 0;
    margin: 0 0 20px 0; }
    .event_post_content_ah .vcard_ah .time-details {
      padding: 0; }
  @media (min-width: 480px) {
    .event_post_content_ah .vcard_ah {
      font-size: 18px; } }
  @media (min-width: 768px) {
    .event_post_content_ah .time-details {
      margin: 14px 0 8px 0; }
    .event_post_content_ah .vcard_ah {
      font-size: 14px;
      margin-bottom: 0; } }
  .event_post_content_ah .event_excerpt_ah a {
    font-weight: 700; }
  @media (min-width: 480px) {
    .event_post_content_ah .time-details {
      font-size: 16px; }
    .event_post_content_ah .event_excerpt_ah {
      font-size: 16px; }
      .event_post_content_ah .event_excerpt_ah a {
        font-size: 18px;
        width: 100%;
        display: inline-block;
        padding: 25px 0; } }
  @media (min-width: 768px) {
    .event_post_content_ah .time-details {
      font-size: 14px; }
    .event_post_content_ah .event_excerpt_ah {
      font-size: 14px; }
      .event_post_content_ah .event_excerpt_ah a {
        font-size: 14px;
        display: inline-block;
        padding: 0;
        position: absolute;
        right: 30px;
        bottom: 10px;
        width: auto; } }
  @media (min-width: 1280px) {
    .event_post_content_ah .time-details {
      font-size: 18px; }
    .event_post_content_ah .event_excerpt_ah {
      font-size: 18px; }
      .event_post_content_ah .event_excerpt_ah a {
        font-size: 18px; } }

/** Event Title  **/
@media (min-width: 480px) {
  .event_post_content_ah h2 {
    padding: 0px 0 23px 0;
    margin: 0;
    display: inline-block;
    font-size: 24px; }
    .event_post_content_ah h2 a {
      font-size: 24px; } }
@media (min-width: 768px) {
  .event_post_content_ah h2 {
    padding: 0px 0 23px 0;
    display: inline-block; }
    .event_post_content_ah h2 a {
      font-size: 20px; } }
@media (min-width: 1280px) {
  .event_post_content_ah h2 a {
    font-size: 25px; } }
/** Event Title END  **/
/** Event post thumb **/
@media (min-width: 768px) {
  .event_post_content_ah {
    height: 198px;
    padding: 23px 29px 0 29px; }

  /* For posts with thumbnails */
  .events_post .events_thumb div {
    margin: 0;
    width: auto; }
  .events_post .events_thumb a img {
    min-height: 198px;
    max-height: 198px;
    width: 100%; }

  /* For posts without thumbnails / deafault img */
  .events_thumb img {
    min-height: 198px;
    max-height: 198px;
    width: 100%; } }
@media (min-width: 1280px) {
  .event_post_content_ah {
    height: 245px; }

  .events_post .events_thumb a img {
    min-height: 245px;
    max-height: 245px;
    width: 100%; }

  .events_thumb img {
    min-height: 245px;
    max-height: 245px;
    width: 100%; } }
/** Event post thumb END **/
/** EVENTS PRICE **/
.tribe-events-event-cost {
  display: none; }

/** EVENTS PRICE END **/
/* Events pagination footer */
.col-xs-12#tribe-events-footer, .col-md-9#tribe-events-footer {
  padding: 0; }

.events-list #tribe-events-footer {
  padding-top: 0px;
  margin: 15px 0 30px 0; }

.events_pagination_ah {
  width: 100%; }
  .events_pagination_ah .pagination_item {
    display: block;
    float: left; }
    .events_pagination_ah .pagination_item a {
      background: none;
      color: #ba1108 !important; }

@media (min-width: 320px) and (max-width: 480px) {
  .events_pagination_ah {
    padding: 0 15px; }
    .events_pagination_ah .pagination_item {
      margin: 0 !Important; }
      .events_pagination_ah .pagination_item a {
        font-size: 13px; } }
/* Events footer */
.events-list #tribe-events-footer {
  border: none; }

/* Events sidebar */
@media (min-width: 320px) {
  .desktop_event_sidebar {
    display: none; }

  .tablet_event_sidebar {
    display: block; }

  .upcoming_events {
    padding-top: 30px; } }
@media (min-width: 1024px) {
  #tribe-events-content .events_sidebar {
    position: relative;
    top: 0;
    right: 0; }

  .desktop_event_sidebar {
    display: block;
    top: -72px; }

  .tablet_event_sidebar {
    display: none; }

  .upcoming_events {
    padding-top: 0; } }
.sidebar-widget ol {
  list-style: none; }
  .sidebar-widget ol .duration {
    font-weight: 700; }

@media (min-width: 320px) {
  .events_categories .fa {
    display: block; }

  .sidebar h3 {
    font-size: 24px;
    font-weight: 500; }
  .sidebar .upcoming_events .sidebar-widget h3 {
    font-size: 24px; }
  .sidebar .upcoming_events .sidebar-widget ol li h4 {
    font-size: 16px; }
  .sidebar .upcoming_events .sidebar-widget ol li .duration {
    font-size: 16px; }
  .sidebar .show_all_events {
    margin-top: 1px; }
    .sidebar .show_all_events h3 {
      font-size: 16px;
      padding-top: 0;
      padding-bottom: 0;
      line-height: 64px;
      height: 64px; }
      .sidebar .show_all_events h3 a {
        font-size: 16px;
        display: block; }
  .sidebar .events_categories h3 {
    font-size: 24px;
    border-radius: 0; }
  .sidebar .events_categories ol {
    overflow: visible;
    border-top: solid 1px #d4d4d4; }
    .sidebar .events_categories ol li {
      margin: 15px 0; }
  .sidebar .events_categories a {
    font-size: 16px; } }
@media (min-width: 768px) {
  .show_all_events h3 a {
    font-size: 18px; }

  .sidebar h3 {
    font-size: 24px; }
  .sidebar .upcoming_events .sidebar-widget h3 {
    font-size: 24px; }
  .sidebar .upcoming_events .sidebar-widget ol li h4 {
    font-size: 20px; }
  .sidebar .upcoming_events .sidebar-widget ol li .duration {
    font-size: 18px; } }
@media (min-width: 1024px) {
  .events_categories .fa {
    display: none; }

  .events_page_container .sidebar {
    position: relative; }
    .events_page_container .sidebar h3 {
      font-size: 23px; }
    .events_page_container .sidebar .upcoming_events .sidebar-widget h3 {
      font-size: 23px; }
    .events_page_container .sidebar .upcoming_events .sidebar-widget ol li h4 {
      font-size: 15px; }
    .events_page_container .sidebar .upcoming_events .sidebar-widget ol li .duration {
      font-size: 14px; } }
@media (min-width: 1280px) {
  .events_page_container .sidebar .upcoming_events .sidebar-widget ol li h4 {
    font-size: 18px; }
  .events_page_container .sidebar .upcoming_events .sidebar-widget ol li .duration {
    font-size: 18px; }
  .events_page_container .sidebar ol {
    list-style: none; }
    .events_page_container .sidebar ol li a {
      font-size: 18px; } }
.events_categories ol {
  list-style: none;
  padding: 25px 25px;
  border-left: solid 1px #d4d4d4;
  border-right: solid 1px #d4d4d4;
  border-bottom: solid 1px #d4d4d4; }
  .events_categories ol li a {
    color: #bc0c00;
    font-weight: 400;
    font-size: 15px; }

.show_all_events {
  margin-bottom: 15px; }
  .show_all_events h3 a {
    color: #bc0c00;
    font-weight: 700; }

.upcoming_events {
  margin-bottom: 15px; }
  .upcoming_events .sidebar-widget ol.hfeed {
    padding: 0 25px;
    border-left: solid 1px #d4d4d4;
    border-right: solid 1px #d4d4d4;
    border-bottom: solid 1px #d4d4d4;
    margin: 0;
    max-height: 516px;
    overflow: hidden; }
    .upcoming_events .sidebar-widget ol.hfeed li:first-of-type {
      padding: 15px 0 0 0; }
    .upcoming_events .sidebar-widget ol.hfeed li {
      padding: 15px 0 0 0; }
    .upcoming_events .sidebar-widget ol.hfeed li:last-of-type {
      padding: 15px 0 30px 0; }
    .upcoming_events .sidebar-widget ol.hfeed h4 {
      font-size: 14px;
      margin-bottom: 0; }
      .upcoming_events .sidebar-widget ol.hfeed h4 a {
        color: #bc0c00; }
  .upcoming_events .sidebar-widget .tribe-events-widget-link {
    display: none; }

/* Disabled export button */
.tribe-events-ical, .tribe-events-gcal {
  display: none; }

/* EVENTS LIST END */
/** EVENTS SINGLE STYLE **/
.single-tribe_events .tribe-events-venue-map {
  float: left;
  display: inline-block;
  width: 100%;
  height: 300px;
  overflow: hidden !important;
  margin-top: 0 !important; }

.eventbrite-ticket-embed {
  margin-top: 15px; }
  .eventbrite-ticket-embed iframe {
    width: 100% !important;
    max-width: 100% !important;
    border: solid 1px #eee !important; }

article.single_events_article {
  border: solid 1px #d4d4d4; }
  article.single_events_article .share_plugin {
    position: relative;
    left: 0px;
    bottom: 0px; }
  @media (min-width: 320px) {
    article.single_events_article h2 {
      font-size: 24px;
      font-weight: 700;
      text-align: center;
      margin: 31px 0;
      display: block; }
    article.single_events_article iframe {
      width: 100% !important; }
    article.single_events_article object {
      width: 100%; }
      article.single_events_article object embed {
        width: 100%; } }
  @media (min-width: 480px) {
    article.single_events_article h2 {
      font-size: 18px; }
    article.single_events_article iframe {
      width: auto; }
    article.single_events_article object {
      display: block; } }
  @media (min-width: 768px) {
    article.single_events_article h2 {
      font-size: 30px; } }
  @media (min-width: 1280px) {
    article.single_events_article h2 {
      font-size: 38px; } }

@media (min-width: 480px) {
  .single-tribe_events .tribe-events-content {
    font-size: 16px; }

  .single-tribe_events .tribe-events-venue-map {
    display: none; } }
@media (min-width: 768px) {
  .single-tribe_events .tribe-events-venue-map {
    display: inline-block; } }
.tribe-events-back {
  background-color: #1f4666;
  width: 170px;
  height: 45px;
  text-align: center; }
  .tribe-events-back a {
    color: #fff;
    line-height: 45px; }
  .tribe-events-back a:hover {
    color: #fff; }

.events_single_wrapper {
  /** EVENTS SINGLE - ATTACHMENT WITH CAPTION **/
  /** EVENTS SINGLE - ATTACHMENT WITH CAPTION END **/
  /** DETAILS & VENUE SECTION **/
  /** DETAILS & VENUE SECTION END **/ }
  @media (min-width: 480px) {
    .events_single_wrapper h2 {
      font-size: 18px;
      font-weight: 700;
      text-align: center;
      margin: 31px 0;
      display: block; } }
  @media (min-width: 768px) {
    .events_single_wrapper h2 {
      font-size: 30px; } }
  @media (min-width: 1280px) {
    .events_single_wrapper h2 {
      font-size: 38px; } }
  .events_single_wrapper a {
    color: #003152;
    font-weight: 700; }
  .events_single_wrapper .post_thumb {
    display: block;
    max-width: 100%;
    text-align: center; }
  .events_single_wrapper .single_event_article {
    display: inline-block; }
    .events_single_wrapper .single_event_article .post_thumb img {
      min-width: 100%; }
  @media (min-width: 320px) {
    .events_single_wrapper .events_pagination ul li a {
      font-size: 16px; } }
  @media (min-width: 420px) {
    .events_single_wrapper .single_event_article p {
      font-size: 14px; }
    .events_single_wrapper .single_event_article > p:first-of-type {
      font-size: 14px;
      margin: 0;
      width: 70%; } }
  @media (min-width: 768px) {
    .events_single_wrapper .single_event_article p {
      font-size: 14px; } }
  @media (min-width: 1280px) {
    .events_single_wrapper .single_event_article p {
      font-size: 18px; } }
  .events_single_wrapper .single_event_inner_wrapper {
    padding: 20px 30px; }
    .events_single_wrapper .single_event_inner_wrapper img {
      display: block;
      max-width: 100%;
      height: auto; }
  @media (min-width: 420px) {
    .events_single_wrapper .col-xs-12.single_event_inner_wrapper {
      padding: 20px 30px; } }
  .events_single_wrapper .wp-caption {
    text-align: center; }
    .events_single_wrapper .wp-caption p {
      margin: 0 auto;
      font-size: 14px; }
  .events_single_wrapper .tribe-events-meta-group-details a, .events_single_wrapper .tribe-events-meta-group-venue a {
    font-weight: bold !important; }
  .events_single_wrapper .col-xs-12.event_details_wrapper {
    color: #000;
    padding: 0; }
    .events_single_wrapper .col-xs-12.event_details_wrapper .detail_organiser_wrapper {
      display: inline-block;
      width: 100%;
      background-color: #eee; }
    .events_single_wrapper .col-xs-12.event_details_wrapper dl {
      font-family: Helvetica, sans-serif; }
    .events_single_wrapper .col-xs-12.event_details_wrapper .event_tags dt {
      color: #ba1108;
      font-weight: 700; }
    .events_single_wrapper .col-xs-12.event_details_wrapper .location a {
      font-weight: 700;
      color: #000; }
  .events_single_wrapper .event_details_wrapper {
    font-size: 14px; }
    .events_single_wrapper .event_details_wrapper .events_details_section > div {
      padding: 20px;
      background-color: #eee; }
    .events_single_wrapper .event_details_wrapper abbr, .events_single_wrapper .event_details_wrapper a, .events_single_wrapper .event_details_wrapper dd.author, .events_single_wrapper .event_details_wrapper dd.org {
      font-weight: 400; }
    .events_single_wrapper .event_details_wrapper .tribe-events-meta-group > p {
      margin-bottom: 10px; }
    .events_single_wrapper .event_details_wrapper .tribe-events-single-section-title {
      color: #ba1108;
      font-weight: 700;
      font-size: 18px; }
    .events_single_wrapper .event_details_wrapper dl .tribe-events-single-section-title {
      font-size: 18px; }
    .events_single_wrapper .event_details_wrapper dl dd {
      margin-bottom: 10px; }
    .events_single_wrapper .event_details_wrapper .adr {
      display: block;
      font-weight: normal; }
  @media (min-width: 480px) and (max-width: 1280px) {
    .events_single_wrapper .event_details_wrapper {
      font-size: 14px; } }
  @media (min-width: 1280px) {
    .events_single_wrapper .event_details_wrapper {
      font-size: 18px; } }

/** EVENT PAGINATION **/
.event_pagination {
  padding: 38px 0;
  float: left;
  width: 100%; }
  .event_pagination ul {
    list-style: none;
    padding: 0; }
    .event_pagination ul li {
      float: left; }
    .event_pagination ul li.tribe-events-nav-next {
      float: right; }

@media (min-width: 320px) {
  .event_pagination ul li a {
    color: #ba1108;
    font-size: 16px;
    font-weight: 700; }
  .event_pagination ul li a:hover {
    color: #ba1108; } }
/** EVENT PAGINATION END **/
/** EVENTS SINGLE STYLE END **/
/* Smart Slider */
.div#nextend-smart-slider-100020 .sliderfontcustom58 a, div#nextend-smart-slider-100020 .sliderfontcustom58 a:LINK, div#nextend-smart-slider-100020 .sliderfontcustom58 a:VISITED, div#nextend-smart-slider-100020 .sliderfontcustom58 a:FOCUS, div#nextend-smart-slider-100020 .sliderfontcustom58 a:ACTIVE {
  font-size: inherit !important; }

div#nextend-smart-slider-100020 a, div#nextend-smart-slider-100020 a:LINK, div#nextend-smart-slider-100020 a:VISITED, div#nextend-smart-slider-100020 a:FOCUS, div#nextend-smart-slider-100020 a:ACTIVE {
  font-size: inherit !important; }

div.nextend-loaded a, div.nextend-loaded a:LINK, div.nextend-loaded a:VISITED, div.nextend-loaded a:FOCUS, div.nextend-loaded a:ACTIVE {
  font-size: inherit !important; }

/** GALLERY PAGE STYLES **/
.gallery_page .light_slider_container {
  text-align: center;
  border: solid 1px #d4d4d4; }
  .gallery_page .light_slider_container .lSSlideOuter {
    margin: 0 35px;
    position: relative; }
    .gallery_page .light_slider_container .lSSlideOuter .lSAction > a {
      font-family: FontAwesome;
      display: table; }
    @media (min-width: 320px) and (max-width: 768px) {
      .gallery_page .light_slider_container .lSSlideOuter .lSAction > a {
        top: 16px; } }
    .gallery_page .light_slider_container .lSSlideOuter .lSAction .lSPrev {
      left: 0; }
    .gallery_page .light_slider_container .lSSlideOuter .lSAction .lSNext {
      right: 0; }
    .gallery_page .light_slider_container .lSSlideOuter .lSAction .lSPrev::before {
      content: "\f104";
      background-color: #dddddd;
      color: #fff;
      position: relative;
      width: 35px;
      height: 35px;
      display: table-cell;
      vertical-align: middle; }
    .gallery_page .light_slider_container .lSSlideOuter .lSAction .lSNext::before {
      content: "\f105";
      background-color: #dddddd;
      color: #fff;
      position: relative;
      width: 35px;
      height: 35px;
      display: table-cell;
      vertical-align: middle; }
  .gallery_page .light_slider_container .share_plugin {
    text-align: left; }
  @media (min-width: 320px) {
    .gallery_page .light_slider_container .slide_img {
      position: relative;
      height: 100%; }
      .gallery_page .light_slider_container .slide_img img {
        margin: 0 auto;
        height: auto;
        max-height: 200px; }
    .gallery_page .light_slider_container .slider_caption {
      font-size: 9px; }
    .gallery_page .light_slider_container .lSPager {
      display: none; } }
  @media (min-width: 768px) {
    .gallery_page .light_slider_container .slide_img {
      position: relative; }
      .gallery_page .light_slider_container .slide_img img {
        margin: 0 auto;
        max-height: 450px; }
    .gallery_page .light_slider_container .slider_caption {
      font-size: 14px; }
    .gallery_page .light_slider_container .lSPager {
      display: block; } }
  .gallery_page .light_slider_container .slider_caption {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3000;
    background-color: #fff;
    padding: 15px 0 0 0; }
.gallery_page .gallery_slider {
  margin-bottom: 15px;
  padding: 0 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .gallery_page .gallery_slider div {
    position: relative; }
    .gallery_page .gallery_slider div img {
      margin: 0 auto; }
    .gallery_page .gallery_slider div strong {
      padding: 0 15px; }
    .gallery_page .gallery_slider div p {
      padding: 0 15px; }
@media (min-width: 320px) {
  .gallery_page .slick-prev, .gallery_page .slick-next {
    top: 20%; } }
@media (min-width: 480px) {
  .gallery_page .gallery_slider p {
    font-size: 10px; }
  .gallery_page .gallery_slider div img {
    height: 450px; } }
.gallery_page .slick-prev:before {
  font-family: 'fontawesome';
  content: "\f104"; }
.gallery_page .slick-prev {
  left: 14px;
  padding-left: 15px; }
.gallery_page .slick-next:before {
  font-family: 'fontawesome';
  content: "\f105";
  float: right; }
.gallery_page .slick-next {
  right: 14px;
  padding-right: 15px; }
.gallery_page .slick-prev, .gallery_page .slick-next {
  color: #fff;
  background-color: #d4d4d4;
  width: 44px;
  height: 44px; }
.gallery_page .slick-prev:hover, .gallery_page .slick-next:hover {
  background-color: #d4d4d4; }
@media (min-width: 480px) {
  .gallery_page .slick-next, .gallery_page .slick-prev {
    top: 45%; } }
.gallery_page .gallery_nav .gallery_thumbnail {
  margin-right: 15px;
  border: solid 2px #d4d4d4; }
  .gallery_page .gallery_nav .gallery_thumbnail span {
    background-color: rgba(235, 235, 235, 0.5);
    display: inline-block;
    width: inherit;
    z-index: 2;
    position: absolute;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out; }
  @media (min-width: 320px) {
    .gallery_page .gallery_nav .gallery_thumbnail span {
      height: 144px; } }
  @media (min-width: 480px) {
    .gallery_page .gallery_nav .gallery_thumbnail span {
      height: 144px; } }
  @media (min-width: 768px) {
    .gallery_page .gallery_nav .gallery_thumbnail span {
      height: 144px; } }
  @media (min-width: 1024px) {
    .gallery_page .gallery_nav .gallery_thumbnail span {
      height: 144px; } }
  @media (min-width: 1280px) {
    .gallery_page .gallery_nav .gallery_thumbnail span {
      height: 144px; } }
.gallery_page .gallery_nav .gallery_thumbnail span:hover {
  background-color: rgba(235, 235, 235, 0); }
@media (min-width: 320px) {
  .gallery_page .gallery_nav .gallery_thumbnail img {
    height: 39px;
    width: 100%; } }
@media (min-width: 480px) {
  .gallery_page .gallery_nav .gallery_thumbnail img {
    height: 59px;
    width: 100%; } }
@media (min-width: 768px) {
  .gallery_page .gallery_nav .gallery_thumbnail img {
    height: 85px;
    width: 100%; } }
@media (min-width: 1024px) {
  .gallery_page .gallery_nav .gallery_thumbnail img {
    height: 114px;
    width: 100%; } }
@media (min-width: 1280px) {
  .gallery_page .gallery_nav .gallery_thumbnail img {
    height: 144px;
    width: 100%; } }
.gallery_page .caption_slider {
  padding: 0 30px; }
  @media (min-width: 480px) {
    .gallery_page .caption_slider p {
      font-size: 10px; } }
  @media (min-width: 768px) {
    .gallery_page .caption_slider p {
      font-size: 14px; } }
  @media (min-width: 1024px) {
    .gallery_page .caption_slider p {
      font-size: 18px; } }

.slider-pager li {
  width: 114px;
  height: 114px;
  overflow: hidden;
  display: block;
  float: left;
  margin-right: 10px; }
  .slider-pager li a {
    width: 114px;
    height: 114px;
    background-size: cover;
    display: block;
    margin-right: 9px;
    border: solid 1px #d9d9d9;
    position: relative; }
    .slider-pager li a .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(217, 217, 217, 0.4); }
  .slider-pager li a:hover .overlay {
    background-color: rgba(217, 217, 217, 0); }
@media (min-width: 320px) and (max-width: 768px) {
  .slider-pager li {
    width: 90px !important;
    height: 90px !important; }
    .slider-pager li a {
      width: 100%;
      height: 100%; } }

.light_slider_container > div:nth-of-type(2) {
  max-width: 100% !important; }
  .light_slider_container > div:nth-of-type(2) > .bx-viewport {
    width: 835px !important;
    margin: 0 auto; }

@media (min-width: 320px) and (max-width: 835px) {
  .light_slider_container > div:nth-of-type(2) {
    max-width: 100% !important; }
    .light_slider_container > div:nth-of-type(2) > .bx-viewport {
      width: 100% !important;
      margin: 0 auto; } }
.bx-wrapper {
  position: relative; }

.bx-controls {
  position: absolute;
  width: 100%;
  left: 0;
  top: 40%; }
  .bx-controls a {
    background-color: #dddddd;
    width: 38px;
    height: 38px;
    text-indent: -9999px; }
  .bx-controls .bx-prev {
    position: absolute;
    left: 0; }
  .bx-controls .bx-prev:before {
    font-family: "FontAwesome";
    content: "\f104";
    color: #fff;
    display: block;
    text-indent: 0px;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    font-size: 20px; }
  .bx-controls .bx-next {
    position: absolute;
    right: 0; }
  .bx-controls .bx-next:before {
    font-family: "FontAwesome";
    content: "\f105";
    color: #fff;
    display: block;
    text-indent: 0px;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    font-size: 20px; }

@media (min-width: 320px) and (max-width: 768px) {
  .gallery_page #imageGallery {
    height: auto !important; } }
/** GALLERY PAGE STYLES END **/
/** HUB PAGE STYLES **/
.hub .sliderbox {
  margin-top: 0;
  margin-bottom: 15px; }
.hub h1 {
  font-size: 36px; }
.hub h2 {
  font-size: 30px; }
.hub h3 {
  font-size: 24px; }
.hub h4 {
  font-size: 18px; }
.hub h6 {
  font-size: 12px; }
@media (min-width: 320px) and (max-width: 768px) {
  .hub table h3 {
    font-size: 18px; } }
@media (min-width: 1024px) {
  .hub h3 {
    font-size: 29px; }
  .hub h4 {
    font-size: 24px; }
  .hub h6 {
    font-size: 16px; } }

.about_block {
  border: solid 1px #d4d4d4;
  margin-bottom: 15px;
  padding: 30px; }
  .about_block h3 {
    color: #ba1108;
    margin-top: 0;
    padding-bottom: 15px; }

@media (min-width: 320px) {
  .block_wrapper .col-xs-12.about_block {
    padding: 0 15px; }

  .mobile_dynamic_boxes {
    display: block; }

  .desktop_dynamic_boxes {
    display: none; } }
@media (min-width: 320px) {
  .about_block h3 {
    font-size: 32px !important; } }
@media (min-width: 480px) {
  .about_block h3 {
    font-size: 36px !important; }
  .about_block p, .about_block span {
    font-size: 16px; } }
@media (min-width: 768px) {
  .about_block h3 {
    font-size: 28px !important; } }
@media (min-width: 1024px) {
  .mobile_dynamic_boxes {
    display: none; }

  .desktop_dynamic_boxes {
    display: block; }

  .about_block h3 {
    font-size: 30px !important; }
  .about_block p, .about_block span {
    font-size: 13px; } }
@media (min-width: 1280px) {
  .col-md-2.small_block_wrapper {
    max-width: none; }

  .about_block h3 {
    font-size: 37px !important; }
  .about_block p, .about_block span {
    font-size: 18px; } }
/** HuB PAGE STYLES END **/
/** NEWS AND VIEWS PAGE STYLES **/
.single_post_details .title a {
  color: #000; }
.single_post_details .title a:hover {
  color: #000 !important; }

@media (min-width: 320px) {
  .views {
    background-color: #fff; }
    .views .page_title {
      display: none; }

  .single_news_inner {
    border: solid 1px #d4d4d4;
    display: inline-block;
    margin-bottom: 15px;
    position: relative; }
    .single_news_inner .page_title {
      font-size: 26px;
      color: #ba1108;
      padding: 15px;
      font-weight: 400; }
    .single_news_inner .post_date {
      color: #ba1108; }
    .single_news_inner .single_post_details {
      padding: 15px 15px; }
    .single_news_inner .permalink {
      text-align: right;
      padding-bottom: 10px; } }
@media (min-width: 480px) {
  .single_news_inner .single_post_details {
    padding: 15px 30px; } }
.single_news_item .excerpt {
  padding-bottom: 30px; }

.single_news_item, .single_news_inner {
  width: 100%; }

.single_news_container .single_news_item:first-of-type .single_news_inner {
  min-height: 530px; }
.single_news_container .left.more_news a {
  background: #fff; }

@media (min-width: 320px) {
  .single_news_container {
    padding: 0; }

  .col-sm-6.single_news_item {
    padding-left: 0; }

  .single_news_item {
    margin-bottom: 0px;
    float: left; }
    .single_news_item a:hover {
      color: #ba1108; }
    .single_news_item .single_news_inner {
      display: inline-block;
      display: -moz-inline-stack;
      float: left; }
      .single_news_item .single_news_inner .post_thumb a {
        min-height: 244px;
        display: block;
        background-position: center;
        background-size: cover; }
    .single_news_item .col-xs-12.single_post_details {
      padding: 30px 30px 0 30px; }
    .single_news_item .single_post_details .title {
      font-size: 22px; }
    .single_news_item .single_post_details .post_date {
      color: #ba1108; }
    .single_news_item .single_post_details .post_date, .single_news_item .single_post_details .excerpt {
      font-size: 16px; }
    .single_news_item .single_post_details .permalink {
      font-size: 18px; }

  .col-sm-6.more_news {
    padding-left: 0; }

  .more_news a {
    font-size: 18px;
    background-color: #efefef;
    text-align: center;
    border: solid 1px #d4d4d4;
    padding: 15px 0;
    margin-bottom: 15px; }

  .more_news a:hover {
    color: #003152; } }
@media (min-width: 768px) {
  .views {
    background-color: #efefef; }
    .views .page_title {
      display: block; }

  .single_news_inner {
    margin-bottom: 15px;
    min-height: 490px; }

  .single_post_details .title {
    font-size: 20px;
    min-height: 100px; }
  .single_post_details .post_date {
    color: #ba1108; }
  .single_post_details .post_date, .single_post_details .excerpt {
    font-size: 14px; }
  .single_post_details .permalink {
    font-size: 14px;
    position: absolute;
    bottom: 20px;
    right: 30px; }

  .col-xs-12.more_news {
    padding: 0; } }
/** NEWS AND VIEWS STYLES END **/
/** NEWS AND VIEWS INNER STYLES **/
@media (min-width: 768px) {
  .news_and_views_inner .single_news_container .single_news_item .single_news_inner {
    min-height: 100px; }
    .news_and_views_inner .single_news_container .single_news_item .single_news_inner .post_thumb, .news_and_views_inner .single_news_container .single_news_item .single_news_inner .single_post_details {
      width: 50%;
      float: left; } }

/** Pagination stlyes **/
@media (min-width: 320px) {
  .ah_paginate {
    float: none;
    text-align: center; } }
@media (min-width: 768px) {
  .ah_paginate {
    float: right; } }
.ah_paginate .wp-paginate a {
  background: #fff;
  color: #000;
  border: none;
  font-weight: 700;
  font-size: 14px; }
.ah_paginate .wp-paginate a:hover {
  background: #fff;
  color: #000; }
.ah_paginate .wp-paginate .current {
  background: #fff;
  color: #ba1108;
  border: none;
  font-weight: 700;
  font-size: 14px; }

@media (min-width: 320px) and (max-width: 768px) {
  .ah_paginate {
    padding-bottom: 15px; } }
/** NEWS AND VIEWS INNER STYLES END **/
/** TEAM PAGE STYLES **/
.team_page .team_page_inner .page_title {
  text-align: center;
  width: 100%;
  margin-bottom: 30px; }
  @media (min-width: 320px) {
    .team_page .team_page_inner .page_title h3 {
      font-size: 12px; }
    .team_page .team_page_inner .page_title .team_text_wrap {
      font-size: 11px; } }
  @media (min-width: 480px) {
    .team_page .team_page_inner .page_title h3 {
      font-size: 18px; }
    .team_page .team_page_inner .page_title .team_text_wrap {
      font-size: 16px; } }
  @media (min-width: 768px) {
    .team_page .team_page_inner .page_title h3 {
      font-size: 24px; }
    .team_page .team_page_inner .page_title .team_text_wrap {
      font-size: 14px; } }
  @media (min-width: 1024px) {
    .team_page .team_page_inner .page_title h3 {
      font-size: 30px; }
    .team_page .team_page_inner .page_title .team_text_wrap {
      font-size: 14px; } }
  @media (min-width: 1280px) {
    .team_page .team_page_inner .page_title h3 {
      font-size: 38px; }
    .team_page .team_page_inner .page_title .team_text_wrap {
      font-size: 17px; } }
  .team_page .team_page_inner .page_title h3 {
    font-weight: 700; }
.team_page .team_page_inner .team_text_wrap {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }
@media (min-width: 320px) {
  .team_page .team_page_inner .team_row {
    margin-left: -23px;
    margin-right: -23px; } }
@media (min-width: 1280px) {
  .team_page .team_page_inner .team_row {
    margin-left: -38px;
    margin-right: -38px; } }
.team_page .team_page_inner .team_row {
  display: inline-block; }
.team_page .team_page_inner .col-xs-12.team_single_item {
  padding: 0; }
.team_page .team_page_inner .col-sm-4.team_single_item {
  padding: 0 23px; }
.team_page .team_page_inner .team_single_item {
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px;
  border-bottom: solid 2px #d4d4d4; }
  .team_page .team_page_inner .team_single_item .team_member_name, .team_page .team_page_inner .team_single_item .job_title, .team_page .team_page_inner .team_single_item .team_excerpt {
    text-align: left; }
  .team_page .team_page_inner .team_single_item .team_thumb {
    width: 100%; }
  .team_page .team_page_inner .team_single_item .permalink {
    background-image: url("/wp-content/themes/AsiaHouseResponsive/img/team/more.png");
    background-repeat: no-repeat;
    background-position: right;
    cursor: pointer;
    width: 32px;
    height: 35px; }
  .team_page .team_page_inner .team_single_item .permalink.open {
    background-image: url("/wp-content/themes/AsiaHouseResponsive/img/team/minus.png"); }
  @media (min-width: 320px) {
    .team_page .team_page_inner .team_single_item .team_thumb {
      display: none; }
    .team_page .team_page_inner .team_single_item .team_content_wrap {
      overflow: visible; }
      .team_page .team_page_inner .team_single_item .team_content_wrap .team_text_wrap {
        margin-top: 40px;
        overflow: hidden;
        max-height: 108px;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease; }
    .team_page .team_page_inner .team_single_item .team_text_wrap.open {
      max-height: 500px;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; } }
  @media (min-width: 768px) {
    .team_page .team_page_inner .team_single_item .team_thumb {
      display: block; }
      .team_page .team_page_inner .team_single_item .team_thumb img {
        height: 252px;
        width: 100%; }
    .team_page .team_page_inner .team_single_item .team_content_wrap .team_text_wrap {
      max-height: 140px; }
    .team_page .team_page_inner .team_single_item .team_content_wrap .open {
      max-height: 500px; } }
  @media (min-width: 1024px) {
    .team_page .team_page_inner .team_single_item .team_thumb img {
      height: 243px;
      width: 100%; } }
  @media (min-width: 1280px) {
    .team_page .team_page_inner .team_single_item .team_thumb img {
      height: 307px;
      width: 100%; }
    .team_page .team_page_inner .team_single_item .team_content_wrap .team_text_wrap {
      max-height: 160px; }
    .team_page .team_page_inner .team_single_item .team_content_wrap .open {
      max-height: 500px; } }
  .team_page .team_page_inner .team_single_item .job_title {
    color: #ba1108;
    margin: 7px 0 10px 0; }
  .team_page .team_page_inner .team_single_item .permalink {
    border-bottom: solid 2px #d4d4d4;
    float: left;
    width: 100%; }
    .team_page .team_page_inner .team_single_item .permalink a {
      float: right; }
  .team_page .team_page_inner .team_single_item .team_social_links {
    display: inline-block;
    padding-top: 34px;
    padding-bottom: 46px; }
    .team_page .team_page_inner .team_single_item .team_social_links a {
      float: left;
      display: table; }
    .team_page .team_page_inner .team_single_item .team_social_links .hoverno {
      opacity: 0;
      width: 0;
      display: inline;
      bottom: -30px;
      left: 0;
      position: absolute;
      margin-top: 30px; }
    .team_page .team_page_inner .team_single_item .team_social_links .teamphone {
      position: relative;
      float: left; }
      .team_page .team_page_inner .team_single_item .team_social_links .teamphone p, .team_page .team_page_inner .team_single_item .team_social_links .teamphone a {
        font-family: 'Open Sans'; }
    @media (max-width: 480px) {
      .team_page .team_page_inner .team_single_item .team_social_links .hoverno {
        display: none; } }
    .team_page .team_page_inner .team_single_item .team_social_links .teamphone:hover .hoverno {
      display: block;
      width: 100%;
      opacity: 1; }
    @media (min-width: 320px) {
      .team_page .team_page_inner .team_single_item .team_social_links a {
        margin-right: 10px; }
      .team_page .team_page_inner .team_single_item .team_social_links a:before {
        width: 28px;
        height: 28px; } }
    @media (min-width: 480px) {
      .team_page .team_page_inner .team_single_item .team_social_links a:before {
        width: 41px;
        height: 41px; } }
    @media (min-width: 768px) {
      .team_page .team_page_inner .team_single_item .team_social_links a {
        margin-right: 6px; }
      .team_page .team_page_inner .team_single_item .team_social_links a:before {
        width: 28px;
        height: 28px; } }
    @media (min-width: 1280px) {
      .team_page .team_page_inner .team_single_item .team_social_links a:before {
        width: 34px;
        height: 34px; } }
    .team_page .team_page_inner .team_single_item .team_social_links a:before {
      background-color: #bababa;
      border-radius: 100%;
      display: table-cell;
      vertical-align: middle;
      font-family: "FontAwesome";
      color: #fff;
      margin-right: 10px; }
    .team_page .team_page_inner .team_single_item .team_social_links .phone:before {
      content: "\f095"; }
    .team_page .team_page_inner .team_single_item .team_social_links .email:before {
      content: "\f0e0"; }
    .team_page .team_page_inner .team_single_item .team_social_links .twitter:before {
      content: "\f099"; }
    .team_page .team_page_inner .team_single_item .team_social_links .gplus:before {
      content: "\f0d5"; }
    .team_page .team_page_inner .team_single_item .team_social_links .linkedin:before {
      content: "\f08c"; }
    .team_page .team_page_inner .team_single_item .team_social_links .instagram:before {
      content: "\f16d"; }
    @media (min-width: 328px) {
      .team_page .team_page_inner .team_single_item .team_social_links a:before {
        font-size: 16px;
        text-align: center;
        margin-right: 4px; }
      .team_page .team_page_inner .team_single_item .team_social_links .email:before, .team_page .team_page_inner .team_single_item .team_social_links .twitter:before, .team_page .team_page_inner .team_single_item .team_social_links .gplus:before, .team_page .team_page_inner .team_single_item .team_social_links .linkedin:before, .team_page .team_page_inner .team_single_item .team_social_links .instagram:before {
        font-size: 16px; }
      .team_page .team_page_inner .team_single_item .team_social_links .phone:before, .team_page .team_page_inner .team_single_item .team_social_links .email:before {
        padding-top: 2px; }
      .team_page .team_page_inner .team_single_item .team_social_links .gplus:before {
        padding-top: 3px; }
      .team_page .team_page_inner .team_single_item .team_social_links .twitter:before, .team_page .team_page_inner .team_single_item .team_social_links .linkedin:before, .team_page .team_page_inner .team_single_item .team_social_links .instagram:before {
        padding-top: 3px; } }
    @media (min-width: 480px) {
      .team_page .team_page_inner .team_single_item .team_social_links a:before {
        font-size: 25px;
        text-align: center; }
      .team_page .team_page_inner .team_single_item .team_social_links .email:before, .team_page .team_page_inner .team_single_item .team_social_links .twitter:before, .team_page .team_page_inner .team_single_item .team_social_links .gplus:before, .team_page .team_page_inner .team_single_item .team_social_links .linkedin:before, .team_page .team_page_inner .team_single_item .team_social_links .instagram:before {
        font-size: 22px; }
      .team_page .team_page_inner .team_single_item .team_social_links .phone:before, .team_page .team_page_inner .team_single_item .team_social_links .email:before {
        padding-top: 4px; }
      .team_page .team_page_inner .team_single_item .team_social_links .gplus:before {
        padding-top: 6px; }
      .team_page .team_page_inner .team_single_item .team_social_links .twitter:before, .team_page .team_page_inner .team_single_item .team_social_links .linkedin:before, .team_page .team_page_inner .team_single_item .team_social_links .instagram:before {
        padding-top: 5px; } }
    @media (min-width: 768px) {
      .team_page .team_page_inner .team_single_item .team_social_links a:before {
        font-size: 16px;
        text-align: center;
        width: 28px;
        height: 28px;
        margin-right: 6px; }
      .team_page .team_page_inner .team_single_item .team_social_links .email:before, .team_page .team_page_inner .team_single_item .team_social_links .twitter:before, .team_page .team_page_inner .team_single_item .team_social_links .gplus:before, .team_page .team_page_inner .team_single_item .team_social_links .linkedin:before, .team_page .team_page_inner .team_single_item .team_social_links .instagram:before {
        font-size: 16px; }
      .team_page .team_page_inner .team_single_item .team_social_links .phone:before, .team_page .team_page_inner .team_single_item .team_social_links .email:before {
        padding-top: 3px; }
      .team_page .team_page_inner .team_single_item .team_social_links .gplus:before {
        padding-top: 3px; }
      .team_page .team_page_inner .team_single_item .team_social_links .twitter:before, .team_page .team_page_inner .team_single_item .team_social_links .linkedin:before, .team_page .team_page_inner .team_single_item .team_social_links .instagram:before {
        padding-top: 3px; } }
    @media (min-width: 1280px) {
      .team_page .team_page_inner .team_single_item .team_social_links a:before {
        font-size: 20px;
        text-align: center;
        margin-right: 4px;
        width: 33px;
        height: 33px; }
      .team_page .team_page_inner .team_single_item .team_social_links .email:before, .team_page .team_page_inner .team_single_item .team_social_links .twitter:before, .team_page .team_page_inner .team_single_item .team_social_links .gplus:before, .team_page .team_page_inner .team_single_item .team_social_links .linkedin:before, .team_page .team_page_inner .team_single_item .team_social_links .instagram:before {
        font-size: 17px; }
      .team_page .team_page_inner .team_single_item .team_social_links .phone:before, .team_page .team_page_inner .team_single_item .team_social_links .email:before {
        padding-top: 4px; }
      .team_page .team_page_inner .team_single_item .team_social_links .gplus:before {
        padding-top: 6px; }
      .team_page .team_page_inner .team_single_item .team_social_links .twitter:before, .team_page .team_page_inner .team_single_item .team_social_links .linkedin:before, .team_page .team_page_inner .team_single_item .team_social_links .instagram:before {
        padding-top: 5px; } }
    @media (min-width: 1024px) {
      .team_page .team_page_inner .team_single_item .team_social_links a:before {
        margin-right: 5px; } }
.team_page .team_page_inner .team_single_item.open {
  max-height: 1000px; }
@media (min-width: 768px) {
  .team_page .team_page_inner .team_single_item {
    max-height: 555px;
    font-size: 14px;
    border-bottom: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; } }
@media (min-width: 1280px) {
  .team_page .team_page_inner .team_single_item {
    max-height: 610px;
    font-size: 17px;
    border-bottom: none; }
    .team_page .team_page_inner .team_single_item .team_thumb, .team_page .team_page_inner .team_single_item .team_content_wrap {
      padding: 0 15px; } }

.corner_tri {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 30px 30px;
  border-color: transparent transparent #007bff transparent;
  line-height: 0px;
  _border-color: #000000 #000000 #007bff #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  -ms-transform: rotate(135deg);
  /* IE 9 */
  -webkit-transform: rotate(135deg);
  /* Chrome, Safari, Opera */
  transform: rotate(135deg); }

/** TEAM PAGE STYLES END **/
/** INTERNAL 1 PAGE STYLE **/
.internal_one h1 {
  font-size: 36px; }
.internal_one h2 {
  font-size: 30px; }
.internal_one h3 {
  font-size: 24px; }
.internal_one h4 {
  font-size: 18px; }
.internal_one h5 {
  font-size: 14px; }
.internal_one h6 {
  font-size: 12px; }
@media (min-width: 320px) and (max-width: 768px) {
  .internal_one table h3 {
    font-size: 18px; } }
@media (min-width: 1024px) {
  .internal_one h3 {
    font-size: 29px; }
  .internal_one h4 {
    font-size: 24px; }
  .internal_one h5 {
    font-size: 20px; }
  .internal_one h6 {
    font-size: 16px; } }
.internal_one .internal_one_inner a {
  color: #003152;
  font-weight: 700;
  text-decoration: underline; }
@media (min-width: 320px) {
  .internal_one .internal_one_inner .dynamic_box_inner p {
    height: 45px; } }
.internal_one .internal_one_inner .thumbnail_title {
  position: relative;
  color: #003152;
  background-color: #d4d4d4;
  opacity: 0.8;
  padding: 20px 30px; }
  .internal_one .internal_one_inner .thumbnail_title h2 {
    padding: 0; }
  .internal_one .internal_one_inner .thumbnail_title p {
    margin: 0; }
  @media (min-width: 320px) {
    .internal_one .internal_one_inner .thumbnail_title p {
      display: block; } }
@media (min-width: 320px) and (max-width: 767px) {
  .internal_one .internal_one_inner .thumbnail_title {
    width: 100%; }
    .internal_one .internal_one_inner .thumbnail_title h2 {
      font-size: 14px;
      margin: 0;
      padding-bottom: 15px; }
    .internal_one .internal_one_inner .thumbnail_title p {
      padding: 0px;
      font-size: 14px; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  .internal_one .internal_one_inner .thumbnail_title {
    width: 100%;
    display: none; }
    .internal_one .internal_one_inner .thumbnail_title h2 {
      font-size: 14px;
      margin: 0;
      padding-bottom: 15px; } }
@media (min-width: 768px) {
  .internal_one .internal_one_inner .thumbnail_title {
    font-size: 28px;
    padding-top: 0;
    width: 85%; }
    .internal_one .internal_one_inner .thumbnail_title h2 {
      font-size: 28px;
      display: inline-block; } }
@media (min-width: 1024px) {
  .internal_one .internal_one_inner .thumbnail_title {
    font-size: 36px;
    padding: 20px 45px; }
    .internal_one .internal_one_inner .thumbnail_title h2 {
      font-size: 37px;
      padding: 0px; } }
@media (min-width: 1280px) {
  .internal_one .internal_one_inner .thumbnail_title {
    font-size: 22px; }
    .internal_one .internal_one_inner .thumbnail_title p {
      font-size: 22px; }
    .internal_one .internal_one_inner .thumbnail_title h2 {
      font-size: 60px; } }
.internal_one .internal_one_inner .page_thumbnail {
  position: relative; }
  .internal_one .internal_one_inner .page_thumbnail img {
    width: 100%; }
  .internal_one .internal_one_inner .page_thumbnail .thumbnail_title {
    position: absolute;
    top: 60%;
    color: #003152;
    background-color: #d4d4d4;
    opacity: 0.8;
    padding: 20px 30px; }
    .internal_one .internal_one_inner .page_thumbnail .thumbnail_title h2 {
      padding: 0; }
    .internal_one .internal_one_inner .page_thumbnail .thumbnail_title p {
      margin: 0; }
    @media (min-width: 320px) {
      .internal_one .internal_one_inner .page_thumbnail .thumbnail_title p {
        display: block; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .internal_one .internal_one_inner .page_thumbnail .thumbnail_title {
      width: 100%;
      display: none; }
      .internal_one .internal_one_inner .page_thumbnail .thumbnail_title h2 {
        font-size: 14px;
        margin: 0;
        padding-bottom: 15px; }
      .internal_one .internal_one_inner .page_thumbnail .thumbnail_title p {
        padding: 0px;
        font-size: 14px; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
    .internal_one .internal_one_inner .page_thumbnail .thumbnail_title {
      width: 100%;
      display: none; }
      .internal_one .internal_one_inner .page_thumbnail .thumbnail_title h2 {
        font-size: 14px;
        margin: 0;
        padding-bottom: 15px; } }
  @media (min-width: 768px) {
    .internal_one .internal_one_inner .page_thumbnail .thumbnail_title {
      font-size: 28px;
      padding-top: 0;
      width: 85%; }
      .internal_one .internal_one_inner .page_thumbnail .thumbnail_title h2 {
        font-size: 28px;
        display: inline-block; } }
  @media (min-width: 1024px) {
    .internal_one .internal_one_inner .page_thumbnail .thumbnail_title {
      font-size: 36px;
      padding: 20px 45px; }
      .internal_one .internal_one_inner .page_thumbnail .thumbnail_title h2 {
        font-size: 37px;
        padding: 0px; } }
  @media (min-width: 1280px) {
    .internal_one .internal_one_inner .page_thumbnail .thumbnail_title {
      font-size: 22px; }
      .internal_one .internal_one_inner .page_thumbnail .thumbnail_title p {
        font-size: 22px; }
      .internal_one .internal_one_inner .page_thumbnail .thumbnail_title h2 {
        font-size: 60px; } }
@media (min-width: 320px) {
  .internal_one .internal_one_inner .page_thumbnail {
    height: 150px; } }
@media (min-width: 480px) {
  .internal_one .internal_one_inner .page_thumbnail {
    height: 200px; } }
@media (min-width: 760px) {
  .internal_one .internal_one_inner .page_thumbnail {
    height: 293px; } }
@media (min-width: 1024px) {
  .internal_one .internal_one_inner .page_thumbnail {
    height: 646px; } }
.internal_one .internal_one_inner .page_content {
  border: solid 1px #d4d4d4;
  padding: 0px 7.5px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 15px;
  display: inline-block; }
  .internal_one .internal_one_inner .page_content img {
    padding: 0; }
  @media (min-width: 320px) {
    .internal_one .internal_one_inner .page_content h1, .internal_one .internal_one_inner .page_content h2, .internal_one .internal_one_inner .page_content h3, .internal_one .internal_one_inner .page_content h4, .internal_one .internal_one_inner .page_content h5, .internal_one .internal_one_inner .page_content h6 {
      font-size: 18px; }
    .internal_one .internal_one_inner .page_content p, .internal_one .internal_one_inner .page_content h1, .internal_one .internal_one_inner .page_content h2, .internal_one .internal_one_inner .page_content h3, .internal_one .internal_one_inner .page_content h4, .internal_one .internal_one_inner .page_content h5, .internal_one .internal_one_inner .page_content h6 {
      font-size: 11px;
      padding: 0 7.5px; } }
  @media (min-width: 480px) {
    .internal_one .internal_one_inner .page_content h1, .internal_one .internal_one_inner .page_content h2, .internal_one .internal_one_inner .page_content h3, .internal_one .internal_one_inner .page_content h4, .internal_one .internal_one_inner .page_content h5, .internal_one .internal_one_inner .page_content h6 {
      font-size: 26px; }
    .internal_one .internal_one_inner .page_content p {
      font-size: 16px; } }
  @media (min-width: 768px) {
    .internal_one .internal_one_inner .page_content h1, .internal_one .internal_one_inner .page_content h2, .internal_one .internal_one_inner .page_content h3, .internal_one .internal_one_inner .page_content h4, .internal_one .internal_one_inner .page_content h5, .internal_one .internal_one_inner .page_content h6 {
      font-size: 28px; }
    .internal_one .internal_one_inner .page_content p {
      font-size: 14px; } }
  @media (min-width: 1024px) {
    .internal_one .internal_one_inner .page_content p, .internal_one .internal_one_inner .page_content h1, .internal_one .internal_one_inner .page_content h2, .internal_one .internal_one_inner .page_content h3, .internal_one .internal_one_inner .page_content h4, .internal_one .internal_one_inner .page_content h5, .internal_one .internal_one_inner .page_content h6 {
      padding: 0 60px; } }
  @media (min-width: 1280px) {
    .internal_one .internal_one_inner .page_content p {
      font-size: 18px; } }
  .internal_one .internal_one_inner .page_content .col-xs-12.internal_post_image {
    padding: 40px 0px; }
    .internal_one .internal_one_inner .page_content .col-xs-12.internal_post_image .col-xs-4 {
      padding: 0; }
.internal_one .dynamic_box_wrapper .dynamic_thumb {
  height: 90px; }
.internal_one .dynamic_box_wrapper a {
  font-size: 17px;
  color: #003152;
  font-weight: 400;
  margin-top: 10px;
  display: block; }
.internal_one .dynamic_box_wrapper > a {
  padding: 0 30px; }
.internal_one .dynamic_box_wrapper p, .internal_one .dynamic_box_wrapper h1, .internal_one .dynamic_box_wrapper h2, .internal_one .dynamic_box_wrapper h3, .internal_one .dynamic_box_wrapper h4, .internal_one .dynamic_box_wrapper h5, .internal_one .dynamic_box_wrapper h6 {
  padding: 0 30px; }
@media (min-width: 320px) and (max-width: 480px) {
  .internal_one .dynamic_box_wrapper .dynamic_box_inner {
    height: auto; } }
@media (min-width: 480px) {
  .internal_one .dynamic_box_wrapper .dynamic_box_inner {
    height: 238px; }
    .internal_one .dynamic_box_wrapper .dynamic_box_inner a {
      margin-top: 30px; }
    .internal_one .dynamic_box_wrapper .dynamic_box_inner p {
      font-size: 15px; } }
@media (min-width: 768px) {
  .internal_one .dynamic_box_wrapper .dynamic_box_inner {
    height: auto;
    min-height: 270px; }
    .internal_one .dynamic_box_wrapper .dynamic_box_inner h6 a {
      font-size: 28px;
      font-weight: 700; }
    .internal_one .dynamic_box_wrapper .dynamic_box_inner p {
      font-size: 14px; } }
@media (min-width: 1024px) {
  .internal_one .dynamic_box_wrapper .dynamic_box_inner {
    height: 266px; }
    .internal_one .dynamic_box_wrapper .dynamic_box_inner h6 a {
      font-size: 16px; }
    .internal_one .dynamic_box_wrapper .dynamic_box_inner p {
      font-size: 14px; } }
@media (min-width: 1280px) {
  .internal_one .dynamic_box_wrapper .dynamic_box_inner {
    height: 337px; }
    .internal_one .dynamic_box_wrapper .dynamic_box_inner h6 a {
      height: 72px;
      overflow-y: hidden;
      font-size: 30px; }
    .internal_one .dynamic_box_wrapper .dynamic_box_inner p {
      font-size: 18px; } }
.internal_one .dynamic_box_wrapper .dynamic_box {
  margin-bottom: 15px; }
  .internal_one .dynamic_box_wrapper .dynamic_box .dynamic_box_inner {
    border: solid 1px #d4d4d4; }
  .internal_one .dynamic_box_wrapper .dynamic_box * {
    width: 100%; }
.internal_one .dynamic_box_wrapper .col-xs-6.left {
  padding-left: 0;
  padding-right: 7.5px; }
.internal_one .dynamic_box_wrapper .col-xs-6.right {
  padding-right: 0;
  padding-left: 7.5px; }
@media (min-width: 768px) {
  .internal_one .dynamic_box_wrapper .col-xs-6.left, .internal_one .dynamic_box_wrapper .col-xs-6.right {
    padding-left: 15px;
    padding-right: 15px; } }
@media (min-width: 768px) {
  .internal_one .col-xs-12.dynamic_box_wrapper {
    padding: 0; } }
.internal_one .template_dbox .dynamic_box .dynamic_box_inner {
  overflow: hidden; }
  .internal_one .template_dbox .dynamic_box .dynamic_box_inner p {
    text-overflow: ellipsis;
    overflow: hidden; }

.download_container {
  margin-top: 30px;
  text-align: center; }
  .download_container .download_inner {
    padding: 0 90px 30px 90px;
    width: 100%;
    display: inline-block;
    border: solid 1px #d4d4d4; }
  @media (min-width: 320px) and (max-width: 480px) {
    .download_container .download_inner {
      padding: 0; } }
  .download_container .title {
    width: 100%; }
    .download_container .title h2 {
      padding: 18px 27px;
      font-size: 20px;
      background: #ba1108;
      display: inline-block;
      margin: 0 0 30px 0;
      color: #fff; }
    @media (min-width: 320px) and (max-width: 480px) {
      .download_container .title h2 {
        padding: 12px 13px;
        font-size: 18px; } }
    @media (min-width: 481px) and (max-width: 768px) {
      .download_container .title h2 {
        padding: 18px 27px;
        font-size: 20px; } }
  .download_container .download_item {
    text-align: left; }
    .download_container .download_item .download_item_inner {
      padding-bottom: 30px;
      border-bottom: solid 1px #d4d4d4; }
      .download_container .download_item .download_item_inner p, .download_container .download_item .download_item_inner a {
        font-size: 20px;
        font-weight: 400; }
      .download_container .download_item .download_item_inner p {
        color: #003152; }
      .download_container .download_item .download_item_inner a {
        color: #000;
        line-height: 28px; }
        .download_container .download_item .download_item_inner a img {
          margin-left: 15px; }
      @media (min-width: 320px) and (max-width: 480px) {
        .download_container .download_item .download_item_inner p, .download_container .download_item .download_item_inner a {
          font-size: 14px; } }
  @media (min-width: 320px) and (max-width: 480px) {
    .download_container .download_item {
      padding: 10px 30px;
      text-align: center; } }
  @media (min-width: 1024px) {
    .download_container .download_item .download_item_inner {
      margin-bottom: 20px;
      min-height: 140px; } }
  @media (min-width: 1280px) {
    .download_container .download_item.col-xs-4 {
      padding: 0 60px; } }

/** INTERNAL 1 PAGE STYLE END **/
/** INTERNAL 2 PAGE STYLE **/
.internal_two h1 {
  font-size: 46px; }
.internal_two h2 {
  font-size: 37px; }
.internal_two h3 {
  font-size: 38px; }
.internal_two h4 {
  font-size: 30px; }
.internal_two h5 {
  font-size: 37px; }
.internal_two h6 {
  font-size: 28px; }
@media (min-width: 320px) and (max-width: 768px) {
  .internal_two h1 {
    font-size: 30px; }
  .internal_two h2 {
    font-size: 27px; }
  .internal_two h3 {
    font-size: 28px; }
  .internal_two h4 {
    font-size: 20px; }
  .internal_two h5 {
    font-size: 17px; }
  .internal_two h6 {
    font-size: 18px; }
  .internal_two table h3 {
    font-size: 18px; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .internal_two h3 {
    font-size: 29px; }
  .internal_two h4 {
    font-size: 24px; }
  .internal_two h5 {
    font-size: 20px; }
  .internal_two h6 {
    font-size: 16px; } }
.internal_two a {
  color: #003152;
  font-weight: 700; }
.internal_two td {
  font-size: 16px; }
.internal_two .col-xs-12.internal_two_inner {
  padding: 0; }
.internal_two .internal_two_inner .single_post_content > * {
  float: left; }
.internal_two .internal_two_inner .single_post_content {
  padding: 0 25px; }
  .internal_two .internal_two_inner .single_post_content .post_thumb {
    width: 100%; }
  @media (min-width: 320px) {
    .internal_two .internal_two_inner .single_post_content h5 {
      font-size: 26px !important; } }
  @media (min-width: 480px) {
    .internal_two .internal_two_inner .single_post_content h5 {
      font-size: 26px !important; } }
  @media (min-width: 768px) {
    .internal_two .internal_two_inner .single_post_content h5 {
      font-size: 28px !important; } }
  @media (min-width: 768px) {
    .internal_two .internal_two_inner .single_post_content h5 {
      font-size: 37px !important; } }
  .internal_two .internal_two_inner .single_post_content h1, .internal_two .internal_two_inner .single_post_content h2, .internal_two .internal_two_inner .single_post_content h3, .internal_two .internal_two_inner .single_post_content h4, .internal_two .internal_two_inner .single_post_content h5, .internal_two .internal_two_inner .single_post_content h6 {
    width: 100%; }
  .internal_two .internal_two_inner .single_post_content p > img {
    margin: 0;
    height: auto;
    max-width: 100%;
    display: inline-block;
    width: auto; }
  .internal_two .internal_two_inner .single_post_content img {
    max-width: 100%;
    height: auto;
    display: block;
    width: auto; }
.internal_two .internal_two_inner .internal_two_inner_container {
  border: solid 1px #d4d4d4;
  padding-bottom: 30px;
  float: left;
  width: 100%; }
.internal_two .internal_two_inner .page_thumbnail img {
  width: 100%; }
@media (min-width: 320px) {
  .internal_two .internal_two_inner .page_thumbnail img {
    height: 150px; } }
@media (min-width: 480px) {
  .internal_two .internal_two_inner .page_thumbnail img {
    height: 200px; } }
@media (min-width: 768px) {
  .internal_two .internal_two_inner .page_thumbnail img {
    height: 293px; } }
@media (min-width: 1024px) {
  .internal_two .internal_two_inner .page_thumbnail img {
    height: 350px;
    max-width: 805px; } }
@media (min-width: 1280px) {
  .internal_two .internal_two_inner .page_thumbnail img {
    height: 440px;
    max-width: 1014px; } }
.internal_two .internal_two_inner .page_content h2 {
  color: #000; }
@media (min-width: 320px) {
  .internal_two .internal_two_inner .page_content h2 {
    font-size: 15px; }
  .internal_two .internal_two_inner .page_content p {
    font-size: 13px; } }
@media (min-width: 480px) {
  .internal_two .internal_two_inner .page_content h2 {
    font-size: 18px; }
  .internal_two .internal_two_inner .page_content p {
    font-size: 10px; } }
@media (min-width: 768px) {
  .internal_two .internal_two_inner .page_content h2 {
    font-size: 24px; }
  .internal_two .internal_two_inner .page_content p {
    font-size: 14px; } }
@media (min-width: 1024px) {
  .internal_two .internal_two_inner .page_content h2 {
    font-size: 14px; } }
@media (min-width: 1280px) {
  .internal_two .internal_two_inner .page_content h2 {
    font-size: 18px; }
  .internal_two .internal_two_inner .page_content p {
    font-size: 18px;
    width: 100%; } }

/** INTERNAL 2 PAGE STYLE END **/
/** VENUE HIRE STYLES **/
.venue_hire .about_section {
  border: solid 1px #d4d4d4;
  padding: 15px 15px 30px 15px;
  display: inline-block; }
  .venue_hire .about_section h1, .venue_hire .about_section h2, .venue_hire .about_section h3, .venue_hire .about_section h4, .venue_hire .about_section h5, .venue_hire .about_section h6 {
    margin: 18px 0; }
  .venue_hire .about_section p {
    font-size: 18px; }
  .venue_hire .about_section article {
    padding: 0 30px; }
.venue_hire .dynamic_block_wrapper .dynamic_block .dynamic_block_title {
  width: auto; }

.vtour {
  max-width: initial !Important; }

/** VENUE HIRE STYLE END **/
/** MOBILE SLIDING NAV **/
/** MOBILE SLIDING NAV END **/
@media (min-width: 320px) {
  .desktop-header {
    overflow-x: hidden; }

  .mob_menu .menu .sub-menu .menu-item a {
    padding-left: 0px; }
  .mob_menu .menu .sub-menu .menu-item a:hover {
    border-color: #fff; }

  .menu_header {
    position: relative; }

  .menu_content {
    position: fixed;
    top: 68px;
    right: -100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: 3000; }
    .menu_content .menu {
      padding: 0;
      list-style: none;
      background-color: #fff;
      font-weight: 300;
      font-size: 16px;
      margin-bottom: 0; }
      .menu_content .menu li {
        padding: 15px 0px; }
        .menu_content .menu li a {
          color: #454545;
          text-transform: uppercase;
          padding-left: 37px;
          width: 100%;
          border-left: solid 3px #fff; }
        .menu_content .menu li a:hover {
          font-weight: 700;
          color: #ba1108;
          border-left: solid 2px #f4b60c; }
        .menu_content .menu li .sub-menu {
          list-style: none;
          padding: 0;
          -webkit-transition: all ease 0.5s;
          -moz-transition: all ease 0.5s;
          -o-transition: all ease 0.5s;
          transition: all ease 0.5s; } }
        @media (min-width: 320px) and (min-width: 320px) and (max-width: 768px) {
          .menu_content .menu li .sub-menu li.menu-item {
            padding-left: 54px; } }
@media (min-width: 320px) {
          .menu_content .menu li .sub-menu .list_title {
            border-bottom: solid 1px #d4d4d4;
            color: #454545;
            font-size: 14px; }
            .menu_content .menu li .sub-menu .list_title .fa {
              font-size: 30px;
              position: absolute;
              right: 37px;
              top: 0;
              line-height: 50px;
              color: #ba1108; }
            .menu_content .menu li .sub-menu .list_title span {
              color: #ba1108;
              font-weight: 700;
              position: absolute;
              right: 55px;
              cursor: pointer;
              position: absolute;
              top: 0;
              line-height: 50px;
              font-size: 14px; }
          .menu_content .menu li .sub-menu .list_title a:hover {
            border-left: solid 1px #fff; }
          .menu_content .menu li .sub-menu .list_link a {
            color: #ba1108;
            font-weight: 700;
            border-left: solid 3px #f4b60c; }

  .menu_content.isOpen {
    opacity: 1;
    bottom: 0;
    right: 0;
    top: 68px;
    overflow-y: scroll; }
    .menu_content.isOpen .menu-item-has-children .sub-menu {
      position: fixed;
      right: -100%;
      background-color: #fff;
      top: 68px;
      bottom: 0; }
      .menu_content.isOpen .menu-item-has-children .sub-menu .menu-item-has-children > a:after {
        display: none; }
      .menu_content.isOpen .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
        top: 0; }
      .menu_content.isOpen .menu-item-has-children .sub-menu .sub-menu {
        position: relative;
        width: 90%;
        right: 0; }
        .menu_content.isOpen .menu-item-has-children .sub-menu .sub-menu .list_title, .menu_content.isOpen .menu-item-has-children .sub-menu .sub-menu .list_link {
          display: none; }
        .menu_content.isOpen .menu-item-has-children .sub-menu .sub-menu li a:before {
          content: "- "; }
    .menu_content.isOpen .menu-item-has-children .sub-menu.isOpen {
      right: 0;
      width: 90%;
      border: solid 1px #d4d4d4;
      position: absolute;
      height: auto;
      display: inline-table; }
      .menu_content.isOpen .menu-item-has-children .sub-menu.isOpen .list_title {
        text-transform: uppercase; } }
@media (min-width: 480px) {
  .menu_content.isOpen {
    top: 131px; } }
@media (min-width: 320px) {
  .desktop-header .logo_container {
    width: 71px;
    height: 68px;
    background-size: cover; }
  .desktop-header .right_content {
    display: none; } }
@media (min-width: 480px) {
  .menu_content {
    top: 131px; }

  .desktop-header .logo_container {
    width: 141px;
    height: 131px; }

  .menu_content .menu li .sub-menu .list_title .fa {
    right: 63px; }
  .menu_content .menu li .sub-menu .list_title span {
    right: 85px; }

  .menu_content.isOpen .menu-item-has-children .sub-menu {
    top: 131px; } }
@media (min-width: 768px) {
  .menu_content .menu li .sub-menu .list_title .fa {
    right: 71px; }
  .menu_content .menu li .sub-menu .list_title span {
    right: 95px; } }
@media (min-width: 1024px) {
  .list_link, .list_title {
    display: none; }

  .desktop-header {
    display: block;
    overflow-x: visible;
    /** Menu hover states **/
    /** Menu hover state end **/ }
    .desktop-header .menu_content.fixed_menu {
      width: 1024px;
      position: fixed;
      margin: 0 auto;
      left: 0;
      right: 0;
      -o-transition-property: none !important;
      -moz-transition-property: none !important;
      -ms-transition-property: none !important;
      -webkit-transition-property: none !important;
      transition-property: none !important; }
    .desktop-header .menu_header .logo_container {
      width: 176px;
      height: 166px;
      float: left;
      background-position: center;
      background-size: cover;
      margin-bottom: 15px; }
    .desktop-header .menu_header .right_content {
      display: block;
      text-align: right;
      position: absolute;
      right: 15px;
      top: 0; }
    .desktop-header .menu_header .social_container {
      margin-top: 20px;
      display: block;
      float: right; }
      .desktop-header .menu_header .social_container div li:last-child {
        margin-right: 0; }
    .desktop-header .menu_header .header_contact {
      margin-top: 10px;
      float: right; } }
    @media (min-width: 1024px) and (min-width: 1024px) {
      .desktop-header .menu_header .header_contact p, .desktop-header .menu_header .header_contact strong {
        color: #ba1108;
        font-size: 14px;
        margin: 0; } }
    @media (min-width: 1024px) and (min-width: 1280px) {
      .desktop-header .menu_header .header_contact p, .desktop-header .menu_header .header_contact strong {
        font-size: 16px; } }
@media (min-width: 1024px) {
      .desktop-header .menu_header .header_contact .address {
        padding-right: 30px; }
      .desktop-header .menu_header .header_contact .address, .desktop-header .menu_header .header_contact .phone {
        float: left;
        text-align: left;
        width: 237px; }
      .desktop-header .menu_header .header_contact .phone {
        text-align: right; }
      .desktop-header .menu_header .header_contact .phone > div {
        display: inline-block;
        text-align: right; }
        .desktop-header .menu_header .header_contact .phone > div strong {
          float: left; }
      .desktop-header .menu_header .header_contact .phone span {
        width: 100%;
        display: block;
        text-align: right; }
      .desktop-header .menu_header .header_contact .phone strong, .desktop-header .menu_header .header_contact .phone p {
        display: inline-block; }
      .desktop-header .menu_header .header_contact .divider {
        width: 2px;
        background: #f4b60c;
        float: left;
        margin-top: 15px; } }
    @media (min-width: 1024px) and (min-width: 1024px) {
      .desktop-header .menu_header .header_contact .divider {
        height: 35px; } }
    @media (min-width: 1024px) and (min-width: 1280px) {
      .desktop-header .menu_header .header_contact .divider {
        height: 50px; } }
@media (min-width: 1024px) {
    .desktop-header .menu_content {
      border: solid 1px #d4d4d4;
      padding: 0px 7px;
      height: 52px;
      background: #fff;
      z-index: 999;
      position: relative;
      left: 0;
      top: 0;
      opacity: 1; }
      .desktop-header .menu_content .menu li .sub-menu .menu-item-has-children li a {
        padding-left: 15px; }
      .desktop-header .menu_content .current_page_item > a, .desktop-header .menu_content .current_page_item a:hover {
        border-bottom: solid 3px #f4b60c;
        font-weight: 700;
        color: #ba1108; }
      .desktop-header .menu_content > ul {
        list-style: none;
        padding: 0;
        float: left;
        margin: 0;
        width: 100%;
        position: relative;
        line-height: 47px; }
        .desktop-header .menu_content > ul > li {
          height: 50px; }
        .desktop-header .menu_content > ul li {
          float: left;
          padding: 0; }
          .desktop-header .menu_content > ul li a {
            display: inline-block;
            color: #000;
            text-transform: uppercase;
            padding: 0;
            width: auto;
            border: none;
            padding: 10px 0;
            line-height: normal; }
          .desktop-header .menu_content > ul li a:hover {
            text-decoration: none;
            color: #ba1108;
            border: none;
            font-weight: 300; } }
        @media (min-width: 1024px) and (min-width: 1024px) {
          .desktop-header .menu_content > ul li a {
            margin: 0 9px;
            font-size: 16px; } }
        @media (min-width: 1024px) and (min-width: 1280px) {
          .desktop-header .menu_content > ul li a {
            margin: 0 16px;
            font-size: 18px; } }
@media (min-width: 1024px) {
          .desktop-header .menu_content > ul li > a:after {
            display: none; }
      .desktop-header .menu_content .sub-menu {
        list-style: none;
        background-color: #fff;
        border: solid 1px #d4d4d4;
        padding: 0;
        z-index: 9999;
        display: none; }
        .desktop-header .menu_content .sub-menu li {
          float: none;
          padding: 5px 7px;
          width: 300px; }
    .desktop-header .menu-item-has-children:hover > .sub-menu {
      display: block;
      opacity: 1;
      visibility: visible; }
    .desktop-header .sub-menu {
      position: absolute;
      top: 50px;
      display: none;
      opacity: 0;
      visibility: hidden;
      -webkit-transiton: opacity 0.2s;
      -moz-transition: opacity 0.2s;
      -ms-transition: opacity 0.2s;
      -o-transition: opacity 0.2s;
      -transition: opacity 0.2s; }
    .desktop-header .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu {
      position: relative;
      top: 0px;
      left: 0px;
      display: block;
      border: none;
      visibility: visible;
      opacity: 1; }
    .desktop-header .menu-item-has-children > .sub-menu > .menu-item-has-children {
      position: relative; } }
@media (min-width: 1280px) {
  .desktop-header .menu_content.fixed_menu {
    width: 1280px; }
  .desktop-header .menu_header .logo_container {
    width: 220px;
    height: 208px; }
  .desktop-header .menu_header .menu_content {
    padding: 0 7px; }
    .desktop-header .menu_header .menu_content > ul {
      padding: 15px 0; } }
.header-logo {
  max-width: 250px;
  margin-top: 20px;
  margin-bottom: 20px; }

@media (max-width: 767px) and (min-width: 480px) {
  .header-logo {
    max-width: 350px; } }
@media (min-width: 768px) {
  .header-logo {
    max-width: 450px; } }
/** Mobile Header styles **/
/** 404 page styles **/
.page_not_found {
  border: solid 1px #d4d4d4;
  padding: 50px; }

/** 404 page end **/
/** Mobile calendar styles **/
.events_page_container .title_line {
  width: 30%; }
.events_page_container .tribe-events-month #tribe-events-footer ul li a {
  background: none;
  color: #ba1108;
  font-size: 18px; }

/** DESKTOP calendar styles **/
#tribe-events-content table.tribe-events-calendar {
  margin-top: 0 !important; }

.tribe-events-month .tribe-events-page-title {
  padding-bottom: 30px; }

.tribe-events-page-title {
  font-size: 30px;
  color: #003152;
  font-weight: 700;
  margin-bottom: 0px; }

@media (min-width: 320px) {
  .tribe-events-page-title {
    font-size: 24px; } }
@media (min-width: 480px) {
  .tribe-events-page-title {
    font-size: 18px; } }
@media (min-width: 768px) {
  .tribe-events-page-title {
    font-size: 24px; } }
@media (min-width: 1024px) {
  .tribe-events-page-title {
    font-size: 30px; } }
@media (min-width: 1280px) {
  .tribe-events-page-title {
    font-size: 38px; } }
.desktop_calendar .mobile_date_holder {
  width: 100%; }
.desktop_calendar .days {
  display: none; }
.desktop_calendar .mobile_event_name p {
  line-height: normal; }
  .desktop_calendar .mobile_event_name p a {
    color: #ba1108;
    font-weight: 700;
    font-size: 14px; }
.desktop_calendar .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .desktop_calendar .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a, .desktop_calendar #tribe_events_filters_wrapper input[type=submit], .desktop_calendar .tribe-events-button, .desktop_calendar #tribe-events .tribe-events-button, .desktop_calendar .tribe-events-button.tribe-inactive, .desktop_calendar #tribe-events .tribe-events-button:hover, .desktop_calendar .tribe-events-button:hover, .desktop_calendar .tribe-events-button.tribe-active:hover {
  background-color: #ba1108; }
.desktop_calendar .tribe-events-present .an_event .mobile_calendar .mobile_date_holder {
  background: #ba1108; }

.mobile_calendar .mobile_event_name {
  border-top: solid 1px #d4d4d4; }
.mobile_calendar .an_event_container:last-of-type .an_event_inner {
  border-bottom: solid 1px #ebebeb; }
.mobile_calendar .an_event .an_event_inner {
  border-top: solid 1px #ebebeb;
  width: 100%; }
  .mobile_calendar .an_event .an_event_inner .hover_state {
    border-left: solid 1px #ebebeb;
    border-right: solid 1px #ebebeb; }
.mobile_calendar .an_event .no_event_here {
  display: none; }
.mobile_calendar .an_event p {
  margin: 0; }
.mobile_calendar .an_event a {
  font-weight: 700;
  color: #ba1108;
  font-size: 15px; }
.mobile_calendar .an_event .mobile_date_holder {
  text-align: center;
  background-color: #d4d4d4;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  color: #fff;
  position: relative;
  height: 43px;
  line-height: 43px;
  text-align: center; }
  .mobile_calendar .an_event .mobile_date_holder p, .mobile_calendar .an_event .mobile_date_holder strong, .mobile_calendar .an_event .mobile_date_holder div {
    display: inline-block;
    float: left;
    text-transform: uppercase;
    font-weight: 700; }
  .mobile_calendar .an_event .mobile_date_holder .days {
    font-size: 9px;
    float: none; }
  .mobile_calendar .an_event .mobile_date_holder .compiled_date {
    line-height: 25px;
    float: none; }
  .mobile_calendar .an_event .mobile_date_holder strong {
    font-size: 18px;
    margin-right: 5px; }

.single-tribe_events .tribe-events-event-meta {
  background-color: #eeeeee;
  display: inline-block;
  width: 100%;
  padding: 0; }

.mobile_event_name {
  line-height: 40px; }

/** Mobile style ends **/
/** individual page template **/
.individual_content {
  border: solid 1px #d4d4d4;
  padding: 40px; }
  .individual_content h3 {
    font-size: 30px; }
  @media (min-width: 320px) and (max-width: 480px) {
    .individual_content h3 {
      font-size: 25px; } }
  .individual_content p {
    font-size: 16px; }
  .individual_content a {
    color: #003152;
    font-weight: 700; }

/** individual page template end **/
/** Burger icon styles **/
.menu_trigger {
  z-index: 999; }

@media (min-width: 320px) {
  .menu_trigger {
    right: 30px; } }
@media (min-width: 480px) {
  .menu_trigger {
    right: 55px; } }
.menu_trigger {
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); }
  .menu_trigger span {
    width: 30px;
    height: 3px;
    position: relative;
    margin: 5px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: block;
    background: red;
    top: 0;
    background-color: #f4b60c; }
  .menu_trigger span:nth-child(1) {
    top: 0px;
    display: none; }
  .menu_trigger span:nth-child(4) {
    opacity: 1; }

.menu_trigger.open span {
  background-color: #ba1108; }

.menu_trigger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

.menu_trigger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 9px; }

.menu_trigger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.menu_trigger.open span:nth-child(4) {
  opacity: 0; }

/** Burger icon style ends **/
/** Search page styles **/
.search_result_container article {
  margin-bottom: 15px; }

.pagination {
  float: right; }
  .pagination > * {
    margin-right: 10px;
    font-weight: bold;
    font-size: 14px; }
  .pagination a {
    color: #003152; }
  .pagination span {
    color: #ba1108; }

@media (min-width: 320px) {
  .search_result_container h1 {
    font-size: 20px; }
  .search_result_container h2 {
    font-size: 20px; }
  .search_result_container .events_thumb, .search_result_container .event_post_content_ah {
    width: 100%; } }
@media (min-width: 768px) {
  .search_result_container h1 {
    font-size: 35px; }
  .search_result_container .events_thumb, .search_result_container .event_post_content_ah {
    width: 50%; } }
/** Search page style ends **/
/** Mailchimp CSS Override **/
.ui-state-default .ui-icon {
  display: none; }

/** Mailchimp CSS END **/
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body, .container, .scroller {
  height: 100%; }

.scroller {
  overflow-y: scroll; }

.scroller,
.scroller-inner {
  position: relative; }

.container {
  position: relative;
  overflow: hidden;
  background: #34495e; }

.menu-trigger {
  position: relative;
  padding-left: 60px;
  font-size: 0.9em; }

.menu-trigger:before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 40px;
  height: 6px;
  background: #fff;
  content: ''; }

.mp-pusher {
  position: relative;
  left: 0;
  height: 100%; }

.mp-menu {
  position: absolute;
  /* we can't use fixed here :( */
  top: 0;
  left: 0;
  z-index: 1;
  width: 600px;
  height: 100%;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mp-level {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #336ca6;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

/* overlays for pusher and for level that gets covered */
.mp-pusher::after,
.mp-level::after,
.mp-level::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  content: '';
  opacity: 0; }

.mp-pusher::after,
.mp-level::after {
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  -moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s; }

.mp-level::after {
  z-index: -1; }

.mp-pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.mp-level.mp-level-overlay {
  cursor: pointer; }

.mp-level.mp-level-overlay.mp-level::before {
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 1; }

.mp-pusher,
.mp-level {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

/* overlap */
.mp-overlap .mp-level.mp-level-open {
  -webkit-transform: translate3d(-40px, 0, 0);
  -moz-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0); }

/* First level */
.mp-menu > .mp-level,
.mp-menu > .mp-level.mp-level-open,
.mp-menu.mp-overlap > .mp-level,
.mp-menu.mp-overlap > .mp-level.mp-level-open {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* cover */
.mp-cover .mp-level.mp-level-open {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

/* content style */
.mp-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.9); }

.mp-menu h2 {
  margin: 0;
  padding: 1em;
  color: rgba(0, 0, 0, 0.4);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  font-weight: 300;
  font-size: 2em; }

.mp-menu.mp-overlap h2::before {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 8px;
  font-size: 75%;
  line-height: 1.8;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.1s 0.3s;
  transition: opacity 0.3s, transform 0.1s 0.3s;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%); }

.mp-menu.mp-cover h2 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1em; }

.mp-overlap .mp-level.mp-level-overlay > h2::before {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0); }

.mp-menu ul li > a {
  display: block;
  padding: 0.7em 1em 0.7em 1.8em;
  outline: none;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
  font-size: 1.4em;
  color: #000;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
  text-transform: uppercase; }

.mp-menu ul li a:hover {
  color: #ba1108;
  font-weight: 700;
  text-decoration: none;
  border-left: solid 3px #f4b60c; }

.menu-item-has-children > a:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 20px;
  font-size: 25px; }

.mp-menu ul li::before {
  position: absolute;
  left: 10px;
  z-index: -1;
  color: rgba(0, 0, 0, 0.2);
  line-height: 3.5; }

.mp-menu ul li a:hover,
.mp-level > ul > li:first-child > a:hover {
  background: rgba(0, 0, 0, 0.2); }

/* seems like Chrome 34.0.1847.131 needs the second shadow otherwise the transition breaks */
.mp-back {
  background: rgba(0, 0, 0, 0.1);
  outline: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  display: block;
  font-size: 0.8em;
  padding: 1em;
  position: relative;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s; }

.mp-back::after {
  font-family: 'linecons';
  position: absolute;
  content: "\e037";
  right: 10px;
  font-size: 1.3em;
  color: rgba(0, 0, 0, 0.3); }

.mp-menu .mp-level.mp-level-overlay > .mp-back,
.mp-menu .mp-level.mp-level-overlay > .mp-back::after {
  background: transparent;
  color: transparent; }

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
/* We'll show the first level only */
.no-csstransforms3d .mp-pusher,
.no-js .mp-pusher {
  padding-left: 300px; }

.no-csstransforms3d .mp-menu .mp-level,
.no-js .mp-menu .mp-level {
  display: none; }

.no-csstransforms3d .mp-menu > .mp-level,
.no-js .mp-menu > .mp-level {
  display: block; }

/* Sub Menu Open */
.mp-level-open li {
  background-color: rgba(255, 255, 255, 0.95);
  border-left: solid 1px #d4d4d4; }

.mp-level-open li:last-child {
  border-bottom: solid 1px #d4d4d4; }

/** Menu Plugin Css End **/
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 0px auto 5px auto; }

.alignright {
  float: right;
  margin: 0px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 0px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  @page {
    margin: 10mm 10mm 15mm 10mm; }
  * {
    background: transparent;
    box-shadow: none !important;
    text-shadow: none !important;
    overflow: visible !important; }

  p, a {
    font-size: 18px; }

  h1 {
    font-size: 40px !important;
    color: #1f4666 !important;
    font-weight: bold; }

  h2 {
    font-size: 30px !important;
    color: #1f4666 !important;
    font-weight: bold; }

  h3 {
    font-size: 24px !important;
    color: #1f4666 !important;
    font-weight: bold; }

  h4 {
    font-size: 24px !important;
    color: #1f4666 !important;
    font-weight: normal; }

  h5 {
    font-size: 24px !important;
    color: #1f4666 !important; }

  h6 {
    font-size: 18px !important;
    color: #1f4666 !important; }

  .logo_container p {
    font-size: 15px; }

  .logo_container h6 {
    font-size: 20px;
    color: #252525; }

  .logo_container {
    margin-top: 20px; }
    .logo_container img {
      width: 130px; }

  .logo_container .company_meta {
    margin-top: 10px; }
    .logo_container .company_meta p {
      font-weight: 700; }

  .contact_page .contact_right {
    display: block !important; }

  .contact_page .contact_right a {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center; }

  .contact_page_container .contact_page_inner .contact_right img {
    float: none;
    width: 50%; }

  .custom_container .internal_one .internal_one_inner .page_thumbnail .thumbnail_title {
    padding-left: 0; }
    .custom_container .internal_one .internal_one_inner .page_thumbnail .thumbnail_title h2, .custom_container .internal_one .internal_one_inner .page_thumbnail .thumbnail_title p {
      padding-left: 15px; }

  .internal_one .internal_one_inner .page_content {
    padding-top: 0;
    display: inline-block; }

  .internal_two_inner p, .events_page_container p, .single p {
    font-size: 18px !important; }

  .single_post_inner .single_post_content .thecaption {
    color: #000; }

  .single_post_content .title {
    display: none; }

  .menu_container, .rss_feed_wrapper, .sidebar, footer, .header_slider_container, #tribe-events-bar, .breadcrumbs, .print, .tribe-events-list-separator-month:after, .tribe-events-list-separator-month:before,
  .tribe-events-back, .event_pagination, a[href]:after, #tribe-events-footer, .mobile_search, .desktop_search, .more_news, .single-pagination, .ah_paginate,
  .dynamic_box_wrapper, .download_container, .dynamic_block_wrapper, .contact_form_container {
    display: none !important; }

  article.single_events_article, .single_post_inner article, article.single_events_article,
  .internal_one .internal_one_inner .page_content, .internal_two .internal_two_inner .internal_two_inner_container,
  .contact_page_container, .contact_middle, .addthis_toolbox {
    border: none !important; }

  .page-template-template-hub-php .main-title, .page-template-page-gallery-php .main-title {
    display: block;
    color: #ba1108;
    font-weight: normal; }

  .main-title, .main-title-news, .tribe-events-page-title {
    display: block;
    font-size: 30px;
    text-align: left;
    font-weight: normal; }

  .sliderbox {
    display: none; }

  img {
    max-width: 100%; }

  .dynamic_block {
    width: 100% !important;
    border-color: #000 !important; }
    .dynamic_block img {
      display: none !important; }

  .internal_one .internal_one_inner .page_thumbnail .thumbnail_title {
    position: relative !important;
    font-weight: 700; }

  .gallery_thumbnail {
    margin-bottom: 20px; }

  .contact_page_inner {
    padding: 0 !important; }

  .page-template-page-template2-php p {
    width: 100%; }

  .gallery_page #imageGallery {
    width: 100% !important; }

  .gallery_page .light_slider_container .slider_caption {
    position: relative; }

  .gallery_page #imageGallery .slide_img {
    width: 100% !important;
    margin-bottom: 15px; }

  .gallery_page .slider-pager {
    display: none; }

  .gallery_slider_mobile {
    list-style: none; }

  .light_slider_container {
    border: none !important; }

  .lSSlideOuter .lSPager.lSGallery li {
    opacity: 1 !important; }

  .addthis_button {
    display: none; }

  .events-archive .custom_container {
    width: 100% !important; }

  .events-archive .vcalendar {
    width: 100% !important;
    margin-right: -15px; }

  .events-archive .type-tribe_events {
    width: 50%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    float: none !important;
    margin: 0 auto; }

  .single-tribe_events .tribe-events-venue-map {
    float: left;
    display: inline-block !important;
    width: 100%;
    height: 300px;
    overflow: hidden !important; }

  .events-archive .type-tribe_events h2, .events-archive .type-tribe_events a {
    line-height: 25px !Important; }

  .mobile_calendar .an_event .mobile_date_holder {
    background-color: #d4d4d4 !important; }

  .team_page .team_page_inner .team_single_item .permalink {
    border-bottom: none; }

  .contact_right {
    margin-top: 100px; }

  .bx-wrapper {
    display: none; }

  .single_news_container {
    width: 100%;
    page-break-inside: avoid; }
    .single_news_container .page_title {
      display: none; }
    .single_news_container .title a {
      line-height: normal; }
    .single_news_container .post_thumb {
      display: block;
      background: initial; }
      .single_news_container .post_thumb a {
        display: block;
        background: initial;
        background-size: cover !important;
        background-position: center !Important; } }
.tribe-events-notices {
  text-align: center; }

.tribe-events-notices.custom_notice li {
  float: none;
  text-align: center; }

.sidebar-widget .vcalendar li:nth-of-type(1) {
  display: none; }

/*# sourceMappingURL=style.css.map */
