@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,500,700&subset=latin,latin-ext);

body{
    background: #ebebeb;
    color: #717171;
    font-family: 'PT Sans';
    overflow-x: hidden;
}

.esContainer {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

.esTop {
    margin-top: 15px;
    margin-bottom: 45px;
    overflow: hidden;
}

.esLogo {
    float: left;
}
.esTopSag {
    float: right;
    text-align: right;
    margin-top: 15px;
    /* width: 530px; */
}
.esTopSag ul li {
    float: left;
}
.esTopSag ul li i{
    width: 24px;
    height: 24px;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    background: #9b9b9b;
    padding: 5px;
    line-height: 24px;
    text-align: center;
    margin: 0 10px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.esTopSag ul li a {
    padding: 10px;
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #9b9b9b;
}

.esOnlineSatisButon {
    padding: 15px 30px;
    display: inline-block;
    background: #ed1c24;
    color: #FFF;
    margin-top: 5px;
}
.esOnlineSatisButon a{
    color: #FFF;
    font-weight: 700;
    font-size: 16px;
}
.clear{
    clear: both;
}
.esBorder{
    border-bottom: 10px solid #3f4543;
}
.esMenu ul li::after{
    content:'';
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:3px;
    background:#222;
    transition: height .2s ease-in-out;
    -webkit-transition: height .2s ease-in-out;
    -moz-transition: height .2s ease-in;
}
.esMenu ul li {
    position:relative;
    background: #ffffff; /
background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 100%);
    background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#eaeaea 100%); /
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
    float: left;
    border-right: 1px solid #d4d4d4;
    min-width: 158px;
    text-align: center;
    transition: border .2s ease-in-out;
    -webkit-transition: border .2s ease-in-out;
    -moz-transition: border .2s ease-in;
}
.esMenu ul li:hover::after,.esMenu ul li.active::after{
    height:10px;
}

.esMenu ul li a {
    padding: 20px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #707070;
}
.esMenu ul {
    display: inline-block;
}
.esMenu {
    position: absolute;
    margin-top: -40px;
    z-index: 2;
}
.esSlider{
    position: relative;
}
.esSlider>img{
    display: block;
}
.esMarkalarBg{
    background: url(../img/esMarkalarBg.jpg);
    background-size: cover;
    border-top: 10px solid rgba(255, 255, 255, 0.5);
    border-bottom: 10px solid rgba(255,255,255,0.5);
}
.esMarkalar {
    padding-top: 100px;
    padding-bottom: 50px;
}
.esMarkaContent{
    background: url(../img/esMarkaBg.png) no-repeat;
    display: inline-block;
    /* padding: 6px; */
    margin-bottom: 20px;
    width: 230px;
    margin-right: 5px;
    vertical-align: top;
    text-align: center;
}
.esMarkaContent>a>img{
    /*border: 5px solid #FFF;*/
    padding: 10px;
    max-width: 210px;
}
span.esMarkaAdi {
    display: block;
    padding-top: 20px;
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
}

span.esMarkaAlan {
    display: block;
    color: #fff;
    font-size: 15px;
}
.esContent {
    padding: 100px 0px 30px;
}

h1.esContentHead {
    font-size: 36px;
    text-align: center;
    /* width: 400px; */
    margin: 0 auto;
}

h1.esContentHead::before {
    border-top: 2px solid #dedede;
    border-bottom: 1px solid #FFF;
    content: ' ';
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: 20px;
    z-index: -1;
}
span.esYeniBaslik {
    background: #EBEBEB;
    padding: 0px 100px;
}
span.yeniUrunText {
    text-align: center;
    display: block;
    padding: 10px;
}
.esContentSlider {
    border: 10px solid #FFF;
    margin: 30px 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12);
}
.esContentSlider>img{
    width: 100%;
}
.esContContainer {
    padding: 20px 0;
    display: block;
    overflow: hidden;
}

.esCont {
    width: 450px;
    float: left;
    border: 10px solid #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12);
}
.esCont>a{
    display: block;
}
.esCont>a>img{
    border-top: 5px solid rgba(228, 228, 228, 0.42);
    width: 100%;
    transition: all .5s ease-in-out;
}
.esCont>a:hover>img{
    -webkit-filter: grayscale(100%);

}
.esContText{
    background: url(../img/esContBg.jpg);
    background-size: cover;
    padding: 20px 30px 30px;
}
.esContText h2 {
    font-size: 26px;
    margin: 0 0 15px 0;
}

.esContText p {
    font-size: 14px;
    line-height: 150%;
}
.esContTwo {
    float: right;
    width: 450px;
    border: 10px solid #FFF;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12);
}
.esContTwo>img{
    width: 100%;
}
.esContTwoText{
    padding: 25px 30px 50px;
    background: url(../img/esContTwoBg.jpg);
    background-size: cover;
}
.esContTwoText h2 {
    font-size: 26px;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 15px;
}
.esContTwoText p{
    font-size: 14px;
    line-height: 150%;
}

