@import url(bootstrap.min.css);
@import url(font-awesome.css);
/* infinite animation vertical*/
@-webkit-keyframes bounceY {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-15px); }
  60% {
    -webkit-transform: translateY(-5px); } }
@-moz-keyframes bounceY {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-15px); }
  60% {
    -moz-transform: translateY(-5px); } }
@-o-keyframes bounceY {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-15px); }
  60% {
    -o-transform: translateY(-5px); } }
@keyframes bounceY {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-15px); }
  60% {
    transform: translateY(-5px); } }
/* infinite animation horizontal*/
@-webkit-keyframes bounceX {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0); }
  40% {
    -webkit-transform: translateX(-15px); }
  60% {
    -webkit-transform: translateX(-5px); } }
@-moz-keyframes bounceX {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0); }
  40% {
    -moz-transform: translateX(-15px); }
  60% {
    -moz-transform: translateX(-5px); } }
@-o-keyframes bounceX {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateX(0); }
  40% {
    -o-transform: translateX(-15px); }
  60% {
    -o-transform: translateX(-5px); } }
@keyframes bounceX {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(0); }
  40% {
    transform: translateX(-15px); }
  60% {
    transform: translateX(-5px); } }
/*Viewport---------------------------------------------------------*/
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/*300 light, 400 regular, 500 medium, 700 bold, 900 black*/
/*300 light, 400 regular, 500 medium, 700 bold*/
/*400 regular*/
/*START Buttons------------------------------------------*/
a.btn-read-more, button.btn-read-more, li.btn-read-more {
  background: transparent;
  border-radius: 0;
  border: none;
  color: #ffffff !important;
  display: inline-block;
  font-family: 'Roboto', sans-serif !important;
  font-size: 16px !important;
  font-stretch: normal !important;
  font-style: normal !important;
  font-weight: 300 !important;
  letter-spacing: normal !important;
  line-height: 1 !important;
  margin: 10px auto;
  max-width: 100%;
  padding: 5px 40px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.4s ease; }
  a.btn-read-more::after, button.btn-read-more::after, li.btn-read-more::after {
    content: "";
    background-image: url("../images/arrow-read-more-white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    height: 10px;
    position: absolute;
    right: 24px;
    top: 30%;
    transition: all 0.4s ease;
    width: 7px; }
  a.btn-read-more:hover, a.btn-read-more:focus, a.btn-read-more:active, button.btn-read-more:hover, button.btn-read-more:focus, button.btn-read-more:active, li.btn-read-more:hover, li.btn-read-more:focus, li.btn-read-more:active {
    color: #fff;
    text-decoration: none; }
    a.btn-read-more:hover::after, a.btn-read-more:focus::after, a.btn-read-more:active::after, button.btn-read-more:hover::after, button.btn-read-more:focus::after, button.btn-read-more:active::after, li.btn-read-more:hover::after, li.btn-read-more:focus::after, li.btn-read-more:active::after {
      right: 10px; }
a.btn-2, a.btn-white, button.btn-2, button.btn-white, li.btn-2, li.btn-white {
  background-color: #ffffff;
  border-radius: 30px;
  border: none;
  color: #000000 !important;
  display: inline-block;
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px !important;
  font-stretch: normal !important;
  font-style: normal !important;
  font-weight: 600 !important;
  letter-spacing: normal !important;
  line-height: 1 !important;
  margin: 20px auto;
  max-width: 100%;
  padding: 20px;
  position: relative;
  text-align: left;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.4s ease; }
  a.btn-2:hover, a.btn-2:focus, a.btn-2:active, a.btn-white:hover, a.btn-white:focus, a.btn-white:active, button.btn-2:hover, button.btn-2:focus, button.btn-2:active, button.btn-white:hover, button.btn-white:focus, button.btn-white:active, li.btn-2:hover, li.btn-2:focus, li.btn-2:active, li.btn-white:hover, li.btn-white:focus, li.btn-white:active {
    background: #007893;
    color: #ffffff !important;
    text-decoration: none; }
  a.btn-2::after, a.btn-white::after, button.btn-2::after, button.btn-white::after, li.btn-2::after, li.btn-white::after {
    content: "";
    background-image: url("../images/chevron-right.svg");
    background-size: auto;
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    display: inline-block;
    position: absolute;
    margin-left: 10px;
    right: 20px; }
a.btn-yellow, a.btn-1, button.btn-yellow, button.btn-1, li.btn-yellow, li.btn-1 {
  background-color: #ffde18;
  border-radius: 0;
  border: none;
  color: #000000 !important;
  display: inline-block;
  font-family: 'Roboto', sans-serif !important;
  font-size: 18px !important;
  font-stretch: normal !important;
  font-style: normal !important;
  font-weight: normal !important;
  letter-spacing: normal !important;
  line-height: 1.39 !important;
  max-width: 100%;
  padding: 15px 70px 14px 25px;
  position: relative;
  text-align: left;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.4s ease; }
  a.btn-yellow::after, a.btn-1::after, button.btn-yellow::after, button.btn-1::after, li.btn-yellow::after, li.btn-1::after {
    content: "";
    background-image: url("../images/chevron-black-right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    height: 11px;
    position: absolute;
    right: 20px;
    top: 21px;
    width: 6px; }
  a.btn-yellow:hover, a.btn-yellow:focus, a.btn-yellow:active, a.btn-1:hover, a.btn-1:focus, a.btn-1:active, button.btn-yellow:hover, button.btn-yellow:focus, button.btn-yellow:active, button.btn-1:hover, button.btn-1:focus, button.btn-1:active, li.btn-yellow:hover, li.btn-yellow:focus, li.btn-yellow:active, li.btn-1:hover, li.btn-1:focus, li.btn-1:active {
    background: #000000;
    color: #ffffff !important;
    text-decoration: none; }
    a.btn-yellow:hover::after, a.btn-yellow:focus::after, a.btn-yellow:active::after, a.btn-1:hover::after, a.btn-1:focus::after, a.btn-1:active::after, button.btn-yellow:hover::after, button.btn-yellow:focus::after, button.btn-yellow:active::after, button.btn-1:hover::after, button.btn-1:focus::after, button.btn-1:active::after, li.btn-yellow:hover::after, li.btn-yellow:focus::after, li.btn-yellow:active::after, li.btn-1:hover::after, li.btn-1:focus::after, li.btn-1:active::after {
      background-image: url("../images/chevron-white-right.svg"); }
a.btn-4, button.btn-4, li.btn-4 {
  background-color: #000000;
  border-radius: 0;
  border: none;
  color: #ffffff !important;
  display: inline-block;
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px !important;
  font-stretch: normal !important;
  font-style: normal !important;
  font-weight: 600 !important;
  letter-spacing: normal !important;
  line-height: 1 !important;
  margin: 20px auto;
  max-width: 100%;
  padding: 13px 50px 14px 20px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: capitalize;
  transition: all 0.4s ease; }
  a.btn-4:hover, a.btn-4:focus, a.btn-4:active, button.btn-4:hover, button.btn-4:focus, button.btn-4:active, li.btn-4:hover, li.btn-4:focus, li.btn-4:active {
    background: #007893;
    color: #ffffff !important;
    text-decoration: none; }
  a.btn-4.btn-video, button.btn-4.btn-video, li.btn-4.btn-video {
    padding: 13px 55px 14px 30px !important; }
    a.btn-4.btn-video .video-play, button.btn-4.btn-video .video-play, li.btn-4.btn-video .video-play {
      border-radius: 50%;
      border: 1px solid #ffffff;
      height: 27px;
      margin-left: 0;
      position: absolute;
      right: 15px;
      top: 7px;
      width: 27px; }
      a.btn-4.btn-video .video-play::after, button.btn-4.btn-video .video-play::after, li.btn-4.btn-video .video-play::after {
        content: "\f04b";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        font-size: 11px;
        text-decoration: inherit;
        /*--adjust as necessary--*/
        -webkit-transform: translate(-30%, -50%);
        -moz-transform: translate(-30%, -50%);
        -ms-transform: translate(-30%, -50%);
        transform: translate(-30%, -50%);
        display: inline-block;
        left: 50%;
        position: absolute;
        top: 50%; }
    a.btn-4.btn-video:hover, button.btn-4.btn-video:hover, li.btn-4.btn-video:hover {
      background-color: #1aa5bc;
      border-color: #1aa5bc; }
  a.btn-4 .arrow-btn, button.btn-4 .arrow-btn, li.btn-4 .arrow-btn {
    position: absolute;
    display: inline-block;
    width: 47px;
    height: 47px;
    border: 1px solid #ffffff;
    color: #ffffff;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 75%;
    top: 50%; }
    a.btn-4 .arrow-btn::after, button.btn-4 .arrow-btn::after, li.btn-4 .arrow-btn::after {
      content: "\f061";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      /*--adjust as necessary--*/
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      display: inline-block;
      left: 50%;
      margin: 0px;
      position: absolute;
      top: 50%; }
  a.btn-4:hover .arrow-btn, button.btn-4:hover .arrow-btn, li.btn-4:hover .arrow-btn {
    background-color: #ffffff; }
    a.btn-4:hover .arrow-btn::after, button.btn-4:hover .arrow-btn::after, li.btn-4:hover .arrow-btn::after {
      color: #30a6bd !important; }

/*END Buttons-------------------------------------*/
/*START footer------------------------*/
footer.footer {
  background-color: #000;
  padding: 0;
  position: relative;
  /* #return-to-top{
     //background-image: url('../images/arrow-rounded-blue.png');
     //background-repeat: no-repeat;
     //background-size: cover;
     //borde: none;
     background-color: transparent;
     border-radius: 50%;
     border: 3px solid #FFA800;
     bottom: 40px;
     box-shadow: 1px 2px 5px rgba(0,0,0,0.5);
     display: none;
     position: fixed;
     right: 40px;
     transition: all 0.4s ease;
     width: 43px;height: 43px;
     z-index: 1050;
     .arrow {
       @include center(-50%,-50%);
       background: url("../images/arrow-orange-top.png") no-repeat 50% 50%;
       background-size: auto;
       left: 0;   
       position: absolute;
       top: 0;
       width: 38px;height: 38px;
       z-index: 10;
       &.bounce {     
          animation: bounce 2s infinite;
          -webkit-animation: bounce 2s infinite;
          -moz-animation: bounce 2s infinite;
          -o-animation: bounce 2s infinite;
       }
     }
   } */ }
  footer.footer .footer-top {
    background: transparent;
    padding: 80px 0 120px;
    position: relative; }
    footer.footer .footer-top .logo-footer {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: contain;
      height: 121px;
      width: 268px;
      margin: 0 auto; }
    footer.footer .footer-top .item-info {
      width: 250px; }
    footer.footer .footer-top .footer-top-left, footer.footer .footer-top .footer-top-left p, footer.footer .footer-top a, footer.footer .footer-top .item-info {
      font-family: 'Roboto', sans-serif;
      color: #ffffff;
      font-size: 14px;
      font-stretch: normal;
      font-style: normal;
      font-weight: normal;
      letter-spacing: normal;
      line-height: normal;
      display: inline-block; }
    footer.footer .footer-top .btn-contact {
      display: block; }
    footer.footer .footer-top h4 {
      font-family: 'Roboto', sans-serif;
      color: #30a6be;
      font-size: 18px;
      font-stretch: normal;
      font-style: normal;
      font-weight: 600;
      letter-spacing: normal;
      text-align: center;
      text-transform: uppercase;
      line-height: 1.2; }
    footer.footer .footer-top p {
      font-family: 'Roboto', sans-serif;
      margin-bottom: 0;
      font-size: 16px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.7 !important;
      letter-spacing: normal;
      color: #ffffff; }
    footer.footer .footer-top ul.social-network {
      display: block;
      font-size: 0;
      line-height: 1em;
      margin: 0 0 10px !important;
      padding: 0;
      text-align: right !important;
      vertical-align: top; }
      footer.footer .footer-top ul.social-network li {
        display: inline-block;
        font-size: 18px;
        margin: 0 5px 0 0 !important; }
        footer.footer .footer-top ul.social-network li a {
          background-color: transparent;
          border-radius: 50%;
          border: none;
          color: #ffffff;
          display: inherit;
          height: 35px;
          margin: 0;
          position: relative;
          transition: all 0.4s ease;
          width: 35px; }
          footer.footer .footer-top ul.social-network li a i {
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            color: #ffffff;
            font-size: 18px;
            font-stretch: normal;
            font-style: normal;
            font-weight: normal;
            left: 50%;
            letter-spacing: normal;
            line-height: 1;
            position: absolute;
            text-align: center;
            top: 50%; }
          footer.footer .footer-top ul.social-network li a:hover {
            background: #ffde18;
            color: #ffffff; }
            footer.footer .footer-top ul.social-network li a:hover i {
              color: #ffffff; }
  footer.footer .footer-bottom {
    background: #ffffff;
    padding: 16px 0 19px;
    text-align: center;
    position: relative; }
    footer.footer .footer-bottom::before {
      content: none;
      /*background-color: #a0a0a0;
      width: 100%;
      height: 1px;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      z-index: 10;
      display: block;*/ }
    footer.footer .footer-bottom .copy-r {
      float: none;
      position: relative; }
    footer.footer .footer-bottom .elevationweb {
      float: none; }
    footer.footer .footer-bottom .copy-r, footer.footer .footer-bottom .elevationweb, footer.footer .footer-bottom p {
      color: #000000;
      display: inline-block;
      font-size: 14px;
      font-stretch: normal;
      font-style: normal;
      font-weight: normal;
      letter-spacing: normal;
      line-height: normal;
      margin-bottom: 0; }
      footer.footer .footer-bottom .copy-r strong, footer.footer .footer-bottom .elevationweb strong, footer.footer .footer-bottom p strong {
        font-weight: bold; }
      footer.footer .footer-bottom .copy-r a, footer.footer .footer-bottom .elevationweb a, footer.footer .footer-bottom p a {
        font-family: 'Lato', sans-serif;
        color: #000000 !important;
        font-size: 14px;
        font-stretch: normal;
        font-style: normal;
        font-weight: normal;
        letter-spacing: normal;
        line-height: normal;
        text-align: center; }
        footer.footer .footer-bottom .copy-r a:hover, footer.footer .footer-bottom .elevationweb a:hover, footer.footer .footer-bottom p a:hover {
          text-decoration: underline; }
    footer.footer .footer-bottom .classic-text-widget {
      display: block !important; }
  footer.footer .fixed-footer {
    display: none; }

@media only screen and (max-width: 991px) {
  footer.footer .footer-top {
    padding: 50px 0 35px; }
    footer.footer .footer-top .item-info {
      text-align: center;
      margin-top: 20px; }
    footer.footer .footer-top ul.social-network {
      text-align: center !important;
      margin-top: 30px !important; } }
/*END footer------------------------------------------*/
/* START header-------------*/
/*START Sticky header*/
body.fixed header.header, body.single-product header.header, body.tax-product_cat header.header, body.error404 header.header, body.team_member-template-default header.header {
  background: #000;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.47);
  left: 0;
  position: fixed;
  top: 0;
  margin-top: 0;
  width: 100%;
  z-index: 150;
  -webkit-animation: hanimation 0.5s forwards ease-out;
  /* Chrome, Safari, Opera */
  animation: hanimation 0.5s forwards ease-out;
  /* Chrome, Safari, Opera */
  /* Standard syntax */ }
@-webkit-keyframes hanimation {
  0% {
    top: -100%; }
  100% {
    top: 0px; } }
@keyframes hanimation {
  0% {
    top: -100%; }
  100% {
    top: 0px; } }
  body.fixed header.header::after, body.fixed header.header::before, body.single-product header.header::after, body.single-product header.header::before, body.tax-product_cat header.header::after, body.tax-product_cat header.header::before, body.error404 header.header::after, body.error404 header.header::before, body.team_member-template-default header.header::after, body.team_member-template-default header.header::before {
    content: none; }
  body.fixed header.header .navbar, body.single-product header.header .navbar, body.tax-product_cat header.header .navbar, body.error404 header.header .navbar, body.team_member-template-default header.header .navbar {
    padding: 0; }
  body.fixed header.header .header-navigation .col-right .header-toolbar ul li, body.fixed header.header .header-navigation .col-right .header-toolbar ul.top-menu li, body.single-product header.header .header-navigation .col-right .header-toolbar ul li, body.single-product header.header .header-navigation .col-right .header-toolbar ul.top-menu li, body.tax-product_cat header.header .header-navigation .col-right .header-toolbar ul li, body.tax-product_cat header.header .header-navigation .col-right .header-toolbar ul.top-menu li, body.error404 header.header .header-navigation .col-right .header-toolbar ul li, body.error404 header.header .header-navigation .col-right .header-toolbar ul.top-menu li, body.team_member-template-default header.header .header-navigation .col-right .header-toolbar ul li, body.team_member-template-default header.header .header-navigation .col-right .header-toolbar ul.top-menu li {
    margin: 10px 0 10px; }
    body.fixed header.header .header-navigation .col-right .header-toolbar ul li.btn-donate a, body.fixed header.header .header-navigation .col-right .header-toolbar ul li.btn-3 a, body.fixed header.header .header-navigation .col-right .header-toolbar ul.top-menu li.btn-donate a, body.fixed header.header .header-navigation .col-right .header-toolbar ul.top-menu li.btn-3 a, body.single-product header.header .header-navigation .col-right .header-toolbar ul li.btn-donate a, body.single-product header.header .header-navigation .col-right .header-toolbar ul li.btn-3 a, body.single-product header.header .header-navigation .col-right .header-toolbar ul.top-menu li.btn-donate a, body.single-product header.header .header-navigation .col-right .header-toolbar ul.top-menu li.btn-3 a, body.tax-product_cat header.header .header-navigation .col-right .header-toolbar ul li.btn-donate a, body.tax-product_cat header.header .header-navigation .col-right .header-toolbar ul li.btn-3 a, body.tax-product_cat header.header .header-navigation .col-right .header-toolbar ul.top-menu li.btn-donate a, body.tax-product_cat header.header .header-navigation .col-right .header-toolbar ul.top-menu li.btn-3 a, body.error404 header.header .header-navigation .col-right .header-toolbar ul li.btn-donate a, body.error404 header.header .header-navigation .col-right .header-toolbar ul li.btn-3 a, body.error404 header.header .header-navigation .col-right .header-toolbar ul.top-menu li.btn-donate a, body.error404 header.header .header-navigation .col-right .header-toolbar ul.top-menu li.btn-3 a, body.team_member-template-default header.header .header-navigation .col-right .header-toolbar ul li.btn-donate a, body.team_member-template-default header.header .header-navigation .col-right .header-toolbar ul li.btn-3 a, body.team_member-template-default header.header .header-navigation .col-right .header-toolbar ul.top-menu li.btn-donate a, body.team_member-template-default header.header .header-navigation .col-right .header-toolbar ul.top-menu li.btn-3 a {
      color: #ffffff !important; }
  body.fixed header.header #NavDropdown ul li ul li:first-child::before, body.fixed header.header #NavDropdown ul li.open ul li:first-child::before, body.single-product header.header #NavDropdown ul li ul li:first-child::before, body.single-product header.header #NavDropdown ul li.open ul li:first-child::before, body.tax-product_cat header.header #NavDropdown ul li ul li:first-child::before, body.tax-product_cat header.header #NavDropdown ul li.open ul li:first-child::before, body.error404 header.header #NavDropdown ul li ul li:first-child::before, body.error404 header.header #NavDropdown ul li.open ul li:first-child::before, body.team_member-template-default header.header #NavDropdown ul li ul li:first-child::before, body.team_member-template-default header.header #NavDropdown ul li.open ul li:first-child::before {
    top: -15px !important; }

/*End Sticky header*/
header.header {
  font-family: 'Roboto', sans-serif;
  background: transparent;
  width: 100%; }
  header.header::before {
    content: "";
    background-image: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0));
    height: 100%;
    opacity: 0.62;
    position: absolute;
    width: 100%;
    z-index: 0; }
  header.header .textwidget {
    display: inline-block; }
  header.header p {
    margin-bottom: 0 !important; }

.header-navigation .col-right {
  -ms-flex-preferred-size: 2;
  flex-basis: 2;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  .header-navigation .col-right .header-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    position: relative; }
    .header-navigation .col-right .header-toolbar .social-networks {
      display: block;
      font-size: 0;
      line-height: 1em;
      margin: 0;
      padding: 0;
      text-align: center; }
      .header-navigation .col-right .header-toolbar .social-networks li {
        display: inline-block;
        font-size: 18px;
        margin: 0 10px 0 0 !important; }
        .header-navigation .col-right .header-toolbar .social-networks li a {
          border-radius: 0;
          border: none;
          color: #ffffff;
          display: inherit;
          height: 30px;
          margin: 0;
          position: relative;
          transition: 0.4s;
          width: 30px; }
          .header-navigation .col-right .header-toolbar .social-networks li a i {
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            color: #ffffff;
            font-size: 20px;
            font-stretch: normal;
            font-style: normal;
            font-weight: normal;
            left: 50%;
            letter-spacing: -0.1px;
            line-height: 1.8;
            position: absolute;
            text-align: center;
            top: 50%; }
          .header-navigation .col-right .header-toolbar .social-networks li a:hover {
            background: transparent; }
    .header-navigation .col-right .header-toolbar .top-menu {
      list-style-type: none;
      padding: 0;
      margin: 0;
      display: none; }
      .header-navigation .col-right .header-toolbar .top-menu li {
        display: inline-block;
        float: none;
        vertical-align: middle;
        position: relative;
        margin: 0 0 0 15px !important; }
        .header-navigation .col-right .header-toolbar .top-menu li.btn-yellow {
          background-color: #ffde18 !important;
          border-radius: 0;
          padding: 0 !important;
          width: auto; }
          .header-navigation .col-right .header-toolbar .top-menu li.btn-yellow::after {
            content: none !important; }
          .header-navigation .col-right .header-toolbar .top-menu li.btn-yellow a {
            color: #000000 !important;
            display: inline-block;
            font-family: 'Roboto', sans-serif !important;
            font-size: 16px !important;
            font-stretch: normal !important;
            font-style: normal !important;
            font-weight: normal !important;
            letter-spacing: normal !important;
            line-height: normal !important;
            margin: 0 !important;
            max-width: 100%;
            padding: 20px 20px 22px !important;
            position: relative;
            text-align: center;
            text-decoration: none !important;
            text-transform: uppercase;
            transition: all 0.4s ease; }
          .header-navigation .col-right .header-toolbar .top-menu li.btn-yellow:hover {
            background-color: #000000 !important; }
            .header-navigation .col-right .header-toolbar .top-menu li.btn-yellow:hover a {
              color: #ffffff !important; }
    .header-navigation .col-right .header-toolbar #open-search {
      background-color: transparent;
      border-radius: 0;
      border: none;
      color: #ffffff;
      display: inline-block;
      font-size: 16px;
      height: 16px;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      transition: 0.4s;
      vertical-align: middle;
      width: 16px; }
      .header-navigation .col-right .header-toolbar #open-search .fa-search {
        display: none;
        font-size: 16px; }
      .header-navigation .col-right .header-toolbar #open-search::after {
        content: "\f002";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        /*--adjust as necessary--*/
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        transition: all 0.4s ease; }
      .header-navigation .col-right .header-toolbar #open-search:hover {
        box-shadow: none;
        color: #ffde18;
        opacity: 0.8;
        outline: none;
        transition: 0.4s; }
    .header-navigation .col-right .header-toolbar h3 {
      display: none; }

/*END header-------------------------------------*/
/*START Main Navigation------------------------------------------*/
.navbar {
  padding: 20px 0; }
  .navbar .navbar-header {
    position: relative; }
    .navbar .navbar-header .navbar-brand {
      background-position: left center;
      background-repeat: no-repeat;
      background-size: contain;
      display: block;
      height: 100%;
      margin: 0;
      overflow: hidden;
      position: relative;
      width: 310px;
      transition: all 0.4s ease; }
      .navbar .navbar-header .navbar-brand img {
        width: 100%; }
      .navbar .navbar-header .navbar-brand .navbar-brand-fixed {
        display: none; }
      .navbar .navbar-header .navbar-brand:hover, .navbar .navbar-header .navbar-brand:focus {
        transform: scale(0.8); }

#NavDropdown {
  font-size: 1rem;
  justify-content: flex-end;
  padding-left: 0px;
  padding-right: 0px;
  text-align: right; }
  #NavDropdown ul.nav {
    width: 100%;
    justify-content: end; }
    #NavDropdown ul.nav li, #NavDropdown ul.nav li.open {
      display: inline-block;
      float: none;
      vertical-align: middle;
      margin: 0 10px; }
      #NavDropdown ul.nav li.active > a, #NavDropdown ul.nav li.open.active > a {
        font-weight: bold;
        color: #ffffff; }
        #NavDropdown ul.nav li.active > a::before, #NavDropdown ul.nav li.open.active > a::before {
          opacity: 1; }
        #NavDropdown ul.nav li.active > a:hover, #NavDropdown ul.nav li.active > a:focus, #NavDropdown ul.nav li.active > a:active, #NavDropdown ul.nav li.open.active > a:hover, #NavDropdown ul.nav li.open.active > a:focus, #NavDropdown ul.nav li.open.active > a:active {
          text-decoration: none; }
      #NavDropdown ul.nav li:last-child::after, #NavDropdown ul.nav li.open:last-child::after {
        content: none; }
      #NavDropdown ul.nav li:last-child ul li ul, #NavDropdown ul.nav li.open:last-child ul li ul {
        right: auto;
        left: 100%; }
      #NavDropdown ul.nav li:last-child ul li:last-child ul, #NavDropdown ul.nav li.open:last-child ul li:last-child ul {
        right: 0;
        left: -100%;
        padding-top: 0; }
      #NavDropdown ul.nav li a, #NavDropdown ul.nav li.open a {
        font-family: 'Roboto', sans-serif;
        background: transparent;
        border-radius: 0;
        color: #ffffff;
        display: block;
        font-size: 16px;
        font-stretch: normal;
        font-style: normal;
        font-weight: normal;
        letter-spacing: normal;
        line-height: normal;
        padding: 20px 5px;
        position: relative;
        text-align: center;
        text-shadow: none;
        text-transform: uppercase;
        transition: 0.4s;
        white-space: normal; }
        #NavDropdown ul.nav li a::after, #NavDropdown ul.nav li.open a::after {
          content: none; }
        #NavDropdown ul.nav li a::before, #NavDropdown ul.nav li.open a::before {
          content: "";
          background: #ffffff;
          bottom: 0px;
          width: 9px;
          height: 9px;
          opacity: 0;
          border-radius: 50%;
          left: 0;
          right: 0;
          margin: 0 auto;
          position: absolute;
          transition: all 0.4s ease; }
        #NavDropdown ul.nav li a:hover, #NavDropdown ul.nav li a:focus, #NavDropdown ul.nav li a:active, #NavDropdown ul.nav li.open a:hover, #NavDropdown ul.nav li.open a:focus, #NavDropdown ul.nav li.open a:active {
          text-decoration: none; }
          #NavDropdown ul.nav li a:hover::before, #NavDropdown ul.nav li a:focus::before, #NavDropdown ul.nav li a:active::before, #NavDropdown ul.nav li.open a:hover::before, #NavDropdown ul.nav li.open a:focus::before, #NavDropdown ul.nav li.open a:active::before {
            opacity: 1; }
      #NavDropdown ul.nav li ul, #NavDropdown ul.nav li.open ul {
        background: transparent;
        border: none;
        display: none;
        min-height: 0;
        padding: 10px 0 0 0 !important;
        text-align: left; }
        #NavDropdown ul.nav li ul li, #NavDropdown ul.nav li.open ul li {
          background: #ffffff;
          display: block;
          position: relative; }
          #NavDropdown ul.nav li ul li::after, #NavDropdown ul.nav li.open ul li::after {
            content: none; }
          #NavDropdown ul.nav li ul li a, #NavDropdown ul.nav li.open ul li a {
            font-family: 'Roboto', sans-serif;
            border-radius: 0;
            border-top: 0;
            color: #000000 !important;
            font-size: 1rem;
            font-weight: 400 !important;
            margin-top: 0;
            text-transform: capitalize;
            padding: 10px 5px 12px; }
            #NavDropdown ul.nav li ul li a::before, #NavDropdown ul.nav li ul li a::after, #NavDropdown ul.nav li.open ul li a::before, #NavDropdown ul.nav li.open ul li a::after {
              content: none; }
            #NavDropdown ul.nav li ul li a:hover, #NavDropdown ul.nav li ul li a:focus, #NavDropdown ul.nav li ul li a:active, #NavDropdown ul.nav li.open ul li a:hover, #NavDropdown ul.nav li.open ul li a:focus, #NavDropdown ul.nav li.open ul li a:active {
              background: #ffde18;
              border-radius: 0;
              color: #ffffff !important;
              margin-top: 0; }
            #NavDropdown ul.nav li ul li a::after, #NavDropdown ul.nav li.open ul li a::after {
              content: none !important; }
          #NavDropdown ul.nav li ul li:first-child::before, #NavDropdown ul.nav li.open ul li:first-child::before {
            content: none !important;
            background: transparent;
            border-bottom: 15px solid #ffffff;
            border-right: 15px solid transparent;
            border-left: 15px solid transparent;
            width: 30px;
            height: 15px;
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
            top: 15px;
            opacity: 0;
            z-index: 0; }
          #NavDropdown ul.nav li ul li:first-child a, #NavDropdown ul.nav li.open ul li:first-child a {
            border-radius: 0;
            border-top: none; }
            #NavDropdown ul.nav li ul li:first-child a::after, #NavDropdown ul.nav li.open ul li:first-child a::after {
              content: ""; }
          #NavDropdown ul.nav li ul li:last-child a, #NavDropdown ul.nav li.open ul li:last-child a {
            border-radius: 0; }
          #NavDropdown ul.nav li ul li:last-child ul, #NavDropdown ul.nav li.open ul li:last-child ul {
            left: 150%;
            top: 0px;
            padding-top: 0;
            right: auto; }
          #NavDropdown ul.nav li ul li > ul, #NavDropdown ul.nav li.open ul li > ul {
            padding: 0 !important; }
            #NavDropdown ul.nav li ul li > ul li::before, #NavDropdown ul.nav li.open ul li > ul li::before {
              opacity: 0 !important; }
      #NavDropdown ul.nav li.btn-yellow, #NavDropdown ul.nav li.open.btn-yellow {
        background-color: #ffde18;
        border-radius: 0;
        border: none;
        color: #000000 !important;
        display: inline-block;
        font-family: 'Roboto', sans-serif !important;
        font-size: 16px !important;
        font-stretch: normal !important;
        font-style: normal !important;
        font-weight: normal !important;
        letter-spacing: normal !important;
        line-height: normal !important;
        max-width: 100%;
        padding: 0 !important;
        position: relative;
        text-align: left;
        text-decoration: none !important;
        text-transform: uppercase;
        transition: all 0.4s ease; }
        #NavDropdown ul.nav li.btn-yellow > a, #NavDropdown ul.nav li.open.btn-yellow > a {
          padding: 20px 20px 22px !important;
          color: #000000 !important; }
          #NavDropdown ul.nav li.btn-yellow > a::before, #NavDropdown ul.nav li.open.btn-yellow > a::before {
            content: none !important; }
        #NavDropdown ul.nav li.btn-yellow:hover, #NavDropdown ul.nav li.open.btn-yellow:hover {
          background-color: #000000 !important; }
          #NavDropdown ul.nav li.btn-yellow:hover > a, #NavDropdown ul.nav li.open.btn-yellow:hover > a {
            color: #ffffff !important; }
            #NavDropdown ul.nav li.btn-yellow:hover > a::before, #NavDropdown ul.nav li.open.btn-yellow:hover > a::before {
              content: none !important; }
        #NavDropdown ul.nav li.btn-yellow ul li a, #NavDropdown ul.nav li.open.btn-yellow ul li a {
          padding: 10px 5px 12px !important;
          color: #000000 !important; }

