@charset "UTF-8";
/*--------------------------------------------------------------
Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Mixins
--------------------------------------------------------------*/
/* convert PS letter */
/* Convert PS font style */
/* quickly add transitions */
/* quickly add overlays */
@media (min-width: 481px) and (max-width: 768px) {
  .for-phone-portrait {
    display: none; } }

@media (min-width: 768px) {
  .for-phone-portrait {
    display: none; } }

@media (max-width: 480px) {
  .for-phone-portrait {
    display: block; } }

@media (min-width: 768px) {
  .for-phone-landscape {
    display: none; } }

@media (max-width: 480px) {
  .for-phone-landscape {
    display: block; } }

@media (min-width: 481px) and (max-width: 768px) {
  .for-phone-landscape {
    display: block; } }

@media (min-width: 992px) {
  .for-tablets-down {
    display: none; } }

@media (max-width: 991px) {
  .for-tablets-down {
    display: block; } }

@media (max-width: 480px) {
  .for-tablets {
    display: none; } }

@media (min-width: 481px) and (max-width: 768px) {
  .for-tablets {
    display: none; } }

@media (min-width: 992px) {
  .for-tablets {
    display: none; } }

@media (max-width: 991px) {
  .for-tablets {
    display: block; } }

@media (max-width: 480px) {
  .for-tablets-up {
    display: none; } }

@media (min-width: 481px) and (max-width: 768px) {
  .for-tablets-up {
    display: none; } }

@media (min-width: 768px) {
  .for-tablets-up {
    display: block; } }

@media (max-width: 991px) {
  .for-desktop {
    display: none; } }

@media (max-width: 1205px) {
  .for-desktop {
    display: block; } }

@media (max-width: 991px) {
  .for-desktop-up {
    display: none; } }

@media (min-width: 992px) {
  .for-desktop-up {
    display: block; } }

@media (max-width: 991px) {
  .for-large-devices {
    display: none; } }

@media (min-width: 992px) {
  .for-large-devices {
    display: none; } }

@media (min-width: 1200px) {
  .for-large-devices {
    display: block; } }

/*--------------------------------------------------------------
Variables
--------------------------------------------------------------*/
/**
 * Here you can add or change variables that will affect layout, color and backgrounds.
 */
