@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic);
.photo_description {
  display: none !important; }

body {
  font-family: "Lato", Helvetica, Sans-Serif;
  color: #58595b;
  background: #fafafa;
  font-size: 16px;
  min-width: 1024px; }

h2 {
  font-size: 3.0em;
  line-height: 1.2;
  font-weight: 900;
  margin: 0.0em 0 0.5em 0; }

h3 {
  font-size: 1.4em;
  line-height: 1.2;
  font-weight: 400;
  margin: 0.6em 0 0.5em 0; }

h4 {
  font-size: 1.0em;
  line-height: 1.2;
  font-weight: 900;
  margin: 1.1em 0 0.5em 0; }

h5 {
  font-size: 1.0em;
  line-height: 1.2;
  font-weight: 700;
  margin: 1.1em 0 0.5em 0; }

p {
  font-size: 1.0em;
  line-height: 1.3;
  font-weight: 400;
  margin: 0.0em 0 1.0em 0; }

ul.basic
li, ul.bullet
li, ul.leaf
li, ul.tick
li, ul.tick_box
li {
  font-size: 1.0em;
  line-height: 1.3;
  font-weight: 400; }

h2 {
  font-family: "Lato", Helvetica, Sans-Serif;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: #58595b; }

h3 {
  font-family: "Merriweather", "Times New Roman", Serif;
  font-style: italic; }

h4 {
  text-transform: uppercase;
  letter-spacing: 0.4em; }

p {
  text-align: justify; }

address {
  font-style: normal; }

a {
  color: #bd0926;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  a:hover {
    color: #8c071c; }

ul.contact_details {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.contact_details a {
    display: inline-block;
    color: inherit; }
    ul.contact_details a:hover {
      color: #f53755; }

.header_box ul.contact_details {
  font-family: "Merriweather", "Times New Roman", Serif;
  font-size: 0.8em;
  color: #fafafa;
  letter-spacing: 0.3em;
  width: 100%; }
  .header_box ul.contact_details li {
    display: block; }

.content_box ul.contact_details {
  font-family: "Lato", Helvetica, Sans-Serif;
  letter-spacing: 0;
  font-size: 1em;
  color: #58595b; }
  .content_box ul.contact_details li span {
    display: inline-block;
    min-width: 68px; }
  .content_box ul.contact_details li a:hover {
    color: #bd0926; }

.bottom_box ul.contact_details {
  font-family: "Merriweather", "Times New Roman", Serif;
  font-size: 0.8em;
  color: #fafafa;
  letter-spacing: 0.3em; }

ul.social {
  list-style: none;
  text-align: center;
  margin: 0; }
  ul.social li {
    display: inline-block;
    font-size: 26px;
    margin: 0 6%; }
    ul.social li a {
      color: #fafafa;
      display: block;
      width: inherit;
      height: inherit;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      ul.social li a:hover {
        color: #bd0926; }

.button {
  display: inline-block;
  font-family: "Merriweather", "Times New Roman", Serif;
  font-size: 1em;
  font-style: italic;
  padding: 0.5em 2em;
  margin: 0 auto 10px;
  text-align: center;
  color: #231f20;
  border: 2px solid #231f20;
  box-shadow: inset 0 0 #231f20;
  -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; }
  .button:hover {
    box-shadow: inset 0 -60px #231f20;
    color: #fafafa; }

blockquote {
  border: 4px solid #eee;
  margin: 1em 0 1em;
  padding: 1em;
  text-align: justify;
  text-indent: 10%;
  font-family: "Merriweather", "Times New Roman", Serif;
  font-style: italic;
  position: relative; }
  blockquote p {
    font-weight: 600; }
    blockquote p:last-child {
      margin-bottom: 0; }
  blockquote:before {
    display: block;
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    font-size: 2em;
    background: #fafafa url("../img/quote.png") no-repeat center;
    background-size: 80%;
    width: 40px;
    height: 40px; }

#map_canvas {
  height: 400px;
  width: 100%;
  margin: 0;
  z-index: 5; }

.illustration, .illustration img {
  margin: 0 0 10px; }

.illustration_floating-right {
  float: right;
  margin-bottom: 10px;
  width: 40%;
  margin-left: 1em; }

.illustration_floating-left {
  float: left;
  margin-bottom: 10px;
  width: 40%;
  margin-right: 1em; }

ul.basic, ul.bullet, ul.leaf, ul.tick, ul.tick_box {
  margin: 0 0 20px;
  list-style: none;
  line-height: 1.3;
  padding: 0 0 0 10px; }
  ul.basic li, ul.bullet li, ul.leaf li, ul.tick li, ul.tick_box li {
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
    text-align: justify; }
    ul.basic li:before, ul.bullet li:before, ul.leaf li:before, ul.tick li:before, ul.tick_box li:before {
      width: 20px;
      height: inherit;
      font-family: 'FontAwesome';
      position: absolute;
      left: 0; }

ul.bullet li:before {
  content: '\f04d';
  font-size: 0.8em;
  top: 0.2em; }

ul.leaf li:before {
  content: '\f06c'; }

ul.tick li:before {
  content: '\f00c'; }

ul.tick_box li:before {
  content: '\f14a'; }

ul.color1 li:before {
  color: #bd0926; }

ul.color2 li:before {
  color: #bd0926; }

ul.white li:before {
  color: #fafafa; }

.columns-2 {
  -webkit-columns: 2;
  -moz-columns: 2;
  -ms-columns: 2;
  -o-columns: 2;
  columns: 2; }

.columns-3 {
  -webkit-columns: 3;
  -moz-columns: 3;
  -ms-columns: 3;
  -o-columns: 3;
  columns: 3; }

.columns-4 {
  -webkit-columns: 4;
  -moz-columns: 4;
  -ms-columns: 4;
  -o-columns: 4;
  columns: 4; }

ol.arabic-square {
  list-style-type: none;
  margin: 0;
  margin-left: 3em;
  padding: 0;
  counter-reset: li-counter; }
  ol.arabic-square li {
    position: relative;
    margin-bottom: 26px;
    min-height: 1.8em;
    font-size: 1em;
    line-height: 1.3;
    font-weight: 300;
    letter-spacing: 0px;
    text-align: left; }
    ol.arabic-square li h3 {
      font-size: 1.5em;
      text-transform: uppercase;
      font-weight: 400;
      font-family: "Merriweather", "Times New Roman", Serif;
      letter-spacing: 2px; }
    ol.arabic-square li:before {
      position: absolute;
      top: 5px;
      right: 103%;
      font-size: 18px;
      width: 36px;
      height: 36px;
      padding: 5px 0;
      font-family: "Lato", Helvetica, Sans-Serif;
      font-weight: 700;
      text-align: center;
      color: #fafafa;
      border: 2px solid white;
      content: counter(li-counter);
      counter-increment: li-counter; }

span.empty {
  display: none; }

.box, .box-white, .box-grey, .box-darkgrey, .box-color {
  padding: 1.6em 1.8em;
  margin-bottom: 1em; }
  .box h3:first-child, .box-white h3:first-child, .box-grey h3:first-child, .box-darkgrey h3:first-child, .box-color h3:first-child, .box h4:first-child, .box-white h4:first-child, .box-grey h4:first-child, .box-darkgrey h4:first-child, .box-color h4:first-child, .box h5:first-child, .box-white h5:first-child, .box-grey h5:first-child, .box-darkgrey h5:first-child, .box-color h5:first-child, .box h6:first-child, .box-white h6:first-child, .box-grey h6:first-child, .box-darkgrey h6:first-child, .box-color h6:first-child, .box p:first-child, .box-white p:first-child, .box-grey p:first-child, .box-darkgrey p:first-child, .box-color p:first-child {
    margin-top: 0 !important; }
  .box h3:last-child, .box-white h3:last-child, .box-grey h3:last-child, .box-darkgrey h3:last-child, .box-color h3:last-child, .box h4:last-child, .box-white h4:last-child, .box-grey h4:last-child, .box-darkgrey h4:last-child, .box-color h4:last-child, .box h5:last-child, .box-white h5:last-child, .box-grey h5:last-child, .box-darkgrey h5:last-child, .box-color h5:last-child, .box h6:last-child, .box-white h6:last-child, .box-grey h6:last-child, .box-darkgrey h6:last-child, .box-color h6:last-child, .box p:last-child, .box-white p:last-child, .box-grey p:last-child, .box-darkgrey p:last-child, .box-color p:last-child {
    margin-bottom: 0 !important; }

.box_h, .box_h-white, .box_h-grey, .box_h-darkgrey, .box_h-color {
  padding: 0.6em 1.0em;
  margin-bottom: 1em; }
  .box_h h3:first-child, .box_h-white h3:first-child, .box_h-grey h3:first-child, .box_h-darkgrey h3:first-child, .box_h-color h3:first-child, .box_h h4:first-child, .box_h-white h4:first-child, .box_h-grey h4:first-child, .box_h-darkgrey h4:first-child, .box_h-color h4:first-child, .box_h h5:first-child, .box_h-white h5:first-child, .box_h-grey h5:first-child, .box_h-darkgrey h5:first-child, .box_h-color h5:first-child, .box_h h6:first-child, .box_h-white h6:first-child, .box_h-grey h6:first-child, .box_h-darkgrey h6:first-child, .box_h-color h6:first-child, .box_h p:first-child, .box_h-white p:first-child, .box_h-grey p:first-child, .box_h-darkgrey p:first-child, .box_h-color p:first-child {
    margin-top: 0 !important; }
  .box_h h3:last-child, .box_h-white h3:last-child, .box_h-grey h3:last-child, .box_h-darkgrey h3:last-child, .box_h-color h3:last-child, .box_h h4:last-child, .box_h-white h4:last-child, .box_h-grey h4:last-child, .box_h-darkgrey h4:last-child, .box_h-color h4:last-child, .box_h h5:last-child, .box_h-white h5:last-child, .box_h-grey h5:last-child, .box_h-darkgrey h5:last-child, .box_h-color h5:last-child, .box_h h6:last-child, .box_h-white h6:last-child, .box_h-grey h6:last-child, .box_h-darkgrey h6:last-child, .box_h-color h6:last-child, .box_h p:last-child, .box_h-white p:last-child, .box_h-grey p:last-child, .box_h-darkgrey p:last-child, .box_h-color p:last-child {
    margin-bottom: 0 !important; }

.box-white {
  background: #fafafa;
  border-bottom: 3px solid #bd0926; }

.box-grey {
  background: #eee;
  border-bottom: 3px solid #bd0926; }

.box-darkgrey {
  background: #58595b;
  color: #fafafa; }

.box-color {
  background: #bd0926;
  color: #fafafa; }

.box_h-white {
  background: #fafafa;
  border-bottom: 3px solid #bd0926; }

.box_h-grey {
  background: #eee;
  border-bottom: 3px solid #bd0926; }

.box_h-darkgrey {
  background: #58595b;
  color: #fafafa; }

.box_h-color {
  background: #bd0926;
  color: #fafafa; }

.w100px, .w100px img {
  width: 100px; }

.w200px, .w200px img {
  width: 200px; }

.w260px, .w260px img {
  width: 260px; }

.w300px, .w300px img {
  width: 300px; }

.mw200px img {
  max-width: 200px;
  width: 100%; }

.h100px {
  height: 100px; }

.h200px {
  height: 200px; }

.h250px {
  height: 250px; }

.h300px {
  height: 300px; }

.w50pc {
  width: 50%; }

.w80pc {
  width: 80%; }

.w100pc {
  width: 100%; }

.dt, .banner_box .banner_content .header_box .header_main, .bottom_box .bottom_main {
  display: table; }

.dtc, .banner_box .banner_content .header_box .header_main ul.contact_details, .bottom_box .bottom_main .contact_wrapper {
  display: table-cell; }

.middle_align, .banner_box .banner_content .header_box .header_main ul.contact_details, .bottom_box .bottom_main .contact_wrapper {
  vertical-align: middle; }

.top_align {
  vertical-align: top; }

.bottom_align {
  vertical-align: bottom; }

.m_0 {
  margin: 0; }

.m_auto {
  margin: 0 auto; }

.wrapper {
  width: 100%;
  height: auto !important;
  position: relative; }

.banner_box {
  position: relative;
  height: 600px; }
  .banner_box .slider_box {
    height: 0; }
  .banner_box .banner_content {
    position: relative;
    z-index: 2;
    height: inherit;
    min-height: inherit;
    border-bottom: 10px solid #bd0926;
    background: -webkit-linear-gradient(180deg, rgba(35, 31, 32, 0) 0%, rgba(35, 31, 32, 0.5) 100%);
    background: -moz-linear-gradient(180deg, rgba(35, 31, 32, 0) 0%, rgba(35, 31, 32, 0.5) 100%);
    background: -o-linear-gradient(180deg, rgba(35, 31, 32, 0) 0%, rgba(35, 31, 32, 0.5) 100%);
    background: linear-gradient(180deg, rgba(35, 31, 32, 0) 0%, rgba(35, 31, 32, 0.5) 100%); }
    .banner_box .banner_content .header_box {
      background: rgba(35, 31, 32, 0.3);
      z-index: 20; }
      .banner_box .banner_content .header_box .row {
        height: inherit; }
        .banner_box .banner_content .header_box .row .columns {
          height: inherit; }
      .banner_box .banner_content .header_box .header_main ul.contact_details {
        text-align: right;
        top: 0;
        right: 60px; }
      .banner_box .banner_content .header_box .header_aside {
        background: #fafafa;
        height: inherit;
        min-height: inherit; }
        .banner_box .banner_content .header_box .header_aside .logo_box {
          width: 100%;
          text-align: center; }
          .banner_box .banner_content .header_box .header_aside .logo_box a {
            display: inline-block; }
          .banner_box .banner_content .header_box .header_aside .logo_box img {
            display: block;
            width: 100%;
            height: auto;
            margin: 10px auto;
            max-width: 100%;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
            .banner_box .banner_content .header_box .header_aside .logo_box img:hover {
              -webkit-transform: scale(1.02);
              -moz-transform: scale(1.02);
              -ms-transform: scale(1.02);
              transform: scale(1.02); }
    .banner_box .banner_content .banner_body .banner_main {
      height: 460px; }
      .banner_box .banner_content .banner_body .banner_main .page_motto {
        font-family: "Merriweather", "Times New Roman", Serif;
        font-style: italic;
        color: #fafafa;
        padding: 30px 0 30px 36px;
        line-height: 1.1;
        font-size: 3em;
        position: absolute;
        bottom: 0; }
    .banner_box .banner_content .banner_body .nav_box nav {
      padding: 3em 0;
      background: rgba(35, 31, 32, 0.3); }
      .banner_box .banner_content .banner_body .nav_box nav ul {
        width: 60%;
        list-style: none;
        text-align: center;
        padding: 0;
        margin: 0 auto;
        font-family: "Merriweather", "Times New Roman", Serif;
        font-style: italic;
        position: relative; }
        .banner_box .banner_content .banner_body .nav_box nav ul li {
          margin-bottom: 6px;
          border: 2px solid transparent;
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -ms-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease; }
          .banner_box .banner_content .banner_body .nav_box nav ul li a {
            display: block;
            color: #fafafa;
            height: 54px;
            line-height: 54px;
            -webkit-transition: inherit;
            -moz-transition: inherit;
            -ms-transition: inherit;
            -o-transition: inherit;
            transition: inherit; }
          .banner_box .banner_content .banner_body .nav_box nav ul li:hover {
            font-size: 110%; }
          .banner_box .banner_content .banner_body .nav_box nav ul li:last-child {
            margin-bottom: 0; }
          .banner_box .banner_content .banner_body .nav_box nav ul li .sub-menu {
            visibility: hidden;
            position: absolute;
            top: 0;
            right: 100%;
            width: 160px;
            background: #bd0926;
            padding: 0 20px;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease; }
            .banner_box .banner_content .banner_body .nav_box nav ul li .sub-menu ul {
              text-align: right; }
              .banner_box .banner_content .banner_body .nav_box nav ul li .sub-menu ul a {
                opacity: 0; }
            .banner_box .banner_content .banner_body .nav_box nav ul li .sub-menu:after {
              content: '';
              display: block;
              width: 20px;
              height: 250px;
              position: absolute;
              top: 0;
              right: -20px; }
        .banner_box .banner_content .banner_body .nav_box nav ul li.active {
          border: 2px solid #fafafa; }
          .banner_box .banner_content .banner_body .nav_box nav ul li.active:hover {
            border: 2px solid rgba(250, 250, 250, 0.5); }
        .banner_box .banner_content .banner_body .nav_box nav ul li.sub-drop:hover > .sub-menu {
          display: block;
          visibility: visible;
          right: calc(100% + 20px); }
          .banner_box .banner_content .banner_body .nav_box nav ul li.sub-drop:hover > .sub-menu a {
            opacity: 1; }
        .banner_box .banner_content .banner_body .nav_box nav ul li.sub-drop .trigger {
          width: 60px;
          height: 0;
          line-height: 56px;
          float: right;
          position: relative;
          top: -56px;
          color: #fafafa;
          cursor: pointer; }
    .banner_box .banner_content .banner_body .nav_box .social_box {
      background: #0e3083;
      height: 114px;
      display: table;
      width: 100%;
      padding: 0 2em; }
      .banner_box .banner_content .banner_body .nav_box .social_box ul.social {
        padding: 32px 0 0;
        height: 109px;
        border-bottom: 4px solid #fafafa; }
      .banner_box .banner_content .banner_body .nav_box .social_box h4 {
        color: #fafafa;
        text-align: center;
        display: table-cell;
        width: 100%;
        vertical-align: middle;
        margin: 0;
        border-bottom: 4px solid #fafafa; }
    .banner_box .banner_content .banner_body .visible_nav {
      right: 0; }

.content_box .content_main {
  padding: 1.5em 2em; }
.content_box .content_aside {
  background: #0e3083;
  color: #fafafa;
  text-align: center;
  padding: 1.5em 2em; }
  .content_box .content_aside h4 {
    margin: 0 0 1em; }
  .content_box .content_aside .pic_aside {
    position: relative;
    margin: 30px 0;
    width: calc(100% + 4.8em);
    left: -2.4em; }
  .content_box .content_aside a.button {
    width: 80%;
    color: #fafafa;
    border: 2px solid #fafafa;
    box-shadow: inset 0 0 #fafafa;
    -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; }
    .content_box .content_aside a.button:hover {
      box-shadow: inset 0 -60px #fafafa;
      color: #231f20; }

.bottom_box {
  background: #bd0926; }
  .bottom_box .bottom_main {
    color: #fafafa;
    text-align: right;
    padding: 0 2em;
    height: 201px; }
    .bottom_box .bottom_main .contact_wrapper h4 {
      margin-top: 0; }
  .bottom_box .bottom_aside {
    padding: 0 2em;
    background: #0e3083; }
    .bottom_box .bottom_aside .slider_small {
      padding: 3em 0;
      margin: 0;
      border-bottom: 4px solid #fafafa;
      border-top: 4px solid #fafafa;
      color: #fafafa;
      text-align: center;
      cursor: e-resize; }
      .bottom_box .bottom_aside .slider_small i.fa {
        font-size: 32px; }

footer {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  background: #ddd; }
  footer h6 {
    font-weight: 900; }
  footer .footer_main {
    padding: 0 2em; }
  footer .footer_aside {
    background: #0e3083;
    text-align: center;
    color: #1852df; }

.justify_align, .justify_align * {
  text-align: justify !important; }

.center_align, .center_align * {
  text-align: center !important; }

.left_align, .left_align * {
  text-align: left !important; }

.right_align, .right_align * {
  text-align: right !important; }

.italic {
  font-style: italic; }

.light {
  font-weight: 300 !important; }

.reg {
  font-weight: 400 !important; }

.bold {
  font-weight: 700 !important; }

.bolder {
  font-weight: 900 !important; }

.uppercase {
  text-transform: uppercase !important; }

.lowercase {
  text-transform: lowercase !important; }

.capitalize {
  text-transform: capitalize !important; }

.underline {
  border-bottom: 2px solid #58595b !important; }

.color {
  color: #bd0926 !important; }

.white {
  color: #fafafa !important; }

@media \0screen\,screen\9 {
  .slider_box .slider_bg .slidebg {
    width: 100%;
    height: 600px; }
  .slider_box .slider_bg .slidebg-1 {
    background: url("../img/bg_slider-1.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg-2 {
    background: url("../img/bg_slider-2.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg-3 {
    background: url("../img/bg_slider-3.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg-4 {
    background: url("../img/bg_slider-4.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg {
    background-size: cover; }
    .slider_box .slider_bg .slidebg img {
      opacity: 0; } }
@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .slider_box .slider_bg .slidebg {
    width: 100%;
    height: 600px; }
  .slider_box .slider_bg .slidebg-1 {
    background: url("../img/bg_slider-1.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg-2 {
    background: url("../img/bg_slider-2.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg-3 {
    background: url("../img/bg_slider-3.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg-4 {
    background: url("../img/bg_slider-4.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg {
    background-size: cover; }
    .slider_box .slider_bg .slidebg img {
      opacity: 0; } }
@supports (-ms-accelerator: true) {
  .slider_box .slider_bg .slidebg {
    width: 100%;
    height: 600px; }
  .slider_box .slider_bg .slidebg-1 {
    background: url("../img/bg_slider-1.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg-2 {
    background: url("../img/bg_slider-2.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg-3 {
    background: url("../img/bg_slider-3.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg-4 {
    background: url("../img/bg_slider-4.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg {
    background-size: cover; }
    .slider_box .slider_bg .slidebg img {
      opacity: 0; } }
.slider_box {
  position: relative;
  z-index: 0; }
  .slider_box .slider_bg {
    height: auto;
    width: 100%;
    margin-bottom: 0; }
    .slider_box .slider_bg .slidebg img {
      height: 600px;
      display: block;
      width: 100%;
      object-fit: cover;
      object-position: 50% 50%; }
    .slider_box .slider_bg .slick-prev, .slider_box .slider_bg .slick-next {
      width: 60px;
      height: 100%;
      top: 0;
      margin-top: 0;
      opacity: 0;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .slider_box .slider_bg .slick-prev:before, .slider_box .slider_bg .slick-next:before {
        font-family: 'FontAwesome';
        position: absolute;
        top: calc(50% + 70px);
        left: 0;
        width: 60px; }
    .slider_box .slider_bg .slick-prev {
      left: 0; }
      .slider_box .slider_bg .slick-prev:before {
        content: '\f053'; }
    .slider_box .slider_bg .slick-next {
      right: 0; }
      .slider_box .slider_bg .slick-next:before {
        content: '\f054'; }
    .slider_box .slider_bg:hover .slick-prev, .slider_box .slider_bg:hover .slick-next {
      opacity: 1;
      background: rgba(0, 0, 0, 0.3); }

#formdiv {
  margin-bottom: 50px; }
  #formdiv .columns {
    min-height: 68px;
    padding-right: 1em !important; }
  #formdiv label, #formdiv input, #formdiv textarea {
    width: 100%;
    min-height: 44px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  #formdiv label {
    color: #aaa;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.1;
    display: block;
    min-height: 10px;
    margin: 5px 0; }
  #formdiv input, #formdiv textarea {
    outline: none;
    border: none;
    border-bottom: 2px solid #7e7f82;
    padding: 10px;
    padding: 10px 10px 10px 0;
    background: #fafafa;
    font-family: "Lato", Helvetica, Sans-Serif;
    color: #58595b;
    margin-bottom: 0.5em;
    box-shadow: inset 0 0 #bd0926;
    border-radius: 0; }
    #formdiv input:hover, #formdiv textarea:hover {
      min-height: 44px;
      border-bottom: 2px solid #bd0926; }
    #formdiv input:focus, #formdiv textarea:focus {
      min-height: 44px;
      border-bottom: 2px solid #bd0926;
      color: #fafafa;
      padding: 10px; }
  #formdiv input:focus::-webkit-input-placeholder, #formdiv textarea:focus::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fafafa; }
  #formdiv input:focus:-moz-placeholder, #formdiv textarea:focus:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fafafa;
    opacity: 1; }
  #formdiv input:focus::-moz-placeholder, #formdiv textarea:focus::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fafafa;
    opacity: 1; }
  #formdiv input:focus:-ms-input-placeholder, #formdiv textarea:focus:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fafafa; }
  #formdiv input:focus:placeholder-shown, #formdiv textarea:focus:placeholder-shown {
    /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color: #fafafa; }
  #formdiv input:focus {
    box-shadow: inset 0 -44px #bd0926; }
  #formdiv textarea:focus {
    box-shadow: inset 0 -250px #bd0926; }
  #formdiv #captcha {
    float: left;
    width: calc(100% - 68px);
    height: 68px; }
  #formdiv .refresh {
    float: left;
    width: 68px;
    height: 68px;
    display: block;
    color: #231f20;
    border: 2px solid #231f20;
    font-size: 30px;
    text-align: center;
    box-shadow: inset 0 0 #231f20;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    #formdiv .refresh span {
      display: none; }
    #formdiv .refresh i {
      line-height: 64px;
      width: 64px;
      height: 64px; }
    #formdiv .refresh:hover {
      box-shadow: inset 0 -68px #231f20; }
      #formdiv .refresh:hover i {
        color: #fafafa;
        -webkit-animation: spin 1s linear;
        -moz-animation: spin 1s linear;
        -o-animation: spin 1s linear;
        animation: spin 1s linear; }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }
@-o-keyframes spin {
  100% {
    -o-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
  #formdiv #submitbutton input {
    width: 100%;
    font-weight: 600;
    margin: 10px auto;
    box-shadow: inset 0 0 #58595b;
    font-family: "Merriweather", "Times New Roman", Serif;
    font-size: 1em;
    font-style: italic;
    padding: 0.2em 1em;
    border: 2px solid #231f20;
    color: #231f20;
    background: #fafafa;
    box-shadow: inset 0 0 #231f20;
    -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; }
    #formdiv #submitbutton input:hover {
      box-shadow: inset 0 -60px #231f20;
      color: #fafafa; }

/* GALLERY */
.gallery ul {
  text-decoration: none;
  padding: 0;
  margin: 0 0 60px;
  text-align: left; }
  .gallery ul li {
    display: inline; }
    .gallery ul li .gallery_thumbs {
      display: inline-block;
      margin: 5px 20px 20px 0 !important;
      width: 180px;
      padding: 0;
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block; }
      .gallery ul li .gallery_thumbs a img {
        width: 180px;
        height: 180px; }
        .gallery ul li .gallery_thumbs a img:hover {
          opacity: 0.7; }
      .gallery ul li .gallery_thumbs .photo_description {
        font-size: 12px;
        height: 40px;
        margin: 10px 0 0 !important;
        padding: 10px 0 0 !important;
        display: table-cell;
        line-height: 1.2; }

/* GALLERY */
/*TESTIMONIALS*/
.testimonial {
  width: 100%;
  margin: 0px auto 30px auto;
  padding: 40px;
  position: relative; }
  .testimonial h3 {
    color: #bd0926; }

.testimonial:before, .testimonial:after {
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  opacity: 0.2;
  z-index: 0; }

.testimonial:before {
  content: url("../images/quotes-01.png");
  bottom: 40px;
  left: 10px; }

.testimonial:after {
  content: url("../images/quotes-02.png");
  top: 0px;
  right: 20px; }

.work_description, .review, .client {
  position: relative;
  z-index: 1; }

.work_description {
  text-transform: uppercase;
  font-size: 0.9em;
  line-height: 0.9;
  color: #8b8c8e;
  font-weight: 700;
  text-align: left; }

.review {
  margin-bottom: 5px;
  text-align: justify; }
  .review p {
    line-height: 1.4;
    font-weight: 300; }
  .review p:first-child {
    text-indent: 7%; }

.client {
  text-align: right;
  font-weight: 400;
  font-size: 110%;
  font-style: italic;
  color: #bd0926;
  font-family: "Merriweather", "Times New Roman", Serif;
  margin-bottom: 0; }

/* testimonials */