.display_dropdown li:first-child::before {
  transition-property: top, opacity;
  transition-duration: .1s, .1s;
  transition-timing-function: ease, ease-out;
  transition-delay: .1s, 0s;
  top: 0 !important;
  opacity: 1 !important; }

#NavDropdown ul li ul li:first-child::before, #NavDropdown ul li.open ul li:first-child::before {
  top: -15px !important; }

.dropdown-menu {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 0;
  display: block;
  left: 50%;
  margin: 0 auto;
  padding: 0px;
  position: absolute; }
  .dropdown-menu .dropdown-menu {
    background: transparent !important;
    border-radius: 0;
    border: 0 !important;
    box-shadow: none;
    display: block;
    left: 150%;
    top: 0; }

.dropdown-btn {
  display: none; }

.dropdown-btn {
  background: transparent;
  border-radius: 3px;
  border: none;
  color: white;
  font-size: 15px;
  height: 2.4rem;
  position: absolute;
  right: 0;
  top: 4px;
  width: 2.4rem; }
  .dropdown-btn span {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-family: FontAwesome;
    font-style: normal;
    text-decoration: inherit;
    font-weight: 900; }
  .dropdown-btn .fa-caret-right.open::before {
    content: "\f0d7"; }

.dropdown-toggle::after {
  content: none; }

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  header.header #NavDropdown {
    width: 100%; }

  .header-navigation .col-right .header-toolbar {
    right: 0; } }
@media only screen and (max-width: 991px) {
  body.fixed header.header {
    margin-top: 0 !important; }

  header.header .header-navigation .container {
    padding: 0;
    max-width: 100%; }

  section.header-navigation #NavDropdown {
    margin-top: 0 !important;
    overflow-y: auto; }
    section.header-navigation #NavDropdown .header-toolbar {
      justify-content: center !important;
      padding-bottom: 10px; }
      section.header-navigation #NavDropdown .header-toolbar #open-search {
        color: #ffffff; }
      section.header-navigation #NavDropdown .header-toolbar ul.top-menu {
        padding-bottom: 0; }
      section.header-navigation #NavDropdown .header-toolbar .social-networks {
        padding: 0 !important; }
        section.header-navigation #NavDropdown .header-toolbar .social-networks li, section.header-navigation #NavDropdown .header-toolbar .social-networks a, section.header-navigation #NavDropdown .header-toolbar .social-networks i {
          color: #ffffff;
          padding: 0 !important; }

  .navbar .navbar-header .navbar-brand {
    width: 150px; }

  section.header-navigation {
    /*.collapsing {
      position: relative;
      height: 0;
      overflow: hidden;
      -webkit-transition: height .35s ease;
           -o-transition: height .35s ease;
              transition: height .35s ease;
    }
    .collapsing {
      -webkit-transition: height .5s ease;
      -o-transition: height .5s ease;
      transition: height .5s ease;
    }*/ }
    section.header-navigation ul.top-menu {
      padding: 0 15px;
      margin: 0;
      text-align: center; }
    section.header-navigation #NavDropdown ul {
      position: relative;
      padding-bottom: 10px; }
      section.header-navigation #NavDropdown ul li, section.header-navigation #NavDropdown ul li.open {
        padding: 0 0;
        position: relative;
        /*Dropdown Button*/ }
        section.header-navigation #NavDropdown ul li::before, section.header-navigation #NavDropdown ul li.open::before {
          content: none !important;
          display: none; }
        section.header-navigation #NavDropdown ul li a.dropdown-toggle, section.header-navigation #NavDropdown ul li a, section.header-navigation #NavDropdown ul li.open a.dropdown-toggle, section.header-navigation #NavDropdown ul li.open a {
          position: relative;
          padding: 15px 35px 15px;
          color: #ffffff; }
          section.header-navigation #NavDropdown ul li a.dropdown-toggle::after, section.header-navigation #NavDropdown ul li a.dropdown-toggle::before, section.header-navigation #NavDropdown ul li a::after, section.header-navigation #NavDropdown ul li a::before, section.header-navigation #NavDropdown ul li.open a.dropdown-toggle::after, section.header-navigation #NavDropdown ul li.open a.dropdown-toggle::before, section.header-navigation #NavDropdown ul li.open a::after, section.header-navigation #NavDropdown ul li.open a::before {
            content: none; }
        section.header-navigation #NavDropdown ul li.active > a, section.header-navigation #NavDropdown ul li.open.active > a {
          padding: 15px 35px 15px;
          color: #ffde18; }
        section.header-navigation #NavDropdown ul li .dropdown-btn, section.header-navigation #NavDropdown ul li.open .dropdown-btn {
          background: #000000;
          border-radius: 4px;
          border: none;
          color: #ffffff !important;
          display: inline-block;
          font-size: 16px !important;
          font-weight: 700 !important;
          padding: 5px 10px;
          position: absolute;
          right: 5px;
          text-decoration: none !important;
          top: 5px;
          transition: all 0.4s ease; }
          section.header-navigation #NavDropdown ul li .dropdown-btn::after, section.header-navigation #NavDropdown ul li.open .dropdown-btn::after {
            margin: 0; }
        section.header-navigation #NavDropdown ul li ul.dropdown-menu, section.header-navigation #NavDropdown ul li.open ul.dropdown-menu {
          margin-top: 10px;
          padding: 0 !important;
          position: relative !important;
          top: 0;
          width: 100%; }
          section.header-navigation #NavDropdown ul li ul.dropdown-menu li, section.header-navigation #NavDropdown ul li ul.dropdown-menu li.open, section.header-navigation #NavDropdown ul li.open ul.dropdown-menu li, section.header-navigation #NavDropdown ul li.open ul.dropdown-menu li.open {
            display: block;
            background: #ffde18;
            text-align: center;
            margin: 0;
            padding: 0; }
            section.header-navigation #NavDropdown ul li ul.dropdown-menu li a, section.header-navigation #NavDropdown ul li ul.dropdown-menu li.open a, section.header-navigation #NavDropdown ul li.open ul.dropdown-menu li a, section.header-navigation #NavDropdown ul li.open ul.dropdown-menu li.open a {
              text-align: center;
              color: #000000 !important;
              font-size: 16px !important;
              padding: 16px 17px 16px !important; }
              section.header-navigation #NavDropdown ul li ul.dropdown-menu li a::after, section.header-navigation #NavDropdown ul li ul.dropdown-menu li a::before, section.header-navigation #NavDropdown ul li ul.dropdown-menu li.open a::after, section.header-navigation #NavDropdown ul li ul.dropdown-menu li.open a::before, section.header-navigation #NavDropdown ul li.open ul.dropdown-menu li a::after, section.header-navigation #NavDropdown ul li.open ul.dropdown-menu li a::before, section.header-navigation #NavDropdown ul li.open ul.dropdown-menu li.open a::after, section.header-navigation #NavDropdown ul li.open ul.dropdown-menu li.open a::before {
                content: none; }
            section.header-navigation #NavDropdown ul li ul.dropdown-menu li.active, section.header-navigation #NavDropdown ul li ul.dropdown-menu li.open.active, section.header-navigation #NavDropdown ul li.open ul.dropdown-menu li.active, section.header-navigation #NavDropdown ul li.open ul.dropdown-menu li.open.active {
              background-color: #ffffff; }
              section.header-navigation #NavDropdown ul li ul.dropdown-menu li.active > a, section.header-navigation #NavDropdown ul li ul.dropdown-menu li.open.active > a, section.header-navigation #NavDropdown ul li.open ul.dropdown-menu li.active > a, section.header-navigation #NavDropdown ul li.open ul.dropdown-menu li.open.active > a {
                color: #000000;
                font-weight: 700; }
            section.header-navigation #NavDropdown ul li ul.dropdown-menu li ul li, section.header-navigation #NavDropdown ul li ul.dropdown-menu li.open ul li, section.header-navigation #NavDropdown ul li.open ul.dropdown-menu li ul li, section.header-navigation #NavDropdown ul li.open ul.dropdown-menu li.open ul li {
              background: #ffffff; }
              section.header-navigation #NavDropdown ul li ul.dropdown-menu li ul li a, section.header-navigation #NavDropdown ul li ul.dropdown-menu li.open ul li a, section.header-navigation #NavDropdown ul li.open ul.dropdown-menu li ul li a, section.header-navigation #NavDropdown ul li.open ul.dropdown-menu li.open ul li a {
                color: #000000; }
        section.header-navigation #NavDropdown ul li ul li:first-child::before, section.header-navigation #NavDropdown ul li.open ul li:first-child::before {
          content: none; }
    section.header-navigation .navbar {
      justify-content: space-between;
      padding: 10px 0 !important;
      background: #000000; }
      section.header-navigation .navbar .navbar-header {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        left: unset;
        position: relative;
        top: unset !important;
        width: 100%; }
        section.header-navigation .navbar .navbar-header .navbar-brand {
          padding: 5px 10px; }
        section.header-navigation .navbar .navbar-header button.navbar-toggler {
          height: 50px;
          min-height: 50px;
          min-width: 50px;
          position: relative;
          border-color: #ffffff;
          transition: all 0.4s ease;
          width: 50px;
          margin-right: 10px; }
          section.header-navigation .navbar .navbar-header button.navbar-toggler[aria-expanded="true"]::after {
            content: "\f00d"; }
          section.header-navigation .navbar .navbar-header button.navbar-toggler::after {
            content: "\f0c9";
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            box-sizing: border-box;
            color: #ffffff;
            font-family: "Font Awesome 5 Free";
            font-size: inherit;
            font-weight: 900;
            font: normal normal normal 18px/1 FontAwesome;
            left: 50%;
            position: absolute;
            text-rendering: auto;
            top: 50%; }
          section.header-navigation .navbar .navbar-header button.navbar-toggler:hover, section.header-navigation .navbar .navbar-header button.navbar-toggler:focus, section.header-navigation .navbar .navbar-header button.navbar-toggler:active {
            color: #000000;
            outline: none; }
        section.header-navigation .navbar .navbar-header::before {
          content: none; }

  .dropdown-menu .dropdown-menu {
    left: 50% !important; }
    .dropdown-menu .dropdown-menu:hover, .dropdown-menu .dropdown-menu:focus, .dropdown-menu .dropdown-menu:active {
      outline: none; }

  #NavDropdown ul li ul li:last-child ul, #NavDropdown ul li.open ul li:last-child ul {
    left: 50%; }

  #NavDropdown ul.nav li.btn-yellow > a {
    padding: 19px 20px 18px !important; } }
/*END Main Navigation------------------------------------- */
.boxes-interior-footer {
  background-color: #000000;
  padding: 0;
  position: relative;
  z-index: 5;
  margin-top: 90px; }
  .boxes-interior-footer .container-boxes {
    top: -57px;
    position: relative; }
  .boxes-interior-footer .item-col {
    background-color: transparent;
    border: none;
    max-width: 100%;
    position: relative;
    padding: 0;
    text-decoration: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32.333333%;
    flex: 0 0 32.333%;
    max-width: 32.333333%; }
    .boxes-interior-footer .item-col .box-page-link {
      border-radius: 0;
      border: none;
      overflow: hidden;
      margin: 0;
      padding: 0;
      display: block;
      transition: all 0.4s ease; }
      .boxes-interior-footer .item-col .box-page-link:hover, .boxes-interior-footer .item-col .box-page-link:focus, .boxes-interior-footer .item-col .box-page-link:active {
        text-decoration: none;
        transition: all 0.4s ease; }
        .boxes-interior-footer .item-col .box-page-link:hover .featured-box-images .hover-box, .boxes-interior-footer .item-col .box-page-link:focus .featured-box-images .hover-box, .boxes-interior-footer .item-col .box-page-link:active .featured-box-images .hover-box {
          opacity: 1; }
      .boxes-interior-footer .item-col .box-page-link .featured-box-images {
        background-color: #ffde18;
        background-size: cover;
        display: block;
        margin: 0 auto !important;
        overflow: hidden;
        padding-bottom: 95%;
        position: relative;
        z-index: 0; }
        .boxes-interior-footer .item-col .box-page-link .featured-box-images::after {
          content: "";
          background-image: url("../images/texture-footer-interior-image.png");
          background-position: 50% 55%;
          background-size: auto 133%;
          background-repeat: repeat-x;
          bottom: -45px;
          height: 77px;
          position: absolute;
          width: 100%; }
        .boxes-interior-footer .item-col .box-page-link .featured-box-images .hover-box {
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          height: 100%;
          left: 50%;
          position: absolute;
          top: 50%;
          width: 100%;
          opacity: 0;
          transition: all 0.4s ease; }
          .boxes-interior-footer .item-col .box-page-link .featured-box-images .hover-box::after {
            content: "";
            background: rgba(255, 222, 24, 0.85);
            height: 100%;
            opacity: 0.85;
            position: absolute;
            width: 100%;
            z-index: 1; }
          .boxes-interior-footer .item-col .box-page-link .featured-box-images .hover-box span {
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            color: #000000;
            font-family: 'Roboto', sans-serif;
            font-size: 35px;
            font-stretch: normal;
            font-style: normal;
            font-weight: bold;
            height: auto;
            left: 50%;
            letter-spacing: normal;
            line-height: normal;
            position: absolute;
            text-align: center;
            text-transform: uppercase;
            top: 50%;
            width: 100%;
            z-index: 2; }
      .boxes-interior-footer .item-col .box-page-link .content-box {
        background-color: #000000;
        padding: 20px 15px;
        text-align: center;
        transition: all 0.4s ease; }
        .boxes-interior-footer .item-col .box-page-link .content-box .title-box {
          font-family: 'Roboto', sans-serif;
          color: #ffffff;
          font-size: 35px;
          font-stretch: normal;
          font-style: normal;
          font-weight: bold;
          letter-spacing: normal;
          line-height: normal;
          text-align: center;
          text-transform: uppercase; }

@media only screen and (max-width: 991px) {
  .boxes-interior-footer .item-col .box-page-link
  .featured-box-images .hover-box span {
    font-size: 20px; }

  .content-box .title-box {
    font-size: 25px; } }
@media only screen and (max-width: 767px) {
  .boxes-interior-footer {
    margin-top: 60px; }
    .boxes-interior-footer .container-boxes {
      top: 0;
      position: relative;
      padding-top: 30px; }
    .boxes-interior-footer .item-col {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 90%;
      flex: 0 0 90%;
      max-width: 90%; } }
.artists-template-default .m-top-50, .single-artists .m-top-50 {
  margin-top: 50px; }
.artists-template-default .custom-page, .single-artists .custom-page {
  overflow: hidden; }
.artists-template-default .carousel-artist, .single-artists .carousel-artist {
  padding: 80px 0; }
  .artists-template-default .carousel-artist .header-artist, .single-artists .carousel-artist .header-artist {
    padding-right: 170px;
    margin-bottom: 20px; }
    .artists-template-default .carousel-artist .header-artist .name, .artists-template-default .carousel-artist .header-artist .date, .single-artists .carousel-artist .header-artist .name, .single-artists .carousel-artist .header-artist .date {
      font-family: 'Roboto', sans-serif;
      color: #000000;
      font-stretch: normal;
      font-style: normal;
      letter-spacing: normal;
      line-height: normal;
      padding: 20px 0;
      text-transform: uppercase; }
    .artists-template-default .carousel-artist .header-artist .name, .single-artists .carousel-artist .header-artist .name {
      font-size: 35px;
      font-weight: bold;
      text-align: left; }
    .artists-template-default .carousel-artist .header-artist .date, .single-artists .carousel-artist .header-artist .date {
      font-size: 25px;
      font-weight: normal;
      text-align: right; }
  .artists-template-default .carousel-artist .body-artist, .single-artists .carousel-artist .body-artist {
    /*--- Images With Caption (wordpress) ---*/
    /*--- Images With Caption (wordpress) ---*/ }
    .artists-template-default .carousel-artist .body-artist .wp-caption, .single-artists .carousel-artist .body-artist .wp-caption {
      display: block;
      max-width: 100%; }
      .artists-template-default .carousel-artist .body-artist .wp-caption img, .single-artists .carousel-artist .body-artist .wp-caption img {
        max-width: 100%;
        display: block;
        margin: 0 auto 10px; }
      .artists-template-default .carousel-artist .body-artist .wp-caption .wp-caption-text, .single-artists .carousel-artist .body-artist .wp-caption .wp-caption-text {
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 0.94;
        letter-spacing: normal;
        color: #6c6b6b !important; }
  .artists-template-default .carousel-artist .controls-navigation, .single-artists .carousel-artist .controls-navigation {
    height: 80px;
    position: absolute;
    right: 0;
    top: 0;
    width: 152px;
    z-index: 30; }
    .artists-template-default .carousel-artist .controls-navigation .nav-control-next, .artists-template-default .carousel-artist .controls-navigation .nav-control-prev, .single-artists .carousel-artist .controls-navigation .nav-control-next, .single-artists .carousel-artist .controls-navigation .nav-control-prev {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
      opacity: 1;
      top: 0; }
    .artists-template-default .carousel-artist .controls-navigation .nav-control-prev, .single-artists .carousel-artist .controls-navigation .nav-control-prev {
      height: 80px;
      width: 76px;
      transition: all 0.4s ease;
      left: 0;
      background: #000000; }
      .artists-template-default .carousel-artist .controls-navigation .nav-control-prev .nav-control-prev-icon, .single-artists .carousel-artist .controls-navigation .nav-control-prev .nav-control-prev-icon {
        background-image: url("../images/chevron-white-left.svg");
        background-position: 50% 50%;
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: 16px 29px;
        transition: all 0.4s ease;
        width: 16px;
        height: 29px; }
      .artists-template-default .carousel-artist .controls-navigation .nav-control-prev:hover, .single-artists .carousel-artist .controls-navigation .nav-control-prev:hover {
        background-color: #ffde18; }
        .artists-template-default .carousel-artist .controls-navigation .nav-control-prev:hover .nav-control-prev-icon, .single-artists .carousel-artist .controls-navigation .nav-control-prev:hover .nav-control-prev-icon {
          background-image: url("../images/chevron-black-left.svg");
          background-size: 16px 29px; }
    .artists-template-default .carousel-artist .controls-navigation .nav-control-next, .single-artists .carousel-artist .controls-navigation .nav-control-next {
      height: 80px;
      width: 76px;
      right: 0;
      transition: all 0.4s ease;
      background: #ffffff; }
      .artists-template-default .carousel-artist .controls-navigation .nav-control-next .nav-control-next-icon, .single-artists .carousel-artist .controls-navigation .nav-control-next .nav-control-next-icon {
        background-image: url("../images/chevron-black-right.svg");
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-color: transparent;
        background-size: 16px 29px;
        transition: all 0.4s ease;
        width: 16px;
        height: 29px; }
      .artists-template-default .carousel-artist .controls-navigation .nav-control-next:hover, .single-artists .carousel-artist .controls-navigation .nav-control-next:hover {
        background-color: #ffde18; }
  .artists-template-default .carousel-artist #carouselArtist .controls-carousel, .single-artists .carousel-artist #carouselArtist .controls-carousel {
    height: 80px;
    position: absolute;
    right: 0;
    top: 0;
    width: 152px;
    z-index: 30; }
    .artists-template-default .carousel-artist #carouselArtist .controls-carousel .carousel-control-prev, .single-artists .carousel-artist #carouselArtist .controls-carousel .carousel-control-prev {
      height: 80px;
      width: 76px;
      transition: all 0.4s ease;
      background: #000000; }
      .artists-template-default .carousel-artist #carouselArtist .controls-carousel .carousel-control-prev .carousel-control-prev-icon, .single-artists .carousel-artist #carouselArtist .controls-carousel .carousel-control-prev .carousel-control-prev-icon {
        background-image: url("../images/chevron-white-left.svg");
        background-position: 50% 50%;
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: 16px 29px;
        transition: all 0.4s ease;
        width: 16px;
        height: 29px; }
      .artists-template-default .carousel-artist #carouselArtist .controls-carousel .carousel-control-prev:hover, .single-artists .carousel-artist #carouselArtist .controls-carousel .carousel-control-prev:hover {
        background-color: #ffde18; }
        .artists-template-default .carousel-artist #carouselArtist .controls-carousel .carousel-control-prev:hover .carousel-control-prev-icon, .single-artists .carousel-artist #carouselArtist .controls-carousel .carousel-control-prev:hover .carousel-control-prev-icon {
          background-image: url("../images/chevron-black-left.svg");
          background-size: 16px 29px; }
    .artists-template-default .carousel-artist #carouselArtist .controls-carousel .carousel-control-next, .single-artists .carousel-artist #carouselArtist .controls-carousel .carousel-control-next {
      height: 80px;
      width: 76px;
      transition: all 0.4s ease;
      background: #ffffff; }
      .artists-template-default .carousel-artist #carouselArtist .controls-carousel .carousel-control-next .carousel-control-next-icon, .single-artists .carousel-artist #carouselArtist .controls-carousel .carousel-control-next .carousel-control-next-icon {
        background-image: url("../images/chevron-black-right.svg");
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-color: transparent;
        background-size: 16px 29px;
        transition: all 0.4s ease;
        width: 16px;
        height: 29px; }
      .artists-template-default .carousel-artist #carouselArtist .controls-carousel .carousel-control-next:hover, .single-artists .carousel-artist #carouselArtist .controls-carousel .carousel-control-next:hover {
        background-color: #ffde18; }
    .artists-template-default .carousel-artist #carouselArtist .controls-carousel .carousel-control-next, .artists-template-default .carousel-artist #carouselArtist .controls-carousel .carousel-control-prev, .single-artists .carousel-artist #carouselArtist .controls-carousel .carousel-control-next, .single-artists .carousel-artist #carouselArtist .controls-carousel .carousel-control-prev {
      opacity: 1; }
.artists-template-default .artist-event-info, .single-artists .artist-event-info {
  padding: 50px 0 100px; }
.artists-template-default .contact-artist h2, .single-artists .contact-artist h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 35px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 20px; }
.artists-template-default .contact-artist p, .artists-template-default .contact-artist p a, .single-artists .contact-artist p, .single-artists .contact-artist p a {
  font-size: 21px;
  font-weight: normal;
  font-style: normal;
  display: block;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  text-decoration: none; }
