/*!
Theme Name: kradio
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kradio
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

kradio is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	text-decoration:none;
	
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #3f51b5;
	display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 7px 25px;
    border-radius: 25px;
    border: 2px solid transparent;
    letter-spacing: 0.3px;
    font-weight: 500;
    font-family: "Roboto",sans-serif;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 18px;
    padding: 10px 30px;
    -webkit-transition: all 300ms ease;
	cursor:pointer;
    transition: all 300ms ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #3f51b5;
	color:#3f51b5;
	background: #fff;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.textaligncenter {
	text-align: center !important;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 2em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/* -------------- KRADIO ---------------------*/

.eff {
	background-color: transparent;
    webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}



.loading-k {
  display:none;
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading-k:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading-k:not(:required) {
  /* hide "loading-k..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading-k:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */
.animated {
    visibility: visible !important
}

.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s
}

.animated.hinge {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -o-transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    -moz-animation-name: fadeInUpBig;
    -o-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    -moz-animation-name: fadeInDownBig;
    -o-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    -moz-animation-name: fadeInLeftBig;
    -o-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    -moz-animation-name: fadeInRightBig;
    -o-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }
}

@-moz-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -moz-transform: translateY(0)
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(-20px)
    }
}

@-o-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -o-transform: translateY(0)
    }

    100% {
        opacity: 0;
        -o-transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(-20px)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    -moz-animation-name: fadeOutUp;
    -o-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }
}

@-moz-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -moz-transform: translateY(0)
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(20px)
    }
}

@-o-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -o-transform: translateY(0)
    }

    100% {
        opacity: 0;
        -o-transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(20px)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    -moz-animation-name: fadeOutDown;
    -o-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px)
    }
}

@-moz-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -moz-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(-20px)
    }
}

@-o-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -o-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -o-transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateX(-20px)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    -moz-animation-name: fadeOutLeft;
    -o-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px)
    }
}

@-moz-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -moz-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(20px)
    }
}

@-o-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -o-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -o-transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateX(20px)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    -moz-animation-name: fadeOutRight;
    -o-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }
}

@-moz-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -moz-transform: translateY(0)
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(-2000px)
    }
}

@-o-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -o-transform: translateY(0)
    }

    100% {
        opacity: 0;
        -o-transform: translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    -moz-animation-name: fadeOutUpBig;
    -o-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }
}

@-moz-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -moz-transform: translateY(0)
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(2000px)
    }
}

@-o-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -o-transform: translateY(0)
    }

    100% {
        opacity: 0;
        -o-transform: translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(2000px)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    -moz-animation-name: fadeOutDownBig;
    -o-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }
}

@-moz-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -moz-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(-2000px)
    }
}

@-o-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -o-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -o-transform: translateX(-2000px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    -moz-animation-name: fadeOutLeftBig;
    -o-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }
}

@-moz-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -moz-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(2000px)
    }
}

@-o-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -o-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -o-transform: translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateX(2000px)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    -moz-animation-name: fadeOutRightBig;
    -o-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes slideInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px)
    }

    100% {
        -moz-transform: translateY(0)
    }
}

@-o-keyframes slideInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px)
    }

    100% {
        -o-transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    100% {
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    -moz-animation-name: slideInDown;
    -o-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%)
    }

    100% {
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes slideInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%)
    }

    100% {
        -moz-transform: translateX(0)
    }
}

@-o-keyframes slideInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-100%)
    }

    100% {
        -o-transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    -moz-animation-name: slideInLeft;
    -o-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%)
    }

    100% {
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes slideInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%)
    }

    100% {
        -moz-transform: translateX(0)
    }
}

@-o-keyframes slideInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(100%)
    }

    100% {
        -o-transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(100%)
    }

    100% {
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    -moz-animation-name: slideInRight;
    -o-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }
}

@-moz-keyframes slideOutUp {
    0% {
        -moz-transform: translateY(0)
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(-2000px)
    }
}

@-o-keyframes slideOutUp {
    0% {
        -o-transform: translateY(0)
    }

    100% {
        opacity: 0;
        -o-transform: translateY(-2000px)
    }
}

@keyframes slideOutUp {
    0% {
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    -moz-animation-name: slideOutUp;
    -o-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }
}

@-moz-keyframes slideOutLeft {
    0% {
        -moz-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(-2000px)
    }
}

@-o-keyframes slideOutLeft {
    0% {
        -o-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -o-transform: translateX(-2000px)
    }
}

@keyframes slideOutLeft {
    0% {
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    -moz-animation-name: slideOutLeft;
    -o-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }
}

@-moz-keyframes slideOutRight {
    0% {
        -moz-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(2000px)
    }
}

@-o-keyframes slideOutRight {
    0% {
        -o-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -o-transform: translateX(2000px)
    }
}

@keyframes slideOutRight {
    0% {
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateX(2000px)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    -moz-animation-name: slideOutRight;
    -o-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes moveFromLeft {
    from {
        -webkit-transform: translateX(-100%)
    }

    to {
        -webkit-transform: translateX(0%)
    }
}

@-moz-keyframes moveFromLeft {
    from {
        -moz-transform: translateX(-100%)
    }

    to {
        -moz-transform: translateX(0%)
    }
}

@-ms-keyframes moveFromLeft {
    from {
        -ms-transform: translateX(-100%)
    }

    to {
        -ms-transform: translateX(0%)
    }
}

@-o-keyframes moveFromLeft {
    from {
        -o-transform: translateX(-100%)
    }

    to {
        -o-transform: translateX(0%)
    }
}

@keyframes moveFromLeft {
    from {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(0%)
    }
}

.moveFromLeft {
    -webkit-animation: moveFromLeft 400ms ease;
    -moz-animation: moveFromLeft 400ms ease;
    -ms-animation: moveFromLeft 400ms ease;
    -o-animation: moveFromLeft 400ms ease;
    animation: moveFromLeft 400ms ease
}

@-webkit-keyframes moveFromRight {
    from {
        -webkit-transform: translateX(100%)
    }

    to {
        -webkit-transform: translateX(0%)
    }
}

@-moz-keyframes moveFromRight {
    from {
        -moz-transform: translateX(100%)
    }

    to {
        -moz-transform: translateX(0%)
    }
}

@-ms-keyframes moveFromRight {
    from {
        -ms-transform: translateX(100%)
    }

    to {
        -ms-transform: translateX(0%)
    }
}

@-o-keyframes moveFromRight {
    from {
        -o-transform: translateX(100%)
    }

    to {
        -o-transform: translateX(0%)
    }
}

@keyframes moveFromRight {
    from {
        transform: translateX(100%)
    }

    to {
        transform: translateX(0%)
    }
}

.moveFromRight {
    -webkit-animation: moveFromRight 400ms ease;
    -moz-animation: moveFromRight 400ms ease;
    -ms-animation: moveFromRight 400ms ease;
    -o-animation: moveFromRight 400ms ease;
    animation: moveFromRight 400ms ease
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%)
    }

    to {
        -webkit-transform: translateY(0%)
    }
}

@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%)
    }

    to {
        -moz-transform: translateY(0%)
    }
}

@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%)
    }

    to {
        -ms-transform: translateY(0%)
    }
}

@-o-keyframes moveFromBottom {
    from {
        -o-transform: translateY(100%)
    }

    to {
        -o-transform: translateY(0%)
    }
}

@keyframes moveFromBottom {
    from {
        transform: translateY(100%)
    }

    to {
        transform: translateY(0%)
    }
}

.moveFromBottom {
    -webkit-animation: moveFromBottom 400ms ease;
    -moz-animation: moveFromBottom 400ms ease;
    -ms-animation: moveFromBottom 400ms ease;
    -o-animation: moveFromBottom 400ms ease;
    animation: moveFromBottom 400ms ease
}

