
@font-face {
    font-family: 'AvantGarde';
    src: url("../fonts/avantgarde.eot");
    src: url("../fonts/avantgarde.eot?#iefix") format("embedded-opentype"), url("../fonts/avantgarde.woff") format("woff"), url("../fonts/avantgarde.ttf") format("truetype"), url("../fonts/avantgarde.svg#AvantGarde") format("svg");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'BookAntiqua';
    src: url("../fonts/bookantiqua.eot");
    src: url("../fonts/bookantiqua.eot?#iefix") format("embedded-opentype"), url("../fonts/bookantiqua.woff") format("woff"), url("../fonts/bookantiqua.ttf") format("truetype"), url("../fonts/bookantiqua.svg#BookAntiqua") format("svg");
    font-weight: 400;
    font-style: normal;
}

.logo {
    position: absolute;
    top: 35px;
    left: 50px;
    z-index: 1;
}

.menu-btn {
    position: absolute;
    top: 32px;
    right: 50px;
    width: 39px;
    cursor: pointer;
    z-index: 101;
}

    .menu-btn .icon-bar {
        float: left;
        width: 100%;
        height: 5px;
        background: black;
        margin-top: 3px;
        -webkit-transition: all 0.3s ease 0.1s;
        -moz-transition: all 0.3s ease 0.1s;
        -o-transition: all 0.3s ease 0.1s;
        -ms-transition: all 0.3s ease 0.1s;
        transition: all 0.3s ease 0.1s;
    }

    .menu-btn.open .icon-bar {
        background: white;
    }

.menu-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(242, 126, 88, 0.9);*/
    background: rgba(234, 0, 38, 0.9);
    z-index: 100;
    display: none;
}

.nav {
    position: absolute;
    top: 165px;
    z-index: 101;
    display: none;
    width: 100%;
}

    .nav li {
        text-align: right;
    }

    .nav a {
        font-family: "AvantGarde";
        font-family: "AvantGarde";
        font-weight: 600;
        font-size: 92px;
        line-height: 100px;
        font-family: 'HelveticaNeue Bold';
        color: white;
        letter-spacing: -1px;
        text-align: center;
        text-decoration: none;
        display: block;
    }

.content {
    width: 1205px;
    margin: 0 auto;
}

    .content h1 {
        font-family: "AvantGarde";
        font-weight: 900;
        font-size: 73px;
        line-height: 1.2;
        color: black;
        letter-spacing: -1px;
        text-align: center;
        margin-top: 140px;
        font-family: 'HelveticaNeue Bold';
        padding: 0 2%;
    }

        .content h1.small {
            font-size: 80px;
        }

    .content p {
        /* font-family: "BookAntiqua"; */
        font-weight: 400;
        font-size: 27px;
        line-height: 1.4;
        font-family: 'Helvetica Neue';
        color: #717171;
        letter-spacing: -0.5px;
        text-align: center;
        margin: 20px 0 0 0;
    }

        .content p.big {
            margin-top: 30px;
            padding: 0 10%;
        }

        .content p.small {
            font-size: 18px;
            color: #8b8b8b;
            letter-spacing: -0.2px;
            margin-top: 0px;
        }

        .content p.smaller {
            font-size: 14px;
            color: #8b8b8b;
            letter-spacing: 0px;
            margin-top: 0px;
        }

        .content p.img {
            text-align: center;
        }

            .content p.img img {
                display: inline;
            }

    .content a {
        color: inherit;
    }

    .content .divider {
        width: 10%;
        height: 4px;
        background: #ea0026;
        margin: 40px auto 40px auto;
    }

        .content .divider + p {
            margin-bottom: 60px;
        }

.works .work {
    padding-left: 1px;
    padding-right: 1px;
    margin-top: 2px;
}

.works .work-inner {
    position: relative;
    display: block;
}

    .works .work-inner:hover .mask-outer {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
        filter: alpha(opacity=1);
        opacity: 1;
    }