.artists-template-default .contact-artist .table-information, .single-artists .contact-artist .table-information {
  margin-top: 80px; }
  .artists-template-default .contact-artist .table-information .item-row, .single-artists .contact-artist .table-information .item-row {
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0;
    text-decoration: none; }
    .artists-template-default .contact-artist .table-information .item-row .title, .artists-template-default .contact-artist .table-information .item-row .data, .single-artists .contact-artist .table-information .item-row .title, .single-artists .contact-artist .table-information .item-row .data {
      font-family: 'Roboto', sans-serif;
      font-size: 21px;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #000000; }
    .artists-template-default .contact-artist .table-information .item-row .title, .single-artists .contact-artist .table-information .item-row .title {
      font-weight: bold;
      -webkit-box-flex: 0;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%;
      text-transform: uppercase; }
    .artists-template-default .contact-artist .table-information .item-row .data, .single-artists .contact-artist .table-information .item-row .data {
      font-weight: normal;
      -webkit-box-flex: 0;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%; }
.artists-template-default .upcoming-box-before, .single-artists .upcoming-box-before {
  position: relative; }
  .artists-template-default .upcoming-box-before::before, .single-artists .upcoming-box-before::before {
    content: "";
    width: 50vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 15px;
    background: #000000;
    z-index: 0; }
.artists-template-default .upcoming-event-box-black, .single-artists .upcoming-event-box-black {
  position: relative;
  background: #000000;
  padding: 48px 0 30px 56px; }
  .artists-template-default .upcoming-event-box-black .title-box, .single-artists .upcoming-event-box-black .title-box {
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    margin-bottom: 50px;
    display: block;
    text-transform: uppercase; }
  .artists-template-default .upcoming-event-box-black .row-event, .single-artists .upcoming-event-box-black .row-event {
    margin-bottom: 21px;
    transition: all 0.4s ease; }
    .artists-template-default .upcoming-event-box-black .row-event:hover .box-day-event, .single-artists .upcoming-event-box-black .row-event:hover .box-day-event {
      background-color: #ffde18; }
    .artists-template-default .upcoming-event-box-black .row-event:hover .event-information .event-title, .single-artists .upcoming-event-box-black .row-event:hover .event-information .event-title {
      color: #ffde18;
      border-color: #ffde18; }
  .artists-template-default .upcoming-event-box-black .box-day-event, .single-artists .upcoming-event-box-black .box-day-event {
    padding: 25px 10px 21px;
    background-color: #ffffff;
    width: 95px;
    height: 95px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95px;
    flex: 0 0 95px;
    margin-bottom: 0 !important;
    margin-right: 35px !important;
    transition: all 0.4s ease;
    text-decoration: none !important; }
    .artists-template-default .upcoming-event-box-black .box-day-event .day-event, .single-artists .upcoming-event-box-black .box-day-event .day-event {
      font-family: 'Roboto', sans-serif;
      font-size: 40px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: center;
      color: #000000; }
    .artists-template-default .upcoming-event-box-black .box-day-event:hover, .artists-template-default .upcoming-event-box-black .box-day-event:focus, .single-artists .upcoming-event-box-black .box-day-event:hover, .single-artists .upcoming-event-box-black .box-day-event:focus {
      background-color: #ffde18;
      text-decoration: none; }
  .artists-template-default .upcoming-event-box-black .event-information, .single-artists .upcoming-event-box-black .event-information {
    text-decoration: none !important; }
    .artists-template-default .upcoming-event-box-black .event-information a, .single-artists .upcoming-event-box-black .event-information a {
      display: block;
      text-decoration: none !important;
      transition: all 0.4s ease; }
      .artists-template-default .upcoming-event-box-black .event-information a:hover, .artists-template-default .upcoming-event-box-black .event-information a:focus, .single-artists .upcoming-event-box-black .event-information a:hover, .single-artists .upcoming-event-box-black .event-information a:focus {
        text-decoration: none; }
        .artists-template-default .upcoming-event-box-black .event-information a:hover .event-title, .artists-template-default .upcoming-event-box-black .event-information a:focus .event-title, .single-artists .upcoming-event-box-black .event-information a:hover .event-title, .single-artists .upcoming-event-box-black .event-information a:focus .event-title {
          color: #ffde18;
          border-color: #ffde18; }
    .artists-template-default .upcoming-event-box-black .event-information .event-title, .artists-template-default .upcoming-event-box-black .event-information .short-description, .single-artists .upcoming-event-box-black .event-information .event-title, .single-artists .upcoming-event-box-black .event-information .short-description {
      font-family: 'Roboto', sans-serif;
      color: #ffffff;
      font-stretch: normal;
      font-style: normal;
      letter-spacing: normal;
      line-height: normal;
      transition: all 0.4s ease; }
    .artists-template-default .upcoming-event-box-black .event-information .event-title, .single-artists .upcoming-event-box-black .event-information .event-title {
      border-bottom: 1px solid transparent;
      font-size: 21px;
      font-weight: bold;
      margin-bottom: 5px;
      display: inline; }
    .artists-template-default .upcoming-event-box-black .event-information .short-description, .single-artists .upcoming-event-box-black .event-information .short-description {
      font-size: 18px;
      display: block; }
.artists-template-default .social-networks-artist h3, .single-artists .social-networks-artist h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000; }
.artists-template-default .social-networks-artist .social-networks, .single-artists .social-networks-artist .social-networks {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  list-style-type: none; }
  .artists-template-default .social-networks-artist .social-networks a, .artists-template-default .social-networks-artist .social-networks li, .artists-template-default .social-networks-artist .social-networks li a, .single-artists .social-networks-artist .social-networks a, .single-artists .social-networks-artist .social-networks li, .single-artists .social-networks-artist .social-networks li a {
    color: #000000;
    display: inline-block;
    font-size: inherit;
    font-weight: inherit;
    margin: 0 5px 15px 0;
    position: relative;
    text-decoration: none;
    transition: all 0.5s ease;
    width: 40px;
    height: 40px; }
    .artists-template-default .social-networks-artist .social-networks a .fas, .artists-template-default .social-networks-artist .social-networks a .fab, .artists-template-default .social-networks-artist .social-networks a .fa, .artists-template-default .social-networks-artist .social-networks li .fas, .artists-template-default .social-networks-artist .social-networks li .fab, .artists-template-default .social-networks-artist .social-networks li .fa, .artists-template-default .social-networks-artist .social-networks li a .fas, .artists-template-default .social-networks-artist .social-networks li a .fab, .artists-template-default .social-networks-artist .social-networks li a .fa, .single-artists .social-networks-artist .social-networks a .fas, .single-artists .social-networks-artist .social-networks a .fab, .single-artists .social-networks-artist .social-networks a .fa, .single-artists .social-networks-artist .social-networks li .fas, .single-artists .social-networks-artist .social-networks li .fab, .single-artists .social-networks-artist .social-networks li .fa, .single-artists .social-networks-artist .social-networks li a .fas, .single-artists .social-networks-artist .social-networks li a .fab, .single-artists .social-networks-artist .social-networks li a .fa {
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      font-size: 24px;
      margin: 0 auto;
      position: absolute; }
    .artists-template-default .social-networks-artist .social-networks a:hover, .artists-template-default .social-networks-artist .social-networks li:hover, .artists-template-default .social-networks-artist .social-networks li a:hover, .single-artists .social-networks-artist .social-networks a:hover, .single-artists .social-networks-artist .social-networks li:hover, .single-artists .social-networks-artist .social-networks li a:hover {
      background: transparent;
      color: #ffde18;
      box-shadow: none; }
      .artists-template-default .social-networks-artist .social-networks a:hover i, .artists-template-default .social-networks-artist .social-networks li:hover i, .artists-template-default .social-networks-artist .social-networks li a:hover i, .single-artists .social-networks-artist .social-networks a:hover i, .single-artists .social-networks-artist .social-networks li:hover i, .single-artists .social-networks-artist .social-networks li a:hover i {
        background: transparent;
        text-shadow: none; }
.artists-template-default .form-subscribe-artist h3, .single-artists .form-subscribe-artist h3 {
  font-size: 25px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000; }
.artists-template-default .form-subscribe-artist .gform_wrapper form, .single-artists .form-subscribe-artist .gform_wrapper form {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }
  .artists-template-default .form-subscribe-artist .gform_wrapper form .gform_body, .single-artists .form-subscribe-artist .gform_wrapper form .gform_body {
    -webkit-box-flex: 0;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    margin-bottom: 0 !important;
    margin-right: 35px !important; }
    .artists-template-default .form-subscribe-artist .gform_wrapper form .gform_body ul.gform_fields li, .single-artists .form-subscribe-artist .gform_wrapper form .gform_body ul.gform_fields li {
      margin-bottom: 0 !important; }
  .artists-template-default .form-subscribe-artist .gform_wrapper form .gform_footer, .single-artists .form-subscribe-artist .gform_wrapper form .gform_footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px; }

@media only screen and (max-width: 991px) {
  .artists-template-default .carousel-artist, .single-artists .carousel-artist {
    padding: 90px 0 0; }
  .artists-template-default .contact-artist, .artists-template-default .social-networks-artist, .single-artists .contact-artist, .single-artists .social-networks-artist {
    margin-bottom: 30px; }
  .artists-template-default .artist-event-info, .single-artists .artist-event-info {
    padding-bottom: 30px; } }
@media only screen and (max-width: 767px) {
  .artists-template-default .carousel-artist, .single-artists .carousel-artist {
    padding-top: 30px; }
    .artists-template-default .carousel-artist .header-artist, .single-artists .carousel-artist .header-artist {
      padding-right: 0;
      padding-top: 80px;
      flex-direction: column; }
      .artists-template-default .carousel-artist .header-artist .name, .artists-template-default .carousel-artist .header-artist .date, .single-artists .carousel-artist .header-artist .name, .single-artists .carousel-artist .header-artist .date {
        padding: 20px 0 10px; }
  .artists-template-default .upcoming-event-box-black, .single-artists .upcoming-event-box-black {
    padding: 20px; }
    .artists-template-default .upcoming-event-box-black .title-box, .single-artists .upcoming-event-box-black .title-box {
      margin-bottom: 20px; }
    .artists-template-default .upcoming-event-box-black .box-day-event, .single-artists .upcoming-event-box-black .box-day-event {
      margin-right: 20px !important; }
  .artists-template-default .form-subscribe-artist .gform_wrapper, .single-artists .form-subscribe-artist .gform_wrapper {
    width: 100%; }
    .artists-template-default .form-subscribe-artist .gform_wrapper form, .single-artists .form-subscribe-artist .gform_wrapper form {
      flex-direction: column !important;
      align-items: flex-start !important; }
      .artists-template-default .form-subscribe-artist .gform_wrapper form .gform_body, .artists-template-default .form-subscribe-artist .gform_wrapper form .gform_footer, .single-artists .form-subscribe-artist .gform_wrapper form .gform_body, .single-artists .form-subscribe-artist .gform_wrapper form .gform_footer {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        margin: 0 0 20px 0 !important; } }
@media only screen and (max-width: 576px) {
  .page-template .contact-artist .table-information .item-row .title {
    font-size: 20px; }
  .page-template .contact-artist .table-information .item-row .data {
    font-size: 16px; } }
.filter-metadata {
  margin-bottom: 30px;
  font-size: 0; }
  .filter-metadata .mdf_shortcode_container.mdf_shortcode_skin_custom {
    font-size: 18px; }
    .filter-metadata .mdf_shortcode_container.mdf_shortcode_skin_custom .mdf_tax_filter_section_type_of_event {
      width: 330px; }
      .filter-metadata .mdf_shortcode_container.mdf_shortcode_skin_custom .mdf_tax_filter_section_type_of_event .mdf_select_emulator_container dl {
        margin: 0; }
        .filter-metadata .mdf_shortcode_container.mdf_shortcode_skin_custom .mdf_tax_filter_section_type_of_event .mdf_select_emulator_container dl dt a {
          font-size: 18px;
          width: 100%;
          color: #000000;
          padding: 10px !important;
          background: url("../images/select-arrow.png") 97%/16px no-repeat #f0f0f0; }
      .filter-metadata .mdf_shortcode_container.mdf_shortcode_skin_custom .mdf_tax_filter_section_type_of_event .mutliSelect ul {
        background: #f0f0f0;
        left: inherit;
        padding: 0 10px;
        position: relative;
        top: inherit;
        height: auto; }
        .filter-metadata .mdf_shortcode_container.mdf_shortcode_skin_custom .mdf_tax_filter_section_type_of_event .mutliSelect ul li {
          text-align: left;
          padding: 0 !important;
          color: #000000;
          margin-bottom: 5px; }
          .filter-metadata .mdf_shortcode_container.mdf_shortcode_skin_custom .mdf_tax_filter_section_type_of_event .mutliSelect ul li label, .filter-metadata .mdf_shortcode_container.mdf_shortcode_skin_custom .mdf_tax_filter_section_type_of_event .mutliSelect ul li div {
            font-size: 18px;
            margin-bottom: 0; }
          .filter-metadata .mdf_shortcode_container.mdf_shortcode_skin_custom .mdf_tax_filter_section_type_of_event .mutliSelect ul li label {
            margin-left: 6px; }
          .filter-metadata .mdf_shortcode_container.mdf_shortcode_skin_custom .mdf_tax_filter_section_type_of_event .mutliSelect ul li .icheckbox_flat-aero {
            vertical-align: bottom; }

.events-vCard-list {
  border-radius: 0;
  border: 1px solid #000000;
  margin-bottom: 30px; }
  .events-vCard-list .row {
    margin: 0 !important; }
  .events-vCard-list .image-event-thumb {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    max-height: 400px; }
  .events-vCard-list .content-body-event {
    padding: 25px; }
    .events-vCard-list .content-body-event h3 {
      font-family: 'Roboto', sans-serif;
      color: #6d6a6a;
      font-size: 25px;
      font-weight: 700;
      margin: 0; }
      .events-vCard-list .content-body-event h3 a.tribe-event-url {
        font-family: 'Roboto', sans-serif;
        color: #000000;
        font-size: 25px;
        font-weight: 700;
        margin: 0; }
    .events-vCard-list .content-body-event .date-event {
      font-family: 'Roboto', sans-serif;
      color: #000000;
      font-size: 18px;
      font-weight: 700;
      line-height: 1em;
      margin-bottom: 10px; }
    .events-vCard-list .content-body-event .event-address {
      font-family: 'Roboto', sans-serif;
      color: #6c6b6b;
      font-weight: 700;
      text-align: right; }
      .events-vCard-list .content-body-event .event-address span.tribe-address br {
        display: none; }
      .events-vCard-list .content-body-event .event-address span.tribe-address .tribe-country-name {
        display: block; }
    .events-vCard-list .content-body-event .body-text {
      margin: 20px 0; }
    .events-vCard-list .content-body-event p {
      font-family: 'Roboto', sans-serif;
      color: #6c6b6b;
      font-size: 18px;
      font-weight: 400;
      line-height: 1.3em !important;
      margin-bottom: 20px; }
  .events-vCard-list .bottom-body a.tribe-events-read-more {
    background-color: #ffde18;
    border-radius: 0;
    border: none;
    color: #000000 !important;
    display: inline-block;
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px !important;
    font-stretch: normal !important;
    font-style: normal !important;
    font-weight: normal !important;
    letter-spacing: normal !important;
    line-height: 1.39 !important;
    max-width: 100%;
    padding: 15px 25px 14px;
    position: relative;
    text-align: left;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.4s ease; }
    .events-vCard-list .bottom-body a.tribe-events-read-more:hover {
      background-color: #000000;
      color: #ffffff !important; }

@media only screen and (max-width: 991px) {
  .events-vCard-list .image-event-thumb {
    min-height: 250px; } }
@media only screen and (max-width: 767px) {
  .events-vCard-list .image-event-thumb {
    background-size: 90%; }

  .events-vCard-list .content-body-event {
    padding: 0; }
    .events-vCard-list .content-body-event h3 a.tribe-event-url {
      font-size: 22px;
      margin-bottom: 10px;
      display: block;
      word-break: normal; } }
/*START Slider--------------------------------------------------*/
.slider-widget {
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
  background: #ffffff; }
  .slider-widget .slider-a {
    position: relative;
    overflow: hidden; }
    .slider-widget .slider-a #home-slider {
      overflow: hidden; }
      .slider-widget .slider-a #home-slider::after {
        content: "";
        background-image: url("../images/texture-interior-banner.png");
        background-position: 50% 0%;
        background-size: auto 100%;
        background-repeat: repeat-x;
        bottom: -70px;
        height: 120px;
        position: absolute;
        width: 100%;
        z-index: 8; }
      .slider-widget .slider-a #home-slider iframe {
        position: absolute;
        width: 100%;
        left: 0;
        z-index: 2;
        top: 50%;
        height: 156%;
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%); }
      .slider-widget .slider-a #home-slider .carousel-item {
        width: 100%; }
      .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner {
        /* Safari 4.0 - 8.0 */
        /* Standard syntax */
        /* Safari 4.0 - 8.0 */
        /* Standard syntax */ }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .slider-caption {
          opacity: 0; }
          .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .slider-caption.show {
            opacity: 1 !important; }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .carousel-item-left .slider-caption, .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .carousel-item-right .slider-caption {
          -webkit-animation-name: opacityTransitionOff;
          /* Safari 4.0 - 8.0 */
          -webkit-animation-duration: 0.4s;
          /* Safari 4.0 - 8.0 */
          animation-name: opacityTransitionOff;
          animation-duration: 0.4s; }
@-webkit-keyframes opacityTransitionOff {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes opacityTransitionOff {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .active .slider-caption {
          -webkit-animation-name: opacityTransition;
          /* Safari 4.0 - 8.0 */
          -webkit-animation-duration: 0.8s;
          /* Safari 4.0 - 8.0 */
          -webkit-animation-fill-mode: forwards;
          /* Safari 4.0 - 8.0 */
          animation-name: opacityTransition;
          animation-duration: 0.8s;
          animation-fill-mode: forwards; }
@-webkit-keyframes opacityTransition {
  0% {
    opacity: 0; }
  100% {
    background-color: 1; } }
@keyframes opacityTransition {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .carousel-item {
          transition-property: opacity; }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .carousel-item,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .active.carousel-item-left,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .active.carousel-item-right {
          opacity: 0; }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .active,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
          opacity: 1; }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .carousel-item-next,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .carousel-item-prev,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .active.carousel-item-left,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .active.carousel-item-right {
          left: 0;
          transform: translate3d(0, 0, 0); }
      .slider-widget .slider-a #home-slider.carousel-fade .bullets {
        bottom: 50px;
        height: 35px;
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
        z-index: 20; }
        .slider-widget .slider-a #home-slider.carousel-fade .bullets .carousel-indicators {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          left: unset;
          bottom: 17px;
          padding-left: 15px;
          margin-right: 100px !important;
          margin: 0;
          text-align: right;
          width: auto; }
          .slider-widget .slider-a #home-slider.carousel-fade .bullets .carousel-indicators li {
            background: #ffffff;
            border-radius: 0;
            border: none;
            counter-increment: item;
            height: 3px;
            line-height: 1em;
            margin: 0 10px 0 0;
            opacity: 0.46;
            position: static;
            transition: all 0.4s ease;
            width: 54px; }
            .slider-widget .slider-a #home-slider.carousel-fade .bullets .carousel-indicators li::after {
              content: none !important; }
            .slider-widget .slider-a #home-slider.carousel-fade .bullets .carousel-indicators li:before {
              font-family: 'Roboto', sans-serif;
              color: #ffffff;
              content: counter(item,decimal-leading-zero);
              display: none;
              font-size: 24px;
              font-stretch: normal;
              font-style: normal;
              font-weight: bold;
              height: 35px;
              left: -50px;
              letter-spacing: normal;
              line-height: 1.46;
              padding: 0;
              position: absolute;
              top: -17px;
              width: 35px; }
            .slider-widget .slider-a #home-slider.carousel-fade .bullets .carousel-indicators li.active {
              background: #ffffff;
              opacity: 1; }
              .slider-widget .slider-a #home-slider.carousel-fade .bullets .carousel-indicators li.active::before {
                display: block; }
      .slider-widget .slider-a #home-slider.carousel-fade .carousel-control-prev, .slider-widget .slider-a #home-slider.carousel-fade .carousel-control-next {
        display: none; }
      .slider-widget .slider-a #home-slider .carousel-control {
        opacity: 1;
        transition: 0.4s; }
        .slider-widget .slider-a #home-slider .carousel-control span {
          background: transparent url("../images/arrow-slider.png") no-repeat;
          background-position: 50% 50%;
          background-size: auto;
          border-radius: 50%;
          height: 47px;
          text-align: center;
          text-shadow: none;
          transition: box-shadow 0.4s;
          width: 47px; }
          .slider-widget .slider-a #home-slider .carousel-control span:before {
            -webkit-transform: translate(-50%, -55%);
            -moz-transform: translate(-50%, -55%);
            -ms-transform: translate(-50%, -55%);
            transform: translate(-50%, -55%);
            display: none;
            left: 50%;
            position: absolute;
            top: 50%; }
          .slider-widget .slider-a #home-slider .carousel-control span:hover {
            box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.4); }
        .slider-widget .slider-a #home-slider .carousel-control.carousel-item-left, .slider-widget .slider-a #home-slider .carousel-control.carousel-item-right {
          background: transparent;
          width: 10%; }
        .slider-widget .slider-a #home-slider .carousel-control.carousel-item-left span {
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
    .slider-widget .slider-a .slider-box {
      height: 680px;
      min-height: 680px;
      max-height: 75vh;
      position: relative; }
      .slider-widget .slider-a .slider-box a.link-slider {
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 4; }
      .slider-widget .slider-a .slider-box #home-video {
        position: absolute;
        z-index: 1;
        top: 50%;
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        left: 0;
        object-fit: cover;
        height: 100%;
        width: 100%; }
    .slider-widget .slider-a .bg-img {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
      .slider-widget .slider-a .bg-img::before {
        content: "";
        background-image: linear-gradient(to right, #000000, rgba(0, 0, 0, 0));
        height: 100%;
        position: absolute;
        width: 100%;
        opacity: 0.38;
        z-index: 2; }
    .slider-widget .slider-a .container {
      position: relative;
      height: 100%;
      z-index: 3; }
  .slider-widget .slider-caption {
    -webkit-transform: translate(0%, -35%);
    -moz-transform: translate(0%, -35%);
    -ms-transform: translate(0%, -35%);
    transform: translate(0%, -35%);
    bottom: inherit;
    left: 15px;
    margin: 0 auto;
    max-width: 100%;
    position: absolute;
    right: inherit;
    text-align: left;
    top: 50%;
    width: 70%;
    opacity: 1;
    z-index: 10; }
    .slider-widget .slider-caption h2 {
      font-family: 'Roboto', sans-serif;
      color: #ffffff;
      display: block;
      font-size: 40px;
      font-stretch: normal;
      font-style: normal;
      font-weight: bold;
      letter-spacing: normal;
      line-height: 1.5;
      text-align: left;
      text-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
      text-transform: uppercase; }
      .slider-widget .slider-caption h2 span, .slider-widget .slider-caption h2 strong {
        font-weight: 500;
        display: block; }
    .slider-widget .slider-caption p {
      font-family: 'Roboto', sans-serif;
      color: #ffffff;
      font-size: 21px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.5;
      letter-spacing: normal;
      text-shadow: 0 2px 20px rgba(0, 0, 0, 0.7);
      text-align: left; }
      .slider-widget .slider-caption p em, .slider-widget .slider-caption p strong, .slider-widget .slider-caption p a {
        color: #30a6bd !important;
        font-size: 25px;
        font-weight: bold; }
    .slider-widget .slider-caption a.btn-1, .slider-widget .slider-caption a.btn-2, .slider-widget .slider-caption a.btn-read-more {
      display: inline-block;
      margin-left: 0;
      margin-right: 15px;
      padding: 0 20px 0 0; }
      .slider-widget .slider-caption a.btn-1::after, .slider-widget .slider-caption a.btn-2::after, .slider-widget .slider-caption a.btn-read-more::after {
        right: 0 !important;
        top: 2px !important; }
  .slider-widget .container-anchor {
    position: relative;
    z-index: 40 !important; }
    .slider-widget .container-anchor .anchor-arrow-down {
      width: 68px;
      height: 71px;
      box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
      background-color: #000000;
      position: absolute;
      bottom: 20px;
      right: 0;
      z-index: 50; }
      .slider-widget .container-anchor .anchor-arrow-down::before {
        content: "";
        background-image: url("../images/arrow-down-white.svg");
        background-repeat: no-repeat;
        background-size: 21px 38px;
        height: 38px;
        left: 35%;
        top: 29%;
        position: absolute;
        transition: all 0.4s ease;
        width: 21px;
        z-index: -1;
        animation: bounceY 2s infinite;
        -webkit-animation: bounceY 2s infinite;
        -moz-animation: bounceY 2s infinite;
        -o-animation: bounceY 2s infinite; }
      .slider-widget .container-anchor .anchor-arrow-down a {
        display: block;
        height: 100%;
        z-index: 20; }

@media only screen and (max-width: 991px) {
  html[user-agent*="Safari"] .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .active .slider-caption {
    opacity: 1; }

  .slider-widget .slider-a .container {
    max-width: 100% !important; }
  .slider-widget .slider-a .slider-box {
    min-height: 500px; }
    .slider-widget .slider-a .slider-box .bg-img {
      background-size: cover;
      background-position: center; }
  .slider-widget .slider-a .slider-caption h2 {
    font-size: 40px;
    line-height: 1.2; }
  .slider-widget .slider-a .slider-caption p {
    font-size: 20px; }

  .slider-widget .slider-a #home-slider.carousel-fade .bullets .carousel-indicators {
    padding-left: 0; }
    .slider-widget .slider-a #home-slider.carousel-fade .bullets .carousel-indicators li {
      width: 10px;
      margin: 0 5px 0 0; } }
@media only screen and (max-width: 767px) {
  .slider-widget .slider-a #home-slider.carousel-fade .bullets {
    bottom: 50px; }

  .slider-widget .container {
    max-width: 100% !important; }
  .slider-widget .slider-a .slider-caption h2 {
    font-size: 30px; }
  .slider-widget .slider-a .slider-caption p {
    font-size: 18px;
    line-height: 1em; }
  .slider-widget .slider-a .slider-caption a[class*="btn-"] {
    margin: 10px; }

  .slider-widget .slider-a #home-slider.carousel-fade .bullets {
    bottom: 50px; }

  .slider-widget .container .anchor-arrow-down {
    bottom: 0; } }
@media only screen and (max-width: 576px) {
  .slider-widget .slider-a #home-slider.carousel-fade .bullets .carousel-indicators li {
    width: 0;
    margin: 0; } }
