




@keyframes hover-shadow {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }
  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }
}
@-webkit-keyframes hover-shadow {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }
  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }
}
@-moz-keyframes hover-shadow {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }
  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }
}
@-ms-keyframes hover-shadow {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }
  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }
}
@-o-keyframes hover-shadow {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }
  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }
}
.hover-shadow {
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hover-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
.hover-shadow:hover {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-animation-name: hover;
  animation-name: hover;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.hover-shadow:after {
  opacity: .4;
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-animation-name: hover-shadow;
  animation-name: hover-shadow;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.chromeframe {
  margin: 0.2em 0;
  background: #a10108;
  color: #ffffff;
  padding: 5em 5em;
  text-align: center;
}
.chromeframe a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}

body,
html {
  height: 98%;
}
body {
  color: #FFF;
  margin: 25px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
body a,
body a:hover {
  text-decoration: none;
}
.site-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.site-wrapper .home-slides {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  opacity: 1;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.site-wrapper .pattern {
  z-index: 100;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("/bundles/atlcommon/default/assets/img/pattern.png") repeat;
}
.site-wrapper .site-wrapper-inner {
  z-index: 150;
  position: relative;
}
.site-wrapper .logo {
  width: 100%;
  max-width: 293px;
  margin-top: 20px;
}
.site-wrapper .phone-number {
  font-size: 18px;
  text-align: right;
  margin-top: 15px;
}
.site-wrapper .mobile-menu-trigger .fa {
  color: #ffffff;
  font-size: 20px;
  margin-top: 10px;
  border: 1px solid #fff;
  padding: 5px 5px 3px;
}
.site-wrapper .menu li {
  padding: 25px 0 0;
  margin-top: -25px;
  position: relative;
}
.site-wrapper .menu li a {
  color: #FFF;
  display: block;
  padding: 33px 18px 15px;
}
.site-wrapper .menu li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(0, 159, 227, 0.8);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.site-wrapper .menu li:hover:before {
  height: 100%;
  z-index: -1;
  background: #009fe3;
}
.site-wrapper .menu li.active:before {
  height: 100%;
  z-index: -1;
  background: rgba(0, 159, 227, 0.8);
}
.site-wrapper .mobile-menu {
  display: none;
  margin-top: 25px;
}
.site-wrapper .mobile-menu li {
  margin-bottom: 2px;
}
.site-wrapper .mobile-menu li a {
  color: #ffffff;
  display: block;
  padding: 10px;
  background: #009fe3;
  text-align: center;
}
.site-wrapper .mobile-menu li a:hover {
  background: rgba(0, 159, 227, 0.8);
}
.site-wrapper .slide-control-container {
  height: 500px;
  position: relative;
}
.site-wrapper .slide-control-holder {
  right: 0;
  bottom: 25%;
}
.site-wrapper .slide-directions a {
  color: #ffffff;
  padding: 2px 15px 3px;
  font-size: 40px;
  margin: 5px 0;
  display: inline-block;
  background: rgba(0, 159, 227, 0.8);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.site-wrapper .slide-directions a:hover {
  background: #009fe3;
}
.site-wrapper .captions {
  position: relative;
}
.site-wrapper .captions .slide-caption {
  width: 100%;
  padding: 20px;
  position: absolute;
  display: none;
  background: rgba(0, 159, 227, 0.8);
}
.site-wrapper .captions .slide-caption hgroup h1 {
  font-weight: 300;
}
.site-wrapper .captions .slide-caption hgroup h1,
.site-wrapper .captions .slide-caption hgroup h2 {
  margin: 0;
  color: #ffffff;
  font-size: 50px;
  letter-spacing: 5px;
}
.site-wrapper .captions .slide-caption p {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 24px;
  font-weight: 300;
}
.content {
  color: #ffffff;
}
.content .page-heading {
  text-align: right;
  padding: 20px 15px;
  background: rgba(0, 159, 227, 0.8);
}
.content .page-heading:before {
  content: "";
  display: block;
  height: 108px;
  position: absolute;
  background: rgba(0, 159, 227, 0.8);
  width: 1000px;
  top: 0;
  left: 15px;
  margin-left: -1000px;
}
.content .page-heading .head-group {
  font-size: 25px;
  letter-spacing: 2px;
}
.content .page-heading .head-group .strong {
  font-weight: 700;
}
.content .page-heading .head-group .light {
  font-weight: 400;
}
.content .page-heading .tagline {
  font-size: 20px;
  margin-top: 5px;
  font-family: 'Kaushan Script', Arial, Helvetica, sans-serif;
}
.content .classic-content {
  background: #ffffff;
  padding: 30px;
  font-size: 13px;
  line-height: 24px;
  color: #646464;
}
.content .classic-content:before {
  position: absolute;
  content: "";
  background: url(/bundles/atlcommon/default/assets/img/tuncer-sezgin.png) no-repeat bottom center #ffffff;
  float: right;
  text-align: center;
  width: 190px;
  height: 300px;
  left: -175px;
  bottom: 0;
}
.content .classic-content p {
  margin-bottom: 20px;
}
.content .classic-content.fixed {
  z-index: 100;
  top: 0;
  left: 0;
  position: absolute;
  display: none;
  margin-left: 15px;
}
.content .classic-content.fixed .fa {
  z-index: 100;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  padding: 10px 12px;
  color: #ffffff;
  background: rgba(0, 159, 227, 0.8);
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.content .classic-content.fixed .fa:hover {
  background: #009fe3;
}
.content .google-map {
  width: 85%;
  height: 300px;
  float: right;
}

.services .service-wrapper {
  text-align: center;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #ffffff;
  padding: 60px 0 40px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.services .service-wrapper a {
  display: block;
}
.services .service-wrapper a .fa,
.services .service-wrapper a span {
  display: block;
}
.services .service-wrapper a .fa {
  color: #009fe3;
  font-size: 80px;
  margin-bottom: 10px;
}
.services .service-wrapper a span {
  color: rgba(255, 255, 255, 0);
  font-size: 16px;
}
.services .service-wrapper:hover {
  background: #009fe3;
}
.services .service-wrapper:hover .fa,
.services .service-wrapper:hover span {
  color: #ffffff;
}

.portfolio .portfolio-wrapper {
  padding: 5px;
  background: #ffffff;
  margin-bottom: 30px;
  max-width: 220px;
  position: relative;
}
.portfolio .portfolio-wrapper span {
  color: #009fe3;
}
.portfolio .portfolio-wrapper div > img {
  width: 100%;
  max-width: 220px;
  margin-bottom: 5px;
  position: relative;
  z-index: 50;
}
.portfolio .portfolio-wrapper div > .fa {
  color: #ffffff;
  font-size: 40px;
  position: absolute;
  z-index: 100;
  top: 35%;
  left: 45%;
  display: none;
}

.design .design-wrapper {
  height: 220px;
  max-width: 220px;
  margin-bottom: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.design .design-wrapper a {
  color: #009fe3;
  font-size: 14px;
  display: block;
  height: 100%;
  padding: 50px 0 0 75px;
  text-transform: uppercase;
  background: url("/bundles/atlcommon/default/assets/img/shadow.png") no-repeat right top;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.design .design-wrapper a:hover {
  font-size: 20px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.design .design-wrapper.koltuk-tasarimlari,
.design .design-wrapper.koltuklar {
  background: #ffffff url("/bundles/atlcommon/default/assets/img/design/koltuk.png") no-repeat -50px 50px;
}
.design .design-wrapper.koltuk-tasarimlari:hover,
.design .design-wrapper.koltuklar:hover {
  background-position: -75px 75px;
}
.design .design-wrapper.yatak-tasarimlari,
.design .design-wrapper.yataklar {
  background: #ffffff url("/bundles/atlcommon/default/assets/img/design/yatak.png") no-repeat -50px 53px;
}
.design .design-wrapper.yatak-tasarimlari:hover,
.design .design-wrapper.yataklar:hover {
  background-position: -75px 65px;
}
.design .design-wrapper.kanepe-tasarimlari,
.design .design-wrapper.kanepeler {
  background: #ffffff url("/bundles/atlcommon/default/assets/img/design/kanepe.png") no-repeat -50px 50px;
}
.design .design-wrapper.kanepe-tasarimlari:hover,
.design .design-wrapper.kanepeler:hover {
  background-position: -75px 65px;
}
.design .design-wrapper.sandalye-tasarimlari,
.design .design-wrapper.sandalyeler {
  background: #ffffff url("/bundles/atlcommon/default/assets/img/design/sandalye.png") no-repeat -70px 40px;
}
.design .design-wrapper.sandalye-tasarimlari:hover,
.design .design-wrapper.sandalyeler:hover {
  background-position: -95px 75px;
}
.design .design-wrapper.aksesuarlar {
  background: #ffffff url("/bundles/atlcommon/default/assets/img/design/aksesuar.png") no-repeat -70px 45px;
}
.design .design-wrapper.aksesuarlar:hover {
  background-position: -95px 65px;
}
.design .design-wrapper.puf-tasarimlari,
.design .design-wrapper.puflar {
  background: #ffffff url("/bundles/atlcommon/default/assets/img/design/puf.png") no-repeat -70px 55px;
}
.design .design-wrapper.puf-tasarimlari:hover,
.design .design-wrapper.puflar:hover {
  background-position: -95px 65px;
}
.design .design-wrapper.yemek-masasi-tasarimlari,
.design .design-wrapper.yemek-masasi {
  background: #ffffff url("/bundles/atlcommon/default/assets/img/design/yemek-masa.png") no-repeat -70px 50px;
}
.design .design-wrapper.yemek-masasi-tasarimlari:hover,
.design .design-wrapper.yemek-masasi:hover {
  background-position: -95px 65px;
}
.design .design-wrapper.sehpa-tasarimlari,
.design .design-wrapper.sehpalar {
  background: #ffffff url("/bundles/atlcommon/default/assets/img/design/sehpa.png") no-repeat -70px 40px;
}
.design .design-wrapper.sehpa-tasarimlari:hover,
.design .design-wrapper.sehpalar:hover {
  background-position: -95px 65px;
}
.design .design-wrapper.tv-unitesi-tasarimlari,
.design .design-wrapper.tv-uniteleri {
  background: #ffffff url("/bundles/atlcommon/default/assets/img/design/konsol.png") no-repeat -70px 40px;
}
.design .design-wrapper.tv-unitesi-tasarimlari:hover,
.design .design-wrapper.tv-uniteleri:hover {
  background-position: -95px 65px;
}
.design .design-wrapper.banyo-tasarimlari {
  background: #ffffff url("/bundles/atlcommon/default/assets/img/design/banyo.png") no-repeat -70px 40px;
}
.design .design-wrapper.banyo-tasarimlari:hover {
  background-position: -95px 65px;
}
.design .design-wrapper.mutfak-tasarimlari {
  background: #ffffff url("/bundles/atlcommon/default/assets/img/design/mutfak.png") no-repeat -70px 40px;
}
.design .design-wrapper.mutfak-tasarimlari:hover {
  background-position: -95px 65px;
}
.design .design-wrapper.genc-odasi-tasarimlari {
  background: #ffffff url("/bundles/atlcommon/default/assets/img/design/genc-odasi.png") no-repeat -50px 45px;
}
.design .design-wrapper.genc-odasi-tasarimlari:hover {
  background-position: -75px 65px;
}

.contact hr {
  margin: 60px 0;
}
.contact .contact-info .fa {
  padding-right: 5px;
  margin-right: 8px;
  border-right: 1px solid #ccc;
  height: 36px;
  float: left;
  margin-top: 6px;
  width: 20px;
}
.contact .contact-info a {
  color: #646464;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contact .contact-info a:hover {
  color: #009fe3;
}
.contact .form-ajax input[type=text],
.contact .form-ajax input[type=email] {
  width: 100%;
  padding: 5px 10px;
  outline: none;
  color: #444444;
  margin-bottom: 30px;
  border: 1px solid #e7e7e7;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contact .form-ajax input[type=text]:focus,
.contact .form-ajax input[type=email]:focus {
  border-color: #444444;
}
.contact .form-ajax button {
  border: none;
  color: #ffffff;
  padding: 6px 50px;
  display: inline-block;
  background: #184a61;
  font-weight: 300;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contact .form-ajax button:hover {
  background: #009fe3;
}
.contact .form-ajax .fa {
  font-size: 16px;
  vertical-align: middle;
}
.contact .form-ajax .alert {
  display: none;
}


@media only screen and (min-width: 320px) and (max-width: 479px) {
  .content {
    margin-top: 2%;
  }
  .content .col-span {
    margin-right: 0;
  }
  .content .classic-content {
    height: 300px;
    overflow: auto;
  }
  .site-wrapper .slide-control-holder {
    margin-top: 10%;
  }
  .site-wrapper .phone-number {
    text-align: center !important;
  }
  .site-wrapper .logo-wrapper {
    text-align: center;
  }
  .site-wrapper .logo-wrapper img {
    display: inline-block;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .content {
    margin-top: 2%;
  }
  .content .col-span {
    margin-right: 0;
  }
  .content .classic-content {
    height: 300px;
    overflow: auto;
  }
  .site-wrapper .slide-control-holder {
    margin-top: 10%;
  }
  .site-wrapper .phone-number {
    text-align: center !important;
  }
  .site-wrapper .logo-wrapper {
    text-align: center;
  }
  .site-wrapper .logo-wrapper img {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .content {
    margin-top: 2%;
  }
  .content .col-span {
    margin-right: 0;
  }
  .content .classic-content {
    height: 408px;
    overflow: auto;
  }
  .site-wrapper .slide-control-holder {
    margin-top: 15%;
  }
}

@media only screen and (min-width: 1024px) {
  .content {
    margin-top: 2%;
  }
  .content .col-span {
    margin-right: 0;
  }
  .site-wrapper .slide-control-holder {
    margin-top: 15%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .content {
    margin-top: 2%;
  }
  .content .col-span {
    margin-right: -30px;
  }
  .site-wrapper .slide-control-holder {
    margin-top: 25%;
  }
}

@media only screen and (min-width: 1400px) {
  .content {
    margin-top: 7%;
  }
  .content .col-span {
    margin-right: -30px;
  }
  .content .classic-content {
    height: 408px;
    overflow: auto;
  }
  .site-wrapper .slide-control-holder {
    margin-top: 40%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1399px) {
  .content {
    margin-top: 2%;
  }
  .content .classic-content {
    height: 408px;
    overflow: auto;
  }
  .site-wrapper .slide-control-holder {
    margin-top: 25%;
  }
}