.works .mask-outer {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(234, 0, 38, 0.8);
    z-index: 2;
    top: 0;
    left: 0;
    padding: 0 37px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    -ms-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
}

    .works .mask-outer h2 {
        font-family: 'HelveticaNeue Bold';
        font-weight: 900;
        font-size: 24px;
        line-height: 1.2;
        letter-spacing: -0.5px;
        color: white;
        text-align: right;
        border-bottom: 1px solid white;
        padding-bottom: 15px;
        margin: 0 0 10px 0;
    }

    .works .mask-outer p {
        font-family: 'Helvetica Neue';
        font-weight: 900;
        font-size: 12px;
        line-height: 1.1;
        color: white;
        text-align: right;
        margin: 0;
        padding: 0;
    }

.works .mask {
    display: table;
    height: 100%;
    width: 100%;
}

.works .mask-inner {
    display: table-cell;
    vertical-align: middle;
}

.fitvids {
    margin-top: 20px;
}

footer {
    width: 1205px;
    margin: 85px auto 0 auto;
    border-top: 1px solid #cccccc;
    border-bottom: 15px solid #ea0026;
    padding: 40px 0 100px 0;
}

    footer p {
        /* font-family: "AvantGarde"; */
        /* font-weight: 900; */
        font-size: 15px;
        line-height: 1.4;
        color: #777777;
        text-align: center;
        font-family: 'Helvetica Neue';
    }

    footer a {
        color: #777777;
    }

    footer p strong {
        font-size: 18px;
        color: black;
    }

    footer p.small {
        font-family: "AvantGarde";
        font-weight: 400;
        font-size: 14px;
    }

        footer p.small strong {
            font-size: 16px;
        }

    footer p.smaller {
        font-family: "BookAntiqua";
        font-weight: 400;
        font-size: 12px;
    }

.about .menu-btn .icon-bar {
    background: white;
}