@media only screen and (max-width: 480px) {
  .slider-widget .slider-a #home-slider .carousel-control.carousel-item-left, .slider-widget .slider-a #home-slider .carousel-control.carousel-item-right {
    width: 0; }

  .slider-widget {
    width: 100%; }
    .slider-widget .slider-a {
      width: 100%; }
      .slider-widget .slider-a .bg-img {
        background-size: cover;
        background-position: center; }
      .slider-widget .slider-a .slider-box {
        height: 350px; }
      .slider-widget .slider-a .slider-caption {
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%); }
        .slider-widget .slider-a .slider-caption h2 {
          font-size: 30px;
          line-height: 1.1; }
        .slider-widget .slider-a .slider-caption p {
          font-size: 16px;
          line-height: 1em; } }
/*END Slider--------------------------------------------------*/
.event-section {
  margin-top: 160px;
  position: relative;
  background: #000000;
  padding: 45px 0; }
  .event-section::before, .event-section::after {
    content: "";
    background-image: url("../images/texture-social-black.png");
    background-position: 50% 0%;
    background-size: auto 100%;
    background-repeat: repeat-x;
    height: 150px;
    position: absolute;
    width: 100%;
    z-index: 8; }
  .event-section::before {
    top: -70px; }
  .event-section::after {
    bottom: -70px; }
  .event-section .calendar-box {
    position: relative;
    padding: 0;
    z-index: 10; }
    .event-section .calendar-box::after {
      content: "";
      background-color: #000000;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: -1; }
    .event-section .calendar-box .header-calendar-box {
      margin-bottom: 25px; }
      .event-section .calendar-box .header-calendar-box h2 {
        font-family: 'Roboto', sans-serif;
        font-size: 35px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-transform: uppercase;
        margin: 0;
        color: #ffffff; }
    .event-section .calendar-box .swiper-events {
      padding: 17px 0; }
      .event-section .calendar-box .swiper-events .single-event {
        width: 360px;
        height: auto; }
        .event-section .calendar-box .swiper-events .single-event a {
          text-decoration: none;
          color: #000000;
          display: block;
          height: 100%; }
          .event-section .calendar-box .swiper-events .single-event a:hover {
            text-decoration: none !important; }
        .event-section .calendar-box .swiper-events .single-event .featured-event-images {
          height: 227px;
          width: 100%;
          background-size: cover;
          background-position: top center;
          background-repeat: no-repeat;
          background-color: #fff; }
        .event-section .calendar-box .swiper-events .single-event .body-event {
          padding: 15px 30px 50px;
          background: #ffffff;
          position: relative;
          min-height: calc(100% - 227px); }
          .event-section .calendar-box .swiper-events .single-event .body-event .name-event, .event-section .calendar-box .swiper-events .single-event .body-event .event-location, .event-section .calendar-box .swiper-events .single-event .body-event .time, .event-section .calendar-box .swiper-events .single-event .body-event .date {
            font-family: 'Roboto', sans-serif;
            color: #000000;
            font-stretch: normal;
            font-style: normal;
            font-weight: bold;
            letter-spacing: normal;
            line-height: normal; }
          .event-section .calendar-box .swiper-events .single-event .body-event .name-event, .event-section .calendar-box .swiper-events .single-event .body-event .event-location {
            font-size: 17px;
            font-weight: bold;
            line-height: 1.4;
            display: block;
            text-transform: uppercase;
            margin-bottom: 5px; }
          .event-section .calendar-box .swiper-events .single-event .body-event .event-location {
            font-weight: normal !important; }
          .event-section .calendar-box .swiper-events .single-event .body-event .bottom-box {
            position: absolute;
            bottom: 15px;
            width: calc(100% - 60px);
            left: 0;
            right: 0;
            margin: 0 auto; }
          .event-section .calendar-box .swiper-events .single-event .body-event .time, .event-section .calendar-box .swiper-events .single-event .body-event .date {
            font-size: 15px;
            font-weight: bold;
            position: relative;
            padding-left: 25px;
            margin-right: 15px;
            margin-top: 5px; }
          .event-section .calendar-box .swiper-events .single-event .body-event .time::before {
            content: "";
            background-image: url("../images/icon-schedule.svg");
            display: inline-block;
            height: 16px;
            margin-right: 8px;
            position: absolute;
            left: 0;
            top: 0;
            width: 16px; }
          .event-section .calendar-box .swiper-events .single-event .body-event .date::before {
            content: "";
            background-image: url("../images/icon-calendar.svg");
            display: inline-block;
            height: 16px;
            margin-right: 8px;
            position: absolute;
            left: 0;
            top: 0;
            width: 16px; }
    .event-section .calendar-box .bg-arrows {
      position: absolute;
      top: 0;
      height: 100%;
      z-index: 1; }
      .event-section .calendar-box .bg-arrows.next {
        width: 285px;
        background-image: linear-gradient(to left, #000000, rgba(0, 0, 0, 0.79) 33%, rgba(0, 0, 0, 0.49) 65%, rgba(0, 0, 0, 0));
        right: 0; }
      .event-section .calendar-box .bg-arrows.prev {
        width: 173px;
        background: linear-gradient(to right, #000000, rgba(0, 0, 0, 0.79) 33%, rgba(0, 0, 0, 0.49) 65%, rgba(0, 0, 0, 0));
        left: 0; }
    .event-section .calendar-box .swiper-button-next, .event-section .calendar-box .swiper-container-rtl .swiper-button-prev {
      background-image: url("../images/arrow-right-exhibitions.svg") !important;
      left: 50%;
      width: 50px; }
    .event-section .calendar-box .swiper-button-prev, .event-section .calendar-box .swiper-container-rtl .swiper-button-next {
      background-image: url("../images/arrow-left-exhibitions.svg") !important;
      left: 50%;
      width: 50px; }

.bottom-calendar {
  margin-top: 100px; }
  .bottom-calendar .center-side {
    text-align: center; }

@media only screen and (max-width: 991px) {
  .section-b {
    margin-top: 60px; }

  .bg-arrows {
    width: 150px; }
    .bg-arrows.next {
      right: 0; }
    .bg-arrows.prev {
      left: 0; } }
@media only screen and (max-width: 767px) {
  .section-b {
    margin-top: 60px; }

  .bg-arrows {
    width: 150px; }
    .bg-arrows.next {
      right: 0; }
    .bg-arrows.prev {
      left: 0; } }
@media only screen and (max-width: 576px) {
  .event-section .calendar-box .swiper-events .single-event {
    width: 280px; }

  .event-section .calendar-box .swiper-events .single-event .body-event .bottom-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .bg-arrows {
    width: 50px !important; }
    .bg-arrows.next {
      right: 0; }
      .bg-arrows.next .swiper-button-next {
        right: 0;
        left: unset; }
    .bg-arrows.prev {
      left: 0; }
      .bg-arrows.prev .swiper-button-prev {
        left: 0; } }
.section-c {
  position: relative; }
  .section-c .container {
    position: relative; }
  .section-c .title-section-vertical {
    position: relative;
    padding-bottom: 0;
    min-height: 200px;
    z-index: 10; }
    .section-c .title-section-vertical .vertical-title {
      color: #000000;
      display: block;
      font-size: 25px;
      font-stretch: normal;
      font-style: normal;
      font-weight: bold;
      letter-spacing: normal;
      line-height: normal;
      margin: 0;
      padding: 0 60px 0 0;
      text-align: center;
      text-transform: uppercase;
      position: absolute;
      right: -50px;
      top: 45%;
      -moz-transform: scale(-1, 1);
      -webkit-transform: scale(-1, 1);
      -o-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
      transform: scale(-1, 1);
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
      .section-c .title-section-vertical .vertical-title::after {
        content: "";
        background-image: url("../images/arrow-down-black.svg");
        background-size: auto;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        width: 10px;
        height: 45px;
        display: block;
        position: absolute;
        top: -7px;
        right: 20px;
        margin-top: 0;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg); }
  .section-c .social-feed-container {
    padding: 50px 0 40px;
    position: relative; }
    .section-c .social-feed-container::after {
      content: "";
      background-color: #000000;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: -1; }
    .section-c .social-feed-container::before {
      content: "";
      background-image: url("../images/texture-social.png");
      background-position: 50% 0%;
      background-size: auto 100%;
      background-repeat: repeat-x;
      height: 120px;
      position: absolute;
      top: -70px;
      width: 100%;
      z-index: 8; }
  .section-c .header-social-feed {
    padding: 90px 20px 40px; }
    .section-c .header-social-feed h3, .section-c .header-social-feed a {
      font-family: 'Roboto', sans-serif;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #ffffff; }
    .section-c .header-social-feed h3 {
      font-size: 30px;
      font-weight: bold;
      text-transform: uppercase; }
    .section-c .header-social-feed a {
      font-size: 21px;
      font-weight: 300;
      text-decoration: underline; }
  .section-c .container-120 {
    max-width: 1280px;
    position: relative;
    margin: 0 auto; }
  .section-c .grid-container {
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center; }
    .section-c .grid-container .grid-item {
      width: 360px;
      height: 360px;
      margin: 0 0 15px 0;
      flex-grow: 1; }
      .section-c .grid-container .grid-item.w-1 {
        width: 360px !important; }
      .section-c .grid-container .grid-item.w-2 {
        width: 300px !important; }
      .section-c .grid-container .grid-item.w-3 {
        width: 210px !important; }
      .section-c .grid-container .grid-item.w-4 {
        width: 170px !important; }
      .section-c .grid-container .grid-item.h-1 {
        height: 360px !important; }
      .section-c .grid-container .grid-item.h-2 {
        height: 300px !important; }
      .section-c .grid-container .grid-item.h-3 {
        height: 210px !important; }
      .section-c .grid-container .grid-item.h-4 {
        height: 170px !important; }
      .section-c .grid-container .grid-item.size-box-1 {
        width: 360px !important;
        max-width: 100%;
        height: 360px !important; }
      .section-c .grid-container .grid-item.size-box-2 {
        width: 300px !important;
        max-width: 100%;
        height: 300px !important; }
      .section-c .grid-container .grid-item.size-box-3 {
        width: 210px !important;
        max-width: 100%;
        height: 210px !important; }
        .section-c .grid-container .grid-item.size-box-3 .single_feed .body_feed {
          padding: 5px; }
          .section-c .grid-container .grid-item.size-box-3 .single_feed .body_feed .header_feed {
            font-size: 14px;
            word-break: break-all; }
          .section-c .grid-container .grid-item.size-box-3 .single_feed .body_feed .text_feed {
            font-size: 14px;
            line-height: 1.2; }
      .section-c .grid-container .grid-item.size-box-4 {
        width: 210px !important;
        max-width: 100%;
        height: 210px !important; }
        .section-c .grid-container .grid-item.size-box-4 .single_feed .body_feed {
          padding: 5px; }
          .section-c .grid-container .grid-item.size-box-4 .single_feed .body_feed .header_feed {
            font-size: 14px;
            word-break: break-all; }
          .section-c .grid-container .grid-item.size-box-4 .single_feed .body_feed .text_feed {
            font-size: 14px;
            line-height: 1.2; }
  .section-c .single_feed {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden; }
    .section-c .single_feed a {
      display: block;
      height: 100%;
      text-decoration: none;
      transition: all 0.4s ease; }
      .section-c .single_feed a:hover {
        text-decoration: none; }
        .section-c .single_feed a:hover .body_feed {
          top: 0; }
    .section-c .single_feed .image_feed {
      height: 100%;
      display: block;
      height: 100%;
      position: relative; }
      .section-c .single_feed .image_feed figure {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        width: 100%; }
    .section-c .single_feed .body_feed {
      background-color: rgba(255, 222, 24, 0.93);
      height: 100%;
      padding: 20px 20px;
      position: absolute;
      top: 100%;
      transition: all 0.4s ease;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .section-c .single_feed .body_feed .header_feed, .section-c .single_feed .body_feed .text_feed {
        position: relative;
        display: block;
        text-align: center; }
      .section-c .single_feed .body_feed .header_feed {
        padding: 5px 20px; }
        .section-c .single_feed .body_feed .header_feed .user_nickname {
          font-family: 'Roboto', sans-serif;
          color: #000000;
          display: block;
          font-size: 16px;
          font-stretch: normal;
          font-style: normal;
          font-weight: bold;
          letter-spacing: normal;
          line-height: 1.2;
          text-align: center;
          text-decoration: underline; }
      .section-c .single_feed .body_feed .text_feed {
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.56;
        letter-spacing: normal;
        text-align: center;
        color: #000000; }
      .section-c .single_feed .body_feed .footer_feed {
        position: relative;
        text-align: center;
        margin: 0 auto;
        width: 100%; }
        .section-c .single_feed .body_feed .footer_feed .date-elapsed {
          font-size: 16px;
          font-weight: bold;
          font-style: normal;
          font-stretch: normal;
          line-height: 2.63;
          letter-spacing: normal;
          text-align: center;
          text-transform: uppercase;
          color: #000000; }
        .section-c .single_feed .body_feed .footer_feed .icon_feed {
          border: none;
          bottom: 0;
          color: #000000;
          display: inherit;
          height: 40px;
          margin: 0;
          position: absolute;
          right: 0;
          transition: 0.4s;
          width: 40px; }
          .section-c .single_feed .body_feed .footer_feed .icon_feed i {
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            color: #000000;
            font-size: 20px;
            font-stretch: normal;
            font-style: normal;
            font-weight: normal;
            left: 50%;
            letter-spacing: normal;
            line-height: normal;
            position: absolute;
            text-align: center;
            top: 50%; }

@media only screen and (max-width: 991px) {
  .section-c .grid-container {
    margin: 0 auto; }
    .section-c .grid-container .grid-item.size-box-1, .section-c .grid-container .grid-item.size-box-2, .section-c .grid-container .grid-item.size-box-3, .section-c .grid-container .grid-item.size-box-4 {
      width: 300px !important;
      max-width: 100%;
      height: 300px !important; }
      .section-c .grid-container .grid-item.size-box-1 .single_feed .body_feed, .section-c .grid-container .grid-item.size-box-2 .single_feed .body_feed, .section-c .grid-container .grid-item.size-box-3 .single_feed .body_feed, .section-c .grid-container .grid-item.size-box-4 .single_feed .body_feed {
        padding: 5px; }
        .section-c .grid-container .grid-item.size-box-1 .single_feed .body_feed .header_feed, .section-c .grid-container .grid-item.size-box-2 .single_feed .body_feed .header_feed, .section-c .grid-container .grid-item.size-box-3 .single_feed .body_feed .header_feed, .section-c .grid-container .grid-item.size-box-4 .single_feed .body_feed .header_feed {
          font-size: 14px;
          word-break: break-all; }
        .section-c .grid-container .grid-item.size-box-1 .single_feed .body_feed .text_feed, .section-c .grid-container .grid-item.size-box-2 .single_feed .body_feed .text_feed, .section-c .grid-container .grid-item.size-box-3 .single_feed .body_feed .text_feed, .section-c .grid-container .grid-item.size-box-4 .single_feed .body_feed .text_feed {
          font-size: 14px;
          display: block;
          line-height: 1.2; } }
@media only screen and (max-width: 767px) {
  .section-c .social-feed-container::after {
    width: 100%;
    height: 100%; }

  .grid-container {
    margin: 0 auto; }

  .section-c {
    padding-top: 95px; } }
@media only screen and (max-width: 576px) {
  .section-c .grid-container {
    margin: 0 auto;
    width: 280px !important; }
    .section-c .grid-container .grid-item.size-box-1, .section-c .grid-container .grid-item.size-box-2, .section-c .grid-container .grid-item.size-box-3, .section-c .grid-container .grid-item.size-box-4 {
      width: 280px !important;
      max-width: 100%;
      height: 280px !important; }
      .section-c .grid-container .grid-item.size-box-1 .single_feed .body_feed, .section-c .grid-container .grid-item.size-box-2 .single_feed .body_feed, .section-c .grid-container .grid-item.size-box-3 .single_feed .body_feed, .section-c .grid-container .grid-item.size-box-4 .single_feed .body_feed {
        padding: 5px; }
        .section-c .grid-container .grid-item.size-box-1 .single_feed .body_feed .header_feed, .section-c .grid-container .grid-item.size-box-2 .single_feed .body_feed .header_feed, .section-c .grid-container .grid-item.size-box-3 .single_feed .body_feed .header_feed, .section-c .grid-container .grid-item.size-box-4 .single_feed .body_feed .header_feed {
          font-size: 16px;
          word-break: break-all; }
        .section-c .grid-container .grid-item.size-box-1 .single_feed .body_feed .text_feed, .section-c .grid-container .grid-item.size-box-2 .single_feed .body_feed .text_feed, .section-c .grid-container .grid-item.size-box-3 .single_feed .body_feed .text_feed, .section-c .grid-container .grid-item.size-box-4 .single_feed .body_feed .text_feed {
          font-size: 16px;
          display: block;
          line-height: 1.2; } }
.section-d {
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  z-index: 1;
  padding-top: 20px;
  /*Team Carousel view (template: Team - class="team-vCarousel")*/ }
  .section-d .title-section-vertical {
    padding: 0px 0 60px 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
    .section-d .title-section-vertical .vertical-title {
      color: #000000;
      display: block;
      font-size: 25px;
      font-stretch: normal;
      font-style: normal;
      font-weight: bold;
      letter-spacing: normal;
      line-height: normal;
      margin: 0;
      padding: 60px 0 0 0;
      text-align: center;
      text-transform: uppercase;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      text-orientation: mixed; }
      .section-d .title-section-vertical .vertical-title::after {
        content: "";
        background-image: url("../images/arrow-down-black.svg");
        background-size: auto;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        width: 10px;
        height: 45px;
        display: block;
        position: absolute;
        right: 30%;
        margin-top: 0;
        top: 0;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        bottom: 0; }
  .section-d .team-container {
    padding: 0;
    position: relative;
    width: 100vw;
    z-index: 1; }
    .section-d .team-container::before {
      content: "";
      background-color: #000000;
      border-radius: 0;
      height: 100%;
      left: -50vw;
      position: absolute;
      top: 80px;
      width: 100vw;
      z-index: 2; }
    .section-d .team-container::after {
      content: "";
      background-color: #000000;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      border-radius: 0;
      width: 100vw;
      z-index: 2; }
  .section-d .swiper-container {
    padding-left: 330px;
    z-index: 5; }
    .section-d .swiper-container .swiper-wrapper {
      z-index: 10; }
  .section-d .container-title {
    height: 100%;
    left: 0;
    margin: 0;
    padding: 30px;
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 330px;
    padding-top: 115px;
    z-index: 15; }
    .section-d .container-title::before {
      content: "";
      background-color: #000000;
      height: 100%;
      display: block;
      left: 0;
      position: absolute;
      top: 0;
      border-radius: 0;
      width: 100%;
      z-index: 16; }
    .section-d .container-title h2 {
      font-family: 'Roboto', sans-serif;
      color: #ffffff;
      font-size: 35px;
      font-stretch: normal;
      font-style: normal;
      font-weight: bold;
      letter-spacing: normal;
      line-height: normal;
      text-transform: uppercase;
      width: 300px;
      position: relative;
      z-index: 17; }
      .section-d .container-title h2 strong {
        font-weight: bold;
        display: block; }
  .section-d .controls-carousel {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    bottom: unset;
    height: 80px;
    left: 178px;
    position: absolute;
    top: 0;
    width: 152px;
    z-index: 30; }
    .section-d .controls-carousel::before {
      content: "";
      background-color: #ffffff;
      border-radius: 0;
      bottom: 0;
      height: 90px;
      position: absolute;
      right: 0;
      top: auto;
      width: 50vw;
      z-index: 0; }
    .section-d .controls-carousel .swiper-button-next1 {
      background-image: url("../images/chevron-white-right.svg");
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-color: #000000;
      background-size: 16px 29px;
      transition: all 0.4s ease;
      bottom: unset;
      position: absolute;
      right: 0;
      top: 0;
      margin: 0;
      width: 76px;
      height: 80px;
      cursor: pointer; }
      .section-d .controls-carousel .swiper-button-next1:hover {
        background-image: url("../images/chevron-black-right.svg");
        background-size: 16px 29px;
        background-color: #ffde18; }
    .section-d .controls-carousel .swiper-button-prev1 {
      background-image: url("../images/chevron-black-left.svg");
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: 16px 29px;
      transition: all 0.4s ease;
      background-color: #ffde18;
      bottom: unset;
      position: absolute;
      margin: 0;
      top: 0;
      left: 0;
      width: 76px;
      height: 80px;
      cursor: pointer; }
      .section-d .controls-carousel .swiper-button-prev1:hover {
        background-color: #ffffff; }
  .section-d .single-member {
    margin: 0 0 25px;
    max-width: 100%;
    padding: 0;
    position: relative;
    text-decoration: none;
    transition: all 0.4s ease;
    width: 318px; }
    .section-d .single-member:hover .body-member .content-member,
    .section-d .single-member:hover .body-member p, .section-d .single-member:focus .body-member .content-member,
    .section-d .single-member:focus .body-member p, .section-d .single-member:active .body-member .content-member,
    .section-d .single-member:active .body-member p {
      color: #ffffff; }
    .section-d .single-member .featured-member-images {
      background-color: #ffffff;
      background-size: cover;
      display: block;
      margin: 0 auto 30px;
      overflow: hidden;
      position: relative;
      height: 369px;
      transition: all 0.4s ease;
      z-index: 0; }
      .section-d .single-member .featured-member-images::before {
        content: "";
        width: 100%;
        height: 77px;
        bottom: 0;
        left: 0;
        opacity: 0.6;
        position: absolute;
        z-index: 1; }
    .section-d .single-member .body-member {
      bottom: 0;
      padding: 25px;
      position: relative;
      text-align: center;
      z-index: 10; }
      .section-d .single-member .body-member .name-member {
        margin-bottom: 20px;
        position: relative;
        transition: all 0.4s ease; }
        .section-d .single-member .body-member .name-member h3 {
          font-family: 'Roboto', sans-serif;
          color: #ffffff;
          font-size: 24px;
          font-stretch: normal;
          font-style: normal;
          font-weight: bold;
          letter-spacing: normal;
          line-height: normal;
          text-align: center;
          text-transform: uppercase; }
      .section-d .single-member .body-member a.btn-read-more {
        text-transform: uppercase; }
      .section-d .single-member .body-member .content-member,
      .section-d .single-member .body-member p,
      .section-d .single-member .body-member a.btn-read-more {
        font-family: 'Roboto', sans-serif;
        text-align: center;
        color: #ffffff !important;
        font-size: 16px;
        font-stretch: normal;
        font-style: normal;
        font-weight: normal;
        letter-spacing: normal;
        line-height: normal;
        margin: 0 !important; }

html[user-agent*="Edge"] .section-d .title-section-vertical .vertical-title {
  height: 300px; }
  html[user-agent*="Edge"] .section-d .title-section-vertical .vertical-title::after {
    top: 45px;
    right: -30%; }

@media only screen and (max-width: 767px) {
  .section-d .team-container .swiper-container {
    padding-left: 0;
    padding-top: 255px; }
    .section-d .team-container .swiper-container .container-title {
      top: 100px;
      width: 100%;
      padding-top: 0;
      height: auto;
      left: 0; }
      .section-d .team-container .swiper-container .container-title::before {
        content: none; }
    .section-d .team-container .swiper-container .controls-carousel {
      bottom: unset;
      top: 0; }
      .section-d .team-container .swiper-container .controls-carousel::before {
        width: 110vw; } }
@media only screen and (max-width: 576px) {
  .section-d .team-container {
    left: -15px; }
    .section-d .team-container .container-title {
      padding: 10px; } }
body.home .sign-up-form {
  background: #ffffff;
  padding: 418px 0 0 0; }
  body.home .sign-up-form .bg-image-newsletter {
    height: 418px !important; }
    body.home .sign-up-form .bg-image-newsletter::after {
      background-image: url("../images/texture-footer-home-image.png");
      background-size: auto 100% !important;
      height: 77px; }
  body.home .sign-up-form .box-container-form {
    margin: -120px auto 0 !important; }

.sign-up-form {
  position: relative;
  background: #000;
  padding: 180px 0 0 0;
  overflow: hidden; }
  .sign-up-form .bg-image-newsletter {
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: 0; }
    .sign-up-form .bg-image-newsletter img {
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      height: auto;
      left: 50%;
      max-height: inherit;
      max-width: 100%;
      object-fit: cover;
      position: absolute;
      top: 50%;
      width: auto; }
    .sign-up-form .bg-image-newsletter::after {
      content: "";
      background-image: url("../images/texture-footer-interior-image.png");
      background-position: 50% 0%;
      background-size: auto 150%;
      background-repeat: repeat-x;
      bottom: -33px;
      height: 120px;
      position: absolute;
      width: 100%; }
  .sign-up-form .container {
    position: relative; }
  .sign-up-form .box-container-form {
    background-color: #ffffff;
    border-bottom: solid 2px #000000;
    margin: 0 !important;
    padding: 40px 50px;
    position: relative;
    width: 95%;
    z-index: 10; }
    .sign-up-form .box-container-form .newsletter-message h2 {
      font-family: 'Roboto', sans-serif;
      color: #000000;
      font-size: 35px;
      font-stretch: normal;
      font-style: normal;
      font-weight: bold;
      letter-spacing: normal;
      line-height: normal;
      margin-bottom: 20px; }
    .sign-up-form .box-container-form .newsletter-message p {
      color: #000000;
      font-size: 21px;
      font-stretch: normal;
      font-style: normal;
      font-weight: normal;
      letter-spacing: normal;
      line-height: 1.43; }

@media only screen and (max-width: 991px) {
  .sign-up-form .box-container-form {
    padding: 40px 20px;
    margin: 0 auto !important; } }
.section-sponsors {
  padding: 40px 0; }
  .section-sponsors .single-sponsor {
    margin: 15px 0;
    max-width: 100%;
    padding: 20px 15px;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%; }
    .section-sponsors .single-sponsor .featured-sponsor-images {
      transition: all 0.4s ease;
      text-align: center;
      width: 100%; }
      .section-sponsors .single-sponsor .featured-sponsor-images img {
        max-width: 100%;
        max-height: 100%; }
    .section-sponsors .single-sponsor a {
      display: block;
      text-decoration: none;
      transition: all 0.4s ease; }

@media only screen and (max-width: 767px) {
  .section-sponsors .single-sponsor {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; } }
@media only screen and (max-width: 576px) {
  .section-sponsors .single-sponsor {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }
.gform_wrapper:not(#gform_wrapper_2) .gform_body ul.gform_fields li.gfield {
  /*checkbox*/
  /*field address */ }
  .gform_wrapper:not(#gform_wrapper_2) .gform_body ul.gform_fields li.gfield .ginput_container_radio {
    /*RADIO Button circular style*/ }
    .gform_wrapper:not(#gform_wrapper_2) .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li input {
      cursor: pointer;
      height: 100%;
      opacity: 0;
      position: absolute;
      width: 100%;
      z-index: 1; }
    .gform_wrapper:not(#gform_wrapper_2) .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label,
    .gform_wrapper:not(#gform_wrapper_2) .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label {
      font-family: 'Roboto', sans-serif;
      color: #6c6b6b;
      cursor: pointer;
      display: inline-block !important;
      font-size: 18px;
      font-stretch: normal;
      font-style: normal;
      font-weight: 400;
      letter-spacing: normal;
      line-height: 1.67;
      margin: 0 auto;
      padding: 0 0 0 25px !important;
      position: relative;
      vertical-align: middle;
      z-index: 1; }
      .gform_wrapper:not(#gform_wrapper_2) .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label::after,
      .gform_wrapper:not(#gform_wrapper_2) .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label::after {
        content: "";
        -webkit-transition: all 0.2s ease;
        background: #30a6bd;
        border-radius: 50%;
        border: 4px solid #30a6bd;
        height: 14px;
        left: 0;
        position: absolute;
        top: 1px;
        transition: all 0.2s ease;
        width: 14px;
        z-index: -1; }
    .gform_wrapper:not(#gform_wrapper_2) .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:checked,
    .gform_wrapper:not(#gform_wrapper_2) .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) {
      position: absolute;
      left: -9999px;
      margin: 0 !important; }
    .gform_wrapper:not(#gform_wrapper_2) .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:after {
      content: "";
      transition: all 0.2s ease;
      -webkit-transform: scale(1);
      transform: scale(1);
      border: 4px solid #939382;
      background: transparent; }
  .gform_wrapper:not(#gform_wrapper_2) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li input {
    cursor: pointer;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 1; }
  .gform_wrapper:not(#gform_wrapper_2) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked + label,
  .gform_wrapper:not(#gform_wrapper_2) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked) + label {
    font-family: 'Roboto', sans-serif;
    color: #000000;
    cursor: pointer;
    display: inline-block !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 1em;
    margin: 0 auto;
    padding: 0 0 0 25px !important;
    position: relative;
    vertical-align: middle;
    z-index: 1; }
    .gform_wrapper:not(#gform_wrapper_2) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked + label::after,
    .gform_wrapper:not(#gform_wrapper_2) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked) + label::after {
      content: "";
      -webkit-transition: all 0.2s ease;
      background: #30a6bd;
      border-radius: 0;
      border: 4px solid #30a6bd;
      height: 15px;
      left: 0;
      position: absolute;
      top: 1px;
      transition: all 0.2s ease;
      width: 15px;
      z-index: -1; }
  .gform_wrapper:not(#gform_wrapper_2) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked,
  .gform_wrapper:not(#gform_wrapper_2) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
    margin: 0 !important; }
  .gform_wrapper:not(#gform_wrapper_2) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked + label::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #fff;
    display: inline-block;
    font-size: 12px;
    left: 1px;
    position: absolute;
    top: 0px; }
  .gform_wrapper:not(#gform_wrapper_2) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked) + label:after {
    content: "";
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 4px solid #939382;
    background: transparent; }
  .gform_wrapper:not(#gform_wrapper_2) .gform_body ul.gform_fields li.gfield .ginput_container_address .address_country select {
    padding: 5px 4px;
    line-height: 1em !important; }
  .gform_wrapper:not(#gform_wrapper_2) .gform_body ul.gform_fields li.gfield .top_label .gfield_label {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1em; }

.gform_wrapper:not(#gform_wrapper_2) .gform_footer {
  display: inline-block;
  margin: 0 !important;
  position: relative;
  padding: 0 !important;
  width: auto !important;
  margin-top: 30px !important; }
  .gform_wrapper:not(#gform_wrapper_2) .gform_footer::after {
    content: "";
    background-image: url("../images/chevron-black-right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    height: 11px;
    margin-left: 0;
    position: absolute;
    right: 10px;
    left: unset;
    top: 50%;
    width: 8px;
    z-index: 9; }
  .gform_wrapper:not(#gform_wrapper_2) .gform_footer input[type="submit"], .gform_wrapper:not(#gform_wrapper_2) .gform_footer input.button {
    background: #ffde18;
    border-radius: 0;
    border: none;
    color: #000000 !important;
    cursor: pointer;
    display: inline-block;
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px !important;
    font-stretch: normal !important;
    font-style: normal !important;
    font-weight: normal !important;
    letter-spacing: normal !important;
    line-height: 1 !important;
    margin: 0 !important;
    max-width: 100%;
    padding: 15px 70px 14px 25px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.4s ease;
    width: 206px; }
    .gform_wrapper:not(#gform_wrapper_2) .gform_footer input[type="submit"]:hover, .gform_wrapper:not(#gform_wrapper_2) .gform_footer input[type="submit"]:focus, .gform_wrapper:not(#gform_wrapper_2) .gform_footer input[type="submit"]:active, .gform_wrapper:not(#gform_wrapper_2) .gform_footer input.button:hover, .gform_wrapper:not(#gform_wrapper_2) .gform_footer input.button:focus, .gform_wrapper:not(#gform_wrapper_2) .gform_footer input.button:active {
      background: #000000;
      color: #fff !important;
      text-decoration: none; }
      .gform_wrapper:not(#gform_wrapper_2) .gform_footer input[type="submit"]:hover::after, .gform_wrapper:not(#gform_wrapper_2) .gform_footer input[type="submit"]:focus::after, .gform_wrapper:not(#gform_wrapper_2) .gform_footer input[type="submit"]:active::after, .gform_wrapper:not(#gform_wrapper_2) .gform_footer input.button:hover::after, .gform_wrapper:not(#gform_wrapper_2) .gform_footer input.button:focus::after, .gform_wrapper:not(#gform_wrapper_2) .gform_footer input.button:active::after {
        background-image: url("../images/chevron-white-right.svg"); }
  .gform_wrapper:not(#gform_wrapper_2) .gform_footer:hover::after, .gform_wrapper:not(#gform_wrapper_2) .gform_footer:focus::after, .gform_wrapper:not(#gform_wrapper_2) .gform_footer:active::after {
    background-image: url("../images/chevron-white-right.svg"); }

.interior .gform_confirmation_wrapper {
  font-size: 18px !important;
  color: #825d22 !important; }

.gform_confirmation_wrapper .gform_confirmation_message {
  font-size: 18px;
  color: #fff;
  display: block;
  background: #30a6bd;
  padding: 10px 20px; }

.gform_wrapper input:not([type="submit"]), .gform_wrapper textarea, .gform_wrapper select {
  background: #f0f0f0;
  border-radius: 0;
  border: 1px solid #f0f0f0;
  box-shadow: none;
  color: #2d1a09;
  min-height: 50px;
  padding: 3px 10px !important; }
  .gform_wrapper input:not([type="submit"]):active, .gform_wrapper input:not([type="submit"]):focus, .gform_wrapper textarea:active, .gform_wrapper textarea:focus, .gform_wrapper select:active, .gform_wrapper select:focus {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    outline: none; }
.gform_wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/select-arrow.png") 97%/16px no-repeat #f0f0f0;
  padding: 10px !important; }
.gform_wrapper textarea {
  height: 100px;
  resize: none;
  max-width: 100%; }
.gform_wrapper input[type="checkbox"], .gform_wrapper input[type="radio"] {
  height: 15px; }
.gform_wrapper label.gfield_label {
  font-family: 'Roboto', sans-serif;
  font-size: 18px !important;
  font-weight: 700;
  margin: 10px 0 0 0; }

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label {
  margin-bottom: 5px !important; }

/*START Sign Up--------------------------------------------------*/
.sign-up-form .gform_wrapper, .form-subscribe-artist .gform_wrapper {
  margin: 0;
  position: relative;
  width: 90%; }
  .sign-up-form .gform_wrapper form, .form-subscribe-artist .gform_wrapper form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .sign-up-form .gform_wrapper .gform_heading, .form-subscribe-artist .gform_wrapper .gform_heading {
    display: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0;
    flex: 0 0 0;
    margin: 0;
    width: auto; }
    .sign-up-form .gform_wrapper .gform_heading .gform_title, .form-subscribe-artist .gform_wrapper .gform_heading .gform_title {
      font-family: 'Roboto', sans-serif;
      font-size: 30px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #000000;
      text-transform: uppercase;
      margin: 0; }
  .sign-up-form .gform_wrapper .gform_body, .form-subscribe-artist .gform_wrapper .gform_body {
    margin: 0 0 15px !important;
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0;
    flex: 0 0 0; }
    .sign-up-form .gform_wrapper .gform_body ul.gform_fields, .form-subscribe-artist .gform_wrapper .gform_body ul.gform_fields {
      padding-left: 0;
      margin: 0;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li, .form-subscribe-artist .gform_wrapper .gform_body ul.gform_fields li.gfield, .form-subscribe-artist .gform_wrapper .gform_body ul.gform_fields li {
        margin: 0 0 15px !important;
        padding: 0 !important;
        width: 100%; }
        .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_label, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .gfield_label, .form-subscribe-artist .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_label, .form-subscribe-artist .gform_wrapper .gform_body ul.gform_fields li .gfield_label {
          display: none; }
        .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .ginput_container, .form-subscribe-artist .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container, .form-subscribe-artist .gform_wrapper .gform_body ul.gform_fields li .ginput_container {
          margin: 0 !important; }
          .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .ginput_container input, .form-subscribe-artist .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input, .form-subscribe-artist .gform_wrapper .gform_body ul.gform_fields li .ginput_container input {
            font-family: 'Roboto', sans-serif !important;
            background: transparent !important;
            border-bottom: solid 0.5px #000000 !important;
            border-radius: 0 !important;
            border: none;
            color: #000000;
            font-size: 14px !important;
            font-stretch: normal;
            font-style: normal;
            font-weight: 300 !important;
            height: 44px;
            letter-spacing: 1.7px !important;
            line-height: normal;
            padding: 15px 18px !important;
            text-align: left;
            width: 100% !important;
            /* firefox 19+ */
            /* ie */ }
            .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input::-webkit-input-placeholder, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .ginput_container input::-webkit-input-placeholder, .form-subscribe-artist .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input::-webkit-input-placeholder, .form-subscribe-artist .gform_wrapper .gform_body ul.gform_fields li .ginput_container input::-webkit-input-placeholder {
              color: #000000;
              opacity: 1; }
            .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input::-moz-placeholder, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .ginput_container input::-moz-placeholder, .form-subscribe-artist .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input::-moz-placeholder, .form-subscribe-artist .gform_wrapper .gform_body ul.gform_fields li .ginput_container input::-moz-placeholder {
              color: #000000;
              opacity: 1; }
            .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-ms-input-placeholder, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .ginput_container input:-ms-input-placeholder, .form-subscribe-artist .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-ms-input-placeholder, .form-subscribe-artist .gform_wrapper .gform_body ul.gform_fields li .ginput_container input:-ms-input-placeholder {
              color: #000000;
              opacity: 1; }
            .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:hover, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:active, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:focus, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .ginput_container input:hover, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .ginput_container input:active, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .ginput_container input:focus, .form-subscribe-artist .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:hover, .form-subscribe-artist .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:active, .form-subscribe-artist .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:focus, .form-subscribe-artist .gform_wrapper .gform_body ul.gform_fields li .ginput_container input:hover, .form-subscribe-artist .gform_wrapper .gform_body ul.gform_fields li .ginput_container input:active, .form-subscribe-artist .gform_wrapper .gform_body ul.gform_fields li .ginput_container input:focus {
              box-shadow: none;
              outline: none; }
  .sign-up-form .gform_wrapper .gform_footer, .form-subscribe-artist .gform_wrapper .gform_footer {
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    text-align: left;
    transition: all 0.4s ease;
    z-index: 99; }
    .sign-up-form .gform_wrapper .gform_footer input.gform_button, .form-subscribe-artist .gform_wrapper .gform_footer input.gform_button {
      font-family: 'Lato', sans-serif;
      background-color: #ffde18;
      border-radius: 0;
      border: none;
      color: #000000 !important;
      font-size: 18px !important;
      font-stretch: normal !important;
      font-style: normal !important;
      font-weight: bold !important;
      letter-spacing: normal !important;
      line-height: 1.11 !important;
      margin: 0;
      opacity: 1;
      padding: 19px 40px 22px !important;
      text-align: center;
      text-transform: uppercase;
      transition: all 0.4s ease;
      width: 224px !important;
      max-width: 100%; }
      .sign-up-form .gform_wrapper .gform_footer input.gform_button:hover, .form-subscribe-artist .gform_wrapper .gform_footer input.gform_button:hover {
        text-decoration: none; }
  .sign-up-form .gform_wrapper .gfield_description, .form-subscribe-artist .gform_wrapper .gfield_description {
    display: none; }
  .sign-up-form .gform_wrapper div.validation_error, .form-subscribe-artist .gform_wrapper div.validation_error {
    margin-bottom: 0;
    position: absolute;
    top: -50px;
    width: auto;
    right: 0;
    background: #790000;
    color: #fff;
    padding: 0 10px; }
.sign-up-form .gform_confirmation_wrapper, .form-subscribe-artist .gform_confirmation_wrapper {
  float: none;
  margin-top: 0;
  text-align: center; }

@media only screen and (max-width: 767px) {
  .sign-up-form .gform_wrapper .gform_body, .form-subscribe-artist .gform_wrapper .gform_body {
    width: 100%; }

  .sign-up-form .gform_wrapper, .form-subscribe-artist .gform_wrapper {
    width: 100%; }
    .sign-up-form .gform_wrapper form, .form-subscribe-artist .gform_wrapper form {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .sign-up-form .gform_wrapper form .gform_footer, .form-subscribe-artist .gform_wrapper form .gform_footer {
        margin-bottom: 20px !important;
        text-align: center; } }
@media only screen and (max-width: 576px) {
  .sign-up-form .gform_wrapper .gform_body {
    width: 100%;
    display: block; }
    .sign-up-form .gform_wrapper .gform_body ul.gform_fields {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield {
        flex-grow: 0;
        width: 100%; }
      .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield:first-child {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 5px !important; } }
/*END Sign Up------------------------------------------*/
/*START Interior Top (BANNER)--------------------------------------------------*/
.interior-banner {
  background-color: #fff;
  background-position: 50% 15%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 385px;
  overflow: hidden;
  position: relative;
  z-index: 5;
  background-image: none; }
  .interior-banner .tooltip-caption-banner {
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 20; }
  .interior-banner img {
    width: auto;
    object-fit: cover;
    height: auto;
    max-width: 100%;
    max-height: 100%; }
  .interior-banner::before {
    content: "";
    opacity: 0.35;
    background-color: #000000;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 7; }
  .interior-banner::after {
    content: "";
    background-image: url("../images/texture-interior-banner.png");
    background-position: 50% 0%;
    background-size: auto;
    background-repeat: repeat-x;
    bottom: -60px;
    height: 120px;
    position: absolute;
    width: 100%;
    z-index: 8; }
  .interior-banner .container {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 10; }
  .interior-banner .title-page {
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    bottom: unset;
    left: 50%;
    max-width: 80%;
    min-width: auto;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 70%;
    z-index: 15; }
    .interior-banner .title-page h1 {
      font-family: 'Roboto', sans-serif;
      color: #ffffff;
      font-size: 40px;
      font-stretch: normal;
      font-style: normal;
      font-weight: bold;
      letter-spacing: normal;
      line-height: normal;
      text-align: center;
      text-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
      text-transform: uppercase; }
      .interior-banner .title-page h1 strong {
        font-size: 40px;
        font-weight: bold;
        color: #ffffff; }
    .interior-banner .title-page p {
      font-family: 'Roboto', sans-serif;
      color: #ffffff;
      font-size: 18px;
      font-weight: normal;
      line-height: 1.5;
      margin: 0;
      text-align: center; }
  .interior-banner.i-singular-post .title-page h1, .interior-banner.i-single .title-page h1 {
    font-size: 45px !important; }

/*END Interior Top (BANNER)------------------------------------------*/
@media only screen and (max-width: 991px) {
  .interior-banner {
    min-height: 320px; }
    .interior-banner .title-page {
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%; }
      .interior-banner .title-page h1 {
        font-size: 35px; } }
@media only screen and (max-width: 767px) {
  .interior-banner {
    min-height: 320px; }
    .interior-banner .title-page {
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%; }
      .interior-banner .title-page h1 {
        font-size: 30px; } }
#comments h2.comments-title {
  font-family: 'Lato', sans-serif;
  color: #04d282 !important;
  font-size: 34px;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: 10px; }
#comments .count-comments {
  font-family: 'Lato', sans-serif;
  color: #1aa5bc !important;
  font-size: 25px;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: 10px; }
#comments ol.comment-list {
  border-bottom: 1px solid #c7c7c7;
  counter-reset: none;
  list-style-type: none;
  margin: 30px 0;
  padding: 20px 0; }
  #comments ol.comment-list li {
    counter-increment: none;
    padding: 0;
    margin: 0 0 50px 0;
    display: block; }
    #comments ol.comment-list li::before {
      content: none; }
    #comments ol.comment-list li ol {
      margin-top: 30px;
      padding-left: 20px; }
      #comments ol.comment-list li ol li {
        padding-left: 50px !important; }
  #comments ol.comment-list .comment-body {
    padding-left: 120px;
    position: relative; }
    #comments ol.comment-list .comment-body .comment-author.vcard img {
      border-radius: 50%;
      border: 5px solid #e2e2e2;
      height: 100px;
      left: 0;
      position: absolute;
      top: 0;
      width: 100px; }
    #comments ol.comment-list .comment-body .comment-author.vcard cite, #comments ol.comment-list .comment-body .comment-author.vcard a.url {
      font-family: 'Roboto', sans-serif;
      color: #2c2c2c;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      text-decoration: none; }
    #comments ol.comment-list .comment-body .comment-author.vcard .says {
      display: none; }
    #comments ol.comment-list .comment-body .comment-meta {
      font-size: 15px !important; }
      #comments ol.comment-list .comment-body .comment-meta a {
        text-decoration: none;
        font-size: 15px !important;
        font-weight: 400;
        position: relative; }
        #comments ol.comment-list .comment-body .comment-meta a::before {
          content: "\f017";
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          text-decoration: inherit;
          /*--adjust as necessary--*/
          color: #aaaaaa;
          font-size: 17px;
          display: inline-block;
          position: relative;
          margin-right: 10px; }
      #comments ol.comment-list .comment-body .comment-meta .comment-edit-link {
        font-size: 14px;
        margin-left: 20px; }
        #comments ol.comment-list .comment-body .comment-meta .comment-edit-link::before {
          content: "\f044";
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          text-decoration: inherit;
          /*--adjust as necessary--*/
          color: #aaaaaa;
          font-size: 17px;
          display: inline-block;
          position: relative;
          margin-right: 5px; }
    #comments ol.comment-list .comment-body h1, #comments ol.comment-list .comment-body h2, #comments ol.comment-list .comment-body h3, #comments ol.comment-list .comment-body h4, #comments ol.comment-list .comment-body h5, #comments ol.comment-list .comment-body h6 {
      font-size: 22px;
      margin-bottom: 5px; }
    #comments ol.comment-list .comment-body p, #comments ol.comment-list .comment-body p a, #comments ol.comment-list .comment-body p strong {
      font-size: 18px;
      font-weight: 400; }
    #comments ol.comment-list .comment-body h1, #comments ol.comment-list .comment-body h2, #comments ol.comment-list .comment-body h3, #comments ol.comment-list .comment-body h4, #comments ol.comment-list .comment-body h5, #comments ol.comment-list .comment-body h6, #comments ol.comment-list .comment-body p, #comments ol.comment-list .comment-body a, #comments ol.comment-list .comment-body strong {
      font-family: 'Roboto', sans-serif;
      color: #727272;
      line-height: 1.4em;
      margin: 0; }
  #comments ol.comment-list .reply a {
    font-family: 'Roboto', sans-serif;
    color: #aaaaaa;
    font-size: 17px;
    font-weight: 300;
    line-height: 1em;
    margin-top: 20px;
    position: relative;
    text-decoration: none;
    display: inline-block; }
    #comments ol.comment-list .reply a::before {
      content: "\f075";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      /*--adjust as necessary--*/
      color: #aaaaaa;
      font-size: 17px;
      display: inline-block;
      position: relative;
      margin-right: 10px; }
#comments .comment-respond {
  /*form Comments*/ }
  #comments .comment-respond .comment-reply-title {
    font-family: 'Lato', sans-serif;
    color: #0aaacb;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 10px; }
  #comments .comment-respond #commentform p.logged-in-as {
    margin: 0; }
  #comments .comment-respond #commentform .comment-form-comment label, #comments .comment-respond #commentform .comment-form-author label, #comments .comment-respond #commentform .comment-form-email label, #comments .comment-respond #commentform .comment-form-url label {
    font-family: 'Roboto', sans-serif;
    color: #2c2c2c;
    font-size: 20px;
    font-weight: 900;
    display: block; }
  #comments .comment-respond #commentform .comment-form-comment textarea, #comments .comment-respond #commentform .comment-form-comment input, #comments .comment-respond #commentform .comment-form-author textarea, #comments .comment-respond #commentform .comment-form-author input, #comments .comment-respond #commentform .comment-form-email textarea, #comments .comment-respond #commentform .comment-form-email input, #comments .comment-respond #commentform .comment-form-url textarea, #comments .comment-respond #commentform .comment-form-url input {
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    color: #2c2c2c;
    display: block;
    padding: 7px 10px;
    width: 100%; }
  #comments .comment-respond #commentform .comment-form-email, #comments .comment-respond #commentform .comment-form-url {
    width: 48%;
    display: inline-block; }
  #comments .comment-respond #commentform .comment-form-url {
    margin-left: 2%;
    float: right; }
  #comments .comment-respond #commentform .form-submit input[type="submit"] {
    font-family: 'Roboto', sans-serif;
    background: #0165ae;
    border-radius: 30px;
    border: none;
    color: #fff !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    margin: 20px auto;
    max-width: 100%;
    padding: 12px 20px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: 0.4s; }

.interior-category {
  padding: 40px 0 70px; }
  .interior-category .m-bottom {
    margin-bottom: 25px; }
  .interior-category .blog-widget .artist-widget {
    padding-top: 30px; }
  .interior-category .filter-category select {
    border-radius: 3px;
    border: 1px solid #b7b7b7;
    display: block;
    line-height: 2em;
    margin: 0 0 30px;
    padding: 5px 20px;
    width: 225px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url("../images/caret-down.png") 92%/auto no-repeat; }
  .interior-category .filter-category div[id^="ajaxsearchpro2_"] {
    flex-basis: 400px; }
  .interior-category .filter-category div[id^="ajaxsearchpro2_"] {
    background: transparent !important;
    border: 1px solid #ffde18 !important;
    color: #ffde18 !important;
    font-weight: normal !important;
    font-size: 16px !important;
    border-radius: 3px !important;
    flex-basis: 400px; }
    .interior-category .filter-category div[id^="ajaxsearchpro2_"] .probox {
      height: 50px !important;
      background: transparent !important; }
      .interior-category .filter-category div[id^="ajaxsearchpro2_"] .probox .promagnifier {
        background: #000000 !important;
        width: 50px !important;
        height: 50px !important; }
        .interior-category .filter-category div[id^="ajaxsearchpro2_"] .probox .promagnifier .innericon {
          width: 50px !important;
          height: 50px !important; }
      .interior-category .filter-category div[id^="ajaxsearchpro2_"] .probox .proinput {
        background: transparent !important;
        height: auto !important;
        padding: 15px !important; }
        .interior-category .filter-category div[id^="ajaxsearchpro2_"] .probox .proinput form input, .interior-category .filter-category div[id^="ajaxsearchpro2_"] .probox .proinput form textarea, .interior-category .filter-category div[id^="ajaxsearchpro2_"] .probox .proinput form select {
          border-radius: 3px !important;
          box-shadow: none !important;
          color: #ffde18 !important;
          font-family: 'Roboto', sans-serif !important;
          font-size: 18px !important;
          font-weight: 600 !important;
          height: auto !important;
          outline: none !important;
          padding: 15px 15px !important;
          width: 100%; }
          .interior-category .filter-category div[id^="ajaxsearchpro2_"] .probox .proinput form input.autocomplete, .interior-category .filter-category div[id^="ajaxsearchpro2_"] .probox .proinput form textarea.autocomplete, .interior-category .filter-category div[id^="ajaxsearchpro2_"] .probox .proinput form select.autocomplete {
            top: 9px !important; }
          .interior-category .filter-category div[id^="ajaxsearchpro2_"] .probox .proinput form input:active, .interior-category .filter-category div[id^="ajaxsearchpro2_"] .probox .proinput form input:focus, .interior-category .filter-category div[id^="ajaxsearchpro2_"] .probox .proinput form textarea:active, .interior-category .filter-category div[id^="ajaxsearchpro2_"] .probox .proinput form textarea:focus, .interior-category .filter-category div[id^="ajaxsearchpro2_"] .probox .proinput form select:active, .interior-category .filter-category div[id^="ajaxsearchpro2_"] .probox .proinput form select:focus {
            outline: none !important;
            border: none !important; }
          .interior-category .filter-category div[id^="ajaxsearchpro2_"] .probox .proinput form input::-webkit-input-placeholder, .interior-category .filter-category div[id^="ajaxsearchpro2_"] .probox .proinput form input::-moz-placeholder, .interior-category .filter-category div[id^="ajaxsearchpro2_"] .probox .proinput form input:-ms-input-placeholder, .interior-category .filter-category div[id^="ajaxsearchpro2_"] .probox .proinput form input:-moz-placeholder, .interior-category .filter-category div[id^="ajaxsearchpro2_"] .probox .proinput form textarea::-webkit-input-placeholder, .interior-category .filter-category div[id^="ajaxsearchpro2_"] .probox .proinput form textarea::-moz-placeholder, .interior-category .filter-category div[id^="ajaxsearchpro2_"] .probox .proinput form textarea:-ms-input-placeholder, .interior-category .filter-category div[id^="ajaxsearchpro2_"] .probox .proinput form textarea:-moz-placeholder, .interior-category .filter-category div[id^="ajaxsearchpro2_"] .probox .proinput form select::-webkit-input-placeholder, .interior-category .filter-category div[id^="ajaxsearchpro2_"] .probox .proinput form select::-moz-placeholder, .interior-category .filter-category div[id^="ajaxsearchpro2_"] .probox .proinput form select:-ms-input-placeholder, .interior-category .filter-category div[id^="ajaxsearchpro2_"] .probox .proinput form select:-moz-placeholder {
            color: #ffde18 !important;
            font-family: 'Roboto', sans-serif !important;
            font-size: 18px !important;
            font-weight: normal !important;
            opacity: 1 !important; }
      .interior-category .filter-category div[id^="ajaxsearchpro2_"] .probox .proloading {
        align-self: center; }
      .interior-category .filter-category div[id^="ajaxsearchpro2_"] .probox .proclose {
        align-self: center; }
  .interior-category form.searchandfilter {
    margin-bottom: 30px; }
    .interior-category form.searchandfilter ul {
      padding: 0;
      display: block;
      margin: 0 auto;
      text-align: center; }
      .interior-category form.searchandfilter ul li {
        display: inline-block !important;
        padding: 0;
        margin: 0 10px; }
      .interior-category form.searchandfilter ul input, .interior-category form.searchandfilter ul select {
        border-radius: 30px;
        border: 1px solid #b7b7b7;
        width: 100%;
        padding: 5px 20px;
        display: block;
        margin: 0 0 20px 0;
        line-height: 2em; }
      .interior-category form.searchandfilter ul input[type=submit], .interior-category form.searchandfilter ul .mdf_button, .interior-category form.searchandfilter ul .mdf_reset_button {
        font-family: 'Roboto', sans-serif;
        background: #000000;
        border-radius: 30px;
        border: none;
        color: #fff;
        display: block;
        font-size: 16px;
        font-weight: 700;
        line-height: 1em;
        width: auto !important;
        margin: 20px auto;
        max-width: 100%;
        padding: 12px 20px;
        position: relative;
        text-align: center;
        text-decoration: none !important;
        text-transform: uppercase;
        transition: all 0.4s ease; }
        .interior-category form.searchandfilter ul input[type=submit]:hover, .interior-category form.searchandfilter ul .mdf_button:hover, .interior-category form.searchandfilter ul .mdf_reset_button:hover {
          text-decoration: none;
          background: #eb7c10; }
  .interior-category .single-blog-post {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative; }
    .interior-category .single-blog-post .image-post-thumb {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: contain;
      background-color: #ffffff;
      height: 310px;
      margin: 0 auto;
      width: 100%;
      z-index: 1;
      position: relative; }
    .interior-category .single-blog-post .info-single-category {
      padding: 20px 0;
      position: relative;
      background-color: #ffffff;
      z-index: 0; }
      .interior-category .single-blog-post .info-single-category::before {
        content: none;
        /*@include center(-50%,-50%);
        border: solid 5px #30a6bd;
        box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
        display: block;
        height: 100%;
        right: 0;
        margin: 0 auto;
        position: absolute;
        width: calc(140%);
        top: 0;
        width: calc(100% + 90px);
        z-index: -1; */ }
      .interior-category .single-blog-post .info-single-category .title-post {
        font-family: 'Roboto', sans-serif;
        color: #252525 !important;
        font-size: 30px;
        font-stretch: normal;
        font-style: normal;
        font-weight: 500 !important;
        letter-spacing: normal;
        line-height: normal;
        margin-bottom: 20px;
        transition: all 0.4s ease;
        text-transform: uppercase; }
        .interior-category .single-blog-post .info-single-category .title-post:hover {
          text-decoration: none; }
      .interior-category .single-blog-post .info-single-category p {
        font-family: 'Roboto', sans-serif;
        color: #6c6e70;
        font-size: 18px;
        font-stretch: normal;
        font-style: normal;
        font-weight: normal;
        letter-spacing: normal;
        line-height: 1.67;
        text-align: left; }
      .interior-category .single-blog-post .info-single-category a.btn-orange, .interior-category .single-blog-post .info-single-category a.btn-2 {
        font-family: 'Roboto', sans-serif; }

@media only screen and (max-width: 767px) {
  .interior-category .single-blog-post .info-single-category p, .interior-category .single-blog-post .info-single-category, .interior-category .single-blog-post .info-single-category .title-post {
    text-align: center; }

  .interior-category .filter-category select {
    display: inline-block; }

  .interior-category .filter-category {
    text-align: center; } }
.interior-page, .sc-single-wrapper {
  font-family: 'Roboto', sans-serif;
  background: #ffffff;
  color: #6c6b6b;
  font-size: 18px;
  position: relative;
  /*--- Images With Caption (wordpress) ---*/
  /*--- Images With Caption (wordpress) ---*/
  /*--- Definition List ---*/
  /*--- Definition List ---*/
  /*--- Undesorder List ---*/
  /*--- Undesorder List ---*/
  /*--- Order List ---*/
  /*----- Order List ----- */
  /*---- Table Styles ----*/
  /*---- Table Styles ----*/ }
  .interior-page .elevated-container, .sc-single-wrapper .elevated-container {
    margin-top: -175px;
    position: relative;
    background-color: #ffffff;
    min-height: 40vh;
    padding: 70px 60px 40px;
    margin-bottom: 50px;
    z-index: 50; }
  .interior-page .content-page, .sc-single-wrapper .content-page {
    padding: 40px 0 30px; }
  .interior-page img, .sc-single-wrapper img {
    max-width: 100%;
    height: auto; }
  .interior-page .title-page, .interior-page .sub-title, .sc-single-wrapper .title-page, .sc-single-wrapper .sub-title {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 45px;
    color: #000000; }
  .interior-page .sub-title, .sc-single-wrapper .sub-title {
    text-align: center;
    color: #000000; }
  .interior-page h1, .interior-page h2, .interior-page h3, .sc-single-wrapper h1, .sc-single-wrapper h2, .sc-single-wrapper h3 {
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: left;
    text-transform: uppercase; }
  .interior-page h4, .interior-page h5, .interior-page h6, .sc-single-wrapper h4, .sc-single-wrapper h5, .sc-single-wrapper h6 {
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-stretch: normal;
    font-style: normal;
    font-weight: 500;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 30px;
    text-transform: uppercase; }
  .interior-page h1, .sc-single-wrapper h1 {
    font-size: 45px;
    line-height: 1.11;
    margin-bottom: 30px;
    margin-top: 0; }
  .interior-page h2, .sc-single-wrapper h2 {
    font-size: 35px; }
  .interior-page h3, .sc-single-wrapper h3 {
    font-size: 30px; }
  .interior-page h4, .sc-single-wrapper h4 {
    font-size: 28px; }
  .interior-page h5, .sc-single-wrapper h5 {
    font-size: 25px; }
  .interior-page h6, .sc-single-wrapper h6 {
    font-size: 22px; }
  .interior-page hr, .sc-single-wrapper hr {
    border-color: #000000 !important;
    border-style: dashed none none;
    border-width: 1px 0px 0px;
    margin-bottom: 25px;
    margin-top: 25px; }
  .interior-page p, .sc-single-wrapper p {
    font-family: 'Roboto', sans-serif;
    color: #6c6b6b;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.67;
    margin-bottom: 25px;
    text-align: left; }
    .interior-page p strong, .sc-single-wrapper p strong {
      color: #6c6b6b;
      font-size: 18px;
      font-weight: bold;
      line-height: 1.67; }
    .interior-page p em, .sc-single-wrapper p em {
      font-family: 'Roboto', sans-serif;
      font-size: 18px;
      font-style: italic; }
  .interior-page blockquote, .sc-single-wrapper blockquote {
    font-family: 'Roboto', sans-serif;
    background: transparent;
    border: none;
    color: #252525;
    font-size: 22px;
    font-style: italic;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.5;
    margin: 50px auto 40px;
    padding: 50px 12% 40px;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 10; }
    .interior-page blockquote p, .interior-page blockquote a, .interior-page blockquote address, .interior-page blockquote span, .interior-page blockquote strong, .interior-page blockquote time, .sc-single-wrapper blockquote p, .sc-single-wrapper blockquote a, .sc-single-wrapper blockquote address, .sc-single-wrapper blockquote span, .sc-single-wrapper blockquote strong, .sc-single-wrapper blockquote time {
      font-family: 'Roboto', sans-serif;
      font-size: 22px;
      font-weight: 500;
      font-style: italic;
      font-stretch: normal;
      line-height: 1.5;
      letter-spacing: normal;
      color: #252525;
      text-align: left; }
    .interior-page blockquote::before, .sc-single-wrapper blockquote::before {
      content: '';
      background-image: url("../images/quote.png");
      background-size: 40%;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-color: #ffde18;
      position: absolute;
      height: 95px;
      left: 0;
      top: -20px;
      width: 95px; }
    .interior-page blockquote::after, .sc-single-wrapper blockquote::after {
      content: '';
      background: #000000;
      height: 5px;
      left: 0;
      position: absolute;
      top: 25px;
      width: 100%;
      z-index: -1; }
  .interior-page a, .sc-single-wrapper a {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    transition: all 0.4s ease;
    text-decoration: underline; }
    .interior-page a:hover, .sc-single-wrapper a:hover {
      text-decoration: none; }
    .interior-page a.read-more, .sc-single-wrapper a.read-more {
      font-family: 'Roboto', sans-serif;
      font-size: 16px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: center;
      display: inline-block;
      color: #000000;
      max-width: 100%;
      padding: 0 50px 0 0;
      position: relative;
      text-transform: uppercase;
      text-decoration: none !important;
      transition: all 0.4s ease; }
      .interior-page a.read-more::after, .sc-single-wrapper a.read-more::after {
        content: "";
        background-image: url("../images/chevron-black-right.svg");
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        height: 11px;
        position: absolute;
        right: 20px;
        top: 3px;
        width: 6px;
        /*content: "\f054";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit; */
        /*--adjust as necessary--*/
        /*display: inline-block;
        position: absolute;
        right: 10px;
        transition: all 0.4s ease; */ }
  .interior-page .wp-caption, .sc-single-wrapper .wp-caption {
    display: block;
    max-width: 100%; }
    .interior-page .wp-caption img, .sc-single-wrapper .wp-caption img {
      max-width: 100%;
      display: block;
      margin: 0 auto 10px; }
    .interior-page .wp-caption .wp-caption-text, .sc-single-wrapper .wp-caption .wp-caption-text {
      font-family: 'Roboto', sans-serif;
      color: #282828 !important;
      font-size: 16px;
      font-stretch: normal;
      font-style: normal;
      font-weight: normal;
      letter-spacing: normal;
      line-height: 1.69;
      text-align: left; }
  .interior-page figure img, .sc-single-wrapper figure img {
    max-width: 100%;
    display: block;
    margin: 0 auto 10px; }
  .interior-page figure figcaption, .sc-single-wrapper figure figcaption {
    margin-top: 10px; }
  .interior-page dl.list dt, .sc-single-wrapper dl.list dt {
    font-family: 'Roboto', sans-serif;
    color: #000000 !important;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    margin-bottom: 15px; }
    .interior-page dl.list dt.h3, .sc-single-wrapper dl.list dt.h3 {
      font-size: 36px; }
    .interior-page dl.list dt.h4, .sc-single-wrapper dl.list dt.h4 {
      font-size: 30px; }
    .interior-page dl.list dt.h5, .sc-single-wrapper dl.list dt.h5 {
      font-size: 28px; }
    .interior-page dl.list dt.h6, .sc-single-wrapper dl.list dt.h6 {
      font-size: 24px; }
  .interior-page dl.list dd, .sc-single-wrapper dl.list dd {
    font-family: 'Roboto', sans-serif;
    color: #6c6b6b !important;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 5px;
    margin-left: 5px;
    padding-left: 25px;
    position: relative; }
    .interior-page dl.list dd::before, .sc-single-wrapper dl.list dd::before {
      content: "";
      border-radius: 50%;
      background: #000000;
      /*border-bottom:4px solid transparent;
      border-left:4px solid $text;
      border-top:4px solid transparent;*/
      display: inline-block;
      left: 0;
      margin-left: 0;
      margin-right: 5px;
      margin-top: 9px;
      position: absolute;
      width: 6px;
      height: 6px; }
    .interior-page dl.list dd dl, .sc-single-wrapper dl.list dd dl {
      margin-top: 10px; }
  .interior-page ul.list, .sc-single-wrapper ul.list {
    font-family: 'Roboto', sans-serif;
    padding: 0; }
    .interior-page ul.list br, .sc-single-wrapper ul.list br {
      display: none; }
    .interior-page ul.list li, .sc-single-wrapper ul.list li {
      font-family: 'Roboto', sans-serif;
      color: #6c6b6b !important;
      font-size: 18px;
      font-weight: normal;
      line-height: 1.5;
      list-style-type: none;
      margin: 0 0 5px 0px !important;
      padding-left: 25px;
      position: relative; }
      .interior-page ul.list li::before, .sc-single-wrapper ul.list li::before {
        content: "";
        border-radius: 50%;
        background: #000000;
        /*border-bottom:4px solid transparent;
        border-left:4px solid $text;
        border-top:4px solid transparent;*/
        display: inline-block;
        margin-left: 0;
        left: 0;
        margin-right: 5px;
        margin-top: 9px;
        position: absolute;
        width: 6px;
        height: 6px; }
      .interior-page ul.list li p, .sc-single-wrapper ul.list li p {
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.5;
        color: #6c6b6b !important; }
        .interior-page ul.list li p strong, .sc-single-wrapper ul.list li p strong {
          color: #6c6b6b;
          font-size: 18px;
          font-weight: 700;
          line-height: 1.5; }
      .interior-page ul.list li ul, .sc-single-wrapper ul.list li ul {
        padding-left: 10px; }
  .interior-page ol, .sc-single-wrapper ol {
    counter-reset: item;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative; }
    .interior-page ol > li, .sc-single-wrapper ol > li {
      display: table;
      counter-increment: item;
      margin-bottom: 0.6em; }
      .interior-page ol > li:before, .sc-single-wrapper ol > li:before {
        content: counters(item,".") ". ";
        display: table-cell;
        padding-right: 0.6em; }
      .interior-page ol > li ol > li:before, .sc-single-wrapper ol > li ol > li:before {
        content: counters(item,".") " "; }
    .interior-page ol li, .sc-single-wrapper ol li {
      font-family: 'Roboto', sans-serif;
      color: #6c6b6b;
      font-size: 18px;
      font-weight: normal;
      line-height: 1.5;
      list-style-type: none;
      margin-bottom: 10px;
      margin-left: 0;
      position: relative;
      padding-left: 25px; }
      .interior-page ol li h1, .interior-page ol li h2, .interior-page ol li h3, .interior-page ol li h4, .interior-page ol li h5, .interior-page ol li h6, .sc-single-wrapper ol li h1, .sc-single-wrapper ol li h2, .sc-single-wrapper ol li h3, .sc-single-wrapper ol li h4, .sc-single-wrapper ol li h5, .sc-single-wrapper ol li h6 {
        margin-top: 0 !important;
        display: inline-block !important; }
      .interior-page ol li::before, .sc-single-wrapper ol li::before {
        font-family: 'Roboto', sans-serif;
        background: transparent;
        border-radius: 0;
        color: #000000 !important;
        display: inline-block;
        font-size: 18px;
        padding-right: 0;
        font-weight: bold;
        position: absolute;
        left: 0;
        top: 0; }
      .interior-page ol li ol, .sc-single-wrapper ol li ol {
        margin-top: 10px; }

.sc_team_single_member.sidebar #sc_team_sidebar_body .name {
  margin-bottom: 15px; }

@media only screen and (max-width: 991px) {
  .interior-page p {
    margin-bottom: 15px; }
  .interior-page blockquote {
    padding: 85px 10% 30px; } }
@media only screen and (max-width: 767px) {
  .interior-page .title-page, .sc-single-wrapper .title-page {
    font-size: 35px; }

  .interior-page p {
    margin-bottom: 15px; }
  .interior-page blockquote {
    padding: 85px 10% 30px; } }
@media only screen and (max-width: 576px) {
  .interior-page .title-page, .sc-single-wrapper .title-page, .interior-page h1 {
    font-size: 30px; }

  .interior-page .content-page {
    padding: 15px 25px 30px; }

  .interior-page h2 {
    font-size: 32px; }
  .interior-page h3 {
    font-size: 28px; }
  .interior-page h4 {
    font-size: 24px; }
  .interior-page h5 {
    font-size: 22px; }
  .interior-page h6 {
    font-size: 20px; }
  .interior-page a {
    word-break: break-all; }
  .interior-page blockquote, .interior-page blockquote p {
    font-size: 18px;
    margin: 30px auto 20px; }
  .interior-page .interior-page ul.list li a {
    word-break: break-all; } }
/*END INTERIOR PAGE-------------------------------------------------------------------------------------------*/
.filter-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  justify-content: space-evenly;
  align-items: flex-start;
  -webkit-justify-content: space-evenly;
  -webkit-align-items: flex-start;
  margin: 50px 0 20px !important; }
  .filter-wrap div[id^="ajaxsearchpro"] .probox .proinput form input {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #000000;
    /* firefox 19+ */
    /* ie */ }
    .filter-wrap div[id^="ajaxsearchpro"] .probox .proinput form input::-webkit-input-placeholder {
      color: #000000;
      opacity: 1; }
    .filter-wrap div[id^="ajaxsearchpro"] .probox .proinput form input::-moz-placeholder {
      color: #000000;
      opacity: 1; }
    .filter-wrap div[id^="ajaxsearchpro"] .probox .proinput form input:-ms-input-placeholder {
      color: #000000;
      opacity: 1; }
  .filter-wrap .mdf_shortcode_container form select {
    border-radius: 0;
    border: none;
    display: block;
    line-height: normal;
    margin: 0 0 20px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url("../images/select-arrow.png") 97%/16px no-repeat #f0f0f0;
    /* firefox 19+ */
    /* ie */ }
    .filter-wrap .mdf_shortcode_container form select::-webkit-input-placeholder {
      color: #000000;
      opacity: 1; }
    .filter-wrap .mdf_shortcode_container form select::-moz-placeholder {
      color: #000000;
      opacity: 1; }
    .filter-wrap .mdf_shortcode_container form select:-ms-input-placeholder {
      color: #000000;
      opacity: 1; }

#ajaxsearchprores3_1 .results .item .asp_content h3 a, #ajaxsearchprores3_2 .results .item .asp_content h3 a, div.asp_r.asp_r_3 .results .item .asp_content h3 a {
  color: #000000 !important;
  font-size: 18px;
  line-height: 1em; }

.filter-wrap .mdf_shortcode_container {
  width: auto !important; }

.mdf_input_container, .mdf_taxonomy_child_container {
  margin: 0 15px;
  width: auto !important;
  text-align: center !important; }

.filters {
  margin: 0 0 50px 0; }
  .filters .filter-description {
    font-family: 'Roboto', sans-serif;
    color: #2c2c2c;
    font-size: 18px;
    font-weight: bold; }

.page-template-_category-blog-news .mdf_shortcode_skin_custom form .mdf_input_container_taxonomies {
  -webkit-flex-flow: column !important; }
  .page-template-_category-blog-news .mdf_shortcode_skin_custom form .mdf_input_container_taxonomies .mdf_input_container {
    margin-bottom: 10px; }

.page-template-_testimonials-grid .mdf_shortcode_skin_custom form {
  -webkit-flex-flow: row nowrap; }

.mdf_shortcode_skin_custom form {
  /*Flex*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  float: none; }
  .mdf_shortcode_skin_custom form .mdf_shortcode_reset_button input[type=submit], .mdf_shortcode_skin_custom form .mdf_shortcode_reset_button .mdf_button, .mdf_shortcode_skin_custom form .mdf_shortcode_reset_button .mdf_reset_button {
    font-family: 'Roboto', sans-serif !important;
    background: #000000;
    border-radius: 0;
    border: none;
    color: #fff;
    display: block;
    font-size: 18px !important;
    font-stretch: normal !important;
    font-style: normal !important;
    font-weight: normal !important;
    letter-spacing: normal !important;
    width: auto !important;
    margin: 0 auto;
    max-width: 100%;
    padding: 12px 20px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    text-transform: none;
    transition: all 0.4s ease; }
    .mdf_shortcode_skin_custom form .mdf_shortcode_reset_button input[type=submit]:hover, .mdf_shortcode_skin_custom form .mdf_shortcode_reset_button .mdf_button:hover, .mdf_shortcode_skin_custom form .mdf_shortcode_reset_button .mdf_reset_button:hover {
      text-decoration: none;
      background: #ffde18;
      color: #ffffff; }
  .mdf_shortcode_skin_custom form .mdf_input_container_taxonomies {
    /*Flex*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
    float: none; }
    .mdf_shortcode_skin_custom form .mdf_input_container_taxonomies .mdf_input_container select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: url("../images/select-arrow.png") 97%/16px no-repeat #f0f0f0;
      padding: 10px !important;
      width: 330px;
      max-width: 100%;
      border: none;
      margin: 0 auto;
      line-height: 1.2; }
    .mdf_shortcode_skin_custom form .mdf_input_container_taxonomies .mdf_input_container input {
      border-radius: 0px;
      border: 1px solid #f0f0f0;
      display: block;
      line-height: 2em;
      margin: 0 !important;
      max-width: 90%;
      padding: 5px 20px;
      width: 330px; }
    .mdf_shortcode_skin_custom form .mdf_input_container_taxonomies .mdf_taxonomy_child_container {
      margin: 0 !important; }

.navigation {
  border-top: 0.2777777778rem solid #000000;
  display: block;
  text-align: left;
  width: 100%; }
  .navigation ol.tw-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    float: none;
    list-style: none;
    margin: 1.1111111111111112rem;
    padding: 0; }
    .navigation ol.tw-pagination > li::before {
      content: none; }
    .navigation ol.tw-pagination li {
      display: inline-block;
      padding: 0;
      margin: 1.1111111111111112rem; }
      .navigation ol.tw-pagination li:first-child {
        display: none; }
      .navigation ol.tw-pagination li .title {
        font-weight: bold;
        color: #000000; }
      .navigation ol.tw-pagination li span.current {
        font-family: 'Roboto', sans-serif;
        background: transparent;
        border: none;
        color: #000000;
        display: inline-block;
        font-size: 17px;
        font-style: normal;
        font-weight: bold;
        min-width: 1.1111111111111112rem;
        padding: 0.4444444444444444rem 0.2777777777777778rem;
        position: relative;
        text-align: center;
        text-decoration: none;
        z-index: 2; }
        .navigation ol.tw-pagination li span.current:after {
          content: "";
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          background: #ffde18;
          border-radius: 0;
          display: block;
          height: 2rem;
          left: 50%;
          position: absolute;
          top: 50%;
          width: 2rem;
          z-index: -2; }
      .navigation ol.tw-pagination li a {
        font-family: 'Lato', sans-serif;
        background: transparent;
        border-radius: 0;
        color: #000000;
        display: inline-block;
        font-style: normal;
        font-weight: bold;
        min-width: 1.1111111111111112rem;
        padding: 0.4444444444444444rem 0.2777777777777778rem;
        position: relative;
        text-align: center;
        text-decoration: none;
        transition: 0s;
        z-index: 2; }
        .navigation ol.tw-pagination li a:before {
          content: "";
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          background: transparent;
          border-radius: 0;
          display: block;
          height: 2rem;
          left: 50%;
          position: absolute;
          top: 50%;
          width: 2rem;
          z-index: -2; }
        .navigation ol.tw-pagination li a.page {
          font-family: 'Roboto', sans-serif;
          color: #2c2c2c;
          font-size: 17px;
          font-weight: 400; }
        .navigation ol.tw-pagination li a.prev, .navigation ol.tw-pagination li a.next {
          font-size: 0; }
          .navigation ol.tw-pagination li a.prev::after, .navigation ol.tw-pagination li a.next::after {
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-decoration: inherit;
            /*--adjust as necessary--*/
            color: #000000;
            display: inline-block;
            font-size: 17px; }
        .navigation ol.tw-pagination li a.prev::after {
          content: "\f0d9"; }
        .navigation ol.tw-pagination li a.next::after {
          content: "\f0da"; }

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .mdf_shortcode_skin_custom form .mdf_input_container_taxonomies .mdf_input_container select {
    width: 290px; } }
@media only screen and (max-width: 991px) {
  .filter-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse wrap;
    flex-flow: column-reverse wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 300px !important;
    margin: 20px auto !important; }
    .filter-wrap div[id^="ajaxsearchpro"] {
      margin-bottom: 20px !important;
      min-width: 100%; }
    .filter-wrap .mdf_shortcode_container {
      width: 100% !important;
      margin-top: 0; }
      .filter-wrap .mdf_shortcode_container .mdf_input_container, .filter-wrap .mdf_shortcode_container .mdf_taxonomy_child_container {
        margin: 0 auto 20px !important; }

  .filters .filter-description {
    margin-bottom: 25px; }

  .mdf_shortcode_skin_custom form .mdf_input_container_taxonomies {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }

  .mdf_input_container_block {
    width: 100%; } }
@media only screen and (max-width: 767px) {
  .mdf_input_container, .mdf_taxonomy_child_container {
    text-align: center !important;
    margin: 0 0 20px 0; }
    .mdf_input_container select option, .mdf_taxonomy_child_container select option {
      max-width: 100% !important; }

  .navigation ol.tw-pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0; } }
