@import url(bootstrap.min.css);
@import url(font-awesome.css);
/*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; }
/*START Helper Classes------------------------------------------*/
.alignleft {
  float: left;
  margin: 0 15px 15px 0;
  height: auto;
  width: auto; }

.alignright {
  float: right;
  margin: 0 0 15px 15px;
  height: auto;
  width: auto; }

.aligncenter {
  display: block;
  margin: 0 auto;
  height: auto;
  width: 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: #fff; }
  .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: 150%;
    min-width: 100%;
    z-index: 1; }

@media only screen and (max-width: 767px) {
  .alignleft,
  .alignright {
    float: none;
    display: block;
    margin: 0 auto;
    height: auto;
    width: auto; } }
/*END Helper Classes-------------------------------------*/
/*START Buttons------------------------------------------*/
a.btn-1 {
  background: #ef3340;
  color: #fff !important;
  min-width: 145px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  transition: 0.4s;
  padding: 10px 30px;
  display: inline-block;
  font-size: 1rem;
  font-family: 'Lato', sans-serif;
  transition: 0.4s !important;
  text-decoration: none !important;
  font-weight: 700;
  border: 1px solid #fb6e77;
  border-radius: 4px;
  position: relative;
  z-index: 2; }
  a.btn-1::after {
    content: "";
    background: #b9000d;
    width: 100%;
    height: 3px;
    border-radius: 0 0 4px 4px;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 0;
    transition: 0.4s; }
  a.btn-1:hover, a.btn-1:focus, a.btn-1:active {
    background: #b9000d;
    text-decoration: none;
    color: #fff !important; }
    a.btn-1:hover:after, a.btn-1:focus:after, a.btn-1:active:after {
      opacity: 0; }
a.btn-2 {
  font-size: 0.9286rem;
  font-family: 'Raleway', sans-serif;
  color: #ef3340;
  text-transform: uppercase;
  transition: 0.3s !important; }
  a.btn-2:hover, a.btn-2:focus, a.btn-2:active {
    color: #444;
    text-decoration: none; }

/*END Buttons-------------------------------------*/
/*START header------------------------------------------*/
header.header {
  background: transparent;
  width: 100%;
  z-index: 999; }
  header.header .textwidget {
    display: inline-block; }

.logo {
  float: left;
  display: none; }

.top-social {
  background: #fff;
  text-align: left;
  padding-top: 0px;
  color: #ef3340;
  border-bottom: 1px solid #e3e3e3; }
  .top-social .container {
    padding: 0; }

.top-left {
  float: left; }
  .top-left a {
    background: #ef3340;
    height: 35px;
    border: none;
    display: inline-block;
    text-align: center;
    color: #fff;
    transition: 0.4s;
    font-size: 16px;
    padding: 5px 30px !important;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    border-bottom: 0px !important;
    border-radius: 0px !important; }
  .top-left p {
    display: inline-block;
    text-transform: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 3.3em;
    margin-bottom: 0;
    color: #35373c;
    margin: 0 10px; }

.top-right {
  float: right; }

ul.social {
  padding: 0px 0 0 0;
  margin: 0;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0; }
  ul.social li {
    display: inline-block;
    line-height: 1.2em;
    margin: 0px;
    vertical-align: middle; }
    ul.social li:nth-child(1) a {
      background: #4d70a7;
      color: #fff; }
      ul.social li:nth-child(1) a:hover {
        background: #fff;
        color: #4d70a7; }
    ul.social li:nth-child(2) a {
      background: #cb2027;
      color: #fff; }
      ul.social li:nth-child(2) a:hover {
        background: #fff;
        color: #cb2027; }
    ul.social li:nth-child(3) a {
      background: #2e5e86;
      color: #fff; }
      ul.social li:nth-child(3) a:hover {
        background: #fff;
        color: #2e5e86; }
    ul.social li:nth-child(4) a {
      background: #07baf1;
      color: #fff; }
      ul.social li:nth-child(4) a:hover {
        background: #fff;
        color: #07baf1; }
    ul.social li a {
      vertical-align: middle;
      color: #ef3340;
      line-height: 1.2em;
      transition: 0.4s;
      display: block;
      width: 60px;
      height: 35px;
      position: relative;
      margin: 0;
      font-size: 16px; }
      ul.social li a i {
        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%); }

.nav-right {
  float: left;
  width: 100%; }

.custom-links {
  font-size: 12px;
  padding: 5px 0 0;
  border-bottom: 1px solid #383737;
  text-align: right; }
  .custom-links ul {
    padding-left: 0;
    text-align: right;
    display: inline-block; }
    .custom-links ul li {
      display: inline-block; }
      .custom-links ul li a {
        color: #fff; }
        .custom-links ul li a::before {
          content: "";
          background: #ef3340;
          border-radius: 50%;
          display: inline-block;
          margin: 0 6px 0 23px;
          width: 3px;
          height: 3px;
          vertical-align: middle; }

/*END header-------------------------------------*/
/*START Main Navigation------------------------------------------*/
section.navigation {
  position: relative;
  z-index: 9999;
  width: 100%; }
  section.navigation .container {
    position: relative;
    padding: 0; }

.navbar.navbar-default {
  background: transparent;
  margin-bottom: 0;
  border: none; }

.navbar-default .navbar-brand {
  background: #fff;
  border-bottom: 5px solid #ef3340;
  border-radius: 0;
  position: absolute;
  z-index: 10;
  top: -35px;
  left: 50%;
  -webkit-transform: translate(-43%, 0);
  -moz-transform: translate(-43%, 0);
  -ms-transform: translate(-43%, 0);
  transform: translate(-43%, 0);
  min-height: 130px;
  height: auto;
  width: 16%;
  box-shadow: 8px 0px 25px -5px rgba(0, 0, 0, 0.2), -8px 0px 25px -5px rgba(0, 0, 0, 0.2);
  padding: 18px 10px; }
  .navbar-default .navbar-brand img {
    margin: 0 auto;
    max-width: 100%; }
  .navbar-default .navbar-brand:hover {
    background: #fff; }

#main_menu-left {
  margin-right: 16%; }

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  margin-left: -22px; }

#main_menu-right a.last {
  background: #ef3340;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px; }
  #main_menu-right a.last::after {
    content: "";
    background: #fff;
    height: 3px;
    width: 30px;
    position: absolute;
    bottom: auto;
    left: 50%;
    margin-top: 30px; }

#navigation {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-weight: 700; }
  #navigation ul {
    padding: 0;
    text-align: center;
    width: 42%; }
    #navigation ul li, #navigation ul li.open {
      width: 33.33%; }
      #navigation ul li.active a, #navigation ul li.open.active a {
        background: transparent;
        color: #ef3340;
        position: relative;
        font-family: 'Lato', sans-serif; }
        #navigation ul li.active a:hover, #navigation ul li.active a:focus, #navigation ul li.active a:active, #navigation ul li.open.active a:hover, #navigation ul li.open.active a:focus, #navigation ul li.open.active a:active {
          background: transparent;
          color: #ef3340; }
        #navigation ul li.active a::after, #navigation ul li.open.active a::after {
          content: "";
          background: #ef3340;
          position: absolute;
          left: 0;
          right: 0;
          width: 100%;
          bottom: 0;
          height: 9px; }
      #navigation ul li.active ul li, #navigation ul li.open.active ul li {
        width: 100%; }
        #navigation ul li.active ul li a, #navigation ul li.open.active ul li a {
          text-transform: uppercase;
          font-size: 12px;
          color: #fff; }
          #navigation ul li.active ul li a:hover, #navigation ul li.active ul li a:focus, #navigation ul li.active ul li a:active, #navigation ul li.open.active ul li a:hover, #navigation ul li.open.active ul li a:focus, #navigation ul li.open.active ul li a:active {
            background: #101010;
            color: #fff; }
          #navigation ul li.active ul li a::before, #navigation ul li.active ul li a::after, #navigation ul li.open.active ul li a::before, #navigation ul li.open.active ul li a::after {
            content: none; }
      #navigation ul li a, #navigation ul li.open a {
        font-size: 18px;
        color: #35373c;
        padding: 50px 5px 55px;
        width: 100%;
        transition: 0.4s;
        white-space: normal;
        font-family: 'Lato', sans-serif;
        border-left: 1px solid #e3e3e3; }
        #navigation ul li a::after, #navigation ul li.open a::after {
          content: "";
          background: #ef3340;
          position: absolute;
          left: 0;
          right: 0;
          width: 100%;
          bottom: 0;
          height: 0px;
          transition: 0.4s; }
        #navigation ul li a:hover, #navigation ul li a:focus, #navigation ul li a:active, #navigation ul li.open a:hover, #navigation ul li.open a:focus, #navigation ul li.open a:active {
          background: transparent;
          color: #ef3340; }
          #navigation ul li a:hover::after, #navigation ul li a:focus::after, #navigation ul li a:active::after, #navigation ul li.open a:hover::after, #navigation ul li.open a:focus::after, #navigation ul li.open a:active::after {
            height: 9px; }
      #navigation ul li ul, #navigation ul li.open ul {
        text-align: left;
        min-height: 0;
        border: none;
        padding: 0;
        background: #222021; }
        #navigation ul li ul li, #navigation ul li.open ul li {
          display: block;
          width: 100%; }
          #navigation ul li ul li::after, #navigation ul li.open ul li::after {
            content: none; }
          #navigation ul li ul li a, #navigation ul li.open ul li a {
            border-top: 1px solid #101010;
            padding: 10px 15px;
            font-size: 12px;
            color: #fff;
            border: none; }
            #navigation ul li ul li a::before, #navigation ul li ul li a::after, #navigation ul li.open ul li a::before, #navigation ul li.open ul li a::after {
              content: none; }
            #navigation ul li ul li a:hover, #navigation ul li ul li a:focus, #navigation ul li ul li a:active, #navigation ul li.open ul li a:hover, #navigation ul li.open ul li a:focus, #navigation ul li.open ul li a:active {
              background: #101010;
              color: #fff; }
          #navigation ul li ul li:first-child a, #navigation ul li.open ul li:first-child a {
            border-top: none; }