.about .head {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.about .head-outer {
    background: url(../images/about.jpg) top center no-repeat;
    background-size: cover;
    display: table;
    width: 100%;
}

    .about .head-outer h1 {
        font-family: "AvantGarde";
        font-weight: 900;
        font-size: 82px;
        line-height: 1;
        color: white;
        letter-spacing: -4px;
        text-align: center;
        margin-top: 140px;
        padding: 0 2%;
        margin: 0;
    }

    .about .head-outer p {
        font-family: "BookAntiqua";
        font-weight: 400;
        font-size: 26px;
        line-height: 1.4;
        color: white;
        letter-spacing: -0.5px;
        text-align: center;
        margin: 0;
    }

        .about .head-outer p.big {
            margin-top: 40px;
            letter-spacing: 3px;
            line-height: 1;
            font-size: 27px;
        }

    .about .head-outer .divider {
        width: 10%;
        height: 4px;
        background: #ea0026;
        margin: 40px auto 0px auto;
    }

.about .head-inner {
    width: 1205px;
    margin: 0 auto;
}

.about .more {
    position: absolute;
    width: 100%;
    bottom: 10%;
    text-align: center;
    left: 0;
}

.about .content {
    padding: 60px 0 0 0;
}

    .about .content p {
        font-family: "AvantGarde";
        font-weight: 900;
        font-size: 22px;
        color: #5e5e5e;
        line-height: 1.2;
        margin: 30px 0 0 0;
        padding: 0 2%;
    }

        .about .content p.bigger {
            color: black;
            font-size: 36px;
            letter-spacing: -1.5px;
        }

        .about .content p.small {
            color: black;
            font-size: 18px;
            margin: 75px 0 0 0;
        }

            .about .content p.small + p.small {
                margin: 0;
            }

            .about .content p.small a {
                color: black;
                text-decoration: none;
            }

.about footer {
    border-top: 0;
}

.contact p.smaller {
    margin: 20px 0;
}

.contact input, .contact textarea, .contact label {
    display: block;
    width: 100%;
}

.contact label {
    font-family: "BookAntiqua";
    font-size: 18px;
    color: #000000;
    margin: 20px 0 10px 0;
    line-height: 1;
}

.contact input, .contact textarea {
    font-family: Arial;
    font-size: 14px;
    color: #000000;
    border: 2px solid #000000;
    height: 38px;
    padding: 0 10px;
    resize: none;
}

.contact textarea {
    height: 120px;
    padding: 10px;
}

.contact button.button {
    font-family: "AvantGarde";
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
    background: #000000;
    padding: 13px 20px 10px 20px;
    display: block;
    width: 100%;
    margin: 20px 0;
    border: 2px solid #000000;
    -webkit-transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    -ms-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
}

    .contact button.button:hover {
        background: transparent;
        color: #000000;
    }

.contact p.message {
    display: none;
}

@media only screen and (max-width: 1230px) {
    .content, footer, .about .head-inner {
        width: 95%;
    }
}

@media only screen and (max-width: 768px) {
    .logo {
        left: 25px;
    }

    .menu-btn {
        right: 25px;
        width: 33px;
    }

    .nav {
        right: 25px;
    }

        .nav a {
            font-size: 50px;
            letter-spacing: -2px;
        }

    .content p, .content p.big {
        font-size: 27px;
        letter-spacing: -0.5px;
        margin-top: 30px;
        padding: 0 10%;
    }

    .content h1, .content h1.small {
        font-size: 55px;
        letter-spacing: -2px;
        margin-top: 120px;
        padding: 0 5%;
    }

    .about .head-outer h1 {
        font-size: 55px;
        letter-spacing: -2px;
        margin-top: 120px;
        padding: 0 5%;
    }

    p.more {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .content p {
        padding: 0;
    }

    .content h1, .content h1.small {
        font-size: 45px;
    }

    .content p.bigger, .content h1 {
        padding: 0;
    }

    .about .head-outer h1 {
        font-size: 45px;
        padding: 0;
    }

    .col-xxs-12 {
        width: 90%;
        float: none;
        margin: 2px auto 0 auto;
    }
}


.iletisim>div{margin-top: 140px;}
.formiletisim {width: 60%;margin-top: 50px;position:  relative;margin: 0 auto;}
input, textarea {width: 100%;padding: 10px 5px;margin-bottom: 10px;border: 0;border-bottom: 1px solid #ccc;font-size: 20px;font-family:'Helvetica Neue'}
input::placeholder, textarea::placeholder {font-size: 14px;color: rgba(0, 0, 0, 0.47)}
button {background: no-repeat;color: #ffffff;padding: 15px;text-align: right;font-size: 19px;font-family: 'HelveticaNeue Bold';border: 1px solid #ccc!important;width: auto;/* float:  right; */width:  100%;text-align:  center;background: #000;}
.iletisimharita {width: 100%;}
.iletisimharita > iframe { width: 100%; height: 300px; margin: 40px 0;}
.loadingiletisim {position: absolute;left: calc(50% - 64px);display: none;top: 45%;z-index: 9;}
.loadingiletisim > img {width: 100%;}
.basariliiletisim {margin-bottom: 17px;font-size: 15px;color: #25b16b;display: none;width: 100%;text-align: center;float: right;}
.basariliiletisim p{color: #25b16b!important;}
.iletisimadres{}
.iletisimadres>h1{font-size:50px;letter-spacing:2px}
.iletisimadres>p{margin-bottom:15px}
.iletisimadres>a{display: block;text-align:  center;text-decoration:none;line-height: 39px;font-size: 25px;font-family:'Helvetica Neue';}
.iletisimadres>a:hover{text-decoration:none;cursor:pointer}
.hakkimizda {}
.hakkimizda h1{font-size: 40px;letter-spacing: -1px;}

    .videoicon{position:absolute; width:100%; height:100%;}
    .videoicon>ul{display:table; width:100%; height:100%}
    .videoicon>ul>li{vertical-align:middle; text-align:center; display:table-cell}
    .videoicon>ul>li>i{color:#fff; font-size:45px}

@media (max-width: 600px)
{
    .formiletisim, #contact, .content{width:90%}
    .formiletisim{margin-top:25px}
    .hakkimizda h1{font-size: 35px;}
    .anagiris {font-size: 30px!important;background: #ea0026;color: #fff!important;padding: 15px !important;letter-spacing: 0!important;}
    .toptemiz{margin-top:40px!important}
        .videodetay iframe{height:400px!important}

}