/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*
-------------------------------------------------------------------
Created with TexturePacker https://www.codeandweb.com/texturepacker
-------------------------------------------------------------------
Inline:     <i class="yourspritesname"></i>
Responsive: <div class="yourspritesname"></div>
*/
.btn_behance {
  max-width: 40px;
  max-height: 40px; }

.btn_behance::after {
  content: ' ';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-position: 1.1904761904761905% 50%;
  background-size: 310% 310%;
  background-image: url(social.png);
  padding: 0; }

div.btn_behance::after {
  max-width: 40px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0; }

.btn_behance:hover {
  max-width: 40px;
  max-height: 40px; }

.btn_behance:hover::after {
  content: ' ';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-position: 1.1904761904761905% 1.1904761904761905%;
  background-size: 310% 310%;
  background-image: url(social.png);
  padding: 0; }

div.btn_behance:hover::after {
  max-width: 40px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0; }

.btn_linkedin {
  max-width: 40px;
  max-height: 40px; }

.btn_linkedin::after {
  content: ' ';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-position: 50% 1.1904761904761905%;
  background-size: 310% 310%;
  background-image: url(social.png);
  padding: 0; }

div.btn_linkedin::after {
  max-width: 40px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0; }

.btn_linkedin:hover {
  max-width: 40px;
  max-height: 40px; }

.btn_linkedin:hover::after {
  content: ' ';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-position: 1.1904761904761905% 98.80952380952381%;
  background-size: 310% 310%;
  background-image: url(social.png);
  padding: 0; }

div.btn_linkedin:hover::after {
  max-width: 40px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0; }

.btn_pinterest {
  max-width: 40px;
  max-height: 40px; }

.btn_pinterest::after {
  content: ' ';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-position: 50% 50%;
  background-size: 310% 310%;
  background-image: url(social.png);
  padding: 0; }

div.btn_pinterest::after {
  max-width: 40px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0; }

.btn_pinterest:hover {
  max-width: 40px;
  max-height: 40px; }

.btn_pinterest:hover::after {
  content: ' ';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-position: 98.80952380952381% 1.1904761904761905%;
  background-size: 310% 310%;
  background-image: url(social.png);
  padding: 0; }

div.btn_pinterest:hover::after {
  max-width: 40px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0; }

.btn_youtube {
  max-width: 40px;
  max-height: 40px; }

.btn_youtube::after {
  content: ' ';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-position: 98.80952380952381% 50%;
  background-size: 310% 310%;
  background-image: url(social.png);
  padding: 0; }

div.btn_youtube::after {
  max-width: 40px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0; }

.btn_youtube:hover {
  max-width: 40px;
  max-height: 40px; }

.btn_youtube:hover::after {
  content: ' ';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-position: 50% 98.80952380952381%;
  background-size: 310% 310%;
  background-image: url(social.png);
  padding: 0; }

div.btn_youtube:hover::after {
  max-width: 40px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0; }

a {
  color: white; }

a:hover {
  text-decoration: none;
  color: black; }

.gradient {
  height: 100%;
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+61,0.27+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.27) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.27) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.27) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#45000000',GradientType=0 );
  /* IE6-9 */ }

#logo {
  position: absolute;
  bottom: -1px;
  height: 100%;
  width: 100%; }
  #logo img {
    z-index: 100;
    height: 100%;
    position: absolute; }

.header {
  position: relative;
  margin: 0 auto;
  width: 100%;
  text-align: center; }
  .header a {
    text-align: left;
    margin: 0 auto; }

@media (min-width: 1920px) {
  #logo {
    text-align: center;
    margin-left: -950px; }
    #logo .gradient {
      width: 19000px; } }
