@charset "utf-8";



/* SITE */

body {
   font-family: 'Open Sans', sans-serif;
   font-weight: 400;
   font-size: 17px;
   line-height: 24px;
   margin: 0 auto;
   padding: 0;
   color: #2F4858;
   background-color: transparent;
}

.clear {
   clear: both;
}

.row {
   background-color: #ffffff;
   max-width: 1140px;
   padding: 20px;
}

section#video {
   height: 580px;
}

#bgVideo {
   width: 100%;
   height: 630px;
   top: 70px;
   z-index: -100;
   background-size: cover;
   position: relative;
}

/*
.bg-video {
   position: fixed;
   left: 0;
   top: 0;
   background-size: cover;
   background: no-repeat center;
   user-select: none;
   pointer-events: none;

   height: 100%;
   width: 177.77777778vh;
   min-width: 100%;
   min-height: 56.25vw;
}
*/

.clear {
   clear: both;
}

.lefted {
   text-align: left;
}

.righted {
   text-align: right;
}

.centerz {
   text-align: center;
}

strong, b {
   font-weight: bold;
}

a {
   color: #137534;
}

hr {
   max-width: 50%;
   border-top: 1px solid #000;
}

a:hover {
   color: #1B1B1B;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

.row {
   background-color: transparent;
   padding: 40px 10px;
}

.row.pb0 {
   padding-bottom: 0;
}

.row.pt0 {
   padding-top: 0;
}

h1 {
   color: #137534;
   font-size: 32px;
   letter-spacing: 0;
   line-height: 30px;
   padding: 10px 0 7px 0;
   font-weight: bolder;
}

h2 {
   font-size: 24px;
   color: #1B1B1B;
   font-weight: bold;
   padding: 5px 0px 15px 0px;
}

h2 a {
   color: #4e4e4e;
}

h2 a:hover {
   color: #5F4C3F;
}

.text p {
   padding-bottom: 16px;
}

.text ul {
   margin-left: 30px;
   display: inline-block;
}

.text ul li {
   list-style-type: square;
}


/* BLOCKS */

header {
   background-color: #fff;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 3;
}

header.sh {
   box-shadow: 0px 2px 2px 0px rgba(181,181,181,1);
}

header img {
   display: block;
   padding-top: 2px;
}

header .row {
   padding: 2px;
}

nav {
   position: unset;
   width: initial;
}

/*
nav.m {

   display: none;
   border: 1px solid red;
   margin-top: -65px;
   z-index: 5;
} */


section#slogan {
   margin-top: 150px;
   margin-bottom: 150px;
}

section#slogan .row {
   padding-top: 140px;
}

section#text,
section#int {
   margin-top: 89px;
}

section#services {
   background-color: #FDFAF4;
}

section#references {
   background-color: #fff;
}

section#int {
   background-color: #fff;
}

section#service-detail {
   background-color: #fff;
}

section#gallery {
   background-color: #dadada;
}

section#contact {
   background-color: #005D66;
   color: #fff;
}

section#contact h1 {
   color: #fff;
}

section#text p {
   padding-bottom: 22px;
}

section#text a {
   color: #5F4C3F;
}

footer {
   color: #fff;
   word-spacing: 5px;
   font-size: 13px;
   background-color: #597584;
   text-align: center;
}

footer a {
   color: #fff;
}

footer a:hover {
   color: #dadada;
}

footer .row {
   padding: 40px 10px 80px 10px;
}

.srv-image {
   float: right;
   padding: 80px 0 40px 40px;
}

.sl-title {
   text-transform: uppercase;
}

.sl-title h1 {
   font-size: 65px;
   font-weight: 700;
   line-height: 70px;
   color: #fff;
}

.sl-title h2 {
   font-weight: normal;
   font-size: 45px;
   color: #fff;
}

/* cookie table */
#impliedsubmit {
   margin-left: 20px;
   border: 1px solid #dadada;
   color: #5F4C3F;
   font-weight: bold;
}

.cookie-table {
   max-width: 100%;
   margin: 0px auto;
}

.cookie-table tr:nth-child(1) td {
   padding: 4px;
   font-size: 13px;
}

.cookie-table td {
   line-height: 16px;
   font-size: 13px;
   padding: 10px;
   border-bottom: 1px solid #dadada;
}

table.contact {
   width: 100%;
}

table.contact td {
   padding-bottom: 6px;
}

table.contact td:first-child {
   width: 23%;
   font-weight: bold;
}

table.contact a {
   color: #fff;
}


/* BACK TO TOP */

#back-top {
   position: fixed;
   bottom: 60px;
   right: 0px;
   z-index: 5;
}

#back-top a {
   width: 108px;
   display: block;
   text-align: center;
   font: 11px/100% Arial, Helvetica, sans-serif;
   text-transform: uppercase;
   text-decoration: none;
   color: #bbb;

   /* transition */
   -webkit-transition: 1s;
   -moz-transition: 1s;
   transition: 1s;
}
#back-top a:hover {
   color: #000;
}

/* arrow icon (span tag) */
#back-top span {
   width: 48px;
   height: 48px;
   display: block;
   margin-bottom: 7px;
   background: transparent url(/static/img/site/up.png) no-repeat center center;

   /* rounded corners */
   -webkit-border-radius: 15px;
   -moz-border-radius: 15px;
   border-radius: 15px;

   /* transition */
   -webkit-transition: 1s;
   -moz-transition: 1s;
   transition: 1s;


}
#back-top a:hover span {
   background-color: transparent;
}

/* TABS */
.ui-widget.ui-widget-content {
   border: 0px;
}

.ui-widget-content {
   background-color: unset;
}

.ui-widget-header {
   background-color: unset;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
   font-size: 14px;
   background-color: #7D6038;
   border: 1px solid #7D6038;
   font-weight: bold;
}

/* MODAL */

.modal {
   max-width: 70% !important;
}

.modal h1 {
   font-size: 24px;
   padding-bottom: 20px;
}

.modal p {
   padding-bottom: 14px;
}


@media all and (max-width: 768px) {


   header img {
      float: left;
      width: 180px;
   }

   #cssmenu {
      width: unset;
      margin-top: 14px;
      z-index: 3;
   }

   section#video {
      height: 400px;
   }

   #bgVideo {
      top: -220px;
      left: -760px;
   }

   footer .row {
      padding: 40px 10px 100px 10px;
   }

   nav {
      position: fixed;
      width: 100%;
   }

   /*
   nav {
      display: none;
   }

   nav.m {
      display: block;
   } */

}