/*--------------------------------------------------------------
# Layout and Structure Variables
--------------------------------------------------------------*/
/*------- Media Queries --------*/
/*--------------------------------------------------------------
# Typography Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Applied Colors
--------------------------------------------------------------*/
/*------- Body --------*/
/*------- Links and Buttons --------*/
/*------- Inputs --------*/
/*------- Default Content Headers --------*/
/*------- Default Content --------*/
/*------- Sidebar --------*/
/*------- Inline Sidebar --------*/
/*------- Break-Out --------*/
/*------- footer --------*/
/*--------------------------------------------------------------
# Applied menu and site top Colors and Backgrounds
 - All this stuff can be found in menus.scss
--------------------------------------------------------------*/
/*------- Site Top --------*/
/*------- Desktop menus --------*/
/*------- Mobile Menu --------*/
/*--------------------------------------------------------------
Custom Section
--------------------------------------------------------------*/
/*!
	Modaal - accessible modals - v0.3.1
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden; }

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0; }

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .modaal-wrapper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden; }
  .modaal-wrapper .modaal-close {
    border: none;
    background: transparent;
    padding: 0;
    -webkit-appearance: none; }
  .modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1; }
  .modaal-wrapper.modaal-start_fade {
    opacity: 0; }
  .modaal-wrapper *[tabindex="0"] {
    outline: none !important; }
  .modaal-wrapper.modaal-fullscreen {
    overflow: hidden; }

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%; }
  .modaal-fullscreen .modaal-outer-wrapper {
    display: block; }

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px; }
  .modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top; }

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto; }
  .modaal-container.is_loading {
    height: 100px;
    width: 100px;
    overflow: hidden; }
  .modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto; }

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .modaal-close:focus, .modaal-close:hover {
    outline: none;
    background: #fff; }
    .modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
      background: #b93d0c; }
  .modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-close:before, .modaal-close:after {
    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 23px;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
  .modaal-close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .modaal-close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px; }

.modaal-content-container {
  padding: 30px; }

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0; }

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent; }
  .modaal-confirm-btn.modaal-ok {
    padding: 10px 15px;
    color: #fff;
    background: #555;
    border-radius: 3px;
    -webkit-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
    .modaal-confirm-btn.modaal-ok:hover {
      background: #2f2f2f; }
  .modaal-confirm-btn.modaal-cancel {
    text-decoration: underline; }
    .modaal-confirm-btn.modaal-cancel:hover {
      text-decoration: none;
      color: #2f2f2f; }

@keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-ms-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent; }

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important; }

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
  animation: instaReveal 1s linear forwards; }

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px; }

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%; }

.modaal-gallery-wrap {
  position: relative;
  color: #fff; }

.modaal-gallery-item {
  display: none; }
  .modaal-gallery-item img {
    display: block; }
  .modaal-gallery-item.is_active {
    display: block; }

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff; }
  .modaal-gallery-label:focus {
    outline: none; }

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .modaal-gallery-control.is_hidden {
    opacity: 0;
    cursor: default; }
  .modaal-gallery-control:focus, .modaal-gallery-control:hover {
    outline: none;
    background: #fff; }
    .modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
      background: #afb7bc; }
  .modaal-gallery-control span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    display: block;
    content: " ";
    position: absolute;
    top: 16px;
    left: 25px;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
  .modaal-gallery-control:before {
    margin: -5px 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .modaal-gallery-control:after {
    margin: 5px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.modaal-gallery-next {
  left: 100%;
  margin-left: 40px; }

.modaal-gallery-prev {
  right: 100%;
  margin-right: 40px; }
  .modaal-gallery-prev:before, .modaal-gallery-prev:after {
    left: 22px; }
  .modaal-gallery-prev:before {
    margin: 5px 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .modaal-gallery-prev:after {
    margin: -5px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.modaal-video-wrap {
  margin: auto 50px;
  position: relative; }

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }
  .modaal-video-container iframe,
  .modaal-video-container object,
  .modaal-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%; }

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block; }

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px; } }

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px; }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: rgba(0, 0, 0, 0.7); }
    .modaal-gallery-control:before, .modaal-gallery-control:after {
      background: #fff; }
  .modaal-gallery-next {
    left: auto;
    right: 20px; }
  .modaal-gallery-prev {
    left: 20px;
    right: auto; } }

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; } }

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important; } }

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px; }
  .modaal-instagram iframe {
    width: 600px !important; } }

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px; } }

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important; } }

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none; } }

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
  transform: scale(0.25); }

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute; }

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff; }

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s; }

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .12s;
  -moz-animation-delay: .12s;
  -webkit-animation-delay: .12s;
  -o-animation-delay: .12s;
  animation-delay: .12s; }

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .25s;
  -moz-animation-delay: .25s;
  -webkit-animation-delay: .25s;
  -o-animation-delay: .25s;
  animation-delay: .25s; }

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .37s;
  -moz-animation-delay: .37s;
  -webkit-animation-delay: .37s;
  -o-animation-delay: .37s;
  animation-delay: .37s; }

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s; }

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .62s;
  -moz-animation-delay: .62s;
  -webkit-animation-delay: .62s;
  -o-animation-delay: .62s;
  animation-delay: .62s; }

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .75s;
  -moz-animation-delay: .75s;
  -webkit-animation-delay: .75s;
  -o-animation-delay: .75s;
  animation-delay: .75s; }

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .87s;
  -moz-animation-delay: .87s;
  -webkit-animation-delay: .87s;
  -o-animation-delay: .87s;
  animation-delay: .87s; }

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*
 * This file is for styling your posts, pages, and archive pages
 * Default layouts have been provided under file structure_defaults.
 * These defaults include things like header height, and placing text in center of header.
*/
@media (max-width: 768px) {
  header#masthead .inside-header > :not(:last-child):not(.main-navigation) {
    margin-bottom: 0px; } }