.dropdown-menu {
  display: block;
  border-radius: 0;
  padding: 0px;
  position: absolute;
  display: none;
  box-shadow: none; }
  .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0px;
    display: none; }

.dropdown-btn {
  display: none; }

@media only screen and (max-width: 1700px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar-brand {
    width: 16%; }

  .navbar-default .navbar-brand {
    transform: translate(-40%, 0px); }

  #navigation ul li a, #navigation ul li.open a {
    font-size: 1rem; }

  ul.social li a {
    width: 38px; }

  #main_menu-right a.last {
    font-size: 17px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav-right {
    width: 100%; }

  .navbar-default .navbar-brand {
    transform: translate(-40%, 0px); }

  #navigation ul li a, #navigation ul li.open a {
    font-size: 12px;
    padding: 25px 0px; }

  #main_menu-right a.last {
    font-size: 17px; }

  ul.social li a {
    width: 38px; } }
@media only screen and (max-width: 767px) {
  #navigation {
    background: #222021; }

  .navbar-header {
    background: #fff; }

  .logo {
    float: left;
    display: block; }

  .dropdown-menu {
    position: relative; }

  .navbar-default .navbar-brand {
    display: none; }

  #main_menu-left {
    margin-right: 0; }

  .nav-right {
    width: 100%;
    border-left: none; }

  .custom-links {
    text-align: center; }

  .navbar.navbar-default .container {
    padding: 0; }

  .navbar-default .navbar-toggle {
    border-radius: 0px;
    border-color: #ef3340; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
      background: #b9000d;
      border-color: #b9000d; }
      .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:active .icon-bar {
        background: #fff; }
    .navbar-default .navbar-toggle .icon-bar {
      background: #ef3340; }

  .navbar-nav {
    margin: 0; }

  #navigation ul {
    text-align: center;
    padding: 0px;
    width: 100%; }

  #navigation ul li {
    display: block;
    border-bottom: 1px solid #ef3340; }

  #navigation ul li, #navigation ul li.open {
    width: 100%; }

  #navigation ul li:last-child a {
    margin-left: 0; }

  #navigation ul li a, #navigation ul li.open a {
    padding: 15px 5px 15px;
    font-size: 16px; }

  #navigation ul li ul li a, #navigation ul li.open ul li a {
    font-size: 14px; }

  #navigation ul li ul li.active a, #navigation ul li.open ul li.active a {
    color: #fff;
    font-weight: 700; }

  .dropdown-btn {
    display: none; }

  #navigation ul li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 15px;
    left: auto;
    margin-top: -37px;
    display: block;
    background: transparent;
    border: 1px solid #ef3340;
    color: #ef3340;
    padding: 6px 13px 6px 12px; }
    #navigation ul li.menu-item-has-children .dropdown-btn:hover, #navigation ul li.menu-item-has-children .dropdown-btn:focus, #navigation ul li.menu-item-has-children .dropdown-btn:active {
      background: #ef3340;
      color: #fff; }

  #navigation ul li a, #navigation ul li.open a {
    color: #fff; }

  #navigation ul li ul {
    max-height: unset;
    background: #ef3340;
    text-align: center; }
    #navigation ul li ul li {
      border-bottom: 1px solid #ef3340; }
      #navigation ul li ul li ul {
        background: #b9000d; }

  #navigation ul li:last-child ul, #navigation ul li.open:last-child ul {
    right: 0px;
    left: 0; }

  .navbar-collapse {
    overflow-y: none; }

  #navigation ul li.active a::after, #navigation ul li.open.active a::after {
    height: 0; }

  #navigation ul > li.menu-item-has-children > .dropdown-menu .dropdown-btn {
    display: none; }
  #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 15px;
    left: auto;
    margin-top: -36px;
    display: block;
    background: #fff none repeat scroll 0% 0%;
    border: 1px solid #ef3340;
    color: #ef3340;
    padding: 5px 13px 6px 12px;
    border: 1px solid #fff; }
    #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn:hover, #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn:focus, #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn:active {
      background: #ef3340;
      color: #fff; }
  #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu .dropdown-btn {
    display: none; }
  #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 15px;
    left: auto;
    margin-top: -36px;
    display: block;
    background: #fff none repeat scroll 0% 0%;
    border: 1px solid #ef3340;
    color: #ef3340;
    padding: 6px 13px 6px 12px; }
    #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-btn:hover, #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-btn:focus, #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-btn:active {
      background: #ef3340;
      color: #fff; }

  .dropdown-menu .dropdown-menu {
    left: 0;
    top: unset; }

  #navigation ul li::after, #navigation ul li.open::after {
    content: none; }

  .navbar-collapse.in {
    overflow-y: unset; }

  .top-left {
    width: 100%;
    text-align: center; }

  .top-right {
    width: 100%;
    text-align: center; }

  .top-social .container {
    padding: 0; }

  #main_menu-right a.last::after {
    content: none; } }
/*END Main Navigation-------------------------------------*/
/*STRART Search Widget------------------------------------------*/
.search {
  display: inline-block;
  padding-top: 0px;
  margin-left: 20px;
  position: relative;
  font-family: 'Raleway', sans-serif; }
  .search .screen-reader-text {
    display: none; }
  .search #searchform {
    visibility: visible;
    opacity: 1;
    transition: 0.4s;
    width: 225px; }
  .search .fa-search {
    color: #444;
    background: transparent;
    height: 35px;
    width: 35px;
    cursor: pointer;
    margin-right: 6px;
    margin-left: 10px;
    font-size: 15px;
    position: absolute;
    top: 0px;
    right: -10px;
    left: auto;
    padding-top: 10px;
    padding-left: 10px;
    border-left: 1px solid #e3e3e3; }
    .search .fa-search.s-hover {
      text-decoration: none;
      color: #222021;
      border-color: #444;
      background: #444;
      color: #fff; }
  .search .fa-times {
    margin-right: 10px;
    color: #222021;
    cursor: pointer;
    opacity: 0.5;
    transition: 0.3s;
    font-size: 14px; }
    .search .fa-times:hover {
      text-decoration: none;
      opacity: 1; }
  .search #searchsubmit {
    background: transparent;
    border: none;
    color: #fff;
    padding: 0;
    width: 35px;
    border-radius: 0;
    transition: 0.4s;
    margin-left: 0px;
    height: 35px;
    font-size: 12px;
    text-transform: uppercase;
    vertical-align: middle;
    text-indent: -9999px;
    position: absolute;
    right: 0;
    z-index: 11; }
    .search #searchsubmit:hover {
      background: transparent;
      color: transparent; }
  .search #s {
    height: 35px;
    border: none;
    border-right: none;
    background: transparent;
    color: #5c5c5c;
    padding: 0 0 0 4px;
    box-sizing: border-box;
    font-size: 12px;
    vertical-align: middle;
    width: 190px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search #searchform {
    width: 140px; }

  .search #s {
    width: 105px; } }
@media only screen and (max-width: 767px) {
  .search .fa-search {
    padding-left: 0px; } }
@media only screen and (max-width: 480px) {
  .search {
    margin-left: 0;
    width: 100%; }

  .search #s {
    padding: 0px 0px 0px 15px; }

  .search #searchform {
    width: 100%; }

  .search #s {
    width: 88%; }

  .search .fa-search {
    margin-right: 12px;
    margin-left: 0; } }
/*END Search Widget------------------------------------------*/
/*START Google Translate Dropdown-List------------------------------------------*/
.translate {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  margin: 0 20px; }
  .translate h3 {
    display: none; }
  .translate .skiptranslate {
    font-size: 0;
    line-height: 0; }
    .translate .skiptranslate .goog-te-combo {
      font-size: 14px;
      line-height: 1em;
      color: #444;
      margin-top: -7px; }
    .translate .skiptranslate span {
      display: none; }
  .translate ul {
    padding: 0; }
    .translate ul li {
      display: inline-block; }
      .translate ul li a::before {
        content: none; }
  .translate #flags {
    display: none; }

