/*
	bMaster
	Custom Template Styles
	============
	custom.css
*/

body{
	font-family: 'Open Sans', sans-serif;
}

/* h */

h1, h2, h3, h4, h5, h6{
    font-family: 'Titillium Web', sans-serif;
}

/* buton */
.button {
    display: inline-block;
    background-color: #afca0b;
    border-color: #afca0b;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all .2s ease-in-out;
}

.button:hover {
    background-color: #fff;
    border-color: #ddd;
    color: #afca0b;
}

/* navbar */
nav.navbar {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
    color: #fff;
    background-color: #fff;
}
.navbar .logo {
    float: left;
}
.navbar .logo a {
    width: 196px;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 80px;
    background-size: inherit;
}
.navbar .container-fluid {
    width: 1190px;
    padding: 0 15px;
    border-bottom: 1px solid #eaeaea;
}
div#mainmenu {
    padding: 26px 0 0;
    float: right;
}
.navbar-nav>li {
    padding: 10px;
}
.navbar-nav>li>a {
    font-weight: 600;
    padding: 5px 0;
    color: #666;
}
.navbar-nav>li>a.active {
    border-bottom: 3px solid #afca0b;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
    border-bottom: 3px solid #afca0b;
}
/* anasayfa dÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼zeltme */
.anasayfa .navbar {
    background-color: transparent;
}
.anasayfa .navbar .container-fluid {
    padding: 0 30px;
    width: 100%;
    border-bottom: 0;
}
.anasayfa .navbar .logo a {
    height: 116px;
}
.anasayfa .navbar-nav>li>a {
    color: #fff;
}
.anasayfa div#mainmenu {
    padding: 15px;
}

/* seperator */
.content.seperator {
    height: 102px;
}


/* carousel */
#bCarousel {
    height: 747px;
}
#bCarousel .texts {
    color: #fff;
    margin-top: 19%;
    font-weight: 200;
    -webkit-font-smoothing: antialiased;
    user-select: none;
    cursor: default;
}
#bCarousel .texts h1{
	font-family: 'Titillium Web', sans-serif;
	font-size: 100px;
	font-weight: inherit;
	margin: 0 0 40px;
}
#bCarousel .container {
    width: 960px;
    text-align: center;
}
#bCarousel .texts p {
    font-size: 22px;
    margin: 0 0 35px;
}
#bCarousel .texts a.button {
    width: 200px;
    padding: 15px 25px;
    font-size: 15px;
}

/* kurumsal */

.kurumsal-box {
    overflow: hidden;
    margin: 12.5px 0;
}

.kurumsal .inside {
    height: 255px;
    border-radius: 1px;
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    transition: all .4s ease-in-out;
    overflow: hidden;
}
.kurumsal .large .inside {
    height: 535px;
}
.kurumsal .inside .texts{
    padding: 25px;
    position: relative;
    height: 100%;
    color: rgba(0,0,0,.7);
}
.kurumsal .inside .texts h1{
    margin: 0;
    font-size: 25px;
}
.kurumsal .inside .texts > div{
    position: relative;
    padding: 25px 25px 0 0;
    bottom: 0;
    left: 0;
    font-weight: 100;
}
.kurumsal .kurumsal-box:hover .inside.hover,
.kurumsal .kurumsal-box:focus .inside.hover,
.kurumsal .kurumsal-box:active .inside.hover {
    background-size: 105%;
}
.kurumsal .inside .texts.white-text {
    color: rgba(255, 255, 255, 0.95);
}
.texts.hover {
    opacity: 0;
    background-color: rgba(0,0,0,.6);
    transition: all .4s ease-in-out;
}
.kurumsal .inside .texts.hover.white-text {
    color: rgba(255, 255, 255, 0.8);
}
.kurumsal .kurumsal-box:hover .texts.hover,
.kurumsal .kurumsal-box:focus .texts.hover,
.kurumsal .kurumsal-box:active .texts.hover {
    opacity: 1;
}
.kurumsal .inside .texts > div.bottom {
    position: absolute;
    padding: 25px;
}
.kurumsal .inside .texts > div ul {
    padding: 0;
    list-style: none;
}
.kurumsal .inside .texts > div ul li:before {
    content: "\2713";
    margin-right: 5px;
}


