﻿@charset "utf-8";

/* General */
@import url(http://fonts.googleapis.com/css?family=Roboto:500,900italic,900,400italic,100,700italic,300,700,500italic,100italic,300italic,400&amp;subset=latin,greek-ext,cyrillic-ext,greek,vietnamese,latin-ext,cyrillic);
@import url(wow.css);
@import url(owl.carousel.css);
@import url(owl.theme.css);
@import url(style_common.css);
@import url(style2.css);
@import url(style3.css);
@import url(responsive.css);

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #8f8f8f;
}

    a img,
    button {
        border: 0 none !important;
    }

.clear {
    clear: both;
}

:focus {
    outline: none;
}
/*-----------------------*/
.mobilmenu {
    display: none;
}

#pagenav a {
    overflow: hidden;
    display: block;
    width: 35px;
    height: 34px;
    background: #ffdf0f;
    float: left;
    margin: 0 2px;
    text-align: center;
    line-height: 34px;
    color: #000;
    font-weight: 600;
}

.active a {
    background: #000 !important;
    color: #ffdf0f !important;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #8f8f8f;
    background: #161616;
}

.container {
    width: 980px;
    height: auto;
    margin: 0 auto 0 auto;
}

header {
    width: auto;
    height: 57px;
    background: #161616;
    border-bottom: 7px solid #ffdf0f;
    position: relative;
    z-index: 1000;
}

    header #logo {
        width: 133px;
        height: 140px;
        float: left;
        display: block;
        text-indent: -99999em;
        background: url(../img/emre-logo.jpg) no-repeat;
    }

        header #logo h1 {
            display: none;
        }

nav {
    float: right;
    font-size: 14px;
    margin: 0 3px 0 0;
}

    nav ul {
    }

    nav li {
        float: left;
        margin: 0 0 0 0;
    }

    nav a {
        display: block;
        padding: 20px 23px 20px 23px;
        color: #fff;
    }

    nav li:hover > a {
        color: #000;
        background: #ffdf0f;
    }

    nav ul {
        display: none;
        position: absolute;
        width: 204px;
        background: #efa041;
        margin: 12px 0 0 0;
        font-size: 15px;
        padding: 0;
    }

    nav li ul a {
        margin: 0 0 0 0;
        color: #000;
    }

    nav ul li:hover a, #nav li:hover li a {
        color: #fff;
        background: #e00303;
    }

    nav li:hover > ul {
        display: block;
        top: 30px;
    }

    nav ul li {
        float: none;
        width: 204px;
    }

        nav ul li a:hover {
            color: #fff;
            background: #e00303;
        }

    nav #active {
        color: #000000;
        background: #ffdf0f;
    }

        nav #active a {
            color: #000000;
        }

header #right {
    float: right;
    width: 115px;
    height: 35px;
    margin: 7px 0 0 0;
}

    header #right .lang {
        float: right;
        width: 39px;
        height: 28px;
        font-size: 16px;
        color: #161616;
        background: #ffdf0f;
        text-align: center;
        padding: 8px 0 0 0;
    }

        header #right .lang a {
            color: #161616;
        }

    header #right .fb {
        width: 33px;
        height: 33px;
        float: left;
        display: block;
        margin: 2px 5px 0 0;
        text-indent: -99999em;
        background: url(../img/icon/fb.jpg);
    }

    header #right .tw {
        width: 33px;
        height: 33px;
        float: left;
        display: block;
        margin: 2px 5px 0 0;
        text-indent: -99999em;
        background: url(../img/icon/tw.jpg);
    }

        header #right .tw:hover {
            background: url(../img/icon/tw_hover.jpg) no-repeat;
        }


           header #right .Instagram {
        width: 33px;
        height: 33px;
        float: left;
        display: block;
        margin: 2px 5px 0 0;
        text-indent: -99999em;
        background: url(../img/icon/ins.jpg);
    }

        header #right .Instagram:hover {
            background: url(../img/icon/ins_hover.jpg) no-repeat;
        }

    header #right .gp {
        width: 33px;
        height: 33px;
        float: left;
        display: block;
        margin: 2px 0 0 0;
        text-indent: -99999em;
        background: url(../img/icon/gp.jpg);
    }

        header #right .gp:hover {
            background: url(../img/icon/gp_hover.jpg) no-repeat;
        }

    header #right .fb:hover {
        background: url(../img/icon/fb_hover.jpg) no-repeat;
    }

