.title1{
    font-size: 66px;
    position: relative;
    line-height: 68px;
    padding-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-family: 'Bree Serif', serif;
}
.title2{
    font-size: 46px;
    position: relative;
    line-height: 48px;
    padding-bottom: 6px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-family: 'Bree Serif', serif;
}

#phone_label::after{
    content: "";
}
#submit_btn{
  border: none;
  border-radius: 0;
}

#shareSocial{
  width: 17px;
  height: 15px;
  overflow: hidden;
  cursor:pointer;
}
#Socials{
  position: absolute;
  left: 20px;
  width: 130px;
  top: 0px;
}
#Socials a{
  float: left;
  margin: 0 5px;
}

#facetweet span{
    float: left;
}

.facetweet{
    width: 335px;
    height: 100px;
    margin: 0 auto;
}

#facetweet i{
    margin: 0 50px;
    font-size: 80px;
    color: #333;
}
#facetweet p{
    font-size: 17px;
    color: #666;
}


#ik-form-bx input[type="text"], #ik-form-bx input[type="text"]:hover, #ik-form-bx input[type="text"]:focus, #ik-form-bx textarea, #ik-form-bx textarea:hover, #ik-form-bx textarea:focus {
    color: #444;
    background-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(0, 0, 0, 0);
}

#ik-form-bx input[type="text"], #ik-form-bx input[type="text"]:hover, #ik-form-bx input[type="text"]:focus, #ik-form-bx textarea, #ik-form-bx textarea:hover, #ik-form-bx textarea:focus {
    color: #000;
    min-width: 100%;
    padding: 6px 9px;
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid #E2E2E2;
}

.lead {
    font-weight: 500;
}
.custom-file-input {
    color: transparent;
}
.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}
.custom-file-input::before {
    content: 'Dosya seçmek için tıklayınız..';
    color: #000;
    display: inline-block;
    background: -webkit-linear-gradient(top, rgba(249, 249, 249, 0.7), rgba(227, 227, 227, 0.5));
    border: 1px solid #FFF;
    border-radius: 3px;
    padding: 6px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 10pt;
}
.custom-file-input:hover::before {
    border-color: #ccc;
}
.custom-file-input:active {
    outline: 0;
}
.custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}


.client-list .client {
    cursor: default;
    display: inline-block;
    width: 188px;
    height: 90px;
    margin: 0px 28px 60px 28px;
    text-indent: -9999px;
    background-position: center center;
}


.work-detail-thumbs-shell {
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 100%;
    overflow: hidden;
	z-index:12;
}
.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
}
.work-detail-thumbs-shell .work-detail-thumbs .thumb {
    text-align: center;
    float: left;
}
.work-detail-thumbs-shell .work-detail-thumbs .thumb .inner {
    display: inline-block;
    cursor: pointer;
    border: 5px solid #FFF;
}
.work-detail-thumbs-shell .work-detail-thumbs .thumb .holder {
    position: relative;
}
.work-detail-thumbs-shell .work-detail-thumbs .thumb .inner img {
    width: 90px;
    height: 90px;
}
.work-detail-thumbs-shell .work-detail-thumbs .thumb .inner .holder span {
    width: 90px;
    height: 90px;
    float: left;
}
.work-detail-thumbs-shell .work-detail-thumbs .thumb .holder .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.work-detail-thumbs-shell .work-detail-thumbs .slick-track {
    margin: 0 auto;
}
.work-detail-thumbs-shell .work-detail-thumbs .thumb .holder .overlay i {
    top: 35%;
    position: relative;
}

.work-detail-thumbs-shell .work-detail-thumbs .thumb .holder-s .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 90px;
    height: 90px;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}


.work-detail-thumbs-shell .work-detail-thumbs .thumb:hover .inner{
    border-color: red;
}
.work-detail-thumbs-shell .work-detail-thumbs .thumb:hover .holder .overlay {
    display: block;
}

.popWork {
    display: none;
    position: relative;
    top: -700px;
	z-index:11;
}
.popWork img {
     margin: 0 auto;
     display: block;
     max-width: 100%;
    height: 500px;
}
.popWork iframe {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    border: 10px solid #FFF;
    height: 400px;
}
#wrk{
    height: 759px;
}
#wrk img.ana{
    position: relative;
    width: auto;
    height: 759px;
    top: 0;
    left: 0;
}
@media only all and (max-width: 1440px) {
    .popWork {
        top: -560px;
    }
    .popWork img ,.popWork iframe {
        height: 400px;
    }
    #wrk{
        height: 579px;
    }
    #wrk img.ana{
        height: 579px;
    }
}
@media only all and (max-width: 768px) {
    .popWork {
        top: -425px;
    }
    .popWork img ,.popWork iframe {
        height: 270px;
    }
    #wrk{
        height: 430px;
    }
    #wrk img.ana{
        height: 430px;
    }
}
