/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }
a:hover{
    color: #228a24;
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excessf padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'Giza';
  src: url("../fonts/Giza.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

/*.slid-space {*/
/*    margin-left: -65px!important;*/
/*}*/

/*
.lesson-item {
    cursor: pointer;
    margin-top: 15px;
}

.lesson-item:hover {
    transform: scale(1.05);
    transition: .001s;
    box-shadow: 0 10px 90px rgba(0,0,0,0.6);
}

.z-index {
    position: relative;
}
*/


/*
img {
  background-size: cover;
  float: left;
  margin-right: 1rem;
  transition: height 300ms, width 300ms;
  transform-origin: left top;
}

.lesson-item:hover img {
    width: 250px;
    height: 150px;
}
*/

#wrap {
    position: absolute;
    background: #fff;
}

#wrap:hover .span_icon {
    transform: rotate(270deg);
}

#wrap:hover .bottom {
    height: 65px;
    cursor: pointer;
}

.bottom {
  overflow: hidden;
  height: 25px;
  width: 100%;
  transition: 0.2s;
}

.bottom a {
  height: 25px;
  display: inline-block;
}

#wrap:hover .bottom {
    height: 60px;
    background: #fff;
}


@media all and (max-width:1170px) {

    .lesson-item {
        margin-top: 15px;
    }
    .lesson-item:hover {
        transform: scale(1);
    }
    .book-wrap {
        height: auto;
    }
    .book-wrap img {
        height: 200px;
    }
}

#audio-player {
    height: 50px;
    width: 500px;
    overflow: hidden;
    background-color: #2B2B2B;
    color: white;
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

#controls {
    height: 50px;
    background-color: #808080;
    width: 350px;
}

.time {
    font-size: 10px;
    color: white;
    position: relative;
    top: 14px;
    margin: 5px;
}

.fab:hover {
    color: red;
    transform: scale(1.1);
}

.far:hover {
    color: #5FA467;
    transform: scale(1.1);    
}

.user-hover:hover {
    color: #5FA467;
}

/*
.lesson-item:after {
  content: '';
  clear: both;
  display: block;
}
*/

/*
img {
  background-size: cover;
  float: left;
  margin-right: 1rem;
  transition: height 300ms, width 300ms;
  transform-origin: left top;
}
*/

/*
.lesson-item .bottom {
  margin-left: 0;
  transition: margin-left 300ms;
  display: flex;
  flex-wrap: wrap;
}
*/

/*
.time {
    display: flex;
    flex-direction: row;
}
*/

/*
.lesson-item .date {
    transition: margin-left 300ms;
    display: flex;
    flex-wrap: wrap;
}

.lesson-item:hover .date {
    margin-left: 30px;
    transform: left top;
}
*/

/*
.description {
  min-height: 110px;
  transition: margin-left 130ms;
}

.lesson-item:hover .description {
  transform: left top;
}

*/

/*
.lesson-item:hover .bottom {
  margin-left: 130px;
}
*/