header#masthead .inside-header {
  padding: 0px 40px; }
  @media (max-width: 1205px) {
    header#masthead .inside-header {
      padding: 0px 10px; } }
  @media (max-width: 768px) {
    header#masthead .inside-header {
      padding: 0px; } }
  @media (max-width: 768px) {
    header#masthead .inside-header ul#menu-primary {
      background: #ffffff; } }
  header#masthead .inside-header button.menu-toggle {
    outline: none; }
  header#masthead .inside-header nav#site-navigation {
    margin-top: 38px; }
    @media (max-width: 768px) {
      header#masthead .inside-header nav#site-navigation {
        margin-top: 0px; } }
  header#masthead .inside-header .main-navigation .main-nav ul li a {
    font-weight: 600;
    letter-spacing: 1px;
    padding-left: 0px;
    padding-right: 0px;
    line-height: 34px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
    border-top: 2px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (max-width: 1205px) {
      header#masthead .inside-header .main-navigation .main-nav ul li a {
        margin-left: 10px;
        margin-right: 10px; } }
    @media (max-width: 991px) {
      header#masthead .inside-header .main-navigation .main-nav ul li a {
        margin-left: 5px;
        margin-right: 5px;
        font-size: 13px;
        letter-spacing: 0.5px; } }
    @media (max-width: 768px) {
      header#masthead .inside-header .main-navigation .main-nav ul li a {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 14px;
        letter-spacing: 1px;
        border-top: 0px; } }
  header#masthead .inside-header .main-navigation .main-nav ul li a:hover {
    border-top: 2px solid #0181ca; }
    @media (max-width: 768px) {
      header#masthead .inside-header .main-navigation .main-nav ul li a:hover {
        border-top: 0px; } }
  header#masthead .inside-header .main-navigation .main-nav ul.sub-menu li a {
    padding: 0px 20px !important;
    margin: 0px !important; }
  header#masthead .inside-header .main-navigation .main-nav ul li[class*="current-menu-"] > a {
    border-top: 2px solid #0181ca; }
    @media (max-width: 768px) {
      header#masthead .inside-header .main-navigation .main-nav ul li[class*="current-menu-"] > a {
        border-top: 0px; } }
  header#masthead .inside-header .main-navigation .main-nav ul li.phone-menu a {
    border-top: 0 solid #0181ca !important;
    background: #0181ca;
    padding: 0px 30px;
    border-radius: 30px;
    color: #ffffff;
    font-size: 17px;
    letter-spacing: 2px;
    font-family: "Open Sans", Sans-serif; }
    @media (max-width: 1205px) {
      header#masthead .inside-header .main-navigation .main-nav ul li.phone-menu a {
        padding: 0px 10px; } }
    @media (max-width: 991px) {
      header#masthead .inside-header .main-navigation .main-nav ul li.phone-menu a {
        font-size: 15px; } }
    @media (max-width: 768px) {
      header#masthead .inside-header .main-navigation .main-nav ul li.phone-menu a {
        display: none; } }
  header#masthead .inside-header .main-navigation .main-nav ul li.phone-menu a:hover {
    background: #22232d; }

header#masthead nav#sticky-navigation {
  background: rgba(255, 255, 255, 0.8);
  line-height: 60px; }

header#masthead .menu-toggle .mobile-menu {
  font-weight: 600; }

.top-bar {
  display: none;
  font-size: 14px;
  font-family: "Open Sans", Sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  background-color: #0181ca !important;
  text-align: center; }
  .top-bar .inside-top-bar {
    padding: 5px; }
  @media (max-width: 768px) {
    .top-bar {
      display: block; } }

#page {
  width: 100%;
  overflow: hidden; }
  #page p {
    margin-bottom: 1.5em;
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.3px; }
  #page .elementor-text-editor.elementor-clearfix {
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    color: #22232d; }
  #page .text-btn a.elementor-button-link {
    padding: 0px;
    color: #0181ca;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #page .text-btn a.elementor-button-link span.elementor-button-text {
      margin-right: 0px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    #page .text-btn a.elementor-button-link i {
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      color: #0181ca;
      padding-right: 0px;
      font-size: 20px;
      line-height: 0; }
  #page .text-btn a.elementor-button-link:hover {
    color: #22232d; }
    #page .text-btn a.elementor-button-link:hover span.elementor-button-text {
      margin-right: 10px; }

.elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
  color: #22232d; }

h2.elementor-heading-title.elementor-size-default {
  font-family: "Oswald", Sans-serif;
  text-transform: uppercase;
  color: #22232d;
  font-weight: 400;
  font-size: 38px;
  letter-spacing: 1px;
  margin-bottom: 1em; }

.site-footer .site-info {
  padding: 20px 5px;
  font-size: 11px;
  background-color: #131417;
  letter-spacing: 1px; }

.site-footer .pwd-footer-link {
  float: none; }

#homeslider .elementor-slide-heading {
  margin-bottom: 20px; }

#homeslider .elementor-slide-description {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6); }

#homeslider .elementor-slide-button {
  padding: 8px 35px !important; }

#homeslider h1 {
  font-size: 58px;
  line-height: 64px;
  text-transform: uppercase !important; }
  @media (max-width: 768px) {
    #homeslider h1 {
      font-size: 36px;
      line-height: 40px; } }

#homeslider .elementor-slick-slider ul.slick-dots {
  bottom: 5px;
  width: 25px;
  float: right;
  right: 25px;
  top: 50%; }
  #homeslider .elementor-slick-slider ul.slick-dots li {
    width: 15px;
    height: 15px;
    background: rgba(221, 221, 221, 0.8);
    display: block;
    float: right;
    margin-bottom: 16px;
    border-radius: 10px; }
    #homeslider .elementor-slick-slider ul.slick-dots li button:before {
      content: '';
      width: 15px !important;
      height: 15px !important;
      background: transparent; }
  #homeslider .elementor-slick-slider ul.slick-dots li.slick-active {
    background: rgba(255, 255, 255, 0.8); }

