@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700,900);
.color-primary {
  color: #fff !important;
}
.color-secondary {
  color: #fbde20 !important;
}
.color-tertiary {
  color: #221f3e !important;
}
.no-margin {
  margin: 0px !important;
}
.no-padding {
  padding: 0px !important;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
a {
  color: #fff;
}
a:hover,
a:focus {
  text-decoration: underline;
  color: #fbde20;
}
a.thumbnail:active,
a.thumbnail:hover {
  border-color: #fbde20;
}
h1,
.h1 {
  margin: 0 0 20px 0;
  font-size: 1.875em;
  font-weight: 900;
  color: #fbde20;
  text-transform: uppercase;
  line-height: 1.42857143;
}
h2,
.h2 {
  font-size: 1.5625em;
  font-weight: 700;
  text-transform: uppercase;
}
body {
  font-family: sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  background-color: #221f3e;
  background-image: url(/images/front/bg-body.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  body {
    font-family: 'Montserrat', sans-serif;
  }
}
.modal-backdrop {
  z-index: 9999;
}
.modal {
  z-index: 99999;
  text-align: left;
  color: #000 !important;
}
.overlay {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 100%;
  bottom: 100%;
  z-index: 999;
}
.overlay .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}
#mainContent {
  position: relative;
  z-index: 9;
  padding: 0 0 75px 0;
}
@media (min-width: 768px) {
  #mainContent {
    padding: 0 0 150px 0;
  }
}
#mainContent:before {
  content: '';
  display: block;
  width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.65);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(transparent));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65), transparent);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65), transparent);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.65), transparent);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65), transparent);
  position: absolute;
  bottom: -50px;
}
#mainContent #content {
  float: right;
}
.map-container {
  position: relative;
}
.map-container #map-canvas {
  height: 300px;
}
.map-container .copy {
  display: table;
  width: 300px;
  margin: 0 auto;
  padding: 10px 0;
  background-color: #221f3e;
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
  font-size: 0.75em;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
#header {
  margin: 30px 0 50px 0;
}
@media (min-width: 768px) {
  #header {
    margin: 60px 0 100px 0;
  }
}
#header .logo {
  display: block;
  width: 100%;
  max-width: 300px;
}
@media (min-width: 992px) {
  #header .row:first-child {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
#header .row:first-child .triggerMenu {
  float: right;
  font-size: 1.25em;
  font-weight: 900;
  line-height: 1;
}
#header .row:first-child nav {
  display: none;
  height: 100%;
}
@media (min-width: 992px) {
  #header .row:first-child nav {
    display: block;
  }
}
#header .row:first-child nav > ul {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  #header .row:first-child nav > ul {
    display: table;
    width: 100%;
    height: 100%;
    float: right;
  }
}
@media (min-width: 992px) {
  #header .row:first-child nav > ul {
    margin: 0;
  }
}
#header .row:first-child nav > ul > li:not(:first-of-type) {
  margin-top: 10px;
}
@media (min-width: 768px) {
  #header .row:first-child nav > ul > li {
    display: table-cell;
    width: 25%;
    vertical-align: middle;
    margin: 0;
    padding-left: 15px;
  }
}
#header .row:first-child nav > ul > li:first-of-type {
  padding-left: 0;
}
#header .row:first-child nav > ul > li .btn {
  display: block;
  font-size: 0.75em;
  text-transform: lowercase;
}
#header .row:first-child nav > ul > li.langs {
  white-space: nowrap;
}
#header .row:first-child nav > ul > li.langs img {
  display: inline-block;
  width: 20px;
  margin: 0 2px;
}
#header .row:first-child nav > ul > li.langs a:hover,
#header .row:first-child nav > ul > li.langs a:focus {
  text-decoration: none;
}
#footer {
  padding-top: 60px;
}
@media (min-width: 768px) {
  #footer {
    padding-top: 0;
  }
}
#footer .title {
  margin: 0 0 20px 0;
  font-size: 1.15em;
  font-weight: 900;
  text-transform: uppercase;
}
#footer .title > span {
  color: #fbde20;
}
#footer address {
  display: block;
  margin: 0 0 40px 0;
  font-size: 0.75em;
}
#footer .phone {
  font-weight: 900;
  font-size: 1.125em;
  color: #fbde20;
}
#footer .phone .icon {
  position: relative;
  display: inline-block;
  width: 3em;
  height: 3em;
  margin: 0 10px 0 0;
  line-height: 3em;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fbde20;
}
#footer .phone .ssg {
  width: 100%;
  height: 1em;
  margin: auto;
  font-size: 2em;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#footer .phone:hover,
