﻿/*

    EMİR PROJECT CUSTOM STYLES

*/

.project-info {background: #eee;}

/*  Sol Menü logo*/
.de-navbar-left #logo {
    padding: 0 0 35px 0;
}

/*  Emir Amblem */
.emiramblem{
    position:fixed;
    bottom:0px;
    left:-147px;
    transform:rotate(-20deg);
    /*z-index:1000;*/
}
footer .copy {display: block;}
footer .copy.mobil {display: none;}
@media only screen and (max-width: 992px) {
    .emiramblem {
        display: none;
    }
}

.slogan { font-size: 1.7em !important; color: #8a6d3b !important;}

/*  Logo Image  */
header #logo img.logo {
    max-width: 300px;
    width: 90%;
}

ul.list li { font-size: 16px; font-style: italic; margin-bottom: 10px }

/*  Sol menü link rengi */
.de-navbar-left header #mainmenu > li a:hover {
    color: #a05c16;
    text-decoration: underline;
}

/*  Projeler Başlık */
.de-gallery .project-name {
    font-size: 28px;
    font-family: Dosis, Raleway, Arial, Helvetica, sans-serif !important;
    color: #a77e12 !important;
    margin-bottom: 20px;
}

/*  Projeler Detay Proje bilgileri  */


.owl-custom-nav .btn-next {
    right: 29px;
}

    /*  Carousel Navigation Btn Fix */
    .owl-custom-nav .btn-next:before {
        padding: 24px 12px 24px 12px !important;
    }

.owl-custom-nav .btn-prev:before {
    padding: 24px 12px 24px 12px !important;
}

#emirmotto-logo .font-dosis { font-size: 1.7em !important; font-weight: 700; color: #b28d35 }


@media only screen and (min-width: 992px) {
    
.isotope-item { display:flex; }
}

/*  Logo altındaki yazı için    */
@media only screen and (max-width: 992px) {
    #emirmotto-logo{display:none;}

}

/*  Footer  */
footer{ color: #fff;}

footer .widget a:link {
    color: #fff;
}


/*  Footer Logo Fixes */
footer .logo-small {
    max-width: 300px;
}

@media (max-width: 768px) {
    footer .logo-small {
        max-width: 222px;
    }
    footer .copy {display: none;}
    footer .copy.mobil {display: block;}
}


/*  Dosya Yükleme İK    */
#contact_form input[type=file]{
    padding: 10px;
    margin-bottom: 20px;
    color: #fff;
    border: solid 1px rgba(0,0,0,.3);
    background: rgba(0,0,0,.2);
    border-radius: 0 !important;
    height: auto;
}

.de_light #contact_form input[type=file]{
    border: solid 1px #ddd;
    background: #f5f5f5;
    color: #333 !important;
}






/*  Width   */
.w180 {
    width: 180px;
}

.mw-200 {
    max-width: 200px !important;
}

.mw-222 {
    max-width: 222px !important;
}


/*  Opacities   */
.opac-10 {
    opacity: .1 !important;
}

.opac-25 {
    opacity: .25 !important;
}

.opac-50 {
    opacity: .5 !important;
}

.opac-75 {
    opacity: .75 !important;
}

.opac-85 {
    opacity: .85 !important;
}

.opac-90 {
    opacity: .90 !important;
}


/*  FONTS   */
.font-dosis {
    font-family: Dosis, Arial, Helvetica, sans-serif !important;
}

.font-raleway {
    font-family: Raleway, Arial, Helvetica, sans-serif !important;
}

.fontsize12em {
    font-size: 1.2em !important;
}

.fontsize13em {
    font-size: 1.3em !important;
}

.fontsize14em {
    font-size: 1.4em !important;
}

.fontsize16em {
    font-size: 1.6em !important;
}


/*  SHADOWS     */
.bannertextshadow-black {
    -ms-text-shadow: #000 0px 5px 10px;
    text-shadow: #000 0px 5px 10px;
}

.bannertextshadow-white {
    -ms-text-shadow: #fff 0px 5px 10px;
    text-shadow: #fff 0px 5px 10px;
}