#home-ctas {
  padding: 0px 20px; }
  #home-ctas #cta {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  #home-ctas #cta:hover {
    background: #000000; }
    #home-ctas #cta:hover img {
      -webkit-filter: invert(100%);
      -moz-filter: invert(100%);
      -o-filter: invert(100%);
      -ms-filter: invert(100%); }

.blueline {
  width: 2px;
  height: 80px;
  background: #0181ca;
  margin: 0 auto;
  margin-top: -25px; }

.blueline2 {
  width: 2px;
  height: 80px;
  background: #0181ca;
  margin: 0 auto;
  margin-top: -25px;
  margin-bottom: -40px; }

section#contactline {
  position: relative;
  margin-bottom: -80px;
  z-index: 99;
  margin-top: 58px; }
  @media (max-width: 768px) {
    section#contactline {
      display: none; } }

#footer-contact label {
  display: none; }

#footer-contact li#field_1_5 label {
  display: block;
  text-transform: uppercase;
  color: #ffffff !important;
  font-weight: 300;
  font-size: 14px;
  font-family: "Open Sans", Sans-serif !important; }

#footer-contact p {
  font-size: 15px;
  margin-bottom: 15px; }
  #footer-contact p a {
    color: #5a5a5a;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  #footer-contact p a:hover {
    color: #0181ca; }

#footer-contact a i {
  color: #ffffff;
  background: #0181ca;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#footer-contact a i:hover {
  background: #22232d; }

#footer-contact a:hover {
  color: #0181ca; }

#footer-contact .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-family: "Open Sans", Sans-serif !important;
  font-size: 14px !important;
  padding-left: 0px !important;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #5c5c63;
  color: #ffffff !important;
  outline: none !important;
  font-weight: 300 !important;
  letter-spacing: 0.5px !important; }

#footer-contact .gform_wrapper select, #footer-contact .gform_wrapper textarea {
  font-family: "Open Sans", Sans-serif !important;
  font-size: 14px !important;
  padding-left: 0px !important;
  background: transparent;
  letter-spacing: 0.5px !important;
  font-weight: 300 !important;
  border: 0;
  border-bottom: 1px solid #5c5c63;
  color: #ffffff !important;
  outline: none !important;
  height: 100px !important; }

#footer-contact .ginput_container.ginput_container_fileupload {
  text-align: center;
  font-family: "Open Sans", Sans-serif !important;
  padding: 24px;
  border: 1px dashed #5c5c63;
  font-size: 13px;
  color: #ffffff; }

#footer-contact .gform_wrapper .top_label input.medium, #footer-contact .gform_wrapper .top_label select.medium {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer; }

#footer-contact .gform_wrapper .top_label input.medium:hover, #footer-contact .gform_wrapper .top_label select.medium:hover {
  opacity: 1; }

#footer-contact ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff; }

#footer-contact :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff; }

#footer-contact ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff; }

#footer-contact ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff; }

#footer-contact :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff; }

#footer-contact ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ffffff; }

#footer-contact input#gform_submit_button_1 {
  background: #0181ca;
  padding: 5px 45px;
  color: #ffffff;
  border-radius: 20px;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  font-family: "Open Sans", Sans-serif !important;
  letter-spacing: 0.3px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#footer-contact input#gform_submit_button_1:hover {
  color: #0181ca;
  background: #ffffff; }

/* Project page CSS
-------------------------------------------------- */
#project {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px; }

.project-info {
  width: 1140px;
  background: #ffffff;
  z-index: 999999;
  left: 0;
  min-height: 500px; }

.project-info-list .col-md-4 {
  padding-left: 0px; }

.project-info-list-item .col-md-4 {
  font-weight: 600; }

#project-tabs {
  margin-top: 30px;
  margin-bottom: 60px;
  position: relative;
  width: 100%; }

#project-tabs ul li {
  text-align: center;
  float: none; }

.page-template-projects #project .container {
  padding-left: 20px;
  min-height: 700px;
  margin-top: 0;
  margin-bottom: 20px; }