span.esSosyal a {
    color: #fff;
    background: #9b9b9b;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 5px;
    font-size: 17px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    margin-right: 5px;
    vertical-align: top;
}
.esEbulten {
    padding: 20px;
    margin-bottom: 40px;
    text-align: center;
    background: url(../img/esMarkalarBg.jpg);
    background-size: cover;
    color: #FFF;
    font-family: 'Ubuntu';
    border: 10px solid #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12);
}
.esEbulten h1 {
    font-size: 40px;
    margin: 30px 0 10px;
}

.esEbulten h4 {
    font-size: 30px;
    font-weight: 300;
    padding: 10px;
    margin-bottom: 10px;
}
.esBultenForm {
    max-width: 480px;
    margin: 10px auto;
    box-sizing: border-box;
}
.esBultenForm input{
    box-sizing: border-box;
    width: 100%;
    font-size: 24px;
    border: none;
}
.esBultenForm input[type="text"]{
    padding: 10px;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 10px;
    box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.4) inset;
    background: #f5ddda;
}
.esBultenForm input[type="submit"]{
    padding: 10px;
    border-radius: 10px;
    background: #3f4543;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}
.esBultenForm p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 140%;
}
.footer{
    border-top: 5px solid #a7a7a7;
    background: #373737;
    padding: 30px;
    color: #fff;
    font-family: 'ubuntu';
}
.esFootLogo {
    /* max-width: 200px; */
    /* float: left; */
    margin-right: 0px;
    display: inline-block;
    vertical-align: top;
}

.esFootMenu {
    padding: 20px 10px;
    /* width: 620px; */
    display: inline-block;
    vertical-align: top;
}

.esFootMenu ul li {
    /* float: left; */
    display: inline-block;
    border-bottom: 5px solid transparent;
}
.esFootMenu ul li a {
    color: #fff;
    padding: 15px 6px;
    font-size: 12px;
    display: block;
    position: relative;
}
.esFootMenu ul li a::after{
    content: '';
    position: absolute;
    right: 0;
    background: #FFF;
    height: 14px;
    width: 1px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.esFootMenu ul li:last-child a::after{
    display: none;
}
.panzehir{
    display: inline-block;
    vertical-align: top;
    padding-top: 25px;
    padding-left: 30px;
}
.foot-sosyal {
    display: inline-block;
    vertical-align: top;
    padding-top: 20px;
}
.foot-sosyal a {
    color: #fff;
    font-size: 13px;
    padding: 10px 3px;
    display: inline-block;
}

.foot-sosyal i {
    background: #FBFAFA;
    color: #373737;
    padding: 5px;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    margin-right: 5px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 1s ease-in-out;
}
.esCopy {
    padding: 10px;
    text-align: center;
}
.esHakkimizdaBg{
    background: url(../img/esHakkimizdaBg.jpg);
    background-size: cover;
    overflow: hidden;
}
.esHakkimizda{
    background: #ebebeb;
    margin: 75px 0;
}
.esHakkimizdaYazi {
    padding: 30px 50px;
    text-align: center;
}

.esHakkimizdaYazi h1 {
    font-size: 30px;
    margin: 0 0 20px 0;
    position: relative;
}
.esHakkimizdaYazi h1::before{
    content:'';
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 2px;
    background: #dedede;
    border-bottom: 1px solid #FFF;
}
.esHakkimizdaYazi p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 150%;
}
span.esBaslik {
    position: relative;
    background: #ECECEC;
    padding: 0 100px;
}
.esiletisimBg{
    background: url(../img/esiletisimBg.jpg);
    background-size: cover;
    overflow: hidden;
}
.esiletisimBilgileri>img{
    padding-bottom: 10px;
}
.esMarkaMarvy{
    background: #EBEBEB url(../img/markalar/marvy/esMarvyBg.jpg);
    background-size: cover;
    background-position: right;
}
.esMarkaLogo {
    padding-bottom: 50px;
}
.esMarkaBilgileri {
    padding: 50px 0;
    max-width: 400px;
}
.esMarkaAciklama {
    line-height: 120%;
}
.esMarkaAciklama h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 8px 0;
}
.esMarkaAciklama p {
    font-size: 16px;
    margin: 0 0 20px 0;
}
.esFootMenu ul li:hover {
    border-bottom: 5px solid #fff;
}
.foot-sosyal a:hover i {
    background: #524F4F;
    color: #fff;
}
.esTopSag ul li a:hover i {
    background: #EAE7E7;
    color: #3F4543;
}
.esMobil {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.92);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
    margin: auto;
}

.esMobil-menu {
    width: 320px;
    height: 320px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0px;
    left: 0;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    padding: 0px 0;
}

.esMobil-sosyal {
    padding-top: 20px;
}

.esMobil-sosyal a {
    padding: 10px;
    background: #FFF;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    margin: 0 5px;
    color: #050505;
}

