@charest "utf-8";
/* author Fuba Image == FrameWorkV2 */

@import url("alt-sayfa.css");

section .ust {
    background-image: url(../img/kurumsal-ust.jpg)
}

section .proje-kategori a {
    display: block;
    width: 30%;
    margin-right: 5%;
    float: left;
    border: 1px solid #e5e6e8;
    margin-bottom: 15px;
    height: 335px;
    background-size: cover;
    background-position: center bottom;
    position: relative;
    padding-top: 210px
}

section .proje-kategori a:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: transparent;
    background: -webkit-linear-gradient(transparent, #fff, #fff);
    background: -o-linear-gradient(transparent, #fff, #fff);
    background: -moz-linear-gradient(transparent, #fff, #fff);
    background: linear-gradient(transparent, #fff, #fff);
    -wekit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

section .proje-kategori a:hover:before {
    height: 110%;
    background: transparent;
    background: -webkit-linear-gradient(transparent, #fff, #e8e8e8);
    background: -o-linear-gradient(transparent, #fff, #e8e8e8);
    background: -moz-linear-gradient(transparent, #fff, #e8e8e8);
    background: linear-gradient(transparent, #fff, #e8e8e8);
    -wekit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

section .proje-kategori a:nth-of-type(3n+0) {
    margin-right: 0
}

section .proje-kategori a * {
    font-family: 'Roboto';
    font-weight: 400;
    text-align: center;
    position: relative
}

section .proje-kategori a h3 {
    font-size: 17px;
    color: #6a6a6a;
    text-transform: uppercase
}

section .proje-kategori a h4 {
    font-size: 12px;
    color: #b0b2b3;
    margin: 10px 0
}

section .proje-kategori a h5 {
    font-size: 14px;
    color: #b0b2b3;
    text-transform: capitalize;
    margin-bottom: 10px
}

section .proje-kategori a span {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../img/avci-icon.png);
    background-position: -740px center
}

section .tamamlanan .projeler a {
    display: block;
    width: 23.5%;
    margin-right: 2%;
    float: left;
    margin-bottom: 25px;
    height: 310px;
    background-size: cover;
    position: relative;
    padding-top: 220px
}

section .tamamlanan .projeler a:nth-of-type(4n+0) {
    margin-right: 0
}

section .tamamlanan .projeler a:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 75%;
    left: 0;
    bottom: 0;
    background: transparent;
    background: -webkit-linear-gradient(transparent, #022b3f);
    background: -o-linear-gradient(transparent, #022b3f);
    background: -moz-linear-gradient(transparent, #022b3f);
    background: linear-gradient(transparent, #022b3f);
}

section .tamamlanan .projeler a:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border: 1px solid #fff;
    -wekit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

section .tamamlanan .projeler a:hover:before {
    height: 100%;
    -wekit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

section .tamamlanan .projeler a * {
    font-family: 'Roboto';
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    position: relative
}

section .tamamlanan .projeler a h3 {
    font-size: 18px
}

section .tamamlanan .projeler a h4 {
    font-size: 10px;
    margin: 8px 0
}

section .tamamlanan .projeler a p {
    font-size: 14px
}

.fancybox-caption {
    text-align: center;
    text-transform: capitalize
}

section .proje-kategori.devam-eden a:before {
    height: 150px;
    background-color: #fff
}

section.yeni-proje .ust {
    height: 470px;
    background-image: url(../img/yeniproje/yeniproje-banner.jpg);
    padding-top: 125px
}

section.yeni-proje .ust:before {
    display: none
}

section.yeni-proje .ust .logo {
    height: 225px;
    background-image: url(../img/yeniproje/yeniproje-logo.png);
    margin-bottom: 30px
}

section.yeni-proje .ust .orta {
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%)
}

section.yeni-proje .ust .orta > a {
    display: block;
    float: left;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 21px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(20, 20, 20, .42);
    line-height: 45px;
    padding-right: 20px;
    border-right: 1px solid #fff;
    float: left
}

section.yeni-proje .ust .orta > a:before {
    content: "";
    display: block;
    float: left;
    width: 32px;
    height: 45px;
    background-image: url(../img/avci-icon.png);
    background-position: -1007px center;
    margin-right: 7px
}

section.yeni-proje .ust .orta .sosyal {
    float: left;
    margin-left: 15px
}

section.yeni-proje .ust .orta .sosyal a {
    display: block;
    float: left;
    width: 32px;
    height: 45px;
    background-image: url(../img/avci-icon.png);
    margin-right: 10px;
    -wekit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

section.yeni-proje .ust .orta .sosyal a:hover {
    transform: translateY(-5px);
    -wekit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

section.yeni-proje .ust .orta .sosyal a.insta {
    background-position: -1039px center
}

section.yeni-proje .ust .orta .sosyal a.youtube {
    background-position: -1070px center
}

section.yeni-proje .ust .orta .sosyal a.face {
    background-position: -1102px center
}

section.yeni-proje .ust .orta .sosyal a.twitter {
    background-position: -1134px center
}

section.yeni-proje .ust .orta .sosyal a.pin {
    background-position: -1166px center
}

section.yeni-proje .baslik {
    background-color: #fefefe;
    position: relative;
    padding: 70px 0 50px
}

section.yeni-proje .baslik:before,
section.yeni-proje .baslik:after,
section.yeni-proje .bitis-suresi:before,
section.yeni-proje .bitis-suresi:after,
section.yeni-proje .nereye-yakin:before,
section.yeni-proje .nereye-yakin:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: left center;
    background-image: url(../img/baslik-sol.png)
}

section.yeni-proje .baslik:after {
    background-image: url(../img/baslik-sag.png);
    background-position: right center
}

section.yeni-proje .baslik .grid,
section.yeni-proje .bitis-suresi .grid,
section.yeni-proje .nereye-yakin .grid {
    z-index: 1
}

section.yeni-proje .baslik h1 {
    font-family: 'Roboto';
    font-weight: 100;
    font-size: 47px;
    color: #022b3f;
    text-transform: uppercase;
    text-align: center
}

section.yeni-proje .baslik p {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 19px;
    color: #022b3f;
    margin-top: 20px;
    text-align: center
}

section.yeni-proje .yeni-slider .slider {
    height: 620px;
    background-size: cover;
    position: relative
}

section.yeni-proje .yeni-slider .slider div {
    background-color: rgba(0, 25, 37, .85);
    position: absolute;
    left: 115px;
    top: 50%;
    transform: translateY(-50%);
    height: 206px;
    padding: 60px 30px 0;
    width: 400px
}

section.yeni-proje .yeni-slider .slider div p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 21px;
    color: #03aac9;
    margin-bottom: 30px
}

section.yeni-proje .yeni-slider .slider div a {
    display: block;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    padding-left: 43px;
    line-height: 25px;
    background-position: left center
}

section.yeni-proje .yeni-slider .oklar {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%)
}

section.yeni-proje .yeni-slider .oklar button {
    display: block;
    width: 96px;
    height: 103px;
    background-color: rgba(0, 25, 37, .47);
    font-size: 0;
    position: relative
}

section.yeni-proje .yeni-slider .oklar button:hover {
    background-color: rgba(0, 25, 37, .76)
}

section.yeni-proje .yeni-slider .oklar button:before {
    content: "";
    display: block;
    position: absolute;
    width: 29px;
    height: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../img/avci-icon.png);
    background-position: -1199px center
}

section.yeni-proje .yeni-slider .oklar button.slick-next:before {
    transform: translate(-50%, -50%) rotate(180deg)
}

section.yeni-proje .bitis-suresi {
    margin: 30px 0;
    background-color: #f4f4f4;
    padding: 50px 0 65px;
    position: relative
}

section.yeni-proje .bitis-suresi:before {
    background-image: url(../img/bitis-sol.jpg)
}

section.yeni-proje .bitis-suresi:after {
    background-image: url(../img/biti-sag.jpg);
    background-position: right center
}

section.yeni-proje .bitis-suresi .stroke,
section.yeni-proje .fotolar .stroke {
    position: absolute;
    width: 80%;
    height: 106%;
    left: 10%;
    top: -3%;
    border: 1px solid #dbdbdb;
    z-index: -1
}

section.yeni-proje .bitis-suresi h2,
section.yeni-proje .nereye-yakin h2 {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 35px;
    color: #02aac9;
    text-align: center;
    text-transform: uppercase
}

section.yeni-proje .bitis-suresi .grid > p,
section.yeni-proje .nereye-yakin .grid > p {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 20px;
    color: #022b3f;
    text-align: center;
    margin: 20px 0 40px
}

section.yeni-proje .bitis-suresi .sayac div ,
section.yeni-proje .nereye-yakin .yerler div {
    background-color: #f9f9f9;
    border: 1px solid #00a7c7;
    width: 22.11%;
    margin-right: 3.85%;
    float: left;
    padding: 54px 0 38px
}

section.yeni-proje .bitis-suresi .sayac div:nth-of-type(4n+0),
section.yeni-proje .nereye-yakin .yerler div:nth-of-type(4n+0) {
    margin-right: 0
}

section.yeni-proje .bitis-suresi .sayac div h3 {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 150px;
    color: #02aac9;
    text-align: center;
    line-height: .75
}

section.yeni-proje .bitis-suresi .sayac div p {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 33px;
    color: #02abc8;
    text-align: center;
    text-transform: uppercase;
    margin-top: 35px
}

section.yeni-proje .ozellikler {
    padding: 52px 0 78px;
    background-image: url(../img/yeniproje/projeninozellikleri-zemin.jpg);
    background-size: cover
}

section.yeni-proje .ozellikler h3 {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 35px;
    color: #04acc7;
    text-align: center;
    text-transform: uppercase
}

section.yeni-proje .ozellikler .ozellikler-banner ul,
section.yeni-proje .fotolar .fotolar-banner ul {
    display: flex;
    padding: 0 100px;
    margin: 33px 0 25px
}

section.yeni-proje .ozellikler .ozellikler-banner ul li,
section.yeni-proje .fotolar .fotolar-banner ul li {
    width: 100%;
    cursor: pointer;
    padding-bottom: 20px
}

section.yeni-proje .ozellikler .ozellikler-banner ul li:last-of-type {
    width: 120%
}

section.yeni-proje .ozellikler .ozellikler-banner ul li span,
section.yeni-proje .fotolar .fotolar-banner ul li span {
    display: block;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    color: #7d8e9a;
    text-align: center;
    text-transform: uppercase;
    border-right: 1px solid #7d8e9a
}

section.yeni-proje .ozellikler .ozellikler-banner ul li:last-of-type span,
section.yeni-proje .fotolar .fotolar-banner ul li:last-of-type span {
    border: 0
}

section.yeni-proje .ozellikler .ozellikler-banner ul li.slick-active {
    background-image: url(../img/proje-ozellik-ok.png);
    background-position: center bottom
}

section.yeni-proje .ozellikler .ozellikler-banner ul li.slick-active span {
    font-weight: 500;
    color: #06a9c4
}

section.yeni-proje .fotolar .fotolar-banner .banner,
section.yeni-proje .ozellikler .ozellikler-banner .banner {
    outline: 0
}

section.yeni-proje .fotolar .fotolar-banner .banner h5,
section.yeni-proje .ozellikler .ozellikler-banner .banner h5 {
    padding: 10px;
    border: 1px solid #04acc7;
    border-bottom: 0;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    color: #04acc7;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer
}

section.yeni-proje .ozellikler .ozellikler-banner .banner:last-of-type h5,
section.yeni-proje .ozellikler .ozellikler-banner .banner.acik h5 {
    border-bottom: 1px solid #04acc7
}

section.yeni-proje .fotolar .fotolar-banner .banner figure,
section.yeni-proje .ozellikler .ozellikler-banner .banner figure {
    margin-top: 20px
}

section.yeni-proje .fotolar .fotolar-banner .banner.acik h5,
section.yeni-proje .ozellikler .ozellikler-banner .banner.acik h5 {
    color: #fff
}

section.yeni-proje .fotolar .fotolar-banner .banner h5 {
    color: #a4c2d4;
    border-color: #a4c2d4
}

section.yeni-proje .fotolar .fotolar-banner .banner:last-of-type h5,
section.yeni-proje .fotolar .fotolar-banner .banner.acik h5 {
    border-bottom: 1px solid #a4c2d4
}

section.yeni-proje .ozellikler .ozellikler-banner .banner div {
    border: 1px solid #02aac9;
    width: 18.8%;
    margin-right: 1.45%;
    float: left;
    height: 183px;
    padding: 125px 18px 20px;
    background-position: center 35px;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 15px;
    color: #1eb1cd;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
    -wekit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

section.yeni-proje .ozellikler .ozellikler-banner .banner div:nth-of-type(5n+0) {
    margin-right: 0
}

section.yeni-proje .ozellikler .ozellikler-banner .banner .yazilar {
    width: 33.3333%;
    padding: 0;
    border: 0;
    margin: 0;
    height: auto
}

section.yeni-proje .ozellikler .ozellikler-banner .banner .yazilar:hover {
    background-color: transparent
}

section.yeni-proje .ozellikler .ozellikler-banner .banner .yazilar.orta * {
    border-left: 0
}

section.yeni-proje .ozellikler .ozellikler-banner .banner .yazilar.sag * {
    border-left: 0
}

section.yeni-proje .ozellikler .ozellikler-banner .banner p,
section.yeni-proje .ozellikler .ozellikler-banner .banner .yazilar h6 {
    padding: 10px;
    border-top: 1px solid #02aac9;
    border-left: 1px solid #02aac9;
    border-right: 1px solid #02aac9;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
    color: #02aac9;
    text-align: left;
    text-transform: uppercase;
    -wekit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

section.yeni-proje .ozellikler .ozellikler-banner .banner p:before {
    content: "- "
}

section.yeni-proje .ozellikler .ozellikler-banner .banner .yazilar h6 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-align: center
}

section.yeni-proje .ozellikler .ozellikler-banner .banner p:last-of-type {
    border-bottom: 1px solid #02aac9
}

section.yeni-proje .ozellikler .ozellikler-banner .banner div:hover,
section.yeni-proje .ozellikler .ozellikler-banner .banner p:hover {
    background-color: #052231;
    -wekit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

section.yeni-proje .fotolar {
    background-color: #4d738a;
    background-image: url(../img/yeniproje/projegorselleri-zemin.jpg);
    background-position: center bottom;
    margin: 50px 0;
    padding: 50px 0;
    position: relative
}

section.yeni-proje .fotolar h3 {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 35px;
    color: #a4c2d4;
    text-align: center;
    text-transform: uppercase
}

section.yeni-proje .fotolar .fotolar-banner ul li span {
    color: #a5c3d5;
    text-shadow: 0px 1px 0px rgba(20, 20, 20, 0.18);
    border-right: 1px solid #a5c3d5
}

section.yeni-proje .fotolar .fotolar-banner ul li.slick-active {
    background-image: url(../img/fotolar-ok.png);
    background-position: center bottom
}

section.yeni-proje .fotolar .fotolar-banner ul li.slick-active span {
    color: #fff;
    font-weight: 500
}

section.yeni-proje .fotolar .fotolar-banner .banner div {
    width: 24.25%;
    height: 228px;
    margin-right: 1%;
    margin-bottom: 15px;
    float: left;
    border: 1px solid #fff;
    box-shadow: 0px 1px 1px 0px rgba(21, 21, 21, 0.16),inset 6.364px 6.364px 7px 0px rgba(21, 21, 21, 0.27);
    cursor: pointer;
    background-size: cover
}

section.yeni-proje .fotolar .fotolar-banner .banner div:nth-of-type(4n+0) {
    margin-right: 0
}

section.yeni-proje .nereye-yakin {
    border: 1px solid #eaeaea;
    background-color: #fff;
    padding: 35px 0 30px;
    position: relative;
    margin-bottom: 40px;
    position: relative
}

section.yeni-proje .nereye-yakin:before {
    background-image: url(../img/nereye-sol.jpg);
    background-position: left bottom
}

section.yeni-proje .nereye-yakin:after {
    background-image: url(../img/nereye-sag.jpg);
    background-position: right bottom
}

section.yeni-proje .nereye-yakin .yerler div {
    padding: 100px 25px 25px;
    border: 0;
    background-color: #01283b;
    margin-bottom: 15px;
    background-position: center 30px
}

section.yeni-proje .nereye-yakin .yerler div:nth-of-type(1n+5) {
    display: none
}

section.yeni-proje .nereye-yakin .yerler div h4,
section.yeni-proje .nereye-yakin .yerler div h5,
section.yeni-proje .nereye-yakin .yerler div h6 {
    font-family: 'Roboto';
    font-weight: 400;
    color: #02aac9;
    text-align: center;
    text-transform: capitalize
}

section.yeni-proje .nereye-yakin .yerler div h4,
section.yeni-proje .nereye-yakin .yerler div h6 span {
    font-size: 17px;
    display: block
}

section.yeni-proje .nereye-yakin .yerler div h5 {
    font-size: 63px
}

section.yeni-proje .nereye-yakin .yerler div h6 {
    font-size: 35px
}

section.yeni-proje .nereye-yakin .button {
    padding: 13px 33px;
    border: 1px solid #dbdbdb;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 20px;
    color: #02aac9;
    text-transform: uppercase;
    cursor: pointer
}

section.yeni-proje .nereye-yakin .button:before {
    content: "";
    display: block;
    float: left;
    width: 20px;
    height: 27px;
    margin-right: 22px;
    background-image: url(../img/avci-icon.png);
    background-position: -1270px center
}

section.yeni-proje .nereye-yakin .stroke {
    position: absolute;
    width: 80%;
    height: 105%;
    left: 10%;
    top: 0;
    border: 1px solid #d2d2d2;
    z-index: -1
}

section.yeni-proje #harita {
    height: 750px;
    border-bottom: 1px solid #ececec
}

section.yeni-proje .iletisim {
    border: 1px solid #ececec;
    background-color: #fff;
    margin: -115px auto -30px;
    padding: 20px 30px 37px
}

section.yeni-proje .iletisim h2 {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 22px;
    color: #484848;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 25px
}

section.yeni-proje .iletisim address {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 21px;
    color: #707a73;
    text-align: center;
    font-style: normal;
    margin-bottom: 20px
}

section.yeni-proje .iletisim address:before {
    content: "";
    display: inline-block;
    background-image: url(../img/avci-icon.png);
    background-position: -1293px center;
    width: 17px;
    height: 21px
}

section.yeni-proje .iletisim > .adresler,
section.yeni-proje .iletisim > .buttonlar {
    padding: 0 125px;
    display: flex;
    margin-bottom: 20px
}

section.yeni-proje .iletisim > .adresler a {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 19px;
    color: #697175;
    width: 100%;
    text-align: center
}

section.yeni-proje .iletisim > .adresler a:before {
    content: "";
    display: inline-block;
    background-image: url(../img/avci-icon.png);
    height: 21px;
    margin-right: 10px;
    transform: translateY(3px)
}

section.yeni-proje .iletisim > .adresler a.tel:before {
    width: 21px;
    background-position: -1312px center
}

section.yeni-proje .iletisim > .adresler a.fax:before {
    width: 22px;
    background-position: -1336px center
}

section.yeni-proje .iletisim > .adresler a.mil:before {
    width: 30px;
    background-position: -1361px center
}

section.yeni-proje .iletisim > .buttonlar a {
    width: 100%;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0;
    margin: 0 5px
}

section.yeni-proje .iletisim > .buttonlar a.yol {
    background-color: #009bb7
}

section.yeni-proje .iletisim > .buttonlar a.tel {
    background-color: #02b3d4
}

section.yeni-proje .iletisim > .buttonlar a.krk {
    background-color: #02aac9
}

section.yeni-proje .iletisim > .buttonlar a:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    height: 23px;
    background-image: url(../img/avci-icon.png);
    transform: translateY(4px)
}

section.yeni-proje .iletisim > .buttonlar a.yol:before {
    width: 17px;
    background-position: -1594px center
}

section.yeni-proje .iletisim > .buttonlar a.tel:before {
    width: 21px;
    background-position: -1613px center
}

section.yeni-proje .iletisim > .buttonlar a.krk:before {
    width: 27px;
    background-position: -1637px center
}

footer.yeni-proje .phone {
    display: inline-block;
    border: 1px solid #666e75;
    padding: 60px 90px 20px;
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

footer.yeni-proje .phone:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 15px;
    width: 35px;
    height: 35px;
    background-image: url(../img/avci-icon.png);
    background-position: -1394px center
}

footer.yeni-proje .phone a {
    display: block;
    font-family: arial;
    font-weight: bold;
    font-size: 55px;
    color: #02aac9;
    text-align: center
}

footer.yeni-proje .phone p {
    font-family: arial;
    font-size: 16px;
    color: #5397a4;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px
}

footer.yeni-proje .logo {
    height: 65px;
    margin-top: 15px;
    background-image: url(../img/yeniproje/logo.png)
}

section .tamamlanan .gorunum {
    position: absolute;
    right: 0;
    top: 32px;
    border: 1px solid #e1e1e1;
    padding: 10px 37px;
    font-family: arial;
    color: #a0a0a0;
    text-transform: uppercase;
    cursor: pointer
}

section .tamamlanan .projeler .liste-referans {
    width: 100%;
    margin-right: 0;
    padding: 10px;
    height: auto;
    background-image: none !important;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px
}

section .tamamlanan .projeler .liste-referans:before,
section .tamamlanan .projeler .liste-referans:after {
    display: none
}

section .tamamlanan .projeler .liste-referans h3,
section .tamamlanan .projeler .liste-referans h4,
section .tamamlanan .projeler .liste-referans p {
    float: left;
    margin: 0;
    color: #828282
}

section .tamamlanan .projeler .liste-referans h4 {
    position: absolute;
    right: 95px;
    font-size: 14px
}

section .tamamlanan .projeler .liste-referans h4:after {
    content: ":"
}

section .tamamlanan .projeler .liste-referans p {
    position: absolute;
    right: 0
}

@media (max-width: 1280px) {}
@media (max-width: 1170px) {
    section .tamamlanan .projeler a {
        width: 32%
    }

    section .tamamlanan .projeler a:nth-of-type(4n+0) {
        margin-right: 2%
    }

    section .tamamlanan .projeler a:nth-of-type(3n+0) {
        margin-right: 0
    }

    section.yeni-proje .bitis-suresi .sayac div {
        width: 48%;
        margin-bottom: 20px
    }

    section.yeni-proje .bitis-suresi .sayac div:nth-of-type(2n+0) {
        margin-right: 0
    }

    section.yeni-proje .ozellikler .ozellikler-banner ul {
        padding: 0 50px
    }

    section.yeni-proje .ozellikler .ozellikler-banner .banner div {
        width: 23.9%
    }

    section.yeni-proje .ozellikler .ozellikler-banner .banner div:nth-of-type(5n+0) {
        margin-right: 1.45%
    }

    section.yeni-proje .ozellikler .ozellikler-banner .banner div:nth-of-type(4n+0) {
        margin-right: 0
    }

    section.yeni-proje .nereye-yakin .yerler div {
        width: 24.2%;
        margin-right: 1%
    }

    section.yeni-proje .iletisim > .adresler,
    section.yeni-proje .iletisim > .buttonlar {
        padding: 0 20px
    }
}
@media (max-width: 1060px) {}
@media (max-width: 975px) {
    section .proje-kategori a {
        width: 47.5%
    }

    section .proje-kategori a:nth-of-type(3n+0) {
        margin-right: 5%
    }

    section .proje-kategori a:nth-of-type(2n+0) {
        margin-right: 0
    }

    section .tamamlanan .projeler a {
        width: 49%
    }

    section .tamamlanan .projeler a:nth-of-type(3n+0) {
        margin-right: 2%
    }

    section .tamamlanan .projeler a:nth-of-type(2n+0) {
        margin-right: 0
    }

    section.yeni-proje .ozellikler .ozellikler-banner ul,
    section.yeni-proje .fotolar .fotolar-banner ul {
        padding: 0
    }

    section.yeni-proje .ozellikler .ozellikler-banner ul li span {
        font-size: 15px
    }

    section.yeni-proje .ozellikler .ozellikler-banner .banner div {
        width: 48.55%
    }

    section.yeni-proje .ozellikler .ozellikler-banner .banner div:nth-of-type(4n+0) {
        margin-right: 1.45%
    }

    section.yeni-proje .ozellikler .ozellikler-banner .banner div:nth-of-type(2n+0) {
        margin-right: 0
    }

    section.yeni-proje .fotolar .fotolar-banner ul li span {
        font-size: 17px
    }

    section.yeni-proje .fotolar .fotolar-banner .banner div {
        width: 32.66%
    }

    section.yeni-proje .fotolar .fotolar-banner .banner div:nth-of-type(4n+0) {
        margin-right: 1%
    }

    section.yeni-proje .fotolar .fotolar-banner .banner div:nth-of-type(3n+0) {
        margin-right: 0
    }

    section.yeni-proje .nereye-yakin .yerler div {
        width: 32.66%
    }

    section.yeni-proje .nereye-yakin .yerler div:nth-of-type(4n+0) {
        margin-right: 1%
    }

    section.yeni-proje .nereye-yakin .yerler div:nth-of-type(3n+0) {
        margin-right: 0
    }

    section.yeni-proje .nereye-yakin .yerler div:nth-of-type(4) {
        display: none
    }

    section.yeni-proje .iletisim > .adresler,
    section.yeni-proje .iletisim > .buttonlar {
        padding: 0
    }

    section.yeni-proje .iletisim > .adresler a {
        font-size: 17px
    }

    section.yeni-proje .iletisim > .adresler a.mil {
        width: 130%
    }

    section.yeni-proje #harita {
        height: 500px
    }

    section.yeni-proje .iletisim {
        margin: 0
    }
}
@media (max-width: 840px) {
    section.yeni-proje .yeni-slider .slider {
        height: 500px
    }
}
@media (max-width: 750px) {
    section.yeni-proje .ozellikler .ozellikler-banner ul,
    section.yeni-proje .fotolar .fotolar-banner ul {
        display: block
    }

    section.yeni-proje .ozellikler .ozellikler-banner ul li:last-of-type {
        width: 100%
    }

    section.yeni-proje .ozellikler .ozellikler-banner ul span {
        border: 0
    }

    section.yeni-proje .ozellikler .ozellikler-banner .banner .yazilar {
        width: 100%
    }

    section.yeni-proje .ozellikler .ozellikler-banner .banner .yazilar.orta *,
    section.yeni-proje .ozellikler .ozellikler-banner .banner .yazilar.sag * {
        border-width: 1px 1px 1px 1px
    }

    section.yeni-proje .nereye-yakin .yerler div {
        width: 49%
    }

    section.yeni-proje .nereye-yakin .yerler div:nth-of-type(3n+0) {
        margin-right: 1%
    }

    section.yeni-proje .nereye-yakin .yerler div:nth-of-type(2n+0) {
        margin-right: 0
    }

    section.yeni-proje .nereye-yakin .yerler div:nth-of-type(3) {
        display: none
    }

    section.yeni-proje .iletisim > .adresler,
    section.yeni-proje .iletisim > .adresler a,
    section.yeni-proje .iletisim > .buttonlar,
    section.yeni-proje .iletisim > .buttonlar a {
        display: block;
        width: 100% !important
    }

    footer.yeni-proje .phone {
        padding: 60px 20px 20px
    }

    footer.yeni-proje .phone a {
        font-size: 40px
    }

    footer.yeni-proje .phone p {
        font-size: 12px
    }
}
@media (max-width: 700px) {}
@media (max-width: 650px) {
    section.yeni-proje .ust {
        height: auto;
        padding: 90px 0
    }

    section.yeni-proje .ust .logo {
        height: 150px;
        background-size: contain
    }

    section .proje-kategori a {
        width: 100%;
        margin-right: 0
    }

    section .tamamlanan .projeler a {
        width: 100%;
        margin-right: 0
    }

    section.yeni-proje .bitis-suresi .sayac div {
        width: 100%;
        margin-right: 0;
        padding: 34px 0 18px
    }

    section.yeni-proje .bitis-suresi .sayac div h3 {
        font-size: 100px
    }

    section.yeni-proje .bitis-suresi .sayac div p {
        margin-top: 10px
    }

    section.yeni-proje .fotolar .fotolar-banner .banner div {
        height: 175px
    }
}
@media (max-width: 580px) {
    section.yeni-proje .yeni-slider .slider div {
        top: 0;
        right: 0;
        left: auto;
        transform: translate(0);
        width: 83%
    }

    section.yeni-proje .yeni-slider .oklar {
        top: 1px;
        transform: translateY(0);
        width: 17%;
        left: 0
    }

    section.yeni-proje .yeni-slider .oklar button {
        width: 100%
    }

    section.yeni-proje .yeni-slider .slider {
        height: 350px
    }

    section.yeni-proje .yeni-slider .slider div p {
        font-size: 17px
    }
}
@media (max-width: 465px) {
    section.yeni-proje .ozellikler .ozellikler-banner .banner div {
        width: 100%;
        margin-right: 0
    }

    section.yeni-proje .ust .orta > a {
        padding: 0;
        border: 0;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        width: 150px
    }

    section.yeni-proje .ust .orta .sosyal {
        margin: 50px 0 0;
        border-top: 1px solid #fff
    }

    section.yeni-proje .fotolar .fotolar-banner .banner div {
        width: 49%;
        height: 125px
    }

    section.yeni-proje .fotolar .fotolar-banner .banner div:nth-of-type(3n+0) {
        margin-right: 1%
    }

    section.yeni-proje .fotolar .fotolar-banner .banner div:nth-of-type(2n+0) {
        margin-right: 0
    }

    section.yeni-proje .nereye-yakin .yerler div {
        width: 100%;
        margin-right: 0
    }

    footer.yeni-proje .phone a {
        font-size: 25px
    }

    section.yeni-proje #harita {
        height: 300px
    }
}
@media (max-width: 400px) {
    section.yeni-proje .yeni-slider .slider div {
        height: 250px
    }

    section.yeni-proje .yeni-slider .oklar button {
        height: 125px
    }
}
@media (max-width: 380px) {
    section.yeni-proje .nereye-yakin .button {
        font-size: 15px
    }
}