@media only screen and (max-width: 576px) {
  .filter-wrap div[id^="ajaxsearchpro"] {
    margin-bottom: 20px; } }
.page-error {
  height: 90vh;
  background-color: #f4f4f4;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  .page-error .container {
    position: relative;
    height: 100%; }
    .page-error .container .container-404 {
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      position: absolute;
      text-align: center;
      width: 100%; }
      .page-error .container .container-404 .image-404 {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        height: 300px;
        margin: 0 auto;
        max-width: 100%;
        width: 500px; }
      .page-error .container .container-404 .page-not-found span {
        text-transform: uppercase;
        color: #009ece;
        line-height: 1em;
        font-size: 50px;
        font-weight: 900; }
      .page-error .container .container-404 a.btn-orange {
        margin: 20px auto 0; }

@media only screen and (max-width: 767px) {
  .page-error {
    height: 70vh; } }
html.pum-open.pum-open-overlay.pum-open-scrollable body > [aria-hidden] {
  padding-right: 0px !important; }

div[id^="popmake-"] {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50% !important;
  top: 50% !important; }

.pum-theme-default-theme .pum-container {
  margin: 0 auto !important;
  width: 500px !important;
  max-width: 90% !important; }
  .pum-theme-default-theme .pum-container .pum-close.popmake-close {
    background-color: transparent;
    border: none;
    height: inherit;
    line-height: 1;
    padding: 0; }
  .pum-theme-default-theme .pum-container .pum-content p {
    color: #000000 !important; }
  .pum-theme-default-theme .pum-container .pum-content a.btn-1, .pum-theme-default-theme .pum-container .pum-content a.btn-yellow {
    display: block  !important;
    margin: 20px auto 0  !important;
    width: 100%  !important;
    text-align: center  !important;
    padding: 15px 25px 14px !important; }
    .pum-theme-default-theme .pum-container .pum-content a.btn-1::after, .pum-theme-default-theme .pum-container .pum-content a.btn-yellow::after {
      content: none; }

.floating-buttons-popup {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 99; }
  .floating-buttons-popup a {
    padding: 10px 15px;
    border-radius: 30px;
    color: #fff;
    background: #30a6bd;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    font-weight: 700; }

.pum-theme-default-theme .pum-container {
  padding: 0;
  text-align: center; }

.pum-theme-768, .pum-theme-777 {
  border-radius: 6px; }
  .pum-theme-768 .pum-container, .pum-theme-777 .pum-container {
    padding: 0 !important;
    background-color: #fff; }
  .pum-theme-768 .pum-content, .pum-theme-777 .pum-content {
    text-align: center; }
    .pum-theme-768 .pum-content h2, .pum-theme-777 .pum-content h2 {
      font-family: 'Lato', sans-serif;
      color: #0eb08c;
      font-size: 40px;
      font-weight: 400;
      padding: 0 30px;
      margin: 10px 0 10px; }
    .pum-theme-768 .pum-content p, .pum-theme-777 .pum-content p {
      font-family: 'Roboto', sans-serif;
      color: #303030;
      font-size: 18px;
      font-weight: 400;
      padding: 0 30px;
      margin: 0 0 20px; }
  .pum-theme-768 .gform_wrapper form, .pum-theme-777 .gform_wrapper form {
    text-align: center; }
    .pum-theme-768 .gform_wrapper form .gform_body ul.gform_fields li.gfield, .pum-theme-777 .gform_wrapper form .gform_body ul.gform_fields li.gfield {
      padding: 0;
      margin: 0; }
      .pum-theme-768 .gform_wrapper form .gform_body ul.gform_fields li.gfield label, .pum-theme-777 .gform_wrapper form .gform_body ul.gform_fields li.gfield label {
        display: none; }
      .pum-theme-768 .gform_wrapper form .gform_body ul.gform_fields li.gfield input, .pum-theme-777 .gform_wrapper form .gform_body ul.gform_fields li.gfield input {
        font-size: 17px !important;
        border-radius: 30px;
        margin: 15px auto;
        text-align: center;
        width: 75%;
        padding: 10px 30px !important; }
    .pum-theme-768 .gform_wrapper form .gform_footer, .pum-theme-777 .gform_wrapper form .gform_footer {
      margin: 0;
      padding: 0; }
      .pum-theme-768 .gform_wrapper form .gform_footer input[type="submit"], .pum-theme-777 .gform_wrapper form .gform_footer input[type="submit"] {
        background: #f7863d;
        color: #fff;
        text-transform: none;
        font-size: 21px;
        margin: 5px auto 0;
        width: 75%; }

.pum-theme-777 .btn-orange {
  color: #f7863d !important;
  font-size: 20px !important;
  padding: 13px 30px !important;
  text-transform: none !important; }

.pum-theme-768 .pum-content, .pum-theme-777 .pum-content {
  padding-bottom: 40px; }

/*Join Pop UP*/
#popmake-774 {
  background: url("../images/shutterstock_207492568.jpg") 50% 50%;
  background-size: cover;
  width: 810px !important;
  max-width: 80% !important;
  border-radius: 6px; }
  #popmake-774::before {
    content: "";
    background: rgba(21, 21, 21, 0.35);
    background: -moz-linear-gradient(left, rgba(21, 21, 21, 0.35) 0%, rgba(255, 255, 255, 0.35) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(21, 21, 21, 0.35)), color-stop(100%, rgba(255, 255, 255, 0.35)));
    background: -webkit-linear-gradient(left, rgba(21, 21, 21, 0.35) 0%, rgba(255, 255, 255, 0.35) 100%);
    background: -o-linear-gradient(left, rgba(21, 21, 21, 0.35) 0%, rgba(255, 255, 255, 0.35) 100%);
    background: -ms-linear-gradient(left, rgba(21, 21, 21, 0.35) 0%, rgba(255, 255, 255, 0.35) 100%);
    background: linear-gradient(to right, rgba(21, 21, 21, 0.35) 0%, rgba(255, 255, 255, 0.35) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adadad', endColorstr='#ffffff', GradientType=1 );
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 6px;
    left: 0;
    z-index: 0; }
  #popmake-774 .pum-content {
    width: 50%;
    padding-top: 40px;
    position: relative;
    z-index: 10; }
    #popmake-774 .pum-content p {
      margin: 0; }
    #popmake-774 .pum-content img {
      width: 180px; }
    #popmake-774 .pum-content h2 {
      font-family: 'Lato', sans-serif;
      color: #fff !important;
      font-size: 35px;
      line-height: 1em; }
    #popmake-774 .pum-content a {
      font-family: 'Roboto', sans-serif;
      color: #fff;
      font-size: 18px;
      marign-top: 30px;
      text-decoration: underline; }
    #popmake-774 .pum-content .gform_wrapper form .gform_body ul.gform_fields li.gfield input, #popmake-774 .pum-content .pum-theme-777 .gform_wrapper form .gform_body ul.gform_fields li.gfield input {
      background: #ffffff;
      margin: 10px auto; }
  #popmake-774 .pum-close.popmake-close {
    color: #009ece !important;
    font-size: 40px !important; }