#modul {
    float: right;
    width: 315px;
    height: 290px;
    position: relative;
    z-index: 100;
    margin: -290px 0 0 0;
}

    #modul p {
        position: relative;
        z-index: 1000;
        margin: -40px 0 0 0;
        text-align: center;
    }

    #modul a {
        color: #161616;
    }

    #modul .n1 {
        float: left;
        width: 190px;
        height: 175px;
        margin: 0 1px 1px 0;
        overflow: hidden;
    }

        #modul .n1 img {
            -webkit-transition: all 1s ease; /* Safari and Chrome */
            -moz-transition: all 1s ease; /* Firefox */
            -o-transition: all 1s ease; /* IE 9 */
            -ms-transition: all 1s ease; /* Opera */
            transition: all 1s ease;
            max-width: 100%;
        }

        #modul .n1:hover img {
            -webkit-transform: scale(1.25); /* Safari and Chrome */
            -moz-transform: scale(1.25); /* Firefox */
            -ms-transform: scale(1.25); /* IE 9 */
            -o-transform: scale(1.25); /* Opera */
            transform: scale(1.25);
        }

    #modul .n2 {
        float: right;
        width: 123px;
        height: 125px;
        margin: 50px 0 0 0;
        text-align: center;
        overflow: hidden;
    }

        #modul .n2 img {
            -webkit-transition: all 1s ease; /* Safari and Chrome */
            -moz-transition: all 1s ease; /* Firefox */
            -o-transition: all 1s ease; /* IE 9 */
            -ms-transition: all 1s ease; /* Opera */
            transition: all 1s ease;
            max-width: 100%;
            width: 123px !important;
            height: 125px !important;
        }

        #modul .n2:hover img {
            -webkit-transform: scale(1.25); /* Safari and Chrome */
            -moz-transform: scale(1.25); /* Firefox */
            -ms-transform: scale(1.25); /* IE 9 */
            -o-transform: scale(1.25); /* Opera */
            transform: scale(1.25);
        }

    #modul .n3 {
        float: left;
        width: 122px;
        height: 112px;
        margin: 0 0 0 68px;
        overflow: hidden;
    }

        #modul .n3 img {
            -webkit-transition: all 1s ease; /* Safari and Chrome */
            -moz-transition: all 1s ease; /* Firefox */
            -o-transition: all 1s ease; /* IE 9 */
            -ms-transition: all 1s ease; /* Opera */
            transition: all 1s ease;
            max-width: 100%;
            width: 123px !important;
            height: 112px !important;
        }

        #modul .n3:hover img {
            -webkit-transform: scale(1.25); /* Safari and Chrome */
            -moz-transform: scale(1.25); /* Firefox */
            -ms-transform: scale(1.25); /* IE 9 */
            -o-transform: scale(1.25); /* Opera */
            transform: scale(1.25);
        }

    #modul .n4 {
        float: right;
        width: 123px;
        height: 112px;
        overflow: hidden;
    }

        #modul .n4 img {
            -webkit-transition: all 1s ease; /* Safari and Chrome */
            -moz-transition: all 1s ease; /* Firefox */
            -o-transition: all 1s ease; /* IE 9 */
            -ms-transition: all 1s ease; /* Opera */
            transition: all 1s ease;
            max-width: 100%;
            width: 123px !important;
            height: 112px !important;
        }

        #modul .n4:hover img {
            -webkit-transform: scale(1.25); /* Safari and Chrome */
            -moz-transform: scale(1.25); /* Firefox */
            -ms-transform: scale(1.25); /* IE 9 */
            -o-transform: scale(1.25); /* Opera */
            transform: scale(1.25);
        }

#navigasyon {
    width: 980px;
    height: 235px;
    margin: 0 auto 0 auto;
}

    #navigasyon .about {
        float: left;
        width: 312px;
        height: 235px;
    }

        #navigasyon .about p {
            color: #9a9a9a;
            text-align: justify;
            font-size: 12px;
            margin: 5px 0 6px 0;
            line-height: 18px;
        }

        #navigasyon .about hr {
            width: 312px;
            height: 6px;
            background: url(../img/border.jpg) no-repeat;
            border: none;
        }

    #navigasyon .aboutpic {
        width: 312px;
        height: 140px;
        background: url(../img/bg/aboutbg.jpg) right no-repeat #ffdf0f;
    }

        #navigasyon .aboutpic img {
            float: left;
        }

        #navigasyon .aboutpic p {
            width: 132px;
            float: right;
            color: #494949;
            margin: 90px 0 0 0;
            padding: 0 0 0 8px;
        }

    #navigasyon .document {
        width: 162px;
        height: 235px;
        float: left;
        margin: 0 0 0 4px;
        background: #343434;
    }

    #navigasyon .right {
        float: right;
        width: 500px;
        height: 235px;
    }

    #navigasyon .product {
        width: 500px;
        height: 145px;
        margin: 0 0 1px 0;
    }

    #navigasyon .newsletter {
        width: 500px;
        height: 40px;
        background: #343434;
    }

        #navigasyon .newsletter p {
            float: left;
            text-align: left;
            margin: 5px 0 0 10px;
        }

    #navigasyon .input {
        float: left;
        color: #777777;
        height: 32px;
        width: 150px;
        padding: 0 0 0 10px;
        background: #161616;
        margin: 5px 2px 0 25px;
        border: none;
        font-family: 'Roboto', sans-serif;
    }

    #navigasyon .button {
        float: left;
        width: 50px;
        height: 32px;
        color: #777777;
        text-align: center;
        background: #161616;
        cursor: pointer;
        margin: 5px 0 0 0;
        border: none;
        font-family: 'Roboto', sans-serif;
    }