#footer .phone:focus {
  text-decoration: none;
  color: #fff;
}
#footer .phone:hover .icon,
#footer .phone:focus .icon {
  border-color: #fff;
}
.mainButtons {
  margin-top: 30px;
}
.mainButtons .item {
  display: block;
  margin-top: 30px;
  padding: 10px;
  font-size: 1.25em;
  text-align: center;
  -webkit-border-radius: 0 10px 10px 10px;
  -moz-border-radius: 0 10px 10px 10px;
  border-radius: 0 10px 10px 10px;
  border: 3px solid #fbde20;
}
@media (min-width: 768px) {
  .mainButtons .item {
    margin: 0;
    text-align: left;
    font-size: 0.875em;
  }
}
.mainButtons .item .ssg {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 2.8em;
  text-align: center;
  color: #fbde20;
}
@media (min-width: 768px) {
  .mainButtons .item .ssg {
    font-size: 4em;
  }
}
.mainButtons .item:hover,
.mainButtons .item:focus {
  text-decoration: none;
  border-color: #fff;
}
.subPage {
  margin-top: 30px;
}
.subPage h2 {
  margin-top: 0;
}
.subPage h2 .icon {
  font-size: 1.5em;
  vertical-align: middle;
  margin-right: 10px;
  color: #fbde20;
}
#anchor-4.subPage .icon:before {
  content: '\e900';
}
#anchor-5.subPage .icon:before {
  content: '\e902';
}
#anchor-6.subPage .icon:before {
  content: '\e901';
}
.contact-list > div:not(:last-of-type) {
  margin-bottom: 20px;
}
.contact-list .item {
  width: 100%;
  margin: 15px 0;
  text-align: left;
  background-color: #221f3e;
  border-bottom: 3px solid #fbde20;
  color: #fff;
}
.contact-list .item:after {
  display: table;
  content: ' ';
  clear: both;
}
.contact-list .item a {
  color: #fff;
}
.contact-list .item a:hover,
.contact-list .item a:focus {
  text-decoration: none;
  color: #fbde20;
}
.contact-list .item a[href^="tel"]:before,
.contact-list .item a[href^="mailto"]:before {
  display: inline-block;
  width: 16px;
  margin-right: 2px;
  font-family: 'TriocutFont';
  text-align: center;
}
.contact-list .item a[href^="tel"]:before {
  content: '\f095';
}
.contact-list .item a[href^="mailto"]:before {
  content: '\f0e0';
}
.contact-list .item .info {
  /*width: 67%;
				float: left;
				padding: 10px;*/
}
.contact-list .item .info h4 {
  margin: 0 0 15px 0;
  font-size: 1.25em;
  font-weight: 700;
}
.contact-list .item .info h4 small {
  display: block;
  color: #fff;
  text-transform: none;
  font-size: 0.7em;
}
.contact-list .item .info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-list .item .info ul > li {
  padding: 0;
  font-size: 0.875em;
}
.contact-list .item .info ul > li:not(:last-of-type) {
  margin: 0 0 2px 0;
}
.contact-list .item .photo {
  width: 33%;
  float: left;
  position: relative;
}
.contact-list .item .photo > img {
  display: block;
  width: 100%;
  max-width: 130px;
}
.btn {
  -webkit-border-radius: 0 5px 5px 5px;
  -moz-border-radius: 0 5px 5px 5px;
  border-radius: 0 5px 5px 5px;
}
.btn-warning {
  background-color: #fbde20;
  border-color: #fbde20;
  color: #000;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #fce552;
  border-color: #fbe239;
  text-decoration: none !important;
}
.btn-warning:hover,
.btn-warning:focus {
  color: #221f3e;
}
/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */
.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: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.ekko-lightbox-nav-overlay a {
  flex: 1;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s;
  color: #fff;
  font-size: 30px;
  z-index: 100;
}
.ekko-lightbox-nav-overlay a > * {
  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: flex;
  /* establish flex container */
  flex-direction: column;
  /* make main axis vertical */
  justify-content: center;
  /* center items vertically, in this case */
  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: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 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;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  from {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  to {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
/*# sourceMappingURL=layout.css.map */