@media only screen and (max-width: 767px) {
  .pum-theme-default-theme .pum-container {
    padding: 20px !important; }
    .pum-theme-default-theme .pum-container .pum-content.popmake-content h2 {
      font-size: 24px; }
    .pum-theme-default-theme .pum-container .pum-content.popmake-content p {
      font-size: 16px; } }
/*START Search Page------------------------------------------*/
body.search-results {
  display: block;
  padding-top: 0px;
  margin-left: 0; }
  body.search-results .content-search h1.search-title {
    font-size: 30px;
    text-transform: none; }
  body.search-results .content-search ul.search-list-result {
    padding: 0;
    margin: 0; }
    body.search-results .content-search ul.search-list-result li {
      list-style-type: none;
      margin: 0;
      padding: 0;
      margin-bottom: 30px;
      line-height: 1.66; }
      body.search-results .content-search ul.search-list-result li h3 {
        font-size: 24px;
        margin-bottom: 20px;
        line-height: 1.6em; }
        body.search-results .content-search ul.search-list-result li h3 a {
          color: #000000;
          text-decoration: none;
          padding-bottom: 5px;
          border-bottom: 2px solid #000000; }
      body.search-results .content-search ul.search-list-result li .read-more {
        margin-top: 0px;
        text-align: left;
        padding: 10px 0;
        display: block; }
        body.search-results .content-search ul.search-list-result li .read-more a.read-more {
          background-color: transparent;
          border-bottom-style: solid;
          border-bottom-width: 2px;
          border-color: #dee2e6;
          color: #343a40;
          display: inline-block;
          padding-bottom: 2px;
          text-decoration: none;
          transition: all .2s ease-in-out; }
          body.search-results .content-search ul.search-list-result li .read-more a.read-more:hover {
            text-decoration: none;
            border-color: #000; }
          body.search-results .content-search ul.search-list-result li .read-more a.read-more::after {
            content: none !important; }

/*END Search Page-----------------------------------*/
@media only screen and (max-width: 767px) {
  body.single-post .interior-page .title-page, body.single-post .sc-single-wrapper .title-page {
    text-align: left  !important; } }
.page .social-networks {
  display: block;
  font-size: 0;
  font-size: 0;
  line-height: 0;
  line-height: 1em;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle; }
  .page .social-networks a, .page .social-networks li, .page .social-networks li a {
    color: #fff;
    display: inline-block;
    font-size: inherit;
    font-weight: inherit;
    margin: 0 5px 15px 0;
    position: relative;
    text-decoration: none;
    transition: all 0.5s ease;
    width: 35px;
    height: 35px; }
    .page .social-networks a .fas, .page .social-networks a .fab, .page .social-networks a .fa, .page .social-networks li .fas, .page .social-networks li .fab, .page .social-networks li .fa, .page .social-networks li a .fas, .page .social-networks li a .fab, .page .social-networks li a .fa {
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      font-size: 16px;
      margin: 0 auto;
      position: absolute; }
    .page .social-networks a:hover, .page .social-networks li:hover, .page .social-networks li a:hover {
      background: transparent;
      color: #000000;
      box-shadow: none; }
      .page .social-networks a:hover i, .page .social-networks li:hover i, .page .social-networks li a:hover i {
        background: transparent;
        text-shadow: none; }
  .page .social-networks.circle a, .page .social-networks.circle li, .page .social-networks.circle li a {
    border-radius: 50%; }
  .page .social-networks.square a, .page .social-networks.square li, .page .social-networks.square li a {
    border-radius: 0; }
  .page .social-networks.w_border a, .page .social-networks.w_border li, .page .social-networks.w_border li a {
    background: transparent !important;
    border: 1px solid #fff; }
  .page .social-networks.green a, .page .social-networks.green li, .page .social-networks.green li a {
    background-color: #7da24c; }
  .page .social-networks.blue a, .page .social-networks.blue li, .page .social-networks.blue li a {
    background-color: #30a6bd; }

.tribe-events-category-neighborhood,
.gchoice_6_14_6,
.gchoice_6_14_14,
.tribe-events-category-type-of-event {
  display: none !important; }

#tribe-events-pg-template, .tribe-events-pg-template {
  max-width: 100%;
  min-height: calc(100vh - 400px); }

.tribe-events-before-html {
  text-align: center; }
  .tribe-events-before-html p {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6em; }
    .tribe-events-before-html p strong {
      color: #000000;
      font-size: 20px;
      font-weight: 700; }

.tribe-events-back a {
  font-size: 20px;
  font-weight: 700;
  background-color: #000000;
  color: #ffffff;
  padding: 10px 15px;
  line-height: 1;
  transition: all 0.4s ease; }
  .tribe-events-back a span {
    font-size: 26px;
    line-height: 0;
    display: inline-block; }
  .tribe-events-back a:hover {
    background-color: #ffde18 !important;
    color: #000000 !important; }

/* Header Navigation */
.tribe-events-nav-pagination {
  margin: 20px auto 30px; }
  .tribe-events-nav-pagination ul.tribe-events-sub-nav .tribe-events-nav-previous a, .tribe-events-nav-pagination ul.tribe-events-sub-nav .tribe-events-nav-left a, .tribe-events-nav-pagination ul.tribe-events-sub-nav .tribe-events-nav-next a, .tribe-events-nav-pagination ul.tribe-events-sub-nav .tribe-events-nav-right a {
    font-size: 20px;
    font-weight: 700;
    background-color: #000000;
    color: #ffffff;
    padding: 10px 15px;
    line-height: 1;
    transition: all 0.4s ease; }
    .tribe-events-nav-pagination ul.tribe-events-sub-nav .tribe-events-nav-previous a span, .tribe-events-nav-pagination ul.tribe-events-sub-nav .tribe-events-nav-left a span, .tribe-events-nav-pagination ul.tribe-events-sub-nav .tribe-events-nav-next a span, .tribe-events-nav-pagination ul.tribe-events-sub-nav .tribe-events-nav-right a span {
      font-size: 26px;
      line-height: 0;
      display: inline-block; }
    .tribe-events-nav-pagination ul.tribe-events-sub-nav .tribe-events-nav-previous a:hover, .tribe-events-nav-pagination ul.tribe-events-sub-nav .tribe-events-nav-left a:hover, .tribe-events-nav-pagination ul.tribe-events-sub-nav .tribe-events-nav-next a:hover, .tribe-events-nav-pagination ul.tribe-events-sub-nav .tribe-events-nav-right a:hover {
      background-color: #ffde18 !important;
      color: #000000 !important; }

/* Title Bar */
.tribe-events-title-bar {
  display: none; }

/* Tribe Bar */
#tribe-events-bar {
  margin-bottom: 35px; }
  #tribe-events-bar #tribe-bar-form {
    background: #fafafa;
    /* Views */ }
    #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner {
      display: flex;
      -webkit-flex-flow: row nowrap;
      justify-content: center;
      margin-top: 10px; }
    #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-date-filter label, #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-search-filter label, #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-geoloc-filter label {
      font-family: 'Roboto', sans-serif;
      color: #4c4c4c;
      font-size: 18px;
      text-align: left; }
    #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-date-filter input[type="text"], #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-search-filter input[type="text"], #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-geoloc-filter input[type="text"] {
      border-bottom: 1px dashed #312f73;
      color: #000000 !important;
      font-size: 18px !important;
      min-height: 30px !important;
      padding: 7px 10px 7px 0 !important; }
      #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-date-filter input[type="text"] ::-webkit-input-placeholder, #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-search-filter input[type="text"] ::-webkit-input-placeholder, #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-geoloc-filter input[type="text"] ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #000000; }
      #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-date-filter input[type="text"] ::-moz-placeholder, #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-search-filter input[type="text"] ::-moz-placeholder, #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-geoloc-filter input[type="text"] ::-moz-placeholder {
        /* Firefox 19+ */
        color: #000000; }
      #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-date-filter input[type="text"] :-ms-input-placeholder, #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-search-filter input[type="text"] :-ms-input-placeholder, #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-geoloc-filter input[type="text"] :-ms-input-placeholder {
        /* IE 10+ */
        color: #000000; }
      #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-date-filter input[type="text"] :-moz-placeholder, #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-search-filter input[type="text"] :-moz-placeholder, #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-geoloc-filter input[type="text"] :-moz-placeholder {
        /* Firefox 18- */
        color: #000000; }
    #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-submit {
      text-align: center; }
      #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-submit input[type="submit"] {
        font-family: 'Roboto', sans-serif;
        background: #000000;
        border-radius: 0px;
        border: none;
        color: #ffffff !important;
        display: inline-block;
        font-size: 18px !important;
        font-weight: 800 !important;
        letter-spacing: 0;
        line-height: 1em;
        margin: 0 auto;
        max-width: 100%;
        padding: 15px !important;
        position: relative;
        text-align: center;
        text-decoration: none !important;
        text-transform: uppercase;
        transition: all 0.4s ease;
        width: auto; }
        #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-submit input[type="submit"]:hover, #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-submit input[type="submit"]:focus, #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-submit input[type="submit"]:active {
          background: #ffde18;
          color: #000000 !important;
          text-decoration: none; }
    #tribe-events-bar #tribe-bar-form #tribe-bar-views {
      padding: 0;
      background: #e8e8ed; }
      #tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner {
        background: #e8e8ed;
        height: 100%;
        padding: 26px 0; }
        #tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner label {
          font-family: 'Roboto', sans-serif;
          color: #4c4c4c;
          font-size: 18px;
          text-align: center; }
        #tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner ul.tribe-bar-views-list {
          background: #e8e8ed;
          float: none;
          padding: 0 0 20px 0;
          text-align: left; }
          #tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner ul.tribe-bar-views-list li.tribe-bar-views-option {
            margin: 0 auto;
            width: 100%; }
            #tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner ul.tribe-bar-views-list li.tribe-bar-views-option:first-child {
              display: inherit;
              margin: 0 auto; }
          #tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner ul.tribe-bar-views-list .tribe-bar-views-option a {
            background: transparent;
            display: block;
            font-size: 18px;
            margin: 0 auto;
            text-align: left;
            width: 100px; }

