@charset "UTF-8";
.nav {
  margin-bottom: 0;
}

.nav-collapse {
  display: block;
}

.nav-default {
  display: none;
}

@media screen and (min-width: 768px) {
  .nav-collapse {
    display: none !important;
  }

  .nav-default {
    display: block;
  }
}
.roboto-light, .sub-header-text, .offerings .blk-offer-txt .offering_title, .main .content .main-content p, div#subscribe p, .single .sidebar p, .single .faq p {
  font-weight: 100;
}

.roboto-bold, input[id^="gform_submit_button_"], .home .sf_search button, .search .sf_search button {
  font-weight: 900;
}

html, body, .wrapper {
  height: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
}

body {
  font-family: roboto, sans-serif;
  font-size: 14px;
}

h1, h2, h3, h4 {
  font-family: roboto slab;
}

h2 {
  font-size: 40px;
}

ul {
  padding: 0 0 0 15px;
}

i {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

.aligncenter {
  text-align: center;
}

img.qazy {
  opacity: 0;
  transition: opacity 1s;
}

img.qazy.active {
  opacity: 1;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #252525;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #252525;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #252525;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #252525;
}

.large_container {
  padding-left: 15px;
  padding-right: 15px;
}

.wrapper {
  max-width: 1280px;
  width: 95%;
  position: relative;
  margin: 0 auto;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 3px solid #ddd;
}
.header .row {
  background-color: white;
}

.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.logo {
  float: left;
}
.logo img {
  max-height: 60px;
  padding: 5px;
  width: auto;
}

main, .site-main {
  float: left;
  width: 100%;
}

a.nav-toggle:hover, a.nav-toggle:focus, a.nav-toggle:visited {
  color: white !important;
  text-decoration: none !important;
}

.nav {
  float: right;
  margin: 0 !important;
}
.nav ul {
  margin: 0;
  padding: 0;
}
.nav ul li {
  padding: 20px;
  float: left;
  list-style: none;
  cursor: pointer;
  height: 60px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.nav ul li:hover, .nav ul li:active {
  background-color: #463F3F;
  color: white;
  text-decoration: none;
}

.nav-toggle {
  float: right;
  padding: 18px 30px;
  text-decoration: none;
  cursor: pointer;
  background-color: #808080;
  color: white;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.nav-toggle:hover, .nav-toggle:active {
  background-color: #252525;
  text-decoration: none;
  color: white;
}

.nav-collapse {
  max-height: 0;
  transition: max-height 1000ms;
  -o-transition: max-height 1000ms;
  -moz-transition: max-height 1000ms;
  -webkit-transition: max-height 1000ms;
  overflow: hidden;
  text-decoration: none;
}
.nav-collapse .menu {
  float: right;
  text-align: right;
  padding: 5px 0;
  background-color: white;
  width: 100%;
}
.nav-collapse .menu ul li {
  width: 100%;
}
.nav-collapse .menu ul li:hover {
  cursor: pointer;
}

.block {
  float: left;
  background-color: white;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
  width: 100%;
}
.block.no-top {
  margin-top: 0;
}
.block.no-bottom {
  background: transparent;
  border-radius: 7px;
  color: white;
  margin-bottom: 0;
}
.block.no-bottom h2 {
  font-size: 30px;
}
.block.no-bottom p {
  line-height: 2em;
}
.block.double-top {
  margin-top: 30px;
}
.block.double-bottom {
  margin-bottom: 30px;
}
.block .content {
  padding: 15px;
}
.block .content.double {
  padding: 30px;
}
.block .content.double-top {
  padding-top: 30px;
}
.block .content.double-bottom {
  padding-bottom: 30px;
}

article {
  text-shadow: 1px 1px 5px rgba(32, 32, 32, 0.5);
}

.sub-header-text {
  text-align: center;
}

.offerings .offer {
  max-height: 180px;
}
.offerings .half-padding {
  padding: 5px;
}
.offerings .offering_icon {
  float: left;
  display: block;
  height: auto;
  width: 110px;
}
.offerings .offering_icon img {
  height: auto;
  width: 35px;
}
.offerings .blk-offer-nr {
  position: relative;
  height: 4em;
}
.offerings .blk-offer-nr .offering_number {
  position: absolute;
  display: block;
  font-size: 60px;
  max-height: 110px;
  max-width: 110px;
  top: 50%;
  left: 30%;
  margin-right: -70%;
  transform: translate(-50%, 15%);
}
.offerings .blk-offer-txt {
  position: relative;
  height: 3em;
}
.offerings .blk-offer-txt .offering_title {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 45%;
  margin-right: -50%;
  transform: translate(5%, -55%);
  height: auto;
  display: block;
  width: 150px;
  font-size: 24px;
  line-height: 1.2;
}
.offerings .blk-offer-txt .offering_title .highlite {
  display: block;
  height: auto;
  width: 100%;
  font-family: roboto slab;
  font-size: 30px;
}

.main .content {
  position: relative;
  width: 100%;
}
.main .content .main-content .lwb-title {
  font-family: roboto, sans-serif;
  font-size: 30px;
}
.main .content .main-content .lwb-subtitle {
  color: #4A4A4A;
  font-size: 20px;
  position: absolute;
  top: 20px;
}
.main .content .main-content .lwb-text-intro {
  display: inline-block;
}
.main .content .main-content .lwb-text-full {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.main .content .main-content .lwb-text-full.action {
  max-height: 999px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.main .content .main-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #808080;
  font-weight: 100;
}
.main .content .main-content ul {
  color: #808080;
}
.main .content .main-content .bg-image-large-block {
  background-size: cover;
  background-position: center center;
  color: white;
  height: 150px;
  overflow: hidden;
  position: relative;
}

.white {
  background-color: white;
}
.white .sign-in-text {
  text-align: center;
  margin: 0 auto;
}

input[id^="gform_submit_button_"] {
  background: transparent;
  border: 3px solid black;
  display: block;
  font-size: 16px;
  margin: 0 auto;
  padding: 10px 80px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
input[id^="gform_submit_button_"]:hover, input[id^="gform_submit_button_"]:active {
  color: white;
  background: #252525;
  border: 3px solid #252525;
}

.text_yellow {
  color: #F7CE48;
}

.main_bg_color_2 {
  color: white;
}
.main_bg_color_2 .sign-in-text {
  text-align: center;
}

div#subscribe {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
div#subscribe h3 {
  font-size: 30px;
}
div#subscribe p {
  line-height: 2;
}

.gform_wrapper form div.validation_error {
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  width: 92.5% !important;
}
.gform_wrapper form ul {
  display: inline-block;
}
.gform_wrapper form ul .gfield {
  clear: none !important;
  float: left;
  padding: 10px 15px;
  position: relative;
  width: 100%;
}
.gform_wrapper form ul .gfield.fxoff .validation_message {
  display: none;
}
.gform_wrapper form ul .gfield.gsection {
  clear: both !important;
  margin: 1em 0;
  min-height: 1px !important;
  width: 100%;
}
.gform_wrapper form ul .gfield .gf-icon {
  position: absolute;
  top: 15px;
  right: -15px;
  z-index: 999;
}
.gform_wrapper form ul .gfield .gsection_title {
  display: none;
}
.gform_wrapper form ul .gfield .gfield_label {
  display: none !important;
}
.gform_wrapper form ul .gfield input {
  border: 1px solid #252525;
  height: 50px;
  outline: 0;
  padding-left: 10px;
  width: 100% !important;
}
.gform_wrapper form ul .gfield input::-webkit-input-placeholder {
  color: #252525;
  font-size: 12px;
  font-weight: 100;
}
.gform_wrapper form ul .gfield input:-moz-placeholder {
  color: #252525;
  font-size: 12px;
  font-weight: 100;
}
.gform_wrapper form ul .gfield input::-moz-placeholder {
  color: #252525;
  font-size: 12px;
  font-weight: 100;
}
.gform_wrapper form ul .gfield input:-ms-input-placeholder {
  color: #252525;
  font-size: 12px;
  font-weight: 100;
}
.gform_wrapper form ul .gfield .gfield_description {
  background: white;
  color: #252525;
  font-family: roboto slab;
  font-weight: 900;
  left: 25px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  top: 25px;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2 ease-in-out;
  width: auto;
}
.gform_wrapper form ul .gfield .ginput_container_radio + .gfield_description,
.gform_wrapper form ul .gfield .ginput_container_checkbox + .gfield_description {
  font-family: roboto, sans-serif;
  font-size: 16px;
  margin-top: -30px;
}
.gform_wrapper form ul .gfield .ginput_container_radio,
.gform_wrapper form ul .gfield .ginput_container_checkbox {
  padding-top: 25px;
}
.gform_wrapper form ul .gfield .ginput_container_radio .gfield_radio input,
.gform_wrapper form ul .gfield .ginput_container_radio .gfield_checkbox input,
.gform_wrapper form ul .gfield .ginput_container_checkbox .gfield_radio input,
.gform_wrapper form ul .gfield .ginput_container_checkbox .gfield_checkbox input {
  height: 15px !important;
}
.gform_wrapper form li.gfield {
  min-height: 80px !important;
}
.gform_wrapper form li.gfield.gfield_error {
  margin: 0 !important;
  background-color: transparent !important;
  border: 0 !important;
}
.gform_wrapper form li.gfield.gfield_error.gfield_contains_required {
  margin: 0 !important;
}
.gform_wrapper form li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 16px;
}
.gform_wrapper form li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 16px;
}
.gform_wrapper form li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  top: 22px;
  padding: 8px 0px 7px 6px;
}
.gform_wrapper form li.gfield.gfield_error.gfield_contains_required div.gfield_description.validation_message {
  text-align: center !important;
  top: 22px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.gform_wrapper .gfield_description.validation_message {
  padding: 0 !important;
}
.gform_wrapper .top_label .gfield_error {
  width: 50% !important;
  padding: 0px 10px !important;
}
.gform_wrapper .top_label .gfield_description.validation_message {
  padding: 0 !important;
}
.gform_wrapper .gform_footer {
  text-align: center;
}

.gform_confirmation_wrapper {
  padding-top: 5em;
  padding-bottom: 5em;
}

[data-hint]:before, [data-hint]:after {
  white-space: normal !important;
}

.form-input-style, .footer .contact input, .footer .contact textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #252525;
  width: 100%;
}

