﻿.grayscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%); }
  .grayscale:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0); }

/*@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800&subset=latin,latin-ext);*/
@font-face {
  font-family: 'atramentw01-regularregular';
  src: url("../fonts/atrament-webfont.woff") format("woff2"), url("../fonts/atrament-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

 
/*@font-face {
    font-family: 'Blacksword';
    src: url("../font/Blacksword.woff") format("woff2"), url("../font/Blacksword.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: 'Blacksword';
    src: url("../fonts/Blacksword_TR.woff") format("woff"), url("../fonts/Blacksword_TR.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url('/assets/fonts/Montserrat-Bold.woff') format('woff'), url('/assets/fonts/Montserrat-Bold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat Extra Bold';
    src: url('/assets/fonts/Montserrat-ExtraBold.woff') format('woff'), url('/assets/fonts/Montserrat-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT Pro 57 Condensed';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/HelveticaNeueLTProCn.woff") format("woff"), url("../fonts/HelveticaNeueLTProCn.woff") format("woff");
}


@font-face {
    font-family: 'Montserrat Light';
    src: url('/assets/fonts/Montserrat-ExtraLight.woff') format('woff'), url('/assets/fonts/Montserrat-ExtraLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Helvetica Neue LT Pro 97 Black Condensed Oblique';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/HelveticaNeueLTProBlkCnO.woff") format("woff"), url("../fonts/HelveticaNeueLTProBlkCnO.woff") format('woff');
}

@font-face {
    font-family: 'Helvetica Neue LT Pro 55 Roman';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/HelveticaNeueLTProRoman.woff') format('woff'), url('../fonts/HelveticaNeueLTProRoman.woff') format('woff');
}

@font-face {
    font-family: 'Helvetica Neue LT Pro 75 Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/HelveticaNeueLTProBd.woff') format('woff'), url('../fonts/HelveticaNeueLTProBd.woff') format('woff');
}


@font-face {
    font-family: 'Helvetica Neue LT Pro 95 Black';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/HelveticaNeueLTProBlk.woff') format('woff'), url('../fonts/ HelveticaNeueLTProBlk .woff') format('woff');
}





body {
  width: 100%;
  height: 100%;
  color: #171717;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  background-color: #fff;
  font-family: 'Montserrat', sans-serif; }

.preloader {
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-pack: center;
  background: #333 none repeat scroll 0 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999; }
  .preloader .spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px; }
    .preloader .spinner div {
      background-color: #00a4b7;
      height: 100%;
      width: 6px;
      display: inline-block;
      -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
      animation: sk-stretchdelay 1.2s infinite ease-in-out; }
    .preloader .spinner .rect2 {
      -webkit-animation-delay: -1.1s;
      animation-delay: -1.1s; }
    .preloader .spinner .rect3 {
      -webkit-animation-delay: -1.0s;
      animation-delay: -1.0s; }
    .preloader .spinner .rect4 {
      -webkit-animation-delay: -0.9s;
      animation-delay: -0.9s; }
    .preloader .spinner .rect5 {
      -webkit-animation-delay: -0.8s;
      animation-delay: -0.8s; }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1); } }

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

.sidenav {
  height: 100%;
  min-width:255px;
 
  width:340px;
  /*width: 20%;*/
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background: #080808;
  background: linear-gradient(90deg, #080808 0%, #2b2b2b 36%, #3b3b3b 72%);
  /* overflow-x: hidden;*/
  padding-top: 20px;
  z-index: 9999;
  background-image: url("../images/sideBg.jpg");
  /*  font-family: 'atramentw01-regularregular';*/
  /*font-family: 'Oswald', sans-serif;*/
  font-family: atrament-web, sans-serif; }
  .sidenav ul {
    padding: 0px; }
    .sidenav ul li {
        color: white;
        margin: 7px 5px;
        text-align: right;
        line-height: 24px;
        border-radius: 0px 40px 40px 0px;
        font-size: 22px;
    }
      .sidenav ul li .menuIcon {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        /* background-color: #00a4b7;*/
        display: inline-block;
        border: 1px solid transparent;
        margin-top: 3px;
        line-height: 12px;
        text-align: center; }
        .sidenav ul li .menuIcon span {
          width: 10px;
          height: 10px;
          border-radius: 50%;
          background-color: #00a4b7;
          display: inline-block;
          border: 1px solid #ffffff;
          margin-bottom: 3px; }
      .sidenav ul li:hover {
        background: white;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 46%, rgba(0, 164, 183, 0.457318) 100%); }
        .sidenav ul li:hover .menuIcon {
          width: 14px;
          height: 14px;
          border-radius: 50%;
          background-color: #00a4b7;
          display: inline-block;
          border: 1px solid #ffffff;
          margin-top: 3px;
          line-height: 12px;
          text-align: center; }
            .sidenav ul li:hover .menuIcon span {
                width: 10px;
                height: 10px;
                border-radius: 50%;
                background-color: #fff;
                display: inline-block;
                border: 1px solid #ffffff;
              
            }
        .sidenav ul li:hover .altmenu {
          display: inline-block; }
        .sidenav ul li > a {
            padding: 2px;
            text-decoration: none;
            color: #fff;
            text-transform: uppercase;
            display: block;
            border-radius: 0px 40px 40px 0px;
            /*.menuIcon {
                    width: 14px;
                    height: 14px;
                    border-radius: 50%;*/
            /* background-color: #00a4b7;*/
            /*display: inline-block;
                    border: 1px solid transparent;
                    margin-top: 3px;
                    line-height: 12px;
                    text-align: center;

                    span {
                        width: 10px;
                        height: 10px;
                        border-radius: 50%;
                        background-color: #00a4b7;
                        display: inline-block;
                        border: 1px solid #ffffff;
                    }
                }

                &:hover {
                    background: rgb(255,255,255);
                    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 46%, rgba(0,164,183,0.4573179613642332) 100%);

                    .menuIcon {
                        width: 14px;
                        height: 14px;
                        border-radius: 50%;
                        background-color: #00a4b7;
                        display: inline-block;
                        border: 1px solid #ffffff;
                        margin-top: 3px;
                        line-height: 12px;
                        text-align: center;

                        span {
                            width: 10px;
                            height: 10px;
                            border-radius: 50%;
                            background-color: #fff;
                            display: inline-block;
                            border: 1px solid #ffffff;
                        }
                    }
                }*/
        }
      .sidenav ul li .altmenu {
        display: none;
        /* display: inline-block;*/
        padding: 0px; }
        .sidenav ul li .altmenu:hover {
          background: none; }
        .sidenav ul li .altmenu > li {
          display: inline-block;
          padding: 0px;
          margin: 0px;
          font-size: 22px; }
            .sidenav ul li .altmenu > li > a {
                padding: 0px;
                margin: 0px 5px;
                background: none;
                font-size: 16px;
                text-transform: none;
            }
          .sidenav ul li .altmenu > li:hover {
            background: none; }
  .sidenav > a {
    padding: 2px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    display: block;
    border-radius: 0px 40px 40px 0px;
    margin: 5px;
    text-align: right;
    line-height: 16px; }
    .sidenav > a .menuIcon {
      width: 14px;
      height: 14px;
      border-radius: 50%;
      /* background-color: #00a4b7;*/
      display: inline-block;
      border: 1px solid transparent;
      margin-top: 3px;
      line-height: 12px;
      text-align: center; }
      .sidenav > a .menuIcon span {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #00a4b7;
        display: inline-block;
        border: 1px solid #ffffff; }
    .sidenav > a:hover {
      background: white;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 46%, rgba(0, 164, 183, 0.457318) 100%); }
      .sidenav > a:hover .menuIcon {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background-color: #00a4b7;
        display: inline-block;
        border: 1px solid #ffffff;
        margin-top: 3px;
        line-height: 12px;
        text-align: center; }
        .sidenav > a:hover .menuIcon span {
          width: 10px;
          height: 10px;
          border-radius: 50%;
          background-color: #fff;
          display: inline-block;
          border: 1px solid #ffffff; }
  .sidenav .aktif {
    background: white;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 46%, rgba(0, 164, 183, 0.457318) 100%); }
    .sidenav .aktif .menuIcon {
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background-color: #00a4b7;
      display: inline-block;
      border: 1px solid #ffffff;
      margin-top: 3px;
      line-height: 12px;
      text-align: center; }
      .sidenav .aktif .menuIcon span {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #fff;
        display: inline-block;
        border: 1px solid #ffffff; }
  .sidenav .logo {
    padding: 25px 40px 30px 40px; }
  .sidenav .satisBtnBox {
    position: absolute;
    bottom: 50px;
    text-align: center;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    font-family: 'Montserrat', sans-serif; }
    .sidenav .satisBtnBox a {
      color: #fff;
      text-decoration: none;
      background: #00a4b7;
      background: linear-gradient(180deg, #00a4b7 0%, #16cae2 46%, #008697 100%);
      border-radius: 5px;
      padding: 5px 0px 5px 5px; }
      .sidenav .satisBtnBox a span {
        margin-left: 5px;
        border-radius: 0px 5px 5px 0px;
        padding: 5px;
        background: #008392;
        background: linear-gradient(180deg, #008392 0%, #10c0d6 46%, #00616e 100%); }
        .sidenav .satisBtnBox a span svg {
          width: 20px;
          fill: #fff; }
      .sidenav .satisBtnBox a:hover {
        background: #008392;
        background: linear-gradient(180deg, #008392 0%, #10c0d6 46%, #00616e 100%);
        /* span {
                    background: rgb(0,164,183);
                    background: linear-gradient(180deg, rgba(0,164,183,1) 0%, rgba(22,202,226,1) 46%, rgba(0,134,151,1) 100%);
                }*/ }
  .sidenav .socialBox {
    position: absolute;
    bottom: 5px;
    text-align: center;
    width: 100%; }
    .sidenav .socialBox a {
        padding: 6px 4px 2px 2px;
        text-decoration: none;
        font-size: 12px;
        color: #fff;
        display: inline-block;
        font-family: 'Montserrat';
        font-style: italic;}
      .sidenav .socialBox a i {
        font-size: 22px; }
      .sidenav .socialBox a:last-child {
        font-family: 'Montserrat';
        font-style: italic;
        padding-top: 1px;
        line-height: 25px;
        border-left: 1px solid #fff;
        margin-left: 10px;
        padding-left: 10px; }
      .sidenav .socialBox a:hover {
        color: #00a4b7; }
  .sidenav .arrowBox {
    width: 22px;
    position: absolute;
    right: -22px;
    top: 140px;     
  }
  .sidenav .yazarBilgiBox {
    /*padding: 10px 20px;*/
    color: white;
    font-size: 18px; }
    .sidenav .yazarBilgiBox table {
      width: auto; }
      .sidenav .yazarBilgiBox table td {
        border: 0px;
        padding: 2px;
        min-width: 15px; }

.navbar {
  padding-left: 340px;
  background-color: #fff;
  border: 0px;
  padding-top: 30px;
  /* font-family: 'Oswald', sans-serif;*/
  font-family: atrament-web, sans-serif; }

.navbar-nav {
  font-weight: 500;
  font-size: 34px; }

.navbar-default .navbar-nav > li > a {
  color: #00a4b7;
  font-weight: 400; }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a.aktif {
  color: #434343;
  font-weight: 500; }

.fotoInfo {
  position: absolute;}

.kitapBox {
  background-color: white;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 10px 0px #969696;
  -moz-box-shadow: 0px 0px 10px 0px #969696;
  box-shadow: 0px 0px 10px 0px #969696;
  padding: 10px;
  margin: 15px;
  min-height: 450px; }
  .kitapBox .imgBox {
/*    max-width: 330px;
    height: 480px;*/
    overflow: hidden;
    border-radius: 20px; }
    .kitapBox .imgBox img {
      width: 100%;
      height: auto; }

.mainPage {
    padding-left: 355px;
    padding-top: 100px;
    padding-bottom: 15px;
    /*  min-height: 100vh;*/
    min-height: 806px;
    height: auto;
    margin-bottom: -100px;
    /* background-color:#f2f2f2;*/
    /*margin-bottom: 15px;*/
}
  .mainPage h2 {
    font-weight: 900; 
    font-family: 'Montserrat Extra Bold'
  }
  .mainPage h4 {
    margin-top: 10px;
    font-size: 18px;
    color: #00a4b7;
    /* font-family: 'Dancing Script', cursive;*/
    font-family: 'Blacksword'; }
    .mainPage h5 {
        font-family: 'Montserrat Bold';
        font-weight: bold;
        letter-spacing: 0.68px;
        font-size: 16px;
        font-weight: bold;
    }

.swipeBox {
  width: 100%;
  /* background-color: #f2f2f2;*/
  height: 230px;
  padding: 15px; }
  .swipeBox .swiper-container {
    width: 100%;
    height: 100%; }
  .swipeBox .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .swipeBox .swiper-slide a {
      background-color: #fff;
      padding: 5px;
      border-radius: 5px;
      -webkit-box-shadow: 0px 0px 5px 0px #c7c7c7;
      -moz-box-shadow: 0px 0px 5px 0px #c7c7c7;
      box-shadow: 0px 0px 5px 0px #c7c7c7;
      border: 1px solid #5f6061; }
      .swipeBox .swiper-slide a:hover {
        -webkit-box-shadow: 0px 0px 5px 0px #00a5b7;
        -moz-box-shadow: 0px 0px 5px 0px #00a5b7;
        box-shadow: 0px 0px 5px 0px #00a5b7;
        border: 2px solid #00a4b7; }
        .swipeBox .swiper-slide a:hover img {
          width: auto;
          height: 180px; }
      .swipeBox .swiper-slide a img {
        width: auto;
        height: 150px; }
    .swipeBox .swiper-slide a.aktif {
      -webkit-box-shadow: 0px 0px 5px 0px #00a5b7;
      -moz-box-shadow: 0px 0px 5px 0px #00a5b7;
      box-shadow: 0px 0px 5px 0px #00a5b7;
      border: 2px solid #00a4b7; }
      .swipeBox .swiper-slide a.aktif img {
        width: auto;
        height: 180px; }

.swipeBoxSesliKitap {
    width: 100%;
    /* background-color: #f2f2f2;*/
    height: 250px;
    padding: 15px;
}
  .swipeBoxSesliKitap .swiper-container {
    width: 100%;
    height: 100%; }
  .swipeBoxSesliKitap .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center; }
    .swipeBoxSesliKitap .swiper-slide a {
        width: 100%;
        background-color: #fff;
        padding: 0px;
        border-radius: 15px;
        -webkit-box-shadow: 0px 0px 5px 0px #c7c7c7;
        -moz-box-shadow: 0px 0px 5px 0px #c7c7c7;
        box-shadow: 0px 0px 5px 0px #c7c7c7;
        border: 1px solid #aba7a7;
        /*      height: 200px;*/
        text-align: left;
        display: flex;
        text-decoration: none;
        margin: 10px;
    }
      .swipeBoxSesliKitap .swiper-slide a:hover {
        -webkit-box-shadow: 0px 0px 5px 0px #00a5b7;
        -moz-box-shadow: 0px 0px 5px 0px #00a5b7;
        box-shadow: 0px 0px 5px 0px #00a5b7;
        border: 2px solid #00a4b7; }
      .swipeBoxSesliKitap .swiper-slide a .kitapFotoBox {
        display: inline-block;
        width: 150px;
        margin-right: 10px;
        overflow: hidden;
        border-radius: 12px;
        -webkit-box-shadow: 0px 0px 5px 0px #c7c7c7;
        -moz-box-shadow: 0px 0px 5px 0px #c7c7c7;
        box-shadow: 0px 0px 5px 0px #c7c7c7; }
        .swipeBoxSesliKitap .swiper-slide a .kitapFotoBox img {
            height: 100%;
            width: 100%;
        }
      .swipeBoxSesliKitap .swiper-slide a .kitapAciklamaBox {
        width: calc(100% - 160px);
        display: inline-block;
        color: #3c3c3c;
        font-size: 11px;
       /* height: 200px;*/
        letter-spacing: 1px; }
        .swipeBoxSesliKitap .swiper-slide a .kitapAciklamaBox .kitapIsmi {
            font-family: 'Montserrat Bold';
            font-weight: bold;
            font-size: 20px;
            margin-bottom: 1px;
        }
        .swipeBoxSesliKitap .swiper-slide a .kitapAciklamaBox .yazarIsmi {
          font-size: 16px;
          font-weight: 300;
          color: #0693a3;
          margin-bottom: 1px; }
        .swipeBoxSesliKitap .swiper-slide a .kitapAciklamaBox .seslendiren {
          font-weight: 600;
          margin-bottom: 1px; }
        .swipeBoxSesliKitap .swiper-slide a .kitapAciklamaBox .sesDalga {
          padding: 0px 10px; }
          .swipeBoxSesliKitap .swiper-slide a .kitapAciklamaBox .sesDalga img {
            max-width: 265px;
            width: 100%;
            height: auto; }
        .swipeBoxSesliKitap .swiper-slide a .kitapAciklamaBox .infoKutu span {
          color: #0693a3;
          font-size: 8px;
          margin-right: 3px; }
          .swipeBoxSesliKitap .swiper-slide a .kitapAciklamaBox .infoKutu span i {
            font-weight: bold; }
          .swipeBoxSesliKitap .swiper-slide a .kitapAciklamaBox .infoKutu span .bayrak {
            display: inline-block;
            width: 10px; }
            .swipeBoxSesliKitap .swiper-slide a .kitapAciklamaBox .infoKutu span .bayrak img {
              width: 100%;
              height: auto; }
    .swipeBoxSesliKitap .swiper-slide a.aktif {
      -webkit-box-shadow: 0px 0px 5px 0px #00a5b7;
      -moz-box-shadow: 0px 0px 5px 0px #00a5b7;
      box-shadow: 0px 0px 5px 0px #00a5b7;
      border: 2px solid #00a4b7; }
      .swipeBoxSesliKitap .swiper-slide a.aktif img {
        width: 100%;
        height: 100%; }

.swipeDetay {
  font-size: 16px; }

    .swipeDetay h3 {
        font: normal normal 800 45px/61px 'Montserrat Extra Bold';
        letter-spacing: 0px;
        color: #434343;
        font-weight: bold;
    }
#a-book-product {
    text-decoration: none;
    color: #434343;
}
.swipe-detail-mobil a {
    text-decoration: none;
    color: #434343;
}
.swipeDetay .dipNot {
    padding-top: 20px;
    font-size: 11px;
    color: #707070;
    line-height: 12px;
}


.detayLinkBox .BtnBox {
  display: inline-block;
  width: auto;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  margin: 5px; 

}
  .detayLinkBox .BtnBox a {
    color: #fff;
    text-decoration: none;
    background: #00a4b7;
    background: linear-gradient(180deg, #00a4b7 0%, #16cae2 46%, #008697 100%);
    border-radius: 5px;
    padding: 5px 0px 5px 5px;
    text-align: center; }
    .detayLinkBox .BtnBox a span {
      margin-left: 5px;
      border-radius: 0px 5px 5px 0px;
      padding: 5px;
      background: #008392;
      background: linear-gradient(180deg, #008392 0%, #10c0d6 46%, #00616e 100%); }
      .detayLinkBox .BtnBox a span img {
        height: 14px;
        fill: #fff; }
    .detayLinkBox .BtnBox a:hover {
      background: #008392;
      background: linear-gradient(180deg, #008392 0%, #10c0d6 46%, #00616e 100%); }

.search-form .form-group {
  float: right !important;
  transition: all 0.35s, border-radius 0s;
  /*width: 32px;*/
  width: 100%;
  height: 30px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-radius: 25px;
  border: 1px solid #ccc;
  margin-top: 15px; }

.search-form .form-group input.form-control {
  padding-right: 20px;
  border: 0 none;
  background: transparent;
  box-shadow: none;
  display: block; }

/*.search-form .form-group input.form-control::-webkit-input-placeholder {
    display: none;
}

.search-form .form-group input.form-control:-moz-placeholder {*/
/* Firefox 18- */
/*display: none;
}

.search-form .form-group input.form-control::-moz-placeholder {*/
/* Firefox 19+ */
/*display: none;
}*/
/*.search-form .form-group input.form-control:-ms-input-placeholder {
    display: none;
}*/
/*.search-form .form-group:hover,
.search-form .form-group.hover {
    width: 100%;
    border-radius: 4px 25px 25px 4px;
}*/
.search-form .form-group span.form-control-feedback {
  position: absolute;
  top: -1px;
  right: -2px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #00a4b7;
  left: initial;
  font-size: 17px; }

.sliderBox .icon {
  background: rgba(255, 255, 255, 0.6);
  color: rgba(0, 0, 0, 0.3);
  font-family: 'FontAwesome';
  font-size: 40px;
  line-height: 60px;
  margin-top: -30px;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 60px;
  height: 60px; }

.sliderBox .owl-next,
.sliderBox .owl-prev {
  height: 100%;
  position: absolute;
  top: 0;
  width: 33.33333333%; }

.sliderBox .owl-next {
  right: 0; }

.sliderBox .owl-prev {
  left: 0; }

.sliderBox .owl-next:hover .icon,
.sliderBox .owl-prev:hover .icon {
  background: rgba(48, 117, 70, 0.8);
  color: rgba(255, 255, 255, 0.9); }

.sliderBox .icon-arrow-left7 {
  left: 0; }

.sliderBox .icon-arrow-left7:before {
  content: "\f053"; }

.sliderBox .icon-arrow-right7 {
  right: 0; }

.sliderBox .icon-arrow-right7:before {
  content: "\f054"; }

@media (min-width: 768px) {
  .sliderBox .container {
    /* background: #eee; */
    margin: 0 auto;
    overflow: hidden;
    width: 700px; }
  .sliderBox .owl-carousel {
    margin: 0 -60px;
    position: relative;
    width: 820px; }
  .sliderBox .owl-item > div {
    margin: 45px 60px;
    transition: margin 400ms ease-out; }
  .sliderBox .owl-item.center > div {
    margin: 0; }
  .sliderBox .owl-next {
    right: 60px; }
  .sliderBox .owl-prev {
    left: 60px; }
  .sliderBox .icon-arrow-left7 {
    left: auto;
    right: 0; }
  .sliderBox .icon-arrow-right7 {
    left: 0;
    right: autp; } }

.uygulamaBox {
  /*.maviLink {
        display: flex;
        text-decoration: none;
        color: #333;
        margin-bottom:10px;
        img {
            height: 70px;
        }

        p {
            font-size: 12px;

            span {
                display:block;
                font-size: 18px;
                font-weight: bold;
            }
        }

        &:hover {
            color: #3577b6;
        }
    }*/ }
  .uygulamaBox a {
    text-decoration: none; }

.linkContainer {
  border-radius: 4px;
  border: 1px solid #ccc;
  width: 100%;
  min-height: 100px;
  margin: 15px 0px; }
  .linkContainer .containerBaslik {
    height: 40px;
    line-height: 30px;
    border-radius: 4px 4px 0px 0px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ccc;
    padding: 5px; }

.uygulamaTurBox {
  display: inline-block;
  width: 31%;
  margin: 0.9%; }
  .uygulamaTurBox .maviLink {
    /*background-color:#f5f5f5;*/
    display: flex;
    text-decoration: none;
    color: #2d7eb0;
    margin-bottom: 10px; }
    .uygulamaTurBox .maviLink i {
      font-size: 50px;
      margin-right: 10px; }
    .uygulamaTurBox .maviLink p {
      font-size: 11px; }
      .uygulamaTurBox .maviLink p span {
        display: block;
        font-size: 14px;
        font-weight: bold; }
    .uygulamaTurBox .maviLink:hover {
      color: #464646; }

.uygulamaLink {
  display: flex;
  text-decoration: none;
  color: #333;
  margin-bottom: 10px; }
  .uygulamaLink img {
    height: 70px; }
  .uygulamaLink p {
    font-size: 12px; }
    .uygulamaLink p span {
      display: block;
      font-size: 18px;
      font-weight: bold; }
  .uygulamaLink:hover {
    color: #3577b6; }

.yayinLink {
  display: flex;
  text-decoration: none;
  color: #333;
  margin-bottom: 10px; }
  .yayinLink img {
    height: 40px;
    margin-right: 10px; }
  .yayinLink p {
    font-size: 12px;
    /*line-height: 40px;*/ }
    .yayinLink p span {
      margin-top: 10px;
      display: block;
      font-size: 14px;
      font-weight: bold; }
  .yayinLink:hover {
    color: #3577b6; }

.aramaLink {
  display: flex;
  text-decoration: none;
  color: #333;
  margin-bottom: 20px; }
  .aramaLink img {
    height: 120px;
    margin-right: 15px;
    border: 2px solid #00a4b7;
    border-radius: 3px; 
    width: 79px;
  }
  .aramaLink p {
    font-size: 12px; }
    .aramaLink p span {
        font-family: 'Montserrat';
        letter-spacing: 0px;
        display: block;
        font-size: 16px;
        font-weight: bold;
    }
      .aramaLink p span.yazarIsmi {
          font-size:12px;
        color: #00a4b7;
        font-weight: 300; }
        .aramaLink p span.yazarIsmi i {
          font-weight: 500; }
  .aramaLink ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: inline-block; }
    .aramaLink ul li {
      display: inline-block;
      color: white;
      background-color: #00a4b7;
      padding: 3px 10px;
      font-size: 10px;
      border-radius: 3px; }
      .aramaLink ul li:nth-child(2n-2) {
        background-color: #ee0067; }
  .aramaLink .yuklenmeTarihi {
    display: inline-block;
    font-size: 9px;
    color: #656565; }
  .aramaLink:hover {
    color: #3577b6; }

/*Resize the wrap to see the search bar change!*/
.wrap {
  width: 100%;
  /* transform: translate(-50%, -50%);*/
  /*.searchTerm:focus {
        color: #cecece;
    }*/ }
  .wrap .search {
    width: 80%;
    position: relative;
    display: flex;
    margin: 10px auto; }
    .wrap .searchTerm {
        font-family: 'Montserrat';
        font-size: 14px;
        width: 100%;
        border: 1px solid #868686;
        border-right: none;
        padding: 5px 5px 5px 20px;
        height: 30px;
        border-radius: 20px 0 0 20px;
        outline: none;
        color: #333;
    }
  .wrap .searchButton {
    width: 40px;
    height: 30px;
    border: 1px solid #868686;
    border-left: 0px;
    background: #fff;
    text-align: center;
    color: #868686;
    border-radius: 0 20px 20px 0;
    cursor: pointer;
    font-size: 20px; }
    .wrap .searchButton:focus {
      /* border: 0px;*/
      outline: -webkit-focus-ring-color auto 0px; }

.aramaContainer {
  border-radius: 4px;
  border: 1px solid #868686;
  width: 80%;
  margin: 15px auto;
  min-height: 60px;
  background-color: #cfcfcf;
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */ }
    .aramaContainer .containerBaslik {
        font-style: normal;
        font-family: 'Montserrat';
        font-size: 14px;
        height: 30px;
        line-height: 28px;
        border-radius: 4px;
        background-color: #e8e8e8;
        border-bottom: 1px solid #ccc;
        padding: 2px 5px;
    }
    .aramaContainer .checkContainer {
        font-size: 12px;
        font-family: 'Montserrat';
        padding: 5px 5px;
    }
  .aramaContainer label {
    font-weight: 500;
    color: #848484;
    font-size: 14px; }
  .aramaContainer [type="checkbox"]:not(:checked),
  .aramaContainer [type="checkbox"]:checked {
    position: absolute;
    left: -9999px; }
    .aramaContainer [type="checkbox"]:not(:checked) + label,
    .aramaContainer [type="checkbox"]:checked + label {
        font-size: 12px;
        font-family: 'Montserrat';
        position: relative;
        padding-left: 25px;
        cursor: pointer;
    }
  .aramaContainer [type="checkbox"]:not(:checked) + label:before,
  .aramaContainer [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25em;
    height: 1.25em;
    border: 2px solid #ccc;
    background: #fff;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }
        .aramaContainer [type="checkbox"]:not(:checked) + label:after,
        .aramaContainer [type="checkbox"]:checked + label:after {
            content: '\f0c8\0020';
            position: absolute;
            /*    top: 3px;*/
            top: 1px;
            left: 4px;
            /*        font-size: 12px;*/
            font-size: 9px;
            line-height: 14px;
            color: #00a4b7;
            transition: all .2s;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
        }
  .aramaContainer [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0); }
  .aramaContainer [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1); }
  .aramaContainer [type="checkbox"]:disabled:not(:checked) + label:before,
  .aramaContainer [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd; }
  .aramaContainer [type="checkbox"]:disabled:checked + label:after {
    color: #999; }
  .aramaContainer [type="checkbox"]:disabled + label {
    color: #aaa; }
  .aramaContainer [type="checkbox"]:checked:focus + label:before,
  .aramaContainer [type="checkbox"]:not(:checked):focus + label:before {
    border: 2px solid #00a4b7; }
  .aramaContainer label:hover:before {
    border: 2px solid #00a4b7 !important; }

.scrollBox {
  height: calc(100vh - 150px);
  /*.force-overflow {
        min-height: calc(100vh - 25vh);
    }*/ }
    .scrollBox .scrollbar {
        margin-left: 30px;
        margin-right:6px;
        /*float: left;*/
        height: calc(100vh - 150px);
        /*width: 65px;*/
        /*        background: #F5F5F5;*/
        overflow-y: scroll;
        margin-bottom: 25px;
        max-height: 80%;
    }
  .scrollBox #style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: transparent; }
  .scrollBox #style-3::-webkit-scrollbar {
    width: 6px;
    background-color: transparent; }
  .scrollBox #style-3::-webkit-scrollbar-thumb {
    background-color: #000000; }

.product-detail-description {
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
    text-indent: 30px;
}
.aBook-content, .ebook-content {
    font-style: italic;
    font-weight:500;
}

.producer-image img {
    width: 200px;
    height: 200px;
    box-shadow: 3px 3px 8px #000000C4;
    border: 12px solid #FFFFFF;
    border-radius: 150px;
    margin: 0px 0px 25px 35px;
}

.articleAuthor {
    text-align: center;
    font: normal normal normal 30px/20px atrament-web, sans-serif !important;
    /*font: normal normal bold 22px/20px 'Helvetica Neue LT Pro 75 Bold';*/
    letter-spacing: 0.63px;
    color: #FFFFFF;
    margin-bottom:35px;
}

    .producer-image .desc-producer p.author-title {
        color: #00D4EC;
        text-align: center;
        font: normal normal normal 16px/2px 'Helvetica Neue LT Pro 55 Roman';
        letter-spacing: 0px;
    }
.article-content{
    width:100%;
}
    .article-content p {
        text-align: left;
       
        font: normal normal normal 22px/30px 'Helvetica Neue LT Pro 57 Condensed';
        letter-spacing: 0.58px;
        color: #171717;
        opacity: 1;
        font-weight: 500;
    }
    .article-content span {
        font: normal normal normal 36px/70px Blacksword;
        letter-spacing: 0px;
        color: #171717;
        float: right;
    }
.mainPage .article-producer-name {
    text-align: left;
    font: italic normal normal 30px/40px 'Helvetica Neue LT Pro 57 Condensed';
    letter-spacing: 0.82px;
    color: #00A4B7;
}
.mainPage .article-content-header {
    text-align: left;
    font: oblique normal 900 40px/46px 'Helvetica Neue LT Pro 97 Black Condensed Oblique';
    letter-spacing: 1.44px;
    color: #171717;
}



.loaderSP {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0) url(../../assets/images/preloader.gif) no-repeat bottom;
    z-index: 10000;
}
.hadith-content {
    font-family: Merriweather;
    letter-spacing: 0.97px;
    margin-top: 5%;
}

.articleScroll{
    max-height : 55% !important;
}

.article-Generel {
    text-align: left;
    font: normal normal normal 32px/45px Helvetica Neue LT Pro;
    letter-spacing: 0.58px;
    color: #171717;
    opacity: 1;
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) 32px/45px var(--unnamed-font-family-helvetica-neue-lt-pro);
    font-weight: 500;
    font-size: 22px;
}


.ayet {
    font: italic normal normal 22px/30px 'Helvetica Neue LT Pro 75 Bold' !important;
    float: inherit !important;
    font-weight: bold !important;
}

.header-ayet {
    font: oblique normal bold 32px/30px 'Helvetica Neue LT Pro 57 Condensed' !important;
    width: 100%;
    text-align: end;
    margin-right: 5%;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align-last: end;
    font-size: 22px !important;
}

.article-mainPage {
    margin-right: 9%;
    margin-left: 3%;
}

.text-indent {
    text-indent: 30px;
}

.flex-end {
    align-self: flex-end;
}

.aBook-name {
    position: absolute;
    top: 39px;
}









.searchDesc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.releaseYearColor {
    background-color: red!important;
}

.articleColor {
    background-color: #ee0067!important;
}

.ebookColor {
    background-color: #2a9d8f !important;
}

.hadithColor {
    background-color: purple!important;
}

.videoColor {
    background-color: #00a4b7!important;
}

.audioBookColor {
    background-color: gray!important;
}

.ejournalColor {
    background-color: #e56b6f !important;
}

.freeColor {
    background-color: indianred!important;
}

.logo{
    cursor:pointer;
}

.eKitapAuthor {
    color: #707070 !important;
}
    .eKitapAuthor:hover {
        color:#00a4b7 !important;
    }
.kitapDetayAuthor {
    text-decoration: none !important;
    color: #00a4b7 !important;
}



.aramaContainer .checkContainer {
    font-size: 12px;
    font-family: 'Montserrat';
    padding: 5px 5px;
    /* height: calc(100vh - 150px); */
    /* width: 65px; */
    /* background: #F5F5F5; */
    overflow-y: scroll;
    margin-bottom: 5px !important;
    max-height: 12.5vh;
    overflow-x:hidden;
}
.scrollBox .scrollbar{
    max-height:90% !important;
}

.aramaContainer .containerBaslik #style-3::-webkit-scrollbar {
    width: 3px !important;
    background-color: transparent;
}

.sidenav .yazarBilgiBox table td:first-of-type {
    border: 0px;
    padding: 2px;
    min-width: 77px !important;
    
}

.lightLanguage {
    font: normal normal 800 39px/61px 'Montserrat Light' !important;
    color: #434343;
    text-transform: uppercase;
}

.kategoriAyrimDiv {
    width: 100%;
    margin-top: 150px;
    text-align: center;
}
    .kategoriAyrimDiv img {
        text-align: center;
        margin-left: 340px;
    }


/* Translate */
#goog-gt-tt {
    display: none !important;
}

.goog-te-banner-frame {
    display: none !important;
}

.goog-te-menu-value:hover {
    text-decoration: none !important;
}

body {
    top: 0 !important;
}

#google_translate_element2 {
    display: none !important;
}



.swiper-button-prev, .swiper-button-next {
    background-size: 25px 30px !important;

}

.searchText{
    margin-top:5px;
}
.searchBox, .searchBox:focus {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    border-top: none;
    padding: 5px;
    border-left: none;
    border-right: none;
    outline: none;
    display: none;
    opacity:0;
    border-color: #00a4b7;
    width:222px;
}

.categoryImageBox {
    background-color: white;
    border-radius: 22px;
    padding: 5px;
    width: 210px;
    height: 210px;
    margin: 34px auto;
}

    .categoryImageBox .imgBox {
        overflow: hidden;
        border-radius: 20px;
    }



        .categoryImageBox .imgBox img {
            /*width: 100%;
            height: auto;*/
            width: 200px;
            height: 200px;
        }




.articleCarouselItem img {
    border-bottom-left-radius: 14px !important;
    border-bottom-right-radius: 14px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    height: 120px !important;
}

.articleItemText {
    padding: 12px;
    height: 140px !important;

}

    /*.articleItemText span {
        float: left;
        text-align: left;
        font: normal normal bold 18px/21px 'Helvetica Neue LT Pro 57 Condensed' !important;
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
    }*/


    .articleItemText a span {
        font-family: 'Helvetica Neue LT Pro 95 Black';
        font-weight: bold;
        font-size: 13px;
        text-align: left;
        float: left;
        color: #171717;
    }
    .articleItemText h4 span {
        font: normal normal 16px 'Helvetica Neue LT Pro 57 Condensed';
        text-align: left;
        color: #00a4b7;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1; 
        -webkit-box-orient: vertical;
    }
.articleDetail h3 {
    font: oblique normal 900 40px/46px 'Helvetica Neue LT Pro 97 Black Condensed Oblique';
    letter-spacing: 1.44px;
    color: #171717;
}

.articleDetail h3 a{
    color: #171717;
}

    .articleDetail h4 span {
        font: italic normal normal 30px/40px 'Helvetica Neue LT Pro 57 Condensed';
        letter-spacing: 0.82px;
        color: #00a4b7;
    }

.articleDetail p {
    font: oblique normal 22px/30px 'Helvetica Neue LT Pro 57 Condensed';
    letter-spacing: 0.58px;
    color: #171717;
    opacity: 1;
    font-weight: 500;
}

    .articleDetail p a {
        color: #171717;
    }

    .kategoriAyrimDivArticle img {
        text-align: center;
        margin-left: 340px;
    }

.kategoriAyrimDivArticle {
    width: 100%;
    margin-top: 150px;
    text-align: center;
}

.articleIndexCategoryName {
    margin-bottom: 10px;
    margin-left: 10px;
}
.article-content .article-Generel {
    text-align: left;
    font: normal normal normal 22px/30px 'Helvetica Neue LT Pro 57 Condensed';
    letter-spacing: 0.58px;
    color: #171717;
    opacity: 1;
    font-weight: 500;
}
.articleDergiName {
    color: rgb(0, 164, 183) !important;
    font-size: 21px;
    text-align: center;
    font: normal normal normal 30px/29px atrament-web, sans-serif !important;
}
.articleDergiDate {
    color: white;
    font-size: 17px;
    text-align: center;
    font: normal normal normal 25px/20px atrament-web, sans-serif !important;
}
.articleCategoryContent .detayLinkBox{
    text-align:center;
}

.articleItemText h4 {
    position: absolute;
    bottom: 115px;
}


.sidebarArticle{
    margin-bottom:20px;
}



.video-nav-btn {
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 80px !important;
}
.owl-carousel .nav-btn {
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 100px;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel .prev-slide {
    background-image: url("../images/nav-icon.png");
    left: -22px;
}

.owl-carousel .next-slide {
    background-image: url("../images/nav-icon.png");
    right: -22px;
}

.owl-carousel .prev-slide:hover {
    background-position: 0px -53px;
}

.owl-carousel .next-slide:hover {
    background-position: -24px -53px;
}

.owl-carousel .next-slide .fa{
    font-size:32px;
}

.owl-carousel .prev-slide .fa {
    font-size: 32px;
}


.articleAktif {
    -webkit-box-shadow: 0px 0px 5px 0px #00a5b7 !important;
    -moz-box-shadow: 0px 0px 5px 0px #00a5b7 !important;
    box-shadow: 0px 0px 5px 0px #00a5b7 !important;
    border: 2px solid #00a4b7 !important;
}


.videoAktif {
    -webkit-box-shadow: 0px 0px 5px 0px #00a5b7 !important;
    -moz-box-shadow: 0px 0px 5px 0px #00a5b7 !important;
    box-shadow: 0px 0px 5px 0px #00a5b7 !important;
    border: 2px solid #00a4b7 !important;
}

.titleHover:hover {
    opacity: .5;
}


.articleItemText .moreClick {
    margin-top: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    float: left;
    text-align: left;
    font: normal normal bold 14px/18px 'Montserrat Bold';
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}


.article-content .BtnBox {
    display: inline-block;
    width: auto;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    margin: 5px;
    font-weight: 500;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

    .article-content .BtnBox a {
        color: #fff;
        text-decoration: none;
        background: #00a4b7;
        background: linear-gradient( 180deg, #00a4b7 0%, #16cae2 46%, #008697 100%);
        border-radius: 5px;
        padding: 5px 0px 5px 5px;
        text-align: center;
    }

    .article-content .BtnBox span {
        margin-left: 5px;
        border-radius: 0px 5px 5px 0px;
        padding: 5px !important;
        background: #008392;
        background: linear-gradient( 180deg, #008392 0%, #10c0d6 46%, #00616e 100%);
        font-family: 'Montserrat', sans-serif !important;
        font-size: 16px !important;
        color: #fff !important;
        float: none !important;
    }

.article-content .BtnBox i{
    color: #fff;
    text-align: center;
}



/**************PLAYER**************/
strong {
    font-weight: 700;
}

#wrapper {
    width: 30em; /* 480 */
    height: 8.75em; /* 140 */
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4.375em 0 0 -15em; /* 70 240 */
}

/*
			PLAYER
		*/

.audioplayer {
    height: 1.9em; /* 40 */
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    border: 1px solid #222;
    position: relative;
    z-index: 1;
    background: #333;
}

/* mini mode (fallback) */

.audioplayer-mini {
    width: 2.5em; /* 40 */
    margin: 0 auto;
}

/* player elements: play/pause and volume buttons, played/duration timers, progress bar of loaded/played */

.audioplayer > div {
    position: absolute;
}


/* play/pause button */

.audioplayer-playpause {
    width: 2.5em; /* 40 */
    height: 100%;
    text-align: left;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 2;
    top: 0;
    left: 0;
}

.audioplayer:not(.audioplayer-mini) .audioplayer-playpause {
    border-right: 1px solid #555;
    border-right-color: rgba( 255, 255, 255, .1 );
}

.audioplayer-mini .audioplayer-playpause {
    width: 100%;
}

.audioplayer-playpause:hover,
.audioplayer-playpause:focus {
    background-color: #222;
}

.audioplayer-playpause a {
    display: block;
}

.audioplayer-stopped .audioplayer-playpause a {
    width: 0;
    height: 0;
    border: 0.5em solid transparent; /* 8 */
    border-right: none;
    border-left-color: #fff;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.5em 0 0 -0.25em; /* 8 4 */
}

.audioplayer-playing .audioplayer-playpause a {
    width: 0.75em; /* 12 */
    height: 0.75em; /* 12 */
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.375em 0 0 -0.375em; /* 6 */
}

    .audioplayer-playing .audioplayer-playpause a:before,
    .audioplayer-playing .audioplayer-playpause a:after {
        width: 40%;
        height: 100%;
        background-color: #fff;
        content: '';
        position: absolute;
        top: 0;
    }

    .audioplayer-playing .audioplayer-playpause a:before {
        left: 0;
    }

    .audioplayer-playing .audioplayer-playpause a:after {
        right: 0;
    }


/* timers */

.audioplayer-time {
    width: 4.375em; /* 70 */
    height: 100%;
    line-height: 1.9em; /* 38 */
    text-align: center;
    z-index: 2;
    top: 0;
}

.audioplayer-time-current {
    border-left: 1px solid #111;
    border-left-color: rgba( 0, 0, 0, .25 );
    left: 2.5em; /* 40 */
}

.audioplayer-time-duration {
    border-right: 1px solid #555;
    border-right-color: rgba( 255, 255, 255, .1 );
    right: 2.5em; /* 40 */
}

.audioplayer-novolume .audioplayer-time-duration {
    border-right: 0;
    right: 0;
}


/* progress bar of loaded/played */

.audioplayer-bar {
    height: 0.875em; /* 14 */
    background-color: #222;
    cursor: pointer;
    z-index: 1;
    top: 50%;
    right: 6.875em; /* 110 */
    left: 6.875em; /* 110 */
    margin-top: -0.438em; /* 7 */
}

.audioplayer-novolume .audioplayer-bar {
    right: 4.375em; /* 70 */
}

.audioplayer-bar div {
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.audioplayer-bar-loaded {
    background-color: #333;
    z-index: 1;
}

.audioplayer-bar-played {
    background: #007fd1;
    z-index: 2;
}


/* volume button */

.audioplayer-volume {
    width: 2.5em; /* 40 */
    height: 100%;
    border-left: 1px solid #111;
    border-left-color: rgba( 0, 0, 0, .25 );
    text-align: left;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 2;
    top: 0;
    right: 0;
}

    .audioplayer-volume:hover,
    .audioplayer-volume:focus {
        background-color: #222;
    }

.audioplayer-volume-button {
    width: 100%;
    height: 100%;
}

    .audioplayer-volume-button a {
        width: 0.313em; /* 5 */
        height: 0.375em; /* 6 */
        background-color: #fff;
        display: block;
        position: relative;
        z-index: 1;
        top: 40%;
        left: 35%;
    }

        .audioplayer-volume-button a:before,
        .audioplayer-volume-button a:after {
            content: '';
            position: absolute;
        }

        .audioplayer-volume-button a:before {
            width: 0;
            height: 0;
            border: 0.5em solid transparent; /* 8 */
            border-left: none;
            border-right-color: #fff;
            z-index: 2;
            top: 50%;
            right: -0.25em;
            margin-top: -0.5em; /* 8 */
        }

.audioplayer:not(.audioplayer-muted) .audioplayer-volume-button a:after {
    /* "volume" icon by Nicolas Gallagher, http://nicolasgallagher.com/pure-css-gui-icons */
    width: 0.313em; /* 5 */
    height: 0.313em; /* 5 */
    border: 0.25em double #fff; /* 4 */
    border-width: 0.25em 0.25em 0 0; /* 4 */
    left: 0.563em; /* 9 */
    top: -0.063em; /* 1 */
    -webkit-border-radius: 0 0.938em 0 0; /* 15 */
    -moz-border-radius: 0 0.938em 0 0; /* 15 */
    border-radius: 0 0.938em 0 0; /* 15 */
    -webkit-transform: rotate( 45deg );
    -moz-transform: rotate( 45deg );
    -ms-transform: rotate( 45deg );
    -o-transform: rotate( 45deg );
    transform: rotate( 45deg );
}


/* volume dropdown */

.audioplayer-volume-adjust {
    height: 6.25em; /* 100 */
    cursor: default;
    position: absolute;
    left: 0;
    right: -1px;
    top: -9999px;
    background: #333;
}

.audioplayer-volume:not(:hover) .audioplayer-volume-adjust {
    opacity: 0;
}

.audioplayer-volume:hover .audioplayer-volume-adjust {
    top: auto;
    bottom: 100%;
}

.audioplayer-volume-adjust > div {
    width: 40%;
    height: 80%;
    background-color: #222;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin: 30% auto 0;
}

.audioplayer-volume-adjust div div {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #007fd1;
}

.audioplayer-novolume .audioplayer-volume {
    display: none;
}

.audioplayer {
    -webkit-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ), 0 0 1.25em rgba( 0, 0, 0, .5 ); /* 20 */
    -moz-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ), 0 0 1.25em rgba( 0, 0, 0, .5 ); /* 20 */
    box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ), 0 0 1.25em rgba( 0, 0, 0, .5 ); /* 20 */
}

.audioplayer-volume-adjust {
    -webkit-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
    -moz-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
    box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
}

    .audioplayer-bar,
    .audioplayer-volume-adjust > div {
        -webkit-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
        -moz-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
        box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
    }

    .audioplayer-volume-adjust div div,
    .audioplayer-bar-played {
        -webkit-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
        -moz-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
        box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
    }

.audioplayer-playpause,
.audioplayer-volume a {
    -webkit-filter: drop-shadow( 1px 1px 0 #000 );
    -moz-filter: drop-shadow( 1px 1px 0 #000 );
    -ms-filter: drop-shadow( 1px 1px 0 #000 );
    -o-filter: drop-shadow( 1px 1px 0 #000 );
    filter: drop-shadow( 1px 1px 0 #000 );
}

.audioplayer,
.audioplayer-volume-adjust {
    background: -webkit-gradient( linear, left top, left bottom, from( #444 ), to( #222 ) );
    background: -webkit-linear-gradient( top, #444, #222 );
    background: -moz-linear-gradient( top, #444, #222 );
    background: -ms-radial-gradient( top, #444, #222 );
    background: -o-linear-gradient( top, #444, #222 );
    background: linear-gradient( to bottom, #444, #222 );
}

.audioplayer-bar-played {
    background: -webkit-gradient( linear, left top, right top, from( #007fd1 ), to( #c600ff ) );
    background: -webkit-linear-gradient( left, #007fd1, #c600ff );
    background: -moz-linear-gradient( left, #007fd1, #c600ff );
    background: -ms-radial-gradient( left, #007fd1, #c600ff );
    background: -o-linear-gradient( left, #007fd1, #c600ff );
   /* background: linear-gradient( to right, #007fd1, #c600ff );*/
    background: white;
}

.audioplayer-volume-adjust div div {
    background: -webkit-gradient( linear, left bottom, left top, from( #007fd1 ), to( #c600ff ) );
    background: -webkit-linear-gradient( bottom, #007fd1, #c600ff );
    background: -moz-linear-gradient( bottom, #007fd1, #c600ff );
    background: -ms-radial-gradient( bottom, #007fd1, #c600ff );
    background: -o-linear-gradient( bottom, #007fd1, #c600ff );
/*    background: linear-gradient( to top, #007fd1, #c600ff );*/
    background: white;
}

.audioplayer-bar,
.audioplayer-bar div,
.audioplayer-volume-adjust div {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.audioplayer {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top:24px;
}

.audioplayer-volume-adjust {
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.audioplayer *,
.audioplayer *:before,
.audioplayer *:after {
    -webkit-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    -moz-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    -ms-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    -o-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    transition: color .25s ease, background-color .25s ease, opacity .5s ease;
   
}


/* responsiveness */

@media only screen and ( max-width: 32.5em ) /* 520 */
{
    /*body {
        -webkit-box-shadow: inset 0 0 9.375em rgba( 0, 0, 0, .5 );*/ /* 150 */
        /*-moz-box-shadow: inset 0 0 9.375em rgba( 0, 0, 0, 5 );*/ /* 150 */
        /*box-shadow: inset 0 0 9.375em rgba( 0, 0, 0, .5 );*/ /* 150 */
    /*}*/

    #wrapper {
        width: 100%;
        height: auto;
        position: static;
        padding: 1.25em; /* 20 */
        margin: 0;
    }
}

.article-audio .audioplayer {
    width: 320px !important;
}

.article-content .detayLinkBox {
    width: 115px;
    float:left;
}

.article-content .article-audio{
    float:left;
}