﻿/*!
 * Hostamedia CSS Framework v1.0
 * Agency   : Hostamedia
 * Site     : http://www.hostamedia.com
 *
 * Hostamedia Mixin list
 *
 */
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;
}
/*!
 * For Each Library
 * source : https://github.com/seven-phases-max/less.curious
 * 
 * ## for ve for each döngü mixinleri
 */
/*!
 * Bootstrap'a dahil edilen mixin listesi
 *
 */
/*.gradient(@default: #F5F5F5, @start: #EEE, @stop: #FFF) {
    .linear-gradient-top(@default,@start,0%,@stop,100%);
}
.linear-gradient-top(@default,@color1,@stop1,@color2,@stop2) {
    background-color: @default;
    background-image: -webkit-linear-gradient(top, @color1 @stop1, @color2 @stop2);
    background-image: linear-gradient(top, @color1 @stop1, @color2 @stop2);
}
.linear-gradient-top(@default,@color1,@stop1,@color2,@stop2,@color3,@stop3) {
    background-color: @default;
    background-image: -webkit-linear-gradient(top, @color1 @stop1, @color2 @stop2, @color3 @stop3);
    background-image: linear-gradient(top, @color1 @stop1, @color2 @stop2, @color3 @stop3);
}
.linear-gradient-top(@default,@color1,@stop1,@color2,@stop2,@color3,@stop3,@color4,@stop4) {
    background-color: @default;
    background-image: -webkit-linear-gradient(top, @color1 @stop1, @color2 @stop2, @color3 @stop3, @color4 @stop4);
    background-image: linear-gradient(top, @color1 @stop1, @color2 @stop2, @color3 @stop3, @color4 @stop4);
}
.linear-gradient-left(@default,@color1,@stop1,@color2,@stop2) {
    background-color: @default;
    background-image: -webkit-linear-gradient(left, @color1 @stop1, @color2 @stop2);
    background-image: linear-gradient(left, @color1 @stop1, @color2 @stop2);
}
.linear-gradient-left(@default,@color1,@stop1,@color2,@stop2,@color3,@stop3) {
    background-color: @default;
    background-image: -webkit-linear-gradient(left, @color1 @stop1, @color2 @stop2, @color3 @stop3);
    background-image: linear-gradient(left, @color1 @stop1, @color2 @stop2, @color3 @stop3);
}
.linear-gradient-left(@default,@color1,@stop1,@color2,@stop2,@color3,@stop3,@color4,@stop4) {
    background-color: @default;
    background-image: -webkit-linear-gradient(left, @color1 @stop1, @color2 @stop2, @color3 @stop3, @color4 @stop4);
    background-image: linear-gradient(left, @color1 @stop1, @color2 @stop2, @color3 @stop3, @color4 @stop4);
}*/
@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1);
    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1);
    /* Safari and Chrome */
    -o-transform: scale(1);
    /* Opera */
    -moz-transform: scale(1);
    /* Firefox */
  }
  100% {
    transform: scale(1.3);
    -ms-transform: scale(1.3);
    /* IE 9 */
    -webkit-transform: scale(1.3);
    /* Safari and Chrome */
    -o-transform: scale(1.3);
    /* Opera */
    -moz-transform: scale(1.3);
    /* Firefox */
  }
}
@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.1;
  }
  40% {
    opacity: 0.2;
  }
  60% {
    opacity: 0.3;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.1;
  }
  40% {
    opacity: 0.2;
  }
  60% {
    opacity: 0.3;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.carrer-form {
  width: 100%;
  float: left;
  margin: 150px 0 0 0;
}
.carrer-form h2 {
  margin: 0 0 60px 0;
}
.carrer-form .contact-form {
  width: 50%;
  float: left;
  margin: 0;
  position: relative;
}
.carrer-form .contact-form h2 {
  margin: 0 0 15px 0;
}
.carrer-form .contact-form .form {
  display: flex;
  flex-direction: row;
  margin: 100px 0 155px 0;
  width: 100%;
}
.carrer-form .contact-form .colon {
  margin: 0 70px 0 0;
  position: relative;
  width: 225px;
  height: 50px;
  z-index: 99;
}
.carrer-form .contact-form .colon input {
  border: none;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 99;
  color: #1f2244;
  font-family: 'RalewayMedium';
  font-size: 18px;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
}
.carrer-form .contact-form .colon:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #1f2244;
  bottom: 0;
  left: 0;
}
.carrer-form .contact-form .colon.borderline label {
  top: -17px;
  font-size: 14px;
}
.carrer-form .contact-form .colon:nth-child(3) {
  margin: 0;
}
.carrer-form .contact-form .textarea {
  width: 100%;
  float: left;
  margin: 120px 0 0 0;
  position: relative;
  z-index: 99;
}
.carrer-form .contact-form .textarea textarea {
  border: none;
  resize: none;
  width: 100%;
  height: 100%;
  background: transparent;
  color: #1f2244;
  font-family: 'RalewayMedium';
  font-size: 18px;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
}
.carrer-form .contact-form .textarea textarea:focus {
  border: none;
}
.carrer-form .contact-form label {
  position: absolute;
  left: 0;
  color: #1f2244;
  bottom: 22px;
  z-index: -1;
  font-family: 'RalewayMedium';
  font-size: 22px;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  top: 0;
  -webkit-transition-property: top, font-size;
  -moz-transition-property: top, font-size;
  -o-transition-property: top, font-size;
  -ms-transition-property: top, font-size;
  transition-property: top, font-size;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.carrer-form .contact-form .form-select-menu,
.carrer-form .contact-form .add-cv {
  float: left;
  margin: 0 88px 0 0;
  width: 375px;
  position: relative;
}
.carrer-form .contact-form .form-select-menu .select,
.carrer-form .contact-form .add-cv .select {
  border-bottom: 2px solid #1f2244;
  padding: 0 0 20px 0;
  cursor: pointer;
  position: relative;
}
.carrer-form .contact-form .form-select-menu .select span,
.carrer-form .contact-form .add-cv .select span {
  font-family: 'RalewayMedium';
  font-size: 22px;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  color: #1f2244;
}
.carrer-form .contact-form .form-select-menu .select .dropdown-icon,
.carrer-form .contact-form .add-cv .select .dropdown-icon {
  width: 30px;
  height: 27px;
  position: absolute;
  background-image: url(../InterfaceImages/sprite.svg);
  background-repeat: no-repeat;
  background-position: -295px -62px;
  right: 0;
  top: 0;
}
.carrer-form .contact-form .form-select-menu .select .dropdown-icon.add,
.carrer-form .contact-form .add-cv .select .dropdown-icon.add {
  background-image: url(../InterfaceImages/sprite.svg);
  background-repeat: no-repeat;
  background-position: -373px -62px;
}
.carrer-form .contact-form .form-select-menu .dropdown-list,
.carrer-form .contact-form .add-cv .dropdown-list {
  cursor: pointer;
  position: absolute;
  width: 100%;
  display: none;
  z-index: 9999;
  background-color: #f8f0e3;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.carrer-form .contact-form .form-select-menu .dropdown-list.show,
.carrer-form .contact-form .add-cv .dropdown-list.show {
  display: block;
}
.carrer-form .contact-form .form-select-menu .dropdown-list li,
.carrer-form .contact-form .add-cv .dropdown-list li {
  color: #696970;
  font-family: 'RalewayMedium';
  font-size: 22px;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.25px;
  height: 50px;
  width: 100%;
  display: table;
  vertical-align: middle;
  padding: 25px;
  background-color: #f8f0e3;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -ms-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
}
.carrer-form .contact-form .form-select-menu .dropdown-list li:hover,
.carrer-form .contact-form .add-cv .dropdown-list li:hover {
  background-color: #e0c79a;
}
.carrer-form .contact-form .form-select-menu .dropdown-list li:last-child,
.carrer-form .contact-form .add-cv .dropdown-list li:last-child {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.carrer-form .contact-form .button-click {
  position: relative;
  float: right;
  margin: 50px 55px 0 55px;
}
.carrer-form .contact-form .button-click:hover .icon {
  right: -110px;
}
.carrer-form .contact-form .button-click .click-info {
  float: right;
  margin: 0;
}
.carrer-form .contact-form .button-click .icon {
  background-image: url(../InterfaceImages/sprite.svg);
  background-repeat: no-repeat;
  background-position: -57px -8px;
  width: 55px;
  height: 15px;
  position: absolute;
  right: -75px;
  top: 12px;
  bottom: 0;
  -webkit-transition-property: right;
  -moz-transition-property: right;
  -o-transition-property: right;
  -ms-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.carrer-form .contact-background {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
}
.carrer-form .contact-background div {
  width: 100%;
  height: 950px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.carrer-form .contact-background img {
  width: 100%;
}
.carrer-form .person-source-info {
  display: flex;
}
.carrer-form .person-source-info .add-cv {
  margin: 0;
}
.carrer-form .person-source-info .add-cv input {
  color: transparent;
  font-family: 'RalewayMedium';
  font-size: 18px;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  background-image: url(../InterfaceImages/sprite.svg);
  background-repeat: no-repeat;
  background-position: -429px -62px;
  width: 38px;
  height: 34px;
  border: none;
}
.carrer-form .person-source-info .add-cv .select a {
  color: transparent;
}
.carrer-form .person-source-info .add-cv .select .dropdown-icon {
  background-image: url(../InterfaceImages/sprite.svg);
  background-repeat: no-repeat;
  background-position: -429px -62px;
  width: 38px;
  height: 34px;
}
.contact-background {
  z-index: -1;
}
.contact-background img {
  vertical-align: middle;
}
.footer .left,
.footer .right {
  margin: 133px 0;
}
.footer .form-footer {
  display: none;
}
.error-colon .error {
  background-image: url(../InterfaceImages/sprite.svg);
  background-repeat: no-repeat;
  background-position: -313px -247px;
  position: absolute;
  width: 51px;
  height: 47px;
  color: transparent;
  right: 0;
  top: -13px;
  background-color: white;
  z-index: 9;
}
.error-colon .select {
  border-bottom: 2px solid #d0021b !important;
}
.error-colon span {
  color: #d0021b !important;
}
.error-colon:after {
  background-color: #d0021b !important;
}
.error-colon label {
  color: #d0021b !important;
}
.footer .footer-band {
  height: 475px;
}
@media screen and (max-width: 1650px) {
  .carrer-form .contact-form {
    padding: 0 25px;
  }
}
@media screen and (max-width: 1500px) {
  .carrer-form .contact-form h2 {
    font-family: 'Cormorant';
    font-size: 47px;
    line-height: 65px;
    -webkit-font-smoothing: antialiased;
  }
}
@media screen and (max-width: 1400px) {
  .carrer-form .contact-form .colon {
    margin: 0 40px 0 0;
  }
}
@media screen and (max-width: 1366px) {
  .carrer-form {
    min-height: 747px;
    margin: 30px 0 0 0;
  }
  .carrer-form .contact-form {
    padding: 87px 25px 0 25px;
  }
  .carrer-form .contact-background {
    top: initial;
    bottom: 0;
    position: relative;
    float: left;
  }
  .carrer-form .contact-background div {
    background-size: contain;
    height: 633px;
    background-position: right;
    margin: 114px 0 0 0;
  }
}
@media screen and (max-width: 1200px) {
  .carrer-form {
    margin: 30px 0 0 0;
    height: 547px;
    min-height: 0;
  }
  .carrer-form .contact-form {
    padding: 150px 25px 0 25px;
  }
  .carrer-form .contact-form .form {
    margin: 50px 0 100px 0;
  }
  .carrer-form .contact-form label {
    font-size: 19px;
  }
  .carrer-form .contact-form .add-cv .select span,
  .carrer-form .contact-form .form-select-menu .select span {
    font-size: 19px;
  }
}
@media screen and (max-width: 997px) {
  .carrer-form {
    height: auto;
  }
  .carrer-form .contact-form {
    width: 100%;
    padding: 50px 25px 0 25px;
  }
  .carrer-form .contact-form .colon {
    margin: 0 68px 0 0;
  }
  .carrer-form .contact-form .button-click {
    margin: 20px 30px;
  }
  .carrer-form .contact-form .button-click input {
    padding: 0;
  }
  .carrer-form .contact-form .button-click .icon {
    background-image: url(../InterfaceImages/sprite.svg);
    background-repeat: no-repeat;
    background-position: -294px -10px;
    right: -40px;
    top: 10px;
    width: 35px;
  }
  .carrer-form .contact-background {
    display: none;
  }
  .footer .left,
  .footer .right {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .carrer-form .contact-form .form-select-menu {
    margin: 0 0 40px 0;
  }
  .carrer-form .contact-form .form-select-menu,
  .carrer-form .contact-form .add-cv {
    width: 100%;
  }
  .carrer-form .contact-form .form {
    display: block;
    margin: 75px 0 40px 0;
  }
  .carrer-form .contact-form .colon {
    width: 100%;
    margin: 0 0 40px 0;
  }
  .carrer-form .person-source-info {
    display: block;
  }
}
