@import url(../fonts/stylesheet.css);

/* ==========================================================================
   BASE
   ========================================================================== */
html { color: #000; width: 100%; overflow-y: scroll; font-size: 1em; line-height: 1.4;     font-family: "korolev", sans-serif;
    font-weight: 300;
    font-style: normal;, sans-serif;  }
::-moz-selection { background: #b3d4fc; text-shadow: none; }
::selection { background: #b3d4fc; text-shadow: none; }
audio,
canvas,
iframe,
img,
svg,
video { vertical-align: middle; }
fieldset { border: 0; margin: 0; padding: 0; }
textarea { resize: vertical; }
ul, ol { padding: 0; margin: 0; }
ul li,
ol li { list-style-type: none; }
a { text-decoration: none; color: #000; }
figure { margin: 0; padding: 0;}
figure img { width: 100%; }
h1, h2, h3, h4, h5, h6 { font-weight: 200;margin: 0; }
p { margin: 40px 0; }
button { border: none; outline: none; }
button:hover,
button:active,
button:focus { border: none; outline: none; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   CUSTOM
   ========================================================================== */
*,
*:after,
*:before { 
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-box-sizing: border-box; 
        box-sizing: border-box; }
.center { text-align: center; }
a[href^="tel:"] { cursor: text; pointer-events: none; }
.row { margin: 0 -30px; }
.row:before,
.row:after { display: table; clear: both; content:""; }
.row > *[class *= "col-"] { position:relative; float:left; padding: 0 30px; }
.col-1-2 { width: 50%; }
.col-1-3 { width: 33.33%; }
.col-2-3 { width: 66.66%; }
.overlay{ position: fixed; width: 100%;height: 100%; z-index: 4000; background: #fff; top: 0; left: 0;
-webkit-transition: opacity .4s ease; 
     -o-transition: opacity .4s ease; 
        transition: opacity .4s ease;}
.overlay.hide { opacity: 0; }
.overlay.hidev2 { display: none; }
.wrapper { width: 100%; overflow: hidden; }
.logo { width: 166px; height: 38px; position: fixed; top: 35px; left: 50%; margin-left: -84px; z-index: 900; }
.logo.red { background: url(../img/fikirevim_logo_red.png) no-repeat top left; background-size: 100% auto; }
.logo.white { background: url(../img/fikirevim_logo_white.png) no-repeat top left; background-size: 100% auto; }
h1 { font-size: 72px;     font-family: "korolev", sans-serif;
    font-weight: 500;
    font-style: normal;  margin: 0 0 50px; line-height: 1.3em; }
h6 { font-size: 18px; color: #EF4136; margin: 0 0 5px; }

/* ==========================================================================
   HEADLINE
   ========================================================================== */
.headline { position: fixed; left: 0; top: 0; width: 110px; height: 100%; border-right: 1px solid #c5c5c5}
.headline h1 { position: absolute; bottom: 38px; left: 44px; font-size: 20px; margin: 0; font-size: 20px;     font-family: "korolev", sans-serif;
    font-weight: 500;
    font-style: normal; width: 164px; text-transform: uppercase;
-webkit-transform-origin: top left;
    -ms-transform-origin: top left;
        transform-origin: top left;
 -webkit-transform:rotate(-90deg);
     -ms-transform:rotate(-90deg);
         transform:rotate(-90deg) }
.headline.spec { z-index: 160; border: none; height: 200px; top: auto; bottom: 0; }
.headline.spec2 h1 { width: 500px;  }

/* ==========================================================================
MENU
========================================================================== */
.menu-btn { position: fixed; width: 30px; right: 50px; top: 45px; height: 26px; text-align: center; cursor: pointer; z-index: 1001; cursor: pointer; }
.menu-btn .txt { font-size: 13px;     font-family: "korolev", sans-serif;
    font-weight: 500;
    font-style: normal; line-height: 1.1em; position: absolute; left: -25px; font-style: normal; top: -2px; }
.menu-btn .line { margin: 0 auto; width: 30px; height: 3px; display: block; background: #000; position: absolute; left: 0;
-webkit-transition: all .4s ease;
     -o-transition: all .4s ease;
        transition: all .4s ease; }
.menu-btn .line:nth-child(1) { top: 0; }
.menu-btn .line:nth-child(2),
.menu-btn .line:nth-child(3) { top: 10px; }
.menu-btn .line:nth-child(4) { top: 20px; }
.menu-btn.is-closed { position: fixed; }
.menu-btn.is-closed  .line:nth-child(1),
.menu-btn.is-closed .line:nth-child(4) { width: 0; left: 50%; }
.menu-btn.is-closed .line:nth-child(2) {
-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
.menu-btn.is-closed .line:nth-child(3) {
-webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
.menu-wrap { position: fixed; top: 0; left:0; width: 100%;height: 100%; background: rgba(0,0,0,0.4); z-index: 1000; display: none; opacity: 0;
-webkit-transition: all 0.4s ease;
     -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
.menu-wrap.show { display: block; }
.menu-wrap.reveal { opacity: 1; }
.nav-wrap { width: 510px; position: fixed; top: 0; right: 0; height: 100%; text-align: right;     font-family: "korolev", sans-serif;
    font-weight: 500;
background: #fff; z-index: 1000; padding: 0 50px; }
.nav-wrap nav { display: -webkit-box; display: -ms-flexbox; display: flex; height: 90%;
-webkit-box-align: center;
   -ms-flex-align: center;
      align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.nav-wrap nav > * { width: 100%; }
.nav-wrap .main-menu { font-size: 36px;     font-family: "korolev", sans-serif;
    font-weight: 500; }
.nav-wrap .main-menu a { display: inline-block; padding: 3px 0; }
.nav-wrap .main-menu li { 
-webkit-transition: all .4s ease; 
     -o-transition: all .4s ease; 
        transition: all .4s ease; }
.nav-wrap .main-menu:hover li { opacity: 0.4; }
.nav-wrap .main-menu li:hover { opacity: 1; }
.nav-wrap .contact { font-size: 18px;     font-family: "korolev", sans-serif;
    font-weight: 300; position: absolute; bottom: 50px; right: 0; padding: 0 50px; }
.nav-wrap .contact li { padding: 10px 0 }
.menu-btn.white .line { background: #fff; }
.menu-btn.is-closed .line { background: #000; }
.menu-btn.white .txt { color: #fff }
.menu-btn.is-closed .txt { color: #000 }
.topbar {position: fixed;top: 0;left: 110px;width: 100%;background: #fff;height: 110px;border-bottom: 1px solid #c5c5c5;z-index: 100; opacity: 0; }
.topbar.reveal { opacity: 1; }
.brandPage .topbar { background: #e9e9e9; }
/* ==========================================================================
   BRANDS
   ========================================================================== */
.brandPage {  background: #e9e9e9; }
.brands-section { margin: -60px 60px 60px 60px; }
.brands-section ul { display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align:center; -ms-flex-align:center; align-items:center; }
.brands-section ul li { width: 25%; margin: 60px 0; padding: 0 4%; }
.brands-section ul li figure { opacity: 0; 
-webkit-transform: translateY(10px); 
    -ms-transform: translateY(10px); 
        transform: translateY(10px); }
.brands-section ul li figure img { width: auto; max-width: 100%; display: block; margin: 0 auto; }

/* ==========================================================================
   Ã–ZEL PROJECTS LIST
   ========================================================================== */
.ozelprojects-section { padding: 0 120px; margin-bottom: 200px; }
.ozelprojects-section a { display: -webkit-box; display: -ms-flexbox; display: flex;  -ms-flex-wrap: wrap;  flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center;align-items: center; }
.ozelprojects-section .project-item { margin-bottom: 40px;
-webkit-transform-origin: 55% center;
    -ms-transform-origin: 55% center;
        transform-origin: 55% center; }
.ozelprojects-section .project-item figure { width: 55%; overflow: hidden; position: relative; overflow: hidden; }
.ozelprojects-section .project-item figure div { position: relative; overflow: hidden;}
.ozelprojects-section .project-item figure img { display: block; }
.ozelprojects-section .project-item figure i { position: absolute; top: 50%; left: 50%; font-size: 160px; color: #EF4136; z-index: 100; line-height: 1em; opacity: 0;
-webkit-transform: translateY(-50%) translateX(-50%);  
    -ms-transform: translateY(-50%) translateX(-50%);  
        transform: translateY(-50%) translateX(-50%); 
-webkit-transition: opacity 0.4s ease; 
     -o-transition: opacity 0.4s ease; 
        transition: opacity 0.4s ease;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
.ozelprojects-section .project-item .info { padding-left: 50px; width: 45%; }
.ozelprojects-section .project-item .title { font-size: 52px;     font-family: "korolev", sans-serif;
    font-weight: 500; margin: 0; line-height: 1.2em; 
-webkit-transition: all .4s ease; 
     -o-transition: all .4s ease; 
        transition: all .4s ease; 
-webkit-transform-origin: left center; 
    -ms-transform-origin: left center; 
        transform-origin: left center;
-webkit-backface-visibility: hidden; 
        backface-visibility: hidden; }
.ozelprojects-section .project-item .subtitle { font-size: 30px; text-transform: uppercase; margin: 10px 0 0; font-size: 20px; color: #EF4136; }
.ozelprojects-section a:hover .title { color: #EF4136; }
.ozelprojects-section a:hover figure i { opacity: 1; }
.all-projects-btn .all-projects { margin-top: 60px; }
.all-projects-btn .all-projects { font-size: 18px;     font-family: "korolev", sans-serif;
    font-weight: 500; padding:17px 58px; border: 2px solid #EF4136; display: inline-block; 
-webkit-transition: background .4s ease, color .4s ease; 
     -o-transition: background .4s ease, color .4s ease; 
        transition: background .4s ease, color .4s ease; }
.all-projects-btn .all-projects:hover { background: #EF4136; color: #fff; }

/* ==========================================================================
   PROJECTS LIST
   ========================================================================== */
.projects-section { padding: 0 120px; margin-bottom: 200px; }
.projects-section a { display: -webkit-box; display: -ms-flexbox; display: flex;  -ms-flex-wrap: wrap;  flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center;align-items: center; }
.projects-section .project-item { margin-bottom: 40px;
-webkit-transform-origin: 55% center;
    -ms-transform-origin: 55% center;
        transform-origin: 55% center; }
.projects-section .project-item figure {width: 55%;overflow: hidden;position: relative;overflow: hidden;opacity: 1;}
.projects-section .project-item figure div {position: relative;overflow: hidden;}
.projects-section .project-item figure img { display: block; }
.projects-section .project-item figure i {position: absolute;top: 50%;left: 50%;font-size: 160px;color: #EF4136;z-index: 100;/* line-height: 1em; */opacity: 0;-webkit-transform: translateY(-50%) translateX(-50%);-ms-transform: translateY(-50%) translateX(-50%);transform: translateY(-50%) translateX(-50%);-webkit-transition: opacity 0.4s ease;-o-transition: opacity 0.4s ease;transition: opacity 0.4s ease;-webkit-backface-visibility: hidden;backface-visibility: hidden;background: #00000052;width: 100%;height: 100%;text-align: center;padding-top: 13%;}
.projects-section .project-item .info { padding-left: 50px; width: 45%; }
.projects-section .project-item .title {
    font-size: 52px;
    font-family: "korolev", sans-serif;
    /* font-weight: 500; */
    margin: 0;
    line-height: 1.2em;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    }
.projects-section .project-item .subtitle { font-size: 30px; text-transform: uppercase; margin: 10px 0 0; font-size: 20px; color: #4A4A4A; }
.projects-section a:hover .title { color: #EF4136; }
.projects-section a:hover figure i { opacity: 1; }
.all-projects-btn .all-projects { margin-top: 60px; }
.all-projects-btn .all-projects { font-size: 18px;     font-family: "korolev", sans-serif;
    font-weight: 500;
 padding:17px 58px; border: 2px solid #EF4136; display: inline-block; 
-webkit-transition: background .4s ease, color .4s ease; 
     -o-transition: background .4s ease, color .4s ease; 
        transition: background .4s ease, color .4s ease; }
.all-projects-btn .all-projects:hover { background: #EF4136; color: #fff; }

/* ==========================================================================
   PROJECT DETAIL
   ========================================================================== */
.templatev2 { padding-left: 110px; margin-top: 240px; }
.project-detail p { font-size: 32px; line-height: 1.8em; }
.project-info-section { margin: 0 100px 80px 100px; }
.project-info-section p { font-size: 18px; margin: 0; text-transform: uppercase; line-height: 1.4em; }
.project-info-section .focus-txt { font-size: 52px;     font-family: "korolev", sans-serif;
    font-weight: 500;
 }
.project-info-section .top-info { padding-right: 10%; }
.project-info-section .bottom-info { padding-top: 40px; border-top: 1px solid #D8D8D8; margin-top: 40px; padding-right: 10%; }

.ozelproject-info-section { margin: 0 100px 80px 100px; }
.ozelproject-info-section p { font-size: 18px; margin: 0; text-transform: uppercase; line-height: 1.4em; }
.ozelproject-info-section .focus-txt { font-size: 52px;     font-family: "korolev", sans-serif;
    font-weight: 500;
 }
.ozelproject-info-section .top-info { padding-right: 10%; }
.ozelproject-info-section .bottom-info { padding-top: 40px; border-top: 1px solid #D8D8D8; margin-top: 40px; padding-right: 10%; }

.text-section { margin: 80px 100px; }
.text-section p { font-size: 32px; line-height: 1.8em; }
.image-section { margin-bottom: 80px; }
.image-section figure {
    margin: 0;
    padding: 0;
    height: 80vh;
    margin-bottom: 80px;
    overflow: hidden;
    width: 89%;
    margin: 0 auto;
}
.other-projects { margin: 120px 100px; }
.other-projects h2 {     font-family: "korolev", sans-serif;
    font-weight: 500;
    font-style: normal; font-size: 36px; text-align: right;}
.other-projects .col-2-3 p { font-size: 18px; margin: 5px 0 0;line-height: 1.6em; }
.other-projects a { position: relative; display: block; }
.other-projects .info { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(239, 65,54, 0.8); opacity: 0;-webkit-transition: all .4s ease-out;-o-transition: all .4s ease-out;transition: all .4s ease-out; }
.other-projects a:hover .info { opacity: 1; }
.other-projects .info .frame { position: absolute; bottom: 40px; left: 40px; right: 40px; }
.other-projects .info p { color: #fff; margin: 0; line-height: 1.4em; }
.other-projects .info .title {    font-family: "korolev", sans-serif;
    font-weight: 500;
    font-style: normal; font-size: 36px; line-height: 1.2em;  }
.other-projects .info .subtitle { font-size: 18px; text-transform: uppercase; margin-top: 5px;}
.other-projects .all-projects { font-size: 18px;     font-family: "korolev", sans-serif;
    font-weight: 500;
    font-style: normal; padding:17px 58px; border: 2px solid #EF4136; display: inline-block; -webkit-transition: background .4s ease, color .4s ease; -o-transition: background .4s ease, color .4s ease; transition: background .4s ease, color .4s ease}
.other-projects .all-projects:hover { background: #EF4136; color: #fff; }
#otherProjectsList { margin-top: 110px; margin-bottom: 80px; }
.other-projects-mobile { display: none; }
.video-section { margin-bottom: 80px; }
.content-slider .play-icon {cursor: pointer; position: absolute; top: 50%;left: 50%;width: 110px;height: 110px;margin-top: -55px;margin-left: -55px;}
.content-slider .play-icon:before { position: absolute; top: 50%; left: 50%; width: 110px; height: 110px; background: #fff; margin-top: -55px; margin-left: -55px; border-radius: 50%; z-index: 100; z-index: 100; content: ""; display: block; 
-webkit-transition: -webkit-transform .3s ease; 
        transition: -webkit-transform .3s ease; 
     -o-transition: transform .3s ease; 
        transition: transform .3s ease; 
        transition: transform .3s ease, -webkit-transform .3s ease; 
-webkit-backface-visibility: hidden; 
        backface-visibility: hidden; }
.content-slider .play-icon:after { position: absolute; top: 50%; left: 50%; width: 136px; height: 136px; background: rgba(255,255,255,0.4); margin-top: -68px; margin-left: -68px; border-radius: 50%; z-index: 99; content: "";display: block; 
-webkit-transition: -webkit-transform .3s ease; 
        transition: -webkit-transform .3s ease; 
     -o-transition: transform .3s ease; 
        transition: transform .3s ease; 
        transition: transform .3s ease, -webkit-transform .3s ease; 
-webkit-backface-visibility: hidden; 
        backface-visibility: hidden; }
.content-slider .play-icon i { line-height:1em; display: block; color: #525151; position: absolute; z-index: 101; top: 51%; left: 52%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); font-size: 52px}
.content-slider .play-icon:hover:after { 
-webkit-transform: scale(1.05); 
    -ms-transform: scale(1.05); 
        transform: scale(1.05); }
.content-slider .play-icon:hover:before { 
-webkit-transform: scale(.95); 
    -ms-transform: scale(.95); 
        transform: scale(.95); }
.slick-arrow { position: absolute; width: 60px; height: 68px; text-indent: -200px; overflow: hidden; top: 50%; margin-top: -34px; padding: 0; color: #fff; z-index: 200; background: none; cursor: pointer; }
.slick-arrow.slick-prev:after { content: "\f3d2"; display: inline-block; position: absolute; top: 0;left: 0; width: 100%; height: 100%; font-family: "Ionicons"; font-size: 56px; text-indent: 0; }
.slick-arrow.slick-next:after { content: "\f3d3"; display: inline-block; position: absolute; top: 0;left: 0; width: 100%; height: 100%; font-family: "Ionicons"; font-size: 56px; text-indent: 0; }
.slick-arrow.slick-prev { left: 80px; }
.slick-arrow.slick-next { right: 80px; }
.resp-container { position: relative; padding-bottom: 44.3%; height: 0; }
.resp-container iframe { border: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 50;  }
.resp-container .cover { position: absolute; z-index: 100; width: 100%; height: 100%; }
.resp-container .cover img { width: 100%; display: block; }

/* ==========================================================================
   CONTACT
   ========================================================================== */
.iframeMap {
    width: 80%;
    height: auto;
    margin-top: 20px;	
}
.templatev2 > .content > .contact-section { margin-top: 0; }
.contact-section { margin:80px 100px 60px; }
.contact-section .top { padding-bottom: 50px; }
.contact-section h3 { color: #EF4136; font-size: 36px; }
.contact-section .top p { margin:30px 0 0; }
.contact-section .top a { font-size: 28px;     font-family: "korolev", sans-serif;
    font-weight: 500;
    font-style: normal; display: inline-block; position: relative; }
.contact-section .top a:before { content: ""; height: 1px; position: absolute; background: #000; width: 100%; bottom: 0; 
-webkit-transition: -webkit-transform 0.4s ease; 
     -o-transition: transform 0.4s ease;
        transition: -webkit-transform 0.4s ease; 
     -o-transition: transform 0.4s ease; 
        transition: transform 0.4s ease; 
        transition: transform 0.4s ease, -webkit-transform 0.4s ease;
-webkit-transform-origin: right center;
    -ms-transform-origin: right center;
        transform-origin: right center;
-webkit-transform:scaleX(0);
    -ms-transform:scaleX(0);
        transform:scaleX(0); }
.contact-section .top a:hover:before { 
-webkit-transform:scaleX(1); 
    -ms-transform:scaleX(1); 
        transform:scaleX(1); 
-webkit-transform-origin: left center; 
    -ms-transform-origin: left center; 
        transform-origin: left center; }
.contact-section .bottom { padding-top: 50px; border-top: 1px solid #D8D8D8; }
.contact-section .bottom-menu a { font-size: 26px;     font-family: "korolev", sans-serif;
    font-weight: 500;
    font-style: normal; padding: 5px 0; display: inline-block; 
-webkit-transition: opacity 0.4s ease; 
     -o-transition: opacity 0.4s ease; 
        transition: opacity 0.4s ease; }
.contact-section .bottom-menu a:hover { opacity: .5; }
.contact-section .bottom .info { font-size: 18px; margin-top: 13px; }
.contact-section .bottom .info li { margin-bottom: 20px; }
.contact-section .bottom .info li:last-child { margin-bottom: 0; }
.contact-section .bottom .info a {     font-family: "korolev", sans-serif;
    font-weight: 500;
    font-style: normal; display: inline-block; position: relative; }
.contact-section .bottom .info a:before { content: ""; height: 1px; position: absolute; background: #000; width: 100%; bottom: 0; 
-webkit-transition: -webkit-transform 0.4s ease; 
        transition: -webkit-transform 0.4s ease; 
     -o-transition: transform 0.4s ease; 
        transition: transform 0.4s ease; 
        transition: transform 0.4s ease, -webkit-transform 0.4s ease;
-webkit-transform-origin: right center;
    -ms-transform-origin: right center;
        transform-origin: right center;
-webkit-transform:scaleX(0);
    -ms-transform:scaleX(0);
        transform:scaleX(0); }
.contact-section .bottom .info a:hover:before { 
-webkit-transform:scaleX(1); 
    -ms-transform:scaleX(1); 
        transform:scaleX(1); 
-webkit-transform-origin: left center; 
    -ms-transform-origin: left center; 
        transform-origin: left center; }
.contact-section .social { margin-top: 50px; margin-left: -15px; }
.contact-section .social li { display: inline-block; }
.contact-section .social a { font-size: 18px;     font-family: "korolev", sans-serif;
    font-weight: 500;
    font-style: normal; padding: 0 15px; display: inline-block; 
-webkit-transition: opacity 0.4s ease; 
     -o-transition: opacity 0.4s ease; 
        transition: opacity 0.4s ease; }
.contact-section .social a:hover { opacity:.5; }
.dillerdiv {
	position: absolute;
    top: 44px;
    right: 25%;
    margin: 0 auto;
    width: max-content;
    font-family: "korolev", sans-serif;
    font-weight: 500;
    font-style: normal;
    border-radius: 1px solid grey;
    border-right: 1px solid black;
    padding-left: 40px;
    padding-right: 17px;
}

/* ==========================================================================
   HELPERS
   ========================================================================== */
.hidden { display: none !important; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; white-space: nowrap; /* 1 */ }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; white-space: inherit; }
.invisible { visibility: hidden; }
.clearfix:before,
.clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ }
.clearfix:after { clear: both; }
.no-scroll { height: 100%; position: fixed; overflow-y: scroll; }
.tablet-indicator { display: none; visibility: hidden; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media only screen and (max-height: 700px) {
    .nav-wrap nav { height: 100%;-webkit-box-align: baseline;-ms-flex-align: baseline;align-items: baseline; }
    .nav-wrap .main-menu { margin-top: 160px; }
    .nav-wrap .contact { display: none; }
    .other-projects .info .frame { left: 30px; right: 30px; bottom: 30px; }
}

@media only screen and (max-width: 1280px) { 
    .projects-section { padding: 0 100px; }
    .projects-section .project-item .title { font-size: 42px; }
    .project-info-section .focus-txt { font-size: 34px }
    
    .ozelprojects-section { padding: 0 100px; }
    .ozelprojects-section .project-item .title { font-size: 42px; }
    .ozelprojects-info-section .focus-txt { font-size: 34px }
}

@media only screen and (max-width: 1100px) {
    .tablet-indicator { display: block; visibility: visible; }
    h1 { font-size: 68px; }
    a[href^="tel:"] { pointer-events: auto; }
    .nav-wrap .main-menu{ font-size: 32px; }
    .nav-wrap .main-menu:hover li { opacity: 1; }
    .topbar { left: 80px; }
    .headline { width: 80px; }
    .headline h1 { left: 30px; font-size: 18px; }
    .q_slide .progress { left: 80px }
    .q_slide .arrows { left: 12px }
    .q_slide .slide .caption h1 { font-size: 74px }
    .q_slide .slide .caption .hover-target { font-size: 30px; }
    .q_slide .slide .caption .hover-target .q_split_wrap:before { display: none; }
    .q_slide .slide .caption { left: 150px }
    .q_slide .arrows .arrow:hover .svg svg { opacity: 1; }
    .templatev2 { padding-left: 80px; }
    .brands-section { margin-left: 30px; margin-right: 30px; }
    .brands-section ul li { padding: 0 3%; }

    .projects-section { padding: 0 60px; margin-bottom: 160px; }
    .projects-section .project-item figure { opacity: 1; }
    .projects-section a:hover .title { color: #000;
    -webkit-transform: scale(1); 
        -ms-transform: scale(1); 
            transform: scale(1); }
    .projects-section a figure i { display: none; }
    
    .ozelprojects-section { padding: 0 60px; margin-bottom: 160px; }
    .ozelprojects-section .project-item figure { opacity: 1; }
    .ozelprojects-section a:hover .title { color: #000;
    -webkit-transform: scale(1); 
        -ms-transform: scale(1); 
            transform: scale(1); }
    .ozelprojects-section a figure i { display: none; }
    
    .text-section { margin: 60px; }
    .text-section p {  font-size: 28px}
    .image-section,
    .video-section { margin-bottom: 60px; }
    .slick-arrow.slick-prev { left: 40px; }
    .slick-arrow.slick-next { right: 40px; }
    .content-slider .play-icon:hover:before,
    .content-slider .play-icon:hover:after { 
    -webkit-transform: scale(1); 
        -ms-transform: scale(1); 
            transform: scale(1); }
    .project-info-section { margin: 0 60px 60px 60px; }
    .project-info-section .top-info { padding-right: 0; }
    .project-info-section .bottom-info { padding-right: 0; }
    .other-projects { margin: 100px 60px 130px; }
    .other-projects h2 { text-align: left; }
    .other-projects .info { opacity: 1; position: relative; background: none; padding-top: 15px; }
    .other-projects .info .frame { bottom: 0; left: 0; right: 0; position: relative; }
    .other-projects .info .title { font-size: 30px; }
    .other-projects .info .subtitle { color: #EF4136; }
    .other-projects .info p { color: #000; }
    .other-projects .all-projects,
    .all-projects-btn .all-projects { 
    -webkit-transition: all 0s; 
         -o-transition: all 0s; 
            transition: all 0s; }
    .other-projects .all-projects:hover,
    .all-projects-btn .all-projects:hover { background: #fff; color: #000; }
    #otherProjectsList { margin-bottom: 60px; margin-top: 100px; }
    .contact-section { margin: 80px 60px 60px; }
    .contact-section .top a:before { display: none; }
    .contact-section .bottom .info a:before { display: none; }
    .contact-section .bottom-menu a { 
    -webkit-transition: all 0s; 
         -o-transition: all 0s; 
            transition: all 0s; }
    .contact-section .bottom-menu a:hover { opacity: 1; }
}

@media only screen and (max-width: 900px) {
    h1 { font-size: 58px; }
    .topbar { left: 60px; }
    .headline { width: 60px; }
    .headline h1 { left: 20px; }
    .menu-btn { right: 40px }
    .nav-wrap { padding: 0 40px }
    .nav-wrap .contact { padding: 0 40px }
    .q_slide .slide .caption { left: 100px; bottom: 18%; width: 67%; }
    .q_slide .slide .caption h1 { font-size: 68px }
    .q_slide .pagination { right: 69px }
    .q_slide .progress { left: 60px }
    .q_slide .arrows { left: 0;  }
    .q_slide .arrows .arrow { padding: 15px 17px }
    .q_slide .arrows .arrow .svg svg { width: 28px }
    .templatev2 { padding-left: 60px; }
    .row { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0; -ms-flex-wrap: wrap; flex-wrap: wrap;}
    .row > *[class *= "col-"] { padding: 0; width: auto; }
    
    .brands-section ul li { width: 33.3333%; }
    .services-page .circle { width: 450px; height: 450px; }
    .services-page .q_slide .slide .caption h1 { font-size: 66px }
    .services-page .q_slide .slide .caption h2 { width: 420px; font-size: 30px; }
    .projects-section { padding: 0 40px;}
    .projects-section .project-item figure { width: 50%; }
    .projects-section .project-item .info { width: 50%;padding-left: 25px; }
    .projects-section .project-item .title { font-size: 34px; }
    .projects-section .project-item .subtitle { font-size: 18px; margin-top: 4px; }
    
    .ozelprojects-section { padding: 0 40px;}
    .ozelprojects-section .project-item figure { width: 50%; }
    .ozelprojects-section .project-item .info { width: 50%;padding-left: 25px; }
    .ozelprojects-section .project-item .title { font-size: 34px; }
    .ozelprojects-section .project-item .subtitle { font-size: 18px; margin-top: 4px; }
    
    .project-info-section { margin: 0 40px 60px 40px; }
    .ozelproject-info-section { margin: 0 40px 60px 40px; }
    .other-projects { margin: 100px 40px 130px; }
    .other-projects h2 { margin-bottom: 20px; }
    #otherProjectsList { margin: 100px -15px 60px; }
    #otherProjectsList .col-1-2 { padding: 0 15px; width: 50%; }
    .other-projects .info .title { font-size: 26px; }
    .content-slider .play-icon { width: 100px; height: 100px; margin-top: -50px; margin-left: -50px; }
    .content-slider .play-icon:before { width: 80px; height: 80px; margin-top: -40px; margin-left: -40px; }
    .content-slider .play-icon:after { width: 100px; height: 100px; margin-top: -50px; margin-left: -50px; }
    .content-slider .play-icon i { font-size: 40px }
    .resp-container { padding-bottom: 53%; }
    .resp-container .cover img { width: 120%; margin-left: -11%; }
    .slick-arrow.slick-prev { left: 22px; }
    .slick-arrow.slick-next { right: 22px; }
    .text-section { margin: 60px 40px; }
    .text-section p { font-size: 26px; }
    .contact-section { margin: 40px; }
    .contact-section .bottom .col-1-2 { width: 50%; }
    .contact-section .bottom .col-1-2:last-child { text-align: right; }

    .project-info-section .row > *[class *= "col-"] { width: 50%; margin-top: 30px;}
    .project-info-section .row > *[class *= "col-"]:nth-child(1),
    .project-info-section .row > *[class *= "col-"]:nth-child(2) { margin-top: 0;}
    .ozelproject-info-section .row > *[class *= "col-"] { width: 50%; margin-top: 30px;}
    .ozelproject-info-section .row > *[class *= "col-"]:nth-child(1),
    .ozelproject-info-section .row > *[class *= "col-"]:nth-child(2) { margin-top: 0;}
    
    .image-section figure { height: auto; }
}
@media only screen and (max-width:600px) {
	.iframeMap {
		width: 100%;
	}
		.dillerdiv {
   		 top: 33px !important;
	}
      .marginreset { margin-top: 45px !important; }
    .col-xs-4 { width: 50% !important; }
    h1 { font-size: 46px; margin-bottom: 40px; }
    .logo { left: 30px; margin-left: 0; width: 120px; top: 30px; }
    .logo.red { background: url(../img/fikirevim_logo_red_mobile.png) no-repeat top left; background-size: 100% auto; }
    .logo.white { background: url(../img/fikirevim_logo_white_mobile.png) no-repeat top left; background-size: 100% auto; }
    .menu-btn { top: 34px; right: 30px; }
    .nav-wrap { width: 80%; padding-right: 30px; }
    .nav-wrap .main-menu { font-size: 30px; }
    .nav-wrap .contact { display: none; }
    .topbar { left: 0; height: 90px; }
    .headline { width: 100%; height: auto; position: relative; margin-top: 120px;border:none;}
    .headline h1 { font-size: 15px; letter-spacing: 1px; position: relative; bottom: 0; padding-left: 30px; left: 0;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg); }
    .headline h1:before { content: "- " }
    .headline.spec { margin-top: 0; position: fixed; top: 119px; }
    .headline.spec h1 { width: 100%; }
    .headline.spec2 h1 { width: auto; }

    .q_slide .progress { display: none; }
    .q_slide .slide .caption { left: 30px;right: 30px; width: auto; bottom: 30%; }
    .q_slide .slide .caption h1 { font-size: 46px; bottom: 16%}
    .q_slide .slide .caption .hover-target { font-size: 22px; }
    .q_slide .slide .caption .hover-target .q_split_wrap:after { font-size: 20px; }
    .q_slide .arrows { left: auto; right: 11px; -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); top: auto; bottom: 14%}
    .q_slide .arrows .arrow { padding: 11px 17px; }
    .q_slide .arrows .arrow .svg svg { width: 24px; }
    .q_slide .pagination { right: 30px;-webkit-transform: translateY(0%);-ms-transform: translateY(0%);transform: translateY(0%); top: 23%; width: 100px; }
    .q_slide .pagination .item { padding: 2px 0; width: 100px; }
    .q_slide .pagination .item::after { right: 0; top: 11px }
    .q_slide .pagination .item.q_current::after { width: 30px; }
    .q_slide .pagination .item span strong { font-size: 14px; width: 16px; margin-right: 16px; }

    .services-page .q_slide .slide .caption { width: 100%; padding: 0 10vw }
    .services-page .q_slide .slide .caption h1 { font-size: 40px; }
    .services-page .q_slide .slide .caption h2 { width: auto; font-size: 22px; margin-top: 10px; padding: 0 5vw; }
    .services-page .q_slide .slide .icon svg { width: 40vw; height: 40vw }
    .services-page .circle { width: 80vw; height: 80vw; border-width: 1px; }

    .templatev2 { padding-left: 0; margin-top: 45px; }

    .brands-section ul li { width: 50%; }

    .projects-section { padding: 0; margin-bottom: 80px;} 
    .projects-section .project-item { margin-bottom: 40px; }
    .projects-section .project-item figure { width: 100%; }
    .projects-section .project-item .info { width: 100%; padding: 30px; }
    .projects-section .project-item .title { font-size: 30px; }
    .projects-section .project-item .subtitle { font-size: 18px; margin-top: 7px; }
    
    .ozelprojects-section { padding: 0; margin-bottom: 80px;} 
    .ozelprojects-section .project-item { margin-bottom: 40px; }
    .ozelprojects-section .project-item figure { width: 100%; }
    .ozelprojects-section .project-item .info { width: 100%; padding: 30px; }
    .ozelprojects-section .project-item .title { font-size: 30px; }
    .ozelprojects-section .project-item .subtitle { font-size: 18px; margin-top: 7px; }
    
    .all-projects-btn .all-projects { margin-top: 0; }

    .project-info-section { margin: 0 30px 40px; }
    .project-info-section .bottom-info { margin-top: 40px; padding-top: 40px; }
    .project-info-section .row > *[class *= "col-"] { width: 100%; margin-bottom: 20px; margin-top: 0;}
    .project-info-section .row > *[class *= "col-"]:last-child { margin-bottom: 0;}
    
    .ozelproject-info-section { margin: 0 30px 40px; }
    .ozelproject-info-section .bottom-info { margin-top: 40px; padding-top: 40px; }
    .ozelproject-info-section .row > *[class *= "col-"] { width: 100%; margin-bottom: 20px; margin-top: 0;}
    .ozelproject-info-section .row > *[class *= "col-"]:last-child { margin-bottom: 0;}
    
    .text-section { margin: 40px 30px; }
    .text-section p {  font-size: 22px}
    .image-section,
    .video-section { margin-bottom: 40px; }
    .content-slider .play-icon { width: 90px; height: 90px; margin-top: -45px; margin-left: -45px; }
    .content-slider .play-icon:before { width: 70px; height: 70px; margin-top: -35px; margin-left: -35px; }
    .content-slider .play-icon:after { width: 90px; height: 90px; margin-top: -45px; margin-left: -45px; }
    .content-slider .play-icon i { font-size: 36px }
    .slick-arrow.slick-prev { left: 10px; }
    .slick-arrow.slick-next { right: 10px; }
    .other-projects { margin: 80px 30px 120px; }
    #otherProjectsList { display: none; }
    .other-projects-mobile { margin: 60px -30px 30px; display: none; }
    .other-projects .info { padding: 30px; }
    .other-projects .info .title { font-size: 30px; }
    .slick-dots { width: 100%; text-align: center;}
    .slick-dots li { display: inline-block; margin: 0 5px;}
    .slick-dots li button { border-radius: 50%; text-indent: -50px; overflow: hidden; padding: 0; width: 8px; height: 8px; background: #ddd; }
    .slick-dots .slick-active button { background: #000; }
    .contact-section { margin: 40px 30px; }
    .contact-section h3 { font-size: 29px; }
    .contact-section .top a { font-size: 24px; }
    .contact-section .social { margin-left: 0; margin-top: 40px; }
    .contact-section .social a { font-size: 13px; padding-left: 0; padding-right: 4px; }
    .contact-section .social li:last-child a { padding-right: 0; }
    .contact-section .bottom .col-1-2:first-child { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 100%; }
    .contact-section .bottom .col-1-2:last-child { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 100%; text-align: left; }
    .contact-section .bottom .info { border-top: 1px solid #D8D8D8; border-bottom: 1px solid #D8D8D8; padding:40px 0; margin: 40px 0; }
    .contact-section .bottom { border: none; padding: 0; }
    .contact-section .top { padding: 0 }
    .contact-section .bottom-menu a { font-size: 24px; padding: 3px 0; }
    .image-section figure { height: auto; }
}
@media only screen and (max-height:500px) and (orientation: landscape) {
    .nav-wrap .main-menu { font-size: 24px;margin-top: 120px;}
}