/*END Google Translate Dropdown-List------------------------------------------*/
/*START Translate Fixed Bottom----------------------------------------*/
#glt-translate-trigger {
  background: #ef3340;
  background: -webkit-linear-gradient(#ef3340, rgba(239, 51, 64, 0.2));
  background: -o-linear-gradient(#ef3340, rgba(239, 51, 64, 0.2));
  background: -moz-linear-gradient(#ef3340, rgba(239, 51, 64, 0.2));
  background: linear-gradient(#ef3340, rgba(239, 51, 64, 0.2));
  font-family: lato-l;
  font-size: 1rem; }

/*END Translate Fixed Bottom----------------------------------------*/
/*START Font Resizer------------------------------------------*/
.font-resizer {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: relative; }
  .font-resizer::after {
    content: "";
    display: inline-block;
    background: #fb6e77;
    width: 1px;
    height: 35px;
    position: absolute;
    top: 2px;
    right: -5px;
    margin-left: 5px; }
  .font-resizer.active p {
    background: #222021;
    padding-top: 0px; }
  .font-resizer.active #controls {
    height: 80px; }
  .font-resizer p {
    width: 40px;
    height: 40px;
    background: transparent;
    transition: 0.4s;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    margin: 0;
    padding-top: 3px; }
    .font-resizer p span {
      font-size: 22px; }
  .font-resizer #controls {
    vertical-align: middle;
    position: absolute;
    overflow: hidden;
    height: 0;
    background: #222021;
    width: 40px;
    z-index: 10;
    transition: 0.4s;
    margin-top: 5px; }
    .font-resizer #controls p {
      display: inline-block;
      vertical-align: middle;
      height: 25px; }
  .font-resizer #large, .font-resizer #small {
    background: #222021;
    color: #fff;
    width: 40px;
    display: block;
    position: relative;
    font-size: 22px;
    height: 40px;
    padding: 5px 0;
    z-index: 10;
    text-align: center; }
    .font-resizer #large:hover, .font-resizer #small:hover {
      background: #101010;
      text-decoration: none; }
    .font-resizer #large i, .font-resizer #small i {
      font-size: 10px;
      position: absolute; }

/*END Font Resizer------------------------------------------*/
/*START Slider--------------------------------------------------*/
.slider-widget {
  position: relative;
  min-height: 440px; }
  .slider-widget .slider-a img {
    max-width: 100%; }
  .slider-widget .caption-a {
    position: absolute;
    width: 100% !important;
    text-align: left;
    position: absolute;
    transform: translate(0, -100%);
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    z-index: 9;
    padding-bottom: 20px; }
    .slider-widget .caption-a h2 {
      color: #fff;
      font-size: 2.071rem !important;
      font-family: 'Raleway', sans-serif;
      line-height: 1em !important;
      margin-bottom: 25px !important;
      text-transform: none;
      text-align: center;
      font-weight: 800;
      margin-bottom: 5px; }
      .slider-widget .caption-a h2 br {
        font-size: 1em !important; }
      .slider-widget .caption-a h2::after {
        content: none; }
    .slider-widget .caption-a p {
      font-family: 'Lato', sans-serif;
      color: #fff;
      font-size: 1rem;
      line-height: 1.5em;
      margin-top: 10px;
      margin-bottom: 10px;
      letter-spacing: 0.2px !important; }
    .slider-widget .caption-a a.btn-1 {
      font-weight: 700 !important; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-widget .caption-a h2 {
    font-size: 2.5rem; }

  .slider-widget .caption-a p {
    width: 100%; } }
@media only screen and (max-width: 767px) {
  .slider-widget .caption-a h2 {
    font-size: 2rem !important;
    line-height: 1em !important; }

  .slider-widget .caption-a p {
    display: none; }

  .slider-widget .caption-a {
    width: 100% !important;
    top: 65%;
    -webkit-transform: translate3d(0px, 50px, 0px) !important;
    -moz-transform: translate3d(0px, 50px, 0px) !important;
    -o-transform: translate3d(0px, 50px, 0px) !important;
    transform: translate3d(0px, 50px, 0px) !important; }

  .slider-widget .caption-a a.btn-1 {
    font-size: 1rem !important;
    line-height: 1.5em !important; } }
@media only screen and (max-width: 480px) {
  .slider-widget .caption-a p {
    display: none; }

  .slider-widget {
    min-height: 300px; }

  .slider-widget .caption-a a.btn-1 {
    display: block;
    font-size: 1rem !important;
    line-height: 1.5em !important; }

  .slider-widget .caption-a {
    min-width: 320px !important;
    max-width: 480px !important; } }
/*END Slider--------------------------------------------------*/
/*START News--------------------------------------------------*/
.news-widget {
  padding: 40px 25px 140px;
  background: #e9f2fc;
  color: #444; }
  .news-widget .img-wrap:hover::after {
    top: 0;
    left: 0; }
    .news-widget .img-wrap:hover::after:hover {
      border-left: 3.5rem solid #222021; }
  .news-widget .img-wrap:hover a {
    text-decoration: none;
    top: 0px;
    left: 6px; }
  .news-widget .img-wrap::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: -25px;
    left: -25px;
    border-left: 3.5rem solid #ef3340;
    border-right: 3.5rem solid transparent;
    border-bottom: 3.5rem solid transparent;
    cursor: pointer;
    transition: 0.4s; }
  .news-widget .img-wrap img {
    max-height: 200%;
    min-width: 100%;
    min-height: 100%; }
  .news-widget .img-wrap a {
    position: absolute;
    z-index: 3;
    top: -25px;
    left: -25px;
    color: #FFF !important;
    font-size: 2rem;
    line-height: 1em;
    transition: 0.4s; }
  .news-widget .info-wrap {
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    padding: 30px 15px;
    text-align: center;
    margin-bottom: 25px; }
    .news-widget .info-wrap p {
      font-size: 0.8571rem;
      margin-bottom: 20px; }
    .news-widget .info-wrap a {
      font-size: 0.9286rem;
      font-family: lato-eb;
      color: #444;
      text-transform: uppercase;
      transition: 0.3s; }
      .news-widget .info-wrap a:hover, .news-widget .info-wrap a:focus, .news-widget .info-wrap a:active {
        color: #ef3340;
        text-decoration: none; }
    .news-widget .info-wrap .title-wrap {
      padding: 0 15px 10px;
      margin-bottom: 15px;
      display: inline-block;
      border-bottom: 1px solid #ddd; }
      .news-widget .info-wrap .title-wrap h3 {
        font-size: 1.143rem;
        color: #444;
        text-transform: uppercase;
        font-family: lato-b;
        margin: 0; }
      .news-widget .info-wrap .title-wrap time {
        font-family: lato-eb;
        color: #ef3340;
        font-size: 0.9286rem; }
  .news-widget #news-slider .carousel-indicators {
    bottom: -80px; }
    .news-widget #news-slider .carousel-indicators li {
      border-radius: 0;
      border: none;
      background: #444;
      margin-left: 3px;
      margin-right: 3px; }
      .news-widget #news-slider .carousel-indicators li.active {
        background: #ef3340; }
  .news-widget #news-slider .carousel-control {
    opacity: 0; }

/*END News------------------------------------------*/
/*START Calendar------------------------------------------*/
.tribe-mini-calendar-event {
  border: none; }

.tribe-events-adv-list-widget .type-tribe_events, .tribe-mini-calendar-list-wrapper .type-tribe_events {
  margin: 0px 5%;
  padding: 0px;
  width: 90%; }