.esMobil-menu ul li a {
    color: #fff!important;
}
.esMobilKapat {
    font-size: 24px;
    background: #FFF;
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #000;
    top: 0;
    right: 10px;
    line-height: 130%;
    cursor: pointer;
}
.esMobilLogo {
    padding-bottom: 10px;
}
.esMobilMenuToggle {
    display: none;
    position: absolute;
    font-size: 30px;
    right: 15px;
    top: 20px;
    background: #3F4543;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #EBEBEB;
    cursor: pointer;
}

.esContentSlider .ms-bullets {
    bottom: -40px!important;
    opacity: 1!important;
    display: block!important;
}
.esContentSlider .ms-bullet{
    margin: 5px 2px !important;
}
#esMap{
    min-height: 640px;
}
.esResponsive{
    max-width: 100%;
    height: auto;
}
.esMobilOnlineSatis {
    width: 90%;
    background: #ed1c24;
    padding: 10px;
    margin: 0 auto;
    position: relative;
    top: 20px;
}

.esMobilOnlineSatis a {
    color: #fff;
    display: block;
}
.esMarkaClaireDefter{
    background: #EBEBEB url(../img/markalar/clairefontaine/esClaireFontaineBg.jpg) no-repeat;
    background-size: cover;
    background-position: right;
}
.esMarkaClaireSanatsal{
    background: #EBEBEB url(../img/markalar/clairefontaine/esClaireFontaineSanatsalBg.jpg) no-repeat;
    background-size: cover;
    background-position: right;
}
.esMarkaRhodia{
    background: #EBEBEB url(../img/markalar/rhodia/esRhodiaBg.jpg) no-repeat;
    background-size: cover;
    background-position: right;
    color: #FFF;
}
.esMarkaSdi{
    background: #EBEBEB url(../img/markalar/sdi/esSdiBg.jpg) no-repeat;
    background-size: cover;
    background-position: right;
}
.esMarkaSnowman{
    background: #EBEBEB url(../img/markalar/snowman/esSnowmanBg.jpg) no-repeat;
    background-size: cover;
    background-position: right;
}
.esMarkaPhc{
    background: #EBEBEB url(../img/markalar/phc/esPHCBg.jpg) no-repeat;
    background-size: cover;
    background-position: right;
}
.esMarkaPebeo{
    background: #EBEBEB url(../img/markalar/pebeo/esPebeoBg.jpg) no-repeat;
    background-size: cover;
    background-position: right;
}
.esMarkaMungyo{
    background: #EBEBEB url(../img/markalar/mungyo/esMungyoBg.jpg) no-repeat;
    background-size: cover;
    background-position: right;
}
.esMarkaMonart{
    background: #EBEBEB url(../img/markalar/monart/esMonartBg.jpg) no-repeat;
    background-size: cover;
    background-position: right;
}
.esMarkaManuscript{
    background: #EBEBEB url(../img/markalar/manuscript/esManuscriptBg.jpg) no-repeat;
    background-size: cover;
    background-position: right;
}
.esMarkaEssdee{
    background: #EBEBEB url(../img/markalar/essdee/esEssdeeBg.jpg) no-repeat;
    background-size: cover;
    background-position: right;
}
.esMarkaSosyal a {
    background: #000;
    padding: 10px;
    color: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: block;
    text-align: center;
    line-height: 24px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.esMarkaSosyal a:hover {
    background: rgba(167, 162, 162, 0.9);
    color: #000;
}
.esikBg{
    background: url(../img/esikBg.jpg);
    background-size: cover;
    overflow: hidden;
}
.ik-icon {
    padding: 50px 0;
}
.esikForm input[type="file"]{
    position: absolute;
    opacity: 0;
    height: 70px;
    width: 219px;
    cursor: pointer;
}
.esikForm {
    padding: 50px 20px;
}

.esikForm a {
    padding: 20px;
    display: inline-block;
    width: 180px;
    font-size: 30px;
    font-weight: bold;
}

.esCv {
    background: #EBEBEB url(../img/icon/icn_cv.png) no-repeat right 10px center;
    border: 3px solid #dedede;
    border-radius: 10px;
    margin-right: 10px;
    text-align: left;
}
.esCvGonder {
    background: #717171;
    border: 3px solid #dedede;
    border-radius: 10px;
    color: #FFF;
    margin-left: 10px;
    cursor: pointer;
}
.esSliderMobil{
    display: none;
}
.esHakkimizdaYazi h3 {
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 10px;
}
.satis-noktalari-content a{
    display: block;
    padding:10px;
    /* min-width: 100%; */
    /* max-width: 50%; */
}
.satis-noktalari-content {
    max-width: 400px;
    margin: 0 auto;
}
.esOnlineSatisBg {
    background: url(../img/esOnlineSatisBg.jpg);
    background-size: cover;
    overflow: hidden;
}

form#cvForm {
    display: inline-block;
}