/* uygulamalar ve projeler*/
.uygulamalar-ve-projeler .container {
    padding: 0;
}
.uygulamalar-ve-projeler .designs {
    min-height: 450px;
}
.uygulamalar-ve-projeler .design-boxes {
    padding: 0;
}
.uygulamalar-ve-projeler .design-box {
    margin-bottom: 10px;
    padding: 0 0 0 10px;
}
.uygulamalar-ve-projeler .design-box .img {
    height: 310px;
    background-size: cover;
    background-position: 20% 0;
    filter: grayscale(1);
    transition: all .2s ease-in-out;
    border-radius: 2px;
    overflow: hidden;
}
.uygulamalar-ve-projeler .design-box .img:hover {
    filter: grayscale(0);
}
.design-filters ul {
    font-family: 'Titillium Web', sans-serif;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 20px;
    font-weight: 200;
}
.design-filters ul li {
    text-align: center;
    margin-bottom: 8px;
    cursor: pointer;
}
.design-filters ul li.active {
    font-weight: 400;
    color: #afca0b;
}
.design-filters {
    position: fixed;
    width: 25%;
    left: 50%;
    top: 130px;
    margin-left: -690px;
}
a.photoswipe{
    display: block;
    width: 100%;
    height: 100%;
}

/* iletisim */
.content.iletisim {
    padding-top: 0;
}
.content.iletisim .map {
    height: 350px;
    margin-bottom: 4%;
}
.content.iletisim .map iframe{
	pointer-events: none;
    filter: grayscale(1);
    opacity: .9;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.content.iletisim .map.clicked iframe{
	pointer-events: auto;
    filter: grayscale(0);
    opacity: 1;
}
.content.iletisim .container {
    padding: 30px 15px;
}
.content.iletisim .form,
.content.iletisim .info {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
}
.content.iletisim h1,
.info h2 {
    margin: 5px 0 10px;
}
.content.iletisim h1 {
    font-size: 26px;
}
.content.iletisim h1 span.form-status {
    color: #889c0d;
    font-size: 16px;
    margin: 0 5px;
}
.content.iletisim h1 span.form-status.failed {
    color: #d33;
}
.content.iletisim .info h2 {
    font-size: 20px;
    margin-top: 15px;
}
.content.iletisim .info p {
    margin: 3px 0;
}
.content.iletisim .info .infos {
    padding: 0;
}
#contact-form input,
#contact-form select,
#contact-form textarea {
    border-color: #ddd;
}
#contact-form input::placeholder,
#contact-form select::placeholder,
#contact-form textarea::placeholder {
    color: #888;
    font-weight: 200
}
#contact-form button {
    width: 200px;
    float: right;
    border: 1px solid #afca0b;
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
}
#contact-form button:hover {
    color: #afca0b;
}
.grecaptcha-badge {
    display: none;
}



/* footer */
.content.footer {
    background-image: url(../images/footer/atasari-footer-image.jpg);
    color: rgba(255,255,255,.9);
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    padding: 30px 0 0;
    font-size: 13px;
}
.content.footer .copyright {
    padding: 25px 0;
    background-color: #252525;
    color: rgba(255,255,255,0.5);
}
.content.footer > .container {
    padding: 0 0 30px;
}
.content.footer span.copy {
    float: left;
}
.content.footer span.webk {
    float: right;
}
.content.footer span.webk i {
    color: #80901d;
}
.content.footer > .container > div {
    padding: 0 20px;
    min-height: 200px;
}
.content.footer h1 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    margin: 15px 0 10px;
}
.content.footer ul {
    font-size: 12px;
    overflow: hidden;
}
.content.footer ul li {
    margin-bottom: 3px;
}
.content.footer ul li b {
    display: block;
    font-weight: 700;
    width: 80px;
    color: #6f6f6f;
}
.content.footer .insta ul li{
    display: block;
    float:left;
    width: 80px;
    height: 80px;
    margin: 5px;
}
.content.footer .insta ul li img{
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    height: 100%;
    filter: grayscale(1);
    opacity: .7;
    transition: all .3s ease-in-out;
}
.content.footer .insta ul li img:hover {
    opacity: 1;
    filter: grayscale(0);
}
.content.footer .social ul li {
    display: inline-block;
    width: 20px;
    text-align: center;
}
.content.footer .social ul {
    float: left;
    margin: 0;
    margin: 0 20px;
}



/*  == Mobile == */

/* Dikey */

/* LG (orta) */
@media (max-width: 1399px){
	
}