#project-tabs {
  margin-top: 30px;
  margin-bottom: 60px;
  position: relative;
  width: 100%; }
  #project-tabs ul {
    float: none;
    margin: 0 auto;
    width: 50%;
    min-height: 50px;
    text-align: center;
    margin-bottom: 5px; }
    @media (max-width: 991px) {
      #project-tabs ul {
        width: 70%; } }
    @media (max-width: 768px) {
      #project-tabs ul {
        width: 100% !important;
        margin-bottom: 50px !important; } }
    #project-tabs ul li {
      list-style: none;
      width: 20%;
      text-align: center;
      float: left; }
      @media (max-width: 768px) {
        #project-tabs ul li {
          width: 100% !important; } }
      #project-tabs ul li a {
        text-align: center;
        width: 100%;
        text-transform: uppercase;
        color: #22232d;
        font-family: "Oswald", Sans-serif;
        font-size: 15px;
        letter-spacing: 1px;
        float: left;
        padding-right: 0; }
        @media (max-width: 768px) {
          #project-tabs ul li a {
            padding-left: 0px !important; } }

#project-tabs .ui-tabs .ui-tabs-nav {
  max-height: 200px !important; }

#project-tabs ul li a.active-filter {
  color: #33abf1; }

.page-template-projects #project .container {
  margin-top: 0px;
  margin-bottom: 50px;
  float: left;
  width: 100%; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  display: none; }

#project-tabs ul li.ui-state-active a {
  color: #00aeef;
  padding-left: 0; }

#project-tabs .ui-tabs .ui-tabs-panel {
  display: none;
  float: left; }

.ui-tabs .ui-tabs-panel {
  padding: 0px;
  float: left;
  width: 100%; }

#project-tabs .ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
  width: auto;
  text-align: left;
  overflow: hidden; }

.page-heading p {
  text-align: center;
  width: 100%;
  z-index: 999999;
  color: #ffffff;
  font-size: 25px;
  font-family: 'PathwayGothic';
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: lighter !important; }

.single-project {
  margin-bottom: 10px;
  position: static; }
  @media (max-width: 991px) {
    .single-project {
      width: 48% !important;
      margin: 1% !important; } }
  @media (max-width: 768px) {
    .single-project {
      width: 98% !important;
      margin: 1% !important; } }

.single-project .single-project-content {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #000000;
  background: #000000; }

.single-project.active .single-project-content .image {
  opacity: 0.3;
  background-size: cover !important; }

.single-project .image {
  overflow: hidden;
  top: 0;
  left: 0; }

.single-project.col-left .image {
  left: 0;
  right: auto; }

.single-project.col-right .image {
  left: auto;
  right: 0; }

.single-project.col-left {
  width: 24%;
  float: left;
  margin-right: 1%;
  position: relative;
  height: 250px; }

.single-project.col-left .image img {
  overflow: hidden;
  width: 100%;
  height: auto; }

.single-project.col-right {
  width: 24%;
  float: left;
  position: relative;
  margin-right: 1%;
  height: 250px; }

.single-project.col-right .image img {
  overflow: hidden;
  width: 100%;
  height: auto; }

.single-project.active .image img {
  width: 100%; }

.col-md-6.col-project-text {
  width: 43%;
  float: left;
  padding: 2% 0% 0% 6% !important; }
  @media (max-width: 1205px) {
    .col-md-6.col-project-text {
      width: 40%;
      padding-left: 20px !important; } }
  @media (max-width: 991px) {
    .col-md-6.col-project-text {
      width: 90%; } }
  @media (max-width: 768px) {
    .col-md-6.col-project-text {
      width: 88%;
      padding: 0px; } }

.project-infobox .col-project-image {
  padding-left: 0;
  padding: 100px 0% 0% 2% !important;
  width: 42%;
  max-width: 470px;
  float: right;
  overflow: hidden;
  margin-bottom: 80px; }
  @media (max-width: 1205px) {
    .project-infobox .col-project-image {
      width: 60%; } }
  @media (max-width: 991px) {
    .project-infobox .col-project-image {
      width: 70%;
      float: left;
      padding-top: 0px !important; } }
  @media (max-width: 768px) {
    .project-infobox .col-project-image {
      max-width: 88%;
      width: 88%;
      padding-top: 0px !important;
      padding-left: 25px !important;
      float: left; } }

.project-info-list-item {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 28px;
  font-family: "Open Sans", sans-serif; }

.single-project.col-left .title, .single-project.col-right .title {
  color: white;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
  position: absolute;
  top: 70%;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 50px;
  font-size: 14px !important;
  opacity: 0;
  float: left; }

.single-project.col-left.hover .title, .single-project.col-right.hover .title {
  display: block;
  opacity: 1; }

.single-project.col-left .image, .single-project.col-right .image {
  background: #000000;
  background-blend-mode: normal;
  float: none;
  width: 100%;
  overflow: hidden;
  min-height: 250px;
  max-height: 250px; }

.single-project.col-left.hover .image img, .single-project.col-right.hover .image img {
  opacity: 0.3; }

.single-project.col-clear.all {
  clear: both; }

.single-project.active {
  position: static;
  clear: none;
  max-height: 1200px; }
  @media (max-width: 768px) {
    .single-project.active {
      max-height: none; } }

.single-project.active .single-project-content {
  overflow: visible;
  width: 100%; }

.single-project.active .image {
  position: absolute;
  z-index: 10;
  margin-left: 1px; }

.single-project.active .title {
  display: block;
  opacity: 1;
  z-index: 11;
  font-size: 20px; }

.project-infobox {
  float: none;
  display: block;
  opacity: 0;
  right: -200%;
  border-top: 50px solid #ffffff;
  margin-bottom: 20px;
  padding: 10px 0px;
  background: #e6e6e7;
  position: absolute;
  width: 99%;
  float: left;
  left: 0; }
  @media (max-width: 1205px) {
    .project-infobox {
      width: 100%; } }
  @media (max-width: 768px) {
    .project-infobox {
      width: 100%; } }

.project-infobox .col-project-text {
  padding-left: 0; }

.single-project.active .project-infobox {
  display: block !important;
  z-index: 100;
  padding-bottom: 0px; }

.project-infobox .col-md-5 {
  padding-right: 40px;
  padding-left: 0; }

.project-infobox .col-md-5 {
  padding-left: 0px; }

.project-infobox .col-md-7 {
  padding-left: 50px; }

.project-infobox .col-md-12 {
  padding-left: 0; }

.project-infobox h1.project-title {
  color: #0181ca;
  font-size: 23px;
  padding-right: 0;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
  text-transform: uppercase; }

.project-infobox span.info.col-md-12 {
  margin-top: 40px;
  float: left;
  margin-bottom: 50px; }

.project-info-list-item {
  width: 100%;
  float: left; }
  .project-info-list-item .col-md-4 {
    float: left;
    width: 50%; }
  .project-info-list-item .col-md-6 {
    float: left;
    width: 50%; }

#project-tabs ul li {
  float: left;
  list-style: none;
  padding-left: 0;
  text-align: left; }

