html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/*Arda Ataerkil 0541 452 40 36 arda@motto.work*/
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.2;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


@font-face {
    font-family: 'pcscond_heavy';
    src: url('fonts/pcs/pcscondheavy-webfont.eot');
    src: url('fonts/pcs/pcscondheavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pcs/pcscondheavy-webfont.woff2') format('woff2'),
         url('fonts/pcs/pcscondheavy-webfont.woff') format('woff'),
         url('fonts/pcs/pcscondheavy-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pcscond_bold';
    src: url('fonts/pcs/pcscondbold-webfont.eot');
    src: url('fonts/pcs/pcscondbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pcs/pcscondbold-webfont.woff2') format('woff2'),
         url('fonts/pcs/pcscondbold-webfont.woff') format('woff'),
         url('fonts/pcs/pcscondbold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pcscond_light';
    src: url('fonts/pcs/pcscondlight-webfont.eot');
    src: url('fonts/pcs/pcscondlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pcs/pcscondlight-webfont.woff2') format('woff2'),
         url('fonts/pcs/pcscondlight-webfont.woff') format('woff'),
         url('fonts/pcs/pcscondlight-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pcscond_medium';
    src: url('fonts/pcs/pcscondmedium-webfont.eot');
    src: url('fonts/pcs/pcscondmedium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pcs/pcondmedium-webfont.woff2') format('woff2'),
         url('fonts/pcs/pcscondmedium-webfont.woff') format('woff'),
         url('fonts/pcs/pcscondmedium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pcscond_regular';
    src: url('fonts/pcs/pcscondregular-webfont.eot');
    src: url('fonts/pcs/pcscondregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pcs/pcscondregular-webfont.woff2') format('woff2'),
         url('fonts/pcs/pcscondregular-webfont.woff') format('woff'),
         url('fonts/pcs/pcscondregular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@-ms-viewport {
  width: device-width;
}

h1, h2, h3, li, a{ 	font-family: 'pcscond_regular', sans-serif; }
h1 {font-size: 12pt;  color: #415464;}
h4 { font-size: 12pt; font-family: 'pcscond_regular', sans-serif; margin-bottom: 10px;}
h5 { font-size: 9pt; margin-bottom: 10px;}

* {
  padding: 0;
	margin: 0;
  box-sizing: border-box;
}

html {
    position: relative;
    min-height: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
}

body {
    margin: 0 0 100px;

                    /* bottom = footer height */
                    -webkit-user-select: none; /* Chrome/Safari */
                    -moz-user-select: none; /* Firefox */
                    -ms-user-select: none; /* IE10+ */

                    /* Rules below not implemented in browsers yet */
                    -o-user-select: none;
                    user-select: none;

    font-size: 9pt;
    font-family: 'pcscond_light', sans-serif;

}

footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
    background-color: #f6f6f6;
}

/* ==========================================================================
	ANIMATIONS
========================================================================== */

.animate {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transform: translate3d(0, 0, 0); }

.animate1 {
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  -webkit-transform: translate3d(0, 0, 0); }

.animate3{
	transition: all .2s ease-in-out;
}


/* ==========================================================================
    OTHERS
========================================================================== */


.anoneSocial{
    text-decoration: none;
    cursor: hand;
}

.anon{
    text-decoration: none;
    color: #415464;
    cursor: hand;
}

.anon:hover{
    text-decoration: none;
    color: red;
    cursor: hand;
}


.anone{
    text-decoration: none;
    color: #ffffff;
}

.anonedeco{
    color: #415464;
    font-family: 'pcscond_light', sans-serif;
    text-decoration: none;
}

.anonedeco:hover{
    font-family: 'pcscond_medium', sans-serif;
}



h2{
  font-size: 12pt;
  font-family: 'pcscond_light', sans-serif;
  color: #415464;
}

h3{
  font-size: 7pt;
  font-family: 'pcscond_light', sans-serif;
  color: #415464;
}


.floatRight{
  float: right;
}

.floatLeft{
  float: left;
}

/* ==========================================================================
    HEADER
========================================================================== */

.headerCont{
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  /*background-color: red;*/
}

.headerCenter{
  width: 95%;
  max-width: 960px;
  min-width: 300px;
  height: 100% !important;
  margin: 0 auto;
  /*background-color: blue;*/
  box-sizing: border-box;
}

.headBox1{
  width: 40%;
  height: 80% !important;
  position: relative;
  margin-bottom: 0px;
  /*background-color: lime;*/
  padding-top: 10px;
  float: left;
  box-sizing: border-box;
}
.headBox1 img {
  float:left;margin-right:30px;
}

@media screen and (max-width: 950px) {
.headBox1 h2, .headBox1 h3 {
 display:none !important;
}
}
.headBox2{
  width: 40%;
  height: 100%;
  /*background-color: pink;*/
  float: left;
  text-align: right;
  line-height: 67px;
  box-sizing: border-box;
}

.headBox3{
  width: 20%;
  height: 100%;
  /*background-color: yellow;*/
  float: right;
  text-align: right;
  box-sizing: border-box;
} .headBox3 img{margin-top: 18px;}


/* ==========================================================================
    NAV
========================================================================== */

.MenuColor{
  display: none;
}

.navigationCont{
  width: 100%;
  height: 41px;
  background-color: #415464;
}

.navigationCenter{
  width: 95%;
  max-width: 960px;
  min-width: 300px;
  height: 100% !important;
  margin: 0 auto;
  /*background-color: blue;*/
  box-sizing: border-box;
}

.mainNav{
  width: 80%;
  height: 41px;
  /*background-color: pink;*/
  float: left;
}

.mainNav li{
  width: auto;
  height: 41px;
  overflow: none;
  display: inline-block;
  cursor: hand;
  line-height: 41px;
  background-color: transparent;
  cursor: hand;
  padding: 0px 10px 10px 10px;

}

.mainNav li a{  font-size: 10pt;
  font-family: 'pcscond_medium', sans-serif;
}


.dil{
    width: auto;
    height: 41px;
    padding-right: 0px;
    color: #ffffff;
    font-family: 'pcscond_medium', sans-serif;
    float: right;
    position: relative;
    z-index: 100;
    box-sizing: border-box;
}
  .dilSecili{
      width: auto;
      box-sizing: border-box;
      box-sizing: border-box;
      height: 41px;
      padding-right: 0px;
      color: #ffffff;
      font-family: 'pcscond_medium', sans-serif;
      text-align: right;
      line-height: 47px;
      float: right;
  }

  .dilSecili a{
      color: #ffffff;
      font-size: 9.9pt;
  }

  .dilListContCenter{
    width: auto;
    height: 1px; /*background-color: red;*/
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    margin: auto;


  }

  .dilList{
      width: 115px;
      height: 10uto !important;
      box-sizing: border-box;
      height: auto !important;
      padding-bottom: 10px;
      background-color: #ffffff;
      float: right;
      background: url('../images/shadow.png');
      background-size: 100% 20px;
      background-repeat: no-repeat;
      background-position: right 0px bottom -11px;
      right: 20px;
  }


      .dilSec{ /* ul */
          width: 100%;
          height:  100%;
          box-sizing: border-box;
          list-style: none;
          padding: 0;
          text-align: left;
          background-color: #ffffff;
          padding: 10px;
      }

      .dilSec li {
          width: 100%;
          box-sizing: border-box;
          line-height: 2;
          color: #415464;
          font-family: 'pcscond_regular', sans-serif;
          font-size: 9.8pt;
          border-bottom: 1px solid #dfdfdf;
      } .dilSec li img{ padding-right: 5px;} .dilSec li:last-child{ border-bottom: none;}

      .triangle{
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 8px 8px 8px;
          border-color: transparent transparent #ffffff transparent;
          margin: 0 auto;
          margin-top: -18px;
      }

      .dilList{display: none;}

      .nav-expanded{
          display: block;
      }

      .submit{
          background: none;
          border: none;
          cursor: pointer;
      }

      .submit:hover{
          background: none;
          border: none;
          cursor: pointer;
          font-family: 'pcscond_medium', sans-serif;
      }


    /* ANA MENU ÜRÜNLER LİSTE */

  .urunler{
    width: 100%;
    position: absolute;
    z-index: 5;
  }
    .urunlerMenu{
      width: 100%;
      box-sizing: border-box;
      height: auto;
      margin: 0 auto;
    }
    .urunlerMenu:after{
      width: 100% !important;
      background-image: url('../images/shadow.png');
      position: relative;
      z-index: 1;
      background-size: 100% 20px;
      display: block;
      height: 20px;
      content:"";
    }

    .urunlerCont{
      width: 100%;
      max-width: 960px;
      min-height: 180px;
      margin: 0 auto;
      background-color: #ffffff;

    }

    .urunList{
      width: 100%;
      box-sizing: border-box;
      height: auto;
      margin:0 auto;
      overflow: auto;
      padding: 20px;
    }
      .urunList ul {min-width: 25%; box-sizing: border-box; font-family: 'pcscond_medium', sans-serif;  line-height: 1.5; font-size: 10pt; color: #415464; display: inline-block; vertical-align:top; padding: 0; padding-right: 10px;}
      .urunList ul li {list-style: none; }
      .urunList ul li:last-child {margin-bottom: 20px; }

      .triangleUrunler{
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 8px 8px 8px;
        border-color: transparent transparent #ffffff transparent;
        margin-left: 124px;
        margin-top: -7px;
      }

    .urunler{
      display: none;
    }

    .urunler-expanded{
      display: block;
    }


/* ANA MENU ÜRÜNLER LİSTE END ========================================================= */





/* ==========================================================================
    SLIDER BANNER
========================================================================== */

    .banner{
      width: 72%;
      height: 237px;
      box-sizing: content-box;
      margin-top: 22px;
      float: right;
    }
    .banner ul li{overflow: hidden;}
    .banner ul li img{ width: 100%; }

/* ==========================================================================
    HABER
========================================================================== */

.haberCont{
  width: 100%;
  box-sizing: border-box;
  height: 275px;
  position: relative;
  margin-top: 0px;
  background: url("../../../uploads/banner_bg.jpg") no-repeat;
  background-size: cover;

}

.haberCenter{
  width: 95%;
  box-sizing: border-box;
  max-width: 960px;
  min-width: 300px;
  height: 100% !important;
  margin: 0 auto;
    background: url('../images/shadow.png');
  background-size: 100% 20px;
  background-repeat: no-repeat;
  background-position: right 05px top 0px;
}

.leftBox{
  width: 20%;
  min-width: 170px;
  box-sizing: border-box;
  height: auto;
  height: 275px;
  overflow: hidden;
  /*padding-top: 22px;*/
  /*background-color:red;*/
  float: left !important;
  position: relative;
  z-index: 1; /* Ana menü*/
}

.haberFoto{
  width: 100%;
  height: auto;
  box-sizing: border-box;
  height: auto !important;
  overflow: hidden;
  bottom: 0;
    position: absolute;

} .haberFoto img{width: 100%; box-sizing: border-box; display: block; border-bottom: 1px solid rgba(255,255,255, 0.4); }
  .haberFotoText{
        width: 100%;
        box-sizing: border-box;
        height: auto;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 10px;
        padding-right: 10px;
        border-bottom: 1px solid rgba(255,255,255, 0.4);
        background-color: #d9e0e2;
        color: #415464;
        font-size: 9pt;}

   .haberText{
        width: 100%;
        box-sizing: border-box;
        height: auto;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 10px;
        padding-right: 10px;
        border-bottom: 1px solid rgba(255,255,255, 0.3);
        background-color: #d9e0e2;
        color: #415464;
        font-size: 9pt;
    }  .haberFotoText a, .haberText a{ color: #415464; }
    .no{text-decoration: none;}
    .no:hover{color: gray;}
    .nobroder{border-bottom: 0px}


/* ==========================================================================
    ANA SAYFA HABERLER
========================================================================== */


.latest{
  width: auto !important;
  height: auto !important;
  overflow: hidden;
  margin-top: -0px;
  margin-bottom: 20px;
  clear: both;
  /*background-color: red;*/
}

.news_content{
    width: 25%;
    box-sizing: border-box;
    height: 315px;
    background-color: #f1f3f4;
    float: left;
    margin-top: 10px;
    border-right: 8px solid #ffffff;
    vertical-align:top;
} .news_content:nth-child(4n-7){margin-left: 0px;}



.news_content2{
    width: 25%;
    box-sizing: border-box;
    height: 315px;
    background-color: #f1f3f4;
    float: left;
    -webkit-box-shadow: 0 8px 6px -6px #9a9a9a;
     -moz-box-shadow: 0 8px 6px -6px #9a9a9a;
          box-shadow: 0 8px 6px -6px #9a9a9a;

}

.newsArticleFoto{
  height: 135px;
  overflow: hidden;
  position: relative;
}

.newsArticleFoto img{
      position: absolute;
      left: 50%;
      top: 50%;
      height: 100%;
      width: auto;
      -webkit-transform: translate(-50%,-50%);
          -ms-transform: translate(-50%,-50%);
              transform: translate(-50%,-50%);

}

.news_content_icon{
    margin-top: -23px;
    margin-left: 10px;

}

.news_content_text_header{
    width: 90%;
    box-sizing: border-box;
    height: 35px;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 12pt;
}

.news_content_text{
    width: 90%;
    box-sizing: border-box;
    min-height: 85px;
    max-height: 85px;
    overflow: hidden;
    margin-left: 10px;
    margin-top: 15px;
    font-size: 10pt;
}

.red_line{
  width: 55px;
  height: 2px;
  background-color: red;
  margin-left: 10px;
  margin-top: 20px;
}

.height300{
  height: 300px;
}


/* ==========================================================================
    ANA SAYFA VIIDEOLAR
========================================================================== */

.videolar{

  width: 100%;
  height: auto;
  overflow: auto;
  background-color: #f1f3f4;
  margin: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  box-sizing: border-box;
  background-color: transparent;
}

.video{
  width: 33.1%;
  height: auto;
  box-sizing:border-box;
  float: left;
  padding: 0px;
  margin: 0px;
  border-right: 8px solid #ffffff;
  background-color: transparent;
}
.video:first-child{margin-left: 0px;}

.videoText{
  width: 90%;
  height: auto;
  padding: 10px;
  line-height: auto;
  text-align: center;

}

.one-edge-shadow {
    -webkit-box-shadow: 0 8px 6px -6px #9a9a9a;
     -moz-box-shadow: 0 8px 6px -6px #9a9a9a;
          box-shadow: 0 8px 6px -6px #9a9a9a;
}


/* ==========================================================================
    SOSYAL MEDYA
========================================================================== */

.sBox{
  width: 100%;
  height: 62px;
  float: left;
  background-color: #f1f3f4;
  border-bottom: 1px solid #ffffff;
}

.sBox img{
  margin-top: 9px;
  margin-left: 10px;
  float: left;
}

.sBoxText{
  width: 65%;
  margin-left: 5%;
  margin-top: 15px;
  box-sizing: border-box;
  float: left;
}


/* ==========================================================================
    CONTENT
========================================================================== */

.contentCont{
  width: 100%;
  height: auto ;
  overflow: auto;
  overflow-y: hidden;
  overflow-x: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.contentCenter{
  width: 95%;
  max-width: 960px;
  min-width: 300px;
  height: 100% !important;
  margin: 0 auto;
  overflow: auto;
  /*background-color: blue;*/
  box-sizing: border-box;
  padding-bottom: 30px;
  overflow: hidden;
}

/* ==========================================================================
    HABER SAYFASI
========================================================================== */


.haberlerSayfaCont{
  width: 100%;
  height: auto;
  overflow: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  overflow-y: hidden;
  overflow-x: hidden;
}

.haberSayfaHeader{
  padding-top: 10px;
  padding-bottom: 10px;
}

.haberSayfaFoto{

  width: 250px;
  height: auto !important;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  float: left;
}

.haberSayfaFoto img{
  width: 100%;
}


.haberlerSayfaText{
  width: 100%;
  height: auto !important;
  margin-top: 10px;
  float: left;
  overflow-x:hidden;
  overflow-y:hidden;

}



/* ==========================================================================
    FOOTER
========================================================================== */

.footerCont{
  width: 100%;
  height: 100px;
  /*background-color: red;*/
}

.footerCenter{
  width: 95%;
  max-width: 960px;
  min-width: 300px;
  height: 100% !important;
  margin: 0 auto;
  /*background-color: blue;*/
  box-sizing: border-box;
}

.footerBox{

  width: 60%;
  padding-top: 10px;
  box-sizing: border-box;
  height: auto;
  float: left;
}

.footerBox2{

  width: 20%;
  padding-top: 25px;
  box-sizing: border-box;
  height: auto;
  float: left;
  text-align: center;
}

.footerBox3{

  width: 20%;
  padding-top: 20px;
  box-sizing: border-box;
  height: auto;
  float: left;
  margin-top: -5px;
  text-align: right;
}


/* ==========================================================================
  CONTACT MAP
========================================================================== */
.contactMap{
  width:100%;
  height: auto !important;
  box-sizing: border-box;
  background-color: #ececec;
  margin-bottom: 10px;

}

.mapIframe{
  width: 50%;
  box-sizing: border-box;
  min-height: 250px;
  height: 100%;
}

.mapText{
  width:50%;
  height: auto;
  height: auto !important;
  box-sizing: border-box;
  float: left;
  padding: 30px;
}.mapText h2{margin-bottom: 8px;}

.pText{
  line-height: 1.5;
}


/* ==========================================================================
  FUAR TAKVİMİ
========================================================================== */

.fuarTakvimiWrapper{
  width: 100%;
  height: auto !important;
  box-sizing: border-box;
  margin-bottom: 5px;
}

.fuarTakvimiBaslik{
  width: 100%;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 12pt;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.fuarTakvimiRow{
  width: 100%;
  height: 35px;
  box-sizing: border-box;
  margin-bottom: 2px;
  background-color: #ececec;
  padding: 5px;
  padding-top: 12px;
}


.fuarTakvimiBoxes1{
  width: 48%;
  height
  box-sizing: border-box;
  float: left;
  margin-left: 10px;
}
.fuarTakvimiBoxes2{
  width: 25%;
  box-sizing: border-box;
  float: left;
}

.fuarTakvimiBoxes3{
  width: 25%;
  box-sizing: border-box;
  float: right;
  text-align: center;
}



/* ==========================================================================
  SERVİS
========================================================================== */

.servisText{
  width: 100%;
  height: auto !important;
  margin-bottom: 20px;
  box-sizing: border-box;
  clear: both;
}

.boxes{
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin-bottom: 20px;
  font-size: 0;
  float: right;
}

.wdith85{
  width: 83%;
}



.boxes li{
  width: 25%;
  height: 150px;
  box-sizing: border-box;
  background-color: #ececec;
  display: inline-block;
  overflow: hidden;
  position: relative;
  border: 1px solid #ffffff;
}

.boxesText{
  opacity:0;
  position: relative;
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
  height: auto;
  background-color: rgba(237, 28, 36, 0.6);
  color: #ffffff;
  font-size: 10pt;
  text-align: center;
  color: #ffffff;
  padding: 8px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

} .boxes li:hover .boxesText{ opacity: 1;}

.boxes li img{
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.boxesTextBottom{
  width: 83%;
  clear: both;
  float: right;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}



/* ==========================================================================
  menuLeft
========================================================================== */

.menuLeft {
  width: 145px;
  height: 100%;
  float: left;
  position: relative;
  min-height: 100% !important;
  padding-bottom:10px;
}

.menuLeft li { padding: 10px; background-color: #98a4af; color: #ffffff; border-bottom: 2px solid #ffffff;}
.menuLeft li:hover{ background-color: #415464;}


/* ==========================================================================
  MEDYA
========================================================================== */

.medya{
  width: 82%;
  height: : auto;
  float: right;
  overflow-y: hidden;
  overflow-x: hidden;
  box-sizing: border-box;
  background: #ffffff;
}
.medyaBoxGazete{
  font-size: 10pt;
  text-align: right;
}


.medya li{
  float: left;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #ececec;
  margin-bottom: 20px;
}

.medyaImg {
  width: 150px;
  height: auto;
  background: #ffffff;
  float: left;
  overflow: hidden;
}

.medyaImg img{
  width: 100%;
  height: auto !important;
  vertical-align: middle;
}

.medya li h3{
  width: 100%;
  box-sizing: border-box;
  padding-right: 0px;
  padding-top: 20px;
}

.medya li h1{
  width: 70%;
  box-sizing: border-box;
  padding-top: 10px;
  box-sizing: border-box;
  padding-left: 20px;
  float: left;
}


/* ==========================================================================
  KURUMSAL
========================================================================== */

.bizBox{
  width: 75%;
  text-align: left;
  opacity: 1;
  background-color: transparent;
  color: #ffffff
}


/* ==========================================================================
 IK
========================================================================== */

.ikText{
  width: 100%;
  box-sizing: border-box;
  float: left;
  padding-right: 10px;
}

.ikText img{
  width: 100%;
  margin-bottom: 20px;
}

/* ==========================================================================
HABERLER İÇ
========================================================================== */

.haberlerIc{
  width: 30%;
  height: auto;
  min-height: 500px;
  box-sizing: border-box;
  float: right;
  margin-bottom: 30px;
}


.haberlerIc ul{

}

.haberlerIc ul li{
    margin-bottom: 20px;

} .haberlerIc ul li:nth-child(odd){ background-color: #ececec;}

.haberlerIc ul li img{
  width: 100%;
}

.haberlerIcText{
  padding-top: 15px;
  padding-left: 10px;
  padding-bottom: 20px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}





/* ==========================================================================
ÜRÜNLER DETAILS
========================================================================== */

.urunFoto{
  width: 50%;
  box-sizing: border-box;
  float: left;
}.urunFoto img{width: 100%}

.urunText{
  width: 50%;
  float: left;
  padding-top: 30px;
}

.katalog{
  width: 95%;
  width: 100%;
  clear:both;
  height: auto !important;
  padding:10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;

}



/* ==========================================================================
PRODUCTS PAGE
========================================================================== */

.productsList{
  width: 100%;
  height: auto !important;
  box-sizing: border-box;

}

.productsMainList {
  width: 32%;
  height: auto;
  display: inline-block;
  border: 1px solid #ececec;
  vertical-align: top;
  margin-bottom: 10px;
  margin-right: 1%;
  box-sizing: border-box;
}


.productsMainList li:first-child{ height: auto !important; display: block; }
.productsMainList li{
  height: 220px !important;
  text-align: center;
  padding: 15px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  overflow: hidden;
  display:inline-block;

}


.fotoVeTextImg{
  width: 100%;
  box-sizing: border-box;
  min-height: 80%;
  max-height: 80%;
  overflow: hidden;
} .fotoVeTextImg img{ width: 100%; }

.fotoVeText h1{

  box-sizing: border-box;

  text-align: center;
  font-size: 11pt;
  display: table-cell;
  vertical-align: middle;
}

.alineH{
  width: 100%;
  height: 50px;
  margin-top: 5px;
  display: table;
  padding-left: 10px;
}

.bannerFoto{
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding-bottom: 20px;
}


.bannerFoto img{
  width: 100%;
}

.faStyle{
  margin-top: 10px;
  font-size: 14pt;
  color: #ffffff;
}



/*  SEARCH */



.searchBox{
    display: none;
    width: 100%;
    box-sizing: border-box;
    height: auto !important;
    position: absolute;
    z-index: 3;
    background-color: #ececec;
    background-image: url('../images/shadow.png');
    position: relative;
    background-size: 100% 20px;
    background-repeat: no-repeat;
}


.searchCenter{
  width: 70%;
  max-width: 940px;
  box-sizing: border-box;
  margin: 0 auto;
}

.searchBox-expanded{
  display: block;
}

input[type=text] {
    width: 100%;
    padding: 5px 10px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 10pt;
}

.searchA{
  width:30px;
  height: 25px;
  float: left;
  padding-top: 1px;
}

.searcListRow{

  padding: 10px;
  border-bottom: 1px solid #ececce;
}

.adresText{
  padding-right: 5px;
}


/* ==========================================================================
  VIDEO ARCHIVE
========================================================================== */

.videoUl{
  width: 82%;
  height: 100%;
  box-sizing: border-box !important;
  float: right;
  padding: 0px;
}

.videoArchive{
  width: 45%;
  box-sizing: border-box !important;
  height: auto;
  border-bottom: 1px solid #ebebeb;
  display: inline-block;
  padding: 10px;
  font-size: 9pt;
  margin-left: 5px;
  margin-bottom: 5px;
  background-color: #ebebeb;
  vertical-align: top;


}

.videoArchive iframe{
  width: 100% !important;
  height: 170px;
  margin: 0 auto;
}

.videoArchiveText{
  margin-top: 10px;
  margin-bottom: 10px;
}



.videoArchiveText{
  margin-top: 10px;
  margin-bottom: 10px;
}

    @media screen and (max-width: 865px) {
      .videoUl{
        width: 81%;
        height: 100%;
        box-sizing: border-box !important;
        float: right;
        padding: 0px;
      }

    }

    @media screen and (max-width: 825px) {
      .videoUl{
        width: 79%;
        height: 100%;
        box-sizing: border-box !important;
        float: right;
        padding: 0px;
      }

    }

    @media screen and (max-width: 740px) {
      .videoUl{
        width: 76%;
        height: 100%;
        box-sizing: border-box !important;
        float: right;
        padding: 0px;
      }

      .videoArchive iframe{
        width: 100% !important;
        height: 130px;
        margin: 0 auto;
      }

    }

    .footerCRCenterB1{
        width: 250px !important;
  height: 50px !important;
  float: left;
  line-height: 50px;
    }


/* ==========================================================================
  menuLeft
========================================================================== */

.menuLeft {
  width: 145px;
  float: left;
  height: auto !important;
  padding-bottom:10px;
}

.menuLeft li { padding: 10px; background-color: #98a4af; color: #ffffff; border-bottom: 2px solid #ffffff; line-height: 1.3}
.menuLeft li:hover{ background-color: #415464;}

  .textContent{
     width: 75%; padding-left: 2%; position: relative; float: left; box-sizing: border-box;
  }
  .photoBox{
    width: 100%;
    margin-top: 20px;
    box-sizing: border-box;
  }

  .photoBoxImg{
    width: 25%;
    height: auto;
    float: left;
    border-right: 2px solid #ffffff;
  }.photoBoxImg img{ width: 100%; }

.ui-accordion .ui-accordion-header,
.ui-accordion .ui-accordion-header:active,
.ui-accordion .ui-accordion-header:focus,
.ui-accordion .ui-accordion-header:hover {
  outline: none;
}
.ui-accordion .ui-accordion-header.ui-state-active {
  background-color: #eb4a55;
  border-color:#eb4a55;
  outline: none; 
}