
/* Comment Generated by Combres - Resource '~/Elements/Css/footer.css' (Mode: Static) */
/*!
 * 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;
  }
}
input:focus,
textarea:focus {
  outline: unset !important;
}
.footer {
  position: relative;
  width: 100%;
  float: left;
}
.footer .form-footer {
  height: 100%;
  min-height: 950px;
  position: relative;
}
.footer .form-footer .contact-form {
  width: 50%;
  z-index: 999;
  position: relative;
  padding: 115px 0 0 0;
}
.footer .form-footer .contact-form h2,
.footer .form-footer .contact-form h3 {
  margin: 0 0 60px 0;
  font-family: 'Cormorant';
  font-size: 60px;
  line-height: 91px;
  -webkit-font-smoothing: antialiased;
}
.footer .form-footer .contact-form .form {
  display: flex;
  flex-direction: row;
  margin: 50px 0 0 0;
  float: left;
}
.footer .form-footer .contact-form .colon {
  margin: 0 70px 0 0;
  position: relative;
  width: 225px;
  height: 50px;
  z-index: 99;
}
.footer .form-footer .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;
}
.footer .form-footer .contact-form .colon:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #1f2244;
  bottom: 0;
  left: 0;
}
.footer .form-footer .contact-form .colon.borderline label {
  top: -17px;
  font-size: 14px;
}
.footer .form-footer .contact-form .colon:nth-child(3) {
  margin: 0;
}
.footer .form-footer .contact-form .textarea {
  width: 100%;
  float: left;
  margin: 95px 0 0 0;
  position: relative;
  z-index: 99;
  height: 120px;
}
.footer .form-footer .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;
}
.footer .form-footer .contact-form .textarea textarea:focus {
  border: none;
}
.footer .form-footer .contact-form .textarea span {
  font-family: 'RalewayMedium';
  font-size: 13px;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  color: #1f2244;
  float: right;
}
.footer .form-footer .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;
}
.footer .form-footer .contact-form .error-colon label {
  color: #d0021b;
}
.footer .form-footer .contact-form .error-colon:after {
  background-color: #d0021b;
}
.footer .form-footer .contact-form .error-colon .error {
  background-image: url("/Elements/InterfaceImages/sprite.svg");
  background-repeat: no-repeat;
  background-position: -313px -247px;
  position: absolute;
  width: 51px;
  height: 47px;
  color: transparent;
  right: 0;
  top: -13px;
}
.footer .form-footer .contact-background {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}
.footer .form-footer .contact-background .forms-background {
  width: 100%;
  height: 950px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.footer .form-footer .contact-background img {
  vertical-align: middle;
}
.footer .form-footer .button-click {
  position: relative;
  float: right;
  margin: 50px 55px 0 55px;
}
.footer .form-footer .button-click:hover .icon {
  right: -110px;
}
.footer .form-footer .button-click .click-info {
  float: right;
  margin: 0;
}
.footer .form-footer .button-click .icon {
  background-image: url("/Elements/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;
}
.footer .footer-band {
  background-color: #1f2244;
  height: 450px;
  float: left;
  width: 100%;
}
.footer .footer-band .container {
  position: relative;
}
.footer .footer-band .bread-title {
  color: #fff;
  margin: 55px 0 0 0;
  font-family: 'RalewayRegular';
  font-size: 18px;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
}
.footer .footer-band ul.footer-info {
  margin: 45px 0 0 0;
}
.footer .footer-band ul.footer-info li {
  display: inline;
  margin: 0 55px 0 0;
}
.footer .footer-band ul.footer-info li:before {
  background-image: url("/Elements/InterfaceImages/sprite.svg");
  background-repeat: no-repeat;
  background-position: -99px -259px;
  content: '';
  position: absolute;
  width: 30px;
  height: 38px;
}
.footer .footer-band ul.footer-info li a {
  color: #fff;
  margin: 0 37px;
  font-family: 'RalewayRegular';
  font-size: 24px;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
}
.footer .footer-band ul.footer-info li:nth-child(2):before {
  background-image: url("/Elements/InterfaceImages/sprite.svg");
  background-repeat: no-repeat;
  background-position: -159px -256px;
  content: '';
  position: absolute;
  width: 33px;
  height: 40px;
  margin: -2px -15px;
}
.footer .footer-band ul.footer-info li:nth-child(2) a {
  margin: 0 28px;
}
.footer .hostamedia-logo {
  position: absolute;
  bottom: -65px;
  right: 0;
  z-index: 99;
}
.footer .hostamedia-logo a {
  background-image: url("/Elements/InterfaceImages/hostamedia.svg");
  background-repeat: no-repeat;
  width: 187px;
  height: 24px;
  float: left;
  background-position: right;
}
.footer .right {
  position: relative;
}
.footer .right .language-list {
  width: 25px;
  float: right;
  opacity: 1;
  visibility: visible;
  right: 20px;
  position: absolute;
}
.footer .right .language-list.none {
  opacity: 0;
  visibility: hidden;
}
.footer .left,
.footer .right {
  width: 50%;
  float: left;
  margin: 150px 0 0 0;
}
.footer .social {
  float: right;
  width: 100%;
}
.footer .social ul {
  text-align: right;
}
.footer .social ul li {
  display: inline;
  margin: 0 60px 0 0;
}
.footer .social ul li a {
  color: transparent;
  content: '';
  position: absolute;
  width: 50px;
  height: 40px;
}
.footer .social ul li .instagram {
  background-image: url("/Elements/InterfaceImages/sprite.svg");
  background-repeat: no-repeat;
  background-position: -161px -323px;
}
.footer .social ul li .facebook {
  background-image: url("/Elements/InterfaceImages/sprite.svg");
  background-repeat: no-repeat;
  background-position: -6px -323px;
}
.footer .social ul li .twitter {
  background-image: url("/Elements/InterfaceImages/sprite.svg");
  background-repeat: no-repeat;
  background-position: -82px -323px;
}
.footer .social ul li .linkedin {
  background-image: url("/Elements/InterfaceImages/sprite.svg");
  background-repeat: no-repeat;
  background-position: -230px -323px;
}
.footer .input-footer {
  width: 485px;
  float: right;
  position: relative;
  margin: 43px 0 0 0;
  height: 50px;
  z-index: 99;
}
.footer .input-footer div {
  height: 50px;
  position: relative;
}
.footer .input-footer .icon {
  background-image: url("/Elements/InterfaceImages/sprite.svg");
  background-repeat: no-repeat;
  background-position: -57px -8px;
  width: 55px;
  height: 15px;
  position: absolute;
  right: -12px;
  bottom: 25px;
  -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;
}
.footer .input-footer input {
  border: none;
  background: transparent;
  width: 100%;
  height: 100%;
  z-index: 99;
  color: #ffffff;
  font-family: 'RalewayMedium';
  font-size: 18px;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
}
.footer .input-footer:after {
  background: #e4c98f;
  content: '';
  position: absolute;
  width: 65px;
  height: 3px;
  left: 0;
  width: 100%;
}
.footer .input-footer label {
  position: absolute;
  left: 0;
  color: #fff;
  z-index: -1;
  font-family: 'RalewayRegular';
  font-size: 26px;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  bottom: 20px;
  -webkit-transition-property: bottom, font-size;
  -moz-transition-property: bottom, font-size;
  -o-transition-property: bottom, font-size;
  -ms-transition-property: bottom, font-size;
  transition-property: bottom, 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;
}
.footer .input-footer .click-info {
  position: absolute;
  right: 0;
  color: #e4c98f;
  margin: 0 37px;
  width: auto;
  bottom: 10px;
  font-family: 'RalewaySemiBold';
  font-size: 26px;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
}
.footer .input-footer .send {
  position: absolute;
  bottom: 0;
  right: 0;
}
.footer .input-footer .send:hover .icon {
  right: -40px;
}
.footer .input-footer .borderline label {
  bottom: 50px;
  font-size: 20px;
}
.footer .input-footer .error {
  margin: 30px 0 0 0;
}
.footer .input-footer .errors {
  margin: 15px 0 0 0;
}
.newsletter-error {
  font-family: 'RalewaySemiBold';
  font-size: 14px;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 1650px) {
  .footer .form-footer .contact-form {
    padding: 100px 25px;
  }
  .footer .form-footer .contact-form .colon {
    margin: 0 50px 60px 0;
    width: 33%;
  }
  .footer .form-footer .contact-form .textarea {
    margin: 0 50px 0 0;
    width: 100%;
  }
  .footer .form-footer .contact-form label {
    font-size: 18px;
  }
  .footer-band .cont {
    margin: 0 25px;
  }
}
@media screen and (max-width: 1500px) {
  .footer .form-footer .contact-form h2,
  .footer .form-footer .contact-form h3 {
    font-family: 'Cormorant';
    font-size: 47px;
    line-height: 65px;
    -webkit-font-smoothing: antialiased;
  }
}
@media screen and (max-width: 1400px) {
  .footer .footer-band ul.footer-info li a {
    font-size: 20px;
  }
}
@media screen and (max-width: 1366px) {
  .footer .form-footer {
    min-height: 770px;
  }
  .footer .form-footer .contact-form {
    padding: 136px 25px;
  }
  .footer .form-footer .contact-background {
    top: initial;
    bottom: 0;
  }
  .footer .form-footer .contact-background .forms-background {
    background-size: contain;
    height: 636px;
    background-position: right;
  }
}
@media screen and (max-width: 1200px) {
  .footer {
    margin: 150px 0 0 0;
  }
  .footer .left,
  .footer .right {
    margin: 140px 0 0 0;
  }
  .footer .left img,
  .footer .right img {
    width: 70%;
  }
  .footer .footer-band ul.footer-info li a {
    font-size: 16px;
  }
  .footer .form-footer .contact-form {
    float: left;
    width: 50%;
    padding: 223px 25px 0 25px;
  }
  .footer .form-footer .contact-form h2,
  .footer .form-footer .contact-form h3 {
    font-family: 'Cormorant';
    font-size: 35px;
    line-height: 53px;
    -webkit-font-smoothing: antialiased;
    margin: 0 0 20px 0;
  }
  .footer .form-footer .contact-form .colon {
    margin: 0 40px 43px 0;
  }
  .footer .form-footer .contact-form .textarea {
    margin: 0;
  }
  .footer .form-footer .contact-background {
    display: block;
    position: absolute;
    width: 50%;
    float: left;
    top: inherit;
    bottom: 0;
  }
  .footer .form-footer .contact-background .forms-background {
    height: 528px;
  }
  .footer .form-footer .contact-background img {
    width: 100%;
    height: 100%;
    display: none;
  }
}
@media screen and (max-width: 997px) {
  .footer {
    margin: 0;
  }
  .footer .hostamedia-logo {
    width: 100%;
    left: 0;
    margin: 0 auto;
    bottom: -40px;
  }
  .footer .hostamedia-logo a {
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    float: none;
    background-position: center;
  }
  .footer .footer-band ul.footer-info li {
    margin: 0;
  }
  .footer .cont {
    width: 600px;
    margin: 0 auto;
    text-align: center;
  }
  .footer .form-footer {
    min-height: 0;
    margin: 0;
  }
  .footer .form-footer .contact-form {
    width: 100%;
    padding: 0 25px;
  }
  .footer .form-footer .contact-form .form {
    width: 100%;
  }
  .footer .form-footer .contact-background {
    display: none;
  }
  .footer .form-footer .button-click {
    margin: 20px 30px;
  }
  .footer .form-footer .button-click:hover .icon {
    right: -38px;
  }
  .footer .form-footer .button-click .icon {
    background-image: url("/Elements/InterfaceImages/sprite.svg");
    background-repeat: no-repeat;
    background-position: -294px -10px;
    right: -38px;
    width: 34px;
    top: 8px;
  }
  .footer .social {
    width: 50%;
    float: left;
  }
  .footer .left {
    margin: 70px 0 0 0 !important;
  }
  .footer .left img {
    width: auto;
  }
  .footer .left,
  .footer .right {
    width: 100%;
    margin: 0;
  }
  .footer .input-footer {
    width: 600px;
  }
  .footer .input-footer .send:hover .icon {
    right: 0;
  }
  .footer .input-footer .icon {
    background-image: url("/Elements/InterfaceImages/sprite.svg");
    background-repeat: no-repeat;
    background-position: -294px -10px;
    right: 0;
    width: 34px;
    top: 8px;
  }
  .footer .input-footer label {
    font-size: 19px;
  }
  .footer .right .language-list {
    width: auto;
    float: none;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .footer .left {
    margin: 49px 0 0 0 !important;
  }
  .footer .hostamedia-logo {
    bottom: -12px;
  }
  .footer .social {
    display: none;
  }
  .footer .input-footer {
    margin-bottom: 43px;
  }
  .footer .input-footer .click-info {
    font-size: 20px;
    margin: 0 40px;
  }
  .footer .input-footer label {
    font-size: 14px;
  }
  .footer .footer-band {
    height: 580px;
  }
  .footer .footer-band ul.footer-info li:nth-child(2):before {
    background-image: url("/Elements/InterfaceImages/sprite.svg");
    background-repeat: no-repeat;
    background-position: -58px -393px;
  }
  .footer .footer-band ul.footer-info li {
    display: block;
    margin: 0 0 20px 0;
  }
  .footer .footer-band ul.footer-info li:before {
    background-image: url("/Elements/InterfaceImages/sprite.svg");
    background-repeat: no-repeat;
    background-position: -19px -396px;
  }
  .footer .footer-band ul.footer-info li a {
    font-size: 20px;
  }
  .footer .footer-band .bread-title {
    font-size: 15px;
  }
  .footer .cont {
    width: 100%;
    padding: 0 25px;
  }
  .footer .input-footer {
    width: 100%;
    float: left;
  }
  .footer .form-footer {
    margin: 0 !important;
  }
  .footer .form-footer .button-click {
    margin: 0 30px 45px 30px;
  }
  .footer .form-footer .button-click .icon {
    background-image: url("/Elements/InterfaceImages/sprite.svg");
    background-repeat: no-repeat;
    background-position: -294px -10px;
    right: -38px;
    width: 34px;
    top: 6px;
  }
  .footer .form-footer .contact-form h2,
  .footer .form-footer .contact-form h3 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 8px 0;
  }
  .footer .form-footer .contact-form .form {
    flex-direction: column;
    width: 100%;
    margin: 23px 0 0 0;
  }
  .footer .form-footer .contact-form .colon {
    width: 100%;
    margin: 0 0 45px 0 !important;
  }
  .footer .form-footer .contact-form .colon label {
    font-size: 19px;
  }
}
@media screen and (max-width: 370px) {
  .footer .left img {
    width: 100%;
  }
}