.footer {
  float: left;
  left: 0;
  bottom: 0;
  width: 100%;
}
.footer .contact {
  text-align: center;
  line-height: 2;
  font-size: 13px;
  font-weight: 700;
  padding-right: 28px;
}
.footer .contact .rounded {
  font-size: 28px;
  padding-top: 15px;
}
.footer .contact form {
  padding-top: 30px;
}
.footer .contact textarea {
  overflow: auto;
  height: 70px;
  margin-bottom: 2em;
}

.credits {
  position: relative;
}
.credits .content {
  position: relative;
  padding-top: 20px;
  padding-bottom: 50px;
}
.credits .content .title {
  font-family: roboto slab;
  font-size: 30px;
}
.credits .content .text {
  font-family: roboto, sans-serif;
  display: inline-block;
  line-height: 2em;
  padding-top: 20px;
}

.copyright {
  text-align: center;
  float: left;
  width: 100%;
}
.copyright a {
  text-decoration: none;
}
.copyright a:hover, .copyright a:active {
  color: white !important;
  text-decoration: none;
}

/*------------------------------------
 *    PAGES
 *------------------------------------ */
.post, .content, .title, .thumbnail {
  float: left;
}

.home, .search {
  text-align: center;
}
.home li, .search li {
  list-style: none !important;
}
.home .bg-image, .search .bg-image {
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
}
.home .sf_search, .search .sf_search {
  border: 0px solid white !important;
  max-width: 100%;
}
.home .sf_search input, .search .sf_search input {
  max-width: 100%;
  padding: 4px;
  height: auto;
  color: #252525;
  border: 0px solid white;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  outline: 0;
}
.home .sf_search button, .search .sf_search button {
  padding: 5px 30px;
  color: #252525;
  background-color: white;
  border: 3px solid #252525;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-top: 15px;
  outline: 0;
  font-size: 16px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.home .sf_search button:hover, .home .sf_search button:active, .search .sf_search button:hover, .search .sf_search button:active {
  color: white;
  background-color: #252525;
}
.home .sf_sb ul, .search .sf_sb ul {
  padding: 0 !important;
  background-color: white;
  float: left;
  width: 100%;
}
.home .sf_sb li, .search .sf_sb li {
  float: left;
  width: 100%;
}
.home .sf_sb li .sf_item, .home .sf_sb li.sf_more, .search .sf_sb li .sf_item, .search .sf_sb li.sf_more {
  padding: 5px 10px;
  border-bottom: 1px solid #252525;
}
.home .sf_sb li .sf_item:hover, .home .sf_sb li.sf_more:hover, .search .sf_sb li .sf_item:hover, .search .sf_sb li.sf_more:hover {
  background-color: #5CB85C;
}
.home .sf_sb li .sf_item:hover a span, .home .sf_sb li.sf_more:hover a span, .search .sf_sb li .sf_item:hover a span, .search .sf_sb li.sf_more:hover a span {
  color: white;
}
.home .sf_sb li .sf_item a span, .search .sf_sb li .sf_item a span {
  font-size: 16px;
  color: #5CB85C;
  text-align: left;
}
.home .sf_sb li.sf_more a span, .search .sf_sb li.sf_more a span {
  font-size: 16px;
  text-align: left;
}
.home .sf_sb li span, .search .sf_sb li span {
  float: left;
}
.home .overlay-bottom, .search .overlay-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  height: 40px;
  background-color: #F7CE48;
}