/* #tribe-events-bar */
#tribe_events_filters_wrapper {
  background: transparent; }
  #tribe_events_filters_wrapper .tribe-events-filters-content {
    background: transparent;
    border: none; }
  #tribe_events_filters_wrapper #tribe_events_filter_control #tribe_events_filters_toggle {
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 18px !important; }
  #tribe_events_filters_wrapper input, #tribe_events_filters_wrapper label, #tribe_events_filters_wrapper select, #tribe_events_filters_wrapper ul, #tribe_events_filters_wrapper h3 {
    font-size: 16px; }
  #tribe_events_filters_wrapper input[type="submit"] {
    margin: -10px 0 0 15px; }

/* Main Events Content */
#tribe-events-content {
  /*----- Month View ---------*/
  /*----- List View ---------*/
  /* Footer Navigation */ }
  #tribe-events-content.tribe-events-month .tribe-events-calendar {
    /*present day*/
    /*if has events*/
    /*past events*/
    /*number css global*/
    /*title css global*/ }
    #tribe-events-content.tribe-events-month .tribe-events-calendar thead th {
      background: #000000;
      border-left: 1px solid #000000;
      border-right: 1px solid #000000;
      color: #fff;
      font-size: 16px;
      letter-spacing: 0px; }
    #tribe-events-content.tribe-events-month .tribe-events-calendar td {
      border: 1px solid #c3c3c9; }
    #tribe-events-content.tribe-events-month .tribe-events-calendar td.tribe-events-present {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
    #tribe-events-content.tribe-events-month .tribe-events-calendar td.tribe-events-has-events div[id*="tribe-events-daynum-"] {
      background-color: #000000 !important;
      color: #ffffff !important; }
      #tribe-events-content.tribe-events-month .tribe-events-calendar td.tribe-events-has-events div[id*="tribe-events-daynum-"] > a {
        background-color: #000000 !important;
        font-size: 16px;
        letter-spacing: 0px;
        font-weight: 400; }
    #tribe-events-content.tribe-events-month .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] {
      opacity: 0.6; }
      #tribe-events-content.tribe-events-month .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a {
        background-color: #000000 !important;
        color: #fff; }
    #tribe-events-content.tribe-events-month .tribe-events-calendar td div[id*="tribe-events-daynum-"] {
      background-color: transparent;
      color: #000000;
      font-size: 16px;
      line-height: 1em;
      font-weight: 400;
      padding: 5px 8px; }
    #tribe-events-content.tribe-events-month .tribe-events-calendar div[id*="tribe-events-event-"] {
      margin: 0;
      padding: 11px 8px; }
      #tribe-events-content.tribe-events-month .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title, #tribe-events-content.tribe-events-month .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title > a {
        color: #000000;
        font-size: 18px;
        line-height: 1em;
        font-weight: 700;
        padding: 0; }
  #tribe-events-content.view-list .tribe-events-page-title {
    font-family: 'Lato', sans-serif;
    color: #000000;
    font-size: 33px;
    font-weight: 500;
    text-align: left; }
  #tribe-events-content.view-list .tribe-events-loop {
    max-width: 100%; }
  #tribe-events-content.view-list .tribe-events-list-separator-month span {
    background-color: #000000; }
  #tribe-events-content.view-list h2.tribe-events-list-separator-month, #tribe-events-content.view-list h2 span {
    font-family: 'Roboto', sans-serif;
    color: #ffffff !important;
    font-size: 30px;
    padding: 5px 5%;
    font-weight: 500; }
  #tribe-events-content.view-list #tribe-events-footer {
    border: none;
    display: none; }
  #tribe-events-content .tribe-events-ical.tribe-events-button {
    background-color: #000000;
    border-radius: 40px; }
  #tribe-events-content #tribe-events-footer .tribe-events-nav-pagination {
    display: none; }

/*tooltip css*/
div[id*="tribe-events-tooltip"],
.recurring-info-tooltip,
.tribe-events-calendar .tribe-events-tooltip,
.tribe-events-shortcode.view-week .tribe-events-tooltip,
.tribe-events-week .tribe-events-tooltip {
  width: 400px; }
  div[id*="tribe-events-tooltip"] h3,
  .recurring-info-tooltip h3,
  .tribe-events-calendar .tribe-events-tooltip h3,
  .tribe-events-shortcode.view-week .tribe-events-tooltip h3,
  .tribe-events-week .tribe-events-tooltip h3 {
    color: #000000 !important;
    font-size: 22px;
    line-height: 1em;
    margin-bottom: 5px; }
  div[id*="tribe-events-tooltip"] .tribe-event-duration .tribe-events-abbr.tribe-event-date-start,
  .recurring-info-tooltip .tribe-event-duration .tribe-events-abbr.tribe-event-date-start,
  .tribe-events-calendar .tribe-events-tooltip .tribe-event-duration .tribe-events-abbr.tribe-event-date-start,
  .tribe-events-shortcode.view-week .tribe-events-tooltip .tribe-event-duration .tribe-events-abbr.tribe-event-date-start,
  .tribe-events-week .tribe-events-tooltip .tribe-event-duration .tribe-events-abbr.tribe-event-date-start {
    font-size: 13px; }
  div[id*="tribe-events-tooltip"] .tribe-events-event-thumb,
  .recurring-info-tooltip .tribe-events-event-thumb,
  .tribe-events-calendar .tribe-events-tooltip .tribe-events-event-thumb,
  .tribe-events-shortcode.view-week .tribe-events-tooltip .tribe-events-event-thumb,
  .tribe-events-week .tribe-events-tooltip .tribe-events-event-thumb {
    padding: 0.5em 1em 0 0; }
  div[id*="tribe-events-tooltip"] .tribe-event-description p,
  .recurring-info-tooltip .tribe-event-description p,
  .tribe-events-calendar .tribe-events-tooltip .tribe-event-description p,
  .tribe-events-shortcode.view-week .tribe-events-tooltip .tribe-event-description p,
  .tribe-events-week .tribe-events-tooltip .tribe-event-description p {
    font-size: 14px !important;
    font-weight: 300;
    line-height: 1.3em; }

/*Filter view*/
#tribe_events_filters_wrapper .tribe-events-filter-group ul li {
  padding: 8px !important; }

.tribe-events-shortcode .tribe-bar-submit {
  text-align: center; }

.tribe-events-calendar thead th {
  background-color: #000000; }

#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type="submit"],
.tribe-events-button, .tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover {
  font-family: 'Roboto', sans-serif;
  background-color: #000000 !important;
  border-radius: 0 !important;
  border: none;
  color: #ffffff !important;
  display: inline-block;
  font-size: 18px !important;
  font-weight: bold !important;
  letter-spacing: normal !important;
  line-height: 1 !important;
  margin: 0 auto !important;
  max-width: 100%;
  padding: 10px !important;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.4s ease;
  width: auto !important; }
  #tribe-events .tribe-events-button:hover, #tribe-events .tribe-events-button:focus, #tribe-events .tribe-events-button:active,
  #tribe-events .tribe-events-button:hover:hover,
  #tribe-events .tribe-events-button:hover:focus,
  #tribe-events .tribe-events-button:hover:active,
  #tribe_events_filters_wrapper input[type="submit"]:hover,
  #tribe_events_filters_wrapper input[type="submit"]:focus,
  #tribe_events_filters_wrapper input[type="submit"]:active,
  .tribe-events-button:hover,
  .tribe-events-button:focus,
  .tribe-events-button:active, .tribe-events-button.tribe-active:hover:hover, .tribe-events-button.tribe-active:hover:focus, .tribe-events-button.tribe-active:hover:active,
  .tribe-events-button.tribe-inactive:hover,
  .tribe-events-button.tribe-inactive:focus,
  .tribe-events-button.tribe-inactive:active,
  .tribe-events-button:hover:hover,
  .tribe-events-button:hover:focus,
  .tribe-events-button:hover:active {
    background-color: #ffde18 !important;
    color: #000000 !important;
    text-decoration: none; }

.maps-marker-pro {
  position: relative;
  z-index: 0; }
  .maps-marker-pro .mmp-panel-api {
    padding-top: 0 !important; }

@media only screen and (max-width: 991px) {
  .tribe-filters-open #tribe_events_filters_wrapper,
  .tribe-filters-open #tribe_events_filters_wrapper.tribe-events-filters-horizontal,
  .tribe-filters-open #tribe_events_filters_wrapper.tribe-events-filters-vertical {
    position: relative !important; }

  #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner {
    -webkit-flex-flow: row wrap; }

  .tribe-events-filters-horizontal .tribe_events_filter_item {
    padding: 10px 0 6px;
    display: inline-block;
    margin-right: 21px; }

  .tribe-filters-open .tribe-events-filters-horizontal #tribe_events_filter_control {
    width: 210px; }

  .tribe-filters-open #tribe_events_filter_control.tribe-events-filters-mobile-controls #tribe_events_filters_reset {
    margin: 0; }

  #tribe-events-content-wrapper #tribe_events_filters_wrapper input[type="submit"] {
    margin: 15px 0 0 15px; }

  .tribe-bar-collapse #tribe-bar-views-toggle {
    padding: 15px 14px; }

  #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner ul.tribe-bar-views-list {
    padding: 0; }

  #tribe_events_filters_toggle {
    margin: 0 !important;
    color: #fff !important; }

  .tribe-bar-collapse #tribe-bar-views-toggle:after {
    top: 19px; }

  #tribe-bar-views .tribe-bar-views-option {
    padding: 15px 15px; }

  #tribe-events-content-wrapper #tribe-events-content.tribe-events-list .events-vCard-list .image-event-thumb {
    height: 340px; }

  #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner {
    padding: 20px 0 0; } }
@media only screen and (max-width: 767px) {
  #tribe-mobile-container {
    margin: 30px auto 10px; }

  #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-calendar thead th {
    font-size: 12px;
    padding: 7px 0; }

  .tribe-events-calendar td div[id*="tribe-events-daynum-"], .tribe-events-calendar td div[id*="tribe-events-daynum-"] a {
    margin-top: 0; }

  #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] {
    color: #ffffff; } }
@media only screen and (max-width: 576px) {
  .tribe-events-list .tribe-events-loop .tribe-events-event-image {
    float: none;
    width: 100%;
    margin: 0 auto !important; }
    .tribe-events-list .tribe-events-loop .tribe-events-event-image a {
      display: block; }
      .tribe-events-list .tribe-events-loop .tribe-events-event-image a img {
        display: block;
        margin: 0 auto; }

  .tribe-events-list .tribe-events-venue-details {
    border-top: none;
    padding: 0; }

  #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-calendar thead th {
    font-size: 12px;
    padding: 7px 0; } }
ul.breadcrumbs {
  margin-bottom: 5px;
  padding: 0px;
  text-transform: uppercase; }
  ul.breadcrumbs li {
    display: inline-block;
    margin-right: 10px; }
    ul.breadcrumbs li strong {
      font-family: 'Roboto', sans-serif;
      color: #0aaacb;
      font-size: 15px;
      font-weight: 300;
      margin-bottom: 0; }
    ul.breadcrumbs li.separator {
      color: transparent;
      font-size: 0px; }
      ul.breadcrumbs li.separator::after {
        content: "\f054";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        /*--adjust as necessary--*/
        color: #0aaacb;
        display: inline-block;
        font-size: 0.9rem;
        position: relative; }
    ul.breadcrumbs li a {
      font-family: 'Roboto', sans-serif;
      color: #292929;
      font-size: 15px;
      font-weight: 300;
      font-weight: unset;
      margin-bottom: 0;
      text-decoration: none; }
      ul.breadcrumbs li a:hover {
        text-decoration: underline; }
    ul.breadcrumbs li.last-child {
      color: #0aaacb; }

/*START Error Page------------------------------------------*/
.fourerror {
  text-align: center; }
  .fourerror .fa-exclamation-circle {
    font-size: 8rem;
    color: #6c6b6b; }
  .fourerror h1 {
    font-size: 10.214rem;
    margin: 0;
    font-family: lato-eb;
    color: #000000; }
  .fourerror h2::after {
    content: none; }
  .fourerror p {
    line-height: 2em; }
  .fourerror .search {
    margin: 25px 10%;
    width: 80%; }
    .fourerror .search #searchform {
      visibility: visible;
      opacity: 1;
      transition: all 0.4s ease 0s;
      display: block;
      width: 100%; }
    .fourerror .search #s, .fourerror .search #searchsubmit {
      display: inline-block;
      margin: 0;
      vertical-align: top;
      width: 25%; }
    .fourerror .search #s {
      width: 70%; }
    .fourerror .search #searchsubmit {
      margin-left: -5px; }

.interior .gform_confirmation_wrapper {
  font-size: 25px; }