#project-tabs ul li a {
  padding: 0px 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 1205px) {
    #project-tabs ul li a {
      padding: 0px !important; } }

#project-tabs ul li a:hover {
  color: #0181ca; }

#project-tabs ul.flex-direction-nav {
  margin-bottom: 5px; }

#project-tabs .ui-tabs .ui-tabs-nav li {
  margin: 0px; }

.close.bottom {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  font-size: 15px;
  background: none;
  opacity: 0.3;
  position: relative;
  margin-top: -50px; }

.close.bottom:hover {
  opacity: 0.6; }

.close {
  padding-right: 90px;
  margin-top: 0px;
  margin-bottom: 20px;
  background: url(images/close.png) 50% 52% no-repeat;
  font-size: 0;
  height: 40px;
  opacity: 0.7;
  background-size: 35px;
  float: right;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.close:hover {
  opacity: 0.8; }

#project-tabs ul li {
  float: left;
  list-style: none;
  padding-left: 0;
  text-align: left; }

#project-tabs ul li a {
  padding: 0px 10px; }

#project-tabs ul.flex-direction-nav {
  margin-bottom: 5px; }

#project-tabs .ui-tabs .ui-tabs-nav li {
  margin: 0px; }

.close.bottom {
  padding-right: 0;
  font-size: 15px;
  background: none;
  opacity: 0.5;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase; }

.close.bottom:hover {
  opacity: 0.8; }

.flex-direction-nav a.flex-prev:before {
  font-family: "FontAwesome";
  font-size: 21px;
  display: inline-block;
  content: '\f104';
  color: #ffffff;
  text-shadow: none;
  background: #33abf1;
  padding: 10px;
  border-radius: 100px;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 15px; }

.flex-direction-nav a.flex-next:before {
  font-family: "FontAwesome";
  font-size: 21px;
  display: inline-block;
  content: '\f105';
  color: #ffffff;
  text-shadow: none;
  background: #33abf1;
  padding: 10px;
  border-radius: 100px;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 15px; }

.flex-direction-nav a {
  color: #ffffff !important;
  overflow: visible;
  font-size: 0px !important; }

.slider.flexslider {
  margin: 0 0 0px;
  background-color: transparent;
  border: 4px solid transparent; }

.carousel.flexslider {
  margin: 0 0 0px;
  background-color: transparent;
  border: 4px solid transparent; }

#project-tabs ul.slides {
  max-height: 400px;
  overflow: hidden;
  margin-bottom: 0 !important;
  padding-left: 0%;
  margin-left: 0; }

