@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i|Roboto+Mono:300,300i,400,400i,700|Roboto+Slab:300,400,700|Roboto:300,300i,400,400i,500,700');
@charset "utf-8";
/*- Branding Styles-*/
/*- Grid - Extra Styles-*/
@media only screen and (min-width: 1500px) {
  .container {
    width: 1480px;
  }
}
.container,
body [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (max-width: 767px) {
  .container,
  body [class*="col-"] {
    /* width: 100%; */
  }
}
@media only screen and (min-width: 320px) {
  .container,
  body [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .container,
  body [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 319px) {
  body [class*="col-xs-"] {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  body [class*="col-xs-"] {
    width: 50%;
  }
}
.row {
  margin-left: -5px;
  margin-right: -5px;
}
@media only screen and (min-width: 320px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (min-width: 1200px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 1500px) {
  .col-xl-6 {
    width: 50%;
  }
}
.display_flex {
  display: inline-block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex_dir_row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex_dir_row_rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex_dir_col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex_dir_col_rev {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex_justify_start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex_justify_end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex_justify_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex_justify_between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex_justify_around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.flex_align_items_start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex_align_items_end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flex_align_items_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_align_items_stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.flex_align_items_baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.flex_align_content_start {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.flex_align_content_end {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.flex_align_content_center {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.flex_align_content_stretch {
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.flex_align_content_between {
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.flex_align_content_around {
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}
.flex_align_self_auto {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.flex_align_self_start {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.flex_align_self_end {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.flex_align_self_center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.flex_align_self_baseline {
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}
.flex_align_self_stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
/*- Base Styles -*/
body {
  background: #ffffff;
  font-family: 'Roboto', sans-serif;
  color: #333333;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  body {
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  body {
    font-size: 16px;
  }
}
p {
  margin: 0 0 25px;
}
blockquote p {
  margin-left: 25px;
  padding-left: 25px;
  border-left: 2px solid #e1e1e1;
  font-size: 16px;
  font-style: italic;
}
@media only screen and (max-width: 479px) {
  p {
    font-size: 16px;
    margin: 0 0 20px;
  }
}
blockquote {
  margin: 0;
  padding: 0;
  border: none;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 25px;
}
pre,
code,
pre code {
  font-family: 'Roboto Mono', monospace;
  font-size: 14px;
  font-weight: 400;
}
pre {
  margin: 0 0 25px;
  padding: 15px 25px;
  border: 1px solid #e1e1e1;
  background: #fbfbfb;
}
code {
  margin: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-left: 25px;
}
img {
  max-width: 100%;
  height: auto;
}
ul,
ol {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
ul li,
ol li {
  list-style-position: outside;
  list-style-image: none;
  margin: 0 0 0 20px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  ul li,
  ol li {
    margin: 0;
    list-style-position: inside;
  }
}
@media only screen and (max-width: 479px) {
  ul,
  ol {
    margin: 0 0 20px;
  }
}
ul li {
  position: relative;
  list-style-type: none;
}
ul li:before {
  content: '\f111';
  font-family: 'FontAwesome';
  font-size: 8px;
  position: absolute;
  top: 8px;
  left: -20px;
}
@media only screen and (max-width: 767px) {
  ul li:before {
    position: relative;
    top: -3px;
    left: auto;
    margin-right: 8px;
  }
}
ol li {
  list-style-type: decimal;
}
ul.list_icon li {
  position: relative;
  list-style-type: none;
}
ul.list_icon li:before {
  content: '\f00c';
  font-size: 14px;
  color: #c91b6e;
  top: 3px;
}
@media only screen and (max-width: 767px) {
  ul.list_icon li:before {
    top: -1px;
    left: auto;
    margin-right: 6px;
  }
}
ul.ul_half {
  width: 48%;
  float: left;
  margin-right: 2%;
}
@media only screen and (max-width: 767px) {
  ul.ul_half {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
  ul.ul_half + ul.ul_half {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 479px) {
  ul.ul_half + ul.ul_half {
    margin: 0 0 20px;
  }
}
ul.ul_half + * {
  clear: both;
}
ul.ul_half + ul.ul_half {
  clear: none;
}
ul.ul_third {
  width: 31.333%;
  float: left;
  margin-right: 2%;
}
@media only screen and (max-width: 767px) {
  ul.ul_third {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
  ul.ul_third + ul.ul_third + ul.ul_third {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 479px) {
  ul.ul_third + ul.ul_third + ul.ul_third {
    margin: 0 0 20px;
  }
}
ul.ul_third + * {
  clear: both;
}
ul.ul_third + ul.ul_third {
  clear: none;
}
.ul_col2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.ul_col3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media only screen and (max-width: 479px) {
  .ul_col2,
  .ul_col3 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 25px;
  padding: 0;
  width: 100%;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
}
table th {
  background: #fbfbfb;
}
table th,
table td {
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 3px 5px;
  text-align: left;
}
@media only screen and (max-width: 479px) {
  table {
    margin: 0 0 20px;
  }
}
a,
button,
input[type=submit],
input[type=reset] {
  cursor: pointer;
}
a {
  display: inline-block;
  color: #c91b6e;
  text-decoration: none;
  font-weight: 300;
  word-wrap: break-word;
}
a:hover,
a:focus {
  color: #9c1555;
  text-decoration: underline;
}
/*- Font Styles-*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  position: relative;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 25px;
  text-rendering: auto;
  z-index: 1;
}
@media only screen and (max-width: 479px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 20px;
  }
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 20px;
}
@media only screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
}
.fw_300 {
  font-weight: 300;
}
.fw_400 {
  font-weight: 400;
}
.fw_500 {
  font-weight: 500;
}
.fw_700 {
  font-weight: 700;
}
.fs_12 {
  font-size: 12px;
}
.fs_14 {
  font-size: 14px;
}
.fs_16 {
  font-size: 16px;
}
.fs_18 {
  font-size: 18px;
}
.fs_20 {
  font-size: 20px;
}
.fs_22 {
  font-size: 22px;
}
.fs_24 {
  font-size: 24px;
}
.fs_28 {
  font-size: 28px;
}
.fs_32 {
  font-size: 32px;
}
.fs_36 {
  font-size: 36px;
}
.fs_40 {
  font-size: 40px;
}
.fs_44 {
  font-size: 44px;
}
.fs_48 {
  font-size: 48px;
}
.fs_52 {
  font-size: 52px;
}
.fs_56 {
  font-size: 56px;
}
.fs_60 {
  font-size: 60px;
}
@media only screen and (max-width: 479px) {
  .fs_12 {
    font-size: 10px;
  }
  .fs_14 {
    font-size: 12px;
  }
  .fs_16 {
    font-size: 14px;
  }
  .fs_18 {
    font-size: 16px;
  }
  .fs_20 {
    font-size: 18px;
  }
  .fs_22 {
    font-size: 20px;
  }
  .fs_24 {
    font-size: 22px;
  }
  .fs_28 {
    font-size: 24px;
  }
  .fs_32 {
    font-size: 26px;
  }
  .fs_36 {
    font-size: 28px;
  }
  .fs_40 {
    font-size: 30px;
  }
  .fs_44 {
    font-size: 32px;
  }
  .fs_48 {
    font-size: 34px;
  }
  .fs_52 {
    font-size: 36px;
  }
  .fs_56 {
    font-size: 38px;
  }
  .fs_60 {
    font-size: 40px;
  }
}
.f_roboto {
  font-family: 'Roboto', sans-serif;
}
.f_robotoC {
  font-family: 'Roboto Condensed', sans-serif;
}
.f_robotoS {
  font-family: 'Roboto Slab', serif;
}
.f_robotoM {
  font-family: 'Roboto Mono', monospace;
}
.italic {
  font-style: italic;
}
.strike {
  text-decoration: line-through;
}
.tt_upper {
  text-transform: uppercase;
}
.tt_lower {
  text-transform: lowercase;
}
.tt_cap {
  text-transform: capitalize;
}
.tt_none {
  text-transform: none;
}
.td_none {
  text-decoration: none;
}
.td_line {
  text-decoration: underline;
}
.fc_color_1,
.fc_color_1 a,
.fc_color_1 a:hover,
a.fc_color_1,
a.fc_color_1:hover {
  color: #c91b6e;
}
.fc_color_2,
.fc_color_2 a,
.fc_color_2 a:hover,
a.fc_color_2,
a.fc_color_2:hover {
  color: #1f1f1f;
}
.fc_color_3,
.fc_color_3 a,
.fc_color_3 a:hover,
a.fc_color_3,
a.fc_color_3:hover {
  color: #838586;
}
.fc_white,
.fc_white a,
.fc_white a:hover,
a.fc_white,
a.fc_white:hover {
  color: white;
}
.fc_text,
.fc_text a,
.fc_text a:hover,
a.fc_text,
a.fc_text:hover {
  color: #333333;
}
.fc_black,
.fc_black a,
.fc_black a:hover,
a.fc_black,
a.fc_black:hover {
  color: black;
}
/*- Layout Styles -*/
.TAC {
  text-align: center;
}
.TAL {
  text-align: left;
}
.TAR {
  text-align: right;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.nonei {
  display: none !important;
}
.none {
  display: none;
}
.inline {
  display: inline;
}
.block {
  display: block;
}
.DIB {
  display: inline-block;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
/*- Buttons -*/
.btn_base {
  display: inline-block;
  text-align: center;
  font-weight: 400;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
  border-color: #333333;
  transition: background 0.25s ease-out, color 0.25s ease-out;
  /* &.btn_outline {
			background: none;
				&:hover, &:focus {
					color: #FFF;
				}
		} */
}
.btn_base:hover,
.btn_base:focus {
  text-decoration: none;
  transition: background 0.25s ease-out, color 0.25s ease-out;
}
.btn_solid {
  display: inline-block;
  text-align: center;
  font-weight: 400;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
  border-color: #333333;
  transition: background 0.25s ease-out, color 0.25s ease-out;
  /* &.btn_outline {
			background: none;
				&:hover, &:focus {
					color: #FFF;
				}
		} */
  color: #FFF;
  background: #333333;
}
.btn_solid:hover,
.btn_solid:focus {
  text-decoration: none;
  transition: background 0.25s ease-out, color 0.25s ease-out;
}
.btn_solid:hover,
.btn_solid:focus {
  color: #333333;
  background: none;
}
.btn_solid.btn_color_1 {
  background: #c91b6e;
  border-color: #c91b6e;
}
.btn_solid.btn_color_1:hover,
.btn_solid.btn_color_1:focus {
  color: #c91b6e;
  background: none;
}
.btn_solid.btn_color_2 {
  background: #1f1f1f;
  border-color: #1f1f1f;
}
.btn_solid.btn_color_2:hover,
.btn_solid.btn_color_2:focus {
  color: #1f1f1f;
  background: none;
}
.btn_solid.btn_color_3 {
  background: #838586;
  border-color: #838586;
}
.btn_solid.btn_color_3:hover,
.btn_solid.btn_color_3:focus {
  color: #838586;
  background: none;
}
.btn_solid.btn_white {
  color: #333333;
  background: #FFF;
  border-color: #FFF;
}
.btn_solid.btn_white:hover,
.btn_solid.btn_white:focus {
  color: #FFF;
  background: none;
}
.btn_outline {
  display: inline-block;
  text-align: center;
  font-weight: 400;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
  border-color: #333333;
  transition: background 0.25s ease-out, color 0.25s ease-out;
  /* &.btn_outline {
			background: none;
				&:hover, &:focus {
					color: #FFF;
				}
		} */
  color: #333333;
  background: none;
}
.btn_outline:hover,
.btn_outline:focus {
  text-decoration: none;
  transition: background 0.25s ease-out, color 0.25s ease-out;
}
.btn_outline:hover,
.btn_outline:focus {
  color: #FFF;
  background: #333333;
}
.btn_outline.btn_color_1 {
  color: #c91b6e;
  border-color: #c91b6e;
}
.btn_outline.btn_color_1:hover,
.btn_outline.btn_color_1:focus {
  color: #FFF;
  background: #c91b6e;
}
.btn_outline.btn_color_2 {
  color: #1f1f1f;
  border-color: #1f1f1f;
}
.btn_outline.btn_color_2:hover,
.btn_outline.btn_color_2:focus {
  color: #FFF;
  background: #1f1f1f;
}
.btn_outline.btn_color_3 {
  color: #838586;
  border-color: #838586;
}
.btn_outline.btn_color_3:hover,
.btn_outline.btn_color_3:focus {
  color: #FFF;
  background: #838586;
}
.btn_outline.btn_white {
  color: #FFF;
  border-color: #FFF;
}
.btn_outline.btn_white:hover,
.btn_outline.btn_white:focus {
  color: #333333;
  background: #FFF;
}
.btn_round {
  border-radius: 5px;
}
.btn_full {
  display: block;
  width: 100%;
  padding: 10px;
}
/*- Social Icons -*/
#mainContent .social_icons {
  margin-bottom: 25px;
}
.social_icons {
  display: block;
  font-size: 30px;
}
footer .social_icons a:hover {
  color: #c91b6e;
}
/*- Google Map -*/
#mainContent .map {
  margin-bottom: 25px;
}
#mainContent .map iframe {
  width: 100%;
  height: 200px;
}
@media only screen and (max-width: 767px) {
  #mainContent .map iframe {
    max-height: 500px;
  }
}
@media only screen and (max-width: 479px) {
  #mainContent .map iframe {
    max-height: 350px;
  }
}
@media only screen and (max-width: 319px) {
  #mainContent .map iframe {
    max-height: 200px;
  }
}
/*- Header -*/
header {
  background: none;
  padding: 30px 0;
}
.header_right {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .header_right {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .header_right {
    margin-top: 20px;
  }
}
#head_name,
#head_desc,
#head_text,
#head_phone,
#head_email {
  display: block;
}
#head_name a,
#head_desc a,
#head_text a,
#head_phone a,
#head_email a {
  display: inline-block;
}
#head_name {
  font-size: 26px;
  font-weight: 300;
  color: #333333;
}
#head_desc {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}
#head_text {
  font-size: 16px;
  font-weight: 300;
  color: #333333;
}
#head_phone {
  font-size: 42px;
  font-weight: 300;
  line-height: 1.1;
  color: #333333;
}
@media only screen and (max-width: 319px) {
  #head_phone {
    font-size: 32px;
  }
}
#head_phone a {
  color: #333333;
}
#head_phone a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #nav_contact #head_phone {
    margin-bottom: 10px;
  }
}
#head_email {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}
#head_email a {
  color: #333333;
}
/*- Navigation -*/
/*- Normal Nav -*/
nav {
  background: #c91b6e;
  position: relative;
  font-family: 'Roboto', sans-serif;
  /* .lightbox-form { cursor: alias; } */
}
@media only screen and (max-width: 767px) {
  nav {
    display: block;
    width: 0;
    height: 100%;
    padding: 25px 0;
    position: fixed;
    top: 0;
    left: -400px;
    transition: all 0.2s linear 0s;
    border: none;
  }
  nav .container,
  nav .row,
  nav .col-sm-12 {
    margin: 0;
    padding: 0;
  }
}
nav.slide-in {
  left: 0;
  overflow-y: auto;
  max-width: 80%;
  width: 300px;
  z-index: 999;
}
.nav {
  margin: 0;
  padding: 0;
  border-left: 1px solid #9c1555;
}
.nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav li:before {
  content: "";
  position: absolute;
}
.nav li.btn_popup_right {
  float: right;
}
.nav li.btn_popup_right a {
  border-left: 1px solid #9c1555;
}
.nav_full .nav li.btn_popup_right a {
  border-left: none;
}
@media only screen and (max-width: 767px) {
  .nav li.btn_popup_right {
    float: none;
  }
}
.nav > li {
  float: left;
}
.nav > li > a {
  color: #FFF;
  padding: 15px 20px;
  border-right: 1px solid #9c1555;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background: #9c1555;
}
@media only screen and (max-width: 767px) {
  .nav > li > a {
    border-right: none;
    border-bottom: 1px solid #9c1555;
  }
}
.nav > li.current-menu-item > a,
.nav > li.current_page_ancestor > a {
  background: #9c1555;
}
@media only screen and (max-width: 767px) {
  .nav > li {
    float: none;
    display: block;
  }
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: #9c1555;
  border-color: #9c1555;
}
@media only screen and (min-width: 768px) {
  .nav ul:hover,
  .nav .menu-item-has-children > a:hover + ul {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .nav {
    text-align: left;
    border: none;
    border-top: 1px solid #9c1555;
  }
}
.dropdown-menu {
  width: 100%;
  margin: 0 0 0 -1px;
  padding: 0;
  border-radius: 0;
  border-color: #9c1555;
  background: #c91b6e;
  border-bottom: none;
  box-shadow: none;
}
@media only screen and (min-width: 768px) {
  .dropdown-menu {
    width: calc(100% + 1px);
  }
}
@media only screen and (max-width: 767px) {
  .dropdown-menu {
    position: relative;
    top: auto;
    left: auto;
    float: none;
    margin: 0;
    min-width: 0;
    border: none;
    font-size: 16px;
  }
}
.dropdown-menu > li > a {
  font-weight: 300;
  color: #FFF;
  padding: 10px 20px;
  border-bottom: 1px solid #9c1555;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: #9c1555;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .dropdown-menu > li > a {
    padding: 15px 20px 15px 30px;
    white-space: normal;
  }
}
.open .dropdown-menu {
  display: block;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background: #9c1555;
  color: #FFF;
}
/*- /Normal Nav -*/
/*- Full Width Nav -*/
@media only screen and (min-width: 768px) {
  .nav_full .nav {
    display: inline-block;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .nav_full .nav > li {
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .nav_full .nav > li > a {
    text-align: center;
    height: 100%;
    display: inline-block;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
/*- /Full Width Nav -*/
/*- Mobile Navigation -*/
#slidenav_open {
  position: fixed;
  top: 20px;
  left: 0;
  width: 45px;
  height: 45px;
  background: #FFF;
  border: 2px solid #333333;
  border-left: none;
  border-radius: 0 5px 5px 0;
  margin: 0;
  padding: 0;
  z-index: 979;
  cursor: pointer;
}
#slidenav_open:before {
  content: '\f0c9';
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 21px;
  line-height: 21px;
  margin: 0;
  padding: 0;
  color: #333333;
}
@media only screen and (min-width: 768px) {
  #slidenav_open {
    display: none;
  }
}
#slidenav_close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  background: #c91b6e;
  border: 2px solid #333333;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
#slidenav_close:before {
  content: '\f00d';
  font-family: 'FontAwesome';
  position: absolute;
  top: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  color: #333333;
}
@media only screen and (min-width: 768px) {
  #slidenav_close {
    display: none;
  }
}
#slidenav_overlay {
  background: 0 0 rgba(0, 0, 0, 0.8);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.2s linear 0s;
  z-index: 989;
}
#nav_logo {
  margin-bottom: 25px;
  /* padding-right: 50px; */
}
@media only screen and (min-width: 768px) {
  #nav_logo {
    display: none;
  }
}
#nav_contact {
  margin-top: 25px;
}
#nav_contact a {
  color: #FFF;
}
@media only screen and (min-width: 768px) {
  #nav_contact {
    display: none;
  }
}
/*- /Mobile Navigation -*/
/*- Banner -*/
#banner {
  overflow: hidden;
  position: relative;
  background: #1f1f1f;
  border-bottom: 3px solid #9c1555;
}
@media only screen and (max-width: 991px) {
  #banner {
    padding-bottom: 40px;
  }
}
#banner_slider {
  z-index: 1;
}
#banner_slider > div {
  display: none;
}
#banner_slider > div:first-child {
  display: block;
}
.banner_slide {
  width: 100%;
}
.banner_img_pos {
  width: 100%;
  height: 100%;
}
.banner_img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .banner_img {
    height: 300px;
  }
}
@media only screen and (max-width: 479px) {
  .banner_img {
    height: 200px;
  }
}
.banner_short {
  height: 300px;
}
@media only screen and (max-width: 1499px) {
  .banner_short {
    height: 300px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner_short {
    height: 300px;
  }
}
@media only screen and (max-width: 991px) {
  .banner_short {
    height: 300px;
  }
}
@media only screen and (max-width: 991px) {
  .banner_short {
    height: 300px;
  }
}
@media only screen and (max-width: 479px) {
  .banner_short {
    height: 200px;
  }
}
.banner_mid {
  height: 500px;
}
@media only screen and (max-width: 1499px) {
  .banner_mid {
    height: 500px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner_mid {
    height: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .banner_mid {
    height: 300px;
  }
}
@media only screen and (max-width: 991px) {
  .banner_mid {
    height: 300px;
  }
}
@media only screen and (max-width: 479px) {
  .banner_mid {
    height: 200px;
  }
}
.banner_tall {
  height: 700px;
}
@media only screen and (max-width: 1499px) {
  .banner_tall {
    height: 600px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner_tall {
    height: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .banner_tall {
    height: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .banner_tall {
    height: 300px;
  }
}
@media only screen and (max-width: 479px) {
  .banner_tall {
    height: 200px;
  }
}
.banner_image_align_top_left {
  background-position: left top;
}
.banner_image_align_top_center {
  background-position: center top;
}
.banner_image_align_top_right {
  background-position: right top;
}
.banner_image_align_center_left {
  background-position: left center;
}
.banner_image_align_center {
  background-position: center center;
}
.banner_image_align_center_right {
  background-position: right center;
}
.banner_image_align_bottom_left {
  background-position: left bottom;
}
.banner_image_align_bottom_center {
  background-position: center bottom;
}
.banner_image_align_bottom_right {
  background-position: right bottom;
}
.banner_type_1 .banner_text_pos {
  position: absolute;
  width: 100%;
}
.banner_type_1 .banner_text_align_top_left {
  top: 20px;
  left: 0;
}
.banner_type_1 .banner_text_align_top_center {
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
}
.banner_type_1 .banner_text_align_top_right {
  top: 20px;
  right: 0;
  text-align: right;
}
.banner_type_1 .banner_text_align_center_left {
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.banner_type_1 .banner_text_align_center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.banner_type_1 .banner_text_align_center_right {
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: right;
}
.banner_type_1 .banner_text_align_bottom_left {
  bottom: 20px;
  left: 0;
}
.banner_type_1 .banner_text_align_bottom_center {
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
}
.banner_type_1 .banner_text_align_bottom_right {
  right: 0;
  bottom: 20px;
  text-align: right;
}
.banner_type_1 .banner_text_align_top_center [class*="col-"],
.banner_type_1 .banner_text_align_center [class*="col-"],
.banner_type_1 .banner_text_align_bottom_center [class*="col-"] {
  float: none;
  margin: 0 auto;
}
.banner_type_1 .banner_text_align_top_right [class*="col-"],
.banner_type_1 .banner_text_align_center_right [class*="col-"],
.banner_type_1 .banner_text_align_bottom_right [class*="col-"] {
  float: right;
}
.banner_type_1 .banner_text_holder {
  position: relative;
  display: inline-block;
  padding: 25px 25px 0;
}
@media only screen and (max-width: 479px) {
  .banner_type_1 .banner_text_holder {
    padding: 10px 10px 0 10px;
  }
}
.banner_type_1 .banner_text {
  position: relative;
  z-index: 2;
}
.banner_type_1 .banner_text_bg {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .banner_type_1 .banner_text_bg {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .banner_type_1 .banner_slide {
    height: auto;
  }
  .banner_type_1 .banner_text_pos {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    text-align: center;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .banner_type_1 .banner_text_pos .container {
    padding: 0;
  }
}
.banner_type_2 .banner_text_pos {
  position: absolute;
  width: 100%;
}
.banner_type_2 .banner_text_align_top_left {
  top: 20px;
  left: 0;
}
.banner_type_2 .banner_text_align_top_center {
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
}
.banner_type_2 .banner_text_align_top_right {
  top: 20px;
  right: 0;
  text-align: right;
}
.banner_type_2 .banner_text_align_center_left {
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.banner_type_2 .banner_text_align_center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.banner_type_2 .banner_text_align_center_right {
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: right;
}
.banner_type_2 .banner_text_align_bottom_left {
  bottom: 20px;
  left: 0;
}
.banner_type_2 .banner_text_align_bottom_center {
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
}
.banner_type_2 .banner_text_align_bottom_right {
  right: 0;
  bottom: 20px;
  text-align: right;
}
.banner_type_2 .banner_text_align_top_left .banner_text_holder,
.banner_type_2 .banner_text_align_center_left .banner_text_holder,
.banner_type_2 .banner_text_align_bottom_left .banner_text_holder {
  padding-left: 2000px;
  margin-left: -2000px;
}
.banner_type_2 .banner_text_align_top_center .banner_text_holder,
.banner_type_2 .banner_text_align_center .banner_text_holder,
.banner_type_2 .banner_text_align_bottom_center .banner_text_holder {
  padding-left: 2000px;
  padding-right: 2000px;
  margin: 0 -2000px;
}
.banner_type_2 .banner_text_align_top_center [class*="col-"],
.banner_type_2 .banner_text_align_center [class*="col-"],
.banner_type_2 .banner_text_align_bottom_center [class*="col-"] {
  float: none;
  margin: 0 auto;
}
.banner_type_2 .banner_text_align_top_right .banner_text_holder,
.banner_type_2 .banner_text_align_center_right .banner_text_holder,
.banner_type_2 .banner_text_align_bottom_right .banner_text_holder {
  padding-right: 2000px;
  margin-right: -2000px;
}
.banner_type_2 .banner_text_align_top_right [class*="col-"],
.banner_type_2 .banner_text_align_center_right [class*="col-"],
.banner_type_2 .banner_text_align_bottom_right [class*="col-"] {
  float: right;
}
.banner_type_2 .banner_text_holder {
  position: relative;
  display: inline-block;
  padding: 25px 25px 0;
}
@media only screen and (max-width: 479px) {
  .banner_type_2 .banner_text_holder {
    padding: 10px 10px 0 10px;
  }
}
.banner_type_2 .banner_text {
  position: relative;
  z-index: 2;
}
.banner_type_2 .banner_text_bg {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .banner_type_2 .banner_text_bg {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .banner_type_2 .banner_slide {
    height: auto;
  }
  .banner_type_2 .banner_text_pos {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    text-align: center;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .banner_type_2 .banner_text_pos .container {
    padding: 0;
  }
}
.banner_type_3 .banner_text_pos {
  position: absolute;
  width: 100%;
}
.banner_type_3 .banner_text_pos .container {
  position: relative;
  z-index: 2;
}
.banner_type_3 .banner_text_pos [class*="col-"] {
  width: 100%;
  margin: 0;
}
.banner_type_3 .banner_text_align_top_left {
  top: 0;
  left: 0;
}
.banner_type_3 .banner_text_align_top_center {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
}
.banner_type_3 .banner_text_align_top_right {
  top: 0;
  right: 0;
  text-align: right;
}
.banner_type_3 .banner_text_align_center_left {
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.banner_type_3 .banner_text_align_center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.banner_type_3 .banner_text_align_center_right {
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: right;
}
.banner_type_3 .banner_text_align_bottom_left {
  bottom: 0;
  left: 0;
}
.banner_type_3 .banner_text_align_bottom_center {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
}
.banner_type_3 .banner_text_align_bottom_right {
  right: 0;
  bottom: 0;
  text-align: right;
}
.banner_type_3 .banner_text_align_top_center [class*="col-"],
.banner_type_3 .banner_text_align_center [class*="col-"],
.banner_type_3 .banner_text_align_bottom_center [class*="col-"] {
  float: none;
  margin: 0 auto;
}
.banner_type_3 .banner_text_align_top_right [class*="col-"],
.banner_type_3 .banner_text_align_center_right [class*="col-"],
.banner_type_3 .banner_text_align_bottom_right [class*="col-"] {
  float: right;
}
.banner_type_3 .banner_text_holder {
  position: relative;
  display: inline-block;
  padding: 25px 0 0;
}
@media only screen and (max-width: 991px) {
  .banner_type_3 .banner_text_holder {
    padding: 25px 25px 0;
  }
}
@media only screen and (max-width: 479px) {
  .banner_type_3 .banner_text_holder {
    padding: 10px 10px 0;
  }
}
.banner_type_3 .banner_text_bg {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .banner_type_3 .banner_text_bg {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .banner_type_3 .banner_slide {
    height: auto;
  }
  .banner_type_3 .banner_text_pos {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    text-align: center;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .banner_type_3 .banner_text_pos .container {
    padding: 0;
  }
}
.banner_type_4 .banner_img_pos {
  width: 50%;
  margin-left: 50%;
}
.banner_type_4 .banner_img_pos .banner_img_holder {
  /* width: 120%; */
  height: 100%;
  -webkit-transform: skew(-20deg, 0);
  -moz-transform: skew(-20deg, 0);
  -ms-transform: skew(-20deg, 0);
  -o-transform: skew(-20deg, 0);
  transform: skew(-20deg, 0);
  overflow: hidden;
  border-left: 3px solid #9c1555;
}
.banner_type_4 .banner_img_pos .banner_img {
  -webkit-transform: skew(20deg, 0);
  -moz-transform: skew(20deg, 0);
  -ms-transform: skew(20deg, 0);
  -o-transform: skew(20deg, 0);
  transform: skew(20deg, 0);
  /* margin-left: -90px; */
}
@media only screen and (max-width: 991px) {
  .banner_type_4 .banner_img_pos {
    width: 100%;
    margin: 0;
  }
  .banner_type_4 .banner_img_pos .banner_img,
  .banner_type_4 .banner_img_pos .banner_img_holder {
    -webkit-transform: skew(0, 0);
    -moz-transform: skew(0, 0);
    -ms-transform: skew(0, 0);
    -o-transform: skew(0, 0);
    transform: skew(0, 0);
    border: none;
  }
}
.banner_type_4 .banner_short .banner_img_holder {
  width: 109%;
}
.banner_type_4 .banner_short .banner_img {
  margin-left: -60px;
}
@media only screen and (max-width: 1499px) {
  .banner_type_4 .banner_short .banner_img_holder {
    width: 111%;
  }
  .banner_type_4 .banner_short .banner_img {
    margin-left: -60px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner_type_4 .banner_short .banner_img_holder {
    width: 113%;
  }
  .banner_type_4 .banner_short .banner_img {
    margin-left: -60px;
  }
}
@media only screen and (max-width: 991px) {
  .banner_type_4 .banner_short .banner_img_holder {
    width: 117%;
  }
  .banner_type_4 .banner_short .banner_img {
    margin-left: -60px;
  }
}
.banner_type_4 .banner_mid .banner_img_holder {
  width: 117%;
}
.banner_type_4 .banner_mid .banner_img {
  margin-left: -115px;
}
@media only screen and (max-width: 1499px) {
  .banner_type_4 .banner_mid .banner_img_holder {
    width: 117%;
  }
  .banner_type_4 .banner_mid .banner_img {
    margin-left: -95px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner_type_4 .banner_mid .banner_img_holder {
    width: 118%;
  }
  .banner_type_4 .banner_mid .banner_img {
    margin-left: -85px;
  }
}
@media only screen and (max-width: 991px) {
  .banner_type_4 .banner_mid .banner_img_holder {
    width: 100%;
  }
  .banner_type_4 .banner_mid .banner_img {
    margin-left: 0px;
  }
}
.banner_type_4 .banner_tall .banner_img_holder {
  width: 120%;
}
.banner_type_4 .banner_tall .banner_img {
  margin-left: -150px;
}
@media only screen and (max-width: 1499px) {
  .banner_type_4 .banner_tall .banner_img_holder {
    width: 125%;
  }
  .banner_type_4 .banner_tall .banner_img {
    margin-left: -130px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner_type_4 .banner_tall .banner_img_holder {
    width: 125%;
  }
  .banner_type_4 .banner_tall .banner_img {
    margin-left: -115px;
  }
}
@media only screen and (max-width: 991px) {
  .banner_type_4 .banner_tall .banner_img_holder {
    width: 127%;
  }
  .banner_type_4 .banner_tall .banner_img {
    margin-left: -95px;
  }
}
.banner_type_4 .banner_text_pos {
  position: absolute;
  width: 100%;
}
.banner_type_4 .banner_text_pos .container {
  position: relative;
  z-index: 2;
}
.banner_type_4 .banner_text_pos [class*="col-"] {
  width: 50%;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .banner_type_4 .banner_text_pos [class*="col-"] {
    width: 100%;
  }
}
.banner_type_4 .banner_text_align_top_left {
  top: 0;
  left: 0;
}
.banner_type_4 .banner_text_align_top_center {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
}
.banner_type_4 .banner_text_align_top_right {
  top: 0;
  right: 0;
  text-align: right;
}
.banner_type_4 .banner_text_align_center_left {
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.banner_type_4 .banner_text_align_center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.banner_type_4 .banner_text_align_center_right {
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: right;
}
.banner_type_4 .banner_text_align_bottom_left {
  bottom: 0;
  left: 0;
}
.banner_type_4 .banner_text_align_bottom_center {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
}
.banner_type_4 .banner_text_align_bottom_right {
  right: 0;
  bottom: 0;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .banner_type_4 .banner_slide {
    height: auto;
  }
  .banner_type_4 .banner_text_pos {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    text-align: center;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .banner_type_4 .banner_text_pos .container {
    padding: 0;
  }
  .banner_type_4 .banner_text_holder {
    padding: 10px 10px 0 10px;
  }
}
.btn_slider {
  width: 30px;
  height: 60px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 3;
  cursor: pointer;
  opacity: 0.6;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media only screen and (max-width: 991px) {
  .btn_slider {
    width: 20px;
    height: 30px;
    top: auto;
    bottom: 10px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
#btn_prev {
  left: 10px;
  background-image: url('/wp-content/themes/bjb/images/btn_banner-prev.png');
}
#btn_next {
  right: 10px;
  background-image: url('/wp-content/themes/bjb/images/btn_banner-next.png');
}
#btn_prev:hover,
#btn_next:hover,
#btn_prev:focus,
#btn_next:focus {
  opacity: 1;
}
#btn_prev:active,
#btn_next:active {
  opacity: 0.4;
}
#banner_pager {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  z-index: 2;
}
#banner_pager span {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: #1f1f1f;
  border: 2px solid #c91b6e;
  margin: 0 5px;
  cursor: pointer;
  opacity: 0.8;
  border-radius: 50%;
}
#banner_pager span.cycle-pager-active,
#banner_pager span:hover {
  background: #c91b6e;
  opacity: 1;
  border-color: #1f1f1f;
}
/*- Box Links -*/
#box_links {
  padding: 50px 0;
}
.box_link {
  display: block;
  width: 100%;
  margin: 0 0 40px;
  padding: 0;
  color: #333333;
  position: relative;
  overflow: hidden;
}
.box_link_text_position_over .box_link_content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: auto;
  transition: all 0.25s ease-in-out;
}
.box_link_text_position_over .box_link_image {
  margin-bottom: 0;
}
.box_link_text_position_under .box_link_content {
  text-align: center;
}
.box_link:hover {
  color: #333333;
  text-decoration: none;
}
.box_link span {
  display: block;
}
.box_link_image {
  margin-bottom: 10px;
  text-align: center;
}
.box_link_content {
  text-align: center;
}
.box_link_title h4 {
  margin-bottom: 10px;
}
.box_link_excerpt p {
  margin-bottom: 0;
}
a.box_link:hover .box_link_image {
  opacity: 0.8;
}
.box_link_style_list .box_link {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}
@media only screen and (max-width: 767px) {
  .box_link_style_list .box_link {
    padding-bottom: 30px;
  }
}
.box_link_style_list [class*='col-sm']:last-child .box_link {
  border-bottom: none;
}
.box_link_style_list span.box_link_content {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .box_link_style_list span.box_link_content {
    text-align: center;
  }
}
/*- Page Styles -*/
#content {
  padding: 50px 0;
  /* #box_links + & { padding-top: 0; } */
}
#mainContent,
#sidebar {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .pull-left,
  .pull-right {
    float: none !important;
  }
}
/*- Flexible Page -*/
.flexpage_row {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.flexpage_row.background_repeat {
  background-repeat: repeat;
  background-size: auto;
}
.flexpage_row_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.flexpage_row_overlay + .container {
  position: relative;
  z-index: 2;
}
.flexpage_row .full_width {
  width: auto;
}
.flexible_block {
  margin-bottom: 25px;
}
/*- Posts - Blog/Search -*/
.post-item {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
}
.post-item:last-child {
  border-bottom: none;
}
.post-img {
  margin-bottom: 25px;
}
.post-title h3 {
  margin-bottom: 5px;
}
.post-date {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #4d4d4d;
}
.post-single .post-item {
  margin-bottom: 30px;
  padding-bottom: 0;
  border-bottom: none;
}
.post-single .post-title h3 {
  margin-bottom: 25px;
}
/*- Widgets -*/
.widget_block {
  margin-bottom: 40px;
}
.widget_block h3 {
  margin-bottom: 10px;
}
.widget_block .form_bg {
  margin-bottom: 0;
}
.gallery_widget_content {
  display: inline-block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.gallery_widget_content > a,
.gallery_widget_content > img {
  margin: 0 0 10px;
  padding: 0 5px;
  text-align: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.map_widget_content iframe {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .map_widget_content iframe {
    max-height: 500px;
  }
}
@media only screen and (max-width: 479px) {
  .map_widget_content iframe {
    max-height: 350px;
  }
}
@media only screen and (max-width: 319px) {
  .map_widget_content iframe {
    max-height: 200px;
  }
}
.contact_details {
  display: block;
  margin-bottom: 25px;
}
.widget_block .contact_details {
  margin-bottom: 0;
}
.contact_display {
  display: inline-block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.contact_display_letters .contact_display_left,
.contact_display_icons .contact_display_left {
  -webkit-box-flex: 0 1 30px;
  -webkit-flex: 0 1 30px;
  -ms-flex: 0 1 30px;
  flex: 0 1 30px;
  font-weight: 400;
}
.contact_display_words .contact_display_left {
  -webkit-box-flex: 0 1 115px;
  -webkit-flex: 0 1 115px;
  -ms-flex: 0 1 115px;
  flex: 0 1 115px;
}
.contact_display_right {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media only screen and (max-width: 767px) {
  .contact_display_words .contact_display {
    display: block;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .contact_display_letters .contact_display,
  .contact_display_icons .contact_display {
    display: block;
  }
  .contact_display_letters .contact_display_left,
  .contact_display_icons .contact_display_left,
  .contact_display_letters .contact_display_right,
  .contact_display_icons .contact_display_right {
    display: inline-block;
    vertical-align: top;
  }
}
.bjb_quicklinks a {
  color: #333333;
}
footer .bjb_quicklinks a {
  color: #FFF;
}
.searchform {
  display: inline-block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.searchform label {
  display: none;
}
.searchform span,
.searchform button {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.searchform span {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.searchform span input {
  width: 100%;
  background: #f7f7f7;
  border: 1px solid #e1e1e1;
  padding: 10px;
  color: #333333;
}
footer .searchform span input {
  background: #FFF;
}
.searchform button {
  -webkit-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  border: none;
  background: #c91b6e;
}
.searchform button:hover {
  background: #9c1555;
}
.searchform button i {
  color: #FFF;
  padding: 10px;
}
.testimonial_widget_post p:nth-last-child(2) {
  margin-bottom: 0;
}
/*- Pagination -*/
.pagination {
  text-align: center;
  display: block;
  margin: 0 0 50px;
  padding: 0;
  border-radius: 0;
}
.pagination a,
.pagination span {
  display: inline-block;
  border: 1px solid #c91b6e;
  background: none;
  color: #c91b6e;
  text-decoration: none;
  padding: 5px 15px;
}
.pagination a:hover,
.pagination a:focus,
.pagination span.page-numbers.current {
  background: #c91b6e;
  color: #FFF;
  border-color: #c91b6e;
}
.pagination span.page-numbers.dots {
  border-color: transparent;
}
/*- Sidebar -*/
#sidebar {
  /* .widget_title {
		background: @color_1;
		padding: 10px 20px;
			h3 {
				color: #FFF;
				margin: 0;
			}
	}
	.widget_content {
		background: @bg_grey;
		padding: 20px;
	} */
}
/* #sidebar {
	&:first-child h3 {
		background: @color_1;
		padding: 10px 20px;
		color: #FFF;
		margin: 0;
			& + * {
				padding: 20px;
			}
	}
	.widget_content {
		background: @bg_grey;
		padding: 20px;
	}
} */
/*- Footer -*/
#above_footer {
  background: #838586;
  color: #FFF;
  padding: 50px 0 60px;
  text-align: center;
}
.col_50 {
  width: 50%;
}
.col_60 {
  width: 60%;
}
.col_70 {
  width: 70%;
}
.col_80 {
  width: 80%;
}
.col_90 {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .col_90 {
    width: 100%;
  }
}
.col_100 {
  width: 100%;
}
.col_50,
.col_60,
.col_70,
.col_80 {
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .col_50,
  .col_60,
  .col_70,
  .col_80 {
    width: 80%;
  }
}
@media only screen and (max-width: 991px) {
  .col_50,
  .col_60,
  .col_70,
  .col_80 {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .col_50,
  .col_60,
  .col_70,
  .col_80 {
    width: 100%;
  }
}
#above_footer_slider {
  z-index: 1;
}
#above_footer_slider > div {
  display: none;
}
#above_footer_slider > div:first-child {
  display: block;
}
.above_footer_gallery {
  display: inline-block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.above_footer_gallery.img_1 .above_footer_gallery_image {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  width: 100%;
}
.above_footer_gallery.img_2 .above_footer_gallery_image {
  -webkit-box-flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  width: 50%;
}
@media only screen and (max-width: 479px) {
  .above_footer_gallery.img_2 .above_footer_gallery_image {
    -webkit-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
  }
}
.above_footer_gallery.img_3 .above_footer_gallery_image {
  -webkit-box-flex: 0 1 33.33333333%;
  -webkit-flex: 0 1 33.33333333%;
  -ms-flex: 0 1 33.33333333%;
  flex: 0 1 33.33333333%;
  width: 33.333333333%;
}
@media only screen and (max-width: 767px) {
  .above_footer_gallery.img_3 .above_footer_gallery_image {
    -webkit-box-flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .above_footer_gallery.img_3 .above_footer_gallery_image {
    -webkit-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
  }
}
.above_footer_gallery.img_4 .above_footer_gallery_image {
  -webkit-box-flex: 0 1 25%;
  -webkit-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  width: 25%;
}
@media only screen and (max-width: 991px) {
  .above_footer_gallery.img_4 .above_footer_gallery_image {
    -webkit-box-flex: 0 1 33.33333333%;
    -webkit-flex: 0 1 33.33333333%;
    -ms-flex: 0 1 33.33333333%;
    flex: 0 1 33.33333333%;
    width: 33.333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .above_footer_gallery.img_4 .above_footer_gallery_image {
    -webkit-box-flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .above_footer_gallery.img_4 .above_footer_gallery_image {
    -webkit-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
  }
}
.above_footer_gallery.img_5 .above_footer_gallery_image {
  -webkit-box-flex: 0 1 20%;
  -webkit-flex: 0 1 20%;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
  width: 20%;
}
@media only screen and (max-width: 1199px) {
  .above_footer_gallery.img_5 .above_footer_gallery_image {
    -webkit-box-flex: 0 1 25%;
    -webkit-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    width: 25%;
  }
}
@media only screen and (max-width: 991px) {
  .above_footer_gallery.img_5 .above_footer_gallery_image {
    -webkit-box-flex: 0 1 33.33333333%;
    -webkit-flex: 0 1 33.33333333%;
    -ms-flex: 0 1 33.33333333%;
    flex: 0 1 33.33333333%;
    width: 33.333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .above_footer_gallery.img_5 .above_footer_gallery_image {
    -webkit-box-flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .above_footer_gallery.img_5 .above_footer_gallery_image {
    -webkit-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
  }
}
.above_footer_gallery.img_6 .above_footer_gallery_image {
  -webkit-box-flex: 0 1 16.66666667%;
  -webkit-flex: 0 1 16.66666667%;
  -ms-flex: 0 1 16.66666667%;
  flex: 0 1 16.66666667%;
  width: 16.66666667%;
}
@media only screen and (max-width: 1199px) {
  .above_footer_gallery.img_6 .above_footer_gallery_image {
    -webkit-box-flex: 0 1 25%;
    -webkit-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    width: 25%;
  }
}
@media only screen and (max-width: 991px) {
  .above_footer_gallery.img_6 .above_footer_gallery_image {
    -webkit-box-flex: 0 1 33.33333333%;
    -webkit-flex: 0 1 33.33333333%;
    -ms-flex: 0 1 33.33333333%;
    flex: 0 1 33.33333333%;
    width: 33.333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .above_footer_gallery.img_6 .above_footer_gallery_image {
    -webkit-box-flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .above_footer_gallery.img_6 .above_footer_gallery_image {
    -webkit-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
  }
}
.above_footer_gallery.img_7 .above_footer_gallery_image {
  -webkit-box-flex: 0 1 14%;
  -webkit-flex: 0 1 14%;
  -ms-flex: 0 1 14%;
  flex: 0 1 14%;
  width: 14%;
}
@media only screen and (max-width: 1199px) {
  .above_footer_gallery.img_7 .above_footer_gallery_image {
    -webkit-box-flex: 0 1 25%;
    -webkit-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    width: 25%;
  }
}
@media only screen and (max-width: 991px) {
  .above_footer_gallery.img_7 .above_footer_gallery_image {
    -webkit-box-flex: 0 1 33.33333333%;
    -webkit-flex: 0 1 33.33333333%;
    -ms-flex: 0 1 33.33333333%;
    flex: 0 1 33.33333333%;
    width: 33.333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .above_footer_gallery.img_7 .above_footer_gallery_image {
    -webkit-box-flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .above_footer_gallery.img_7 .above_footer_gallery_image {
    -webkit-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
  }
}
.above_footer_gallery.img_8 .above_footer_gallery_image {
  -webkit-box-flex: 0 1 12.5%;
  -webkit-flex: 0 1 12.5%;
  -ms-flex: 0 1 12.5%;
  flex: 0 1 12.5%;
  width: 12.5%;
}
@media only screen and (max-width: 1199px) {
  .above_footer_gallery.img_8 .above_footer_gallery_image {
    -webkit-box-flex: 0 1 25%;
    -webkit-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    width: 25%;
  }
}
@media only screen and (max-width: 991px) {
  .above_footer_gallery.img_8 .above_footer_gallery_image {
    -webkit-box-flex: 0 1 33.33333333%;
    -webkit-flex: 0 1 33.33333333%;
    -ms-flex: 0 1 33.33333333%;
    flex: 0 1 33.33333333%;
    width: 33.333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .above_footer_gallery.img_8 .above_footer_gallery_image {
    -webkit-box-flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .above_footer_gallery.img_8 .above_footer_gallery_image {
    -webkit-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
  }
}
.above_footer_gallery .above_footer_gallery_image {
  text-align: center;
  margin-bottom: 20px;
}
.above_footer_gallery .above_footer_gallery_image img {
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .above_footer_gallery .above_footer_gallery_image img {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 479px) {
  .above_footer_gallery .above_footer_gallery_image img {
    padding: 0;
  }
}
footer {
  background: #1f1f1f;
  color: #FFF;
  padding: 40px 0 60px;
}
footer h3 {
  margin-bottom: 25px;
}
footer a {
  color: #FFF;
}
footer a:hover {
  color: #FFF;
}
footer a.readmore {
  text-decoration: underline;
}
footer a.readmore:hover {
  text-decoration: none;
}
.footer_block {
  margin-bottom: 30px;
}
.contact_display {
  display: inline-block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.contact_display_letters .contact_display_left,
.contact_display_icons .contact_display_left {
  -webkit-box-flex: 0 1 30px;
  -webkit-flex: 0 1 30px;
  -ms-flex: 0 1 30px;
  flex: 0 1 30px;
  font-weight: 400;
}
.contact_display_words .contact_display_left {
  -webkit-box-flex: 0 1 115px;
  -webkit-flex: 0 1 115px;
  -ms-flex: 0 1 115px;
  flex: 0 1 115px;
}
.contact_display_right {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media only screen and (max-width: 767px) {
  .contact_display_words .contact_display {
    display: block;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .contact_display_letters .contact_display,
  .contact_display_icons .contact_display {
    display: block;
  }
  .contact_display_letters .contact_display_left,
  .contact_display_icons .contact_display_left,
  .contact_display_letters .contact_display_right,
  .contact_display_icons .contact_display_right {
    display: inline-block;
    vertical-align: top;
  }
}
#below_footer {
  background: #c91b6e;
  padding: 20px 0;
  text-align: center;
  color: #FFF;
  font-size: 14px;
}
#below_footer p {
  margin-bottom: 0;
}
#below_footer a {
  color: #FFF;
}
#below_footer a:hover,
#below_footer a:focus {
  color: #FFF;
  text-decoration: underline;
}
/*- Forms -*/
.form_bg {
  background: #c91b6e;
  padding: 20px 30px 30px;
  margin-bottom: 25px;
}
.form_bg h1,
.form_bg h2,
.form_bg h3,
.form_bg h4,
.form_bg h5,
.form_bg h6,
.form_bg p {
  color: #FFF;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .form_bg {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .form_bg {
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .form_bg {
    padding: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .form_bg {
    padding: 10px;
  }
}
.wpcf7 h1,
.wpcf7 h2,
.wpcf7 h3,
.wpcf7 h4,
.wpcf7 h5,
.wpcf7 h6 {
  margin-bottom: 10px;
}
footer .wpcf7 h1,
footer .wpcf7 h2,
footer .wpcf7 h3,
footer .wpcf7 h4,
footer .wpcf7 h5,
footer .wpcf7 h6 {
  margin-bottom: 15px;
}
.form_row {
  margin: 0 0 20px;
}
.form_row span {
  width: 100%;
  display: block;
}
.form_row input,
.form_row textarea,
.form_row select {
  width: 100%;
  height: 60px;
  display: block;
  background: #FFF;
  border: 1px solid #e1e1e1;
  position: relative;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  margin: 0;
  padding: 20px 10px 10px;
}
.form_row input:focus ~ label,
.form_row textarea:focus ~ label,
.form_row select:focus ~ label,
.form_row input:valid ~ label,
.form_row textarea:valid ~ label,
.form_row select:valid ~ label,
.form_row input.input_valid ~ label,
.form_row textarea.input_valid ~ label,
.form_row select.input_valid ~ label {
  top: 5px;
  font-size: 12px;
  font-weight: 500;
  color: #c91b6e;
  transition: all 0.25s ease-in-out;
}
.form_row input.btn_submit,
.form_row textarea.btn_submit,
.form_row select.btn_submit {
  padding: 10px;
  color: #FFF;
  background: #c91b6e;
  border: 2px solid #c91b6e;
  font-weight: 400;
}
.form_row input.btn_submit:hover,
.form_row textarea.btn_submit:hover,
.form_row select.btn_submit:hover {
  background: none;
  color: #c91b6e;
}
footer .form_row input.btn_submit:hover,
footer .form_row textarea.btn_submit:hover,
footer .form_row select.btn_submit:hover {
  border-color: #FFF;
  color: #FFF;
}
.form_row input.btn_submit[disabled],
.form_row textarea.btn_submit[disabled],
.form_row select.btn_submit[disabled] {
  cursor: not-allowed;
  background: #a73d70;
  border-color: #a73d70;
}
.form_row input.btn_submit[disabled]:hover,
.form_row textarea.btn_submit[disabled]:hover,
.form_row select.btn_submit[disabled]:hover {
  color: #FFF;
}
.form_bg .form_row input,
.form_bg .form_row textarea,
.form_bg .form_row select {
  border: none;
}
.form_bg .form_row input.btn_submit,
.form_bg .form_row textarea.btn_submit,
.form_bg .form_row select.btn_submit {
  color: #c91b6e;
  background: #FFF;
  border: 2px solid #FFF;
}
.form_bg .form_row input.btn_submit:hover,
.form_bg .form_row textarea.btn_submit:hover,
.form_bg .form_row select.btn_submit:hover {
  background: #c91b6e;
  color: #FFF;
}
.form_bg .form_row input.btn_submit[disabled],
.form_bg .form_row textarea.btn_submit[disabled],
.form_bg .form_row select.btn_submit[disabled] {
  color: #FFF;
  cursor: not-allowed;
  background: #a73d70;
  border-color: #a73d70;
}
.form_bg .form_row input.btn_submit[disabled]:hover,
.form_bg .form_row textarea.btn_submit[disabled]:hover,
.form_bg .form_row select.btn_submit[disabled]:hover {
  color: #FFF;
}
.form_row textarea {
  height: 120px;
}
footer .form_row textarea {
  height: 140px;
}
.form_row label {
  position: absolute;
  top: 19px;
  left: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #666666;
  transition: all 0.25s ease-in-out;
}
.form_checkbox,
.form_radio {
  margin: 0 0 20px;
}
.form_bg .form_checkbox label,
.form_bg .form_radio label {
  color: #FFF;
}
.form_checkbox > label,
.form_radio > label {
  display: block;
}
.form_checkbox span.wpcf7-list-item,
.form_radio span.wpcf7-list-item {
  margin: 0 20px 0 0;
}
.form_checkbox_full span.wpcf7-list-item,
.form_radio_full span.wpcf7-list-item {
  display: block;
  margin: 0;
}
.form_accept label {
  margin-left: 10px;
}
.form_bg .form_accept label {
  color: #FFF;
}
.form_file {
  margin: 0 0 20px;
}
.form_file label,
.form_file input {
  display: block;
}
.form_bg .form_file label,
.form_bg .form_file input {
  color: #FFF;
}
.form_file span {
  display: block;
}
span.wpcf7-not-valid-tip {
  font-size: 16px;
  font-weight: 400;
  background: #F00;
  border: 1px solid #e1e1e1;
  border-top: none;
  color: #FFF;
  margin: 0;
  padding: 2px 10px;
}
div.wpcf7-validation-errors {
  font-size: 16px;
  font-weight: 400;
  background: #F00;
  border: 1px solid #e1e1e1;
  color: #FFF;
  margin: 20px 0 0;
  padding: 10px;
}
div.wpcf7-mail-sent-ok {
  color: #398f14;
  border-color: #398f14;
  font-weight: 400;
}
.form_line {
  width: 100%;
  height: 1px;
  display: block;
  margin: 25px 0;
  padding: 0;
  background: #e1e1e1;
}
.form_bg .form_line {
  border-top: 1px solid #6f0f3d;
  border-bottom: 1px solid #ea60a2;
}
div.wpcf7 .ajax-loader {
  position: absolute;
}
/*- Gallery -*/
.gallery {
  margin-bottom: 25px;
}
.gal {
  margin: 0 0 5px;
  display: inline-block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.gal > a,
.gal > img {
  margin: 0 0 20px;
  padding: 0 10px;
}
@media only screen and (max-width: 479px) {
  .gal > a,
  .gal > img {
    padding: 0 5px;
    margin: 0 0 10px;
  }
}
.gal > a > img {
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .gal {
    margin: 0 0 15px;
  }
}
.gal_1 > a,
.gal_1 > img {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
  padding: 0;
}
.gal_2 > a,
.gal_2 > img {
  -webkit-box-flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%;
}
.gal_3 > a,
.gal_3 > img {
  -webkit-box-flex: 0 1 33.33333333%;
  -webkit-flex: 0 1 33.33333333%;
  -ms-flex: 0 1 33.33333333%;
  flex: 0 1 33.33333333%;
  max-width: 33.33333333%;
}
.gal_4 > a,
.gal_4 > img {
  -webkit-box-flex: 0 1 25%;
  -webkit-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  max-width: 25%;
}
.gal_5 > a,
.gal_5 > img {
  -webkit-box-flex: 0 1 20%;
  -webkit-flex: 0 1 20%;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
  max-width: 20%;
}
.gal_6 > a,
.gal_6 > img {
  -webkit-box-flex: 0 1 16.66666667%;
  -webkit-flex: 0 1 16.66666667%;
  -ms-flex: 0 1 16.66666667%;
  flex: 0 1 16.66666667%;
  max-width: 16.66666667%;
}
.gal_left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.gal_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.gal_right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.gal_edge {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.gal_even {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media only screen and (max-width: 1199px) {
  .gal_5 > a,
  .gal_6 > a,
  .gal_5 > img,
  .gal_6 > img {
    -webkit-box-flex: 0 1 25%;
    -webkit-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%;
  }
}
@media only screen and (max-width: 991px) {
  .gal_4 > a,
  .gal_5 > a,
  .gal_6 > a,
  .gal_4 > img,
  .gal_5 > img,
  .gal_6 > img {
    -webkit-box-flex: 0 1 33.33333333%;
    -webkit-flex: 0 1 33.33333333%;
    -ms-flex: 0 1 33.33333333%;
    flex: 0 1 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media only screen and (max-width: 767px) {
  .gal_3 > a,
  .gal_4 > a,
  .gal_5 > a,
  .gal_6 > a,
  .gal_3 > img,
  .gal_4 > img,
  .gal_5 > img,
  .gal_6 > img {
    -webkit-box-flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .gal_2 > a,
  .gal_3 > a,
  .gal_4 > a,
  .gal_5 > a,
  .gal_6 > a,
  .gal_2 > img,
  .gal_3 > img,
  .gal_4 > img,
  .gal_5 > img,
  .gal_6 > img {
    -webkit-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    padding: 0;
  }
}
/*- Video -*/
.iframe_responsive {
  position: relative;
  padding-top: 0;
  padding-bottom: 56.25%;
  margin-bottom: 25px;
  overflow: hidden;
}
.bjb_youtube .iframe_responsive {
  margin-bottom: 0;
}
.iframe_responsive iframe,
.iframe_responsive object,
.iframe_responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lightbox-video {
  display: inline-block;
  position: relative;
}
.lightbox-video:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.lightbox-video:after {
  content: '\f01d';
  font-family: 'FontAwesome';
  font-size: 80px;
  color: #c91b6e;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.8;
}
.lightbox-video:hover:before {
  background-color: rgba(0, 0, 0, 0.1);
}
.lightbox-video:hover:after {
  opacity: 1;
}
/*- Lightbox -*/
#popup_form {
  position: relative;
  /* background: @color_1; */
  max-width: 600px;
  margin: 0 auto;
  /* padding: 20px 30px;
		@media @max-sm { padding: 20px; }
		@media @max-xs { padding: 10px; } */
}
/*- Margins -*/
.mb_0 {
  margin-bottom: 0;
}
/*-slx_mattk-*/
/*- Base -*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #c91b6e;
  font-weight: 700;
}
.bjb_wysiwyg {
  padding: 50px 40px;
  background: #F5F4F4;
}
.form_appointment .form_row textarea,
.form_booking .form_row textarea {
  height: 220px;
}
form h5 {
  margin-top: 30px;
}
#below_footer {
  font-size: 18px;
  padding: 50px 0;
}
/*- Header -*/
header {
  padding: 75px 0;
}
@media only screen and (max-width: 767px) {
  header {
    padding: 40px 0;
  }
}
.header_left a:hover,
.header_left a:focus {
  text-decoration: none;
  color: #c91b6e;
}
.header_left span {
  display: block;
}
.header_right {
  margin-top: 25px;
}
#head_phone {
  font-size: 55px;
}
#head_phone a {
  font-weight: 500;
  color: #c91b6e;
}
#head_phone a:before {
  content: '\f095';
  font-family: 'FontAwesome';
  margin-right: 20px;
}
@media only screen and (max-width: 991px) {
  #head_phone {
    font-size: 45px;
  }
}
#head_email {
  font-size: 24px;
}
#head_email a {
  color: #1f1f1f;
}
@media only screen and (max-width: 479px) {
  #head_email {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  #nav_contact #head_phone,
  #nav_contact #head_phone a {
    color: #FFF;
    font-size: 30px;
  }
  #nav_contact #head_email,
  #nav_contact #head_email a {
    color: #FFF;
    font-size: 16px;
  }
}
/*- Navigation -*/
nav {
  box-shadow: inset 0 -6px 3px 0 rgba(133, 0, 68, 0.6899999999999999);
}
@media only screen and (max-width: 767px) {
  nav {
    padding-top: 50px;
  }
}
.nav li.btn_popup_right a {
  background: #1f1f1f;
}
.nav li.btn_popup_right a:hover {
  background: #393939;
}
.nav > li > a {
  border: none;
  font-size: 20px;
  padding: 20px;
}
/*- Banner -*/
#banner {
  border-bottom-width: 8px;
}
.banner_type_4 .banner_img_pos .banner_img_holder {
  border: none;
}
@media only screen and (max-width: 991px) {
  ul li:before {
    position: relative;
    top: -3px;
    left: auto;
    margin-right: 8px;
  }
}
/*- Box Links -*/
#box_links {
  background: #c91b6e;
  padding: 55px 0 0;
}
.box_link {
  margin-bottom: 35px;
}
.box_link_image {
  margin-bottom: 45px;
}
@media only screen and (max-width: 991px) {
  .box_link_image {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .box_link_image {
    margin-bottom: 20px;
  }
}
.box_link_title h4 {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
}
/*- Extra 5ths Column -*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
@media (max-width: 767px) {
  .col-xs-5ths {
    width: 20%;
  }
  .col-sm-5ths,
  .col-md-5ths,
  .col-lg-5ths {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .col-xs-5ths,
  .col-sm-5ths {
    width: 20%;
  }
  .col-md-5ths,
  .col-lg-5ths {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col-xs-5ths,
  .col-sm-5ths,
  .col-md-5ths {
    width: 20%;
  }
  .col-lg-5ths {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .col-xs-5ths,
  .col-sm-5ths,
  .col-md-5ths,
  .col-lg-5ths {
    width: 20%;
  }
}
/*# sourceMappingURL=https://www.obstetricsplus.com.au/wp-content/uploads/wp-less/obstetricsplus/less/style-eafbba412d.map */