.footer .gform_wrapper .validation_error {
  color: #FFB3B3;
  border-color: #FFB3B3; }
.footer .gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield .ginput_container input {
  color: #000; }
.footer .gform_confirmation_wrapper {
  display: block;
  width: 100%;
  float: left;
  color: white;
  font-size: 20px;
  margin-top: 25px; }

/*END Error Page------------------------------------------*/
/*START Helper Classes------------------------------------------*/
.addtoany_content .addtoany_header {
  font-size: 20px;
  color: #000000;
  font-weight: 400;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  text-transform: uppercase;
  vertical-align: middle; }
.addtoany_content .a2a_kit a span {
  background: transparent !important;
  color: #000000 !important;
  width: 24px !important;
  height: 24px !important; }
  .addtoany_content .a2a_kit a span svg path {
    fill: #000000 !important; }

.col-align-vertical {
  /*Flex*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  float: none; }

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

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

.aligncenter {
  display: block;
  margin: 0 auto; }

.m-bottom {
  margin-bottom: 25px; }

.m-top {
  margin-top: 25px; }

.m-left {
  margin-left: 25px; }

.m-right {
  margin-right: 25px; }

.img-wrap {
  position: relative;
  overflow: hidden;
  z-index: 3;
  height: 250px;
  width: 100%;
  background: transparent; }
  .img-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: inherit;
    min-width: inherit;
    width: 100%;
    height: auto;
    z-index: 1; }

div.printfriendly {
  position: absolute;
  right: 0;
  top: -50px; }

#bbp-search-form {
  margin-bottom: 15px; }
  #bbp-search-form input#bbp_search_submit {
    display: inline-block;
    padding: 5px 15px; }

#bbpress-forums div.bbp-breadcrumb {
  display: inline-block;
  float: none;
  vertical-align: middle; }
  #bbpress-forums div.bbp-breadcrumb p {
    margin-bottom: 0; }

#subscription-toggle {
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin-left: 15px; }
  #subscription-toggle .subscription-toggle {
    font-family: 'Roboto', sans-serif;
    background: #000000;
    border-radius: 5px;
    color: #fff !important;
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    font-weight: 800;
    margin: 0 auto;
    max-width: 100%;
    padding: 9px 25px;
    text-align: center;
    text-decoration: none !important;
    text-transform: none; }
    #subscription-toggle .subscription-toggle:hover, #subscription-toggle .subscription-toggle:focus, #subscription-toggle .subscription-toggle:active {
      background: #fff;
      text-decoration: none;
      color: #000000 !important; }

.follow {
  padding: 20px; }
  .follow ul.social {
    display: inline-block;
    line-height: 1em;
    margin: 0;
    padding: 0;
    text-align: center; }
    .follow ul.social li {
      font-family: 'Lato', sans-serif;
      color: #ffffff;
      display: inline-block;
      font-size: 18px;
      font-style: italic;
      font-weight: 400;
      margin: 0px !important;
      vertical-align: middle; }
      .follow ul.social li a {
        border-radius: 50%;
        border: 2px solid #ffffff;
        color: #ffffff;
        display: inherit;
        height: 35px;
        margin: 0 5px;
        position: relative;
        transition: 0.4s;
        width: 35px; }
        .follow ul.social li a i {
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          font-size: 18px;
          left: 50%;
          position: absolute;
          top: 50%; }
        .follow ul.social li a:hover {
          background: #ffffff;
          color: #6c6b6b;
          box-shadow: none; }
          .follow ul.social li a:hover i {
            background: transparent;
            text-shadow: none; }

@media only screen and (max-width: 767px) {
  .alignright, .alignleft, .alignnone {
    float: none;
    display: block;
    margin: 0 auto 20px; } }
/*END Helper Classes-------------------------------------*/
.pagination {
  display: block; }
  .pagination .conten-wrap {
    -webkit-align-items: center;
    -webkit-flex-flow: row wrap;
    -webkit-justify-content: space-between;
    align-items: center;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    float: none;
    justify-content: space-between; }
  .pagination .page-counter p {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0; }
  .pagination .nav-links a {
    font-family: 'Roboto', sans-serif;
    background: transparent;
    border-radius: 5px;
    color: #ababab;
    display: inline-block;
    margin: 0 2px;
    min-width: 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: 0.4s;
    z-index: 2; }
    .pagination .nav-links a:before {
      content: "";
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: transparent;
      border-radius: 50%;
      display: block;
      display: none;
      height: 50px;
      left: 50%;
      position: absolute;
      top: 50%;
      width: 10px;
      z-index: -2; }
    .pagination .nav-links a:hover {
      text-decoration: none;
      color: #000000; }
      .pagination .nav-links a:hover:before {
        background: #000000; }
  .pagination .nav-links span {
    color: #000000; }
  .pagination .nav-links .current {
    font-family: 'Roboto', sans-serif;
    background: transparent;
    color: #000000;
    display: inline-block;
    font-weight: 500;
    margin: 0 2px;
    min-width: 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 2; }
    .pagination .nav-links .current:before {
      content: "";
      display: block;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: #000000;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: -2;
      display: none; }
  .pagination .nav-links .next, .pagination .nav-links .prev {
    color: #000000; }

.pagination .nav-links a {
  font-family: 'Roboto', sans-serif;
  background: transparent;
  border-radius: 5px;
  color: #ababab;
  display: inline-block;
  margin: 0 2px;
  min-width: 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: 0.4s;
  z-index: 2; }
  .pagination .nav-links a:before {
    content: "";
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: transparent;
    border-radius: 0;
    display: block;
    display: none;
    height: 50px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 10px;
    z-index: -2; }
  .pagination .nav-links a:hover {
    text-decoration: none;
    background: #000000; }
.pagination .nav-links span {
  color: #000000; }
.pagination .nav-links .current {
  display: inline-block;
  min-width: 30px;
  border-radius: 5px;
  line-height: 1em !important;
  color: #fff;
  background: #000000;
  padding: 8px 5px;
  text-align: center;
  text-decoration: none; }
.pagination .nav-links .next, .pagination .nav-links .prev {
  background: #000000; }
  .pagination .nav-links .next:hover, .pagination .nav-links .prev:hover {
    background: #000000; }

/*STRART Search Widget------------------------------------------*/
body.search h1 span {
  font-size: inherit; }

.search-section {
  display: none;
  background: #000000; }

div.search {
  font-family: 'Roboto', sans-serif;
  background: #000000;
  display: block;
  float: none;
  position: relative;
  vertical-align: middle; }
  div.search::before {
    content: "";
    background: #000000;
    opacity: 0.5;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px; }
  div.search::after {
    content: "";
    background: #000000;
    height: 100%;
    position: absolute;
    opacity: 0.5;
    right: 0;
    top: 0;
    width: 1px; }
  div.search .screen-reader-text {
    display: none; }
  div.search .fa-times {
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    margin-right: 10px;
    opacity: 0.5;
    transition: 0.3s; }
    div.search .fa-times:hover {
      text-decoration: none;
      opacity: 1; }
  div.search #searchsubmit {
    background: transparent url("../images/search.png") no-repeat;
    background-color: transparent;
    background-position: center;
    background-size: 24px 24px;
    border-radius: 0;
    border: none;
    color: #fff;
    font-size: 12px;
    height: 40px;
    margin-left: -4px;
    opacity: 0.7;
    text-indent: -99999999px;
    text-transform: uppercase;
    transition: 0.4s;
    transition: 0.4s;
    vertical-align: middle;
    width: 50px; }
    div.search #searchsubmit:hover {
      background-size: 18px 18px;
      opacity: 1; }
  div.search #s {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    height: 40px;
    padding: 5px 15px;
    vertical-align: middle;
    width: calc(100% - 55px); }
    div.search #s:hover, div.search #s:focus, div.search #s:active {
      outline: none;
      box-shadow: none; }
  div.search ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff; }
  div.search ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff; }
  div.search :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff; }
  div.search :-moz-placeholder {
    /* Firefox 18- */
    color: #fff; }

@media only screen and (max-width: 767px) {
  div.search #s {
    height: 40px; } }
/*END Search Widget------------------------------------------*/
.ug-theme-carousel .ug-carousel-wrapper .ug-thumb-wrapper {
  box-shadow: -3px 2px 7px 0px rgba(33, 33, 33, 0.25);
  background-color: #ffffff !important;
  border: 5px solid #fff !important;
  outline: none !important; }
  .ug-theme-carousel .ug-carousel-wrapper .ug-thumb-wrapper .ug-thumb-overlay, .ug-theme-carousel .ug-carousel-wrapper .ug-thumb-wrapper img, .ug-theme-carousel .ug-carousel-wrapper .ug-thumb-wrapper .ug-tile-image-overlay, .ug-theme-carousel .ug-carousel-wrapper .ug-thumb-wrapper .ug-tile-image-overlay img {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50% !important;
    top: 50% !important;
    position: absolute; }

/*
.ug-tile-navigation-wrapper{
	.ug-button-tile-navigation{
		border-radius: 50%;
		background: $white;
	}
	.ug-button-tile-left{
		background-image: url('../images/tile_button_left.png') !important;				
	}
	.ug-button-tile-play{
		background-image: url('../images/tile_button_play_pause.png') !important;
	}
	.ug-button-tile-right
	{
		background-image: url('../images/tile_button_right.png') !important;
	}
}*/
.accordion br {
  display: none; }

h1[id*="accordion-"],
h2[id*="accordion-"],
h3[id*="accordion-"],
h4[id*="accordion-"],
h5[id*="accordion-"],
h6[id*="accordion-"] {
  background: transparent;
  border-bottom: 3px solid #30a6bd;
  color: #000000;
  cursor: pointer;
  margin-bottom: 0;
  outline: none;
  padding: 15px 0;
  position: relative;
  transition: all 0.4s ease; }
  h1[id*="accordion-"].open,
  h2[id*="accordion-"].open,
  h3[id*="accordion-"].open,
  h4[id*="accordion-"].open,
  h5[id*="accordion-"].open,
  h6[id*="accordion-"].open {
    font-weight: bold; }
  h1[id*="accordion-"].accordion-title,
  h2[id*="accordion-"].accordion-title,
  h3[id*="accordion-"].accordion-title,
  h4[id*="accordion-"].accordion-title,
  h5[id*="accordion-"].accordion-title,
  h6[id*="accordion-"].accordion-title {
    font-size: 25px;
    margin-bottom: 0;
    outline: none;
    padding-right: 20px; }
    h1[id*="accordion-"].accordion-title::after,
    h2[id*="accordion-"].accordion-title::after,
    h3[id*="accordion-"].accordion-title::after,
    h4[id*="accordion-"].accordion-title::after,
    h5[id*="accordion-"].accordion-title::after,
    h6[id*="accordion-"].accordion-title::after {
      content: "\f067";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      /*--adjust as necessary--*/
      color: #30a6bd;
      display: inline-block;
      font-size: 17px;
      margin-right: 10px;
      position: absolute;
      right: 0;
      top: calc(50% -  10px); }
    h1[id*="accordion-"].accordion-title.open::after,
    h2[id*="accordion-"].accordion-title.open::after,
    h3[id*="accordion-"].accordion-title.open::after,
    h4[id*="accordion-"].accordion-title.open::after,
    h5[id*="accordion-"].accordion-title.open::after,
    h6[id*="accordion-"].accordion-title.open::after {
      content: "\f068"; }

.accordion-content {
  font-family: 'Roboto', sans-serif;
  background: #30a6bd;
  border: none;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  text-align: left;
  color: #ffffff !important;
  font-weight: normal;
  letter-spacing: 0.9px;
  line-height: 1.67;
  padding: 10px 30px !important; }
  .accordion-content p, .accordion-content h3, .accordion-content h2, .accordion-content h4, .accordion-content h5, .accordion-content h6, .accordion-content a, .accordion-content span, .accordion-content strong, .accordion-content em {
    color: #ffffff !important; }

.accordion-bottom h2 {
  margin-top: 0 !important; }
.accordion-bottom .panel-default {
  border: none;
  background: transparent;
  box-shadow: none;
  margin-bottom: 15px; }
.accordion-bottom .panel-heading {
  position: relative; }
  .accordion-bottom .panel-heading h1, .accordion-bottom .panel-heading h2, .accordion-bottom .panel-heading h3, .accordion-bottom .panel-heading h4, .accordion-bottom .panel-heading h5, .accordion-bottom .panel-heading h6 {
    font-family: 'Roboto', sans-serif;
    text-transform: none; }
.accordion-bottom .panel-title {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  margin: 0;
  padding: 15px 0; }
  .accordion-bottom .panel-title::before {
    content: "";
    background: transparent url("../images/accordion-arrow.png") no-repeat;
    display: none;
    height: 20px;
    left: 15px;
    position: absolute;
    top: 10px;
    width: 20px; }
.accordion-bottom .panel-body {
  background: transparent;
  color: #007893;
  border: 3px solid #30a6bd;
  padding: 1rem; }
  .accordion-bottom .panel-body h2 {
    text-align: left;
    color: #007893; }
  .accordion-bottom .panel-body h3 {
    color: #007893; }
  .accordion-bottom .panel-body p {
    font-size: 1rem;
    font-weight: 400;
    color: #6c6b6b; }
.accordion-bottom a {
  text-decoration: none !important; }
  .accordion-bottom a .panel-heading {
    background: #30a6bd;
    transition: 0.4s;
    position: relative;
    display: flex;
    align-items: center; }
    .accordion-bottom a .panel-heading::before {
      content: "\f077";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      /*--adjust as necessary--*/
      color: #30a6bd;
      display: inline-block;
      font-size: 17px;
      margin-right: 10px;
      position: absolute;
      right: 0;
      top: calc(50% -  10px); }
    .accordion-bottom a .panel-heading .panel-title {
      transition: 0.4s;
      position: relative;
      text-decoration: none !important; }
      .accordion-bottom a .panel-heading .panel-title::after {
        content: "";
        background: #ffde18;
        color: #30a6bd;
        width: 20px;
        height: 20px;
        position: absolute;
        right: 0;
        font-size: 25px;
        top: 0px;
        right: 20px;
        display: none; }
  .accordion-bottom a.collapsed .panel-heading {
    background: #30a6bd;
    transition: 0.4s;
    position: relative;
    display: flex;
    align-items: center; }
    .accordion-bottom a.collapsed .panel-heading::before {
      content: "\f078";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      /*--adjust as necessary--*/
      color: #30a6bd;
      display: inline-block;
      font-size: 17px;
      margin-right: 10px;
      position: absolute;
      right: 0;
      top: calc(50% -  10px); }
    .accordion-bottom a.collapsed .panel-heading .panel-title {
      tansition: 0.4s; }
      .accordion-bottom a.collapsed .panel-heading .panel-title::after {
        content: "";
        background: #007893;
        color: #ffde18;
        width: 20px;
        height: 20px;
        position: absolute;
        right: 0;
        font-size: 25px;
        top: 0px;
        right: 20px; }

#sc_our_team_lightbox {
  z-index: 1050 !important; }

#sc_our_team .sc_team_member .wp-post-image {
  object-fit: cover; }

.grid_circles#sc_our_team .sc_team_member .sc_team_member_jobtitle {
  top: unset !important;
  margin: 0 !important;
  bottom: 11%; }

.grid_circles#sc_our_team .sc_team_member .sc_team_member_name {
  top: unset !important;
  bottom: 20%; }

.sc_our_team_lightbox p {
  line-height: 1.5em; }

#loginform .login-username, #loginform .login-password {
  margin-bottom: 10px !important; }
  #loginform .login-username label, #loginform .login-password label {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1em; }
  #loginform .login-username input, #loginform .login-password input {
    background: #f0f0f0;
    border-radius: 0;
    border: 1px solid #f0f0f0;
    box-shadow: none;
    color: #2d1a09;
    min-height: 50px;
    width: calc(50% - 8px);
    padding: 3px 10px !important; }
    #loginform .login-username input:active, #loginform .login-username input:focus, #loginform .login-password input:active, #loginform .login-password input:focus {
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
      outline: none; }
#loginform .login-submit {
  display: inline-block;
  margin: 0 !important;
  position: relative;
  padding: 0 !important;
  width: auto !important;
  margin-top: 30px !important; }
  #loginform .login-submit::after {
    content: "";
    background-image: url("../images/chevron-black-right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    height: 11px;
    margin-left: 0;
    position: absolute;
    right: 10px;
    left: unset;
    top: 50%;
    width: 8px;
    z-index: 9; }
  #loginform .login-submit #wp-submit, #loginform .login-submit input[type="submit"] {
    background: #ffde18;
    border-radius: 0;
    border: none;
    color: #000000 !important;
    cursor: pointer;
    display: inline-block;
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px !important;
    font-stretch: normal !important;
    font-style: normal !important;
    font-weight: normal !important;
    letter-spacing: normal !important;
    line-height: 1 !important;
    margin: 0 !important;
    max-width: 100%;
    padding: 15px 70px 14px 25px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.4s ease;
    width: 206px; }
    #loginform .login-submit #wp-submit:hover, #loginform .login-submit #wp-submit:focus, #loginform .login-submit #wp-submit:active, #loginform .login-submit input[type="submit"]:hover, #loginform .login-submit input[type="submit"]:focus, #loginform .login-submit input[type="submit"]:active {
      background: #000000;
      color: #fff !important;
      text-decoration: none; }
      #loginform .login-submit #wp-submit:hover::after, #loginform .login-submit #wp-submit:focus::after, #loginform .login-submit #wp-submit:active::after, #loginform .login-submit input[type="submit"]:hover::after, #loginform .login-submit input[type="submit"]:focus::after, #loginform .login-submit input[type="submit"]:active::after {
        background-image: url("../images/chevron-white-right.svg"); }

#pmpro_levels_table {
  margin-bottom: 40px; }
  #pmpro_levels_table thead tr th {
    padding: 15px;
    background-color: #000000;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase; }
  #pmpro_levels_table tbody tr {
    border-bottom: 1px solid #000000; }
    #pmpro_levels_table tbody tr td {
      padding: 5px 10px; }
      #pmpro_levels_table tbody tr td a.pmpro_btn {
        background-color: #000000;
        color: #ffffff !important;
        border-radius: 0;
        border: none;
        display: inline-block;
        font-family: 'Roboto', sans-serif !important;
        font-size: 18px !important;
        font-stretch: normal !important;
        font-style: normal !important;
        font-weight: normal !important;
        letter-spacing: normal !important;
        line-height: 1.39 !important;
        max-width: 100%;
        padding: 10px 15px 11px;
        position: relative;
        text-align: center;
        margin: 0 auto;
        display: block;
        text-decoration: none !important;
        text-transform: uppercase;
        transition: all 0.4s ease; }
        #pmpro_levels_table tbody tr td a.pmpro_btn:hover, #pmpro_levels_table tbody tr td a.pmpro_btn:focus, #pmpro_levels_table tbody tr td a.pmpro_btn:active {
          background: #ffde18;
          color: #000000 !important;
          text-decoration: none; }
        #pmpro_levels_table tbody tr td a.pmpro_btn.pmpro_btn-select {
          background-color: #ffde18 !important;
          color: #000000 !important; }

div[id^="pmpro_levels"].pmpro_advanced_levels-bootstrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
  margin-bottom: 10px;
  position: relative; }
  div[id^="pmpro_levels"].pmpro_advanced_levels-bootstrap .pmpro_level {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 20px; }
    div[id^="pmpro_levels"].pmpro_advanced_levels-bootstrap .pmpro_level .panel.panel-default {
      -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
      background-color: #fff;
      border-color: #ddd;
      border-radius: 0px;
      border: 1px solid #000000;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
      height: 100%; }
      div[id^="pmpro_levels"].pmpro_advanced_levels-bootstrap .pmpro_level .panel.panel-default header.panel-heading {
        color: #ffffff !important;
        background-color: #000000 !important;
        border-color: #000000 !important;
        padding: 15px !important; }
        div[id^="pmpro_levels"].pmpro_advanced_levels-bootstrap .pmpro_level .panel.panel-default header.panel-heading h2, div[id^="pmpro_levels"].pmpro_advanced_levels-bootstrap .pmpro_level .panel.panel-default header.panel-heading h3, div[id^="pmpro_levels"].pmpro_advanced_levels-bootstrap .pmpro_level .panel.panel-default header.panel-heading h4 {
          color: #ffffff !important;
          font-size: 25px !important; }
      div[id^="pmpro_levels"].pmpro_advanced_levels-bootstrap .pmpro_level .panel.panel-default .panel-body {
        text-align: left;
        padding: 15px 15px 120px;
        position: relative;
        height: calc(100% - 60px); }
        div[id^="pmpro_levels"].pmpro_advanced_levels-bootstrap .pmpro_level .panel.panel-default .panel-body footer.entry-footer {
          bottom: 15px;
          left: 0;
          margin: 0 auto;
          position: absolute;
          right: 0;
          width: calc(100% - 30px); }
          div[id^="pmpro_levels"].pmpro_advanced_levels-bootstrap .pmpro_level .panel.panel-default .panel-body footer.entry-footer .btn-primary {
            background-color: #ffde18 !important;
            border-radius: 0 !important;
            border: none !important;
            color: #000000 !important;
            display: inline-block !important;
            font-family: 'Roboto', sans-serif !important;
            font-size: 18px !important;
            font-stretch: normal !important;
            font-style: normal !important;
            font-weight: normal !important;
            letter-spacing: normal !important;
            line-height: 1.39 !important;
            max-width: 100%;
            padding: 15px 25px 14px !important;
            position: relative;
            text-align: center !important;
            text-decoration: none !important;
            text-transform: uppercase;
            transition: all 0.4s ease; }
            div[id^="pmpro_levels"].pmpro_advanced_levels-bootstrap .pmpro_level .panel.panel-default .panel-body footer.entry-footer .btn-primary:hover, div[id^="pmpro_levels"].pmpro_advanced_levels-bootstrap .pmpro_level .panel.panel-default .panel-body footer.entry-footer .btn-primary:focus, div[id^="pmpro_levels"].pmpro_advanced_levels-bootstrap .pmpro_level .panel.panel-default .panel-body footer.entry-footer .btn-primary:active {
              background: #000000 !important;
              color: #ffffff !important;
              text-decoration: none;
              border: none !important; }

form.pmpro_form label {
  margin-bottom: 5px !important; }

.pmpro_checkout input:not([type="submit"]), .pmpro_checkout textarea, .pmpro_checkout select {
  background: #f0f0f0;
  border-radius: 0;
  border: 1px solid #f0f0f0;
  box-shadow: none;
  color: #2d1a09;
  height: 50px;
  padding: 3px 10px !important; }
  .pmpro_checkout input:not([type="submit"]):active, .pmpro_checkout input:not([type="submit"]):focus, .pmpro_checkout textarea:active, .pmpro_checkout textarea:focus, .pmpro_checkout select:active, .pmpro_checkout select:focus {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    outline: none; }

#pmpro_submit_span {
  display: inline-block;
  margin: 0 !important;
  position: relative;
  padding: 0 !important;
  width: auto !important;
  margin-top: 30px !important; }
  #pmpro_submit_span input[type="submit"], #pmpro_submit_span input.button {
    background: #ffde18;
    border-radius: 0;
    border: none;
    color: #000000 !important;
    cursor: pointer;
    display: inline-block;
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px !important;
    font-stretch: normal !important;
    font-style: normal !important;
    font-weight: normal !important;
    letter-spacing: normal !important;
    line-height: 1 !important;
    margin: 0 !important;
    max-width: 100%;
    padding: 15px 25px 14px 25px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.4s ease;
    width: auto; }
    #pmpro_submit_span input[type="submit"]:hover, #pmpro_submit_span input[type="submit"]:focus, #pmpro_submit_span input[type="submit"]:active, #pmpro_submit_span input.button:hover, #pmpro_submit_span input.button:focus, #pmpro_submit_span input.button:active {
      background: #000000;
      color: #fff !important;
      text-decoration: none; }
      #pmpro_submit_span input[type="submit"]:hover::after, #pmpro_submit_span input[type="submit"]:focus::after, #pmpro_submit_span input[type="submit"]:active::after, #pmpro_submit_span input.button:hover::after, #pmpro_submit_span input.button:focus::after, #pmpro_submit_span input.button:active::after {
        background-image: url("../images/chevron-white-right.svg"); }

.pmpro_checkout-field {
  margin-bottom: 5px !important; }

#pmpro_levels .text-muted {
  text-align: center;
  display: block;
  float: left;
  margin-top: 10px;
  width: 100%; }

#pmpro_level-3 .entry-content {
  min-height: 124px; }

#pmpro_level-5 .entry-content {
  min-height: 232px; }

@media only screen and (max-width: 991px) {
  div[id^="pmpro_levels"].pmpro_advanced_levels-bootstrap .pmpro_level {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }
/*START html & body-------------------------------------*/
html, body {
  font-family: 'Roboto', sans-serif;
  color: #6c6b6b;
  font-size: 18px;
  line-height: 1;
  -webkit-font-smoothing: subpixel-antialiased;
  /*a[class^="btn-"]{
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 3.12;
    letter-spacing: normal;
    color: #00a6bc;
  }*/ }
  html a, body a {
    line-height: 1;
    outline: none !important; }
  html h1, html h2, html h3, html h4, html h5, html h6, body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 1; }
  html p, body p {
    line-height: 1; }
  html .classic-text-widget, body .classic-text-widget {
    display: inline-block !important; }
  html .selector-for-some-widget, body .selector-for-some-widget {
    box-sizing: content-box; }

.ui-loader.ui-corner-all.ui-body-a.ui-loader-default {
  display: none; }

.tooltip-caption {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 15; }

span.tooltip-hover {
  font-family: 'Roboto', sans-serif;
  background-color: #000000;
  border-radius: 0;
  border: none;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 700;
  max-width: 100%;
  min-width: 300px;
  padding: 10px;
  position: absolute;
  text-align: center;
  width: 300px;
  z-index: 1060; }
  span.tooltip-hover::before {
    content: "" !important;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #000000;
    border-top: 10px solid transparent;
    left: -5px;
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px; }
  span.tooltip-hover p {
    color: #ffffff !important;
    font-weight: 700;
    display: block;
    text-transform: uppercase; }

/*END html & body-------------------------------------*/
/*START FrontPage (similar elements)-------------------------------------------*/
body.home h2 {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  font-size: 40px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.3; }
body.home .container-text {
  padding: 0 10%; }
  body.home .container-text.center {
    text-align: center; }
body.home p {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.49;
  letter-spacing: normal;
  color: #6c6b6b; }

body figure {
  margin-bottom: 0 !important; }

.frame-image {
  height: auto;
  box-shadow: -4px 3px 13px 0 rgba(33, 33, 33, 0.25);
  padding: 23px;
  background-color: #ffffff; }
  .frame-image figure {
    object-fit: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: auto;
    padding-bottom: 75%;
    margin: 0 !important; }

.grid_circles#sc_our_team .sc_team_member .sc_team_member_jobtitle,
.grid_circles#sc_our_team .sc_team_member .sc_team_member_name {
  height: unset;
  line-height: 1.3; }

/*
html[user-agent*="Safari"]{
  div{
    display: unset !important;
  }
}*/
/*END FrontPage-------------------------------------------*/
/* Media queries----------------------------------*/
@media only screen and (max-width: 767px) {
  body.home h2 {
    font-size: 35px; }

  body.home .contain-section {
    padding: 0 15px; } }

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