﻿/* ----------------------------------- //
//      Custom Mixins
// ----------------------------------- //*/
/*Cover Background Mixin*/
.subpage {
  padding: 120px 0 60px;
  text-align: center;
  background: url(/Content/images/subpage-header-bg.jpg) no-repeat top;
  position: relative; }
  .subpage--cover-1 {
    background: url(/Content/images/subpage-header-bg-2.jpg) no-repeat top; }
  .subpage__title {
    margin: 0 0 30px; }
  .subpage__tagtitle {
    margin: -20px 0 30px;
    color: #534859;
    line-height: 1; }
    .subpage__tagtitle > span {
      display: inline-block;
      background-color: #F0EBE6;
      border-radius: 20px;
      padding: 8px 42px 8px 24px;
      position: relative; }
      .subpage__tagtitle > span > a {
        font-size: 12px;
        display: inline-block;
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 16px; }
  .subpage__lead {
    margin: 0 auto 40px;
    max-width: 920px; }
    .subpage__lead--fixed-height {
      min-height: 50px; }
  .subpage .dot--v4 {
    top: 580px;
    left: 50%;
    margin-left: -620px; }
  .subpage .dot--v2 {
    top: 300px;
    left: 50%;
    margin-left: 530px; }
  .subpage .line--v1 {
    top: 700px;
    left: 50%;
    z-index: -1;
    margin-left: 509px;
    background-color: #E8A49C; }
  @media (max-width: 1199px) {
    .subpage .dot--v4 {
      display: none;
      visibility: hidden; }
    .subpage .dot--v2 {
      display: none;
      visibility: hidden; }
    .subpage .line--v1 {
      display: none;
      visibility: hidden; } }
  @media (max-width: 767px) {
    .subpage {
      padding: 100px 0 40px; }
      .subpage__title {
        margin-bottom: 20px; } }

.work-images {
  text-align: center;
  max-width: 1024px;
  margin: 0 auto 15px; }
  .work-images__item {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    margin: 0 auto 45px; }
    .work-images__item > img {
      display: block;
      margin: 0 auto; }

.work-text {
  margin-bottom: 40px; }

.work-icon {
  margin: 0 auto 45px;
  width: 65px;
  height: 65px;
  background-color: #E8A49C;
  position: relative; }
  .work-icon:before {
    font-family: 'icomoon';
    color: #fff;
    display: block;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); }
  .work-icon--fotograf {
    background-color: #705f93; }
    .work-icon--fotograf:before {
      content: '\e909'; }
  .work-icon--video {
    background-color: #ff7b89; }
    .work-icon--video:before {
      content: '\e906'; }
  .work-icon--sosyal-medya {
    background-color: #8a5082; }
    .work-icon--sosyal-medya:before {
      content: '\e903'; }
  .work-icon--yazilim {
    background-color: #758eb7; }
    .work-icon--yazilim:before {
      content: '\e90e'; }
  .work-icon--tasarim {
    background-color: #a5cad2; }
    .work-icon--tasarim:before {
      content: '\e907'; }

.breadcrumb {
  list-style-type: none;
  margin: 0 0 15px;
  padding: 0;
  text-align: left; }
  .breadcrumb > li {
    display: inline-block;
    font-size: 13px;
    color: #534859;
    margin-right: 3px; }
    .breadcrumb > li > a {
      color: #050505; }
    .breadcrumb > li:after {
      content: '>';
      font-size: 12px;
      display: inline-block;
      margin-left: 3px; }
    .breadcrumb > li:last-child:after {
      display: none; }
  @media (max-width: 767px) {
    .breadcrumb {
      margin-bottom: 20px; } }

.skills__list {
  margin: 0 0 60px;
  padding: 0;
  text-align: center; }

.skills__item {
  display: inline-block;
  margin: 0 15px; }
  .skills__item > a {
    display: block;
    width: 137px;
    height: 137px;
    background-color: #efefef;
    position: relative;
    color: #050505; }
    .skills__item > a > span {
      position: absolute;
      margin: 0 auto;
      left: 0;
      right: 0;
      top: 30px;
      font-size: 42px; }
    .skills__item > a > h5 {
      margin: 0;
      position: absolute;
      text-align: center;
      padding: 0 10px;
      bottom: 25px;
      font-size: 18px;
      font-weight: 500;
      width: 100%; }
  .skills__item--active > a {
    background-color: #534859;
    color: #fff; }
    .skills__item--active > a:after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(136, 183, 213, 0);
      border-top-color: #534859;
      border-width: 12px;
      margin-left: -12px; }
  .skills__item--video.skills__item--active > a {
    background-color: #ff7b89; }
    .skills__item--video.skills__item--active > a:after {
      border-top-color: #ff7b89; }
  .skills__item--sosyal-medya.skills__item--active > a {
    background-color: #8a5082; }
    .skills__item--sosyal-medya.skills__item--active > a:after {
      border-top-color: #8a5082; }
  .skills__item--fotograf.skills__item--active > a {
    background-color: #705f93; }
    .skills__item--fotograf.skills__item--active > a:after {
      border-top-color: #705f93; }
  .skills__item--yazilim.skills__item--active > a {
    background-color: #758eb7; }
    .skills__item--yazilim.skills__item--active > a:after {
      border-top-color: #758eb7; }
  .skills__item--tasarim.skills__item--active > a {
    background-color: #a5cad2; }
    .skills__item--tasarim.skills__item--active > a:after {
      border-top-color: #a5cad2; }

.skills__content {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.33s, opacity 0.33s linear;
  margin: 0 auto;
  max-width: 710px;
  position: absolute;
  left: 0;
  right: 0; }
  .skills__content--active {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s; }

@media (max-width: 991px) {
  .skills__list {
    margin-bottom: 40px; }
  .skills__item {
    display: inline-block;
    margin: 0 5px; }
    .skills__item > a {
      width: 120px;
      height: 120px; }
      .skills__item > a > span {
        top: 20px;
        font-size: 38px; }
      .skills__item > a > h5 {
        padding: 0 6px;
        bottom: 25px;
        font-size: 17px; }
    .skills__item--active > a:after {
      border-width: 10px;
      margin-left: -10px; }
  .skills__content {
    font-size: 18px;
    line-height: 1.7; } }

@media (max-width: 767px) {
  .skills__list {
    margin-bottom: 30px; }
  .skills__item {
    display: inline-block;
    margin: 0 5px 10px; }
    .skills__item > a {
      width: 90px;
      height: 90px; }
      .skills__item > a > span {
        top: 15px;
        font-size: 32px; }
      .skills__item > a > h5 {
        padding: 0 6px;
        bottom: 10px;
        font-size: 15px; }
    .skills__item--active > a:after {
      display: none; }
  .skills__content {
    font-size: 16px;
    line-height: 1.7;
    padding: 0 15px; } }

.works__item {
  margin-bottom: 30px;
  display: block;
  position: relative; }
  .works__item > img {
    width: 100%; }
  .works__item:before {
    content: '';
    border: 6px solid #fff;
    width: calc(100% - 45px);
    height: calc(100% - 45px);
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 15; }
  .works__item:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #050505;
    opacity: 0.3; }
  .works__item:hover .works__title:after, .works__item:hover .works__desc {
    opacity: 1;
    visibility: visible;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .works__item:hover:before {
    border-color: #E8A49C;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .works__item--fotograf:hover:before {
    border-color: #705f93; }
  .works__item--fotograf .works__title:after {
    background-color: #705f93; }
  .works__item--video:hover:before {
    border-color: #ff7b89; }
  .works__item--video .works__title:after {
    background-color: #ff7b89; }
  .works__item--sosyal-medya:hover:before {
    border-color: #8a5082; }
  .works__item--sosyal-medya .works__title:after {
    background-color: #8a5082; }
  .works__item--yazilim:hover:before {
    border-color: #758eb7; }
  .works__item--yazilim .works__title:after {
    background-color: #758eb7; }
  .works__item--tasarim:hover:before {
    border-color: #a5cad2; }
  .works__item--tasarim .works__title:after {
    background-color: #a5cad2; }
  .works__item--gallery:before {
    display: none; }
  .works__item--gallery:after {
    opacity: 0; }
  .works__item--gallery:hover:after {
    opacity: .3;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

.works__title {
  margin: 0;
  padding: 0;
  font-size: 34px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  z-index: 15;
  width: 260px; }
  .works__title:after {
    content: '\e900';
    display: block;
    margin: 10px auto 0;
    width: 35px;
    height: 35px;
    text-align: center;
    color: #fff;
    padding-top: 13px;
    font-family: icomoon;
    font-size: 9px;
    background-color: #E8A49C;
    opacity: 0;
    visibility: hidden; }

.works__desc {
  width: 260px;
  font-size: 20px;
  color: #fff;
  font-weight: normal;
  display: block;
  position: absolute;
  bottom: 40px;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 99; }

.search {
  position: relative;
  width: 100%;
  display: block;
  margin: 0 auto 45px; }
  .search__input {
    border: 1px solid #F2F2F2;
    background-color: transparent;
    display: block;
    width: 100%;
    padding: 12px 30px 12px 48px;
    font-size: 18px;
    color: #050505;
    background: url(/Content/images/search.png) left 12px center no-repeat #fff;
    outline: none; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
      .search__input {
        background: url("/Content/images/search@2x.png") no-repeat left 12px center;
        background-size: 22px; } }
  .search__button {
    width: 23px;
    height: 23px;
    display: block;
    border: none;
    background-color: #E8A49C;
    position: absolute;
    right: 15px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .search__button span {
      font-size: 6px;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translateY(-50%) translateX(-50%);
      -o-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      -webkit-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%); }
  .search .autocomplete-items {
    position: absolute;
    padding: 0;
    z-index: 99;
    background-color: #fff;
    text-align: left;
    width: 100%; }
    .search .autocomplete-items > div {
      border-bottom: 1px solid #F2F2F2;
      padding: 8px 20px;
      cursor: pointer; }
      .search .autocomplete-items > div.autocomplete-active {
        background-color: #efefef; }
      .search .autocomplete-items > div:last-child {
        border-bottom: none; }

.post {
  margin-bottom: 45px; }
  .post__img {
    display: block;
    position: relative; }
    .post__img:before {
      content: '';
      border: 6px solid #fff;
      width: calc(100% - 60px);
      height: calc(100% - 60px);
      position: absolute;
      top: 30px;
      left: 30px; }
    .post__img > img {
      display: block; }
  .post__desc {
    text-align: left; }
    .post__desc--alt {
      text-align: right; }
    .post__desc h3 {
      font-size: 32px;
      font-weight: 600;
      margin: 5px 0 15px;
      color: #534859; }
    .post__desc p {
      margin-bottom: 15px; }
  .post__tag {
    display: inline-block;
    margin-right: 10px;
    color: #E8A49C;
    font-size: 16px; }
  .post__date {
    display: block;
    font-size: 13px;
    color: #534859;
    margin: -10px 0 10px; }
  .post__link {
    width: 36px;
    height: 36px;
    font-size: 9px;
    position: relative;
    color: #fff;
    display: inline-block;
    background-color: #E8A49C; }
    .post__link .icon-arrow-right {
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translateY(-50%) translateX(-50%);
      -o-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      -webkit-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%); }