.tribe-mini-calendar-wrapper {
  background: #ef3340;
  color: #fff;
  padding: 0;
  font-family: lato-r;
  border-bottom: 6px solid #b9000d; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-past {
    opacity: 1; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-othermonth span.tribe-mini-calendar-no-event {
    color: #444; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar-nav {
    border: none;
    display: table-caption;
    padding: 0 0 10px 0; }
    .tribe-mini-calendar-wrapper .tribe-mini-calendar-nav td {
      background: transparent;
      border: none; }
    .tribe-mini-calendar-wrapper .tribe-mini-calendar-nav span {
      font-size: 24px; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar th {
    background: #fff;
    border: none;
    font-size: 12px;
    text-transform: capitalize;
    padding: 20px 0px 15px;
    letter-spacing: 2px;
    color: #444; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar thead {
    background: transparent; }
  .tribe-mini-calendar-wrapper .tribe-events-has-events:hover {
    background: transparent; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-past {
    color: #444;
    background: transparent; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar td {
    border: none;
    font-size: 13px;
    background: transparent;
    padding-top: 10px; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-othermonth {
    background: transparent; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-has-events div[id*="daynum-"] a {
    position: relative;
    background: #fff;
    width: 35px;
    height: 35px;
    z-index: 1;
    border-radius: 50%;
    padding-top: 12px;
    margin: -8px auto 0;
    color: #444;
    font-size: 13px; }
    .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-has-events div[id*="daynum-"] a:hover {
      background: transparent; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar-event .list-info h2 {
    text-align: left;
    padding: 0;
    margin: 0; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-has-events div[id*="daynum-"] a::before {
    content: none; }

.tribe-mini-calendar-list-wrapper .tribe-mini-calendar-today {
  background: transparent; }

.tribe-mini-calendar td.tribe-events-has-events.tribe-events-present, .tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today {
  background-color: transparent; }

.tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event .list-date {
  background: #ef3340; }
  .tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event .list-date .list-dayname {
    font-size: 11px;
    letter-spacing: 1px;
    background: #ef3340;
    color: #fff;
    border: solid 1px #444;
    border-bottom: none; }
  .tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event .list-date .list-daynumber {
    background: #444;
    color: #ef3340; }
.tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event .list-info .tribe-events-title a {
  color: #fff; }

/*END Calendar------------------------------------------*/
/*START Events--------------------------------------------------*/
.events-widget {
  padding: 0px 25px;
  background: url("../images/bg-events.jpg") no-repeat;
  background-size: cover; }
  .events-widget .day, .events-widget .date {
    font-family: 'Lato', sans-serif;
    font-size: 2rem;
    line-height: 1.5em;
    text-transform: uppercase;
    display: block;
    text-align: center;
    height: 45px;
    font-weight: 900; }
  .events-widget .day, .events-widget .month {
    background: #ef3340;
    color: #fff;
    line-height: 2.5em;
    margin-top: 0px; }
  .events-widget .date {
    margin-bottom: 0px;
    background: #ef3340;
    line-height: 1.5em; }
    .events-widget .date::before {
      content: "";
      border-bottom: dotted 2px #fff;
      width: 50%;
      margin-left: 25%;
      margin-right: 25%;
      display: block; }
  .events-widget .date, .events-widget .date a {
    font-size: 2rem;
    background: #ef3340;
    color: #fff;
    cursor: pointer; }
    .events-widget .date:hover, .events-widget .date a:hover {
      background: #b9000d;
      text-decoration: none; }
  .events-widget h3 {
    font-size: 1.143rem;
    color: #444;
    margin: 0;
    font-family: 'Lato', sans-serif; }
    .events-widget h3 a {
      color: #444; }
  .events-widget time, .events-widget address {
    font-size: 0.8571rem;
    color: #444;
    margin-bottom: 0; }
    .events-widget time strong, .events-widget address strong {
      color: #ef3340;
      font-weight: unset;
      font-family: 'Lato', sans-serif; }
  .events-widget hr {
    border-color: #d6d6d6;
    margin: 15px 0 10px; }
  .events-widget .col-md-4 {
    padding: 0 3%; }

/*END Events------------------------------------------*/
/*START TRIBE EVENTS------------------------------------*/
#tribe-events .tribe-events-event-meta .column, #tribe-events .tribe-events-event-meta .tribe-events-meta-group {
  padding: 0px 0%;
  width: 100%; }
#tribe-events .tribe-events-schedule {
  margin: 0em 0px 1.5em; }
#tribe-events h1 {
  margin-bottom: 0; }
#tribe-events h2 {
  margin-top: 0;
  font-size: 1.786rem;
  font-family: 'Lato', sans-serif; }
#tribe-events .tribe-events-event-image img {
  float: left;
  margin: 0 15px 15px 0; }
#tribe-events a {
  color: #ef3340; }
  #tribe-events a:hover {
    text-decoration: underline; }
#tribe-events dd.tribe-venue {
  text-transform: uppercase; }
#tribe-events .tribe-events-button, #tribe-events #tribe-bar-form .tribe-bar-submit input[type="submit"] {
  background: #5c5c5c;
  transition: 0.4s; }
  #tribe-events .tribe-events-button:hover, #tribe-events #tribe-bar-form .tribe-bar-submit input[type="submit"]:hover {
    background: #35373c; }
#tribe-events .tribe-events-calendar thead th {
  background: #ef3340;
  border-color: #ef3340; }
#tribe-events .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"], #tribe-events .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a {
  background: #696969; }
#tribe-events #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth {
  background: #ebe8e8; }
#tribe-events #tribe-events-content .tribe-events-calendar td {
  background: #ebe8e8; }
#tribe-events .tribe-events-month-event-title a {
  color: #7b7b7b; }
#tribe-events .tribe-events-button, #tribe-events #tribe-events .tribe-events-button:hover, #tribe-events #tribe_events_filters_wrapper input[type="submit"], #tribe-events .tribe-events-button, #tribe-events .tribe-events-button.tribe-active:hover, #tribe-events .tribe-events-button.tribe-inactive, #tribe-events .tribe-events-button:hover, #tribe-events .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], #tribe-events .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
  background-color: #ef3340;
  float: none; }
#tribe-events #tribe-events-content .tribe-events-calendar td:hover {
  background: #fff !important; }
  #tribe-events #tribe-events-content .tribe-events-calendar td:hover div[id*="tribe-events-daynum-"], #tribe-events #tribe-events-content .tribe-events-calendar td:hover div[id*="tribe-events-daynum-"] a {
    background: #ef3340; }
#tribe-events #tribe-events-content .tribe-events-tooltip h4, #tribe-events #tribe_events_filters_wrapper .tribe_events_slider_val, #tribe-events .single-tribe_events a.tribe-events-gcal, #tribe-events .single-tribe_events a.tribe-events-ical {
  color: #222021; }
#tribe-events .tribe-events-sub-nav a {
  color: #444;
  font-weight: 300; }

.single-tribe_events .tribe-events-event-meta {
  background: transparent;
  border: none; }

.single-tribe_events .tribe-events-venue-map {
  margin: 20px 0 2% 0px;
  width: 100%; }

.tribe-events-single-section-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e4e4e4;
  margin-top: 3px; }

#tribe-bar-form {
  background: #FFF;
  border: 1px solid #e4e4e4; }

#tribe-bar-collapse-toggle {
  background: #FFF; }

.tribe-events-list .tribe-events-event-cost span {
  font-weight: 400;
  color: #fff;
  background: #ef3340;
  border: none;
  padding: 10px 30px; }

.tribe-events-loop h2::after {
  content: none; }

/*END TRIBE EVENTS------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .events-widget .date, .events-widget .day {
    height: auto !important;
    line-height: 1.5em !important; }

  .d .events-widget .box {
    text-align: center; } }
@media only screen and (max-width: 767px) {
  .events-widget .date, .events-widget .day {
    height: auto !important;
    line-height: 1.5em !important; }

  .events-widget {
    padding: 60px 25px 0; } }
@media only screen and (max-width: 480px) {
  .events-widget {
    padding: 60px 0 0; } }
/*START Sign Up--------------------------------------------------*/
.sign-up-widget .gform_wrapper {
  margin: 0 !important; }
.sign-up-widget .gform_title {
  display: none; }
.sign-up-widget h2 {
  color: #fff !important; }
  .sign-up-widget h2 i {
    margin-bottom: 10px !important; }
.sign-up-widget .gform_wrapper {
  width: 100%;
  font-weight: 700; }
  .sign-up-widget .gform_wrapper .gform_body {
    width: 60%;
    display: inline-block;
    vertical-align: top; }
    .sign-up-widget .gform_wrapper .gform_body ul.gform_fields {
      padding-left: 0;
      margin: 0; }
      .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield {
        list-style-type: none; }
        .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_label {
          display: none; }
        .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container {
          margin: 0 !important; }
          .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input {
            background: #222021;
            border-radius: 0px;
            border: none;
            height: 35px;
            width: 100%;
            color: #fff;
            padding: 0 10px;
            font-size: 12px;
            border: none; }
  .sign-up-widget .gform_wrapper .gform_footer {
    width: 39%;
    display: inline-block;
    text-align: right;
    margin: 0;
    padding: 0;
    margin-left: -4px; }
    .sign-up-widget .gform_wrapper .gform_footer .gform_button {
      background: #ef3340;
      height: 35px;
      width: 100%;
      border: none;
      text-align: center;
      color: #fff;
      transition: 0.4s;
      font-size: 12px;
      font-weight: 700;
      font-family: 'Lato', sans-serif; }
      .sign-up-widget .gform_wrapper .gform_footer .gform_button:hover {
        background: #b9000d;
        color: #fff; }
  .sign-up-widget .gform_wrapper .gfield_description {
    display: none; }

@media only screen and (max-width: 480px) {
  ul.social li {
    width: 25%; }

  ul.social li a {
    width: 100%; }

  ul.social {
    width: 100%; } }
/*END Sign Up------------------------------------------*/
/*START Social Widget--------------------------------------------------*/
.social-widget {
  padding: 25px 0px 0; }
  .social-widget .social-title {
    padding: 0;
    text-align: center;
    display: block;
    margin-bottom: 0; }
    .social-widget .social-title li {
      display: inline-block; }
      .social-widget .social-title li a {
        color: #ef3340;
        font-size: 3rem; }
      .social-widget .social-title li:first-child:after {
        content: "|";
        display: inline-block;
        margin: -15px 15px 0;
        vertical-align: middle;
        line-height: 1em;
        color: #ef3340; }
  .social-widget h2 {
    margin-top: 5px !important; }
  .social-widget p {
    text-align: center; }
  .social-widget .bg-social {
    background: #ef3340;
    background: -webkit-linear-gradient(90deg, #ef3340 50%, #303030 50%);
    background: -o-linear-gradient(90deg, #ef3340 50%, #303030 50%);
    background: -moz-linear-gradient(90deg, #ef3340 50%, #303030 50%);
    background: linear-gradient(90deg, #ef3340 50%, #303030 50%);
    padding: 45px 15px; }
    .social-widget .bg-social h3 {
      display: none; }
    .social-widget .bg-social .twitter-timeline {
      width: 460px !important;
      max-width: 100% !important; }
    .social-widget .bg-social .col-md-6 {
      text-align: center;
      padding: 50px 0; }
    .social-widget .bg-social .fb_iframe_widget {
      max-width: 100% !important;
      max-height: 350px;
      overflow: hidden; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .social-widget .bg-social {
    background: #ef3340;
    background: -webkit-linear-gradient(180deg, #ef3340 50%, #303030 50%);
    background: -o-linear-gradient(180deg, #ef3340 50%, #303030 50%);
    background: -moz-linear-gradient(180deg, #ef3340 50%, #303030 50%);
    background: linear-gradient(180deg, #ef3340 50%, #303030 50%);
    padding: 45px 15px; } }
@media only screen and (max-width: 767px) {
  .social-widget .bg-social {
    background: #ef3340;
    background: -webkit-linear-gradient(180deg, #ef3340 50%, #303030 50%);
    background: -o-linear-gradient(180deg, #ef3340 50%, #303030 50%);
    background: -moz-linear-gradient(180deg, #ef3340 50%, #303030 50%);
    background: linear-gradient(180deg, #ef3340 50%, #303030 50%);
    padding: 45px 15px; }
    .social-widget .bg-social .fb_iframe_widget {
      max-width: 100% !important;
      max-height: 350px;
      overflow: hidden;
      overflow-x: scroll; } }
/*END Social Widget------------------------------------------*/
/*START Testimonials--------------------------------------------------*/
.testimonial-widget {
  background: url("../images/bg-testimonials.jpg") repeat;
  padding: 0px 25px 10px;
  text-align: center; }
  .testimonial-widget .testimonial_rotator_slide_title {
    display: none; }
  .testimonial-widget .testimonial_rotator .has-image .testimonial_rotator_img {
    position: relative;
    overflow: hidden;
    z-index: 3px;
    height: 125px;
    width: 125px;
    background: #ccc;
    border-radius: 50%;
    margin: 50px auto 50px;
    border: 3px solid #fff;
    float: none; }
    .testimonial-widget .testimonial_rotator .has-image .testimonial_rotator_img 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: 150%;
      min-width: 100%; }
  .testimonial-widget .testimonial_rotator_quote {
    font-size: 1.071rem;
    color: #fff;
    padding: 0 7%; }
  .testimonial-widget .testimonial_rotator_author_info {
    color: #fff;
    margin-top: 45px;
    font-family: lato-eb;
    border: none !important; }
    .testimonial-widget .testimonial_rotator_author_info span {
      display: block;
      text-transform: uppercase; }
  .testimonial-widget .testimonial_rotator .has-image .text, .testimonial-widget .testimonial_rotator_single.has-image .text {
    width: 100%;
    float: none; }

/*END Testimonials------------------------------------------*/
/*START Sponsors Widget--------------------------------------------------*/
.sponsor-widget {
  padding: 25px 25px 50px; }
  .sponsor-widget p {
    text-align: center; }
  .sponsor-widget #sponsors-slider .carousel-control {
    width: 20px;
    opacity: 0; }
  .sponsor-widget #sponsors-slider .carousel-indicators {
    display: none; }
  .sponsor-widget #sponsors-slider .img-wrap {
    height: 50px;
    background: transparent;
    margin: 15px 0; }
    .sponsor-widget #sponsors-slider .img-wrap img {
      max-width: 100%;
      min-width: unset; }
  .sponsor-widget img {
    max-width: 14%;
    margin: 15px 1%; }

@media only screen and (max-width: 767px) {
  .sponsor-widget img {
    max-width: 30%;
    margin: 20px 1%; } }
@media only screen and (max-width: 480px) {
  .sponsor-widget img {
    max-width: 47%;
    margin: 10px 1%; } }
/*END Sponsors Widget------------------------------------------*/
/*START footer--------------------------------------------------*/
footer.footer {
  background: #101010;
  background-size: cover;
  padding: 0px 0px 0;
  text-align: center;
  font-family: 'Lato', sans-serif;
  box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.5); }
  footer.footer .top .col-md-3 {
    border-right: 1px solid #454545;
    min-height: 275px; }
    footer.footer .top .col-md-3:last-child {
      border: none; }
  footer.footer .top .left {
    background: #fff;
    padding: 15px 15px;
    font-size: 12px; }
    footer.footer .top .left img {
      max-width: 30%;
      margin-bottom: 20px; }
    footer.footer .top .left p {
      width: 80%;
      margin-left: 10%; }
  footer.footer .top .center-left, footer.footer .top .center-right {
    text-align: left;
    padding: 0 5%; }
    footer.footer .top .center-left a, footer.footer .top .center-left p, footer.footer .top .center-left address, footer.footer .top .center-right a, footer.footer .top .center-right p, footer.footer .top .center-right address {
      font-size: 12px;
      color: #bdbdbd;
      margin: 0;
      display: block;
      line-height: 1.5;
      font-weight: 700; }
    footer.footer .top .center-left h3, footer.footer .top .center-right h3 {
      font-size: 18px;
      font-weight: 700;
      border-bottom: 1px solid #444;
      color: #fff;
      padding-bottom: 10px; }
    footer.footer .top .center-left ul, footer.footer .top .center-right ul {
      padding: 0;
      margin: 0; }
      footer.footer .top .center-left ul li, footer.footer .top .center-right ul li {
        list-style-type: none;
        display: block;
        width: 100%; }
        footer.footer .top .center-left ul li a, footer.footer .top .center-right ul li a {
          color: #bdbdbd;
          padding: 0; }
          footer.footer .top .center-left ul li a:hover, footer.footer .top .center-left ul li a:active, footer.footer .top .center-left ul li a:focus, footer.footer .top .center-right ul li a:hover, footer.footer .top .center-right ul li a:active, footer.footer .top .center-right ul li a:focus {
            background: transparent;
            color: #ef3340; }
        footer.footer .top .center-left ul li.active a, footer.footer .top .center-right ul li.active a {
          color: #ef3340; }
  footer.footer .top .right {
    text-align: left;
    padding: 0 5%; }
    footer.footer .top .right h3 {
      font-size: 18px;
      font-weight: 700;
      border-bottom: 1px solid #444;
      color: #fff;
      padding-bottom: 10px; }
    footer.footer .top .right .search-footer {
      margin-top: 20px;
      margin-left: 0;
      color: #bdbdbd; }
      footer.footer .top .right .search-footer #s, footer.footer .top .right .search-footer #searchsubmit {
        color: #bdbdbd; }
      footer.footer .top .right .search-footer #s {
        background: rgba(255, 255, 255, 0.2);
        font-style: italic; }
      footer.footer .top .right .search-footer #searchsubmit {
        color: #fff; }
      footer.footer .top .right .search-footer .fa-pencil {
        position: absolute;
        z-index: 2;
        width: 35px;
        height: 35px;
        padding: 10px 0 0 12px;
        color: #fff;
        background: #ef3340;
        transition: 0.4s; }
        footer.footer .top .right .search-footer .fa-pencil.s-hover {
          background: #b9000d; }
  footer.footer .bottom {
    font-family: 'Lato', sans-serif;
    background: #222021;
    padding: 15px 0 8px;
    text-align: left;
    font-size: 13px; }
    footer.footer .bottom p {
      color: #444; }
    footer.footer .bottom a {
      color: #444; }
  footer.footer ul.social {
    padding: 0px; }
    footer.footer ul.social li {
      margin: 0 !important;
      display: inline-block; }
      footer.footer ul.social li a {
        color: #bdbdbd;
        padding: 0 !important;
        font-size: 1.5rem !important;
        background: transparent !important;
        width: auto;
        margin-right: 20px;
        display: block; }
        footer.footer ul.social li a::before {
          content: none; }
        footer.footer ul.social li a:hover {
          opacity: 0.5;
          color: inherit; }
        footer.footer ul.social li a i {
          position: relative; }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer .search #s {
    width: 150px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer.footer .top .col-md-3 {
    min-height: unset;
    margin-bottom: 25px; }

  footer.footer .top .col-md-3 {
    border-right: none; } }
@media only screen and (max-width: 767px) {
  footer.footer {
    border-top: 1px solid #5c5c5c; }

  footer.footer .top .col-md-3 {
    min-height: 100px;
    margin-bottom: 25px; }

  footer.footer .top .col-md-3 {
    border-right: none; } }
/*END footer------------------------------------------*/
/*START Breadcrumbs----------------------------------------*/
ul.breadcrumbs {
  padding-left: 0;
  padding-bottom: 0px;
  text-transform: none; }
  ul.breadcrumbs li {
    display: inline-block;
    margin-right: 10px; }
    ul.breadcrumbs li strong {
      font-weight: 500;
      font-size: 0.9rem;
      margin-bottom: 0;
      font-family: 'Lato', sans-serif;
      color: #444; }
    ul.breadcrumbs li.separator {
      color: transparent;
      font-size: 0px; }
      ul.breadcrumbs li.separator::after {
        content: "\f054";
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        font-size-adjust: none;
        font-stretch: normal;
        font-feature-settings: normal;
        font-language-override: normal;
        font-kerning: auto;
        font-synthesis: weight style;
        font-variant: normal;
        font-size: inherit;
        text-rendering: auto;
        font-size: 0.8rem;
        color: #444; }
    ul.breadcrumbs li a {
      color: #444;
      font-size: 0.9rem;
      font-weight: 500;
      text-decoration: none;
      margin-bottom: 0;
      font-family: 'Lato', sans-serif; }
      ul.breadcrumbs li a:hover {
        text-decoration: underline; }
    ul.breadcrumbs li.last-child {
      color: #ef3340; }

/*END Breadcrumbs----------------------------------------*/
/*STRART INTERIOR PAGE------------------------------------------------------------------------------------------*/
/*START Interior Top (BANNER)--------------------------------------------------*/
.interior-top {
  background: #444;
  text-align: left;
  position: relative;
  overflow: hidden;
  min-height: 440px; }
  .interior-top h2 {
    color: #fff;
    font-size: 42px;
    font-family: 'Lato', sans-serif;
    line-height: 0.9em;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
    font-weight: 900;
    width: 450px;
    max-width: 90%;
    margin: 0;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
    padding: 200px 15px 175px; }
  .interior-top img {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1; }
  .interior-top .post-categories {
    padding: 0; }
    .interior-top .post-categories li {
      display: inline-block; }
      .interior-top .post-categories li a {
        color: #fff;
        text-decoration: none; }

/*.under-interior-top img{
  position: absolute;
  width: 100%;
}*/
/*END Interior Top (BANNER)------------------------------------------*/
.page-id-202 .col-md-6 {
  position: relative; }
  .page-id-202 .col-md-6 a {
    text-decoration: none; }
    .page-id-202 .col-md-6 a:hover {
      text-decoration: underline; }
  .page-id-202 .col-md-6 h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 5px; }
  .page-id-202 .col-md-6 a.btn-1 {
    position: absolute;
    bottom: 0; }
  .page-id-202 .col-md-6 .img-wrap {
    max-width: inherit;
    min-width: inherit;
    max-height: inherit; }
  .page-id-202 .col-md-6 img {
    max-width: inherit !important; }

.interior {
  color: #222222;
  font-size: 1rem;
  font-family: 'Lato', sans-serif;
  background: url("../images/under-interior-top.jpg");
  background-size: cover;
  background-attachment: fixed; }
  .interior .side-right {
    padding-right: 0;
    padding-left: 5%; }
  .interior .content-left {
    padding-right: 5%; }
  .interior .container {
    background: transparent;
    margin-top: 0;
    padding: 55px 35px 75px; }
  .interior img {
    max-width: 100%; }
  .interior h1, .interior h2, .interior h3, .interior h4 {
    color: #222222;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-weight: 900; }
    .interior h1 a, .interior h2 a, .interior h3 a, .interior h4 a {
      color: #222222; }
  .interior h5, .interior h6 {
    color: #444;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.03em; }
  .interior h1 {
    font-size: 3.214rem; }
  .interior h2 {
    font-size: 2.5rem; }
  .interior h3 {
    font-size: 2.143rem; }
  .interior h4 {
    font-size: 1.786rem; }
  .interior h5 {
    font-size: 1.429rem; }
  .interior h6 {
    font-size: 1.214rem; }
  .interior hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border-width: 1px 0px 0px;
    border-style: dashed none none;
    border-color: #fff; }
  .interior strong {
    color: #222222;
    margin-bottom: 1.5em; }
  .interior p {
    margin-bottom: 1.5em;
    line-height: 1.5em;
    color: #222222;
    font-size: 1rem; }
  .interior blockquote {
    margin-bottom: 1.5em;
    line-height: 1.5em;
    font-size: 1.071rem;
    color: #222222;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    background: transparent;
    text-align: left;
    font-family: 'Lato', sans-serif;
    padding: 15px 20px;
    position: relative; }
  .interior a {
    color: #222222;
    text-decoration: underline;
    transition: 0.3s;
    font-family: 'Lato', sans-serif; }
    .interior a:hover {
      text-decoration: none; }
  .interior ul.list {
    padding: 0px;
    color: #222222; }
    .interior ul.list br {
      display: none; }
    .interior ul.list li {
      padding-left: 20px;
      color: #222222;
      list-style-type: none;
      line-height: 1.8em; }
      .interior ul.list li::before {
        content: "";
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #ef3340;
        position: relative;
        display: inline-block;
        margin-right: 15px; }
      .interior ul.list li ul {
        padding: 0; }
        .interior ul.list li ul li {
          padding-left: 35px; }
          .interior ul.list li ul li::before {
            border-left: 4px solid #fff; }
  .interior .table-responsive .table tr {
    text-align: center; }
    .interior .table-responsive .table tr th {
      text-align: center;
      background: #ef3340;
      color: #fff;
      border: none; }
      .interior .table-responsive .table tr th:hover {
        background: #ef3340; }
    .interior .table-responsive .table tr:nth-child(even) td {
      background: #434343;
      border: none; }
    .interior .table-responsive .table tr:nth-child(odd) td {
      background: #353535;
      border: none; }
  .interior input, .interior textarea, .interior select {
    height: 35px;
    background: #fff;
    border: 1px solid #ef3340;
    box-shadow: none;
    color: #444;
    border-radius: 4px; }
  .interior textarea {
    height: 100px;
    resize: none; }
  .interior input[type="checkbox"], .interior input[type="radio"] {
    height: 15px; }
  .interior input[type="submit"] {
    background: #ef3340;
    border-radius: 0;
    text-shadow: none;
    color: #fff;
    text-align: center;
    transition: 0.4s;
    display: block;
    padding: 15px 35px;
    margin-top: 25px;
    border: none;
    text-transform: uppercase;
    height: auto;
    border-radius: 4px; }
    .interior input[type="submit"]:hover {
      background: #b9000d;
      text-decoration: none; }
  .interior label {
    color: #222222; }
  .interior button {
    background: #ef3340;
    color: #fff;
    font-size: 1.3rem;
    padding: 0px 25px;
    border: none;
    transition: 0.3s;
    height: 35px; }
    .interior button:hover {
      background: #b9000d;
      color: #fff; }

#post-30 .ginput_container.ginput_container_radio #input_3_5 li {
  background: #ef3340;
  border-radius: 5px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  height: 55px;
  line-height: 1.5em;
  margin: 25px 15px 25px 0;
  min-width: 140px;
  padding: 5px 15px 15px !important;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: 0.4s; }
  #post-30 .ginput_container.ginput_container_radio #input_3_5 li:hover {
    background: #222021; }
  #post-30 .ginput_container.ginput_container_radio #input_3_5 li input {
    opacity: 0;
    position: absolute;
    cursor: pointer; }
  #post-30 .ginput_container.ginput_container_radio #input_3_5 li label {
    color: #fff;
    padding-top: 10px;
    margin: 0;
    cursor: pointer; }
  #post-30 .ginput_container.ginput_container_radio #input_3_5 li.on {
    background: #b9000d; }

.gform_confirmation_message {
  color: #222222;
  font-size: 1rem;
  font-weight: 700; }

@media only screen and (max-width: 1700px) {
  .gform_confirmation_message {
    font-size: 1rem; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .gform_confirmation_message {
    font-size: 0.8rem;
    width: 63%; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gform_confirmation_message {
    font-size: 1rem;
    width: 63%; } }
@media only screen and (max-width: 767px) {
  .interior-top {
    min-height: inherit; }

  .interior-top h2 {
    width: auto;
    max-width: 100%;
    padding: 50px 15px 50px; }

  .interior-top img {
    min-height: unset;
    min-width: unset;
    max-width: unset;
    max-height: unset;
    height: 100%;
    width: auto; } }
@media only screen and (max-width: 480px) {
  .interior-top h2 {
    width: auto;
    max-width: 100%;
    padding: 50px 15px 50px; }

  .interior h1 {
    font-size: 2.5rem; }
  .interior h2 {
    font-size: 2rem; }
  .interior h3 {
    font-size: 1.8rem; }
  .interior h4 {
    font-size: 1.4rem; }
  .interior h5 {
    font-size: 1.2rem; }
  .interior h6 {
    font-size: 1rem; }

  .interior-top img {
    min-height: unset;
    min-width: unset;
    max-width: unset;
    max-height: unset;
    height: 100%;
    width: auto; } }
/*END INTERIOR PAGE-------------------------------------------------------------------------------------------*/
.sidebar {
  padding-left: 45px; }
  .sidebar p, .sidebar a, .sidebar h2, .sidebar h3, .sidebar h4 {
    mix-blend-mode: unset; }
  .sidebar .inner-nav a {
    text-decoration: none; }
  .sidebar .inner-nav ul {
    margin-bottom: 0;
    padding-left: 0; }
    .sidebar .inner-nav ul li {
      display: none;
      padding-left: 0px; }
      .sidebar .inner-nav ul li a {
        font-size: 1.786rem;
        padding-bottom: 25px;
        display: block;
        text-transform: uppercase;
        color: #fff;
        mix-blend-mode: none;
        font-family: 'Lato', sans-serif;
        font-weight: 700; }
      .sidebar .inner-nav ul li.current-menu-ancestor, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children {
        display: block;
        border: solid 1px #ef3340;
        padding: 30px;
        margin-bottom: 30px;
        mix-blend-mode: none;
        background: #ef3340; }
        .sidebar .inner-nav ul li.current-menu-ancestor ul li, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li {
          display: block;
          padding-left: 0px; }
          .sidebar .inner-nav ul li.current-menu-ancestor ul li a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li a {
            font-size: 1rem;
            font-style: initial;
            background: transparent;
            padding: 5px 15px;
            display: block;
            text-transform: capitalize;
            font-family: 'Lato', sans-serif;
            color: #fff; }
            .sidebar .inner-nav ul li.current-menu-ancestor ul li a:hover, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li a:hover, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li a:hover, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li a:hover {
              text-decoration: underline; }
          .sidebar .inner-nav ul li.current-menu-ancestor ul li ul li, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li ul li, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li ul li, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li ul li {
            display: none; }
          .sidebar .inner-nav ul li.current-menu-ancestor ul li.current_page_item, .sidebar .inner-nav ul li.current-menu-ancestor ul li.current-menu-item, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current_page_item, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current-menu-item, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current_page_item, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current-menu-item, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current_page_item, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current-menu-item {
            display: block;
            border: none;
            background: transparent;
            padding: 0px;
            margin-bottom: 0px;
            border-bottom: none; }
            .sidebar .inner-nav ul li.current-menu-ancestor ul li.current_page_item a, .sidebar .inner-nav ul li.current-menu-ancestor ul li.current-menu-item a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current_page_item a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current-menu-item a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current_page_item a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current-menu-item a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current_page_item a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current-menu-item a {
              background: #fff;
              color: #ef3340;
              font-family: 'Lato', sans-serif; }
            .sidebar .inner-nav ul li.current-menu-ancestor ul li.current_page_item ul li, .sidebar .inner-nav ul li.current-menu-ancestor ul li.current-menu-item ul li, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current_page_item ul li, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current-menu-item ul li, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current_page_item ul li, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current-menu-item ul li, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current_page_item ul li, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current-menu-item ul li {
              display: block;
              padding-left: 25px; }
              .sidebar .inner-nav ul li.current-menu-ancestor ul li.current_page_item ul li a, .sidebar .inner-nav ul li.current-menu-ancestor ul li.current-menu-item ul li a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current_page_item ul li a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current-menu-item ul li a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current_page_item ul li a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current-menu-item ul li a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current_page_item ul li a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current-menu-item ul li a {
                background: transparent;
                color: #fff;
                font-family: 'Lato', sans-serif; }
      .sidebar .inner-nav ul li::before {
        content: none; }
      .sidebar .inner-nav ul li.current-menu-ancestor ul li {
        padding: 0 !important;
        margin-bottom: 0 !important;
        border: none !important; }
        .sidebar .inner-nav ul li.current-menu-ancestor ul li ul {
          padding-left: 30px; }

.sidebar-a {
  background: url("../images/bg-sidebar-a.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
  min-height: 300px; }
  .sidebar-a h3 {
    color: #fff;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    line-height: 1.2em;
    margin: 25px 0px 25px;
    text-align: center;
    display: block;
    text-transform: uppercase; }
    .sidebar-a h3::after {
      content: "";
      background: #fff;
      height: 1px;
      width: 100%;
      margin: 15px auto 5px;
      display: block; }
    .sidebar-a h3 i {
      display: block !important;
      color: #fff;
      font-size: 3.5rem !important;
      margin-bottom: 0.2em; }
  .sidebar-a p {
    color: #fff;
    font-size: 1rem;
    text-align: center; }
  .sidebar-a a {
    color: #fff;
    text-decoration: underline; }
    .sidebar-a a:hover {
      text-decoration: none; }

.sidebar-b {
  background: #ef3340;
  padding: 15px; }

.tribe_mini_calendar_widget {
  margin-bottom: 30px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar {
    padding-left: 0;
    padding-top: 75px; } }
@media only screen and (max-width: 767px) {
  .sidebar {
    padding-left: 0;
    padding-top: 75px; } }
/*START Post a Job || Career Opportunities------------------------------------*/
.rp4wp-related-job_listing > ul, ul.job_listings {
  background: #fafafa;
  border: 1px solid #E5E5E5; }

.job_filters .job_types, .job_filters .showing_jobs {
  background: #fff; }

.job_filters {
  background: #fafafa;
  border: 1px solid #E5E5E5;
  border-bottom: none; }

.job_filters .search_jobs input, .job_filters .search_jobs select {
  background: #fff;
  padding: 0 5px; }

.job-manager-application-wrapper .application .application_button, .single_job_listing .application .application_button {
  background: #222021;
  color: #fff !important;
  max-width: 100%;
  margin: 0 5px 5px 0;
  text-align: center;
  transition: 0.4s;
  padding: 0px 20px;
  border: none;
  display: inline-block;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-family: lato-l;
  transition: 0.4s !important;
  text-decoration: none !important; }
  .job-manager-application-wrapper .application .application_button:hover, .job-manager-application-wrapper .application .application_button:focus, .job-manager-application-wrapper .application .application_button:active, .single_job_listing .application .application_button:hover, .single_job_listing .application .application_button:focus, .single_job_listing .application .application_button:active {
    background: #101010;
    text-decoration: none;
    color: #fff !important; }

/*END Post a Job || Career Opportunities------------------------------------*/
/*START Sigle Page----------------------------------*/
.single .featuredImg img {
  width: auto;
  height: auto; }

/*END Sigle Page----------------------------------*/
/*START Category Page----------------------------------*/
.img-category {
  float: none;
  margin: 0 15px 15px 0;
  width: 95% !important;
  height: 215px;
  position: relative;
  overflow: hidden;
  z-index: 3; }
  .img-category 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%);
    min-width: unset;
    min-height: unset;
    width: auto;
    height: 100%;
    z-index: 1;
    max-height: unset;
    max-width: unset; }
  .img-category a {
    position: absolute;
    padding: 5px 10px;
    color: #fff;
    background: #ef3340;
    bottom: 0;
    width: 100%;
    z-index: 2;
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
    text-decoration: none;
    transition: 0.4s; }
    .img-category a:hover {
      background: #222021; }

hr.solid {
  border-style: solid; }

/*END Category Page----------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .img-category img {
    width: 100%;
    height: auto; } }
/*START Search Page------------------------------------------*/
body.search {
  display: block;
  padding-top: 0px;
  margin-left: 0; }

/*END Search Page-----------------------------------*/
/*START Error Page------------------------------------------*/
.fourerror {
  text-align: center; }
  .fourerror .fa-exclamation-circle {
    font-size: 8rem;
    color: #5c5c5c; }
  .fourerror h1 {
    font-size: 10.214rem;
    margin: 0;
    font-family: lato-eb;
    color: #ef3340; }
  .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; }

/*END Error Page------------------------------------------*/
.accordion br {
  display: none; }

h1[id*="accordion-"],
h2[id*="accordion-"],
h3[id*="accordion-"],
h4[id*="accordion-"],
h5[id*="accordion-"],
h6[id*="accordion-"] {
  border: 1px solid #101010;
  padding: 10px 20px 10px;
  cursor: pointer;
  background: #222222;
  margin-bottom: 0;
  color: #fff; }
  h1[id*="accordion-"]:hover,
  h2[id*="accordion-"]:hover,
  h3[id*="accordion-"]:hover,
  h4[id*="accordion-"]:hover,
  h5[id*="accordion-"]:hover,
  h6[id*="accordion-"]:hover {
    background: #101010; }

.accordion-content {
  padding-bottom: 10px;
  background: #222222;
  padding: 10px 20px;
  border: 1px solid #cccccc;
  border-top: none;
  color: #fff; }
  .accordion-content p, .accordion-content a, .accordion-content strong, .accordion-content small, .accordion-content time, .accordion-content address, .accordion-content span, .accordion-content ul.list, .accordion-content ul.list li {
    color: #fff; }

label.gfield_label {
  margin-top: 25px; }

.custom-event {
  background: #f8f8f8;
  color: #303030;
  font-size: 1rem;
  border-bottom: 1px solid #dedede;
  font-family: 'Lato', sans-serif; }
  .custom-event .container {
    background: transparent;
    margin-top: 0;
    padding: 55px 35px 75px; }
  .custom-event img {
    max-width: 100%; }
  .custom-event h1, .custom-event h2, .custom-event h3, .custom-event h4 {
    color: #303030;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-weight: 900; }
  .custom-event h5, .custom-event h6 {
    color: #303030;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.03em; }
  .custom-event h1 {
    font-size: 3.214rem;
    text-align: center;
    margin-bottom: 50px; }
    .custom-event h1 span {
      color: #ef3340;
      display: block; }
  .custom-event h2 {
    font-size: 2.5rem; }
  .custom-event h3 {
    font-size: 2.143rem; }
  .custom-event h4 {
    font-size: 1.786rem; }
  .custom-event h5 {
    font-size: 1.429rem; }
  .custom-event h6 {
    font-size: 1.214rem; }
  .custom-event .events-widget {
    margin: 0 0 50px; }
    .custom-event .events-widget .box {
      box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
      border: 1px solid #fff;
      margin: 0 0 30px;
      font-size: 12px;
      font-family: 'Lato', sans-serif; }
      .custom-event .events-widget .box .col-md-2 {
        padding: 0; }
      .custom-event .events-widget .box .col-md-10 {
        padding: 10px 20px 0; }
      .custom-event .events-widget .box h3 {
        font-size: 15px;
        text-transform: none;
        color: #444;
        font-weight: 600; }
      .custom-event .events-widget .box time, .custom-event .events-widget .box address {
        display: inline-block; }
      .custom-event .events-widget .box address {
        color: #ef3340; }
      .custom-event .events-widget .box .day, .custom-event .events-widget .box .month {
        font-size: 18px;
        line-height: 2.3em;
        height: 34px !important; }
      .custom-event .events-widget .box .date {
        font-size: 18px;
        height: 34px !important; }
  .custom-event .pinterest-wrap {
    margin: 0 0 50px;
    min-height: 375px;
    border: 1px #d3d3d3 solid;
    border-bottom: 5px #cccccc solid;
    border-radius: 4px; }

.sponsors .container {
  background: transparent;
  margin-top: 0;
  padding: 55px 35px 75px; }
.sponsors h1, .sponsors h2, .sponsors h3, .sponsors h4 {
  color: #303030;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 900; }
.sponsors h5, .sponsors h6 {
  color: #303030;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em; }
.sponsors h1 {
  font-size: 3.214rem;
  text-align: center;
  margin-bottom: 50px; }
  .sponsors h1 span {
    color: #ef3340;
    display: block; }
  .sponsors h1::after {
    content: "";
    background: #d3d3d3;
    height: 1px;
    width: 50%;
    display: block;
    margin: 25px auto; }
.sponsors h2 {
  font-size: 2.5rem; }
.sponsors h3 {
  font-size: 2.143rem; }
.sponsors h4 {
  font-size: 1.786rem; }
.sponsors h5 {
  font-size: 1.429rem; }
.sponsors h6 {
  font-size: 1.214rem; }
.sponsors p {
  text-align: center; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-event .events-widget .box .col-md-10 {
    padding: 18px 20px 15px;
    text-align: center; } }
@media only screen and (max-width: 767px) {
  .custom-event .events-widget .box .col-md-10 {
    padding: 18px 20px 15px;
    text-align: center; } }
/*START html & body-------------------------------------*/
html, body {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #444; }
  html a, body a {
    outline: none !important; }

/*END html & body-------------------------------------*/
/*START FrontPage (similar elements)-------------------------------------------*/
/*END FrontPage-------------------------------------------*/
.container {
  width: 100% !important; }

.a11y-toolbar {
  z-index: 10 !important;
  display: none !important; }

.a11y-toolbar ul li button {
  display: none; }

.b {
  position: relative;
  padding: 40px 15px 110px; }
  .b .b-right {
    padding-left: 50px; }
    .b .b-right p {
      font-size: 16px;
      font-family: 'Lato', sans-serif;
      color: #222222; }
      .b .b-right p.first-letter::first-letter {
        color: #ef3340;
        font-size: 45px;
        font-weight: 700;
        line-height: 21px; }
    .b .b-right a.btn-1 {
      margin-top: 15px; }
  .b h2 {
    font-size: 4.4rem;
    color: #222222;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 0.8em;
    font-family: 'Raleway', sans-serif;
    padding-top: 12%; }
    .b h2 span {
      color: #ef3340; }
  .b .shadow-left {
    background: url("../images/shadow-left.png") no-repeat;
    height: 100%;
    width: 46px;
    position: absolute;
    left: 0;
    min-height: 447px; }
  .b img {
    display: block;
    margin: 0 auto 15px; }

.c {
  background: #222021;
  padding: 40px 25px;
  position: relative; }
  .c::after {
    content: "";
    border-top: 30px solid #222021;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    position: absolute;
    z-index: 5;
    bottom: -30px;
    left: 50%;
    margin-left: -15px; }
  .c h2 {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    line-height: 0.8;
    font-size: 60px;
    margin-bottom: 30px;
    margin-top: 0; }
  .c .img-wrap {
    height: 335px;
    width: 90%;
    margin-left: 5%; }
    .c .img-wrap img {
      max-height: 200%;
      min-height: 100%;
      min-width: 100%;
      max-width: 200%;
      width: auto;
      height: auto; }
    .c .img-wrap a {
      color: #fff;
      background: rgba(239, 51, 64, 0.8);
      padding: 15px 10px;
      font-size: 20px;
      position: absolute;
      bottom: 0;
      left: 0;
      font-weight: 300;
      z-index: 2;
      width: 100%;
      text-align: center;
      transition: 0.4s; }
      .c .img-wrap a span {
        font-weight: 700; }
      .c .img-wrap a:hover {
        background: #ef3340;
        padding: 25px 10px;
        text-decoration: none; }
  .c .col-md-4 {
    padding: 0;
    margin-bottom: 25px; }

.d {
  padding: 40px 25px 80px; }
  .d h2 {
    font-size: 40px;
    color: #ef3340;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    line-height: 0.8em;
    margin-bottom: 25px; }
    .d h2 span {
      color: #222021;
      display: block; }
  .d .events-widget .box {
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
    border: 1px solid #fff;
    margin: 0 0 20px;
    font-size: 12px;
    font-family: 'Lato', sans-serif; }
    .d .events-widget .box .col-md-2 {
      padding: 0; }
    .d .events-widget .box .col-md-10 {
      padding: 7px 0 0; }
    .d .events-widget .box .col-sm-1 {
      padding-top: 18px; }
      .d .events-widget .box .col-sm-1 a {
        color: #fff;
        background: #ef3340;
        display: block;
        width: 17px;
        height: 17px;
        font-size: 18px;
        line-height: 0;
        border-radius: 50%;
        font-weight: 700;
        padding: 9px 0 0 3px;
        transition: 0.4s; }
        .d .events-widget .box .col-sm-1 a:hover {
          background: #b9000d;
          text-decoration: none; }
  .d #news-slider {
    padding-top: 0px;
    font-family: 'Lato', sans-serif; }
    .d #news-slider .img-wrap {
      height: 200px; }
      .d #news-slider .img-wrap img {
        max-height: inherit !important;
        min-height: inherit !important;
        min-width: inherit !important;
        max-width: inherit !important;
        width: auto !important;
        height: 100% !important;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50% !important; }
      .d #news-slider .img-wrap a {
        position: absolute;
        z-index: 2;
        font-size: 40px;
        top: 150%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: block;
        z-index: 2;
        color: #fff;
        transition: 0.4s;
        width: 100%;
        line-height: 100px;
        text-align: center; }
        .d #news-slider .img-wrap a:hover {
          text-decoration: none;
          font-size: 50px; }
      .d #news-slider .img-wrap::before {
        content: "";
        background: #ef3340;
        width: 100%;
        height: 0%;
        left: 0;
        position: absolute;
        top: 0;
        z-index: 2;
        transition: 0.4s; }
      .d #news-slider .img-wrap:hover::before {
        height: 100%; }
      .d #news-slider .img-wrap:hover a {
        top: 50%; }
    .d #news-slider time {
      margin-top: 10px;
      display: block;
      font-size: 13px;
      color: #ef3340; }
    .d #news-slider h3 {
      font-weight: 700;
      font-size: 17px; }
      .d #news-slider h3 a {
        color: #444; }
    .d #news-slider p {
      font-size: 13px; }
    .d #news-slider .item .col-md-6 {
      padding-left: 0; }
      .d #news-slider .item .col-md-6:last-child {
        border-left: 1px #ccc solid;
        padding-left: 15px;
        padding-right: 0; }
    .d #news-slider .carousel-indicators {
      bottom: -50px; }
      .d #news-slider .carousel-indicators li {
        border-radius: 0;
        border: none;
        width: 45px;
        height: 5px;
        background: #303030;
        margin-left: 3px;
        margin-right: 3px;
        margin-top: 0 !important;
        margin-bottom: 0 !important; }
        .d #news-slider .carousel-indicators li.active {
          background: #ef3340;
          width: 45px;
          height: 5px;
          margin-top: 0 !important;
          margin-bottom: 0 !important; }
    .d #news-slider .carousel-control {
      opacity: 0; }

/* Media queries----------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .d .events-widget .box .col-md-10 {
    padding: 0px 0px 0px; }

  .d .events-widget .box .col-sm-1 {
    padding-top: 35px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .b h2 {
    padding: 25px 0; }

  .b .shadow-left {
    display: none; }

  .b .b-right {
    padding-left: 15px; }

  .d .events-widget .box {
    padding-bottom: 15px; }

  .d #news-slider .item .col-md-6:last-child {
    border-left: none;
    border-top: 1px solid #CCC;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px; }

  .d .events-widget .box {
    text-align: center; }

  .d .events-widget .box .col-sm-1 a {
    width: 25px;
    height: 25px;
    font-size: 18px;
    padding: 13px 0 0 0px;
    margin: 0 auto 15px;
    text-align: center; }

  .d #news-slider .img-wrap {
    height: 200px; } }
@media only screen and (max-width: 767px) {
  .b h2 {
    padding: 25px 0; }

  .b .shadow-left {
    display: none; }

  .b .b-right {
    padding-left: 15px; }

  .slider-widget {
    margin-bottom: 0px; }

  .d .events-widget .box {
    text-align: center; }

  .d .events-widget .box .col-sm-1 a {
    width: 25px;
    height: 25px;
    font-size: 18px;
    padding: 13px 0 0 0px;
    margin: 0 auto 15px;
    text-align: center; }

  .d #news-slider .item .col-md-6:last-child {
    border-left: none;
    border-top: 1px solid #CCC;
    padding-left: 0;
    padding-right: 0; }

  .d #news-slider .img-wrap {
    height: 200px; } }
@media only screen and (max-width: 480px) {
  .b h2 {
    font-size: 2.3rem;
    text-align: center; }

  .c {
    padding: 40px 0px; }

  .c h2 {
    font-size: 50px; }

  .d #news-slider .img-wrap img {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }

/*# sourceMappingURL=style.css.map */