#modul .button:hover {
    border: 1px #a97f42 solid;
}

footer {
    width: 980px;
    height: auto;
    margin: 0 auto 0 auto;
}

    footer #top {
        width: 980px;
        height: 95px;
        margin: 5px auto 0 auto;
    }

    footer .about {
        float: left;
        width: 312px;
        height: 95px;
    }

        footer .about p {
            color: #9a9a9a;
            text-align: justify;
            font-size: 12px;
            margin: 5px 0 6px 0;
            line-height: 18px;
        }

        footer .about hr {
            width: 312px;
            height: 6px;
            background: url(../img/border.jpg) no-repeat;
            border: none;
        }

    footer .newsletter {
        float: right;
        width: 664px;
        height: 95px;
        background: #343434;
    }

        footer .newsletter p {
            float: left;
            text-align: left;
            margin: 30px 0 0 10px;
        }

        footer .newsletter .input {
            float: left;
            color: #777777;
            height: 32px;
            width: 245px;
            padding: 0 0 0 10px;
            background: #161616;
            margin: 30px 2px 0 25px;
            border: none;
            font-family: 'Roboto', sans-serif;
        }

        footer .newsletter .button {
            float: left;
            width: 90px;
            height: 32px;
            color: #777777;
            text-align: center;
            background: #161616;
            cursor: pointer;
            margin: 30px 0 0 0;
            border: none;
            font-family: 'Roboto', sans-serif;
        }

    footer .phone {
        float: left;
        height: 20px;
        width: 161px;
        padding: 8px 0 0 40px;
        background: url(../img/icon/phone.jpg) left no-repeat;
        overflow: hidden;
    }

    footer .menu {
        float: right;
        width: 500px;
    }

        footer .menu ul {
        }

        footer .menu li {
            float: left;
            font-size: 12px;
            margin: 10px 0 10px 11px;
        }

            footer .menu li a:hover {
                color: #ffdf0f;
            }

    footer .copy {
        float: right;
        margin: 5px 0 5px 0;
    }

    footer .ws {
        float: right;
        margin: 0 0 5px 0;
    }

        footer .ws a:hover {
            color: #ffdf0f;
        }

.containerfull {
    float: left;
    width: 100%;
  /*  height: 760px;*/
    margin: -76px auto 0 auto;
}

#aboutbg {
    background: url(../img/bg/bg.jpg) no-repeat center top;
}

#page {
    width: 940px;
    height: 600px;
    padding: 20px;
    background: #fefefe;
    color: #575757;
    margin: 0 auto 0 auto;
}

#pagetitle {
    width: 960px;
    height: 45px;
    padding: 20px 0 0 20px;
    margin: 109px auto 0 auto;
    background: url(../img/bg/title.jpg) no-repeat;
}

    #pagetitle h2 {
        font-size: 18px;
        color: #8d8d8d;
    }

#page p {
    font-size: 16px;
    text-align: justify;
    margin: 15px 0 15px 0;
}

#page h3 {
    font-size: 23px;
    color: #575757;
    font-weight: 600;
}

#page iframe {
    margin-left:20px;
    margin-bottom:20px;
   /* width: 940px;*/
    height: 225px;
    border: none;
   
}

    #page iframe:first-child {
        float:left;
        margin-left:0;
    }

    #page iframe:not(:first-child) {
        float:right;
    }