#audioplayer.size-med{
  width: 100%;
  height: 40px;
  position: relative;
  border-radius: 5px;
  border: 1px solid #454545;
  box-shadow: inset 0 1px 2px #505050, 0 3px 10px #666;
  background: #222;
  background: -moz-linear-gradient(top, #333333 0%, #111111 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#111111));
  background: -webkit-linear-gradient(top, #333333 0%,#111111 100%);
  background: -o-linear-gradient(top, #333333 0%,#111111 100%);
  background: -ms-linear-gradient(top, #333333 0%,#111111 100%);
  background: linear-gradient(to bottom, #333333 0%,#111111 100%);
  padding: 10px 15px;
/*  float: left;*/
}

/*Stop button*/
.size-med #songStop{
  background: #e7e7e7;
  box-shadow: 0 1px 2px #000;
  width: 12px;
  height: 12px;
  cursor: pointer;
  float: left;
  border-radius: 1px;
  margin: 2px 20px 0;
}
/*Play/Pause button*/
.size-med .songPlayPause{
  color: #e9e9e9;
  text-shadow: 0 1px 2px #000;
  font-size: 16px;
  cursor: pointer;
  float: left;
  width: 16px;
  text-align: center;
}

.size-med #songPlayPause.playing{
  font-weight: bold;
  height: 14px;
  overflow: hidden;
}

/*Song location slider*/
.size-med #songSlider{
    width: 85%;
    height: 12px;
    float: left;
    border-bottom: 1px solid #232323;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 3px;
    box-shadow: inset 0 1px 1px #101010;
    background: #222222;
  background: -moz-linear-gradient(top, #222222 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#000000));
  background: -webkit-linear-gradient(top, #222222 0%,#000000 100%);
  background: -o-linear-gradient(top, #222222 0%,#000000 100%);
  background: -ms-linear-gradient(top, #222222 0%,#000000 100%);
  background: linear-gradient(to bottom, #222222 0%,#000000 100%);
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
}
/*Track progress bar*/
.size-med #trackProgress{
    width: 0;
    height: 11px;
    margin-top: 1px;
    overflow: hidden;
    position: relative;
    box-shadow: inset 1px 0 2px #666;
    background: #00a8ff;
  background: -moz-linear-gradient(left, #0077b4 0%, #00a8ff 50%, #50c3fe 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0077b4), color-stop(50%,#00a8ff), color-stop(100%,#50c3fe));
  background: -webkit-linear-gradient(left, #0077b4 0%,#00a8ff 50%,#50c3fe 100%);
  background: -o-linear-gradient(left, #0077b4 0%,#00a8ff 50%,#50c3fe 100%);
  background: -ms-linear-gradient(left, #0077b4 0%,#00a8ff 50%,#50c3fe 100%);
  background: linear-gradient(to right, #0077b4 0%,#00a8ff 50%,#50c3fe 100%);
}

.size-med #songTimeA{
  margin-top: 1px;
  position: absolute;
  left: 3px;
  font-size: 10px;
  color: #666;
  pointer-events: none;
  cursor: default;
}

.size-med #songTimeB{
  margin-top: 1px;
  position: absolute;
  right: 3px;
  font-size: 10px;
  color: #666;
  pointer-events: none;
  cursor: default;
}

.size-med #songTimeC{
  position: absolute;
  left: 3px;
  font-size: 10px;
  color: #121212;
  pointer-events: none;
  cursor: default;
}

.size-med #songTimeD{
  position: absolute;
  text-align: right;
  left: 226px;
  width: 40px;
  font-size: 10px;
  color: #111;
  pointer-events: none;
  cursor: default;
}

#volume-container{
  position: absolute;
  width: 70px;
  height: 30px;
  margin-top: -25px;
  padding-top: 10px;
  right: -17px;
}

/*Volume Up Button*/
.size-med #volumeUp{
  position: absolute;
  top: 15px;
  right: 20;
  color: #e9e9e9;
  cursor: default;
  opacity: 0;
  transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -webkit-transition: opacity .25s linear;
    cursor: pointer;
}
/*Volume Down Button*/
.size-med #volumeDown{
  position: absolute;
  top: 30px;
  right: 63px;
  color: #e9e9e9;
  cursor: default;
  opacity: 0;
  transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -webkit-transition: opacity .25s linear;
    cursor: pointer;
}
/*Volume Meter*/
.size-med #volumeMeter{
    width: 8px;
    height: 40px;
    box-shadow: inset 1px 0 3px #000;
    position: absolute;
    right: 0px;
    top: -2px;
    opacity: 0;
  transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -webkit-transition: opacity .25s linear;
    background: #292929;
  background: -moz-linear-gradient(left, #444444 0%, #111111 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#444444), color-stop(100%,#111111));
  background: -webkit-linear-gradient(left, #444444 0%,#111111 100%);
  background: -o-linear-gradient(left, #444444 0%,#111111 100%);
  background: -ms-linear-gradient(left, #444444 0%,#111111 100%);
  background: linear-gradient(to right, #444444 0%,#111111 100%);
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 2px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*Volume Location Meter*/
.size-med #volumeStatus{
    width: 8px;
    height: 40px;
    box-shadow: inset 1px 0 3px #666;
    background: #0077b4;
  background: -moz-linear-gradient(top, #0077b4 0%, #00a8ff 50%, #50c3fe 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0077b4), color-stop(50%,#00a8ff), color-stop(100%,#50c3fe));
  background: -webkit-linear-gradient(top, #0077b4 0%,#00a8ff 50%,#50c3fe 100%);
  background: -o-linear-gradient(top, #0077b4 0%,#00a8ff 50%,#50c3fe 100%);
  background: -ms-linear-gradient(top, #0077b4 0%,#00a8ff 50%,#50c3fe 100%);
  background: linear-gradient(to bottom, #0077b4 0%,#00a8ff 50%,#50c3fe 100%);
}

#volume-container:hover #volumeMeter{
  opacity: 1;
}

#volume{
  float: left;
    margin-top: 15px;
  margin-left: 15px;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
}

#volume-icon{
  width: 6px;
  height: 6px;
  border-radius: 1px 0 0 1px;
  background: #e9e9e9;
  color: #e9e9e9;
  font-size: 8px;
  position: relative;
  display: inline-block;
    *display: inline;
    zoom: 1.0;
  margin: 6px 6px 6px 0;
  box-shadow: 0 1px 2px #000;
}

#volume-icon:after{
  content:'';
  display: block;
  position: absolute;
  top: -5px;
  left: -6px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-right: 8px solid #e9e9e9;
}

#volume-container:hover:before{
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  right: 6px;
  top: 14px;
  border: 6px solid transparent;
  border-left: 6px solid #242424;
}

#volume-container:hover #volumeUp, #volume-container:hover #volumeDown{
  opacity: 1;
  text-shadow: 0 1px 0 #000;
}


#volume span{
  font-size: 16px;
  width: 3px;
  margin-top: -10px;
  text-align: center;
  color: #e9e9e9;
  display: inline-block;
    *display: inline;
    zoom: 1.0;
  vertical-align: middle;
  text-shadow: 0 1px 2px #000;
}

#volume span:nth-child(3){
  font-size: 12px;
}

#volume span:nth-child(2){
  font-size: 9px;
}

#volume.muted span{
  display: none;  
}
        
@media screen and (min-width: 1170px) {
		#scrollToTopButton {
			display: none!important;
		}
    .new-vid {
        display: none;
        overflow: hidden;
    }   
}
    
.sliderr__video__item .slid{
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 24px;
    text-align: center;
    align-items: center;
    justify-content: center;
}
/*END*/

.sliderr__video {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.sliderr__video__wrapper {
  display: flex;
  transition: transform 0.6s ease;
  /* ADDED: */
  margin-bottom: 10px;
}
.sliderr__video__item{
  flex: 0 0 100%;  
}

/* Added: */
.sliderr__video__controls {
  display: flex;
  justify-content: center;
  flex-flow: row;
}
.sliderr__video__control {
  /* Added: */
  border-radius: 50%;
  /* Updated: */
  position: relative;
  top: 0;
  width: 25px;
  /* The Same: */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  height: 25px;
  background: #5FA467;
  /*
    REMOVED: transform: translateY(-50%);
  */
}

.sliderr__video__control:hover,
.sliderr__video__control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.sliderr__video__control_left {
  left: 0;
  /* Added: */
  margin-right: 10px;
}

.sliderr__video__control_right {
  right: 0;
}
.sliderr__video__control::before {
  content: '';
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 15px;
  height: 15px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.sliderr__video__control_left::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.sliderr__video__control_right::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.book-wrap:hover {
    transform: scale(1.05);
    transition: transform .1s;
    cursor: pointer;
}

.read-more-target {
    opacity: 0;
    overflow: hidden;
}

.point {
    opacity: 1;
}

.read-more-target,
.point {
    transition: .25s ease;
}

.book-txt:hover img {
    padding-top: 3px;
}

.book-wrap:hover .point {
    opacity: 0;
}

.book-wrap:hover .read-more-target {
    font-family: Roboto;
    font-size: 14px;
    color: #000;
    font-weight: bold;      
    display: block;
    font-size: 100%;
    opacity: 1;
}

.books__slider a {
    opacity: 0.7;
}

.books__slider a:hover {
    opacity: 1;
}



.header {
  position: relative;
  -webkit-box-shadow: 0 10px 10px -4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 10px -4px rgba(0, 0, 0, 0.2); }
  .header__top {
    background-color: #292929; }
    .header__top .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .header__logo {
    padding: 8px 0 5px 0; }
  .header #nav {
    margin: 0 0 0 auto; }
    @media (max-width: 1199px) {
      .header #nav {
        display: none; } }
    .header #nav li {
      display: inline-block;
      margin-right: 26px; }
    .header #nav a {
      font-size: .8rem;
      font-weight: 500; }
  .header .search {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .header .search .fa-search {
      color: #fff;
      cursor: pointer; }
    .header .search input {
      width: 467px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 5px 30px 5px 10px;
      border: none;
      border-radius: 5px;
      font-size: .8rem;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      position: absolute;
      left: -454px;
      top: -3px;
      opacity: 0;
      z-index: -1;
      -webkit-transition-duration: 0.5s;
              transition-duration: 0.5s;
      -webkit-transition-property: opacity;
      transition-property: opacity; }
      @media (max-width: 767px) {
        .header .search input {
          width: 240px;
          left: -228px; } }
    .header .search button {
      background: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      border: none;
      padding: 0;
      cursor: pointer;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      position: relative;
      left: -8px;
      z-index: 10000;
      color: #000;
      display: none; }
    @media (max-width: 1199px) {
      .header .search {
        margin-left: 15px; 
        display: none!important;} }
  .header .search-active .fa-search {
    display: none; }
  .header .search-active input {
    opacity: 1;
    z-index: 1000; }
  .header .search-active button {
    display: block; }
  @media (max-width: 1199px) {
    .header__bottom {
      display: none; } }
  .header .icon {
    display: none;
    width: 25px;
    height: 20px;
    position: relative;
    cursor: pointer; }
    .header .icon span {
      display: block;
      position: absolute;
      width: 100%;
      height: 3px;
      background-color: #fff;
      left: 0;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      transition: .25s ease-in-out;
      z-index: 100; }
    @media (max-width: 1199px) {
      .header .icon {
        display: block; } }
  .header .icon span:nth-child(1) {
    top: 0; }
  .header .icon span:nth-child(2), .header .icon span:nth-child(3) {
    top: 8px; }
  .header .icon span:nth-child(4) {
    top: 16px; }
  .header .nav.nav-open .icon span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%; }
  .header .nav.nav-open .icon span:nth-child(2) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .header .nav.nav-open .icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .header .nav.nav-open .icon span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%; }
  .header .nav {
    margin: 0 0 0 auto;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .header .nav .drop-wrap {
      display: none;
      right: -999; }
      @media (max-width: 1199px) {
        .header .nav .drop-wrap {
          position: fixed;
          top: 0;
          right: 0;
          left: 0;
          bottom: 15%!important;
          background-color: #292929;
          margin-top: 48px;
          z-index: 90000000; } }
    @media (max-width: 1199px) {
      .header .nav ul {
        margin: 70px 0 20px; } }
    @media (max-width: 1199px) {
      .header .nav li {
        margin: 10px 0;
        text-align: left; } }
    .header .nav li a:hover {
      color: #228a24; }
  .header .nav.nav-open .drop-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 10px 0;
    border-top: 3px solid #00d900; }
    @media (max-width: 1199px) {
      .header .nav.nav-open .drop-wrap {
        padding: 0 20px;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }

.intro-section {
  background-image: url("../img/bgn.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 55px 0 50px 0; }
  @media (max-width: 767px) {
    .intro-section {
      padding: 25px 0 20px 0; } }
    
  .intro-section .striped-shadow {
    position: relative;
    z-index: 2;
    font-family: Roboto;
    color: #292929;   
    letter-spacing: 2px;
    font-size: 72px;
    text-align: center;
    margin-bottom: 50px;
    text-shadow: 
     1px  1px     #fff, 
    -1px  1px     #fff, 
     2px -2px     #fff, 
    -2px -2px     #fff,
     2px  2px 5px #555,
     0 0 10px rgba(71,73,70,0.8);  
}
    @media (max-width: 1023px) {
      .intro-section .striped-shadow {
        font-size: 3.5rem;
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .intro-section .striped-shadow {
        font-size: 2.5rem;
        margin-bottom: 30px; } }
    @media (max-width: 479px) {
      .intro-section .striped-shadow {
        font-size: 1.5rem;
        margin-bottom: 20px; } }

  .intro-section .slide {
    position: relative;
		width: 360px!important;
      height: 250px!important;
		overflow: hidden;
    border-radius: 10px;
    padding: 23px 34px; }
    @media (max-width: 479px) {
      .intro-section .slide {
        width: 100%;
        padding: 15px 25px; } }
    


    .intro-section .slide:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.5);
      z-index: 1;
      -webkit-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out; 
		}
    .intro-section .slide:hover:after {
      background-color: rgba(255, 255, 255, 0); 
}
    .intro-section .slide p {
      font-size: 1.2rem;
      font-weight: 500;
      padding: 0 0 20px 0;
      margin-bottom: 20px;
      /* border-bottom: 2px solid #e4e6e8; */
      position: relative;
      z-index: 10; }
      @media (max-width: 479px) {
        .intro-section .slide p {
          font-size: 1rem;
          padding: 0 0 10px 0;
          margin-bottom: 10px; } }
    .intro-section .slide a {
      font-size: .8rem;
      font-weight: normal;
      padding: 5px 10px;
      margin: 0 10px 10px 0;
      background-color: #5fa467;
      border-radius: 5px;
      position: relative;
      z-index: 10; }
      @media (max-width: 479px) {
        .intro-section .slide a {
          font-size: .8rem;
          padding: 5px 8px;
          margin: 0 6px 6px 0; } }
      .intro-section .slide a:hover {
        background-color: #00cd00;
        color: #fff; 
}

.content-section {
  background-color: #eaedf3;
  padding: 20px 0 80px 0; }
  @media (max-width: 767px) {
    .content-section {
      padding: 20px 0 30px; } }
  .content-section .content-wrap {
    width: 82%;
    margin-right: 20px; }
    @media (max-width: 1199px) {
      .content-section .content-wrap {
        width: 70%;
        margin-right: 20px; } }
    @media (max-width: 767px) {
      .content-section .content-wrap {
        width: 100%;
        margin: 0 0 30px 0; } }
  .content-section .content {
    max-width: 940px;
    width: 100%;
    background-color: #fff;
    padding: 20px 20px 40px;
    margin: 0 15px 40px 0;
    border: 1px solid #dce2ec;
    border-radius: 5px; }
    @media (max-width: 767px) {
      .content-section .content {
        margin: 0 0 20px 0;
        padding: 10px; } }
    .content-section .content h2 {
      font-size: 1.5rem;
      font-weight: bold;
      padding: 0 0 18px;
      margin: 0 10px 18px;
      border-bottom: 2px solid #dce2ec; }
    .content-section .content .lessons-wrap {
      max-width: 900px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      @media (max-width: 1199px) {
        .content-section .content .lessons-wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
    .content-section .content .lesson-item {
      transition: .3s linear;
      position: relative;
      min-height: 170px;
      max-width: 430px;
      width: 100%; }

    .content-section .content .lesson {
      position: relative;
      max-width: 430px;
      overflow: hidden;
      border: 1px solid #dce2ec;
      border-radius: 5px;
      padding: 0 20px 10px 0;
/*      margin: 16px 10px;*/
      color: #4e4e4e;
 }
      @media (max-width: 479px) {
        .content-section .content .lesson {
          padding: 8px; } }
    .content-section .content .active-animated {
      position: absolute !important;
      top: 0;
      max-width: 410px;
      z-index: 9999;
      background: #fff; }
    .content-section .content .yeni {
      position: relative; }
      .content-section .content .yeni:before {
        position: absolute;
        content: url("../img/yeni.png");
        top: 10px;
        left: 5px; }
        @media (max-width: 479px) {
          .content-section .content .yeni:before {
              
            top: 10px;
            left: 10px; } }
    .content-section .content .top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-bottom: 1px solid #dce2ec;
      margin-bottom: 8px; }
      @media (max-width: 479px) {
        .content-section .content .top {
          padding-bottom: 5px;
          margin-bottom: 14px; } }
      .content-section .content .top .lesson-title {
        margin: 16px 0 8px 0;
        color: #000; }
        @media (max-width: 479px) {
          .content-section .content .top .lesson-title {
            margin: 0px 0 8px 0;
            font-size: .9rem; } }
        .content-section .content .top .lesson-title:hover {
          color: #5fa467; }
      .content-section .content .top a {
        color: #4e4e4e;
        margin-right: 10px; }
        .content-section .content .top img {
            border-radius: 5px 0 0 0;
            margin-right: 16px;
            width: 112px;
            height: 120px; 
        }

        @media (max-width: 479px) {
        .content-section .content .top img {
            display: block; 
        } 
    }

      .content-section .content .top .links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
  /*      margin-bottom: 22px;*/ }
      .content-section .content .top .description {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%; }
      .content-section .content .top .player {
        display: none;
        width: 100%;
        margin: 0 0 20px 0; }
        @media (max-width: 479px) {
          .content-section .content .top .player {
            display: block; } }
        .content-section .content .top .player audio {
          max-width: 380px;
          width: 100%; }
      .content-section .content .top .time {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .content-section .content .top .time i {
          margin-right: 5px;
          font-size: .8rem;
          color: #000; }
        .content-section .content .top .time a {
          margin-right: 15px;
          font-size: .8rem;
          cursor: pointer; }
          @media (max-width: 767px) {
            .content-section .content .top .time a {
              font-size: .7rem; } }
          @media (max-width: 479px) {
            .content-section .content .top .time a {
              font-size: .6rem; } }
          .content-section .content .top .time a:hover {
            color: #5fa467; }
        



/*

          .content-section .content .top .time:hover .far {
            color: #5fa467; }
          
          .content-section .content .top .time:hover .fa-user {
            color: #5fa467; }

          .content-section .content .top .time:hover a {
            color: #5fa467; }
*/
          

         .content-section .content .top .time .far:hover {
                    color: #5fa467; }
         .content-section .content .top .time .fa-user:hover {
            color: #5fa467; }




        .content-section .content .top .time p {
          margin-right: 15px;
          font-size: .8rem; }
          @media (max-width: 767px) {
            .content-section .content .top .time p {
              font-size: .7rem; } }
          @media (max-width: 479px) {
            .content-section .content .top .time p {
              font-size: .6rem; } }
    .content-section .content .bottom {
      height: 25px;
      position: relative;
      padding: 0 0 0 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media (max-width: 479px) {
        .content-section .content .bottom {
          padding: 0; } }
      .content-section .content .bottom a {
        font-size: .8rem;
        font-weight: normal;
        padding: 3px 7px;
        margin: 0 10px 10px 0;
        background-color: #5fa467;
        border-radius: 5px;
        position: relative;
        z-index: 10; }
        @media (max-width: 479px) {
          .content-section .content .bottom a {
            font-size: .8rem;
            padding: 7px 8px;
            margin: 0 6px 10px 0; } }
        .content-section .content .bottom a:hover {
          background-color: #00cd00;
          color: #fff; }
      .content-section .content .bottom .btn {
        color: transparent;
        margin-left: 40px; }
      .content-section .content .bottom .span_icon {
        position: absolute;
        top: 2px;
        right: 0;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        font-size: 1.4rem;
        z-index: 1000;
        cursor: pointer; }
        @media (max-width: 479px) {
          .content-section .content .bottom .span_icon {
            top: -40px;
            -webkit-transition: -webkit-transform .1s;
            transition: -webkit-transform .1s;
            transition: transform .1s;
            transition: transform .1s, -webkit-transform .1s; } }
        .content-section .content .bottom .span_icon:before {
          content: '';
          position: absolute;
          top: 15px;
          right: 6px;
          background-color: #949494;
          width: 8px;
          height: 2px;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
        .content-section .content .bottom .span_icon:after {
          content: '';
          position: absolute;
          top: 10px;
          right: 6px;
          background-color: #949494;
          width: 8px;
          height: 2px;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
      .content-section .content .bottom .span_icon.active {
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); }
  .content-section .ramazan-slider {
		padding: 20px;
		overflow: hidden;
    margin: 0; }
    @media (max-width: 767px) {
      .content-section .ramazan-slider {
        padding: 10px;
        margin-top: 50px;} }
    .content-section .ramazan-slider h2 {
      color: #5fa467;
      margin: 0 15px 18px; }

    .content-section .ramazan-slider .slide {
      border: 1px solid #dce2ec;
      border-radius: 5px;
      padding: 20px 54px!important;
      max-width: 878px;
      width: 100%; }
      @media (max-width: 767px) {
        .content-section .ramazan-slider .slide {
          padding: 10px 15px; } }
    .content-section .ramazan-slider .ramazan-title {
      font-weight: bold;
      display: block;
      font-size: 20px;
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .content-section .ramazan-slider .ramazan-title {
          font-size: 15px;
          margin-bottom: 20px; } }
    .content-section .ramazan-slider .time {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .content-section .ramazan-slider .time i {
        margin-right: 5px;
        font-size: .8rem;
        color: #949494; }
      .content-section .ramazan-slider .time a {
        color: #949494;
        margin-right: 15px;
        font-size: 1rem;
        cursor: pointer; }
        @media (max-width: 767px) {
          .content-section .ramazan-slider .time a {
            font-size: .7rem; } }
        @media (max-width: 479px) {
          .content-section .ramazan-slider .time a {
            font-size: .6rem; } }
        .content-section .ramazan-slider .time a:hover {
          color: #5fa467; }
      .content-section .ramazan-slider .time p {
        margin-right: 15px;
        font-size: 1rem;
        color: #949494; }
        @media (max-width: 767px) {
          .content-section .ramazan-slider .time p {
            font-size: .7rem; } }
        @media (max-width: 479px) {
          .content-section .ramazan-slider .time p {
            font-size: .6rem; } }

.video-section {
  padding: 0; }
  .video-section .video-box {
    width: 210px;
    background-color: #fff;
    margin: 0 20px 20px 0;
    border-radius: 5px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .video-section .video-box {
        width: 240px;
        margin: 0 10px 20px; } }
    .video-section .video-box iframe {
      width: 210px;
      height: 160px; }
      @media (max-width: 767px) {
        .video-section .video-box iframe {
          width: 240px;
          height: 180px; } }
    .video-section .video-box p {
      font-size: .8rem;
      line-height: 1.45;
      padding: 16px 20px 20px; }

    .video-box p:hover {    
        color: #5FA467;
        cursor: pointer;
    }

.books-section .book-wrap {
  width: 210px;
  background-color: #fff;
  padding: 10px;
  margin: 0 20px 20px 0;
  text-align: center;
  border-radius: 5px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .books-section .book-wrap {
      width: 200px;
      margin: 0 10px 20px; } }
  .books-section .book-wrap p {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 3px; }
  .books-section .book-wrap img {
    display: block;
    max-width: 75%;
    margin: 0 auto 10px; }
  .books-section .book-wrap span {
    color: #999;
    margin-right: 10px; }
  .books-section .book-wrap a i {
    color: #999; }
    .books-section .book-wrap a i:hover {
      color: #7e7d7d;
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }

.text-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.text-section .content-wrap {
  padding: 0 20px; }
.text-section .content-title {
  font-size: 2.5rem;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 500; }
  @media (max-width: 767px) {
    .text-section .content-title {
      font-size: 2rem;
      margin-bottom: 35px; } }
  @media (max-width: 479px) {
    .text-section .content-title {
      font-size: 1.4rem;
      margin-bottom: 25px; } }
.text-section .main-img {
  border-radius: 10px;
  margin-bottom: 50px; }
  @media (max-width: 479px) {
    .text-section .main-img {
      margin-bottom: 20px; } }
.text-section .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  margin-bottom: 25px; }
  .text-section .time i {
    margin-right: 5px; }
  .text-section .time a {
    font-style: italic;
    color: #000;
    margin-right: 20px; }
    .text-section .time a:hover {
      color: #228a24; }
  @media (max-width: 479px) {
    .text-section .time {
      font-size: .9rem;
      margin-bottom: 10px; } }
  .text-section .time p {
    font-style: italic; }
.text-section .green-text {
  font-size: 14px;
  line-height: 1.5;
  color: #147f35;
  padding: 0 30px 0 0;
  margin-bottom: 40px;
  font-weight: 500; }
  @media (max-width: 767px) {
    .text-section .green-text {
      padding: 0; } }
  @media (max-width: 479px) {
    .text-section .green-text {
      font-size: 13px;
      margin-bottom: 20px; } }
.text-section .text-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  padding: 0 30px 0 0;
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    .text-section .text-title {
      padding: 0; } }
  @media (max-width: 479px) {
    .text-section .text-title {
      font-size: 20px;
      margin-bottom: 10px; } }
.text-section .text {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  padding: 0 30px 0 0;
  margin-bottom: 35px; }
  @media (max-width: 767px) {
    .text-section .text {
      padding: 0; } }
  @media (max-width: 479px) {
    .text-section .text {
      font-size: 13px;
      margin-bottom: 20px; } }
.text-section .site {
  color: #1A0DBE;
  margin: 40px 0; }
  @media (max-width: 479px) {
    .text-section .site {
      font-size: 1rem;
      margin: 10px 0 20px 0; } }
  .text-section .site:hover {
    text-decoration: underline; }
.text-section .share {
  font-size: .9rem;
  font-weight: 500;
  color: #5fa467;
  margin-bottom: 20px; }
@media (max-width: 767px) {
  .text-section .icons {
    margin-bottom: 30px; } }
.text-section .icons i {
  padding: 10px 11px;
  margin-right: 10px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer; }
  @media (max-width: 479px) {
    .text-section .icons i {
      font-size: .8rem;
      margin-right: 4px; } }
  .text-section .icons i:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
.text-section .icons .fa-facebook-f {
  padding: 10px 14px;
  background-color: #3b5998; }
.text-section .icons .fa-twitter {
  padding: 10px;
  background-color: #1da1f2; }
.text-section .icons .fa-skype {
  background-color: #00aff0; }
.text-section .icons .fa-linkedin-in {
  background-color: #0077b5; }
.text-section .icons .fa-facebook-messenger {
  background-color: #0084ff; }
.text-section .icons .fa-telegram-plane {
  background-color: #0088cc; }
.text-section .sidebar {
  margin-top: 141px; }
  @media (max-width: 767px) {
    .text-section .sidebar {
      margin: 0; } }

.articles-section .articles-wrap {
  width: 82%;
  background-color: #fff;
  padding: 20px 20px 40px;
  margin: 0 15px 20px 0;
  border: 1px solid #b5bdce;
  border-radius: 5px;
  width: 82%;
  margin-right: 20px; }
  @media (max-width: 1199px) {
    .articles-section .articles-wrap {
      width: 70%;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .articles-section .articles-wrap {
      width: 100%;
      margin: 0 0 90px 0; } }
  .articles-section .articles-wrap h2 {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0 0 18px;
    margin: 0 32px 18px;
    border-bottom: 2px solid #dce2ec; }
    @media (max-width: 1199px) {
      .articles-section .articles-wrap h2 {
        margin: 0 25px 18px; } }
    @media (max-width: 479px) {
      .articles-section .articles-wrap h2 {
        margin: 0 20px 18px; } }
  .articles-section .articles-wrap .slick-dots {
    border: 2px solid #228a24;
    border-radius: 50%;
    padding: 14px; }
  .articles-section .articles-wrap .slick-dots li {
    border: 2px solid #228a24;
    border-radius: 50%;
    padding: 14px;
    margin: 0 8px; }
  .articles-section .articles-wrap .slick-dots li button {
    color: #228a24;
    font-size: 1rem;
    font-weight: 700;
    position: absolute;
    top: 5px;
    left: 4px;
    z-index: 100000; }
  .articles-section .articles-wrap .slick-dots li button:before,
  .articles-section .articles-wrap .slick-dots li.slick-active button:before {
    display: none; }
  .articles-section .articles-wrap .slick-dots .slick-active {
    background-color: #228a24; }
    .articles-section .articles-wrap .slick-dots .slick-active button {
      color: #fff; }
  .articles-section .articles-wrap .slide {
    width: 100%; }
  .articles-section .articles-wrap .slick-prev {
    background-color: #228a24; }
  .articles-section .articles-wrap .lesson-item {
    position: relative;
    min-height: 170px;
    max-width: 900px;
    width: 100%; }
  .articles-section .articles-wrap .lesson {
    position: relative;
    max-width: 900px;
    overflow: hidden;
    border: 1px solid #dce2ec;
    border-radius: 5px;
    padding: 0 20px 10px 0;
    margin: 0 0 20px 0;
    color: #4e4e4e;
    z-index: 1; }
    @media (max-width: 767px) {
      .articles-section .articles-wrap .lesson {
        padding: 0 10px 10px 10px; } }
    @media (max-width: 479px) {
      .articles-section .articles-wrap .lesson {
        padding: 8px; } }
  .articles-section .articles-wrap .active-animated {
    position: absolute !important;
    top: 0;
    max-width: 100%;
    z-index: 9999;
    background: #fff; }
  .articles-section .articles-wrap .yeni {
    position: relative; }
    .articles-section .articles-wrap .yeni:before {
      position: absolute;
      content: url("../img/yeni.png");
      top: 14px;
      right: 20px; }
      @media (max-width: 479px) {
        .articles-section .articles-wrap .yeni:before {
          top: 10px;
          left: 10px; } }
  .articles-section .articles-wrap .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #dce2ec;
    margin-bottom: 8px; }
    @media (max-width: 479px) {
      .articles-section .articles-wrap .top {
        padding-bottom: 5px;
        margin-bottom: 14px; } }
    .articles-section .articles-wrap .top .lesson-title {
      margin: 16px 20px 0 0;
      color: #000; }
      @media (max-width: 1023px) {
        .articles-section .articles-wrap .top .lesson-title {
          font-size: .9rem;
          margin: 16px 15px 0 0; } }
      @media (max-width: 479px) {
        .articles-section .articles-wrap .top .lesson-title {
          margin: 0 0 8px 0;
          font-size: .8rem; } }
      .articles-section .articles-wrap .top .lesson-title:hover {
        color: #5fa467; }
    .articles-section .articles-wrap .top a {
      color: #4e4e4e;
      margin: 16px 10px 0 0; }
    .articles-section .articles-wrap .top img {
      border-radius: 5px 0 0 0;
      margin-right: 16px;
      width: 112px;
      height: 120px; }
      @media (max-width: 767px) {

        .description .lesson-title {
          width: 185px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          }
        .articles-section .articles-wrap .top .lesson-title {
            width: 108px!important;
        }
        .lesson-item:hover .description{

          }
		.articles-section .articles-wrap .top a {
		  margin: 2px; }		  
        }
    .articles-section .articles-wrap .top .title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 45px; }
      @media (max-width: 767px) {
        .articles-section .articles-wrap .top .title {
          margin-bottom: 25px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      @media (max-width: 479px) {
        .articles-section .articles-wrap .top .title {
          margin-bottom: 1px; } }
    .articles-section .articles-wrap .top .links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .articles-section .articles-wrap .top .description {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .articles-section .articles-wrap .top .time {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .articles-section .articles-wrap .top .time i {
        margin-right: 5px;
        font-size: .8rem;
        color: #949494; }
      .articles-section .articles-wrap .top .time a {
        margin: 0 15px 0 0;
        font-size: .8rem; }
        @media (max-width: 767px) {
          .articles-section .articles-wrap .top .time a {
            font-size: .7rem; } }
        .articles-section .articles-wrap .top .time a:hover {
          color: #228a24; }
      .articles-section .articles-wrap .top .time p {
        font-size: .8rem; }
        @media (max-width: 767px) {
          .articles-section .articles-wrap .top .time p {
            font-size: .7rem; } }
      @media (max-width: 479px) {
        .articles-section .articles-wrap .top .time {
          font-size: .6rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    .articles-section .articles-wrap .top .box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 479px) {
        .articles-section .articles-wrap .top .box {
          margin-bottom: 5px; } }
  .articles-section .articles-wrap .bottom {
    height: 25px;
    position: relative;
    padding: 0 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 767px) {
      .articles-section .articles-wrap .bottom {
        padding: 0; } }
    .articles-section .articles-wrap .bottom a {
      font-size: .8rem;
      font-weight: normal;
      padding: 3px 5px;
      margin: 0 10px 10px 0;
      background-color: #5fa467;
      border-radius: 5px;
      position: relative;
      z-index: 10; }
      @media (max-width: 479px) {
        .articles-section .articles-wrap .bottom a {
          font-size: .8rem;
          padding: 7px 8px;
          margin: 0 6px 10px 0; } }
      .articles-section .articles-wrap .bottom a:hover {
        background-color: #00cd00;
        color: #fff; }
    .articles-section .articles-wrap .bottom .btn {
      color: transparent;
      margin-left: 40px; }
    .articles-section .articles-wrap .bottom .span_icon {
      position: absolute;
      top: 2px;
      right: 0;
      -webkit-transition: -webkit-transform .2s;
      transition: -webkit-transform .2s;
      transition: transform .2s;
      transition: transform .2s, -webkit-transform .2s;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      font-size: 1.4rem;
      z-index: 1000;
      cursor: pointer; }
      @media (max-width: 479px) {
        .articles-section .articles-wrap .bottom .span_icon {
          top: -45px;
          -webkit-transition: -webkit-transform .1s;
          transition: -webkit-transform .1s;
          transition: transform .1s;
          transition: transform .1s, -webkit-transform .1s; } }
      .articles-section .articles-wrap .bottom .span_icon:before {
        content: '';
        position: absolute;
        top: 15px;
        right: 6px;
        background-color: #949494;
        width: 8px;
        height: 2px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .articles-section .articles-wrap .bottom .span_icon:after {
        content: '';
        position: absolute;
        top: 10px;
        right: 6px;
        background-color: #949494;
        width: 8px;
        height: 2px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
    .articles-section .articles-wrap .bottom .span_icon.active {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }

.audio-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.audio-section .content-wrap {
  width: 100%;
  padding: 0 20px 0 0; }
  @media (max-width: 767px) {
    .audio-section .content-wrap {
      padding: 0;} }
.audio-section .time {
  color: #000; }
  .audio-section .time a {
    color: #000; }
  .audio-section .time p {
    font-style: italic; }
.audio-section .video {
  margin-bottom: 20px; }
.playerr {
  border: 1px solid #acacac;
  border-radius: 5px;
  padding: 20px 30px 40px;
  padding-bottom: 40px;
 }
.audio-section .audio-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px 0; }
  .audio-section .audio-title a {
    margin-right: 20px; }
  .audio-section .audio-title p {
    margin-right: 20px; }
  .audio-section .audio-title i {
    color: #5fa467;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .audio-section .audio-title i:hover {
      -webkit-transform: scale(1.1, 1.1);
              transform: scale(1.1, 1.1); }

.sidebar {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 767px) {
    .sidebar {
      width: 240px; } }
  .sidebar .times {
    background-color: #fff; }
    .sidebar .times__head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 10px;
      border-bottom: 2px solid #f1f1f1; }
    .sidebar .times .title {
      color: #2e91ba;
      font-size: 14px;
      font-weight: bold; }
    .sidebar .times__country {
      text-align: center;
      padding: 10px;
      border-bottom: 2px solid #f1f1f1; }
      .sidebar .times__country h4 {
        font-size: .8rem;
        color: #2e91ba; }
    .sidebar .times__second-title {
      font-size: 0.8rem;
      text-align: center;
      font-weight: 500;
      padding: 10px 5px;
      color: #575757; }
    .sidebar .times__list {
      color: #575757;
      margin-bottom: 20px;
      border-bottom: 2px solid #f1f1f1; }
    .sidebar .times__title {
      text-align: center;
      padding: 10px 20px;
      background-color: #f1f1f1; }
      .sidebar .times__title p {
        font-size: .8rem;
        font-weight: 500; }
    .sidebar .times__box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 10px 20px; }
      .sidebar .times__box:nth-child(2n-1) {
        background-color: #f1f1f1; }
      .sidebar .times__box p {
        font-size: .8rem;
        font-weight: 500; }
    .sidebar .times__link {
      padding: 0 20px 20px; }
      .sidebar .times__link a {
        color: #5fa467 !important;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase; }
    .sidebar .times__info {
      padding: 0 20px;
      margin-bottom: 20px; }
      .sidebar .times__info p {
        color: #000;
        font-size: .7rem; }
  .sidebar .ramazan {
    background-color: #fff;
    padding: 5px 10px; }
    .sidebar .ramazan strong {
      margin-right: 10px;
      font-size: 17px; }
    .sidebar .ramazan a {
      color: #000;
      font-size: 14px;
      font-weight: bold; }
    .sidebar .ramazan span {
      position: relative;
      color: #fff;
      z-index: 10;
      font-size: .7rem; }
      .sidebar .ramazan span:after {
        position: absolute;
        content: '';
        top: -4px;
        left: -4px;
        background-color: #ff4330;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        z-index: -1; }
  .sidebar .books {
    background-color: #fff; }
    .sidebar .books__head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 10px;
      border-bottom: 2px solid #f1f1f1; }
    .sidebar .books__slider {
      padding: 20px 0; }
      .sidebar .books__slider p {
        font-size: .9rem;
        font-weight: bold;
        color: #000;
        text-align: center;
        padding: 20px 0 0 0; }
    .sidebar .books img {
      max-width: 85%;
      margin: 0 auto; }
  .sidebar .students {
    background-color: #fff; }
    .sidebar .students__head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 10px;
      border-bottom: 2px solid #f1f1f1; }
    .sidebar .students a {
      width: 100%;
      color: #575757;
      font-size: .9rem;
      font-weight: normal;
      padding: 10px 16px;
      cursor: pointer; }
      .sidebar .students a:hover {
        color: #228a24; }
    .sidebar .students a:nth-child(2n) {
      background-color: #f1f1f1; }
  .sidebar .categories {
    background-color: #fff; }
    .sidebar .categories__head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 10px; }
    .sidebar .categories a {
      background-color: #3d3d3d;
      width: 100%;
      font-size: .8rem;
      padding: 10px 16px;
      border-top: 1px solid #646464; }
    .sidebar .categories a:last-of-type {
      border-radius: 0 0 5px 5px; }
  .sidebar .video {
    background-color: #fff; }
    .sidebar .video__head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 10px; }
      .sidebar .video__head a {
        color: 000; }
    .sidebar .video__list iframe {
      width: 100%;
      height: 116px; }
      @media (max-width: 767px) {
        .sidebar .video__list iframe {
          width: 100%;
          height: 160px; } }
    .sidebar .video p {
      font-size: .8rem;
      font-weight: 500;
      padding: 0 14px;
      margin: 10px 0 18px 0;
      color: #575757; }

.footer__top {
    padding: 15px 0;
  background-color: #292929;
   }
  .footer__top .container {
    max-width: 780px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 767px) {
      .footer__top .container {
        display: none;
/*        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;*/ } }
  .footer__top #footer__nav {
    margin: 0; }
    @media (max-width: 1199px) {
      .footer__top #footer__nav ul {
        display: block; } }
    @media (max-width: 767px) {
      .footer__top #footer__nav ul {
        width: 300px;
        padding: 0 10px 0 35px;
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .footer__top #footer__nav li {
      display: inline-block;
      margin-right: 25px; }
      @media (max-width: 767px) {
        .footer__top #footer__nav li {
          width: 45%;
          display: inline-block;
          margin: 0 0 15px 0; } }
    .footer__top #footer__nav a {
      font-size: .8rem;
      font-weight: 500; }
      @media (max-width: 767px) {
        .footer__top #footer__nav a {
          font-size: 1rem; } }
    @media (max-width: 767px) {
      .footer__top #footer__nav {
        margin-bottom: 20px; } }
  .footer__top .searchF {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 auto; }
    @media (max-width: 767px) {
      .footer__top .searchF {
        width: 300px;
        padding: 0 0 0 35px;
        margin: 0; } }
    .footer__top .searchF .fa-search {
      color: #fff;
      cursor: pointer; }
    .footer__top .searchF input {
      width: 467px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 5px 30px 5px 10px;
      border: none;
      border-radius: 5px;
      font-size: .8rem;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      position: absolute;
      left: -454px;
      top: -3px;
      opacity: 0;
      z-index: -1;
      -webkit-transition-duration: 0.5s;
              transition-duration: 0.5s;
      -webkit-transition-property: opacity;
      transition-property: opacity; }
      @media (max-width: 767px) {
        .footer__top .searchF input {
          width: 420px;
          left: 50%;
          -webkit-transform: translate(-50%);
                  transform: translate(-50%); } }
      @media (max-width: 479px) {
        .footer__top .searchF input {
          width: 290px; } }
    .footer__top .searchF button {
      background: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      border: none;
      padding: 0;
      cursor: pointer;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      position: relative;
      left: -8px;
      z-index: 10000;
      color: #000;
      display: none; }
      @media (max-width: 767px) {
        .footer__top .searchF button {
          left: 302px; } }
      @media (max-width: 479px) {
        .footer__top .searchF button {
          left: 240px; } }
  .footer__top .search-active .fa-search {
    display: none; }
  .footer__top .search-active input {
    opacity: 1;
    z-index: 1000; }
  .footer__top .search-active button {
    display: block; }
.footer__bottom {
  background-color: #eaedf3;
  padding: 50px  }
  @media (max-width: 767px) {
    .footer__bottom {
      padding: 15px 0; } }
  .footer__bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .footer__bottom p {
    font-size: 0.8rem;
    font-weight: normal;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .footer__bottom p {
        margin-bottom: 15px; } }
  .footer__bottom a {
    color: #000; }

* {
  text-decoration: none;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  font-size: 16px;
  font-family: 'Roboto'; }

a {
    text-decoration: none!important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  cursor: pointer; }
  a:hover {
      text-decoration: none!important;
    color: #228a24; }

h1, h2, h3, h4, p {
  margin: 0; }

ul {
  padding: 0;
  margin: 0; }

img {
  max-width: 100%; }

input {
  outline: none;
  -webkit-appearance: none; }

button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
  -webkit-appearance: none; }

#wrapper {
  position: relative;
  overflow: hidden; }

.container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

.active a {
  color: #228a24; }

.border {
  border: 1px solid #dce2ec;
  border-radius: 5px;
  margin-bottom: 15px; }
  .border i {
    margin-right: 10px;
    color: #5fa467; }

.sidebar-title {
  color: #000;
  font-size: 1rem;
  font-weight: bold; }

.main-title {
  background-image: url("../img/intro-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0;
  margin-bottom: 50px;
  text-align: center; }
  @media (max-width: 1023px) {
    .main-title {
      padding: 40px 0;
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .main-title {
      padding: 55px 0 20px;
      margin-bottom: 30px; } }
  @media (max-width: 479px) {
    .main-title {
      padding: 50px 0;
      margin-bottom: 20px; } }
  .main-title h2 {
    font-size: 3.2rem;
    font-weight: 500;
    padding: 0;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .main-title h2 {
        font-size: 2rem;
        margin-bottom: 15px; } }
    @media (max-width: 479px) {
      .main-title h2 {
        font-size: 1.4rem;
        margin-bottom: 10px; } }
  .main-title p {
    font-size: 1.2rem; }
    @media (max-width: 767px) {
      .main-title p {
        font-size: 1rem; } }
    @media (max-width: 479px) {
      .main-title p {
        font-size: .8rem; } }

.content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.marquee {
  width: 77%;
  margin: 0 20px 20px;
  white-space: nowrap;
  overflow: hidden; }

.marquee span {
  color: #000;
  font-size: .7rem;
  display: inline-block;
  -webkit-animation: marquee 20s infinite linear;
  animation: marquee 20s infinite linear; }

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(-100%, 0); } }
@keyframes marquee {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0); } }
@media (max-width: 767px) {
  .audioplayer {
    height: 2.2em !important; } }

.content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%; }
  @media (max-width: 767px) {
    .content-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.slider {
  width: 95%;
  margin: 0 auto; }

.prev {
  width: 30px;
  height: 30px;
  position: absolute;
/*  color: #fff;*/
  border: none;
  background-color: #fff;
  border-radius: 50%;
  z-index: 100; }
  .prev:before {
    position: absolute;
    content: '';
    top: 10px;
    left: 12px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #d6cfe5;
    border-left: 2px solid #d6cfe5;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  @media (max-width: 767px) {
    .prev {
      visibility: hidden; } }

.next {
  width: 30px;
  height: 30px;
  position: absolute;
  color: #fff;
  border: none;
  background-color: #fff;
  border-radius: 50%;
  z-index: 100; }
  
  .next:before {
    position: absolute;
    content: '';
    top: 10px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #d6cfe5;
    border-right: 2px solid #d6cfe5;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  @media (max-width: 767px) {
    .next {
      visibility: hidden; } }

.prev {
  top: 44%;
  left: -24px; }
  @media (max-width: 1023px) {
    .prev {
      left: 0; } }

.next {
  bottom: 44%;
  right: -24px; }
  @media (max-width: 1023px) {
    .next {
      right: 0; } }

#articles-slider .prev,
#articles-slider .next {
  font-size: 2rem;
  position: absolute;
  background-color: #228a24;
  border: none;
  z-index: 101;
  background-color: transparent; }
#articles-slider .prev {
  visibility: visible;
  top: 1807px;
  left: 15%; }
  #articles-slider .prev:before {
    border-top: 2px solid #228a24;
    border-left: 2px solid #228a24; }
  @media (max-width: 1199px) {
    #articles-slider .prev {
      top: 1807px;
      left: 30%; } }
  @media (max-width: 1023px) {
    #articles-slider .prev {
      top: 1807px;
      left: 28%; } }
  @media (max-width: 767px) {
    #articles-slider .prev {
      top: 1807px;
      left: 22%; } }
  @media (max-width: 479px) {
    #articles-slider .prev {
      top: 1887px;
      left: 14%; } }
#articles-slider .next {
  visibility: visible;
  top: 1807px;
  right: 35%; }
  #articles-slider .next:before {
    border-top: 2px solid #228a24;
    border-right: 2px solid #228a24; }
  @media (max-width: 1199px) {
    #articles-slider .next {
      top: 1807px;
      right: 30%; }
      .dropdown-content-2{
          position: absolute;
          left: 100%;
          top: 50px;
          width: 220px;
          color: white;
          background: #f9f9f9;
          /*display: none;*/
      }

  }
  @media (max-width: 1023px) {
    #articles-slider .next {
      top: 1807px;
      right: 28%; } }
  @media (max-width: 767px) {
    #articles-slider .next {
      top: 1807px;
      right: 22%; } }
  @media (max-width: 479px) {
    #articles-slider .next {
      top: 1887px;
      right: 14% !important; } }
#articles-slider .slick-dots {
  position: absolute;
  bottom: -146px;
  color: #5fa467;
  border: none;
  z-index: 100;
  background-color: transparent; }
  @media (max-width: 767px) {
    #articles-slider .slick-dots {
      bottom: -145px; } }

#ramazan-slider {
  width: 98%; }
  #ramazan-slider .slick-dots {
    bottom: -45px;
    visibility: visible; }
    @media (max-width: 479px) {
      #ramazan-slider .slick-dots {
        visibility: hidden; } }
  #ramazan-slider .prev,
  #ramazan-slider .next {
    font-size: 2rem;
    position: absolute;
    background-color: #228a24;
    border: none;
    z-index: 101;
    background-color: transparent; }
  #ramazan-slider .prev {
    visibility: visible;
    left: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    #ramazan-slider .prev:before {
      border-top: 2px solid #228a24;
      border-left: 2px solid #228a24; }
  #ramazan-slider .next {
    visibility: visible;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    #ramazan-slider .next:before {
      border-top: 2px solid #228a24;
      border-right: 2px solid #228a24; }

@media (max-width: 1199px) {
  .drop-menu {
    width: 98%;
      overflow-y: scroll!important;
    border-top: 1px solid #000;
    padding-top: 10px; } }

.dropdown {
  position: relative;
  display: inline-block;
  padding: 15px 28px 15px 22px;
  max-width: 100%; }
  @media (max-width: 1199px) {
    .dropdown {
      display: block;
      padding: 0;
      max-width: 1100px; } }
  .dropdown:hover, .dropdown:focus {
    color: #5fa467; }
  .dropdown:hover:before {
    background-color: #5fa467; }
  .dropdown:hover:after {
    background-color: #5fa467; }
  .dropdown:before {
    content: '';
    position: absolute;
    background-color: #000;
    width: 8px;
    height: 2px;
    right: 17px;
    top: 24px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
    @media (max-width: 1199px) {
      .dropdown:before {
      display: none; } }
  .dropdown:after {
    content: '';
    position: absolute;
    background-color: #000;
    width: 8px;
    height: 2px;
    right: 12px;
    top: 24px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
    @media (max-width: 1199px) {
      .dropdown:after {
       display: none; } }

.container > .dropdown:last-child > .dropbtn:after {
  content: url("../img/border.jpg");
  position: absolute;
  left: 111px;
  top: -8px; }
  @media (max-width: 1199px) {
    .container > .dropdown:last-child > .dropbtn:after {
      display: none; } }

.dropbtn {
  font-size: .9rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: relative; }
  @media (max-width: 1199px) {
    .dropbtn {
      margin: 5px auto;
      font-size: .8rem;
      color: #fff; } }
  .dropbtn:before {
    content: url("../img/border.jpg");
    position: absolute;
    left: -22px;
    top: -8px; }
    @media (max-width: 1199px) {
      .dropbtn:before {
        display: none; } }

.dropdown-content {
  width: 200px;
  text-align: left;
  display: none;
  left: 2px;
  top: 50px;
  border-radius: 5px;
  position: absolute;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 10000; }
  @media (max-width: 1199px) {
    .dropdown-content {
      top: 25px;
      width: 102%; } }

.dropdown-content a {
  font-size: .9rem;
  padding: 15px 25px;
  color: #949494;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #dce2ec; }
  .dropdown-content a:last-of-type {
    border-bottom: none; }
  @media (max-width: 1199px) {
    .dropdown-content a {
      padding: 8px 15px; } }

.dropdown-content a:hover {
  color: #000;
  border-left: 4px solid #5fa467; }

.dropdown-content:hover {
  display: block; }

.dropdown:hover .dropdown-content {
  display: block; }

#copyright,
#copyright a {
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1); }

h1 a,
#copyright a {
  -webkit-transition: text-shadow .25s ease;
  transition: text-shadow .25s ease; }

h1 a:hover,
h1 a:focus,
#copyright a:hover,
#copyright a:focus {
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3); }

h1 em {
  font-family: Baskerville, serif; }

#copyright {
  font-size: 0.875em;
  /* 14 */
  text-align: center;
  margin-top: 1.429em;
  /* 20 */ }

#copyright a {
  font-weight: 700; }

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

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

.audioplayer > div {
  position: absolute; }

.audioplayer-playpause {
  width: 2.5em;
  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, 0.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; }

.audioplayer-time {
  width: 4.375em;
  height: 100%;
  line-height: 2.375em;
  text-align: center;
  z-index: 2;
  top: 0; }

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

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

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

.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, 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 */
  /* 15 */
  /* 15 */
  border-radius: 0 0.938em 0 0;
  /* 15 */
  -webkit-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, 0.15), 0 0 1.25em rgba(0, 0, 0, 0.5);
  /* 20 */
  /* 20 */
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 1.25em rgba(0, 0, 0, 0.5);
  /* 20 */ }

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

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

.audioplayer-volume-adjust div div,
.audioplayer-bar-played {
  -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.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: -ms-radial-gradient(top, #444, #222);
  background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#222));
  background: linear-gradient(to bottom, #444, #222); }

.audioplayer-bar-played {
  background: #f1e767; }

.audioplayer-volume-adjust div div {
  background: #f1e767; }

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

.audioplayer {
  border-radius: 2px; }

.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;
  transition: color .25s ease, background-color .25s ease, opacity .5s ease; }

.intro-section .slick-initialized .slick-slide, 
.intro-section .slick-initialized .slick-slide > div {
	/* overflow: hidden; */
}
.intro-section .slick-slide.slick-active .slide img {
	display: table;
}
.intro-section .slide img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.intro-section .slide{
    height: 250px;
}
.intro-section .slide,
.intro-section .slick-slide {
	transition: all 0.4s;
}
.intro-section .slick-slide :hover {
	transform: scale(1.05);
}
.slick-list {
	overflow: visible;
}
@media (min-width: 1700px) {
	.intro-section .slide {
		width: 378px;
	}
}
@media (min-width: 1900px) {
	.intro-section .slide {
		width: 428px!important;
	}
}
/*@media (min-width: 320px) {
  #button{
    top: 0px!important;
  }
}*/
/*@media (min-width: 390px) and (max-width: 768px) {
	#button {
		position: relative;
		top: 30px;
		margin-left: auto;
	}

}*/
@media (min-width: 320px) and (max-width: 390px) {
	.content-section .content .top img {
		min-width: 104px;
    height: 106px;
	}
	.content-section .content .lessons-wrap {
		margin-left: -10px;
	}
	.content-section .content-wrap {
		overflow: visible;
	}
	.content-section .content .yeni:before {
		right: 40px
	}

}
@media (min-width: 480px) and (max-width: 1180px) {
	.content-section .content .top img {
		min-width: 170px;
	}

	.content-section .content .yeni:before {
		right: 0;
	}
	#button {
		position: relative;
		top: 0px;
/*		margin-left: auto;*/
    left: 100px
	}

}

.namaztime{
    text-align: center;
    display: block;
    padding: 17px;
    border: 2px solid #51b95b;
    border-radius: 5%;
    position: fixed;
		top: 8px;
		z-index: 11;
    background: #fffdfd;
    width: 100%;
    display: none;
    box-shadow: 0px 1px 18px #27988d;
}
table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  text-align: center;
  padding: 8px;
}

tr:nth-child(even) {background-color: #f2f2f2;}
#scrollToTopButton{
  display: none;
}

#scrollToTopButton{
  position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 11;
	display: block;
	width: 70px;
	height: 70px;
	background: #51b95b;
	padding: 10px;
	border: 1px solid #51b95b;
	border-radius: 50%;
	font-size: 11px;
	/* font-family: cursive; */
	animation: fadeInColor 4s ease infinite;
	color: snow;
	transition: .8s linear;
}
@keyframes fadeInColor {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(0.7);
	}
	100% {
		transform: scale(1);
	}
}
#scrollToTopButton:hover{
   background: snow;
    color: #51b95b;
}
#closetimes{
  font-size: 18px;
           float: right;
          background: no-repeat;
    border: none;
}

@media only screen and (max-device-width : 375px) {
  #scrollToTopButton{
    display: block;
  }
  .sliderr__item{
    flex: 0 0 100%;
  }
}


 @media (max-width: 479px) {

          
           .times{
              display: none;
            }
		}
		

.content-section .content .top .link-more {
	font-size: 14px;
	transition: all 0.25s;
}

.content-section .content .top .link-more:hover {
	color: #5fa467
}
.times_second_box {
	padding-top: 20px;
}
.times_new_info .information {
	margin-top: 10px;
}
.times_new_info {
	margin-top: 10px;
	border-top: 2px solid #f1f1f1;
}
.times.border:first-child .times__list:last-child {
	border-bottom: 0 solid #000;
}

.i-open2 {
    position: absolute;
    right: 12px;
    top: 30%;
    font-size: 14px;
    color: black!important;
    max-width: 7%!important;
    cursor: pointer;
}

.dropdown-content-2{
    position: absolute!important;
    left: 100%!important;
    top: 0px!important;
    width: 220px!important;
    color: white!important;
    background: #f9f9f9!important;
    display: none;
}
.hover-right:hover .dropdown-content-2 {
    display: block;
}


.card-info {
  text-align: right;
}

.card-info span {}

.card-info>a {
  color: #328700;
  font-size: 10px;
}

.content-section .ramazan-slider .slick-initialized .slick-slide div:first-child {
    width: 100% !important;
}

i.fas.fa-chevron-down{
  float: right;
}
.slide p{
    width: 100%;
    height: 50%;
}
.nav a:hover{
  color: #00cd00!important;
  transition: .5s!important;
}


/*new edites*/
.dropdown-item:focus, 
.dropdown-item:hover {
    background-color: #0056b3;
    color: #fff;
}
@media (max-width: 1199px) {
    
    .dropdown {
        border-bottom: 1px solid rgba(247, 247, 247, 0.2);
    }
    .dropdown:last-child {
        border-bottom: 0;
    }
    .dropdown-item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }
    .dropdown-menu .current:last-child .dropdown-item {
        border-bottom: 0;
    }
    .dropdown-menu li:last-child > a {
        border-bottom: 0;
    }
}

@media (max-width: 992px) {
    .dropdown-item {
        white-space: unset;
    }
}
@media (max-width: 992px) {
    .dropdown-item {
        padding: 1rem 1.5rem;
    }
}