﻿/* font */
/* font */
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearence: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.clearfix {
  clear: both;
  min-height: 0px;
  display: block;
}
.fll {
  float: left;
}
.flr {
  float: right;
}
.fln {
  float: none;
}
.tableAbs {
  display: table;
  position: absolute;
}
.table {
  display: table;
}
.cell {
  display: table-cell;
  vertical-align: middle;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.dn {
  display: none;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.static {
  position: static;
}
.ovisible {
  overflow: visible;
}
.ohidden {
  overflow: hidden;
}
.pointer {
  cursor: pointer;
}
.fullw {
  width: 100%;
}
.fullh {
  height: 100%;
}
.w-10 {
  width: 10%;
}
.w-20 {
  width: 20%;
}
.w-30 {
  width: 30%;
}
.w-40 {
  width: 40%;
}
.w-50 {
  width: 50%;
}
.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.w-80 {
  width: 80%;
}
.w-90 {
  width: 90%;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.wh-100 {
  width: 100%;
  height: 100%;
}
.no-padding {
  padding: 0;
}
*:hover {
  text-decoration: none;
}
@font-face {
  font-family: 'gothamblack';
  src: url("../fonts/gothamblack.eot");
  src: url("../fonts/gothamblack.eot?#iefix") format("embedded-opentype"), url("../fonts/gothamblack.woff") format("woff"), url("../fonts/gothamblack.ttf") format("truetype"), url("../fonts/gothamblack.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gothambold';
  src: url("../fonts/gothambold.eot");
  src: url("../fonts/gothambold.eot?#iefix") format("embedded-opentype"), url("../fonts/gothambold.woff") format("woff"), url("../fonts/gothambold.ttf") format("truetype"), url("../fonts/gothambold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gothambook';
  src: url("../fonts/gothambook.eot");
  src: url("../fonts/gothambook.eot?#iefix") format("embedded-opentype"), url("../fonts/gothambook.woff") format("woff"), url("../fonts/gothambook.ttf") format("truetype"), url("../fonts/gothambook.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gothammedium';
  src: url("../fonts/gothammedium.eot");
  src: url("../fonts/gothammedium.eot?#iefix") format("embedded-opentype"), url("../fonts/gothammedium.woff") format("woff"), url("../fonts/gothammedium.ttf") format("truetype"), url("../fonts/gothammedium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'korinnastdheavy';
  src: url("../fonts/korinnastdheavy.eot");
  src: url("../fonts/korinnastdheavy.eot?#iefix") format("embedded-opentype"), url("../fonts/korinnastdheavy.woff") format("woff"), url("../fonts/korinnastdheavy.ttf") format("truetype"), url("../fonts/korinnastdheavy.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.contactArea {
  position: relative;
}
.contactArea .tabFunc .tabsBtn {
  display: table;
  margin-bottom: 75px;
}
.contactArea .tabFunc .tabsBtn a {
  display: inline-block;
  background-color: #eceaeb;
  font-family: 'gothambold';
  font-size: 15px;
  line-height: 15px;
  -webkit-font-smoothing: antialiased;
  color: #808087;
  padding: 15px 20px;
}
.contactArea .tabFunc .tabsBtn .selected {
  background-color: #25b7d0;
  color: #ffffff;
  box-shadow: inset 0px 0px 5px 1px #198492;
}
.contactArea .tabFunc .tabsArea {
  width: 100%;
}
.contactArea .tabFunc .tabsArea > div {
  display: none;
}
.contactArea .tabFunc .tabsArea .formArea .formAreaLeft {
  position: relative;
  width: 80%;
  background-color: #25b7d0;
  color: #ffffff;
  text-align: center;
  padding: 60px 0px 30px 0px;
  font-family: 'gothammedium';
  font-size: 15px;
  line-height: 15px;
  -webkit-font-smoothing: antialiased;
}
.contactArea .tabFunc .tabsArea .formArea .formAreaLeft h2 {
  font-family: 'gothambold';
  font-size: 22px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 2px;
  margin-bottom: 60px;
}
.contactArea .tabFunc .tabsArea .formArea .formAreaLeft .adress {
  margin-bottom: 50px;
}
.contactArea .tabFunc .tabsArea .formArea .formAreaLeft .adress i {
  display: block;
  font-size: 40px;
  margin-bottom: 30px;
}
.contactArea .tabFunc .tabsArea .formArea .formAreaLeft .adress p {
  line-height: 24px;
}
.contactArea .tabFunc .tabsArea .formArea .formAreaLeft .tel {
  margin-bottom: 50px;
}
.contactArea .tabFunc .tabsArea .formArea .formAreaLeft .tel i {
  display: block;
  font-size: 40px;
  margin-bottom: 20px;
}
.contactArea .tabFunc .tabsArea .formArea .formAreaLeft .tel a {
  color: #ffffff;
}
.contactArea .tabFunc .tabsArea .formArea .formAreaLeft .fax {
  margin-bottom: 50px;
}
.contactArea .tabFunc .tabsArea .formArea .formAreaLeft .fax i {
  display: block;
  font-size: 40px;
  margin-bottom: 20px;
}
.contactArea .tabFunc .tabsArea .formArea .formAreaLeft .fax a {
  color: #ffffff;
}
.contactArea .tabFunc .tabsArea .formArea .formAreaLeft .socialMedia a {
  color: #ffffff;
  font-size: 30px;
  margin: 0 5px;
  display: inline-block;
  transition: 0.3s;
}
.contactArea .tabFunc .tabsArea .formArea .formAreaLeft .socialMedia a:hover {
  color: #e22084;
  transition: 0.3s;
}
.contactArea .tabFunc .tabsArea .formArea .formAreaRight {
  position: relative;
  font-family: gothambold;
}
.contactArea .tabFunc .tabsArea .formArea .formAreaRight .formIcon {
  position: relative;
}
.contactArea .tabFunc .tabsArea .formArea .formAreaRight .formIcon:after {
  content: '';
  position: absolute;
  width: 138px;
  height: 429px;
  background-image: url('../images/form-icon.png');
  background-repeat: no-repeat;
  bottom: -70px;
  right: -140px;
}
.contactArea .tabFunc .tabsArea .formArea .formAreaRight .formIcon input,
.contactArea .tabFunc .tabsArea .formArea .formAreaRight .formIcon textarea {
  background-color: #eceaeb;
  color: #808087;
  border: 1px solid transparent;
  padding: 10px 0px 10px 15px;
  height: auto;
  border-radius: 0px;
  font-size: 15px;
}
.contactArea .tabFunc .tabsArea .formArea .formAreaRight .formIcon input::placeholder,
.contactArea .tabFunc .tabsArea .formArea .formAreaRight .formIcon textarea::placeholder {
  color: #808087;
}
.contactArea .tabFunc .tabsArea .formArea .formAreaRight .formIcon input:focus,
.contactArea .tabFunc .tabsArea .formArea .formAreaRight .formIcon textarea:focus {
  background-color: #25b7d0;
  color: #ffffff;
  box-shadow: none;
  transition: 0.3s;
  box-shadow: inset 0px 0px 5px 1px #198492;
}
.contactArea .tabFunc .tabsArea .formArea .formAreaRight .formIcon input:focus::placeholder,
.contactArea .tabFunc .tabsArea .formArea .formAreaRight .formIcon textarea:focus::placeholder {
  color: #ffffff;
  transition: 0.3s;
}
.contactArea .tabFunc .tabsArea .formArea .formAreaRight .formIcon textarea {
  outline: none;
  height: 350px;
}
.contactArea .tabFunc .tabsArea .formArea .formAreaRight .formIcon button {
  float: right;
  background-color: #e22084;
  color: #ffffff;
  border-radius: 15px;
  border: none;
  padding: 13px 65px 13px 15px;
  cursor: pointer;
  position: relative;
  font-size: 22px;
  transition: 0.3s;
  box-shadow: -2px 32px 30px -20px rgba(0, 0, 0, 0.75);
}
.contactArea .tabFunc .tabsArea .formArea .formAreaRight .formIcon button:hover {
  background-color: #25b7d0;
  transition: 0.3s;
}
.contactArea .tabFunc .tabsArea .formArea .formAreaRight .formIcon button:after {
  content: '';
  position: absolute;
  background-image: url('../images/submit-icon.png');
  background-repeat: no-repeat;
  width: 54px;
  height: 42px;
  right: 0px;
  bottom: -2px;
}
.contactArea .tabFunc .tabsArea .representatives .representativesLeft {
  position: relative;
}
.contactArea .tabFunc .tabsArea .representatives .representativesLeft:after {
  content: '';
  position: absolute;
  background-image: url('../images/temsilci-icon.png');
  background-repeat: no-repeat;
  width: 217px;
  height: 42px;
  top: 0px;
}
.contactArea .tabFunc .tabsArea .representatives .representativesRight .representativesRightInner {
  position: relative;
}
.contactArea .tabFunc .tabsArea .representatives .representativesRight .representativesRightInner:after {
  content: '';
  position: absolute;
  border-bottom: 2px solid #c4c4c4;
  top: 36px;
  left: 15px;
  width: 100%;
  z-index: -2;
}
.contactArea .tabFunc .tabsArea .representatives .representativesRight .representativesRightInner h2 {
  background-color: #fdbf14;
  color: #ffffff;
  font-family: 'gothambold';
  font-size: 18px;
  line-height: 18px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  padding: 10px 20px;
  box-shadow: inset 0px 0px 5px 1px #c79936;
  margin-bottom: 25px;
}
.contactArea .tabFunc .tabsArea .representatives .representativesRight .representativesRightInner ul {
  position: relative;
}
.contactArea .tabFunc .tabsArea .representatives .representativesRight .representativesRightInner ul li {
  width: 80%;
  padding: 20px;
  color: #808087;
  margin-bottom: 30px;
  background-color: #ececec;
  transition: 0.3s;
}
.contactArea .tabFunc .tabsArea .representatives .representativesRight .representativesRightInner ul li:hover {
  background-color: #e2e2e2;
  transition: 0.3s;
}
.contactArea .tabFunc .tabsArea .representatives .representativesRight .representativesRightInner ul li h3 {
  font-family: 'gothammedium';
  font-size: 18px;
  line-height: 18px;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 12px;
}
.contactArea .tabFunc .tabsArea .representatives .representativesRight .representativesRightInner ul li h3:after {
  content: '';
  position: absolute;
  width: 5%;
  height: 3px;
  background-color: #fdbf14;
  left: 0px;
  bottom: 0px;
  border-radius: 20px;
}
.contactArea .tabFunc .tabsArea .representatives .representativesRight .representativesRightInner ul li p {
  font-family: 'gothambook';
  font-size: 15px;
  line-height: 19px;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 10px;
}
.contactArea .tabFunc .tabsArea .representatives .representativesRight .representativesRightInner ul li p b {
  font-weight: bold;
}
.contactArea .tabFunc .tabsArea .representatives .representativesRight .representativesRightInner ul li p a {
  color: #808087;
}
.contactArea .tabFunc .tabsArea .representatives .representativesRight .representativesRightInner .scrollBar {
  height: 848px;
  overflow-y: scroll;
}
@media (max-width: 1199px) {
  .contactArea .tabFunc .tabsArea .formArea .formAreaRight .formIcon:after {
    bottom: -40px;
    right: 0px;
  }
  .contactArea .tabFunc .tabsArea .representatives .representativesLeft:after {
    background: none;
  }
  .contactArea .tabFunc .tabsArea .representatives .representativesRight .representativesRightInner:after {
    border: none;
  }
  .contactArea .tabFunc .tabsArea .representatives .representativesRight .representativesRightInner h2 {
    display: block;
    text-align: center;
    padding: 15px 0px;
  }
  .contactArea .tabFunc .tabsArea .representatives .representativesRight .representativesRightInner ul li {
    width: 100%;
  }
  .contactArea .tabFunc .tabsArea .representatives .representativesRight .representativesRightInner .scrollBar {
    height: auto;
    overflow-y: auto;
  }
}
@media (max-width: 991px) {
  .contactArea .tabFunc .tabsArea .formArea .formAreaLeft {
    width: 100%;
    margin-bottom: 40px;
  }
  .contactArea .tabFunc .tabsArea .formArea .formAreaLeft .adress {
    width: 33.3%;
    float: left;
  }
  .contactArea .tabFunc .tabsArea .formArea .formAreaLeft .tel {
    width: 33.3%;
    float: left;
  }
  .contactArea .tabFunc .tabsArea .formArea .formAreaLeft .fax {
    width: 33.3%;
    float: left;
  }
  .contactArea .tabFunc .tabsArea .formArea .formAreaLeft .socialMedia {
    clear: both;
  }
  .contactArea .tabFunc .tabsArea .formArea .formAreaLeft .socialMedia a {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .contactArea .tabFunc .tabsArea .formArea .formAreaLeft {
    width: 100%;
    margin-bottom: 40px;
  }
  .contactArea .tabFunc .tabsArea .formArea .formAreaLeft .adress {
    width: 100%;
    float: none;
  }
  .contactArea .tabFunc .tabsArea .formArea .formAreaLeft .tel {
    width: 100%;
    float: none;
  }
  .contactArea .tabFunc .tabsArea .formArea .formAreaLeft .fax {
    width: 100%;
    float: none;
  }
  .contactArea .tabFunc .tabsArea .formArea .formAreaLeft .socialMedia {
    clear: both;
  }
  .contactArea .tabFunc .tabsArea .formArea .formAreaLeft .socialMedia a {
    font-size: 40px;
  }
}