/* Generated by less 2.5.1 */
/* user     :   @berkantfidan */
/* publisher:   @hellowork */
/*************************************************************/
/* ELEMENTS                                                 */
/***********************************************************/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  list-style-type: none;
  outline: none;
}
html,
body {
  height: 100%;
}
.grab {
  cursor: move;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  cursor: url('../images/grabbing.png') 8 8, move;
  cursor: url('../images/grabbing.png'), move;
}
.transition {
  transition: all 150ms ease-in-out;
}
.no-gap {
  padding: 0;
}
.no-gap div[class="row"],
.no-gap div[class*="col"] {
  padding: 0;
  margin: 0;
}
/* loading */
.page-load {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #32c7f5;
  z-index: 99999999999;
}
.page-load .load-item {
  background: #fff;
}
.page-load .page-loading.effect {
  height: 40px;
  margin: auto;
}
.page-load .page-loading.effect div {
  width: 40px;
  height: 40px;
  opacity: 0;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -100px;
  -webkit-transform: rotate(225deg);
  -webkit-animation: effect 5.5s infinite;
  transform: rotate(225deg);
  animation: effect 5.5s infinite;
}
.page-load .page-loading.effect div div {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  margin: -15px;
  background-color: #93e2fa;
}
.page-load .page-loading.effect .page-loading_elem2 {
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
}
.page-load .page-loading.effect .page-loading_elem3 {
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
}
.page-load .page-loading.effect .page-loading_elem4 {
  -webkit-animation-delay: 0.72s;
  animation-delay: 0.72s;
}
.page-load .page-loading.effect .page-loading_elem5 {
  -webkit-animation-delay: 0.96s;
  animation-delay: 0.96s;
}
@-webkit-keyframes effect {
  0% {
    opacity: 1;
    -webkit-transform: rotate(225deg);
    -webkit-animation-timing-function: ease-out;
  }
  7% {
    -webkit-transform: rotate(345deg);
    -webkit-animation-timing-function: linear;
  }
  30% {
    -webkit-transform: rotate(455deg);
    -webkit-animation-timing-function: ease-in-out;
  }
  39% {
    -webkit-transform: rotate(690deg);
    -webkit-animation-timing-function: linear;
  }
  70% {
    opacity: 1;
    -webkit-transform: rotate(815deg);
    -webkit-animation-timing-function: ease-out;
  }
  75% {
    -webkit-transform: rotate(945deg);
    -webkit-animation-timing-function: ease-out;
  }
  76% {
    opacity: 0;
    -webkit-transform: rotate(945deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(945deg);
  }
}
@keyframes effect {
  0% {
    opacity: 1;
    transform: rotate(225deg);
    animation-timing-function: ease-out;
  }
  7% {
    transform: rotate(345deg);
    animation-timing-function: linear;
  }
  30% {
    transform: rotate(455deg);
    animation-timing-function: ease-in-out;
  }
  39% {
    transform: rotate(690deg);
    animation-timing-function: linear;
  }
  70% {
    opacity: 1;
    transform: rotate(815deg);
    animation-timing-function: ease-out;
  }
  75% {
    transform: rotate(945deg);
    animation-timing-function: ease-out;
  }
  76% {
    opacity: 0;
    transform: rotate(945deg);
  }
  100% {
    opacity: 0;
    transform: rotate(945deg);
  }
}
:focus,
::focus {
  outline: none;
}
a,
a:hover {
  text-decoration: none;
  transition: all 150ms ease-in-out;
}
/****************** CODING... ***********************/
body {
  font-family: "Roboto Slab", serif;
}
.slider-item {
  position: relative;
  z-index: 1;
}
.slider-item .item-desc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  font-size: 42px;
  color: #3e3f40;
}
.page--header .logo {
  margin-top: 15px;
}
.page--header .page--navbar {
  display: inline-block;
  float: right;
}
.page--header .page--navbar .item {
  float: left;
  padding: 35px 20px 10px;
}
.page--header .page--navbar .item a {
  position: relative;
  z-index: 1;
  font-family: "Dosis", serif;
  font-size: 19px;
  color: #37383b;
}
.page--header .page--navbar .item a:after,
.page--header .page--navbar .item a:before {
  content: '';
  width: 0%;
  left: 50%;
  transition: all 150ms ease-in-out;
}
.page--header .page--navbar .item a:hover {
  color: #32c7f5;
}
.page--header .page--navbar .item a:hover:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0%;
  background: #63d4f7;
  height: 2px;
  width: 100%;
}
.page--header .page--navbar .item.active a {
  color: #32c7f5;
}
.page--standard {
  padding: 2em 0;
}
.page--standard .page--title {
  font-family: "Playfair Display", serif;
  color: #098fb8;
  font-size: 72px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.01em;
  margin-bottom: 1.5em;
  position: relative;
  z-index: 1;
  top: 20px;
}
.page--standard .page--title .line-block {
  position: absolute;
  left: 50%;
  top: -90%;
  width: 130px;
  height: 2px;
  background: #32c7f5;
  display: block;
  transform: translateX(-50%) rotate(-70deg);
}
.page--standard .section--title {
  font-family: "Playfair Display", serif;
  color: #37383b;
  font-size: 52px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 1em;
  position: relative;
  z-index: 1;
  top: 20px;
}
.page--standard .section--title .line-block {
  width: 130px;
  height: 2px;
  background: #b6b7bb;
  display: block;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: -90%;
  transform: translateX(-50%) rotate(-70deg);
}
.hero-img {
  padding: 72px 0;
  background: #eee;
  background-image: url('../images/hero-img.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.hero-img .page-static-title {
  color: #fff;
  font-weight: 600;
  text-shadow: 2px 2px 0 #044357;
}
.page--brands {
  background-color: #fff;
}
.page--brands .section--title {
  color: #1fa1c9;
}
.page--brands .section--title .line-block {
  background: #3abae1;
}
.page--about .content {
  line-height: 2.1;
}
.figure-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #ececec;
  margin-bottom: 30px;
  transition: all 150ms ease-in-out;
}
.figure-item:hover {
  border: 1px solid #b6b7bb;
}
.figure-item:hover figcaption {
  bottom: 0;
  opacity: 1;
}
.figure-item figcaption {
  position: absolute;
  bottom: -100px;
  opacity: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 15px;
  background: #02a8d6;
  background: -moz-linear-gradient(left, #02a8d6 0%, #e20267 100%);
  background: -webkit-linear-gradient(left, #02a8d6 0%, #e20267 100%);
  background: linear-gradient(to right, #02a8d6 0%, #e20267 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02a8d6', endColorstr='#e20267', GradientType=1);
  color: #fff;
  transition: all 300ms ease-in;
}
.figure-item figcaption .title {
  font-family: "Dosis", serif;
  font-size: 20px;
  margin: 0;
}
.social-items {
  float: right;
}
.social-items a {
  color: #fff;
  margin-top: 15px;
  margin-right: 10px;
  display: inline-block;
}
#map_wrapper {
  height: 450px;
}
#map_canvas {
  width: 100%;
  height: 100%;
}
.page--footer {
  background: #37383b;
  color: white;
}
.page--footer address,
.page--footer p {
  margin: 15px;
  font-size: 13px;
}
/********************* SPACES ***********************/
.push-xs {
  margin: 1em;
}
.push-sm {
  margin: 2em;
}
.push-md {
  margin: 3em;
}
.push-lg {
  margin: 4em;
}
.push-xl {
  margin: 5em;
}
.push-top-xs {
  margin-top: 1em;
}
.push-top-sm {
  margin-top: 2em;
}
.push-top-md {
  margin-top: 3em;
}
.push-top-lg {
  margin-top: 4em;
}
.push-top-xl {
  margin-top: 5em;
}
.push-right-xs {
  margin-right: 1em;
}
.push-right-sm {
  margin-right: 2em;
}
.push-right-md {
  margin-right: 3em;
}
.push-right-lg {
  margin-right: 4em;
}
.push-right-xl {
  margin-right: 5em;
}
.push-bottom-xs {
  margin-bottom: 1em;
}
.push-bottom-sm {
  margin-bottom: 2em;
}
.push-bottom-md {
  margin-bottom: 3em;
}
.push-bottom-lg {
  margin-bottom: 4em;
}
.push-bottom-xl {
  margin-bottom: 5em;
}
.push-left-xs {
  margin-left: 1em;
}
.push-left-sm {
  margin-left: 2em;
}
.push-left-md {
  margin-left: 3em;
}
.push-left-lg {
  margin-left: 4em;
}
.push-left-xl {
  margin-left: 5em;
}
.pull-xs {
  padding: 1em;
}
.pull-sm {
  padding: 2em;
}
.pull-md {
  padding: 3em;
}
.pull-lg {
  padding: 4em;
}
.pull-xl {
  padding: 5em;
}
.pull-top-xs {
  padding-top: 1em;
}
.pull-top-sm {
  padding-top: 2em;
}
.pull-top-md {
  padding-top: 3em;
}
.pull-top-lg {
  padding-top: 4em;
}
.pull-top-xl {
  padding-top: 5em;
}
.pull-right-xs {
  padding-right: 1em;
}
.pull-right-sm {
  padding-right: 2em;
}
.pull-right-md {
  padding-right: 3em;
}
.pull-right-lg {
  padding-right: 4em;
}
.pull-right-xl {
  padding-right: 5em;
}
.pull-bottom-xs {
  padding-bottom: 1em;
}
.pull-bottom-sm {
  padding-bottom: 2em;
}
.pull-bottom-md {
  padding-bottom: 3em;
}
.pull-bottom-lg {
  padding-bottom: 4em;
}
.pull-bottom-xl {
  padding-bottom: 5em;
}
.pull-left-xs {
  padding-left: 1em;
}
.pull-left-sm {
  padding-left: 2em;
}
.pull-left-md {
  padding-left: 3em;
}
.pull-left-lg {
  padding-left: 4em;
}
.pull-left-xl {
  padding-left: 5em;
}
@media only screen and (max-width: 1199px) {
  .push-xs {
    margin: .5em;
  }
  .push-sm {
    margin: 1em;
  }
  .push-md {
    margin: 1.5em;
  }
  .push-lg {
    margin: 2em;
  }
  .push-xl {
    margin: 2.5em;
  }
  .push-top-xs {
    margin-top: .5em;
  }
  .push-top-sm {
    margin-top: 1em;
  }
  .push-top-md {
    margin-top: 1.5em;
  }
  .push-top-lg {
    margin-top: 2em;
  }
  .push-top-xl {
    margin-top: 2.5em;
  }
  .push-right-xs {
    margin-right: .5em;
  }
  .push-right-sm {
    margin-right: 1em;
  }
  .push-right-md {
    margin-right: 1.5em;
  }
  .push-right-lg {
    margin-right: 2em;
  }
  .push-right-xl {
    margin-right: 2.5em;
  }
  .push-bottom-xs {
    margin-bottom: .5em;
  }
  .push-bottom-sm {
    margin-bottom: 1em;
  }
  .push-bottom-md {
    margin-bottom: 1.5em;
  }
  .push-bottom-lg {
    margin-bottom: 2em;
  }
  .push-bottom-xl {
    margin-bottom: 2.5em;
  }
  .push-left-xs {
    margin-left: .5em;
  }
  .push-left-sm {
    margin-left: 1em;
  }
  .push-left-md {
    margin-left: 1.5em;
  }
  .push-left-lg {
    margin-left: 2em;
  }
  .push-left-xl {
    margin-left: 2.5em;
  }
  .pull-xs {
    padding: .5em;
  }
  .pull-sm {
    padding: 1em;
  }
  .pull-md {
    padding: 1.5em;
  }
  .pull-lg {
    padding: 2em;
  }
  .pull-xl {
    padding: 2.5em;
  }
  .pull-top-xs {
    padding-top: .5em;
  }
  .pull-top-sm {
    padding-top: 1em;
  }
  .pull-top-md {
    padding-top: 1.5em;
  }
  .pull-top-lg {
    padding-top: 2em;
  }
  .pull-top-xl {
    padding-top: 2.5em;
  }
  .pull-right-xs {
    padding-right: .5em;
  }
  .pull-right-sm {
    padding-right: 1em;
  }
  .pull-right-md {
    padding-right: 1.5em;
  }
  .pull-right-lg {
    padding-right: 2em;
  }
  .pull-right-xl {
    padding-right: 2.5em;
  }
  .pull-bottom-xs {
    padding-bottom: .5em;
  }
  .pull-bottom-sm {
    padding-bottom: 1em;
  }
  .pull-bottom-md {
    padding-bottom: 1.5em;
  }
  .pull-bottom-lg {
    padding-bottom: 2em;
  }
  .pull-bottom-xl {
    padding-bottom: 2.5em;
  }
  .pull-left-xs {
    padding-left: .5em;
  }
  .pull-left-sm {
    padding-left: 1em;
  }
  .pull-left-md {
    padding-left: 1.5em;
  }
  .pull-left-lg {
    padding-left: 2em;
  }
  .pull-left-xl {
    padding-left: 2.5em;
  }
}
.reload-form {
  color: #71272d;
  text-align: center;
  display: block;
  padding: 10px;
}
.reload-form .fa {
  margin-right: 10px;
}
.info_content {
  color: #111;
}
/****************** MOBIL-VIEW **********************/
/* MULTI-RENDERED */
/* TABLET-YATAY */
@media (min-width: 768px) and (max-width: 991px) {
  .page--header .page--navbar .item {
    padding: 35px 10px 10px;
  }
}
/* MOBILE */
@media only screen and (max-width: 767px) {
  .slider-item .item-desc {
    font-size: 30px;
    line-height: 1.3;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 3px #000;
    width: 80%;
  }
  .page--standard .section--title {
    font-size: 42px;
  }
  .hero-img .page-static-title {
    font-size: 22px;
  }
  .embed-responsive {
    margin-bottom: 30px;
  }
  .page--standard .page--title {
    font-size: 42px;
  }
  .page--header .page--navbar {
    display: inline-block;
    float: none;
    width: 100%;
    display: none;
  }
  .page--header .page--navbar .item {
    float: none;
    padding: 10px;
    display: block;
  }
  #nav-icon2 {
    width: 45px;
    height: 45px;
    position: absolute;
    right: 20px;
    top: 40px;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  #nav-icon2 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 50%;
    background: #32c7f5;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  #nav-icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 5px 5px 0;
  }
  #nav-icon2 span:nth-child(odd) {
    left: 0px;
    border-radius: 5px 0 0 5px;
  }
  #nav-icon2 span:nth-child(1),
  #nav-icon2 span:nth-child(2) {
    top: 0px;
  }
  #nav-icon2 span:nth-child(3),
  #nav-icon2 span:nth-child(4) {
    top: 10px;
  }
  #nav-icon2 span:nth-child(5),
  #nav-icon2 span:nth-child(6) {
    top: 22px;
  }
  #nav-icon2.open span:nth-child(1),
  #nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #nav-icon2.open span:nth-child(2),
  #nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #nav-icon2.open span:nth-child(1) {
    left: 5px;
    top: 7px;
  }
  #nav-icon2.open span:nth-child(2) {
    left: calc(45%);
    top: 7px;
  }
  #nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }
  #nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }
  #nav-icon2.open span:nth-child(5) {
    left: 5px;
    top: 22px;
  }
  #nav-icon2.open span:nth-child(6) {
    left: calc(45%);
    top: 22px;
  }
}