li.flex-nav-prev {
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 999999;
  left: 0 !important; }

li.flex-nav-next {
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 999999;
  right: 0 !important; }

.flex-direction-nav .flex-prev {
  left: 20px !important;
  opacity: 0.7 !important; }

.flex-direction-nav .flex-next {
  right: 10px !important;
  opacity: 0.7 !important; }

.flex-direction-nav .flex-prev:hover {
  opacity: 1 !important; }

.flex-direction-nav .flex-next:hover {
  opacity: 1 !important; }

.flex-direction-nav {
  position: absolute;
  z-index: 999999;
  top: 44%;
  height: 50px; }

.flex-direction-nav .flex-disabled {
  opacity: 0.7 !important;
  z-index: 99; }

.carousel.flexslider ul.flex-direction-nav {
  display: none; }

#home-projects .elementor-posts--thumbnail-top .elementor-post {
  max-height: 430px;
  overflow: hidden; }

#home-projects a.elementor-post__thumbnail__link {
  margin: 0 !important;
  padding: 0 !important; }

#home-projects .elementor-post__card {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0px !important;
  margin: 0px !important; }

#home-projects .elementor-post__text {
  margin: 0px !important;
  position: absolute;
  top: 75%; }
  #home-projects .elementor-post__text h3.elementor-post__title {
    width: 200px; }
    @media (max-width: 768px) {
      #home-projects .elementor-post__text h3.elementor-post__title {
        width: 100%; } }
  #home-projects .elementor-post__text h3.elementor-post__title a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: "Open Sans", Sans-serif;
    letter-spacing: 0.5px; }

#home-projects .elementor-posts-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px; }

#home-projects .elementor-post__card {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#348cca+0,4c69b1+100 */
  background: #348cca;
  /* Old browsers */
  background: -moz-linear-gradient(top, #348cca 0%, #4c69b1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #348cca 0%, #4c69b1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#348cca), to(#4c69b1));
  background: -o-linear-gradient(top, #348cca 0%, #4c69b1 100%);
  background: linear-gradient(to bottom, #348cca 0%, #4c69b1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#348cca', endColorstr='#4c69b1',GradientType=0 );
  /* IE6-9 */ }
  #home-projects .elementor-post__card img {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

#home-projects .elementor-post__card:hover img {
  opacity: 0.2; }

.inner-featured .inner-featured-bg {
  min-height: 350px;
  background-size: cover; }

.inner-featured .inner-featured-title {
  display: none; }

#about-page {
  width: 100%; }
  #about-page .breadcrumbs {
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Oswald", Sans-serif;
    letter-spacing: 1px;
    margin-bottom: 50px; }
  #about-page .elementor-image-gallery .gallery-item img {
    margin: 0 auto;
    opacity: 0.9;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  #about-page .elementor-image-gallery .gallery-item:hover img {
    opacity: 1; }
  #about-page .about-contents {
    width: 50%;
    float: left;
    padding: 80px 0px;
    padding-left: 12%; }
    @media (max-width: 991px) {
      #about-page .about-contents {
        width: 100%;
        padding-left: 0%; } }
  #about-page .widget-area .widget {
    padding: 0px;
    background: transparent; }
  #about-page .about-sidebar {
    width: 30%;
    background: #e6e6e7;
    float: right;
    position: relative; }
    @media (max-width: 991px) {
      #about-page .about-sidebar {
        width: 100%; } }
    #about-page .about-sidebar .grid-25 {
      width: 100%;
      float: left; }
  #about-page .widget .widget-title {
    float: left;
    color: #0181ca;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 1px;
    width: 100%;
    text-transform: uppercase; }
  #about-page .inside-right-sidebar {
    margin: 0px !important; }
  #about-page aside#nav_menu-2, #about-page aside#nav_menu-3, #about-page aside#nav_menu-4 {
    padding: 60px 20px 60px 40px;
    float: left;
    width: 100%; }
    #about-page aside#nav_menu-2 ul, #about-page aside#nav_menu-3 ul, #about-page aside#nav_menu-4 ul {
      float: left;
      width: 100%; }
      #about-page aside#nav_menu-2 ul li, #about-page aside#nav_menu-3 ul li, #about-page aside#nav_menu-4 ul li {
        width: 100%; }
        #about-page aside#nav_menu-2 ul li a, #about-page aside#nav_menu-3 ul li a, #about-page aside#nav_menu-4 ul li a {
          width: 100%;
          color: #282828;
          text-transform: uppercase;
          letter-spacing: 0.5px;
          font-size: 15px;
          float: left;
          margin-bottom: 5px;
          height: 38px;
          line-height: 38px;
          padding-left: 20px;
          margin-left: -20px;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        #about-page aside#nav_menu-2 ul li a:hover, #about-page aside#nav_menu-3 ul li a:hover, #about-page aside#nav_menu-4 ul li a:hover {
          background-color: #d5d5d8; }
      #about-page aside#nav_menu-2 ul li.current-menu-item a, #about-page aside#nav_menu-3 ul li.current-menu-item a, #about-page aside#nav_menu-4 ul li.current-menu-item a {
        color: #0181ca; }
  #about-page aside#text-2, #about-page aside#text-3, #about-page aside#text-4 {
    background: url(images/widget-bg.jpg) 50% 50% no-repeat;
    float: left;
    padding: 30px;
    padding-top: 45px;
    padding-bottom: 20px;
    background-size: cover; }
    #about-page aside#text-2 .widget-title, #about-page aside#text-3 .widget-title, #about-page aside#text-4 .widget-title {
      color: #ffffff !important;
      text-align: center; }
    #about-page aside#text-2 .textwidget, #about-page aside#text-3 .textwidget, #about-page aside#text-4 .textwidget {
      text-align: center; }
      #about-page aside#text-2 .textwidget p, #about-page aside#text-3 .textwidget p, #about-page aside#text-4 .textwidget p {
        color: #ffffff;
        margin-bottom: 35px; }
        #about-page aside#text-2 .textwidget p a, #about-page aside#text-3 .textwidget p a, #about-page aside#text-4 .textwidget p a {
          color: #0181ca;
          background-color: #ffffff;
          padding: 6px 35px;
          border-radius: 20px;
          text-transform: uppercase;
          font-weight: 600;
          margin-top: 30px;
          margin-bottom: 0px;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        #about-page aside#text-2 .textwidget p a:hover, #about-page aside#text-3 .textwidget p a:hover, #about-page aside#text-4 .textwidget p a:hover {
          background: #282828;
          color: #ffffff; }
  #about-page .elementor-text-editor ul {
    list-style: none;
    margin: 0px; }
    #about-page .elementor-text-editor ul li {
      padding-left: 45px;
      line-height: 30px;
      background: url(images/point.png) 0px 5px no-repeat;
      background-size: 30px; }