.contact {
    width: 940px;
    height: 300px;
    margin: 10px auto 0 auto;
}

    .contact p {
        font-size: 13px !important;
        margin: 6px 0 6px 15px !important;
    }

    .contact #left {
        float: left;
        width: 355px;
        height: 300px;
    }

        .contact #left #title {
            width: 325px;
            height: 10px;
            padding: 10px 15px 10px 15px;
            background: #ffdf0f;
            color: #3d3d3d;
            font-weight: 600;
        }

        .contact #left .adress {
            width: 325px;
          /*  height: 42px;*/
            padding: 13px;
            background: #dadada;
            text-align: justify;
            color: #3d3d3d;
        }

        .contact #left .phone {
            width: 355px;
            height: auto;
            padding: 0 0 5px 0;
            background: #343434;
            text-align: justify;
            color: #fff;
            margin: 0px 0 10px 0;
        }

    .contact #middle {
        float: left;
        width: 255px;
        height: 300px;
        margin: 0 10px 0 10px;
    }

        .contact #middle #title {
            width: 225px;
            height: 10px;
            padding: 10px 15px 10px 15px;
            background: #ffdf0f;
            color: #3d3d3d;
            font-weight: 600;
        }

        .contact #middle .phone {
            width: 255px;
            height: auto;
            padding: 0 0 5px 0;
            background: #343434;
            text-align: justify;
            color: #fff;
            margin: 0 0 10px 0;
        }

    .contact #right {
        float: right;
        width: 310px;
        height: 275px;
    }

        .contact #right .input {
            width: 300px;
            height: 35px;
            background: #dadada;
            border: none;
            margin: 0 0 10px 0;
            padding: 0 0 0 10px;
            font-family: 'Roboto', sans-serif;
        }

        .contact #right .button {
            float: left;
            width: 90px;
            height: 32px;
            color: #FFF;
            text-align: center;
            background: #161616;
            cursor: pointer;
            border: none;
            font-family: 'Roboto', sans-serif;
        }

#product {
    width: 980px;
    height: 650px;
    margin: 109px auto 0 auto;
}

    #product .left {
        float: left;
        width: 270px;
        height: auto;
        background: #fff;
    }

#productmenu {
    width: 270px;
}

    #productmenu ul {
    }

    #productmenu li {
        float: left;
        margin: 0 0 0 0;
    }

    #productmenu a {
        width: 220px;
        height: 25px;
        display: block;
        padding: 10px 0 0px 50px;
        color: #919191;
        border-bottom: 1px #ededed solid;
        background: #fbfbfb url(../img/icon/arrow.jpg) left no-repeat;
    }

    #productmenu li:hover > a {
        color: #393939;
        background: #ffdf0f url(../img/icon/arrow2.png) left no-repeat;
    }

    #productmenu #active a {
        color: #393939;
        background: #ffdf0f url(../img/icon/arrow2.png) left no-repeat !important;
    }

#product .left #title {
    width: 195px;
    height: 45px;
    color: #3a3a3a;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 0 0 75px;
    background: url(../img/icon/product-title.jpg) left no-repeat #ffc40f;
}

#product .right {
    float: right;
    width: 700px;
/*    height: 605px;*/
    background: #fff;
    padding-bottom:30px;

}

#producttitle {
    width: 680px;
    height: 45px;
    padding: 20px 0 0 20px;
    margin: 0 auto 0 auto;
    background: url(../img/bg/title.jpg) no-repeat;
}

    #producttitle h2 {
        font-size: 18px;
        color: #8d8d8d;
    }

#pagenav {
    width: 685px;
    float: left;
    /* height: 35px; */
    margin: 10px 0 30px 8px;
}

    #pagenav .next {
        float: right;
        width: 44px;
        height: 35px;
    }

    #pagenav .prev {
        float: left;
        width: 44px;
        height: 35px;
    }

.careerdetail {
    float: left;
    width: 450px;
    height: 540px;
}

.careerform {
    float: right;
    width: 450px;
    height: 540px;
}

    .careerform .input {
        width: 440px;
        height: 35px;
        background: #dadada;
        border: none;
        margin: 0 0 10px 0;
        padding: 0 0 0 10px;
        font-family: 'Roboto', sans-serif;
    }

    .careerform .button {
        float: left;
        width: 90px;
        height: 32px;
        color: #FFF;
        text-align: center;
        background: #161616;
        cursor: pointer;
        border: none;
        font-family: 'Roboto', sans-serif;
    }

/*
    Mobile Menu Core Style
*/

.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 0.438em 0.625em 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer;
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
}

.slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_no-text {
    margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em;
}