@-webkit-keyframes scaleDisappear {
    0% {
        opacity: 1;
        -webkit-transform: scale(1)
    }

    60% {
        opacity: 0;
        -webkit-transform: scale(1.3)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes scaleDisappear {
    0% {
        opacity: 1;
        -moz-transform: scale(1)
    }

    60% {
        opacity: 0;
        -moz-transform: scale(1.3)
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1)
    }
}

@-ms-keyframes scaleDisappear {
    0% {
        opacity: 1;
        -ms-transform: scale(1)
    }

    60% {
        opacity: 0;
        -ms-transform: scale(1.3)
    }

    100% {
        opacity: 1;
        -ms-transform: scale(1)
    }
}

@-o-keyframes scaleDisappear {
    0% {
        opacity: 1;
        -o-transform: scale(1)
    }

    60% {
        opacity: 0;
        -o-transform: scale(1.3)
    }

    100% {
        opacity: 1;
        -o-transform: scale(1)
    }
}

@keyframes scaleDisappear {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    60% {
        opacity: 0;
        transform: scale(1.3)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.scaleDisappear {
    -webkit-animation: scaleDisappear 350ms ease-in-out;
    -moz-animation: scaleDisappear 350ms ease-in-out;
    -ms-animation: scaleDisappear 350ms ease-in-out;
    -o-animation: scaleDisappear 350ms ease-in-out;
    animation: scaleDisappear 350ms ease-in-out
}

@-webkit-keyframes scaleAppear {
    0% {
        opacity: 0;
        -webkit-transform: scale(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes scaleAppear {
    0% {
        opacity: 0;
        -moz-transform: scale(0)
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1)
    }
}

@-ms-keyframes scaleAppear {
    0% {
        opacity: 0;
        -ms-transform: scale(0)
    }

    100% {
        opacity: 1;
        -ms-transform: scale(1)
    }
}

@-o-keyframes scaleAppear {
    0% {
        opacity: 0;
        -o-transform: scale(0)
    }

    100% {
        opacity: 1;
        -o-transform: scale(1)
    }
}

@keyframes scaleAppear {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.scaleAppear {
    -webkit-animation: scaleAppear 750ms ease;
    -moz-animation: scaleAppear 750ms ease;
    -ms-animation: scaleAppear 750ms ease;
    -o-animation: scaleAppear 750ms ease;
    animation: scaleAppear 750ms ease
}

.animate-spin {
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    display: inline-block
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-ms-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

/******************************************************************/

/* C U S T O M -- K-RADIO -- CSS -- CODES -- */

/*******************************************************************/


.image-effect img {
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
  }
.image-effect:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
  }



body {
}


.site-header {
	width:100%;
	border-top: 5px solid #ffcc00;
	position: relative;
}

.boxed-container {
	margin:0 auto;
	width:1170px;
}

.site-branding {
	margin:0 auto;
	max-width:1170px;
	height:150px;
	display: flex;
	flex-wrap: wrap;
}

.k-radio-container {
	margin:0 auto;
	max-width:1170px;
}



.site-header .logo {
	display: table-cell;
    height: 150px;
    vertical-align: middle;
	max-width: 350px;
	line-height: 0.7;
	margin: 0px 20px 0px 0px;
}

.site-header .logo a img {
    display: inline-block;
	max-height: 130px;
	margin: 0 auto; 
    max-width: 15vw;
    min-width: initial;
	
}



/* Default Navigation */
.main-navigation {
	display: inline-block !important;
	vertical-align: middle;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	background: #bc003a;
	box-shadow: inset -1px 1px 8px -2px rgba(0, 0, 0, 0.4);
	background-image: -moz-linear-gradient(90deg,rgba(214,212,215,0.2) 0,rgba(229,229,229,0.2) 50%,rgba(247,246,241,0.12) 50%,rgba(231,231,231,0.2) 100%);
    background-image: -webkit-linear-gradient(90deg,rgba(214,212,215,0.1) 0,rgba(229,229,229,0.1) 50%,rgba(247,246,241,0.12) 50%,rgba(231,231,231,0.1) 100%);
    background-image: -ms-linear-gradient(90deg,rgba(214,212,215,0.2) 0,rgba(229,229,229,0.2) 50%,rgba(247,246,241,0.12) 50%,rgba(231,231,231,0.2) 100%);
}

  
  .main-navigation > ul {
	/*display: inline-block;*/
	vertical-align: middle;

	padding: 0;
	list-style: none;
	margin:0 auto;
	max-width:1170px;
  }
  .main-navigation > ul > li {
	display: inline-block;
	position: relative;
	background-image: url('img/msp.png');
	background-position: right;
    background-repeat: no-repeat;
  }

  .main-navigation > ul > li:last-child {
	background-image: none;
  }

  .main-navigation > ul > li:first-child > a {
	display: inline-block;
	padding-left: 0px;
	color: #fff;
  }
  .main-navigation > ul > li > a {
	display: inline-block;
	padding: 22px 30px 19px 16px;
	color: #fff;
	letter-spacing: 1px;
  }
  .main-navigation > ul > li > a {
	position: relative;
  }
  .main-navigation > ul > li.has-dropdown > a > .menu-text:after {
	display: inline-block;
	padding-left: 4px;
	font-weight: 400;
	font-family: FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f3be";
  }
 
  .main-navigation .menu-item-has-children>a:after {
    display: inline-block;
    content: "\f150";
    margin-left: 8px;
	font-family: 'Font Awesome\ 5 Free';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: .9;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.main-navigation .menu>.menu-item-has-children>a:before {
    content: " ";
    position: absolute;
    top: calc(100% - 10px);
    left: calc(50% - 13px);
    z-index: 111;
    border-style: solid;
    border-width: 0 8px 11px;
    border-color: transparent transparent #ffcc00;
    -webkit-filter: drop-shadow(0px -2px 2px rgba(0,0,0,.06));
    filter: drop-shadow(0px -2px 2px rgba(0,0,0,.06));
    opacity: 0;
	transition: opacity .3s ease-in;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 500ms ease;
	transition: all 500ms ease;	
}

.main-navigation .menu>.menu-item-has-children:hover>a:before {
	opacity: 1;
	-webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-navigation .menu ul li, .main-navigation .menu .sub-menu .menu-item-has-children>a:after {
    content: "\f152";
}

  
  .main-navigation .has-dropdown.sub .dropdown-nav {
	top: 0;
	left: 100%;
  }

  .main-navigation .menu ul li, .main-navigation .menu .sub-menu li {
    float: none;
    min-width: 240px;
    max-width: 350px;
    border-top: 0;
    padding: 0;
	position: relative;
	background: #bc003a;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.main-navigation .menu>li li a {
    border: 0;
    padding: 10px 30px;
    padding-right: 40px;
    font-weight: 500;
	text-transform: none;
	color:#fff;
}


.main-navigation .menu>li:hover > a {
	color: rgba(255,255,255,0.6);
}
.main-navigation .menu>li li:hover > a {
	color: rgba(255,255,255,0.6);
}

.main-navigation > ul > li > ul.sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 100;
    background: rgb(3, 3, 3);
    min-width: 250px;
    text-align: left;
    left: -10px;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .15);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .15);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	padding-top: 4px;
    background: #ffcc00;
}

.main-navigation > ul > li:hover > .sub-menu {
	opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1) translateY(0px);
	transform: scale(1) translateY(0px);
	
}

.main-navigation > ul > li{

}


.logo-container {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.kradio-player-container {
	display: -ms-flexbox;
    display: flex;
    position: relative;
    right: auto;
    top: auto;
}

.kradio-player {
    width: 430px;
    height: 110px;
    border-radius: 100px;
	background: #eb01a5;
	background-image: url("img/wave.png"), linear-gradient(300deg, #0dbff0 0%, #F44336  0%, #2196F3 150%);
	background-position: left;
    box-shadow: inset 1px -4px 17px 0px rgba(0, 0, 0, 0.1);
    margin: 20px 0px 20px 0px;
}




/***** PLAYER CSS ******/

#mep_0 {
	width:auto !important;
	min-width: unset !important;
	outline: none;
}



.mejs-offscreen, .mejs-currenttime, .mejs-duration-container, .mejs-time-float-current, .mejs-mute, .mejs-broadcast {
	display: none;
  }


.mejs-playpause-button {
	width: 130px;
    height: 130px;
    border-radius: 100%;
    box-shadow: inset 2px 2px 9px rgba(0, 0, 0, 0.23);
    background: linear-gradient(135deg, #E91E63 0%, #E91E63 44%, #9C27B0 100%);
    text-align: center;
    vertical-align: middle;
    right: 0;
    position: absolute;
    top: 10px;
    display: table-cell;
    border: 12px solid #e8e7e7;
}
.mejs-playpause-button > button {
	border: 0;
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    background: transparent;
    outline: 0;
    padding: 0;
    position: relative;
    float: left;
    height: 53px;
    width: 100%;
    text-decoration: none;
}

/*
.mejs-play > button:before {
    content: '';
    position: absolute;
    background-image: url(img/play.svg);
    top: calc(100% - 30px);
    left: calc(50% - 18px);
    font-size: 50px;
    z-index: 111;
    background-size: 90px 60px;
    height: 67px;
    width: 90px;
    background-repeat: no-repeat;
    opacity: 1;
    font-weight: 900;
}
*/

.mejs-controls {
	display: block !important;
	opacity: 1 !important;
}

.mejs-fullscreen-button {
	display: none !important;
}

.mejs-volume-button > button {
	display: none !important;
}

.mejs-volume-slider {
	display: block !important;
}

.mejs-play > button:before {
		content: "\f04b";
		font-family: 'Font Awesome\ 5 Free';
		position: absolute;
		top: calc(100% - 0px);
		left: calc(50% - 14px);
		color:#fff;
		text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.48);
		font-size: 40px;
		z-index: 111;
		background-repeat: no-repeat;
		opacity: 1;
		font-weight: 900;
	}

.mejs-pause > button:before {
	content: "\f04c";
    font-family: 'Font Awesome\ 5 Free';
    position: absolute;
    top: calc(100% - 0px);
    left: calc(50% - 18px);
    font-size: 40px;
	z-index: 111;
	color:#fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.48);
	opacity: 1;
	font-weight: 900;
}

.mejs-horizontal-volume-slider, .mejs-volume-slider {
	width: 55%;
    height: 5px;
    border-radius: 10px;
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    left: 40px;
    top: 62%;
}

.mejs-horizontal-volume-current, .mejs-volume-current {
	left: 0px;
    height: 5px;
    width: 30.982%;
    border-radius: 10px;
	background: linear-gradient(135deg, #ffb0cb 0%, #ffa0c0 44%, #ff953b 100%);
}

.mejs-horizontal-volume-handle, .mejs-volume-handle {
    position: absolute;
    right: 0px;
    width: 22px;
    top: -8px;
    height: 22px;
    border-radius: 100%;
    background: #ffffff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}

.song_info {
    position: absolute;
    left: 40px;
    top: 49px;
    max-width: 55%;
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.11);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	max-width: 55%;
	font-size:16px;
}

.mejs-unmute {
	display: none;
}



/************* Social Medya **************/


.kradio-header-social-media {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    right: auto;
    top: auto;
    margin-left: auto;
    -ms-flex-align: center;
    align-items: center;
}

.kradio-header-social-media > .kradio-social {
    background: #eaeaea;
    padding: 15px 25px;
    border-radius: 32px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-right: -15px;
    position: relative;
    z-index: 0;
    box-shadow: 0px 0px 0px 6px rgba(220, 220, 220, 0.24);
}



.kradio-header-social-media > .kradio-social ul {
	margin:0;
	padding:0;
}

#mejs {
	display: none;
}


.kradio-header-social-media > .kradio-social ul li.istek-gonder {
	width: auto;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0px 10px;
    justify-content: center;
    flex-direction: row;
	font-weight:700;
	box-shadow: inset -2px -2px rgba(0, 0, 0, 0.2);
}


.kradio-header-social-media > .kradio-social ul li.istek-gonder:hover{
	padding-bottom:unset;
	cursor:pointer;
}

.kradio-header-social-media > .kradio-social ul li.istek-gonder i {
	padding-right:5px;
}

.kradio-header-social-media > .kradio-social ul li {
	float: left;
    list-style: none;
    width: 34px;
    background: #444;
    margin-right: 10px;
    text-align: center;
    border-radius: 100%;
    height: 34px;
	z-index: 3;
}
.kradio-header-social-media > .kradio-social ul li a {
	line-height: 35px;
	height: 34px;
	width: 35px;
	text-align: center;
	color:#fff;
}

.kradio-header-social-media > .kradio-social ul li a span {
    line-height: 35px;
    height: 34px;
    width: 35px;
}


.kradio-header-social-media > .kradio-social ul li:hover {
	opacity: 0.8;
	padding-bottom: 5px;
}


.kradio-header-social-media > .kradio-social ul li.facebook {
    background-color: #3b5999
}

.kradio-header-social-media > .kradio-social ul li.twitter {
    background-color: #00aced
}

.kradio-header-social-media > .kradio-social ul li.gplus {
    background-color: #f44
}

.kradio-header-social-media > .kradio-social ul li.rss {
    background-color: #f80
}

.kradio-header-social-media > .kradio-social ul li.pinterest {
    background-color: #cc2127
}

.kradio-header-social-media > .kradio-social ul li.linkedin {
    background-color: #017eb4
}

.kradio-header-social-media > .kradio-social ul li.instagram {
    background-color: #854e3a
}

.kradio-header-social-media > .kradio-social ul li.youtube {
    background-color: #cc181e
}




/* PLAY BUTTON ICON FONT */

@font-face {
	font-family: 'icomoon';
	src:  url('fonts/icomoon.eot');
	src:  url('fonts/icomoon.eot') format('embedded-opentype'),
	  url('fonts/icomoon.ttf') format('truetype'),
	  url('fonts/icomoon.woff') format('woff'),
	  url('fonts/icomoon.svg?') format('svg');
	font-weight: normal;
	font-style: normal;
  }
  
  [class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
  
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  
  .icon-if_control-play_1288804:before {
	content: "\e900";
  }

  /************* PLAY BUTTON ICON FONT **********/






/* k-widget-4 */

.k-widget-4 {

}

.k-widget-4 ul {
	margin:0;
	padding:0;
	margin: 0 0 -30px 0;
}

.k-widget-4 ul li {
    padding: 15px;
    overflow: hidden;
    position: relative;
	list-style:none;
	background-color:#fff;
	margin-bottom:24px;
    box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.04);
	border-radius: 5px;
}

.k-widget-4 ul li:last-child {

	margin-bottom:40px;

}


.k-widget-4 ul li > .post-thumbnail {
	float: left;
    margin-right: 4%;
    position: relative;
    width: 42%;
	overflow:hidden;
	border-radius:5px;
}

.k-widget-4 ul li > .post-thumbnail a img {
	width:100%;
	object-fit: cover;
    height: 210px;
	border-radius:5px;
}

.k-widget-4 ul li > .k-widget-4-post-details {
	display: inline-block;
    width: 54%;
	position:relative;
}

.k-widget-4 ul li > .k-widget-4-post-details > a{
color:#000;
text-decoration:none;
}

.k-widget-4 ul li > .k-widget-4-post-details > a:hover{
color:#ccc;
}

.k-widget-4 ul li > .k-widget-4-post-details > a h3{
font-size:calc(0.65em + 1vmin);
/*text-transform:uppercase;*/
margin:0px;
padding:0px 0px 15px 0px;
line-height:1.5;
}


.k-widget-4 ul li > .post-thumbnail > .article-category{
	position:absolute;
	right:-10px;
	top:40px;

}


.k-widget-4 ul li > .post-thumbnail > .article-category a {
	text-decoration:none;
	padding:4px 8px;
	background-color:#f44336;
	font-size:12px;
	position:relative;
	text-transform:uppercase;
	font-weight:700;
	color:#fff;
}


.k-widget-4 ul li > .post-thumbnail > .article-category a:before {
	position: absolute;
    right: 0px;
    top: -10px;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 10px solid rgba(0, 0, 0, 0.85);
    border-right: 10px solid transparent;
}



.k-widget-4 ul li > .post-thumbnail >  .article-post-format {
	position: absolute;
    left: 0px;
    bottom: 0px;
    font-size: 22px;
    padding: 12px 12px;
    color: #fff;
    opacity: 0.8;
    text-align: center;
}


.k-widget-4 ul li > .k-widget-4-post-details > .posts-information{
    margin-top: 20px;
    overflow: hidden;
    padding: 9px 7px 9px 0px;
	/*background: linear-gradient(100deg,rgba(211, 211, 211, 0), rgb(243, 243, 243) );*/
	border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.k-widget-4 ul li > .k-widget-4-post-details > .posts-information ul li{
	padding:4px 8px;
	float:left;
	margin:0px 4px;
	font-size:14px;
	line-height:1.5;
}

.k-widget-4 ul li > .k-widget-4-post-details > .posts-information ul li:first-child {
	margin-left: 0px;
}

.k-widget-4 ul li > .k-widget-4-post-details > .posts-information ul li a{
	text-decoration:none;
	color:#444;
}

.k-widget-4 ul li > .k-widget-4-post-details > .posts-information ul li:last-child{
	float:right;
	background:#000;
	color:#fff;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;	

}

.k-widget-4 ul li > .k-widget-4-post-details > .posts-information ul li:last-child:hover{
	transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;	
	opacity:0.6;
}

.k-widget-4 ul li > .k-widget-4-post-details > .posts-information ul li:last-child a{
	text-decoration:none;
	text-transform:uppercase;
	font-weight:700;
	color:#fff;
}

.k-widget-4 ul li > .k-widget-4-post-details > .post-excerpt {
	line-height:1.5;
	padding:0px;
	margin:0px;
	color:#ababab;
	font-size:14px;
}


.kcategory {

}

.kcategory > header h1 {
	margin-top:0px;
}


.kcategory > article {
	background:red;

}


.kcategory > article {
	line-height: 0;
    background: linear-gradient(360deg,rgba(211, 211, 211, 0), rgb(243, 243, 243) );
    padding: 15px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    list-style: none;
   /* background-color: #fff;*/
    margin-bottom: 24px;
}
/*
.kcategory > article:after{
	position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 20px solid #dadada;
    border-left: 20px solid transparent;
}

.kcategory > article:before{
	position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 20px solid #dadada;
    border-right: 20px solid transparent;
}
*/

.kcategory > article > .post-thumbnail {
	float: left;
    margin-right: 4%;
    position: relative;
    width: 42%;
	overflow:hidden;
	border-radius:5px;
}

.kcategory > article > .post-thumbnail a img {
	width:100%;
	object-fit: cover;
   /* height: 210px;*/
   height:auto;
	border-radius:5px;
}

.kcategory > article > .k-widget-4-post-details {
	display: inline-block;
    width: 54%;
	position:relative;
}

.kcategory > article > .k-widget-4-post-details > a{
color:#000;
text-decoration:none;
}

.kcategory > article > .k-widget-4-post-details > a:hover{
color:#5f5f5f;
}

.kcategory > article > .k-widget-4-post-details > a h3{
font-size: calc(0.70em + 1.5vmin);
/*text-transform:uppercase;*/
margin:0px;
padding:0px 0px 15px 0px;
line-height:1.5;
}


.kcategory > article > .post-thumbnail > .article-category{
	position:absolute;
	right:-10px;
	top:40px;

}


.kcategory > article > .post-thumbnail > .article-category a {
	text-decoration:none;
	padding:4px 8px;
	background-color:#f44336;
	font-size:12px;
	position:relative;
	text-transform:uppercase;
	font-weight:700;
	color:#fff;
}


.kcategory > article > .post-thumbnail > .article-category a:before {
	position: absolute;
    right: 0px;
    top: -10px;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 10px solid rgba(0, 0, 0, 0.85);
    border-right: 10px solid transparent;
}



.kcategory > article > .post-thumbnail >  .article-post-format {
	position: absolute;
    left: 0px;
    bottom: 0px;
    font-size: 22px;
    padding: 12px 12px;
    color: #fff;
    opacity: 0.8;
    text-align: center;
}


.kcategory > article > .k-widget-4-post-details > .posts-information{
    margin-top: 20px;
    overflow: hidden;
    padding: 9px 7px 9px 0px;
	/*background: linear-gradient(100deg,rgba(211, 211, 211, 0), rgb(243, 243, 243) );*/
	border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.kcategory > article > .k-widget-4-post-details > .posts-information ul li{
	padding:4px 8px;
	float:left;
	margin:0px 4px;
	font-size:14px;
	line-height:1.5;
}

.kcategory > article > .k-widget-4-post-details > .posts-information ul li:first-child {
	margin-left: 0px;
}

.kcategory > article > .k-widget-4-post-details > .posts-information ul li a{
	text-decoration:none;
	color:#444;
}

.kcategory > article > .k-widget-4-post-details > .posts-information ul li:last-child{
	float:right;
	background:#000;
	color:#fff;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;	

}

.kcategory > article > .k-widget-4-post-details > .posts-information ul li:last-child:hover{
	transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;	
	opacity:0.6;
}

.kcategory > article > .k-widget-4-post-details > .posts-information ul li:last-child a{
	text-decoration:none;
	text-transform:uppercase;
	font-weight:700;
	color:#fff;
}

.kcategory > article > .k-widget-4-post-details > .post-excerpt {
	line-height:1.5;
	padding:0px;
	margin:0px;
	color:#ababab;
	padding: 0px 0px 10px 0px;
	font-size:14px;
}






.kradio-top10 {
	display: block;
}

.kradio-top10 ul {
	margin:0;
	padding:0;
	list-style: none;
}

.kradio-top10 ul > li {
	background: linear-gradient(100deg, rgb(243, 243, 243), rgba(211, 211, 211, 0) );
	overflow: hidden;
	margin-bottom: 5px;
	padding: 8px 0px 8px 8px;
	border-radius: 5px;
}

.kradio-top10 ul > li a {
	text-decoration: none;
	overflow: hidden;
}

.kradio-top10 ul li .top10-sira {
    padding: 0px;
    background: linear-gradient(135deg, #2196F3 0%, #00BCD4 100%);
    color: #fff;
    width: 45px;
    border-radius: 5px;
    font-size: 30px;
    text-align: center;
    float: left;
    line-height: 50px;
    display: inline-block;
}

.kradio-top10 ul li:hover {
	background: linear-gradient(100deg, rgba(211, 211, 211, 0), rgb(243, 243, 243) );
}

.kradio-top10 ul li .top10-adi {
	display: inline-block;
	width: 60%;
    font-size: 14px;
    color: #000;
	padding: 0px 15px;
}

.kradio-top10 ul li .top10-image {
	width:55px;
	height:45px;
	object-fit: cover;
	display:inline-block;
	float: right;
}

.kradio-top10 ul li .top10-image img {
	object-fit: cover;
	width:55px;
	height:45px;
	border-radius: 5px;
}

  



/***** WHATSAPP *****/

.kradio-whatsapp-container {
	padding:20px 0px;
}


.kradio-whatsapp-container > span {
	font-size: 32px;
    color: #41ac7f;
    padding: 5px 20px;
    box-shadow: 0px 0px 0px 6px rgba(220, 220, 220, 0.24);
    border-radius: 20px;
    background: rgb(255, 255, 255);
	vertical-align: text-bottom;
	font-weight: 700;
}

.kradio-whatsapp-container > span.mobile-sms {
	margin-left:20px;
}


.kradio-whatsapp-container > .whatsapp-numarasi {
	font-size: 50px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
	text-shadow: 1px 2px 1px rgba(90, 90, 90, 0.38);
	margin-left:30px;
	padding-left: 20px;
	padding-right: 4px;
	position:relative;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    position: relative;
}










/* k-widget-11 */


.k-widget-11-title {
	position:relative;
}

.k-widget-11 > ul {
	margin:0px;
	padding:0px;	
}

.k-widget-11 > ul li{
	list-style:none;
	border-bottom:0 !important;
    padding: 0 !important;
} 


.k-widget-11 > ul li > .item {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 15px 0px;
	border-bottom:1px solid #ededed;
}

.k-widget-11 > ul li:nth-child(1) > .item a .post-thumbnail{
border-left: 5px solid #5a00ff;
}

.k-widget-11 > ul li:nth-child(2) > .item a .post-thumbnail{
border-left: 5px solid #d70000;
}

.k-widget-11 > ul li:nth-child(3) > .item a .post-thumbnail{
border-left: 5px solid #00ff36;
}

.k-widget-11 > ul li:nth-child(4) > .item a .post-thumbnail{
border-left: 5px solid #ffba00;
}

.k-widget-11 > ul li:nth-child(5) > .item a .post-thumbnail{
border-left: 5px solid #00c7f2;
}

.k-widget-11 > ul li > .item a .post-thumbnail{
border-left: 5px solid #444;
}

.k-widget-11 > ul li > .item a:hover > h3 {
color:grey;

}

.k-widget-11 > ul li > .item a .post-thumbnail{
	position: relative;
    text-align: center;
    width: 85px;
	height:55px;
    background: #CCC;
	float: left;
    margin-right: 4%;
    overflow: unset;
} 

.k-widget-11 > ul li > .item a .post-thumbnail img{
	display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
} 

.k-widget-11 > ul li > .item a {
	color:#444;
}

.k-widget-11 > ul li > .item a > h3 {
    font-size: 14px;
    margin: -5px 0px 0px 0px;
    display: inline-block;
    width: 52%;
    position: relative;
	font-weight:500;
	color: #454545;
}

.k-widget-11 > ul li > .item > .posts-information {
	position: relative;
    padding: 7px 0px;
	font-weight: 500;
	color:#acacac;
	display: table-cell;
}

.k-widget-11 > ul li > .item > .posts-information > ul {
	margin:0;
	padding:0;
}

.k-widget-11 > ul li > .item > .posts-information > ul li {
    float: left;
    font-size: 11px;
    margin-right: 15px;
    font-style: italic;
    font-weight: 400;

}

.k-widget-11 > ul li:nth-child(odd) > .item{

}

.k-widget-11 > ul li > .item > .posts-information > ul li {
	background-image:none;
	
}

.k-widget-11 > ul li:nth-child(odd){


}

.k-widget-11 > ul li > .item > .posts-information > ul li a{
color:#acacac;
text-decoration:none;
}

.k-widget-11 > ul li:first-child > .item > .posts-information > ul li a {
	color:#444;
}


.widget-area > .posts-list-11 ul li {
border:none !important;
padding:0 !important;
}

.footer-last-details > .footer-widget-inner > .k-widget-11 ul li {
	padding:0;
	border:none;
}


.footer-last-details > .footer-widget-inner > .k-widget-11 > ul li > .item {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-last-details > .footer-widget-inner > .k-widget-11 > ul li > .item a > h3 {
	color:#fff;
}

.footer-last-details > .footer-widget-inner > .k-widget-11  .k-category-link {
    padding: 4px 10px;
    background-color: #f3f3f3;
    text-align: center;
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: -5px;
    color: #a6a6a6;
    text-decoration: none;
}

.k-widget-title-container {
	position:relative;
}

.footer-last-details > .footer-widget-inner .k-category-link{
	background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: -5px;
    color: rgba(255, 255, 255, 0.66);
    text-decoration: none;
	padding:5px 7px ;
}

.footer-last-details > .footer-widget-inner .k-category-link:hover {
    background-color: #444;
    color: #ededed;
}










/* k-widget-side-programlar */


.k-widget-side-programlar-title {
	position:relative;
}

.k-widget-side-programlar > ul {
	margin:0px;
	padding:0px;	
}

.k-widget-side-programlar > ul li{
	list-style:none;
	border-bottom:0 !important;
    padding: 0 !important;
	background: linear-gradient(180deg, rgba(87, 88, 88, 0.07058823529411765), rgba(33, 33, 33, 0) );
	/*padding-left:10px !important;*/
	border-top-left-radius: 58px;
	border-bottom-left-radius: 58px;
	border-top-right-radius: 10px;
} 


.posts-side-programlar > .k-widget-side-programlar > ul li > .item {
    position: relative;
    display: flex;
    overflow: hidden;
    padding: 10px 0px;
}

.k-widget-side-programlar > ul li:nth-child(1) > .item a .post-thumbnail{
border-left: 5px solid #5a00ff;
}

.k-widget-side-programlar > ul li:nth-child(2) > .item a .post-thumbnail{
border-left: 5px solid #d70000;
}

.k-widget-side-programlar > ul li:nth-child(3) > .item a .post-thumbnail{
border-left: 5px solid #00ff36;
}

.k-widget-side-programlar > ul li:nth-child(4) > .item a .post-thumbnail{
border-left: 5px solid #ffba00;
}

.k-widget-side-programlar > ul li:nth-child(5) > .item a .post-thumbnail{
border-left: 5px solid #00c7f2;
}

.k-widget-side-programlar > ul li:nth-child(6) > .item a .post-thumbnail{
border-left: 5px solid #f31da0;
}

.k-widget-side-programlar > ul li:nth-child(7) > .item a .post-thumbnail{
border-left: 5px solid #009688;
}

.k-widget-side-programlar > ul li > .item a .post-thumbnail{
border-left: 5px solid #444;
}

.k-widget-side-programlar > ul li > .item a:hover > h3 {
color:grey;
}

.k-widget-side-programlar > ul li > .item a .post-thumbnail{
	position: relative;
    text-align: center;
    width: 60px;
    height: 54px;
    border-radius: 100%;
    background: #CCC;
	float: left;
    margin-right: 1%;
    overflow: unset;
} 

.k-widget-side-programlar > ul li > .item a .post-thumbnail img{
	display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 100%;
} 

.k-widget-side-programlar > ul li > .item a {
	color:#444;
	display: flex;
	align-items:center;
	padding:0 !important;
}

.k-widget-side-programlar > ul li > .item a > h3 {
    font-size: 14px;
    margin: 0px 0px;
    display: inline-block;
    width: 52%;
	padding-left:20px;
    position: relative;
	font-weight:700;
	text-transform:uppercase;
	color: #454545;
	letter-spacing: 1px;
	flex-grow: 1;
}

.k-widget-side-programlar > ul li > .item > .posts-information {
	position: relative;
    padding: 7px 0px;
	font-weight: 500;
	color:#acacac;
	display: table-cell;
}

.k-widget-side-programlar > ul li > .item > .posts-information > ul {
	margin:0;
	padding:0;
}

.k-widget-side-programlar > ul li > .item > .posts-information > ul li {
    float: left;
    font-size: 11px;
    margin-right: 15px;
    font-style: italic;
    font-weight: 400;

}

.k-widget-side-programlar > ul li:nth-child(odd) > .item{

}

.k-widget-side-programlar > ul li > .item > .posts-information > ul li {
	background-image:none;
	
}

.k-widget-side-programlar > ul li:nth-child(odd){


}

.k-widget-side-programlar > ul li > .item > .posts-information > ul li a{
color:#acacac;
text-decoration:none;
}

.k-widget-side-programlar > ul li:first-child > .item > .posts-information > ul li a {
	color:#444;
}














/**** YAYIN AKISI ****/

#yayinTab {
	margin: 0;
    flex-direction: row;
    padding: 0;
    display: flex;
    justify-content: space-around;
    list-style: none;
    padding: 20px 0px 10px 0px;
	margin-bottom: 30px;
}

#yayinTab > li {
	border-bottom: 5px solid #e6e6e6;
    padding: 10px;
    background: #fff;
    width: 100%;
    margin: 0 4px;
    background: #4a4a4a;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 4px 3px 10px -5px rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 10px;
}

#yayinTab > li.aktif {
	border-bottom: 5px solid #FFC107;
    background: linear-gradient(135deg, #f72483 0%, #FF5722 100%);
    color: #fff;
}

.kradio-yayinakisi-container {
	position: relative;
}


.yayinContent > ul{
	margin:0;
	padding:0;
	list-style: none;
}

.yayinContent > ul > li {
    padding: 7px;
    display: flex;
    margin-bottom: 5px;
    line-height: 0.7;
    justify-content: space-between;
    background: linear-gradient(100deg, #f5f5f5, #ffffff00 );
    flex-wrap: wrap;
    border-radius: 6px;
    box-shadow: inset 7px 8px 13px -10px rgba(0, 0, 0, 0.07058823529411765);
    align-items: center;
}

.yayinContent > ul > li:hover {
    background: linear-gradient(100deg, #efefef, #ffffff00 );
}


.yayinContent > ul > li img {
width:48px;
height: 48px;
object-fit: cover;
border-radius: 6px;
}

.yayinContent > ul > li div {
	flex-grow: 0;
}

.yayinContent > ul > li .programAdi {
	text-align: left;
    flex-basis: auto;
    color: #000;
	flex-grow: 1;
    font-size: 19px;
    font-weight: 700;
}

.yayinContent > ul > li .programAdi > a {
	color: #000;
	text-decoration:none;
}

.yayinContent > ul > li .programAdi > a:hover {
	color: red;
}

.yayinContent > ul > li .saatler {
    text-align: right;
    flex-basis: 20%;
    font-size: 26px;
    color: #464646;
}
.yayinContent > ul > li .yayin-foto {
	text-align: left;
	flex-basis: auto;
	flex-grow: 0;
	padding-right:20px;
}

.yayinContent.y-content-active {
	opacity: 1;
	visibility: visible;
	height: auto;
	-webkit-transition: all 0.7s ease-in-out 0s;
	-moz-transition: all 0.7s ease-in-out 0s;
	-ms-transition: all 0.7s ease-in-out 0s;
	transition: all 0.7s ease-in-out 0s;
	padding-top:5px;
}

.yayinContent{
	visibility: hidden;
	opacity: 0;
	height: 0px;
	padding-top: 0;
	overflow: hidden;
}


.site-footer {
	border-top: 5px solid #FFC107;
	padding:10px 0;
	color:#a0a0a0;
	position:relative;
	margin-top: 80px;
	height:120px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
	/*background: linear-gradient(180deg, #ffffff00, rgb(204, 204, 204) );*/
	background: linear-gradient(180deg, #3F51B5, #673AB7  );
	/*background: linear-gradient(180deg, #673AB7, #2196F3 );*/
}

.site-info {
	position:relative;
	height: 105px;
    margin-bottom: 30px;
}


.site-info-detail {
    position: absolute;
    top: -38px;
    border-radius: 5px;
    height: 50px;
    background: linear-gradient(180deg, #575858, #212121 );
    width: 100%;
	box-shadow: 0px 0px 0px 6px rgba(220, 220, 220, 0.24);
}

.site-info-text {
	position: relative;
    top: 0px;
    z-index: 1;
    padding-left: 0px;
    display: flex;
    align-content: center;
    align-items: center;
    color: #fff;
    padding: 0px 20px;
    height: 100%;
    font-size: 14px;
}

.site-info-text  a {
	color: #fff !important;
}	


.footer-container {
	background: #140f2f;
    background-image: url(img/subtle_dots.png);
	padding:20px 0px;
}




.display-flex-wrap {
	display: flex;
    flex-wrap: wrap;
}

.footer-widget-inner:first-child {
	padding-left:0px;
}

.footer-widget-inner:last-child {
	padding-right:0px;
}

.footer-widget-inner {
	width: 33.3333333333333333333%;
    flex-grow: 1;
    flex-basis: 33.3333333333333333333%;
	float: left;
    padding: 0 30px;
}

.footer-last-details > .footer-widget-inner p {
	color: rgba(255, 255, 255, 0.40);
}


.footer-last-details > .footer-widget-inner ul {
	margin:0;
	padding:0;
}

.footer-last-details > .footer-widget-inner ul li {
	list-style:none;
	padding:7px 0px;
	border-bottom:1px solid rgba(255, 255, 255, 0.10);
}

.footer-last-details > .footer-widget-inner ul li a{
	color: rgba(255, 255, 255, 0.40);
	text-decoration:none;

}

.footer-last-details > .footer-widget-inner ul li a:hover {
	color:#fff;
}


.footer-last-details .widget-title {
    text-transform: uppercase;
    padding-bottom: 4px;
    font-style: normal;
    color: #7b7b7b;
    position: relative;
    font-size: 18px;
	margin-top:10px;
	margin-bottom: 18px;
	font-weight: 700;
	padding: 0px 0px 5px 0px !important;
}

.footer-last-details  .widget-title {
    border-bottom: 4px solid rgba(255, 255, 255, 0.18);
}

.footer-last-details .widget-title:before {
	content: '';
    position: absolute;
    bottom: -4px;
    right: 0;
    height: 4px;
    width: 10%;
    border-bottom: 4px solid rgba(255, 255, 255, 0.7);
}





.kradio-footer-menu {
	padding-top:40px;
	float:left;
}

.footer-nav-sidebar {
	margin:0;
	padding:0;
	list-style:none;
	padding-left:20px;
	padding-right:20px;
}

.footer-nav-sidebar > li {
	float: left;
    padding-right: 15px;
    border-right-width: 1px;
    border-right-style: dashed;
	border-right-color: rgba(255, 255, 255, 0.32);
    margin-right: 15px;
}

.footer-nav-sidebar li a {
    color: #ffffff;
    line-height: 34px;
	text-decoration:none;
	font-size:14px;
}

.footer-nav-sidebar > li:last-child {
border-right-width: 0px;
}

.site-info > .kradio-social{
	float: right;
	padding-top: 40px;
}

.site-info > .kradio-social ul li {
	float: left;
    list-style: none;
    width: 34px;
    background: #444;
    margin-right: 20px;
    text-align: center;
    border-radius: 100%;
    height: 34px;
	z-index: 3;
	box-shadow: 0px 0px 0px 5px rgba(220, 220, 220, 0.24);
}
.site-info > .kradio-social ul li a {
	line-height: 35px;
	height: 34px;
	width: 35px;
	text-align: center;
	color:#fff;
}

.site-info > .kradio-social ul li a span {
    line-height: 35px;
    height: 34px;
    width: 35px;
}


.site-info > .kradio-social ul li:hover {
	opacity: 0.8;
	padding-bottom: 5px;
}


.site-info > .kradio-social ul li.facebook {
    background-color: #3b5999
}

.site-info > .kradio-social ul li.twitter {
    background-color: #00aced
}

.site-info > .kradio-social ul li.gplus {
    background-color: #f44
}

.site-info > .kradio-social ul li.rss {
    background-color: #f80
}

.site-info > .kradio-social ul li.pinterest {
    background-color: #cc2127
}

.site-info > .kradio-social ul li.linkedin {
    background-color: #017eb4
}

.site-info > .kradio-social ul li.instagram {
    background-color: #854e3a
}

.site-info > .kradio-social ul li.youtube {
    background-color: #cc181e
}



#toTop {
    background-color: #4c4c4c;
    color: #fff;
}

#toTop {
    position: fixed;
    bottom: 85px;
    right: 18px;
    padding-right: 12px;
    cursor: pointer;
    border-radius: 100%;
    padding: 10px 15px;
    display: none;
}




/* SINGLE POST */



.content-left-right-container {
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.content-left {
    width: calc(70% - ( 0 * 50px ) );
    border-right: 1px solid #ededed;
    padding: 25px 25px 0px 0px;
}

.content-right {
	width: calc(30% - ( 0 * 50px ) );
	padding: 25px 0px 0px 25px;

}

.entry-title {
	font-size: 2em;
    margin: 0 0 0.50em 0;
}



/* Single Content */

.entry-title {
	margin-top: 10px;
	font-weight: 700;
    font-size: 36px;
}

.post-author {
    position: relative;
}

.post-author > .post-author-image > img {
	border-radius: 50%;
}

.post-author > .post-author-image {
	margin-right:10px;
	float:left;
	margin-top:3px;
}

.post-author > .author-name  a {
	color:#000;
	text-decoration:none;
}

.post-author > .author-name > a:hover {
	text-decoration:underline;
}

.post-author > .author-name {
    line-height: 52px;
    text-transform: uppercase;
	position:relative;
	width: 60%;
	display:inline-block;
}

.post-author > .author-name:after {
	content: "";
    position: relative;
    display: inline-block;
    height: 4px;
    width: 50%;
    margin: 4px;
    background: #e9e9e9;
}

.post-author > .author-details {
    padding: 0px 15px;
	width: 50px;
    float: right;
    height: 50px;
    color: #808080;
    background: #f3f3f3;
    font-size: 23px;
    line-height: 51px;
    margin-top: 0px;
    cursor: pointer;
    position: relative;
}

.post-author > .author-details:after{
	position: absolute;
    left: -20px;
    bottom: 0px;
    content: '';
    width: 0;
    height: 0;
	border-bottom: 10px solid #f3f3f3;
    border-left: 20px solid transparent;
}

.post-author > .author-details.adchanged{
	background: #dddbdb;
}

.post-author > .author-details.adchanged:after{
	border-bottom: 10px solid #dddbdb;
}

.author-post-share-active {
	visibility:visible !important;
	top:60px!important;
	opacity:1 !important;
}

.post-author > .post-details-share {
	position:absolute;
	width:100%;
	padding: 20px 15px;
    background: linear-gradient(100deg,#6e6e6e, #000000);
    color: #fff;
	visibility:hidden;
	opacity:0;
	top:0px;
	z-index: 1;
}

.entry-header > .post-excerpt {
	font-weight: 400;
    color: #484848;
	padding-top:0px;
	margin-top: -5px;
}

.entry-header > .post-excerpt > p{
	margin-top:0px;
	margin-bottom:25px;
	padding-top:0px;
	font-size: 0.9em;
}


.no-uppercase {
	text-transform:none;
}


.post-author > .post-date {
    display: inline-block;
    float: left;
    font-style: italic;
    padding-bottom: 10px;
    color: #777777;
}

.post-author > .post-details-share {
	display: flex;
}

.post-author >  .post-share-left {
    width: 50%;
    align-items: center;
    text-transform: uppercase;
    display: inline-flex;
    letter-spacing: 10px;
    justify-content: center;
}

.post-author >  .post-share-right {
	width:100%;
	display: inline-flex;
}



.post-author >  .post-share-right > .post-share-buttons{
	display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
}

.post-author >  .post-share-right > .post-share-buttons > li{
    display: flex;
    flex-grow: 1;
    height: 50px;
    border-radius: 5px;
    margin: 0px 5px 10px 0px;
    justify-content: center;
    align-items: center;
}

.post-author >  .post-share-right > .post-share-buttons > li:first-child {
	margin-left:0;
}
.post-author >  .post-share-right > .post-share-buttons > li:last-child {
	margin-right:0;
}

.post-author >  .post-share-right > .post-share-buttons > li > a{
    display: flex;
    flex-grow: 1;
    height: 40px;
    border-radius: 5px;
    color:#fff;
	text-decoration:none;
    margin: 0px 2px;
    justify-content: center;
    align-items: center;
	position:relative;
}

.post-author >  .post-share-right > .post-share-buttons > li > a:hover{
opacity:0.7;	
}

.post-author >  .post-share-right > .post-share-buttons > li > a.facebook{
background: #3b5999;
}

.post-author >  .post-share-right > .post-share-buttons > li > a.twitter{
background: #00aced;
}

.post-author >  .post-share-right > .post-share-buttons > li > a.youtube{
background: #f44336;
}

.post-author >  .post-share-right > .post-share-buttons > li > a.pinterest{
background: #cc2127;
}

.post-author >  .post-share-right > .post-share-buttons > li > a.instagram{
background: #854e3a;
}


.post-author >  .post-share-right > .post-share-buttons > li > a.whatsapp{
background: #25d366;
}

/*
.post-author >  .post-share-right > .post-share-buttons > li > a:after {
    position: absolute;
    left: -8px;
    bottom: 0px;
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
}

.post-author >  .post-share-right > .post-share-buttons > li > a:before {
    position: absolute;
    right: -8px;
    bottom: 0px;
    content: '';
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
}
*/

.post-author >  .post-share-right > .post-share-buttons > li > a.facebook:after {
    border-bottom: 10px solid #3b5999;
}
.post-author >  .post-share-right > .post-share-buttons > li > a.twitter:after {
    border-bottom: 10px solid #00aced;
}
.post-author >  .post-share-right > .post-share-buttons > li > a.googleplus:after {
    border-bottom: 10px solid #f44336;
}
.post-author >  .post-share-right > .post-share-buttons > li > a.pinterest:after {
    border-bottom: 10px solid #cc2127;
}
.post-author >  .post-share-right > .post-share-buttons > li > a.whatsapp:after {
    border-bottom: 10px solid #25d366;
}


.post-author >  .post-share-right > .post-share-buttons > li > a.facebook:before {
    border-bottom: 10px solid #3b5999;
}
.post-author >  .post-share-right > .post-share-buttons > li > a.twitter:before {
    border-bottom: 10px solid #00aced;
}
.post-author >  .post-share-right > .post-share-buttons > li > a.googleplus:before {
    border-bottom: 10px solid #f44336;
}
.post-author >  .post-share-right > .post-share-buttons > li > a.pinterest:before {
    border-bottom: 10px solid #cc2127;
}
.post-author >  .post-share-right > .post-share-buttons > li > a.whatsapp:before {
    border-bottom: 10px solid #25d366;
}


.post-image {
	margin: 0;
    padding: 0;
    line-height: 14px;
}

.post-image > img {
	border-radius:5px;
}

.post-detail-imformations {
	border-bottom: 1px solid #ebebeb;
	line-height: 14px;
	/*margin-top: 10px;*/
}

.post-detail-imformations > ul {
	margin:0;
	padding:0;
}

.post-detail-imformations > ul > li {
    padding: 15px 15px;
    color: #8c8c8c;
	font-size:14px;
    position: relative;
    overflow: hidden;
    margin-left: -4px;
    display: inline-block;
}

.post-detail-imformations > ul > li.printPost{
	/*    background-color: #eeeeee; */
}


.post-detail-imformations > ul > li.post-read-time{
	color: #969696;
}

.post-detail-imformations > ul > li > a {
	color:#8c8c8c;
	text-decoration:none;
}

.post-detail-imformations > ul > li > a#goComments {
	color:#E91E63;
}

.post-detail-imformations > ul > li.post-views{
	color: #009688;
}

.post-detail-imformations > ul > li > a#printPost{
	color: #0e7fb2;
}

.post-detail-imformations .fr {
	float:right;
}




/* Post share button sticky */

.post-share-sticky {
position: absolute !important;
   margin-left: -80px;
    margin-top: 5px;
    height: 100%;
    opacity: 0;
    transition: opacity .2s ease-in;
}

.post-share-sticky ul {
	margin:0px;
	padding:0px;
}

.post-share-sticky ul li{
    margin-bottom: 12px;
    display: block;
    width: 42px;
    height: 42px;
    --shadow-color: rgba(var(--service-color-rgb,0,0,0),.18);
    box-shadow: -1px -1px 2px 0px rgba(0,0,0,.05),1px 3px 5px -1px var(--shadow-color);
    border-radius: 50%;
    color: #000;
    line-height: 42px;
    text-align: center;
	
}

.post-share-sticky ul li > a:hover{
opacity:0.7;	
}


.post-share-sticky ul li > a.facebook{
color: #3b5999;
}

.post-share-sticky ul li > a.twitter{
color: #00aced;
}

.post-share-sticky ul li > a.googleplus{
color: #f44336;
}

.post-share-sticky ul li > a.pinterest{
color: #cc2127;
}

.post-share-sticky ul li > a.whatsapp{
color: #25d366;
}



img.alignleft, .alignleft img   { width: inherit !important;}
img.alignright, .alignright img { width: inherit !important;}
.alignleft                 { float: left; margin: 20px 30px 10px 0px; }
.alignright                { float: right; margin: 20px 0px 10px 30px; }
.aligncenter               { display: block; margin: 10px auto 0 auto;}
.wp-caption img[class*="wp-image-"] { display: block; margin: 0; }
.wp-caption-text { font-size: 12px !important; margin-top: -7px; padding: 0 10px 0 10px; text-align: center; }
.wp-caption-text a { background: none !important;}
a.wp-img-bg-off    { background: none !important;}


.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin-top: 0px;
	margin-bottom:5px;
}

.entry-content p {
    line-height: 1.8;
	margin: 0px;
	padding: 10px 0px;
	margin-bottom: 1em;
}

.entry-content img, .wp-caption {
    max-width: 100%;
    border-radius: 3px;
}


.entry-content {
	border-bottom: 1px dashed #ededed;
    margin-bottom: 25px;
    padding-bottom: 20px;
}

/* -- Entry Lists -- */
.entry-content  li          { padding:3px 0 10px 5px;}
.entry-content ul          { margin: 15px 15px; list-style-type: square; padding:0px 20px;} 
.entry-content ul li ul    { margin-bottom: -10px; margin-top: 10px;}
.entry-content ul li ul li { padding:0px 0 10px 5px !important;}
.entry-content ol li ol    { margin-bottom: -10px; margin-top: 10px;}
.entry-content ol li ol li {  padding:0px 0 10px 5px !important;}
.entry-content ol          { margin: 15px 0px; list-style-type: decimal;}




.entry-footer > .tags-links  {
	margin:20px 0px;
}

.entry-footer > .tags-links > a {

    display: inline-block;
    font-size: 12px !important;
    margin: 0 5px 10px 0;
    padding: 8px 0px 8px 10px;
    position: relative !important;
    line-height: 1;
    border: 0;
    border-radius: 5px;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    font-weight: bold;
    background: #f3f3f3;
    padding: 10px 10px 10px 20px;
    color: #666d70;

}

.entry-footer > .tags-links > a:before {
    position: absolute;
    content: "#";
    left: 8px;
    padding-left: 2px;
}



/* -- blockquote -- */
blockquote {
    margin: 1.5em 0;
    padding: 30px;
    border-radius: 3px;
}
blockquote:before {
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
blockquote p {
    line-height: 30px;
    display: inline;
    font-weight: 400;
}
blockquote	{ background: #f8f8f8; border-left: 10px solid #c7f1f0; }
blockquote p	{ color: #777;}


/* -- Entry content style -- */
.entry-content p a { color: #d92626;}
.entry-content p a:hover  { color: #000; }
.entry-content .wp-block-gallery {
	padding:0px !important;
	margin:0px !important;
}









/* Prev Next Post */


.prev-next-post {
    display: block;
    overflow: hidden;
	padding: 15px 0px 10px 0px;
	margin-bottom: 50px;
}

.prev-section {
    width: 50%;
    float: left;
    position: relative;
}

.next-section {
    width: 50%;
    float: left;
    position: relative;
}

.prev-section > .prev {
    margin-right: 10px;
    margin-top: 12px;
    position: relative;
}

.next-section > .next {
    margin-left: 10px;
    margin-top: 12px;
    position: relative;
}

.prev-left-image > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.next-right-image> img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.prev-section > .prev  > a:hover > .prev-left-image > img {
    opacity: 0.9;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.next-section > .next  > a:hover > .next-right-image > img {
    opacity: 0.9;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}



.next-right-image {
    position: relative;
    text-align: center;
    width: 50%;
    display: inline-block;
    float: right;
    height: 150px;
    background: #ccc;
    border-bottom: 4px solid #d4035c;
	overflow: hidden;
}

.prev-left-image {
    position: relative;
    text-align: center;
    width: 50%;
    display: inline-block;
    float: left;
    height: 150px;
    background: #ccc;
    border-bottom: 4px solid #d4035c;
	overflow: hidden;
}

.prev-title-h3 {
	display: inline-block;
    float: left;
    height: 150px;
    padding: 15px;
    width: 50%;
    border-bottom: 4px solid #d4035c;
    background: #f6f6f6;
}

.prev-left-title {
	font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 1.4;
}

.next-title-h3 {
	display: inline-block;
    float: right;
    height: 150px;
    padding: 15px;
    width: 50%;
    border-bottom: 4px solid #d4035c;
    background: #f6f6f6;
}

.next-right-title {
	font-weight:500;
    font-size: 16px;
    line-height: 1.4;
}

.prev-section > .prev  > a, .next-section > .next  > a {
	color:#313131;
}

.prev-section > .prev  > a, .next-section > .next  > a:hover {
	color:#000;
}

.prev-section > .prev  > a:hover > .prev-title-h3 {
	border-bottom:4px solid #d2d2d2;
}

.next-section > .next  > a:hover > .next-title-h3{
	border-bottom:4px solid #d2d2d2;
}

.prev-section > .prev  > a > .prev-left-image i {
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	position: absolute;
	top: 50%;
    left: 30px;
    color: #fff;
    font-size: 60px;
}

.next-section > .next  > a > .next-right-image i {
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	position: absolute;
	top: 50%;
    right: 10px;
    color: #fff;
    font-size: 60px;
}


.prev-text {
    position: absolute;
    color: #fff;
    height: 32px;
    line-height: 31px;
    padding: 0 22px;
    background-color: #d4035c;
    font-size: 14px;
    top: -12px;
    right: 0px;
}

.prev-text:before {
    content: "";
    position: absolute;
    bottom: -9px;
    border-top-width: 10px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 10px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #d4035c;
    border-right-color: transparent;
    border-bottom-color: #d4035c;
    border-left-color: transparent;
    right: 0px;
}


.prev-text:after {
    content: "";
    position: absolute;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 12px;
    border-left-width: 10px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgba(56, 56, 56, 0.95);
    border-right-color: transparent;
    border-bottom-color: rgba(56, 56, 56, 0.95);
    border-left-color: transparent;
    left: -10px;
}

.next-text {
    position: absolute;
    color: #fff;
    height: 32px;
    line-height: 31px;
    padding: 0 22px;
    background-color: #d4035c;
    font-size: 14px;
    top: -12px;
    left: 0px;
}

.next-text:before {
    content: "";
    position: absolute;
    bottom: -9px;
    border-top-width: 10px;
    border-right-width: 10px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #d4035c;
    border-right-color: transparent;
    border-bottom-color: #d4035c;
    border-left-color: transparent;
    left: 0px;
}

.next-text:after {
    content: "";
    position: absolute;
    border-top-width: 0px;
    border-right-width: 10px;
    border-bottom-width: 12px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgba(56, 56, 56, 0.95);
    border-right-color: transparent;
    border-bottom-color: rgba(56, 56, 56, 0.95);
    border-left-color: transparent;
    right: -10px;
}




.entry-footer > .kayra-get-author-box {
	margin: 30px 0;
    border: 1px solid #e1e1e1;
    padding: 30px 20px;
	background: linear-gradient(0deg,#fcfcfc, #ffffff);
}

.entry-footer > .kayra-get-author-box > img{
    float: left;
    margin-bottom: 0;
    max-width: 100px;
    border: 2px dashed #eaeaea;
    padding: 10px;
}

.entry-footer > .kayra-get-author-box > .fn, .entry-footer > .kayra-get-author-box > .author-info {
    margin-left: 130px;
	color:#7d7d7d;
}
.entry-footer > .kayra-get-author-box > .fn {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.3;
	position:relative;
}
.entry-footer > .kayra-get-author-box > .fn > a {
	color:#333;
}

.entry-footer > .kayra-get-author-box > .fn:after {
    content: "";
    position: relative;
    display: inline-block;
    height: 4px;
    width: 50%;
    margin: 4px;
    background: #e9e9e9;
}





.entry-footer > .related-posts {
	/*
	padding: 20px 20px 40px 20px;
    background: #f1f1f1;
	box-shadow: inset 1px 3px 8px rgba(0, 0, 0, 0.03);
	*/
}

.entry-footer > .related-posts ul{
	margin: 0px;
    padding: 0px;
    margin: 0px -15px -20px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.entry-footer > .related-posts ul li{
	float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
    width: 50%;
    flex-basis: 50%;
}


.entry-footer > .related-posts ul li:nth-child(odd) {
  
}

.entry-footer > .related-posts ul li > .item {
	position: relative;
    margin: 15px;
    box-shadow: 1px 1px 7px 0px rgba(204, 204, 204, 0.7);
    padding: 0px;
	/*border-bottom: 4px solid #3f51b5;*/
    height: 100%;
   /* background: #fff;*/
	/*background: linear-gradient(100deg,#ffffff, #f1f1f1); */
}
/*
.entry-footer > .related-posts ul li > .item:after {
    position: absolute;
    right: 0px;
    bottom: 0px;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 8px solid #3f51b5;
    border-left: 10px solid transparent;
}
*/

.entry-footer > .related-posts > h3  {
	font-size: 26px;
 /*   background: linear-gradient(100deg,#ffffff, #f1f1f1);*/
    padding: 5px 0px 5px 0px !important;
}


.entry-footer > .related-posts ul li> .item  a{
	text-decoration:none;
}

.entry-footer > .related-posts ul li > .item  a > h3 {
	color:#2b2b2b;
	text-decoration:none;
    overflow: hidden;
	margin-top: 5px;
}

.entry-footer > .related-posts ul li > .item > .article-category{
padding:10px 10px 0px 10px;
}

.entry-footer > .related-posts ul li > .item > .article-category > .post-date {
	font-size:12px;
	font-weight:500;
	color:#a2a2a2;
}

.entry-footer > .related-posts ul li > .item  a > .post-thumbnail {
    position: relative;
    text-align: center;
    width: 100%;
    height: 220px;
	margin-bottom:5px;
	overflow: hidden;

}

.entry-footer > .related-posts ul li > .item  a > .post-thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.entry-footer > .related-posts ul li > .item a > .post-thumbnail img {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.entry-footer > .related-posts ul li > .item a:hover > .post-thumbnail img {
    opacity: 0.9;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}








#comments {
	padding:10px 0px;
	margin-bottom: 40px;
}


.comment-form-author, .comment-form-email {
    width: 49%;
    float: left;
	margin:0;
	padding:0;
}

.comment-form-email {
	float:right;
}


#author, #email, #url, #comment{
    display: block;
    background: #f2f2f2;
    border: 2px solid #f2f2f2;
    color: #494949;
    letter-spacing: 0.3px;
    padding: 12px 30px;
    height: 45px;
    width: 100%;
    margin-bottom: 1.2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

 #comment {
	height: 170px;
    resize: none;
    padding-top: 25px;
    padding-bottom: 25px;
	margin-bottom: 1.2em;
 }
 
 .comment-reply-title {
	 margin-bottom:0;
	 position:relative;
	 font-size:24px;
 }
 
 .comment-reply-title:after {
    content: "";
    position: relative;
    display: inline-block;
    height: 4px;
    width: 20%;
    margin: 4px;
    background: #e9e9e9;
}
 
 .comment-form .comment-notes {
    font-size: 14px;
    margin-top: 5px;
    opacity: .5;
    padding-bottom: 10px;
}
 
.comment-form label {
    display: block;
	padding-left:5px;
    margin-bottom: 5px;
}

.comment-form-url {
	width: 100%;
    float: left;
	margin:0;
	padding:0;
}

#comments ol {
    list-style-type: none;
	margin: 0;
    padding: 0;
}

.comment-list {
    margin-top: 45px;
}

.comment-list .comment-body {
    position: relative;

}

.comment-list .comment-content {
    padding-left: 80px;
    margin-top: 0px;
}

.comment-list .comment-content {
    padding-top: 0px;
}

.comment-list .reply {
    position: absolute;
    top: 0;
    right: 0;
	padding: 5px 10px;
	font-size:14px;
    background: #3f51b5;
}

.comment-list .reply > a {
	color:#fff;
}

.comment-reply-title  a {
	color:red;
}

.comment-meta {
	background:none;
	box-shadow:none;
}

.comment-list .comment-author img {
    width: 65px;
}

.comment-list .comment-author img {
    float: left;
    margin-right: 30px;
    width: 50px;
	border: 1px dashed #909090cc;
    padding: 5px;
    border-radius: 5px;
}

.comment-list .comment-author .says {
	display:none;
}

.comment-meta >.comment-metadata > a {
	color:#949494;
	font-size:14px;
}

.comment-list  li {
	margin: 10px 0;
    padding: 10px;
    border: 1px solid #ededed;
	background-color: rgba(251, 251, 251, 0.23);
}

.comment-list li ol.children {
    list-style: none;
    margin: 1em 0 0 !important;
    text-indent: 0;
}

.comment-list li ol.children li.depth-2 {
    margin: 0 0 0 50px;
}

.comment-list li.odd {
    background-color: rgba(253, 253, 253, 0.2);
}

.comment-meta > .comment-author {
	padding:0px;
}

.comment-meta > .comment-metadata {
	padding-bottom:15px;
}

.comment-form-comment {
	padding:0;
	margin:0;
}


.comment-respond * .form-submit {
	padding-top: 20px;
    clear: both;
}

.comment-respond * .submit {
	background-color: #3f51b5;
	display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 7px 25px;
    border-radius: 25px;
    border: 2px solid transparent;
    letter-spacing: 0.3px;
    font-weight: 500;
    font-family: "Roboto",sans-serif;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 18px;
    padding: 10px 30px;
    -webkit-transition: all 300ms ease;
	cursor:pointer;
    transition: all 300ms ease;
}

.comment-respond * .submit:hover {
	border-color: #3f51b5;
	color:#3f51b5;
	background: #fff;
}

.comment-respond * .logged-in-as {
	margin-top:0px;
}

.comment-respond * .logged-in-as > a {
	color:#a1a1a1;
}




#commentform .error {
	border:2px solid red;
}

.comments-title > span {
    font-size: 16px;
    color: #808080;
	padding-left:15px;
}





















/* breadcrumbs */

.breadcrumbs {
    border-left: solid 4px #ccc;
    display: block;
    overflow: hidden;
    width: 100%;
    background-position: right;
    background-repeat: repeat-y;
    
}

.breadcrumbs li {
    display: inline
}

.breadcrumbs li a.delimiter {
    color: #999;
    padding-right: 9px;
    padding-left: 9px;
    padding-top: 3px;
    border-bottom-color: #e8e8e8
}

.breadcrumbs li i.limit {
    float: left;
    color: #999;
    padding-right: 9px;
    padding-left: 9px;
	font-style: normal;
    padding-top: 0px;
    border-bottom-color: #e8e8e8
}

.breadcrumbs li.limits a:first-child {
    padding-left: 10px
}

.breadcrumbs li a,.breadcrumbs li a:link,.breadcrumbs li a:visited {
    color: #000;
    display: block;
    float: left;
    font-size: 14px;
    position: relative;
    text-decoration: none;
    text-shadow: 1px 1px 0 #fff;
    font-weight: 600;
    padding-top: 3px;
    padding-bottom: 3px
}

.breadcrumbs li.first a {
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    color: #ccc;
    padding-right: 0;
    padding-left: 7px
}

.breadcrumbs li.last a {
    border-right-width: 1px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    font-weight: 400;
    color: #929292;
    padding-right: 8px
}

.breadcrumbs li a:hover {
    color: #39C
}

#breadcrumbs {
    list-style: none;
    overflow: hidden;
    float: left;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    line-height: 32px;
    background-repeat: repeat;
    background-position: bottom;
    height: 32px;
    width: 615px;
    font-size: 12px;
    padding-left: 5px
}

#breadcrumbs li {
    float: left;
    margin-right: 7px
}

#breadcrumbs li img {
    float: left;
    height: 16px;
    width: 16px;
    margin-top: 7px;
    line-height: 33px
}

#breadcrumbs .separator {
    font-weight: 400;
    font-size: 11px;
    color: #C00
}

#breadcrumbs .bir {
    font-weight: 400;
    font-size: 11px;
    color: #999
}



.widget-title {
    text-transform: uppercase;
    padding-bottom: 4px;
    font-style: normal;
    color: #717171;
    position: relative;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 18px;
    font-weight: 700;
    padding: 0px 0px 5px 0px !important;
}

.widget-title {
    border-bottom: 4px solid rgba(0, 0, 0, 0.11);
}

.widget-title:before {
	content: '';
    position: absolute;
    bottom: -4px;
    right: 0;
    height: 4px;
    width: 10%;
    border-bottom: 4px solid rgba(0, 0, 0, 0.3);
}



.content-right .widget ul {
    margin: 0;
    padding: 0;
	list-style:none;

}

.content-right .widget ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	padding: 7px 0;
}

.content-right .widget ul li a{
	color:#444;
	text-decoration:none;
	padding: 7px 0;

}
.content-right .widget ul li ul{
	padding-left: 40px;
}


.content-right .widget ul li:last-child {
   /* margin-bottom: 0*/
}


.content-right .widget p:last-child {
    margin-bottom: 0
}





.k-category-link {
    padding: 4px 10px;
    background-color: #f3f3f3;
    text-align: center;
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: 0px;
    color: grey !important;
    text-decoration: none;
}

.k-category-link:hover {
    background-color: #444;
    color: #fff;
}

.entry-header-programlar {
	width:100%;
    background-image: url(img/bg.png), linear-gradient(300deg, #673AB7 0%, #009eec 0%, #f91100 150%);
	margin-bottom:8px;
	border-bottom: 4px solid #fc0;
}
.entry-header-programlar > .k-radio-container {
	position:relative;
	height:250px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}

.entry-header-programlar img {
    width: auto;
    width: 250px;
    height: 250px;
	border-radius: 50%;
    box-shadow: -9px -9px 11px 0px rgba(0, 0, 0, 0.30980392156862746);
    border: 10px solid rgb(255, 255, 255);

}

.entry-header-programlar .post-thumbnail {
    position: relative;
    position: absolute;
    left: 0px;
	width:30%;
    bottom: -60px;
}

.entry-header-programlar > .k-radio-container > .programlar-kapak-sag > .entry-title {
	display:inline-block;	
	color:#fff;
	margin-top:5px;
}

.programlar-kapak-sag {
	display:block;
	width:70%;
	margin-left:30%;
	overflow:hidden;
	padding-top: 40px;
}

.programlar-sosyal-medya {
	display:inline-block;
	width: 100%;
}

.programlar-sosyal-medya > .post-author > .post-share-right > .post-share-buttons > li > a:after,.programlar-sosyal-medya > .post-author > .post-share-right > .post-share-buttons > li > a:before  {
	content:none;
}

.programlar-sosyal-medya > .post-author > .post-share-right > .post-share-buttons > li:first-child {
	margin-left:0;
}

.programlar-sosyal-medya > .post-author > .post-share-right > .post-share-buttons > li > a {
    border: 2px solid rgba(255, 255, 255, 0.39);
	height: 44px;
}


.yayin-gunu-saati {
	font-size:24px;
	color:rgba(255, 255, 255, 0.53);
	line-height: 43px;
	overflow: hidden;
}


.right {
	float:right;
}

.yayin-saati {
	font-size: 50px;
	
}

.display-flex {
	display:flex;
}

.mobile-block {
	
}



.wpcf7-text{
    display: block;
    background: #f2f2f2;
    border: 2px solid #f2f2f2 !important;
    color: #494949;
    letter-spacing: 0.3px;
    padding: 12px 30px;
    height: 45px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
	
}

.wpcf7-textarea {
	height: 170px;
    resize: none;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 1.2em;
    display: block;
    background: #f2f2f2;
    border: 2px solid #f2f2f2;
    color: #494949;
    letter-spacing: 0.3px;
    padding: 12px 30px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.wpcf7-form .your-name {
	float: left;
	margin: 0;
	padding: 0;
	width:100%;
	margin-bottom: 1.2em;	
}
.wpcf7-form .your-email{
	float: right;
	margin: 0;
	padding: 0;
	width:100%;
	margin-bottom: 1.2em;	
}
.wpcf7-form .your-message{
	margin: 0;
	padding: 0;
	width:100%;
	margin-bottom: 1.2em;	
}

.wpcf7-form .your-subject{
	width:100%;
	float: right;
	margin: 0;
	padding: 0;
	margin-bottom: 1.2em;
}


.wpcf7-form > p {

}

.wpcf7-form > p > label {
	display: block;
	padding-left: 5px;
	margin-bottom: 5px;
}




/* Insgragram Plugin Css hook */ 
.iscwp-column, .iscwp-columns {
	width:50%;
}

.so-panel > .iscwp-main-wrp .iscwp-img-wrp {
	height:250px;
	display: flex;
    flex-wrap: wrap;
	
}

.so-panel > .iscwp-main-wrp .iscwp-outer-wrap {
	display: flex;
    flex-wrap: wrap;
}

.so-panel > .iscwp-main-wrp .iscwp-outer-wrap > .iscwp-cnt-wrp{

flex: 1 0 25%;
flex-grow: 0;
}



.postpagination {
    clear: both;
    margin: 20px 10px;
    line-height: 2.1em;
    font-size: 1.2em;
    text-align: right;
}
    .postpagination span {
        padding: 6px 10px;
    }
    .postpagination a {
	padding: 4px 10px;
    margin: 0 6px;
    border: 1px solid #ddd;
    text-decoration: none;
    border-radius: 4px;
    color: #000;
	font-size: 14px;
    }
    .postpagination a:hover {
    border-color: rgba(0, 0, 0, 0.42);
    background: #448bc3;
    color: #fff;
	moz-box-shadow: inset 0 0 10px rgba(0,0,0,.35);
    -ms-box-shadow: inset 0 0 10px rgba(0,0,0,.35);
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.35);
    }


.container-programlar > .left-sidebar{
	padding:60px 30px 0px 0px;
	width: calc(30% - ( 0 * 50px ) );
}



.search-field {
	padding: 12px 20px !important;
}





/* SEARCH */

.k-search {

}

.search-mobile-top {
	display:none;
}

.k-search:hover {
	color: rgba(0, 0, 0, 0.33);
}

.k-search-container { 
	text-align: center;
	line-height: 0;
	padding: 49px 60px;
	background:#ededed;
    position: fixed;
    width: 35%;
    top: -33%;
    left: 50%;
    opacity: 0;
    z-index: 99999;
    transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	
	}
	
.k-search-container.active {
    visibility: visible;
}	

body.search-active .k-search-container {
    opacity: 1;
    top: 30%;
}

.search-active #k-content-bg{
	background-color: rgba(32, 65, 138, 0.87);
    opacity: 1;
    visibility: visible;
}

#k-content-bg {
    background-color: rgba(255, 255, 255, 0.85);
    height: 100%;
    width: 100%;
    left: 0;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    text-align: center;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    z-index: 9999;
}

.k-search-container .k-search-input {
	padding:7px 18px;
	width:100%;
	border:1px solid #ededed;
	border-radius:4px;
}

.k-search-container .k-search-btn {
position: absolute;
    width: 42px;
    min-width: initial;
    height: 40px;
    line-height: 1.2;
    text-shadow: none;
    vertical-align: top;
    top: 0px;
    right: 0;
    margin: 0!important;
    padding: 0!important;
    z-index: 5;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: initial!important;
}

.k-search-container .k-search-btn button {
    background-color: #000000;
    border: 0;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    border-radius: 0;
	padding: 7px 15px;
}

.k-search-container .k-search-btn button:hover {
cursor:pointer;
}

.k-search-container form {
   position: relative;
}

.k-search-container .cancel {
    height: 40px;
    width: 40px;
    margin: 0 auto 30px auto;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
}

.k-search-container .cancel span {
    background-color: #000;
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 20px;
}
.k-search-container .cancel:hover {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.k-search-container .cancel span.first {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.k-search-container .cancel span.second {
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.search-mobile {
visibility: hidden;
display:none;
}

/* SEACRH END */










/* ISTEK FORMU */

.k-istek {

}

.istek-mobile-top {
	display:none;
}

.k-istek:hover {
	color: rgba(0, 0, 0, 0.33);
}

.k-istek-container { 
	text-align: center;
	line-height: 0;
	padding: 49px 60px;
	background:#ededed;
    position: fixed;
    width: 40%;
    top: -33%;
    left: 50%;
    opacity: 0;
    z-index: 99999;
    transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	
	}
	
.k-istek-container.active {
    visibility: visible;
}	

body.istek-active .k-istek-container {
    opacity: 1;
    top: 30%;
}

.istek-active #k-content-bg{
	background-color: rgba(138, 32, 52, 0.87);
    opacity: 1;
    visibility: visible;
}

#k-content-bg {
    background-color: rgba(255, 255, 255, 0.85);
    height: 100%;
    width: 100%;
    left: 0;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    text-align: center;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    z-index: 9999;
}

.k-istek-container .k-istek-input {
	padding:7px 18px;
	width:100%;
	border:1px solid #ededed;
	border-radius:4px;
	outline: none;
	margin-bottom:2px;
}

.k-istek-container .k-istek-textarea {
	padding:7px 18px;
	width:100%;
	border:1px solid #ededed;
	border-radius:4px;
	outline: none;
}

.k-istek-captcha-input {
	width: 150px;
	font-size:13px;
	outline: none;
	padding: 7px 18px !important;
    border: 1px solid #ededed;
    border-radius: 4px;
    outline: none;
    margin-bottom: 2px;
}

.k-istek-container .kistek-button {
	margin-top:15px;
}

.k-istek-container .k-istek-btn {
position: absolute;
    width: 42px;
    min-width: initial;
    height: 40px;
    line-height: 1.2;
    text-shadow: none;
    vertical-align: top;
    top: 0px;
    right: 0;
    margin: 0!important;
    padding: 0!important;
    z-index: 5;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: initial!important;
}

.k-istek-container .k-istek-btn button {
    background-color: #000000;
    border: 0;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    border-radius: 0;
	padding: 7px 15px;
}

.k-istek-container .k-istek-btn button:hover {
cursor:pointer;
}

.k-istek-container form {
   position: relative;
}

.k-istek-container .cancel {
    height: 40px;
    width: 40px;
    margin: 0 auto 30px auto;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
}

.k-istek-container .cancel span {
    background-color: #000;
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 20px;
}
.k-istek-container .cancel:hover {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.k-istek-container .cancel span.first {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.k-istek-container .cancel span.second {
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.istek-mobile {
visibility: hidden;
display:none;
}

.istek-captcha {
	display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    align-content: center;
	margin-top:3px;
	background: #fff;
}

.istek-captcha a {
	color: #000;
    font-size: 12px;
    padding: 10px 10px;
}

.k-istek-captcha {
	display: flex;
    flex-direction: column;
	margin-right:10px;
}









.k-widget-istek {	
height: 60px;
clear:both;
position:relative;
margin: 10px 0px;
}

.istek_marquee {
  width: 100%;
  height:60px;
  overflow: hidden;
  background-image: linear-gradient(135deg, #3F51B5 0%, #1f2962 100%);
  position:relative;
  box-shadow: inset 0px 0px 20px -3px rgba(0, 0, 0, 0.2);
}

.k-widget-istek div.fader {
position:absolute;
z-index: 1;
width: 100px;
height: 100%;
top:0;
left:0;
}

.k-widget-istek div.fader.right {
right:0;
left:unset;
}

.istek_marquee span label {
	font-weight: 900;
	letter-spacing:1px;
}

.istek_marquee span:first-child {
	border-left:none;
}

.istek_marquee span {
	display:inline-block;
	margin-right:30px;
	line-height: 57px;
	color:#fff;
    padding-left: 25px;
	position:relative;
}

.istek_marquee span:after{
content: '>>';
    padding-top: 2px;
    padding-left: 40px;
    position: absolute;
    right: -34px;
}



/** DESKTOP HIDE **/

.mobil-menu-bar {
	display: none;
}

#sidenav {
	display: none;
}

.mobile-side-logo {
	display: none;
}

.kradio-mobile-social {
	display: none;
}






















/********** RESPONSIVE CSS ***********/

@media only screen and (max-width: 1200px) {

	.panel-no-style{
		
	}
	

	.k-radio-container {
		padding: 0px 20px;
	}
	
	.site-footer > .k-radio-container {
		padding: 0px;
	}
	
	.logo-container {
		left: 50%;
		position: absolute;
		color: #fff;
		display: inline-block;
		padding: 0;
		white-space: nowrap;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}


	.mobil-menu-bar {
		display: inline-block;
		float: left;

	}
	.mobil-menu-bar > div {
		display: inline-block;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		position: relative;
		top: 0;
		right: 0;
		background: #ffcc00;
		color:#fff;
		height: 57px;
		cursor:pointer;
		z-index: 10;
		font-size: 21px;
		line-height: 57px;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		padding: 0px 25px;
	}

	.mobil-menu-bar > a {
		color:#fff;
	}

	.kradio-header-social-media {
		/*display: none;*/
	}

	.site-header .logo {
		height: 57px;
	}

	.site-branding {
		height: 57px;
		display: unset;
		flex-wrap: unset;
	}	

	.site-header .logo a img {
		max-height: 35px;
		max-width: 50vw;
	}	


	/* Player Responsive */

	.kradio-player-container {
		display: unset;
		position: fixed;
		bottom: 0px;
		left: 0px;
		width: 100%;
		z-index: 4;
	}

	.song_info {
		left: 0px;
		line-height: 50px;
		padding-left: 15px;
		top: 0px;
		max-width: 75%;
	}	

	.kradio-player {
		width: 100%;
		height: 50px;
		margin: 0px;
		border-radius: unset;
	}	

	.mejs-playpause-button {
		width: 50px;
		height: 50px;
		right: 15px;
		top: -15px;
		border: none;
	}

	.mejs-playpause-button > button {
		height: 54px;
	}

	.mejs-play > button:before {
		top: calc(100% - 28px);
		left: calc(50% - 8px);
		font-size: 24px;
	}	

	.mejs-pause > button:before {
		top: calc(100% - 28px);
		left: calc(50% - 11px);
		font-size: 24px;
	}

	.mejs-horizontal-volume-slider {
		display:none;
	}



	/** MOBILE SIDE MENU CSS **/

	#sidenav {
		display: block;
	}

	.sn-backdrop {
		background: #000;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		display: none;
		opacity: 0;
		z-index: 50;
		will-change: opacity;
		webkit-transition: all 600ms ease;
		transition: all 600ms ease;
	  }
	  
	  .sn-visible .sn-backdrop { display: block }
	  
	  .sn-sidenav {
		position: fixed;
		opacity: 0;
		left: 0;
		top: 0;
		height: 100%;
		z-index: 100;
		overflow-y: auto;
		will-change: transform;
		box-shadow: 0 0 30px rgba(0,0,0,0.6);
		background: linear-gradient(135deg, #E91E63 0%, #E91E63 44%, #9C27B0 100%);
		width:80%;
		color: #fff;

	  }

	  .sideContent {
		  padding: 20px;
	  }
	  
	  .sn-content {
		position: relative;
		z-index: 10
	  }
	  
	  .sn-visible, .sn-visible body, .sn-visible .sn-content { overflow: hidden }

	  #pages {
		-webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
		-moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
		transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	}
/*
	  .sn-visible #pages {
		-webkit-transform: translateX(20px) !important;
		-moz-transform: translateX(20px) !important;
		transform: translateX(20px) !important;
	  }
*/



	  /** MAIN NAV RESPONSIVE CSS **/

	  	.site-header {
			box-shadow: 0px -1px 12px rgba(0, 0, 0, 0.20);
		  }

		.main-navigation ul {
			display: none;
		}
	
		.primary-nav-sidebar-wrapper {
			display:block;
		}
		
		.sideContent .primary-nav-sidebar-wrapper.mobile-only {
			display:none;
		}
		.sideContent .primary-nav-sidebar {
			float:left;
			width:100%;
			margin: 10px 0px 20px 0px;
			padding:0;
		}
		
		
		.sideContent .primary-nav-sidebar li {
			display:inline-block;
			float:left;
			width:100%;
			text-align: left;
			position:relative;
			border-bottom: 1px solid rgba(0, 0, 0, 0.09);
			padding:0;
			text-transform: uppercase;
			font-size: 13px;
		}
		.sideContent .primary-nav-sidebar > li:last-of-type {
			border:0;
			}
			
			
		.sideContent .primary-nav-sidebar li a {
			display:block;
			padding: 10px 0px;
			color: #fff;
			text-transform: uppercase;
			font-weight: 700;
			text-decoration:none;
		}
		
		.sideContent .primary-nav-sidebar li a:hover {
				background-color: transparent;
		
		}
		
		.sideContent span.close {
			display:block;
			margin: 0px 0 40px 10px;
			text-align: right;
			cursor: pointer;
			position: relative;
		}
		.sideContent .logo {
			text-align: center;
			margin:0 auto 20px auto;
			font-size: 28px;
			text-transform: uppercase;
		}
		.sideContent .logo a {
			color: #333333;
			font-weight: 700;
		}
		/* Always scale logos to 50% for high resolution displays */
		.sideContent .logo img {
			width:40%;
			margin:0 auto 10px auto;
		}
		.sideContent ul.primary-nav-sidebar ul.sub-menu {
			clear:both;
			float:none;
			display:none;
			margin-bottom:1px;
			margin-top:0;
			margin-left:0;
			width:100%;
			padding:0;
		}
		.sideContent ul.primary-nav-sidebar .sub-menu li a {
			font-weight: 400;
			color: #fff;
			padding-left:25px;
			font-size:12px;
		}
		
		.sideContent ul.primary-nav-sidebar .sub-menu li .sub-menu li a {
			font-weight: 400;
			color: #fff;
			padding-left:45px;
		}
		
		
		.sideContent ul.primary-nav-sidebar .sub-menu li:last-of-type {
			border:0;
		}

		.m-menu-arrow{
			position: absolute;
			cursor: pointer;
			top: 5px;
			right: -4px;
			z-index: 1000;
			font-size: 14px;
			padding: 6px 12px;
			float: right;
			color: #fff;
		
		}
		
		.sideContent ul.primary-nav-sidebar .menu-item-has-children > a .m-menu-arrow:before {
			  font-family: 'Font Awesome\ 5 Free';
			  content: "\f107";
			  margin-right: 5px;
			  margin-top: -5px;
			  margin-left: 5px;
			  font-size: 16px;
			font-style:normal;
			  float:right;
			  font-weight:900 !important;
		}
		
		.sideContent ul.primary-nav-sidebar .menu-item-has-children > a .close:before {
			  content: "\f106"; 
		}
		
		.mobile-side-logo {
			display: block;
			background: #fff;
			margin: 0-20px;
			line-height: 0.7;
			padding: 20px;
			margin-top: -20px;
			box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.07);
		}

		.mobile-side-logo > a > img {
			max-width: 100%;
			max-height: 50px;
		}



/** MOBILE SOCIAL SHARE MENU **/


		.kradio-mobile-social {
			display: inline-block;
			float: right;
			-webkit-tap-highlight-color: rgba(0,0,0,0);
			position: relative;
			top: 7px;
			right: 8px;
			background: #4e4e4e;
			color: #fff;
			height: 43px;
			text-align: center;
			width: 43px;
			cursor: pointer;
			padding-right: 1px;
			box-shadow: -2px -1px 0px #fc0;
			border-radius: 10px;
			z-index: 10;
			font-size: 16px;
			line-height: 43px;
			-webkit-background-clip: padding-box;
			background-clip: padding-box;
		}

		.kradio-header-social-media {
			webkit-transition: all 300ms ease;
			transition: all 300ms ease;
			opacity: 0;
			top: 52px;
			width: 100%;
			position: absolute;
			visibility: hidden;
		}	

		.mobile-social-active {
			opacity: 1;
			z-index: 1;
			width: 100%;
			position: absolute;
			left: 0;
			top: 57px;
			margin: 0;
			visibility: visible;
		}

		.kradio-header-social-media > .kradio-social {
				height: 66px;
				border-radius: inherit;
				width: 100%;
				margin: 0;
				box-shadow: unset;
				left: 0;
				
				padding: 0;
				box-shadow: inset 0px 25px 11px -24px rgb(204, 204, 204);
		}

		.kradio-social > ul > li:last-child {
			display: none;
			/*position: absolute;
			top: -45px;
			right: 50px;*/
		}

		.kradio-header-social-media > .kradio-social ul {
			padding: 16px;
		}
		
		
		
		.search-mobile-top {
			position: absolute;
			right: 63px;
			top: 12px;
			font-size: 21px;
			display:block;
		}
		
		.search-mobile-top > a {
			color: #000;
		}
		

	.so-panel > .iscwp-main-wrp .iscwp-outer-wrap > .iscwp-cnt-wrp{
	flex: 1 0 50%;
	flex-grow: 0;
	}

	.so-panel > .iscwp-main-wrp .iscwp-img-wrp {
		height:auto;
	}

}












@media only screen and (max-width: 768px) {

	.KRadio_Baslik {
		font-size:21px !important;
		letter-spacing: 3px !important;
	}

	.icon-if_control-play_1288804 {
		font-size:30px !important;
	}

	.k-widget-4 ul li > .post-thumbnail {
		width:100%;
		float: none;
		margin-right: 0;
		margin-bottom:20px;
	}
	
	.k-widget-4 ul li > .post-thumbnail > a > img{
		width:100%;
	}
	
	.k-widget-4 ul li > .k-widget-4-post-details {
		width: 100%;
	}
	
	.k-widget-4 ul li > .k-widget-4-post-details > .posts-information ul li:last-child {
		float: left;
	}
	
	.k-widget-4 ul li > .k-widget-4-post-details > .posts-information ul li {
		margin: 4px 4px;
	}
	.k-widget-4 ul li > .post-thumbnail > a > img {
		height: auto;
	}
	.k-widget-4 ul li > .k-widget-4-post-details > a {
		font-size:18px;
	}
	
	/**** PROGRAMCILAR ***/
	.kradio-programlar {
		flex: 1 0 35% !important;
	}
	.kradio-programlar > a img {
		height: auto !important;
	}
	.kradio-programlar > a > h3 {
		font-size:14px;
	}



	/**** WHATSAPP *****/

	.player-whatsapp {
		display: none;
	}

	.kradio-whatsapp-container {
		text-align: center;
	}

	.kradio-whatsapp-container > span {
		font-size: 26px;
		margin-left: 0px;
	}
	
	.kradio-whatsapp-container i {
		font-size: 42px;
		display: none;
	}

	.kradio-whatsapp-container > .whatsapp-numarasi {
		font-size: 40px;
		padding-top: 15px;
		padding-left: 0px;
		display: block;
	}	

	.mobile-whatsapp {
		display: inline-block !important;
		color: #41ac8b !important;
		font-size: 26px !important;
	}

	.kradio-whatsapp-container {
		padding: 30px 0px 10px 0px;
	}
	.mobile-sms {
		margin-left: 20px !important;
	}


	#yayinTab {
		flex-wrap: wrap;
		flex-direction: unset;
	}

	#yayinTab > li {
		padding: 10px 0px 10px 0px;
		flex: 1 0 21%;
		margin:7px 10px ;
	}

	.yayinContent > ul > li .yayin-foto {
		flex-basis: 20%;
		padding-right: 20px;
	}
	
	.yayinContent > ul > li .programAdi {
		font-size:16px;
		flex-basis: 50%;
		line-height: 1.5;
	}

	.yayinContent > ul > li .saatler {
		flex-basis: 30%;
		font-size: 14px;
	}
	#yayinTab {
		margin:0px -10px 10px -10px;
	}

	
.site-info-text {
	position:relative;
	top:0px;
    z-index: 1;
    padding-left: 0px;
    display: flex;
    align-content: center;
    align-items: center;
    color: #fff;
	padding: 0px 20px;
    height: 100%;
    font-size: 14px;	
}
	

	
.kradio-social > ul {
	padding: 0;
    display: flex;
    margin: 0;
    justify-content: center;
}


.footer-nav-sidebar > li {
    padding-right: 0px !important;
    border-right-width: 0px !important;
    border-right-style: none;
    border-right-color: rgba(255, 255, 255, 0.32);
    margin-right: 0px !important;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.site-footer {
	height:auto;
}

.site-info-detail {
    top: -70px;
    border-radius: 0px;
    height: 65px;

}

.site-info > .kradio-social {
    float: right;
    padding: 20px 0px;
    width: 100%;
}

.kradio-footer-menu {
    padding: 20px 0px;
	float:none;
}


.footer-widget-inner {
    width: 100%;
    flex-basis: 100%;
    padding: 0 0px; 
}
	
.footer-last-details {
    padding-bottom: 50px;
}	
	
.content-left {
	width: calc(100% - ( 0 * 50px ) );
	padding:20px 0 0 0;
	border-right: none;
}	
	
.container-programlar .content-left {
	width: calc(100% - ( 0 * 50px ) );
	padding:0px 0 0 0;
	border-right: none;
}

.content-right {
	width: calc(100% - ( 0 * 50px ) );
}


.container-programlar > .left-sidebar{
	display:none;
}


.content-left-right-container {
	display:block;
}

.post-image img {
	width:100%;
	height:auto;
}

.breadcrumbs {
	border:none;
}

.entry-header-programlar > .k-radio-container .entry-title {
    margin-top: 0px !important; 
    font-size: 22px;
}

.kradio-standart-content .entry-title {
    margin-top: 12px !important;
    font-size: 24px;
}
	
.post-detail-imformations > ul > li {
    padding: 15px 6px;
}	

.post-author > .post-share-right > .post-share-buttons > li {
	    height: 65px;
}
.post-author > .post-share-right > .post-share-buttons > li > a {
    height: 30px;
}

.entry-footer > .related-posts ul li{
    width: 100%;
    flex-basis: 100%;
}

.content-right {
    padding: 25px 0px 0px 0px;
}

.mobile-block {
display:block;	
}

.yayin-saati {
    font-size: 16px;
}
.yayin-gunu-saati {
	font-size: 16px;
	line-height: 32px;
}

.entry-header-programlar img {
    width: 100px;
    height: 100px;
	margin-left: 15px;
	border:5px solid #fff;
}

.entry-header-programlar > .k-radio-container {
	height: auto;
}

.post-author > .post-share-right > .post-share-buttons > li {
	margin:0px;
}

.programlar-kapak-sag {
    padding-top: 10px;
}
	
.programlar-sosyal-medya > .post-author > .post-share-right > .post-share-buttons > li > a {
	height: 34px;
}	

.entry-header-programlar .post-thumbnail {
	bottom: -30px;
}

.post-author >  .post-share-right > .post-share-buttons > li > a{
    border-radius: 20px;

}

.sharing-standart-content > .post-share-right > .post-share-buttons > li > a:after,.sharing-standart-content > .post-share-right > .post-share-buttons > li > a:before  {
	content:none;
}

.prev-left-image, .next-right-image {
    width: 100%;
}

.prev-title-h3, .next-title-h3 {
    height: auto;
    width: 100%;
}

	.kcategory > article > .k-widget-4-post-details > .post-excerpt {
		display:none;
	}
	
	.kcategory > article > .k-widget-4-post-details > a h3 {
		padding-bottom:0px;
		margin-top: -4px;
		font-size: calc(0.70em + 1vmin);
		font-weight:400;
	}
	
	.kcategory > article > .k-widget-4-post-details {
		width:64%;
	}
	
	.post-detail-imformations > ul > li.printPost {
		display:none;
	}
	
	.post-detail-imformations > ul > li {
		font-size:12px;
	}
	
.kcategory > article > .post-thumbnail {

    width: 32%;

}	
	
	

.k-widget-istek {	
height: 40px;
}

.istek_marquee {
  height:40px;
}

.istek_marquee span {
	line-height: 37px;
	font-size:14px;
}	


.k-widget-istek div.fader {
width: 0px;
}


	body.istek-active .k-istek-container {
    top: 40%;
	}
.k-istek-container {
    width: 100%;
	padding: 45px 20px;
}

}






@media only screen and (max-width: 480px) {
	.kradio-programlar {
		flex: 1 0 35% !important;
	}

	.kradio-programlar > a > img {
		height: auto !important;
	}

	.image-effect:hover img {
		transform: unset;
	}

	.kradio-whatsapp-container > span {
		font-size: 18px !important;;
	}

	.yayinContent > ul > li .programAdi {
		font-size:13px !important;
	}
	.yayinContent > ul > li img {
		height: auto !important;
	}
	.yayinContent > ul > li .saatler {
		line-height: 1.5; 
	}
	#yayinTab > li {
		font-size:14px;
	}
	
	.comment-list .comment-author img {
		margin-right: 10px;
		width: 32px;

		}	

	.comment-metadata > a > time{
		font-size:12px;
		}
		.comment-list li ol.children li.depth-2 {
		margin: 0 0 3px 10px;
		}

	.comment-list .reply {

		padding: 4px 8px;
		border-radius: 3px;
		font-size: 12px;
	}	
	.comment-list .comment-content {
		padding-left: 40px;
	}	
	
	.comment-content > p {
		font-size:14px;
	}
	body.search-active .k-search-container {
    top: 40%;
	}
.k-search-container {
    width: 100%;
}
	body.istek-active .k-istek-container {
    top: 40%;
	}
.k-istek-container {
    width: 100%;
	padding: 45px 20px;
}
	
}






@media only screen and (max-width: 360px) {

	.yayinContent > ul > li .programAdi {
		font-size:12px !important;
	}
	.yayinContent > ul > li .saatler {
		line-height: 1.5; 
		font-size:12px !important;
	}
	#yayinTab > li {
		padding: 10px;
	}
	
	.post-detail-imformations > ul > li > .post-ratings {
		display:none;
	}	

}