@charset "utf-8";

html {
  height: 100%;
  width: 100%;
}

body {
  background-color: #ffffff;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

h1 {
  color: #000000;
  font-family: "Barlow", sans-serif;
  font-size: 3.2em;
}

h2 {
  color: #000000;
  font-family: "Barlow", sans-serif;
  font-size: 2.8em;
}

h3 {
  color: #000000;
  font-family: "Barlow", sans-serif;
  font-size: 2.4em;
}

h4 {
  color: #000000;
  font-family: "Barlow", sans-serif;
  font-size: 2em;
}

h5 {
  color: #000000;
  font-family: "Barlow", sans-serif;
  font-size: 1.6em;
}

h6 {
  color: #000000;
  font-family: "Barlow", sans-serif;
  font-size: 1.2em;
}

table {
  border-collapse: collapse;
  border-color: #cccccc;
}

table tr th {
  background-color: #525252;
  border-color: #adadad;
  color: #ffffff;
  text-align: left;
}

table tr td {
  border-color: #adadad;
}

img {
  border: 0;
}

hr {
  background-color: #adadad;
  border: 0;
  height: 1px;
}

.hide_meta {
  display: none;
}

.top_notice {
  clear: both;
  display: none;
  height: auto;
  margin: 0 auto;
  padding: 5px 0;
  position: relative;
  width: 100%;
}

.jump_anchor {
  display: block;
  position: relative;
  top: -90px;
  visibility: hidden;
}

.red_notice {
  background-color: red;
  clear: both;
  color: #ffffff;
  display: table;
  font-family: "Barlow", sans-serif;
  height: auto;
  margin: 10px auto;
  padding: 10px;
  position: relative;
  text-align: center;
  width: calc(100% - 20px);
}

/* HEADER */

.header {
  background-color: #202020;
  clear: both;
  display: table;
  height: auto;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  width: calc(100% - 10%);
}

@media screen and (max-width: 1200px) {
  .header {
    padding: 0 2%;
    width: calc(100% - 4%);
  }
}

.header.sticky {
  border-bottom: 2px solid #303030;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 50;
}

.logo {
  display: table-cell;
  height: auto;
  padding: 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  vertical-align: middle;
  white-space: nowrap;
  width: 200px;
}

.logo.sticky {
  width: auto;
}

@media screen and (max-width: 440px) {
  .logo {
    border-bottom: 1px solid #373737;
    clear: both;
    display: table;
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
  }
}

.logo img {
  display: block;
  height: 150px;
  padding: 10px 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  width: auto !important;
}

.logo.sticky img {
  height: 60px;
}

@media screen and (max-width: 1400px) {
  .logo img {
    height: 110px;
    padding: 15px 0;
  }
}

@media screen and (max-width: 767px) {
  .logo img {
    height: 80px;
    padding: 20px 0;
  }
}

@media screen and (max-width: 440px) {
  .logo img {
    height: 80px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
  }
}

.header_links {
  display: table-cell;
  height: auto;
  padding: 0 0 0 20px;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}

@media screen and (max-width: 440px) {
  .header_links {
    clear: both;
    display: table;
    float: none;
    margin: 0 5%;
    text-align: center;
    width: calc(100% - 10%);
  }
}

.contacts {
  border-bottom: 1px solid #373737;
  clear: both;
  display: table;
  height: auto;
  margin: 0;
  padding: 0 0 10px 0;
  position: relative;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  width: 100%;
}

.contacts.sticky {
  display: none;
}

@media screen and (max-width: 1400px) {
  .contacts {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .contacts {
    display: none;
  }
}

.contact_holder {
  clear: none;
  display: table;
  float: left;
  height: auto;
  margin: 0;
  padding: 0 0 5px 0;
  width: 50%;
}

@media screen and (max-width: 1080px) {
  .contact_holder {
    clear: both;
    float: none;
    margin: 10px 0;
    width: 100%;
  }
}

.contact_holder_info {
  display: table-cell;
  height: auto;
  padding: 0;
  position: relative;
  text-align: right;
  vertical-align: middle;
  width: auto;
}

.contact_number,
.contact_email,
.contact_address {
  clear: none;
  color: #ffffff;
  display: table;
  float: left;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .contact_number,
  .contact_email,
  .contact_address {
    clear: both;
    float: none;
    width: 100%;
  }
}

.contact_holder_icon {
  clear: none;
  display: table;
  float: right;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  width: 50px;
}

@media screen and (max-width: 1080px) {
  .contact_holder_icon {
    display: none;
  }
}

.flaticon-chat,
.flaticon-location {
  font-size: 5em;
}

.flaticon-chat {
  color: #6bc049;
}

.flaticon-location {
  color: #8c4699;
}

.contact_email a,
.contact_email a:visited {
  color: #ffffff;
  text-decoration: none;
}

.contact_email a:hover,
.contact_email a:visited:hover {
  color: #c4c4c4;
  text-decoration: none;
}

.navigation {
  clear: both;
  display: table;
  height: auto;
  margin: 0;
  padding: 18px 0 0 0;
  position: relative;
  width: 100%;
}

.navigation.sticky {
  padding: 5px 0 0 0;
}

@media screen and (max-width: 1400px) {
  .navigation {
    padding: 12px 0 0 0;
  }
}

@media screen and (max-width: 1080px) {
  .navigation {
    padding: 4px 0 6px 0;
  }
}

/* READ MORE BOXES */

.qboxes {
  clear: both;
  display: table;
  height: auto;
  margin: 15px auto 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
}

.qbox_link {
  text-decoration: none;
}

.qbox_holder {
  background-attachment: scroll;
  background-color: #eeeeee;
  background-repeat: no-repeat;
  background-size: cover !important;
  clear: none;
  display: table;
  float: left;
  height: auto;
  margin: 0;
  padding-bottom: calc(100% / 5);
  position: relative;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  width: calc(100% / 5);
}

@media screen and (max-width: 1080px) {
  .qbox_holder {
    padding-bottom: calc(100% / 4);
    width: calc(100% / 4);
  }
}

@media screen and (max-width: 767px) {
  .qbox_holder {
    padding-bottom: calc(100% / 3);
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 560px) {
  .qbox_holder {
    padding-bottom: calc(100% / 2);
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 400px) {
  .qbox_holder {
    padding-bottom: calc(100% / 1);
    width: calc(100% / 1);
  }
}

.qbox_link:nth-child(1) .qbox_holder {
  transform: rotate(16deg);
  -moz-transform: rotate(16deg);
  -ms-transform: rotate(16deg);
  -o-transform: rotate(16deg);
  -webkit-transform: rotate(16deg);
  z-index: 3;
}

.qbox_holder:hover {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  z-index: 2;
}

.qbox_title {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 20px;
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.2em;
  height: auto;
  margin: 0 0 0 10%;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: right;
  text-shadow: 1px 1px 0 #000000;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  width: calc(100% - 10% - 20px);
  z-index: 2;
}

.qbox_holder:hover .qbox_title {
  bottom: 50%;
  color: #6bc049;
  transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  -webkit-transform: translateY(50%);
}

.shadow {
  background-attachment: scroll;
  background-image: url("../images/shadow1.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 30px;
  clear: both;
  display: table;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
}

/* MAIN CONTENT */

.main_content {
  clear: both;
  display: table;
  height: auto;
  margin: 0 auto 20px auto;
  padding: 0;
  width: 1000px;
}

@media screen and (max-width: 1080px) {
  .main_content {
    padding: 0 5%;
    width: calc(100% - 10%);
  }
}

.spacer_20px {
  clear: both;
  display: table;
  height: 20px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
}

.content_h2 {
  background-attachment: scroll;
  background-image: url("../images/content_h2_bottom.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 35px;
  color: #252525;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 3em;
  padding: 0 0 35px 0;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .content_h2 {
    font-size: 2.6em;
  }
}

.main_content p {
  line-height: 1.3em;
  text-align: justify;
}

.main_content ol li,
.main_content ul li {
  padding: 2px 0;
}

.main_content img {
  height: auto !important;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .main_content img {
    clear: both !important;
    display: table !important;
    float: none !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: 10px !important;
    text-align: center !important;
    width: calc(100% - 20px) !important;
  }
}

/* SOCIAL NETWORK LINK ICONS */

.socials {
  clear: both;
  display: table;
  height: auto;
  margin: 30px auto;
  padding: 0 10%;
  position: relative;
  text-align: center;
  width: calc(100% - 20%);
}

.socials .fa {
  background-color: #696969;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #ffffff;
  font-size: 1.8em;
  height: 45px;
  line-height: 45px;
  margin: 0 6px;
  padding: 0 0 0 5px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  width: 40px;
}

.socials .fa:hover {
  background-color: #000000;
  transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  z-index: 2;
}

/* INSERT 1 */

.insert1 {
  background-color: #8c4699;
  clear: both;
  display: table;
  height: auto;
  margin: 20px auto 0 auto;
  padding: 25px 10%;
  position: relative;
  width: calc(100% - 20%);
}

@media screen and (max-width: 1080px) {
  .insert1 {
    padding: 25px 5%;
    width: calc(100% - 10%);
  }
}

.insert1_text {
  color: #ffffff;
  display: table-cell;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  height: auto;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

@media screen and (max-width: 767px) {
  .insert1_text {
    clear: both;
    display: table;
    float: none;
    margin: 0 auto 30px auto;
    text-align: center;
    width: 100%;
  }
}

.bolder_text {
  font-weight: 600;
}

.insert1_button {
  clear: both;
  display: table;
  float: right;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  width: auto;
}

@media screen and (max-width: 767px) {
  .insert1_button {
    clear: both;
    display: table;
    float: none;
    margin: 0 auto 10px auto;
    text-align: center;
    width: 100%;
  }
}

.insert1_button a,
.insert1_button a:visited {
  border: 1px solid #ffffff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.5em;
  padding: 10px 50px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .insert1_button a,
  .insert1_button a:visited {
    padding: 10px 20px;
  }
}

.insert1_button a:hover,
.insert1_button a:visited:hover {
  background-color: #6bc049;
  border: 1px solid #6bc049;
  color: #ffffff;
}

/* SPECIALS */

.specials {
  background-color: #252525;
  clear: both;
  display: table;
  height: auto;
  margin: 15px auto 0 auto;
  padding: 20px 10%;
  position: relative;
  width: calc(100% - 20%);
}

@media screen and (max-width: 1080px) {
  .specials {
    padding: 20px 5%;
    width: calc(100% - 10%);
  }
}

.specials_branding {
  background-color: #252525;
  clear: both;
  display: table;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 560px) {
  .specials_branding {
    width: 120%;
  }
}

@media screen and (max-width: 440px) {
  .specials_branding {
    width: 140%;
  }
}

.specials_branding img {
  display: block;
  height: auto !important;
  width: 100%;
}

.specials_header {
  clear: both;
  color: #ffffff;
  display: table;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.4em;
  height: auto;
  margin: 0 auto;
  padding: 0 0 15px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: auto;
}

@media screen and (max-width: 767px) {
  .specials_header {
    font-size: 2em;
  }
}

.special_holder {
  border: 1px solid #ffffff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  clear: none;
  color: #ffffff;
  display: table;
  float: left;
  height: auto;
  overflow: hidden;
  padding: 15px;
  position: relative;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  width: calc(50% - 30px - 2px - 10px);
}

:nth-child(1) ~ .special_holder {
  margin: 0 10px 0 0;
}

@media screen and (max-width: 767px) {
  :nth-child(1) ~ .special_holder {
    margin: 0;
  }
}

:nth-child(2) ~ .special_holder {
  margin: 0 0 0 10px;
}

@media screen and (max-width: 767px) {
  :nth-child(2) ~ .special_holder {
    margin: 0;
  }
}

.special_holder:hover {
  background-color: #1e1e1e;
}

@media screen and (max-width: 767px) {
  .special_holder {
    clear: both;
    float: none;
    margin: 0 0 15px 0 !important;
    width: calc(100% - 30px);
  }
}

.special_title {
  clear: both;
  color: #6bc049;
  display: table;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.8em;
  height: 70px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .special_title {
    font-size: 1.6em;
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .special_title {
    font-size: 1.5em;
    height: auto;
    margin: 0 0 10px 0;
  }
}

.special_description {
  clear: both;
  display: table;
  height: 130px;
  margin: 0 auto;
  padding: 0 0 10px 0;
  position: relative;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .special_description {
    height: 180px;
  }
}

@media screen and (max-width: 767px) {
  .special_description {
    height: auto;
    margin: 0 0 15px 0;
  }
}

.special_date {
  clear: both;
  color: #8c4699;
  display: table;
  height: 20px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .special_date {
    height: auto;
  }
}

/* GOOGLE MAP */

.gmap {
  border-bottom: 1px solid #555555;
  border-top: 1px solid #555555;
  clear: both;
  display: table;
  height: auto;
  margin: 15px auto 0 auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 560px) {
  .gmap,
  #map {
    height: 300px;
  }
}

/* PHOTO GALLERY */

.gallery_container {
  clear: both;
  display: table;
  height: auto;
  margin: 20px auto;
  padding: 0;
  position: relative;
  width: 100%;
}

.album_link {
  text-decoration: none;
}

.album_holder {
  background: no-repeat scroll;
  background-color: #eeeeee;
  background-size: cover !important;
  clear: none;
  float: left;
  height: auto;
  margin: 10px 0;
  padding-bottom: calc(100% / 4);
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  width: calc(100% / 4);
}

.album_holder:hover {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .album_holder {
    padding-bottom: calc(100% / 2);
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 560px) {
  .album_holder {
    padding-bottom: calc(98% / 1);
    width: calc(98% / 1 - 2px);
  }
}

.gallery_h3 {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
  bottom: 20px;
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1vw;
  font-weight: 300;
  height: auto;
  margin: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: right;
  text-transform: uppercase;
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  width: calc(90% - 10px);
}

.album_holder:hover .gallery_h3 {
  bottom: 50%;
  transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  -webkit-transform: translateY(50%);
}

@media screen and (max-width: 1080px) {
  .gallery_h3 {
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 767px) {
  .gallery_h3 {
    font-size: 2vw;
  }
}

@media screen and (max-width: 560px) {
  .gallery_h3 {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 440px) {
  .gallery_h3 {
    font-size: 4vw;
  }
}

.gallery_button {
  clear: both;
  display: table;
  height: auto;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  width: auto;
}

.gallery_button a,
.gallery_button a:visited {
  border: 1px solid #6bc049;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #6bc049;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.5em;
  height: auto;
  margin: 0 auto;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  width: auto;
}

.gallery_button a:hover,
.gallery_button a:visited:hover {
  background-color: #6bc049;
  border: 1px solid #6bc049;
  color: #ffffff;
}

/* FOOTER */

.footer {
  clear: both;
  display: table;
  height: auto;
  margin: 0 auto;
  padding: 20px 10% 20px 10%;
  position: relative;
  width: calc(100% - 20%);
}

@media screen and (max-width: 1080px) {
  .footer {
    padding: 20px 5% 20px 5%;
    width: calc(100% - 10%);
  }
}

.credentials {
  clear: both;
  color: #252525;
  display: table;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.2em;
  height: auto;
  margin: 0 auto;
  padding: 0 0 15px 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.credits {
  clear: both;
  color: #252525;
  display: table;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.2em;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.credits a,
.credits a:visited {
  color: #000000;
  text-decoration: none;
}

.credits a:hover,
.credits a:visited:hover {
  color: #252525;
  text-decoration: none;
}

/* FORM STYLING */
label {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

label.error {
  clear: both;
  color: #cb0003;
  display: block;
  float: right;
  font-family: "Barlow", sans-serif;
  font-size: 0.8em;
  padding: 4px 0 0 0;
  text-shadow: 1px 1px 0 #ffffff;
}

label.error:before {
  color: #cb0003;
  content: "\f071";
  font-family: "FontAwesome", sans-serif;
  padding: 0 5px 0 0;
}

.red_asterisk:before {
  color: #cb0003;
  content: "\f069";
  font-family: "FontAwesome", sans-serif;
  font-size: 0.5em;
  vertical-align: super;
}

.form_group {
  height: auto;
  margin: 0;
  position: relative;
}

.form_group_left {
  clear: none;
  float: left;
  height: 110px;
  padding: 0 1% 0 0;
  width: 49%;
}

@media screen and (max-width: 560px) {
  .form_group_left {
    clear: both;
    float: none;
    padding: 0;
    width: 100%;
  }
}

.form_group_right {
  clear: none;
  float: right;
  height: 110px;
  padding: 0 0 0 1%;
  width: 49%;
}

@media screen and (max-width: 560px) {
  .form_group_right {
    clear: both;
    float: none;
    padding: 0;
    width: 100%;
  }
}

.form_group_full {
  clear: both;
  float: none;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 560px) {
  .form_group_full {
    clear: both;
    float: none;
    padding: 0;
    width: 100%;
  }
}

.form_label {
  clear: both;
  height: auto;
  margin: 0;
  padding: 0 0 4px 0;
  position: relative;
  width: 100%;
}

.form_field {
  clear: both;
  height: auto;
  margin: 0;
  padding: 0 0 12px 0;
  position: relative;
  width: 100%;
}

.hfield {
  display: none;
}

.form_note {
  color: #9b9b9b;
  padding: 2px 0 0 0;
}

input,
input:hover {
  border: 1px solid #bcbcbc;
  font-family: "Barlow", sans-serif;
  height: 35px;
  margin: 0;
  padding: 5px;
  width: calc(100% - 12px);
}

input:focus {
  border: 1px solid #bc8cdc;
}

select {
  border: 1px solid #bcbcbc;
  font-family: "Barlow", sans-serif;
  height: 35px;
  margin: 0;
  padding: 5px;
  width: calc(100% - 12px);
}

select:focus {
  border: 1px solid #bc8cdc;
}

option {
  border-bottom: 1px solid #b5b5b5;
  padding: 5px 0;
}

textarea {
  align-content: space-between;
  border: 1px solid #bcbcbc;
  font-family: "Barlow", sans-serif;
  height: 120px;
  margin: 0;
  padding: 5px;
  width: calc(100% - 12px);
}

textarea:focus {
  border: 1px solid #bc8cdc;
}

.form_group_submit .subm_btn {
  background-color: #8c4699;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: table;
  float: right;
  font-family: "FontAwesome", "Barlow Condensed", sans-serif;
  font-size: 2.2em;
  font-weight: 300;
  height: auto;
  line-height: 1em;
  margin: 20px auto 0 auto;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
}

.form_group_submit .subm_btn {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.subm_btn:hover {
  background-color: #56285f;
  border: 0;
}

/* PAGING */

.paging_current,
.paging_nonactive,
.paging_link {
  border: 2px solid #c4c4c4;
  color: #8a8a8a;
  display: inline-block;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  margin: 0 4px;
  padding: 0;
  text-align: center !important;
  text-decoration: none;
  width: 28px;
}

.paging_link {
  background-color: transparent;
}

.paging_link:hover {
  background-color: #3b6929;
  color: #ffffff;
}

.paging_current {
  background-color: #6bc04a;
  color: #ffffff;
}

.paging_nonactive {
  background-color: #e1e1e1;
}

.paging_holder {
  clear: both;
  display: table;
  height: auto;
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
  width: auto;
}