section#getintouch {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media (max-width: 768px) {
    section#getintouch {
      padding-top: 40px;
      padding-bottom: 40px; } }
  section#getintouch h2 {
    margin-bottom: 20px; }
  section#getintouch p {
    margin-bottom: 15px !important; }
  section#getintouch a {
    color: #282828 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  section#getintouch a:hover {
    color: #0181ca !important; }
  section#getintouch strong {
    color: #0181ca; }

.breadcrumbs {
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Oswald", Sans-serif;
  letter-spacing: 1px;
  margin-bottom: 0; }

.slider-for, slider-nav {
  width: 465px;
  max-width: 465px;
  height: 350px;
  overflow: hidden;
  float: left; }
  @media (max-width: 768px) {
    .slider-for, slider-nav {
      display: none; } }

.slick-initialized .slick-slide {
  width: 100%; }

.slider-for img {
  width: 100% !important;
  min-width: 465px;
  overflow: hidden;
  padding: 0px;
  border: 1px solid #e6e6e7; }
  @media (max-width: 768px) {
    .slider-for img {
      min-width: 100%; } }

.slider-for .slick-track {
  float: left; }

.tab-tab {
  float: left;
  width: 100%; }
  @media (max-width: 1205px) {
    .tab-tab {
      margin: 1% !important;
      width: 99% !important; } }
  @media (max-width: 768px) {
    .tab-tab {
      margin-top: 50px; } }

.slider-nav {
  min-width: 465px; }
  @media (max-width: 768px) {
    .slider-nav {
      min-width: 100%; } }
  .slider-nav .slick-track {
    min-width: 465px; }
  .slider-nav .slick-list {
    padding: 0px 70px 0px 0px !important; }
    @media (max-width: 768px) {
      .slider-nav .slick-list {
        min-width: 98%; } }
  .slider-nav img {
    overflow: hidden;
    border: 1px solid #e6e6e7;
    cursor: pointer; }
    @media (max-width: 768px) {
      .slider-nav img {
        width: 100%; } }

.slick-prev, .slick-next {
  display: none; }

.slider-nav .slick-slide {
  padding: 0px;
  margin-left: 0;
  margin-top: 5px;
  overflow: hidden; }
  @media (max-width: 768px) {
    .slider-nav .slick-slide {
      min-width: 100% !important;
      max-height: none !important; } }