.slicknav_nav {
    clear: both;
}

    .slicknav_nav ul,
    .slicknav_nav li {
        display: block;
    }

    .slicknav_nav .slicknav_arrow {
        font-size: 0.8em;
        margin: 0 0 0 0.4em;
    }

    .slicknav_nav .slicknav_item {
        cursor: pointer;
    }

    .slicknav_nav .slicknav_row {
        display: block;
    }

    .slicknav_nav a {
        display: block;
    }

    .slicknav_nav .slicknav_item a,
    .slicknav_nav .slicknav_parent-link a {
        display: inline;
    }

.slicknav_brand {
    float: left;
}

.slicknav_menu:before,
.slicknav_menu:after {
    content: " ";
    display: table;
}

.slicknav_menu:after {
    clear: both;
}
/* IE6/7 support */
.slicknav_menu {
    *zoom: 1;
}

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
    font-size: 16px;
    box-sizing: border-box;
}

    .slicknav_menu * {
        box-sizing: border-box;
    }
/* Button */
.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #222222;
}
/* Button Text */
.slicknav_menu .slicknav_menutxt {
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
    background-color: #f5f5f5;
}

.slicknav_menu {
    padding: 5px;
}

.slicknav_nav {
    color: #fff;
    margin: 0;
    padding: 0 0 48px 0;
    font-size: 0.875em;
}

    .slicknav_nav, .slicknav_nav ul {
        list-style: none;
        overflow: hidden;
    }

        .slicknav_nav ul {
            padding: 0;
            margin: 0 0 0 20px;
        }

        .slicknav_nav .slicknav_row {
            padding: 5px 10px;
            margin: 2px 5px;
        }

        .slicknav_nav a {
            padding: 5px 10px;
            margin: 2px 5px;
            text-decoration: none;
            color: #fff;
        }

        .slicknav_nav .slicknav_item a,
        .slicknav_nav .slicknav_parent-link a {
            padding: 0;
            margin: 0;
        }

        .slicknav_nav .slicknav_row:hover {
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            background: #ffdf0f;
            color: #000;
        }

        .slicknav_nav a:hover {
            background: #ffdf0f;
            color: #000;
        }

        .slicknav_nav .slicknav_txtnode {
            margin-left: 15px;
        }

.slicknav_brand {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px;
}

.galeri {
    overflow: hidden;
    display: block;
    float: left;
    width: 100%;
    margin-top: 35px;
}

    .galeri a {
        padding: 0px 25px;
    }

.urunadi {
    overflow: hidden;
    display: block;
    margin: 4px 0px;
}

.urunkodu {
}

/*#owl-demo1 .owl-item {
    width: 110px !important;
}*/
#owl-demo1 .owl-item {
    width: 168px !important;
    text-align:center;
}
#owl-demo1 .content h2 {
    font-size: 15px;
    text-align: center;
}

#owl-demo1 .owl-controls {
    display: none !important;
}
.contact #right .textarea {
    height:85px;
}
/*#owl-demo1 img {
    height:94px;
}
#owl-demo1 img {
    height:130px;
}*/






/* Useful Classes */
.xy-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.transition {
	transition: all 350ms ease-in-out;
}

.r-3-2 {
	width: 100%;
	padding-bottom: 66.667%;
	background-color: #ddd;
}

.image-holder {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

/* Main Styles */
.gallery-wrapper {
	position: relative;
	overflow: hidden;
}

.gallery {
	position: relative;
	white-space: nowrap;
	font-size: 0;
	text-align: center;
}

.item-wrapper {
	cursor: pointer;
	width: 23%; /* arbitrary value */
	display: inline-block;
	background-color: white;
}

.gallery-item { opacity: 0.5; }
.gallery-item.active { opacity: 1; }

.controls {
	font-size: 0;
	border-top: none;
}
.move-btn {
	display: inline-block;
	width: 50%;
	border: none;
  color: #ccc;
	background-color: transparent;
	padding: 0.2em 1.5em;
}
.move-btn:first-child {border-right: none;}
.move-btn.left  { cursor: w-resize; }
.controls .move-btn.right { cursor: e-resize;width:auto !important }




  .form .txtarea{
            width: 90% !important;
            float:left !important;
            background: #dadada;
            height:80px;
            border: none;
            margin: 0 20px 10px 0;
            padding: 0 0 0 10px;
            font-family: 'Roboto', sans-serif;
        }


  .form .inpt{
            width: 40% !important;
            float:left !important;
            height: 35px;
            background: #dadada;
            border: none;
            margin: 0 20px 10px 0;
            padding: 0 0 0 10px;
            font-family: 'Roboto', sans-serif;
        }

        .form  .button {
            float: left;
            width: 90px;
            height: 32px;
            color: #FFF;
            text-align: center;
            background: #161616;
            cursor: pointer;
            border: none;
            font-family: 'Roboto', sans-serif;
        }