.clients {
  background-color: #3a3a3c; }

h2 {
  font-size: 20px;
  font-weight: 700;
  padding: 10px; }

.modal-dialog .modal-footer a {
  color: #F15A29 !important; }
.modal-dialog .modal-footer a:hover {
  text-decoration: underline !important; }

#contact {
  padding: 30px 0; }

nav {
  background-color: #fff; }

.ekko-lightbox-nav-overlay a {
  text-decoration: none !important;
  color: #000000 !important; }
.ekko-lightbox-nav-overlay a:hover {
  text-decoration: none !important; }
.ekko-lightbox-nav-overlay span {
  text-shadow: white 2px 0px 0px, white 1.75px 0.966667px 0px, white 1.08333px 1.68333px 0px, white 0.133333px 2px 0px, white -0.833333px 1.81667px 0px, white -1.6px 1.2px 0px, white -1.98333px 0.283333px 0px, white -1.86667px -0.7px 0px, white -1.3px -1.51667px 0px, white -0.416667px -1.95px 0px, white 0.566667px -1.91667px 0px, white 1.41667px -1.41667px 0px, white 1.91667px -0.566667px 0px; }

.navbar {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  font-weight: 700;
  min-height: 56px; }
  .navbar ul li a {
    color: #F15A29 !important;
    font-size: 30px; }
  .navbar ul li {
    padding-left: 20px;
    padding-right: 20px; }
    @media (max-width: 1300px) {
      .navbar ul li {
        padding-left: 8px;
        padding-right: 8px; }
        .navbar ul li a {
          color: #F15A29 !important;
          font-size: 28px; } }
  .navbar .nav-link {
    padding: 0; }
  .navbar ul li:last-child {
    border-right: 0px; }
  .navbar ul li a:hover {
    color: #000 !important; }

.navbar-light .navbar-toggler {
  border: 1px solid #6d6d6d;
  background-color: #e8e8e8; }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(109, 109, 109,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

@media (max-width: 991px) {
  body {
    margin-top: 50px; }

  nav.navbar {
    position: fixed;
    z-index: 1030;
    right: 0;
    left: 0;
    border-radius: 0;
    top: 0;
    border-width: 0 0 1px;
    background-color: #fff; }
    nav.navbar ul {
      padding-top: 50px; }
    nav.navbar ul > li:nth-child(odd) {
      background: #eaeaea; }
    nav.navbar ul > li:nth-child(even) {
      background: #fff; }
    nav.navbar ul li {
      padding: 10px; }
      nav.navbar ul li a {
        font-size: 30px;
        color: #F15A29 !important; }
      nav.navbar ul li a:hover {
        color: #6d6d6d !important; } }
.grey-block {
  text-align: center;
  background-color: #6d6d6d;
  color: #fff;
  padding: 20px;
  font-weight: 100; }

.orange-block {
  text-align: center;
  background-color: #F15A29;
  color: #fff;
  padding: 20px 0 10px 0; }

.fp-container {
  padding-top: 30px; }

.nav-link {
  color: #F15A29; }

.navbar-nav {
  width: 100%;
  text-align: center; }
  .navbar-nav > li {
    float: none;
    display: inline-block; }

body {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Palanquin Dark", sans-serif; }

.fp-group {
  padding-bottom: 30px; }
  .fp-group h2 {
    color: #F15A29;
    text-align: center;
    font-size: 16px; }
    @media (max-width: 991px) {
      .fp-group h2 {
        font-size: 14px;
        white-space: nowrap;
        padding: 0; } }
    @media (max-width: 767px) {
      .fp-group h2 {
        font-size: 36px; } }

.gallery {
  padding: 30px 0 0 0;
  text-align: center; }
  .gallery img {
    padding-bottom: 30px; }

.social {
  color: #fff;
  background-color: #F15A29;
  min-height: 65px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  position: relative;
  margin: 0; }
  .social .social-buttons {
    position: absolute;
    right: 10px;
    top: 12px;
    display: block; }
    @media (max-width: 991px) {
      .social .social-buttons {
        top: 16px; } }
  .social .tagline {
    display: block;
    margin-top: 20px;
    padding-left: 40px; }
    @media (max-width: 991px) {
      .social .tagline {
        margin-top: 24px; } }
    @media (max-width: 880px) {
      .social .tagline {
        font-size: 12px;
        margin-top: 26px;
        max-width: 680px; } }
    @media (max-width: 750px) {
      .social .tagline {
        font-size: 10px;
        margin-top: 20px;
        max-width: 330px; } }
    @media (max-width: 450px) {
      .social .tagline {
        display: none; } }

footer {
  min-height: 200px;
  background-color: #F15A29;
  font-size: 16px;
  color: #fff; }
  footer .container {
    padding-top: 40px; }
  footer p {
    color: #fff; }
  footer .lrg {
    font-size: 22px; }
  footer .med {
    font-size: 16px; }
  footer .tel {
    text-align: right; }
  footer a {
    color: #fff; }
  footer a:hover {
    color: #fff;
    text-decoration: underline; }
  @media (max-width: 750px) {
    footer {
      text-align: center; }
      footer .tel {
        text-align: center;
        padding-bottom: 20px; } }

.ekko-lightbox-container {
  position: relative; }

.ekko-lightbox-container > div.ekko-lightbox-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%; }

.ekko-lightbox iframe {
  width: 100%;
  height: 100%; }

.ekko-lightbox-nav-overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex; }
  .ekko-lightbox-nav-overlay a :first-child {
    margin-left: -65px; }
  .ekko-lightbox-nav-overlay a :last-child {
    margin-right: -65px; }

.modal-body {
  padding-left: 50px !important;
  padding-right: 50px !important; }

.ekko-lightbox-nav-overlay a {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  transition: opacity .5s;
  color: #fff;
  font-size: 30px;
  z-index: 1; }

.ekko-lightbox-nav-overlay a > * {
  -ms-flex-positive: 1;
  flex-grow: 1; }

.ekko-lightbox-nav-overlay a > :focus {
  outline: none; }

.ekko-lightbox-nav-overlay a span {
  padding: 0 30px; }

.ekko-lightbox-nav-overlay a:last-child span {
  text-align: right; }

.ekko-lightbox-nav-overlay a:hover {
  text-decoration: none; }

.ekko-lightbox-nav-overlay a:focus {
  outline: none; }

.ekko-lightbox a:hover {
  opacity: 1;
  text-decoration: none; }

.ekko-lightbox .modal-dialog {
  display: none; }

.ekko-lightbox .modal-footer {
  text-align: left; }

.ekko-lightbox-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.ekko-lightbox-loader > div {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center; }

.ekko-lightbox-loader > div > div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  animation: a 2s infinite ease-in-out; }

.ekko-lightbox-loader > div > div:last-child {
  animation-delay: -1s; }

.modal-dialog .ekko-lightbox-loader > div > div {
  background-color: #333; }

@keyframes a {
  0%, to {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

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