.search .block {
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.search .block a {
  color: #252525;
}
.search .block a:hover, .search .block a:active {
  text-decoration: none;
}

#results {
  border: 3px solid white;
  border-radius: 5px;
  background: #F7CE48;
  display: none;
  margin-top: 2em;
  padding-top: 10px;
  padding-bottom: 0;
  text-align: center;
  width: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#results:hover {
  background: rgba(0, 179, 0, 0.8);
  border: 3px solid rgba(0, 179, 0, 0.6);
  cursor: pointer;
}

#sf_val {
  padding-left: 0;
}
#sf_val a {
  color: white;
}
#sf_val a:hover, #sf_val a:active, #sf_val a:focus, #sf_val a:visited {
  text-decoration: none !important;
}

.single .large_container {
  padding: 0;
  margin-top: 60px;
}
.single .header .row {
  z-index: 3;
  position: relative;
  margin: 0;
}
.single .footer .row {
  margin: 0;
}
.single .read-more {
  background: transparent;
  border: none;
  color: #428BCA;
  font-weight: 100;
  font-size: 16px;
  outline: 0;
  padding: 0;
  text-decoration: none;
}
.single .read-more:hover, .single .read-more:active, .single .read-more:visited {
  outline: 0;
  text-decoration: none !important;
}
.single .read-more:before {
  font-family: FontAwesome;
  content: "";
  margin-top: -1;
  position: relative;
  padding: 0 5px 0;
  display: block;
  float: left;
}
.single .site-main {
  overflow: hidden;
  position: relative;
}
.single .site-main * {
  z-index: 3;
}
.single .bg-image-holder {
  height: 540px;
  z-index: 1;
}
.single .bg-image-holder h1, .single .bg-image-holder p {
  color: white;
  text-align: right;
}
.single .bg-image-holder p {
  font-size: 20px;
}
.single .bg-image-holder h1 {
  font-weight: 600;
  font-size: 40px;
}
.single .bg-image-holder .block {
  z-index: 3;
  background-color: #808080;
  opacity: 0.8;
}
.single .bg-image-holder .bg-image {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 540px;
  background-repeat: no-repeat;
  background-size: cover;
}
.single .offer {
  position: relative;
  height: 165px;
}
.single .offer .black-triangle {
  position: absolute;
  z-index: 5;
  left: 0px;
  top: 0px;
  height: 0;
  width: 0;
  border-left: 90px solid transparent;
  border-right: 90px;
  border-bottom: 90px solid #252525;
  transform: rotate(180deg);
}
.single .offer span, .single .offer img {
  z-index: 10;
  position: relative;
}
.single .sidebar .sidebar_title {
  height: 150px;
  position: relative;
  background-size: cover;
  background-position: center center;
}
.single .sidebar h3 {
  float: left;
  width: 100%;
}
.single .sidebar p {
  line-height: 1.7;
  color: #808080;
}
.single .sidebar .news-text-full {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.single .sidebar .news-text-full.action {
  max-height: 999px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.single .sidebar .block:last-child {
  margin-bottom: 30px;
}
.single .sub-header-text {
  max-width: 600px;
  margin: auto;
  line-height: 1.7;
}
.single .sub-header-text p {
  font-size: 18px;
  text-align: left;
  color: #808080;
}
.single .faq.block {
  padding: 0 !important;
}
.single .faq .content {
  padding: 0 !important;
}
.single .faq h2 {
  font-size: 32px;
  padding-left: 20px;
  text-align: left;
}
.single .faq .question {
  padding: 0 15px;
  cursor: pointer;
}
.single .faq .question:last-child {
  padding-bottom: 15px !important;
}
.single .faq h3 {
  color: #808080;
  font-family: roboto, sans-serif;
  font-size: 18px;
  padding-left: 5px;
  padding-right: 35px;
}
.single .faq h3:after {
  font-family: FontAwesome;
  content: "";
  position: absolute;
  right: 20px;
  transform: translateY(-35%);
}
.single .faq p {
  border-bottom: 1px solid #eee;
  padding-left: 5px;
  font-size: 14px;
  max-height: 0;
  line-height: 2em;
  margin: 0;
  overflow: hidden;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.single .faq p.active {
  max-height: 999px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.single .faq .read-more.faq {
  padding-bottom: 15px;
  padding-left: 15px;
}
.single .faq .morefaqs {
  max-height: 0px;
  overflow: hidden;
  padding-bottom: 15px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.single .faq .morefaqs h3:after {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  visibility: hidden;
  padding-right: 15px;
}
.single .faq .morefaqs.action {
  max-height: 999px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.single .faq .morefaqs.action h3:after {
  transition: all 3s ease-in;
  -webkit-transition: all 3s ease-in;
  visibility: visible;
}

.no-padding {
  padding: 0;
}

.padding-content {
  padding: 15px;
}

.archive .thumbnail {
  margin-right: 1%;
}
.archive .thumbnail img {
  max-width: 100%;
}
.archive .content, .archive .title {
  margin-left: 1%;
  float: right;
}

.error404 .large_container {
  text-align: center;
  padding: 0;
}
.error404 .bg-image {
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
}
.error404 article {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.error404 h1 {
  color: #F7CE48;
}
.error404 h2 a {
  color: white;
}
.error404 h2 a:hover, .error404 h2 a:active {
  color: #00b300;
  text-decoration: none;
}

/*------------------------------------
 *    BUTTONS 
 *------------------------------------ */
a.projectlink {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  border: 3px solid white;
  color: white;
  background-color: transparent;
  border-radius: 0;
  padding: 5px 30px;
  font-size: 20px;
  text-decoration: none;
}
a.projectlink:hover, a.projectlink:active {
  color: white !important;
  border-color: #F7CE48 !important;
  background: #F7CE48 !important;
  text-decoration: none !important;
}

.btn {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  border-radius: 0;
  padding: 5px 30px;
  font-size: 20px;
}

.btn-banner {
  float: right;
  color: white;
  border: 3px solid white;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.btn-banner:hover, .btn-banner:active {
  color: #F7CE48;
  background: white;
  border: 3px solid white;
}

.btn-sub-banner {
  background: transparent;
  border-width: 3px;
  margin: 15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.btn-sub-banner:hover, .btn-sub-banner:active {
  background-color: #0a0002;
  border-color: #0a0002;
  color: white !important;
  text-decoration: none;
}

footer .contact input[type=submit] {
  display: block;
  margin: 0 auto;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  border: 3px solid #252525;
  color: #252525;
  background-color: #fff;
  border-radius: 0;
  font-size: 14px;
  width: 160px;
  height: 35px;
  line-height: 1.2;
}
footer .contact input[type=submit]:hover, footer .contact input[type=submit]:active {
  color: white;
  background: #252525;
  border: 3px solid #252525;
}

.scrollToTop {
  width: 100px;
  padding: 5px 15px 7px 15px;
  text-align: center;
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: 800;
  color: gainsboro;
  text-decoration: none;
  position: fixed;
  bottom: 48px;
  right: 0;
  z-index: 20;
  border: 3px solid gainsboro;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.scrollToTop:hover, .scrollToTop:active {
  text-decoration: none;
  background: white;
  border: 3px solid white;
  color: white;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

/*------------------------------------
 *    FONTS
 *------------------------------------ */
.block {
  line-height: 1.4;
  font-size: 15px;
  color: #252525;
}

@media (min-width: 335px) {
  .main-content .caption h3 {
    padding-bottom: 75px;
  }
}
@media (min-width: 360px) {
  .offerings .blk-offer-txt .offering_title {
    font-size: 26px;
  }
  .offerings .blk-offer-txt .offering_title .highlite {
    font-size: 36px;
  }
}
@media (min-width: 414px) {
  .offerings .blk-offer-txt .offering_title {
    left: 50%;
  }

  .gform_wrapper form ul {
    padding: 15px !important;
  }

  .single h3:after {
    right: 40px;
    transform: initial;
  }
}
@media (min-width: 577px) {
  ul {
    padding: 0 0 0 40px;
  }

  .main .content .main-content h2 {
    margin-top: 0px;
  }
  .main .content .main-content h2 .lwb-title {
    font-size: 40px;
  }
  .main .content .main-content h3 {
    padding-bottom: 10px;
  }
  .main .content .main-content .lwb-suptitle {
    position: absolute;
    top: 35px !important;
  }
}
@media (min-width: 768px) {
  .block.no-bottom {
    padding: 30px 50px;
    transform: translateY(20%);
  }

  .single .stripe {
    position: absolute;
    background-color: transparent;
    z-index: 2;
    transform: rotate(-32deg);
    bottom: 62%;
    top: 13%;
    right: -68%;
    left: -80%;
    background-size: 100%;
    repeat: no-repeat;
  }
  .single .bg-image-holder {
    height: 400px;
  }
  .single .bg-image-holder .bg-image {
    height: 400px;
  }

  [data-hint]:before, [data-hint]:after {
    white-space: nowrap !important;
  }

  .footer .contact {
    margin: 0 auto;
    width: 45em;
  }
}
@media (min-width: 992px) {
  .home .bottom-box {
    padding-top: 100px;
  }

  .single .bg-image-holder .block {
    z-index: 3;
    background-color: transparent;
    opacity: 1;
    position: absolute;
    right: 15px;
  }
  .single .sub-header .arrow-down-yellow {
    display: block;
    position: relative;
    margin: 0 auto;
    z-index: 5;
    top: -35px;
    height: 0;
    width: 0;
    border-left: 40px solid transparent;
    border-right: 40px;
    transform: rotate(45deg);
  }

  .offerings .blk-offer-txt .offering_title .highlite {
    font-size: 30px;
  }

  .arrow-down-black {
    position: relative;
    z-index: 5;
    left: 46.5%;
    top: -35px;
    height: auto;
    width: 40px;
    border-left: 40px solid transparent;
    border-right: 40px;
    border-bottom: 40px solid #252525;
    transform: rotate(45deg);
  }

  .gform_fields {
    height: 100%;
  }

  .gform_wrapper form ul {
    display: inline-block;
  }
  .gform_wrapper form ul .gfield {
    clear: none !important;
    width: 50%;
  }

  .footer .contact {
    margin: 0 auto;
    padding-right: 0;
    width: 40em;
  }
}
@media (min-width: 1024px) {
  .gform_wrapper form ul .gfield .ginput_container_checkbox + .gfield_description {
    margin-top: -15px !important;
  }
}
@media (min-width: 1200px) {
  .offerings .blk-offer-txt .offering_title {
    font-size: 30px;
  }
  .offerings .blk-offer-txt .offering_title .highlite {
    font-size: 36px;
  }
}
