@font-face {
    font-family: 'futura_oblique';
    src: url('fonts/futura_oblique-webfont.woff2') format('woff2'),
         url('fonts/futura_oblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Conv_Gill Sans Bold Italic';
	src: url('fonts/Gill Sans Bold Italic.eot');
	src: local('☺'), url('fonts/Gill Sans Bold Italic.woff') format('woff'), 
	url('fonts/Gill Sans Bold Italic.ttf') format('truetype'), 
	url('fonts/Gill Sans Bold Italic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Gill Sans Bold';
	src: url('fonts/Gill Sans Bold.eot');
	src: local('☺'), url('fonts/Gill Sans Bold.woff') format('woff'), 
	url('fonts/Gill Sans Bold.ttf') format('truetype'), 
	url('fonts/Gill Sans Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Gill Sans Heavy Italic';
	src: url('fonts/Gill Sans Heavy Italic.eot');
	src: local('☺'), url('fonts/Gill Sans Heavy Italic.woff') format('woff'), 
	url('fonts/Gill Sans Heavy Italic.ttf') format('truetype'), 
	url('fonts/Gill Sans Heavy Italic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Gill Sans Heavy';
	src: url('fonts/Gill Sans Heavy.eot');
	src: local('☺'), url('fonts/Gill Sans Heavy.woff') format('woff'), 
	url('fonts/Gill Sans Heavy.ttf') format('truetype'), 
	url('fonts/Gill Sans Heavy.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Gill Sans Italic';
	src: url('fonts/Gill Sans Italic.eot');
	src: local('☺'), url('fonts/Gill Sans Italic.woff') format('woff'), 
	url('fonts/Gill Sans Italic.ttf') format('truetype'), 
	url('fonts/Gill Sans Italic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Gill Sans Light Italic';
	src: url('fonts/Gill Sans Light Italic.eot');
	src: local('☺'), url('fonts/Gill Sans Light Italic.woff') format('woff'), 
	url('fonts/Gill Sans Light Italic.ttf') format('truetype'), 
	url('fonts/Gill Sans Light Italic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Gill Sans Light';
	src: url('fonts/Gill Sans Light.eot');
	src: local('☺'), url('fonts/Gill Sans Light.woff') format('woff'), 
	url('fonts/Gill Sans Light.ttf') format('truetype'), 
	url('fonts/Gill Sans Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Gill Sans Medium Italic';
	src: url('fonts/Gill Sans Medium Italic.eot');
	src: local('☺'), url('fonts/Gill Sans Medium Italic.woff') format('woff'), 
	url('fonts/Gill Sans Medium Italic.ttf') format('truetype'), 
	url('fonts/Gill Sans Medium Italic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Gill Sans Medium';
	src: url('fonts/Gill Sans Medium.eot');
	src: local('☺'), url('fonts/Gill Sans Medium.woff') format('woff'), 
	url('fonts/Gill Sans Medium.ttf') format('truetype'), 
	url('fonts/Gill Sans Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Gill Sans';
	src: url('fonts/Gill Sans.eot');
	src: local('☺'), url('fonts/Gill Sans.woff') format('woff'), 
	url('fonts/Gill Sans.ttf') format('truetype'), 
	url('fonts/Gill Sans.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_GillSans Condensed Bold';
	src: url('fonts/GillSans Condensed Bold.eot');
	src: local('☺'), url('fonts/GillSans Condensed Bold.woff') format('woff'), 
	url('fonts/GillSans Condensed Bold.ttf') format('truetype'), 
	url('fonts/GillSans Condensed Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_GillSans Condensed';
	src: url('fonts/GillSans Condensed.eot');
	src: local('☺'), url('fonts/GillSans Condensed.woff') format('woff'), 
	url('fonts/GillSans Condensed.ttf') format('truetype'), 
	url('fonts/GillSans Condensed.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.clear {
	clear: both;
}

.divas-slide h1 {
	font-family: 'futura_oblique';
}

.divas-slide p {
	font-family: 'Conv_Gill Sans';
}


.top_header_outer {
	width: 100%;
	padding: 50px 0 50px 0;
	background: #292a2c;
}

header {
	width: 1000px;
	margin: 0 auto;
}

.logo_area {
	width: 1000px;
	text-align: center;
}

.logo_area img {
	width: 230px;
	height: 133px;
}

/* NAV */

.outer_nav {
	width: 100%;
	height: 60px;
	background: #292a2c;
	border-top: 1px #3f4042 solid;
}

nav {
	width: 1000px;
	height: 60px;
	margin: 0 auto;
	font-family: arial;
	text-align: center;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

nav li {
    display: inline;
}

nav li a, .dropbtn {
    display: inline-block;
    color: #7c7c7c;
    text-align: center;
    height: 60px;
	line-height: 60px;
	padding: 0 30px 0 30px;
    text-decoration: none;
	border-right: 1px #3f4042 solid;
	font-size: 16px;
}

nav li a:hover, .dropdown:hover .dropbtn {
	color: white;
}

nav li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #292a2c;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	margin: -1px 0 0 0;
}

.dropdown-content a {
    color: #7c7c7c;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1;color:black;}

.dropdown:hover .dropdown-content {
    display: block;
}

/* NAV END */

.parallax { 
    /* The image used */
    background-image: url("../images/1.jpg");
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax2 { 
    /* The image used */
    background-image: url("../images/bg-office-01.jpg");

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax3 { 
    /* The image used */
    background-image: url("../images/bg-office-02.jpg");

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax_container {
	width: 1100px;
	margin: 0 auto;
	font-family: arial;
	font-size: 32px;
}

.parallax_container2 {
	width: 1100px;
	margin: 0 auto;
	padding: 75px 0 75px 0;
}

.parallax_sol {
	width: 700px;
	height: 50px;
	line-height: 50px;
	float: left;
	font-family: 'futura_oblique';
	font-size: 32px;
	color: white;
	font-weight: bold;
	text-align: right;
}

.parallax_sag {
	width: 180px;
	float: left;
	margin: 0 0 0 40px;
}

.parallax_sag a {
	display: block;
	width: 180px;
	height: 50px;
	background: white;
	color: black;
	text-decoration: none;
	font-family: 'futura_oblique';
	font-size: 24px;
	text-align: center;
	line-height: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.parallax_sag a:hover {
	background: #e9e9e9;
}

.parallax_box_container {
	width: 1100px;
	padding: 75px 0 100px 0;
}

.main_area_outer {
	width: 100%;
	margin: 75px 0 75px 0;
}

.main_area_outer_2 {
	width: 100%;
	background: url('../images/bg-pattern.png');
	padding: 50px 0 50px 0;
}

.main_area {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
}

.main_area_title {
	width: 1100px;
	text-align: center;
	font-family: 'futura_oblique';
	font-size: 40px;
	padding: 0 0 50px 0;
	border-bottom: 1px #d6d7d9 solid;
	margin: 0 0 50px 0;
}

.main_area_container {
	width: 1100px;
	font-family: 'Conv_Gill Sans';
	font-size: 18px;
	line-height: 1.25em;
	color: #404040;
}

.main_read_more {
	width: 1100px;
	text-align: center;
	margin: 50px 0 0 0;
}

.main_read_more a {
	font-family: 'futura_oblique';
	font-size: 18px;
	color: red;
	border: 0 none;
	position: relative;
	outline: none;
	text-decoration: none;
}

.main_read_more a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -3px;
  left: 0;
  visibility: hidden;
  border-radius: 5px;
  transform: scaleX(0);
  transition: .25s linear;
  background: #9CF5A6;
}

.main_read_more a:hover:before, .main_read_more a:focus:before {
	visibility: visible;
	transform: scaleX(1);
}

@keyframes hover-v {
  0% {
      transform: scaleX(0);
      height: 5px;
     }
  45% {   
      transform: scaleX(1.05);
      height: 5px;
     }
  55% {height: 5px;}
  100% {
      transform: scaleX(1.05);
      height: 3.8rem;
     }
}
@keyframes no-hover-v {
  0% {
      transform: scaleX(1.05);
      height: 3.8rem;
     }
  45% {height: 5px;}
  55% {   
      transform: scaleX(1.05);
      height: 5px;
      opacity: 1;
     }
  
  100% {
      transform: scaleX(0);
      height: 5px;
      opacity: .02;
     }
}

.parallax_box_container ul li {
  -webkit-perspective: 400px;
          perspective: 400px;
}

.info {
  -webkit-transform: rotate3d(1, 0, 0, 90deg);
          transform: rotate3d(1, 0, 0, 90deg);
  width: 100%;
  height: 100%;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  pointer-events: none;
  background-color: rgba(48, 48, 48, 0.9);
}

.in-top .info {
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-animation: in-top 300ms ease 0ms 1 forwards;
          animation: in-top 300ms ease 0ms 1 forwards;
}

.in-right .info {
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  -webkit-animation: in-right 300ms ease 0ms 1 forwards;
          animation: in-right 300ms ease 0ms 1 forwards;
}

.in-bottom .info {
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-animation: in-bottom 300ms ease 0ms 1 forwards;
          animation: in-bottom 300ms ease 0ms 1 forwards;
}

.in-left .info {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-animation: in-left 300ms ease 0ms 1 forwards;
          animation: in-left 300ms ease 0ms 1 forwards;
}

.out-top .info {
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-animation: out-top 300ms ease 0ms 1 forwards;
          animation: out-top 300ms ease 0ms 1 forwards;
}

.out-right .info {
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-animation: out-right 300ms ease 0ms 1 forwards;
          animation: out-right 300ms ease 0ms 1 forwards;
}

.out-bottom .info {
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-animation: out-bottom 300ms ease 0ms 1 forwards;
          animation: out-bottom 300ms ease 0ms 1 forwards;
}

.out-left .info {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-animation: out-left 300ms ease 0ms 1 forwards;
          animation: out-left 300ms ease 0ms 1 forwards;
}

@-webkit-keyframes in-top {
  from {
    -webkit-transform: rotate3d(-1, 0, 0, 90deg);
            transform: rotate3d(-1, 0, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}

@keyframes in-top {
  from {
    -webkit-transform: rotate3d(-1, 0, 0, 90deg);
            transform: rotate3d(-1, 0, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}
@-webkit-keyframes in-right {
  from {
    -webkit-transform: rotate3d(0, -1, 0, 90deg);
            transform: rotate3d(0, -1, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes in-right {
  from {
    -webkit-transform: rotate3d(0, -1, 0, 90deg);
            transform: rotate3d(0, -1, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}
@-webkit-keyframes in-bottom {
  from {
    -webkit-transform: rotate3d(1, 0, 0, 90deg);
            transform: rotate3d(1, 0, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes in-bottom {
  from {
    -webkit-transform: rotate3d(1, 0, 0, 90deg);
            transform: rotate3d(1, 0, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}
@-webkit-keyframes in-left {
  from {
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
            transform: rotate3d(0, 1, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes in-left {
  from {
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
            transform: rotate3d(0, 1, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}
@-webkit-keyframes out-top {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(-1, 0, 0, 104deg);
            transform: rotate3d(-1, 0, 0, 104deg);
  }
}
@keyframes out-top {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(-1, 0, 0, 104deg);
            transform: rotate3d(-1, 0, 0, 104deg);
  }
}
@-webkit-keyframes out-right {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, -1, 0, 104deg);
            transform: rotate3d(0, -1, 0, 104deg);
  }
}
@keyframes out-right {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, -1, 0, 104deg);
            transform: rotate3d(0, -1, 0, 104deg);
  }
}
@-webkit-keyframes out-bottom {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(1, 0, 0, 104deg);
            transform: rotate3d(1, 0, 0, 104deg);
  }
}
@keyframes out-bottom {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(1, 0, 0, 104deg);
            transform: rotate3d(1, 0, 0, 104deg);
  }
}
@-webkit-keyframes out-left {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, 1, 0, 104deg);
            transform: rotate3d(0, 1, 0, 104deg);
  }
}
@keyframes out-left {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, 1, 0, 104deg);
            transform: rotate3d(0, 1, 0, 104deg);
  }
}

.parallax_box_container ul {
  padding: 0;
  height: 200px;
}
.parallax_box_container ul:after {
  content: "";
  display: table;
  clear: both;
}

.parallax_box_container ul li {
  position: relative;
  float: left;
  width: 200px;
  height: 200px;
  padding: 0;
  list-style: none;
  margin: 0 5px 0 5px;
}
.parallax_box_container ul li a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  border-radius: 4px;
}
.parallax_box_container ul li h3 {
  margin: 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
}
.parallax_box_container ul li p {
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}
.parallax_box_container ul li .normal {
  width: 100%;
  height: 100%;
  background-color: #ECF0F1;
  color: rgba(52, 73, 94, 0.6);
  box-shadow: inset 0 2px 20px #e6ebed;
  text-align: center;
  font-size: 20px;
  padding: 10px 0 0 0;
}
.parallax_box_container ul li .normal svg {
  pointer-events: none;
  width: 100px;
}
.parallax_box_container ul li .normal svg path {
  fill: rgba(52, 73, 94, 0.2);
}

.animate_icon {
	width: 200px;
	height: 100px;
}

.animate_yazi {
	width: 200px;
	height: 100px;
	font-family: 'futura_oblique';
	font-size: 20px;
}

.parallax_title {
	width: 1100px;
	text-align: center;
	font-family: 'futura_oblique';
	font-size: 40px;
	color: white;
	margin: 0 0 50px 0;
}

.main_area_box {
	width: 300px;
	float: left;
}

.main_area_box_ust {
	width: 300px;
	color: white;
	font-family: 'Conv_Gill Sans';
	font-size: 70px;
	text-align: center;
	font-weight: bold;
}

.main_area_box_alt {
	width: 300px;
	color: black;
	font-family: 'Conv_Gill Sans';
	font-size: 20px;
	text-align: center;
	margin: 10px 0 0 0;
}

.main_area_2 {
	width: 1030px;
	margin: 0 auto;
	padding: 0 0 0 70px;
}

.main_iletisim_box {
	width: 1100px;
	padding: 75px 0 75px 0;
}

.main_iletisim_box_sol {
	width: 700px;
	float: left;
	margin: 0 30px 0 0;
	padding: 10px 10px 10px 10px;
	background: #595959;
}

.main_iletisim_box_sag {
	width: 370px;
	float: left;
	padding: 50px 0 0 0;
}

.main_iletisim_box_sag_box {
	width: 370px;
	margin: 0 0 50px 0;
}

.main_iletisim_box_sag_box_2 {
	width: 370px;
}

.main_iletisim_box_title {
	width: 370px;
	font-family: 'futura_oblique';
	font-size: 35px;
	color: white;
	margin: 0 0 15px 0;
}

.main_iletisim_box_yazi {
	width: 370px;
	font-family: 'Conv_Gill Sans Light';
	font-size: 20px;
	color: white;
}

.map {
	width: 680px;
	height: 420px;
}

.outer_footer {
	width: 100%;
	background: black;
	padding: 50px 0 50px 0;
}

.footer {
	width: 1100px;
	margin: 0 auto;
}

.footer_copy {
	width: 1100px;
	text-align: center;
	color: white;
	font-family: 'Conv_Gill Sans Light';
	font-size: 11px;
	margin: 0 0 25px 0;
}

.footer_copy a {
	text-decoration: none;
	color: white;
}

.footer_copy a:hover {
	color: #d4d4d4;
}

.footer_nav {
	width: 1100px;
	text-align: center;
}

.footer_nav li {
	display: inline;
}

.footer_nav li a {
	text-decoration: none;
	color: white;
	font-family: 'Conv_Gill Sans Light';
	font-size: 12px;
	padding: 0 5px 0 5px;
}

.footer_nav li a:hover {
	color: #d4d4d4;
}

.arrow_container {
	width: 1100px;
	text-align: center;
}

.arrows {
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  margin-top: 60px;
}

.arrows:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 26.66667px solid rgba(0, 0, 0, 0.7);
  border-bottom: 26.66667px solid rgba(0, 0, 0, 0.7);
  transform: translate(26.66667px, 106.66667px) rotate(-45deg);
  animation: arrows 1.5s linear infinite;
}

.arrows:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 26.66667px solid rgba(0, 0, 0, 0.7);
  border-bottom: 26.66667px solid rgba(0, 0, 0, 0.7);
  transform: translate(53.33333px, 0px) rotate(-45deg);
  animation: arrows 1.5s linear infinite -0.75s;
}

@keyframes arrows {
  0% {
    border-left: 26.66667px solid transparent;
    border-bottom: 26.66667px solid transparent;
    transform: translate(-13.33333px, -53.33333px) rotate(-45deg);
  }
  10%, 90% {
    border-left: 26.66667px solid transparent;
    border-bottom: 26.66667px solid transparent;
  }
  50% {
    border-left: 26.66667px solid rgba(0, 0, 0, 0.7);
    border-bottom: 26.66667px solid rgba(0, 0, 0, 0.7);
    transform: translate(-13.33333px, 0px) rotate(-45deg);
  }
  100% {
    border-left: 26.66667px solid transparent;
    border-bottom: 26.66667px solid transparent;
    transform: translate(-13.33333px, 53.33333px) rotate(-45deg);
  }
}

.iletisim_form_container {
	width: 1100px;
}

.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 1em;
	width: 600px;
	width: calc(100% - 2em);
	vertical-align: top;
}

.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #aaa;
	font-weight: bold;
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
	background: #f9f7f6;
}

.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	color: #6a7989;
	font-weight: bold;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}

.graphic {
	position: absolute;
	top: 0;
	left: 0;
	fill: none;
}

.icon {
	color: #ddd;
	font-size: 150%;
}

/* Kaede */
.input--kaede {
	display: block;
	overflow: hidden;
	margin: 1em auto 2em;
	background: #EFEEEE;
}

.input__field--kaede {
	position: absolute;
	top: 0;
	right: 100%;
	width: 60%;
	height: 100%;
	background: #f9f7f6;
	color: #9DABBA;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.input__label--kaede {
	z-index: 10;
	display: block;
	width: 100%;
	height: 100%;
	text-align: left;
	cursor: text;
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.input__label-content--kaede {
	padding: 1.5em 0;
}

.input__field--kaede:focus,
.input--filled .input__field--kaede {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition-delay: 0.06s;
	transition-delay: 0.06s;
}

.input__field--kaede:focus + .input__label--kaede,
.input--filled .input__label--kaede  {
	-webkit-transform: translate3d(60%, 0, 0);
	transform: translate3d(60%, 0, 0);
	pointer-events: none;
}

@media screen and (max-width: 34em) {
	.input__field--kaede:focus + .input__label--kaede,
	.input--filled .input__label--kaede  {
		-webkit-transform: translate3d(65%, 0, 0) scale3d(0.65, 0.65, 1);
		transform: translate3d(65%, 0, 0) scale3d(0.65, 0.65, 1);
		pointer-events: none;
	}
}

.form_submit_container {
	width: 1094px;
	padding: 0 6px 0 0;
}

.form_submit_container_capt {
	width: 1100px;
}

.g-recaptcha {
	float: right;
	margin-right: 15px;
	margin-bottom: 20px;
}

.form_message_box {
	width: 875px;
	height: 60px;
	line-height: 60px;
	color: red;
	float: left;
	text-align: left;
	padding: 0 0 0 15px;
	margin: 0 10px 0 0;
	font-size: 18px;
}

.form_submit_box {
	width: 200px;
	height: 60px;
	float: left;
}

.form_submit_box input {
	width: 200px;
	height: 60px;
	border: none;
	cursor: pointer;
	background: #efeeee;
}

.referans_button_area {
	width: 1100px;
	margin: 0 0 40px 0;
}

.referans_button {
	display: inline;
	padding: 15px 25px 15px 25px;
	background: white;
	border: 1px #989898 solid;
	color: #989898;
	cursor: pointer;
	font-family: 'futura_oblique';
	font-size: 16px;
}

.referans_button:hover {
	background: #989898;
	color: white;
}

.referans_box {
	width: 540px;
	height: 250px;
	float: left;
	margin: 5px 5px 5px 5px;
}

.referans_box_left {
	width: 250px;
	height: 248px;
	background: #d6d7d9;
	float: left;
}

.referans_box_left_img {
	width: 250px;
	height: 250px;
	padding: 15px 15px 15px 15px;
}

.referans_box_left_img_2 {
	width: 250px;
	height: 250px;
	padding: 15px 15px 15px 15px;
}

.referans_box_left_img img {
	-webkit-box-shadow: 0px 2px 5px 0px rgba(117,117,117,1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(117,117,117,1);
	box-shadow: 0px 2px 5px 0px rgba(117,117,117,1);
}

.referans_box_right_title {
	width: 288px;
	height: 35px;
	font-family: 'futura_oblique';
	font-size: 18px;
	text-align: center;
	line-height: 35px;
}

.referans_box_right_title_border {
	width: 228px;
	height: 1px;
	background: #d6d7d9;
	margin: 0 auto;
}

.referans_box_right_title_detay {
	width: 288px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #989898;
	font-family: 'futura_oblique';
	font-size: 12px;
	margin: 0 0 20px 0;
}

.referans_box_right_detay_yazi {
	width: 268px;
	height: 100px;
	text-align: center;
	font-family: 'futura_oblique';
	font-size: 14px;
	padding: 0 10px 0 10px;
	margin: 0 0 0 10px;
}

.referans_box_right_button {
	width: 288px;
	height: 40px;
}

.referans_box_right_button a {
	display: block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	border: 1px #989898 solid;
	margin: 0 auto;
	color: #989898;
	cursor: pointer;
	font-family: 'futura_oblique';
	font-size: 16px;
}

.referans_box_right_button a:hover {
	background: #989898;
	color: white;
}
	

.referans_box_right {
	width: 288px;
	height: 248px;
	float: left;
	border: 1px #d6d7d9 solid;
}

.referans_box_2 {
	width: 540px;
	height: 250px;
	float: left;
	margin: 10px 0 10px 10px;
}

.scale-anm {
  transform: scale(1);
}

.amerikan_servis_vertical_align {
	margin: 30px 0 0 0;
}

.modal_container {
	width: 700px;
}
