/* MD */
@media (max-width: 1199px){
    .kurumsal .inside {
        height: 200px;
    }
    .kurumsal .large .inside {
        height: 425px;
    }
    .kurumsal .inside .texts h1 {
        font-size: 18px;
    }
    .kurumsal .inside .texts {
        font-size: 13px;
        padding: 20px;
        text-shadow: 1px 1px 2px #e2e2e2;
        letter-spacing: -.8px;
    }
    .kurumsal .inside .texts.white-text {
        text-shadow: none;
    }
    .navbar .container-fluid {
        width: 970px;
    }
    .content.footer > .container > div {
        padding: 0 10px;
    }
    .content.footer .insta ul li {
        width: 60px;
        height: 60px;
    }
    .design-filters {
        margin-left: -520px;
    }
    .uygulamalar-ve-projeler .design-box .img {
        height: 250px;
    }
    .content.footer .desc{
        font-size: 11px;
    }
}

/* SM */
@media (max-width: 991px){
    
}

/* XS */
@media (max-width: 769px) and (max-height: 1025px){
    .anasayfa div#mainmenu {
        padding: 40px 0 0;
    }
    #bCarousel .texts h1 {
        font-size: 90px;
    }
    #bCarousel {
        height: 580px;
    }
    #bCarousel .container {
        width: 100%;
    }
    .content.footer > .container > div {
        text-align: center;
    }
    .content.footer ul li b {
        display: inline;
    }
    .navbar .container-fluid {
        width: 750px;
    }
    .kurumsal .large .inside {
        height: 545px;
    }
    .kurumsal .inside {
        height: 260px;
        background-size: cover;
    }
}

/* XS */
@media (max-width: 768px){
    .anasayfa .navbar .container-fluid {
        padding: 0;
    }
    .navbar .logo {
        padding: 5px 0 0 10px;
    }
    .anasayfa .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    #bCarousel {
        height: 90vh;
    }
    #bCarousel .texts h1 {
        font-size: 36px;
    }
    #bCarousel .texts p {
        font-size: 16px;
    }
    #bCarousel .texts {
        margin-top: 150px;
    }
    .navbar-toggle {
        margin: 40px 10px 0 0;
    }
    div#mainmenu {
        width: 100%;
        margin: 0;
        padding: 0;
        background: #fff;
        border-top: 3px solid #afca0b;
        border-bottom: 0;
    }
    .anasayfa div#mainmenu {
        border-bottom: 1px solid #818c3e;
    }
    .navbar-nav>li:last-child {
        border: 0;
    }
    .anasayfa div#mainmenu {
        padding: 0;
        background-color: #515151;
    }
    .navbar-nav {
        margin: 0;
    }
    .anasayfa .navbar-nav>li>a {
        color: #9a9a9a;
    }
    .navbar-nav>li>a.active {
        border: 0;
    }
    .navbar-nav>li {
        padding: 5px 20px;
        border-bottom: 1px solid #ddd;
    }
    .anasayfa .navbar-nav>li {
        border-bottom: 1px solid #5f5f5f;
    }
    .nav>li>a:focus, .nav>li>a:hover {
        border: 0;
    }
    .navbar .container-fluid {
        width: 100%;
        padding: 0;
    }
    .navbar-toggle .icon-bar {
        background-color: #757172;
    }
    .navbar-toggle {
        margin: 30px 10px 0 0;
    }
    .navbar .logo a {
        width: 160px;
    }
    .anasayfa .navbar .logo a {
        width: 196px;
    }
    .navbar {
        border: 0;
    }
    .content.seperator {
        height: 85px;
    }
    .kurumsal .inside {
        height: 310px;
    }
    .kurumsal .inside.hover:hover {
        background-size: cover;
    }
    .design-filters {
        position: relative;
        float: left;
        left: 0;
        top: 0;
        margin: 0;
        width: 100%;
    }
    .uygulamalar-ve-projeler .design-box {
        padding: 0 15px;
        margin-bottom: 15px;
    }
    .kurumsal .kurumsal-box:hover .inside.hover,
    .kurumsal .kurumsal-box:focus .inside.hover,
    .kurumsal .kurumsal-box:active .inside.hover {
        background-size: cover;
    }
    .content.footer span {
        float: none !important;
        text-align: center;
        width: 100%;
        display: block;
    }
    .content.footer .social ul {
        float: none;
    }
}

/* XXS */
@media (max-width: 321px){
	
}

/* Yatay */
@media (max-height: 414px){

}

@media (max-height: 849px){
    
}

@media (max-height: 449px){
    
}