/*!
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;
	}	

}

.btnchat1,.btnchat1:hover,.btnchat2:hover,.btnchat3:hover{-o-transition:.4s ease-in-out;-webkit-transition:.4s ease-in-out}.fbasla,.fbasla2{background-color:#2d4cb8;z-index:0;position:relative}.kalem,.social{max-width:100%;height:auto;object-fit:cover}.bmirc,.iseo,.mircdesc,.stitle{text-shadow:1px 1px #000}#yukari,.btnchat1:focus,.btnchat2:focus,.btnchat3:focus,.mircindir,.sinput{outline:0}.fbasla,.fbasla2,.sozic{position:relative}#yukari,.breadcrumb-custom .breadcrumb-item::before,.breadcrumb-custom .breadcrumb-item:last-child::after{display:none}body{background:#19379f;font-family:Inter,sans-serif}.navbar .nav-item .nav-link{color:#fff!important;font-weight:600;font-size:16px;text-transform:uppercase}.navbar .nav-item{margin-right:10px}.navbar .nav-item .nav-link.active{color:#77ffc3!important;font-weight:500}.sidemenu{padding-left:0;margin:0;list-style:none}.btnchat1,.btnchat2,.btnchat3{font-size:16px;padding:18px;cursor:pointer;display:inline-block;background-size:300% 100%;moz-transition:all .4s ease-in-out;width:100%;font-weight:600;text-transform:uppercase;text-decoration:none;text-align:center}.sidemenu li:first-child{margin-top:0}.sidemenu li{margin-top:5px}.linkic a,.linkic a:hover,.makicis,.makicis a{color:#fff!important;text-decoration:none}.btnchat1{color:#fff;border:none;border-radius:50px;transition:.4s ease-in-out}.btnchat1:hover,.btnchat2:hover,.btnchat3:hover{color:#fff;background-position:100% 0;moz-transition:all .4s ease-in-out;transition:.4s ease-in-out}.btnchat1.bn1{background-image:linear-gradient(to right,#0ba360,#3cba92,#30dd8a,#2bb673);box-shadow:0 4px 15px 0 rgba(23,168,108,.75)}.btnchat2,.btnchat3{color:#fff;border:none;border-radius:50px;-o-transition:.4s ease-in-out;-webkit-transition:.4s ease-in-out;transition:.4s ease-in-out}.author-detay,.kategoriler ul,.menualt ul{padding:0;margin:0;list-style:none}.btnchat2.bn2{background-image:linear-gradient(to right,#fc6076,#ff9a44,#ef9d43,#e75516);box-shadow:0 4px 15px 0 rgba(252,104,110,.75)}.btnchat3.bn3{background-image:linear-gradient(to right,#25aae1,#4481eb,#04befe,#3f86ed);box-shadow:0 4px 15px 0 rgba(65,132,234,.75)}.kategoriler ul li{background:rgba(25,55,159,.2);padding:15px 25px;border-radius:40px;line-height:2;width:100%;margin-bottom:10px}.kategoriler ul li:hover{background:#19379f;color:#fff}.fbasla a,.kategoriler ul li:hover a{color:#fff!important}.kategoriler ul li a{text-decoration:none;color:#19379f!important;font-weight:700;text-transform:uppercase}.author-detay{display:inline-flex}.author-detay li{margin-right:10px;display:block}#yukari{position:fixed;bottom:30px;right:30px;z-index:99;background:0 0;border:none}.menualt ul li{line-height:2}.menualt ul li a{text-decoration:none;color:#fff}.ssoru{background-image:linear-gradient(to right,#ff9b00,#ff7334,#ff445c,#f08,#f000b5);color:#fff;padding:18px;margin-top:20px;margin-bottom:20px;border-radius:50px}.kalem,.sssic{margin-top:-2px}.ssoru:last-child{margin-bottom:0!important}.sis,.sis:hover{font-weight:600;color:#fff;text-decoration:none}.sssic{width:32px;margin-right:3px}.cevap{color:#fff;padding:5px 15px}.copy{padding-top:25px;padding-bottom:25px;border-top:1px solid rgba(255,255,255,.1)}.ftitle{font-size:32px;font-weight:700;margin-bottom:10px}.fbasla{padding:60px 40px 40px;color:#fff;border-radius:32px;border:2px solid #19379f}.blogyazi,.fbasla2{border-radius:32px}.fbasla2{padding:40px;color:#fff;border:2px solid #19379f}.kalem{margin-right:10px}.sozic{padding:20px;background:#fff;border-radius:50px;color:#000;margin-bottom:-35px;z-index:1;border:1px solid #2c4fc9;box-shadow:rgba(0,0,0,.09) 30px 30px 60px 0;display:flex;align-items:center;justify-content:center}.cbir,.ciki,.cuc{position:absolute;z-index:-1;object-fit:cover}.ftop{border-top:1px solid rgba(255,255,255,.1);color:#fff;margin-top:50px}.cbir{left:2%;top:100px}.ciki{right:5%;top:120px}.cuc{right:10%;top:350px}@media (min-width:992px){.sagciz{border-right:1px solid rgba(255,255,255,.1);margin-right:15px}.ssslar{padding:50px;background-color:#2d4cb8;color:#fff;border-radius:32px;border:2px solid #19379f}}@media (max-width:992px){.ssslar{padding:20px;background-color:#2d4cb8;color:#fff;border-radius:32px;border:2px solid #19379f}}@media (min-width:1540px){.solbar{position:absolute;left:0;top:20%;z-index:-9999;object-fit:cover;height:auto!important}}@media (min-width:1200px) and (max-width:1540px){.solbar{max-width:200px;position:absolute;left:0;top:38%;z-index:-9999;object-fit:cover;height:auto!important}}.pbir,.pdort,.piki,.puc{z-index:-1;position:absolute}.linput,.logo,.pbir,.pdort,.piki,.puc,.solchat,.sssimg{object-fit:cover;max-width:100%;height:auto}.ustnav{padding-top:25px;padding-bottom:25px;border-bottom:1px solid rgba(255,255,255,.1)}.pbir{left:50%;top:100px}.piki{left:5%}.puc{bottom:200px;right:40%}.pdort{bottom:240px;left:0}.sgiris{background-color:#1c3aa4;font-weight:100;padding:20px;font-size:17px;border:1px solid #2c4fc9;box-shadow:rgba(0,0,0,.25) 30px 30px 60px 0;border-radius:32px}.sinput,.syapi{background:#fff}.iseo,.mircindir,.stitle{font-weight:700}.stitle{font-size:28px;text-transform:uppercase}.syapi{padding:12px 5px;border-radius:55px;width:100%}.sinput{border:none;width:80%}.iseo{font-size:68px}.mircdesc{font-size:1.1rem}.mircindir{background:#266947;border-radius:100px;width:100%;margin-top:20px;color:#fff;font-size:18px;text-transform:uppercase;border:none}.blogyazi,.makale{background-color:#2d4cb8;color:#fff}.mircindir:active,.mircindir:hover{background:#111;border:none;outline:0}.mircimg{width:48px;height:48px;margin-right:5px;margin-top:-2px;object-fit:cover}.makimg,.storeimg{width:100%;object-fit:cover}.storeimg{max-width:200px;height:auto}.blogyazi{padding:30px;border:2px solid #19379f}.blogdesc{font-weight:600}.breadcrumb .active,.poptitle{font-weight:700}.makale{padding:20px;border-radius:32px;border:2px solid #19379f}.makimg{height:180px;border-radius:20px}.makauhot{width:24px;height:24px;margin-right:6px;margin-top:-2px}.makdate{width:22px;height:22px;margin-right:6px;margin-top:-3px}.poptitle{font-size:32px;color:#2d4cb8;margin-bottom:20px}.popback{background:#c4e5ff;border-radius:32px;padding:30px}.breadcrumb-custom .breadcrumb-item{position:relative;flex-grow:1;padding:.75rem 3rem}.breadcrumb-custom .breadcrumb-item::after{position:absolute;top:50%;right:-25px;z-index:1;display:inline-block;width:50px;height:50px;margin-top:-25px;content:"";background-color:var(--bs-tertiary-bg);border-top-right-radius:.5rem;box-shadow:1px -1px var(--bs-border-color);transform:scale(.707) rotate(45deg)}.breadcrumb-custom .breadcrumb-item:first-child{padding-left:1.5rem}.breadcrumb-custom .breadcrumb-item:last-child{padding-right:1.5rem}.makaleresim{width:100%;height:auto;object-fit:cover;border-radius:25px}.wp-pagenavi a,.wp-pagenavi a:hover,.wp-pagenavi span,.wp-pagenavi span.current{padding:4px!important;font-size:1.1rem;font-weight:600!important;background-color:#c4e5ff;text-decoration:none;border-radius:5px;color:#000!important}.comment-list li,.imakale{background-color:#2d4cb8;color:#fff}.wp-pagenavi a,.wp-pagenavi span{display:inline-block;color:#2d4cb8!important;margin-right:8px}.comment-list,.comment-list ul{list-style:none;padding-left:0}.comment-list li{padding:30px;border-radius:32px;border:2px solid #19379f;margin-top:1rem!important}.avars img{border-radius:15px!important}.yorumdetay{margin-top:5px;padding-left:5px}.arkadas{max-width:100%;height:auto;position:absolute;right:0;z-index:-9999;object-fit:cover}.chat2img,.chatbubl{position:absolute;z-index:-1;object-fit:cover}.chatbubl{left:4%}.imakale{padding:50px;border-radius:32px;border:2px solid #19379f}.chat2img{bottom:0;left:10%}.alignnone,.alignnone a img,.wp-caption.alignleft,.wp-caption.alignnone{margin:5px 20px 20px 0}.aligncenter,div.aligncenter{display:block;margin:5px auto}.alignright,.alignright a img{float:right;margin:5px 0 20px 20px}.alignleft,.alignleft a img{float:left;margin:5px 20px 20px 0}.aligncenter a img{display:block;margin-left:auto;margin-right:auto}.wp-caption{background:transparent;border:1px solid rgba(255,255,255,0.4);max-width:96%;padding:5px 3px 10px;text-align:center}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{border:0;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}.wp-caption p.wp-caption-text{font-size:13px;line-height:17px;margin:5px;padding:0 4px 2px}.etiketler a,.etiketler a:hover{display:inline-block;font-size:14px;font-weight:500;padding:5px 10px;border-radius:25px;margin-bottom:5px}.etiketler a{color:rgba(0,0,0,.75);-webkit-transition-duration:.3s;transition-duration:.3s;background:rgba(0,0,0,.07)}.etiketler a:hover{color:#fff;-webkit-transition-duration:.3s;transition-duration:.3s;background:rgba(0,0,0,.95)}

.nav-li ul li{display:inline-block;padding:10px 0px;list-style-type:none}.nav-li ul li i{margin-right:5px;color:#00425A;margin-right:5px}.nav-li ul li a{color:#2B3465;font-size:18px;padding:10px;font-weight:500;text-decoration:none;letter-spacing:-1px;overflow:hidden;position:relative;z-index:5}.nav-li ul li a::before{content:"";position:absolute;width:100%;height:0;bottom:0;left:0;border-radius:20px;background:#8AD7BB;color:#2B3465;transition:height 0.3s ease-in-out;/* Animasyon suresi */}.nav-li ul li a:hover::before{height:100%;opacity:0.5;animation-name:button-animation;animation-duration:0.3s;color:#2B3465}@keyframes button-animation{from{height:0;bottom:0}to{height:100%;bottom:0}}.nav-li .hizli{position:relative;background:#8AD7BB;color:#2F748E;border:3px solid #8AD7BB;padding:5px;border-radius:20px;margin-left:31px;font-size:20px;transition:all 0.5s ease}.nav-li .hizli:hover{background:transparent;transition:all 0.5s ease;z-index:1}.headbar{padding:10px;border-radius:10px;margin-top:20px}.sohbetbar{padding:0px;border-radius:5px;margin:0px auto;text-align:left}.sohbetbar label{margin-left:75px}.sohbetbar img{width:60px}.sohbetbar input{width:60%;background:#2B3465;color:#F3F5F9;padding:10px;margin-top:10px;border-radius:0px 0px 20px 20px;text-align:center;border:none;font-size:18px}.sohbetbar input::placeholder{color:#F8FBFD}.sohbetbar input::value .sohbetbar i{background:#F3F5F9}.sohbetbar button{padding:13px;width:80%;border:none;text-align:center;border-radius:30px;font-size:18px;background:#8AD7BB;border:1px solid #8AD7BB;color:#2B3465;transition:all 0.5s ease;margin-top:10px;font-weight:bold}.sohbetbar button:hover{background:#2B3465;border:1px solid #2B3465;color:#8AD7BB;transition:all 0.5s ease}.sosyal{margin-top:15px;margin-left:100px}.sosyal img{width:40px}.mesajbar{}.mesajbar img{width:100%}.headermsg{background:#2b3465;color:#f8fbfd;text-align:center;padding:15px 0px 1px 0px;font-size:17px}.headermsg img{width:40px}.headermsg b{font-weight:bold;color:#8AD7BB}.djlist{margin-top:20px}.djlist img{width:40px;margin-right:10px}.djlist .tabsmenu{display:block;overflow-y:hidden;white-space:nowrap}.djlist ul.tabs{width:100%;text-align:center;height:50px}.djlist ul.tabs li{border:1px solid #8AD7BB;background:#2F748E;color:#F3F5F9;display:inline-block;padding:5px 15px;cursor:pointer;font-size:25px;margin-right:-6px}.djlist ul.tabs li.current{background:#8AD7BB;color:#2F748E}.djlist .tab-content{display:none;border:1px solid #89d5ba;background:#F3F5F9;border-radius:20px;padding:15px}.djlist .tab-content.current{display:inherit}.djlist table{border-collapse:collapse;margin:0;padding:0;width:100%;table-layout:fixed}.djlist table caption{font-size:1.5em;margin:.5em 0 .75em}.djlist table tr{background-color:#f8fbfd;color:#2f748e;border-bottom:1px solid #f1f1f1;margin-top:6px}.djlist table th,.djlist table td{padding:.625em;text-align:center}.djlist table th{font-size:20px;letter-spacing:.1em;text-transform:uppercase;color:#89d7bb}.blogbar{margin-top:20px}.blogbar img{width:50px;margin-right:5px}.blogbar .baslik{font-weight:bold;font-size:20px;color:#2B3465;margin:0}.blogbar .aciklama{font-size:18px;color:#2B3465;margin:0}.blogkonu{border:2px solid #8AD7BB;margin-top:15px;border-radius:30px 30px 30px 0;background:#f8fbfd;color:#2f748e;padding:10px;box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;text-align:center}.blogkonu img{width:80px;height:80px;border-radius:50%;margin:-30px}.blogkonu p{font-size:17px;color:#2B3465;margin:0}.blogkonu .mbaslik{font-size:17px;color:#2B3465;margin:0}.blogkonu .mbaslik{font-weight:bold;font-size:18px;color:#2B3465;margin:0}.blogkonu .maciklama{font-size:17px;color:#2B3465;margin:0}.blogkonu span{margin-left:20px;font-weight:400}.blogkonu span img{width:30px;border-radius:0;height:auto;margin:0}.blogkonu button{border:none;background:#8ad7bb;color:#2B3465;padding:10px;border-radius:15px}.blogkonu button:hover{background:#2B3465;color:#8ad7bb}.blogkural{border-radius:30px 30px 30px 0;background:#2f748e;color:#fff;padding:30px;box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;margin-top:50px;position:sticky;top:30px;height:420px}.blogkural img{width:30px}.blogkural p{margin:0;font-size:17px;margin-top:10px}.blogkural .baslik{margin:0;font-weight:bold;font-size:18px;text-align:center;padding:15px}.altmetin{border-radius:30px;margin-top:50px;font-size:16px}.altmetin h1{font-size:20px;padding:5px;font-weight:bold;color:#2f748e}.altmetin h2{font-size:18px;padding:5px;font-weight:bold;color:#2f748e}.altmetin h3{font-size:16px;padding:5px;font-weight:bold;color:#2f748e}.altmetin h4{font-size:14px;padding:5px;font-weight:bold;color:#2f748e}.altmetin h5{font-size:12px;padding:5px;font-weight:bold;color:#2f748e}.altmetin p{margin:0;font-size:15px}.footer{padding:50px 0;background:#2B3465;background-image:url(img/footer.svg);background-size:10%;background-repeat:no-repeat;background-position:93% 10px;margin-top:50px;margin-bottom:90px}.footer img{width:100%}.footer ul{display:block;height:45px;text-align:center}.footer ul li{display:inline-block;padding:10px 0px;list-style-type:none}.footer ul li i{margin-right:5px;color:#00425A;margin-right:5px}.footer ul li a{color:#F3F5F9;font-size:18px;padding:10px;font-weight:500;text-decoration:none;letter-spacing:-1px}.footer .hizli{position:relative;background:#8AD7BB;color:#2F748E;border:3px solid #8AD7BB;padding:5px;border-radius:20px;margin-left:31px;font-size:20px;transition:all 0.5s ease}.footer .hizli:hover{background:transparent;transition:all 0.5s ease;z-index:1}.footer .resim{background-image:url(img/footer.svg);background-size:25%;background-repeat:no-repeat;background-position:100% 0px}.hakkimizda{text-align:left;padding:5px;color:#c8c4c4;font-size:12px}.hakkimizda a{color:#2F748E;text-decoration:none}.acgizle{display:none;position:absolute;top:-90px;right:28px;background:#8AD7BB;color:#F3F5F9;border:none;border-radius:10px;padding:10px;animation:acgizle 1s linear infinite}.yukari1{border:none;background:transparent;border-radius:10px;color:#ffffff;box-shadow:0px 0px 10px 1px #fff;text-decoration:none}.sakla{position:absolute;top:-30px;right:30px;background:#8AD7BB;color:#F3F5F9;border:none;border-radius:10px;padding:10px}.sakla1{border:none;background:transparent;color:#F3F5F9}.radyodiv{display:block}#radyo{border:none;background:transparent}.radyobutton{background:#ffffff;color:#8AD7BB;;border-radius:10px;border:none;padding:10px;box-shadow:0px 0px 10px 5px #81cdb7;font-size:30px;text-decoration:none;animation:radyobutton 1s linear infinite}.bg-orgin{background:#2a3363}.pageler{margin-top:14px}.pageler .page-numbers{background:#8ad7bb;padding:5px;border-radius:5px;color:#2B3465;text-decoration:none}.pageler .page-numbers:hover{background:#2B3465;color:#8ad7bb}.yorum{color:black}.yorum a{color:black}.yorum li{margin-bottom:10px;padding:10px;border:1px solid #2F748E;list-style-type:none;border-radius:5px}.yorum textarea{width:100%;height:100px;border-radius:5px}.yorum input[type=text]{width:100%;border-radius:5px;background:#F3F5F9}.yorum input[type=submit]{background:#F3F5F9;color:#81cdb7;width:100%;border-radius:10px;text-align:center}.yorum input[type=submit]:hover{background:#81cdb7;color:#F3F5F9}.yorum .comment-form-url{display:none}.col-blog1{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;text-align:center}.col-blog2{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%;text-align:center}.col-blog3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-footer1{-ms-flex:0 0 30%;flex:0 0 30%;max-width:30%}.col-footer2{-ms-flex:0 0 70%;flex:0 0 70%;max-width:70%}.col-radyo1{-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%}.col-radyo1{-ms-flex:0 0 60%;flex:0 0 60%;max-width:60%}.bars{background:#8ad7bb;padding:15px;color:#2a3363;border-radius:30px}.yukari{display:none;position:fixed;bottom:90px;right:0;border:none;padding:10px;margin-bottom:10px;margin-right:10px;background:#2f748e;border-radius:5px;color:#eceff1;font-size:20px}@media screen and (max-width:1044px){.nav-bar .oynat{padding:10px 25px}.nav-bar{padding:10px}.nav-li ul{border-bottom:1px solid #8ad7bb}.nav-li ul{display:none;float:none;height:100%}.nav-li ul li{display:block;margin-right:10px;border:none;padding-top:10px;padding-bottom:10px;font-weight:bold;color:#777777;list-style-type:none;text-align:center;width:100%;margin-left:-20px}.nav-li ul li a{border:none;font-size:15px;padding:10px}.nav-li .hizli{font-size:15px;margin-left:0px}.sohbetbar{margin-top:30px;text-align:center}.sohbetbar input{font-size:16px}.sohbetbar button{padding:10px;font-size:16px}.sohbetbar label{margin-left:75px;font-size:14px}.sosyal{margin-top:15px;margin-left:0}.mesajbar{display:none}.headermsg{padding:10px 0px 5px 0px;font-size:13px}.blogbar .baslik{font-size:18px}.blogbar .aciklama{font-size:15px}.blogkonu p{font-size:13px;color:#2B3465;margin:0;text-align:left}.blogkonu .mbaslik{font-size:15px;text-align:left}.blogkonu .maciklama{font-size:13px;text-align:center;color:#f8fbfd}.blogkonu img{width:60px;height:60px;border-radius:50%;margin-top:30px}.blogkonu span{margin-right:16px;font-weight:400;font-size:15px}.blogkonu button{margin-top:15px}.djlist table{border:0}.djlist .tabsmenu{overflow-x:scroll}.djlist ul.tabs li{padding:10px 15px;font-size:15px}.djlist table caption{font-size:1.3em}.djlist table thead{border:none;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.djlist table tr{border-bottom:3px solid #ddd;display:block;margin-bottom:.625em}.djlist table td{border-bottom:1px solid #ddd;display:block;font-size:11px;text-align:right}.djlist table td::before{/** aria-label has no advantage,it won't be read inside a tablecontent:attr(aria-label);*/content:attr(data-label);float:left;font-weight:bold;text-transform:uppercase;color:#e43858}.djlist table td:last-child{border-bottom:0}.footer img{width:60%}.footer ul{height:auto;margin-left:-20px}.col-blog1{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-blog2{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;text-align:right}.col-blog3{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;text-align:center}.col-footer1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;text-align:center}.col-footer2{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.col-radyo1{-ms-flex:0 0 80%;flex:0 0 80%;max-width:80%;text-align:center;font-size:14px}.col-radyo2{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.sakla{right:auto;left:30px}}@keyframes right{0%{transform:translateX(0)}40%{transform:translateX(10px)}60%{transform:translateX(5px)}100%{transform:translateX(0)}}.tabsmenu::-webkit-scrollbar{width:5px}.tabsmenu{scrollbar-width:thin;scrollbar-color:var(--thumbBG) var(--scrollbarBG)}.tabsmenu::-webkit-scrollbar-track{background:var(--scrollbarBG)}.tabsmenu::-webkit-scrollbar-thumb{background-color:var(--thumbBG) ;border-radius:6px;border:3px solid var(--scrollbarBG)}

@font-face{font-family:"Google Sans";font-style:normal;font-weight:400;font-display:swap;src:local("Google Sans Regular"),local(GoogleSans-Regular),url(fonts/4UaGrENHsxJlGDuGo1OIlL3Kwp5MKg.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Google Sans";font-style:normal;font-weight:400;font-display:swap;src:local("Google Sans Regular"),local(GoogleSans-Regular),url(fonts/4UaGrENHsxJlGDuGo1OIlL3Nwp5MKg.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:"Google Sans";font-style:normal;font-display:swap;font-weight:400;src:local("Google Sans Regular"),local(GoogleSans-Regular),url(fonts/4UaGrENHsxJlGDuGo1OIlL3Awp5MKg.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Google Sans";font-style:normal;font-display:swap;font-weight:400;src:local("Google Sans Regular"),local(GoogleSans-Regular),url(fonts/4UaGrENHsxJlGDuGo1OIlL3Owp4.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Google Sans";font-style:normal;font-display:swap;font-weight:500;src:local("Google Sans Medium"),local(GoogleSans-Medium),url(fonts/4UabrENHsxJlGDuGo1OIlLU94Yt3CwZ-Pw.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Google Sans";font-style:normal;font-display:swap;font-weight:500;src:local("Google Sans Medium"),local(GoogleSans-Medium),url(fonts/4UabrENHsxJlGDuGo1OIlLU94YtwCwZ-Pw.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:"Google Sans";font-style:normal;font-display:swap;font-weight:500;src:local("Google Sans Medium"),local(GoogleSans-Medium),url(fonts/4UabrENHsxJlGDuGo1OIlLU94Yt9CwZ-Pw.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Google Sans";font-style:normal;font-display:swap;font-weight:500;src:local("Google Sans Medium"),local(GoogleSans-Medium),url(fonts/4UabrENHsxJlGDuGo1OIlLU94YtzCwY.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}body{background:#f0f0f0;color:#000;font-family:"Google Sans",sans-serif;font-size:16px;padding:0;margin:0;font-weight:400;line-height:1.6}.yorumust{margin-top:1.5rem}.yorumcizgi{border-top:1px solid #efefef}.yorumgel{background:#fff;border:1px solid #dedede;border-radius:3px;color:#666;margin-top:30px}.yorumsayfala{border-radius:3px;padding-top:20px;padding-bottom:20px;box-shadow:0 0 8px rgba(136,136,136,.1)}.commresim{float:left;padding-right:15px}.ss{width:80px!important;height:80px!important;padding:.25rem;background-color:#fff;border:1px solid #e2e6e9;border-radius:.25rem}.goricon{margin-bottom:2px}.etiketler a{display:inline-block;font-size:14px;font-weight:400;padding:5px 10px;border-radius:30px;color:rgba(0,0,0,.75);-webkit-transition-duration:.3s;transition-duration:.3s;background:rgba(0,0,0,.05);margin-bottom:5px}.etiketler a:hover{display:inline-block;font-size:14px;font-weight:400;padding:5px 10px;border-radius:30px;color:rgba(255,255,255,.9);-webkit-transition-duration:.3s;transition-duration:.3s;margin-bottom:5px}.makbas{background:#fff;border-radius:30px;margin-top:15px;padding:26px}.makale a{font-weight:500;color:#222}.makale a:hover{font-weight:500;color:#000}.makale p{color:#5f6368}a{text-decoration:none;color:#5f6368}a:hover{text-decoration:none;color:#000}.circle{position:relative;width:100%;height:0;padding:95% 0 0;border-radius:50%;overflow:hidden;border:2px solid #00c851}.circle img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}@media (max-width:768px){.mobust{padding-top:10px}}@media (max-width:768px){.smgiris{width:100%!important}}@media (max-width:350px){.mobilara{display:none}}@keyframes gg-bar{10%{box-shadow:inset 0 -4px 0}30%{box-shadow:inset 0 -10px 0}60%{box-shadow:inset 0 -6px 0}80%{box-shadow:inset 0 -8px 0}to{box-shadow:inset 0 -2px 0}}.umt-cal,.umt-cal::after,.umt-cal::before{display:inline-block;box-sizing:border-box;width:3px;height:12px;box-shadow:inset 0 -24px 0;animation:gg-bar 1.3s ease infinite alternate}.umt-cal{position:relative;transform:scale(var(--ggs,1.4));color:#fb804a;margin-right:15px}.umt-cal::after,.umt-cal::before{content:"";position:absolute;bottom:0}.umt-cal::before{left:-4px;animation-delay:-2.4s}.umt-cal::after{right:-4px;animation-delay:-3.7s}.responsive-tabs{overflow:overlay}.responsive-tabs>input{display:none}.responsive-tabs>input:checked+label+section{display:block}.responsive-tabs>label{display:block}@media (min-width:992px){.responsive-tabs>label{display:inline-block}}.responsive-tabs>section{width:100%;display:none}@media (min-width:992px){.responsive-tabs>section{float:left}}.responsive-tabs>input:checked+label{background-color:#fff;color:green}.responsive-tabs>label:not(:first-of-type){border-top:1px solid #ddd}.responsive-tabs>section{background-color:#fff}.responsive-tabs{overflow:overlay}.responsive-tabs>input{display:none}.responsive-tabs>input:checked+label{background-color:#e01a4f;border-radius:100px;color:#fff;font-weight:400;cursor:default;transition:background-color .5s linear .5s,color .5s linear .5s}.responsive-tabs>input:checked+label::after{opacity:0}.responsive-tabs>input:checked+label+section{max-height:10000px;transition:all .5s cubic-bezier(1,0,1,0) .5s}@media (min-width:992px){.responsive-tabs>input:checked+label+section{display:block}}.responsive-tabs>label{position:relative;border-radius:100px;color:#fff;cursor:pointer;padding:10px;font-weight:400;margin:0;display:block;transition:background-color .5s linear,color .5s linear}@media (min-width:992px){.responsive-tabs>label{display:inline-block;padding:10px 20px}}.responsive-tabs>label::after{content:"";position:absolute;top:23px;right:25px;border-color:#fff transparent transparent transparent;border-style:dotted;transition:opacity .5s linear}@media (min-width:992px){.responsive-tabs>label::after{content:none}}.responsive-tabs>section{margin-top:15px;margin-bottom:15px;max-height:0;border-radius:30px;overflow:hidden;transition:all .5s cubic-bezier(0,1,0,1);width:100%;background-color:#fff;display:block}@media (min-width:992px){.responsive-tabs>section{float:left;display:none}}.navbar-nav{font-weight:400}.navbar-nav .nav-item{margin-right:20px}.navbar-nav .nav-item:hover{margin-right:20px}.nav-item{position:relative}.nav-item:after{content:"";position:absolute;bottom:0;left:0;width:0%;border-bottom:2px solid #fff;border-radius:100px}.nav-item:hover:after{width:100%;transition:.8s}.navbar-nav .nav-item svg{color:#e01a4f}.navbar-nav .nav-item:first-child{margin-right:20px;padding-left:0}.navbar-nav .nav-item:last-child{margin-right:0}.container h1,h2,h3{font-size:1.5rem;margin-bottom:.5rem;font-weight:500;line-height:1.2}.ustbaslik{margin:16px 16px 16px 0;color:#fff;font-size:35px;font-weight:700;line-height:1.5}.u-muzik{-webkit-appearance:button;background:linear-gradient(120deg,#f44336,#e91e63,#9c27b0,#673ab7,#3f51b5,#2196f3,#03a9f4,#00bcd4,#009688,#4caf50,#ffc107,#ff9800,#f44336,#e91e63,#9c27b0,#673ab7,#3f51b5,#2196f3,#03a9f4,#00bcd4,#009688,#4caf50,#ffc107,#ff9800);background-size:600% 600%;animation:BackgroundGradient 20s ease infinite;color:#fff;cursor:pointer;font-weight:700;padding:14px 30px;line-height:1;text-transform:none;font-size:16px;border:0;text-decoration:none;border-radius:3px}.u-muzik:hover{-webkit-appearance:button;text-decoration:none;color:#fff;cursor:pointer;font-weight:700;padding:14px 30px;line-height:1;text-transform:none;font-size:16px;border:0;border-radius:3px}.u-muzik2{-webkit-appearance:button;background:linear-gradient(120deg,#f44336,#e91e63,#9c27b0,#673ab7,#2196f3,#03a9f4,#00bcd4,#009688,#4caf50,#ffc107,#ff9800,#f44336,#e91e63,#9c27b0,#673ab7,#3f51b5,#2196f3,#03a9f4,#00bcd4,#009688,#4caf50,#ffc107,#ff9800);background-size:600% 600%;color:#fff;cursor:pointer;font-weight:700;padding:14px 30px;line-height:1;text-transform:none;font-size:16px;border:0;text-decoration:none;border-radius:3px}.u-muzik2:hover{-webkit-appearance:button;text-decoration:none;background:#f44336;color:#fff;cursor:pointer;font-weight:700;padding:14px 30px;line-height:1;text-transform:none;font-size:16px;border:0;border-radius:3px}.u-muzik-blog{background:#fe8c00;background:-webkit-linear-gradient(to right,#f83600,#fe8c00);background:linear-gradient(to right,#f83600,#fe8c00);vertical-align:middle;text-align:center;display:inline-block;color:#fff;cursor:pointer;font-weight:700;padding:8px 15px;line-height:1;text-transform:none;font-size:16px;border:0;border-radius:30px;text-decoration:none}.u-muzik-blog:hover{text-align:center;text-decoration:none;background:#f44336;color:#fff;vertical-align:middle;display:inline-block;cursor:pointer;font-weight:700;padding:8px 15px;line-height:1;text-transform:none;font-size:16px;border:0;border-radius:30px}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}@keyframes BackgroundGradient{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}.arama{-webkit-appearance:button;background:linear-gradient(120deg,#00bcd4,#009688,#4caf50,#ffc107,#ff9800,#f44336,#e91e63,#9c27b0,#673ab7,#3f51b5,#2196f3,#03a9f4,#00bcd4,#009688,#4caf50,#ffc107,#ff9800);background-size:600% 600%;color:#fff;cursor:pointer;font-weight:700;padding:14px 15px;line-height:1;text-transform:none;font-size:16px;border:0;text-decoration:none;border-radius:3px}.arama:hover{-webkit-appearance:button;text-decoration:none;background:#f44336;color:#fff;cursor:pointer;font-weight:700;padding:14px 15px;line-height:1;text-transform:none;font-size:16px;border:0;border-radius:3px}.djyayinci a{color:#555;text-decoration:none}.djyayinci a:hover{color:#111;text-decoration:none}.toplistesi .dse:nth-child(3n+1) span{border-radius:100vh;font-size:16px;background:#00f260;background:-webkit-linear-gradient(to right,#0575e6,#00f260);background:linear-gradient(to right,#0575e6,#00f260)}.toplistesi .dse:nth-child(3n+2) span{font-size:16px;background:#ff5f6d;background:-webkit-linear-gradient(to right,#ffc371,#ff5f6d);background:linear-gradient(to right,#ffc371,#ff5f6d);border-radius:100vh}.toplistesi .dse:nth-child(3n+3) span{font-size:16px;background:#7b4397;background:-webkit-linear-gradient(to right,#dc2430,#7b4397);background:linear-gradient(to right,#dc2430,#7b4397);border-radius:100vh}.footer a{color:#fff;text-decoration:none}.footer a:hover{color:#fff}.footer-widget-heading h3{color:#fff;font-size:20px;font-weight:600;margin-bottom:40px;position:relative}.footer-widget-heading h3::before{content:"";position:absolute;left:0;bottom:-15px;height:5px;border-radius:30px;width:80px;background:linear-gradient(120deg,#ff9800,#f44336,#e91e63)}.well li{margin-bottom:10px}.well ul{padding-left:0;list-style:none}.well ul li a{padding-left:0;list-style:none}.market-btn{display:inline-block;padding:.3125rem .875rem;padding-left:2.8125rem;background-position:center left .75rem;background-color:#fff;border-radius:3px;background-size:1.5rem 1.5rem;background-repeat:no-repeat;text-decoration:none}.market-btn .market-button-title{display:block;color:#222;font-size:1.125rem}.market-btn .market-button-subtitle{display:block;margin-bottom:-.25rem;color:#888;font-size:.75rem}.market-btn:hover{background-color:#f7f7f7;text-decoration:none}.apple-btn{background-image:url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzMDUgMzA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDUgMzA1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnIGlkPSJYTUxJRF8yMjhfIj4KCTxwYXRoIGlkPSJYTUxJRF8yMjlfIiBkPSJNNDAuNzM4LDExMi4xMTljLTI1Ljc4NSw0NC43NDUtOS4zOTMsMTEyLjY0OCwxOS4xMjEsMTUzLjgyQzc0LjA5MiwyODYuNTIzLDg4LjUwMiwzMDUsMTA4LjIzOSwzMDUgICBjMC4zNzIsMCwwLjc0NS0wLjAwNywxLjEyNy0wLjAyMmM5LjI3My0wLjM3LDE1Ljk3NC0zLjIyNSwyMi40NTMtNS45ODRjNy4yNzQtMy4xLDE0Ljc5Ny02LjMwNSwyNi41OTctNi4zMDUgICBjMTEuMjI2LDAsMTguMzksMy4xMDEsMjUuMzE4LDYuMDk5YzYuODI4LDIuOTU0LDEzLjg2MSw2LjAxLDI0LjI1Myw1LjgxNWMyMi4yMzItMC40MTQsMzUuODgyLTIwLjM1Miw0Ny45MjUtMzcuOTQxICAgYzEyLjU2Ny0xOC4zNjUsMTguODcxLTM2LjE5NiwyMC45OTgtNDMuMDFsMC4wODYtMC4yNzFjMC40MDUtMS4yMTEtMC4xNjctMi41MzMtMS4zMjgtMy4wNjZjLTAuMDMyLTAuMDE1LTAuMTUtMC4wNjQtMC4xODMtMC4wNzggICBjLTMuOTE1LTEuNjAxLTM4LjI1Ny0xNi44MzYtMzguNjE4LTU4LjM2Yy0wLjMzNS0zMy43MzYsMjUuNzYzLTUxLjYwMSwzMC45OTctNTQuODM5bDAuMjQ0LTAuMTUyICAgYzAuNTY3LTAuMzY1LDAuOTYyLTAuOTQ0LDEuMDk2LTEuNjA2YzAuMTM0LTAuNjYxLTAuMDA2LTEuMzQ5LTAuMzg2LTEuOTA1Yy0xOC4wMTQtMjYuMzYyLTQ1LjYyNC0zMC4zMzUtNTYuNzQtMzAuODEzICAgYy0xLjYxMy0wLjE2MS0zLjI3OC0wLjI0Mi00Ljk1LTAuMjQyYy0xMy4wNTYsMC0yNS41NjMsNC45MzEtMzUuNjExLDguODkzYy02LjkzNiwyLjczNS0xMi45MjcsNS4wOTctMTcuMDU5LDUuMDk3ICAgYy00LjY0MywwLTEwLjY2OC0yLjM5MS0xNy42NDUtNS4xNTljLTkuMzMtMy43MDMtMTkuOTA1LTcuODk5LTMxLjEtNy44OTljLTAuMjY3LDAtMC41MywwLjAwMy0wLjc4OSwwLjAwOCAgIEM3OC44OTQsNzMuNjQzLDU0LjI5OCw4OC41MzUsNDAuNzM4LDExMi4xMTl6IiBmaWxsPSIjMmUyZTJlIi8+Cgk8cGF0aCBpZD0iWE1MSURfMjMwXyIgZD0iTTIxMi4xMDEsMC4wMDJjLTE1Ljc2MywwLjY0Mi0zNC42NzIsMTAuMzQ1LTQ1Ljk3NCwyMy41ODNjLTkuNjA1LDExLjEyNy0xOC45ODgsMjkuNjc5LTE2LjUxNiw0OC4zNzkgICBjMC4xNTUsMS4xNywxLjEwNywyLjA3MywyLjI4NCwyLjE2NGMxLjA2NCwwLjA4MywyLjE1LDAuMTI1LDMuMjMyLDAuMTI2YzE1LjQxMywwLDMyLjA0LTguNTI3LDQzLjM5NS0yMi4yNTcgICBjMTEuOTUxLTE0LjQ5OCwxNy45OTQtMzMuMTA0LDE2LjE2Ni00OS43N0MyMTQuNTQ0LDAuOTIxLDIxMy4zOTUtMC4wNDksMjEyLjEwMSwwLjAwMnoiIGZpbGw9IiMyZTJlMmUiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K)}.google-btn{background-image:url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPHBvbHlnb24gc3R5bGU9ImZpbGw6IzVDREFERDsiIHBvaW50cz0iMjkuNTMsMCAyOS41MywyNTEuNTA5IDI5LjUzLDUxMiAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNCREVDQzQ7IiBwb2ludHM9IjM2OS4wNjcsMTgwLjU0NyAyNjIuMTc1LDExOS40NjcgMjkuNTMsMCAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNEQzY4QTE7IiBwb2ludHM9IjI5LjUzLDUxMiAyOS41Myw1MTIgMjYyLjE3NSwzODMuNTUxIDM2OS4wNjcsMzIyLjQ3IDI5OS4wMDQsMjUxLjUwOSAiLz4KPHBhdGggc3R5bGU9ImZpbGw6I0ZGQ0E5NjsiIGQ9Ik0zNjkuMDY3LDE4MC41NDdsLTcwLjA2Myw3MC45NjFsNzAuMDYzLDcwLjk2MWwxMDguNjg4LTYyLjg3N2M2LjI4OC0zLjU5Myw2LjI4OC0xMS42NzcsMC0xNS4yNyAgTDM2OS4wNjcsMTgwLjU0N3oiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==)}.input-container{position:relative}.input-container>svg{position:absolute;height:24px;top:15px;left:15px}.input-container>input{padding-left:50px!important}.rradark{padding:15px;background:#fff}.logos{height:auto;max-width:100%;margin-left:5px}.muziktadi{background:linear-gradient(120deg,#ff9800,#f44336,#e91e63);padding:10px 20px;border-radius:50px;color:#fff;font-weight:500}.kulak{max-width:100%;height:35px;margin-right:15px}.sosyalm{width:40px;max-width:100%;margin-right:5px;margin-bottom:5px}.menico{margin-bottom:3px;margin-right:5px}.aramas{letter-spacing:normal;word-spacing:normal;text-transform:none;text-indent:0;text-shadow:none;border-radius:3px;outline:0;border:none;padding:9px 9px 9px 15px}.mobilara{max-width:100%}.dans{z-index:9999}.icicerik{font-size:16px;color:#fff;margin:10 0 20px 0;font-weight:400;line-height:1.7}.kull{color:#e6457b;margin-top:-6px}.kullform{text-shadow:none;border-radius:3px;outline:0;border:none;padding:9px 9px 9px 15px;width:100%}.pass{margin-top:-6px}.sgiris{width:100%}.sarkiiste{margin-bottom:2px;margin-left:5px}.micon{float:left;background-color:#fff;border-radius:5px;border-radius:5px;width:100%;list-style:none;text-align:left;padding:22px;box-shadow:0 5px 7px 0 #f1f1f1;font-weight:700;font-size:18px}.calarico{width:40px;margin-right:5px}.mtrradyo{margin-top:50px}.top10{background:-webkit-linear-gradient(top,#e91e63,#9c27b0);padding:25px;border-radius:100px}.topbas{font-size:18px;color:#fff;margin-bottom:0}.bhaberler{font-size:20px;font-weight:700;margin-bottom:0}.topicon{margin-bottom:4px;margin-right:5px}.listeler{background:#fff;border-radius:100px;margin-top:15px;padding:9px 30px}.ackapat a:hover{color:#fff}.topslider{background:#fff;border-radius:100px;padding:0 5px;margin-top:15px}.sonyazi{background:#fff;padding:24px;border-radius:100px}.bhaberico{margin-bottom:4px;margin-right:5px;color:#e01a4f}.yazilar{background:#fff;border-radius:100px;margin-top:15px;padding:26px}.yazb{font-weight:700;margin-bottom:10px;font-size:20px;}.anaico{margin-bottom:1px}.devaminiyukle{background:#fff;border-radius:100px;margin-top:15px;padding:16px;font-weight:700;text-align:center;color:#aaa}.djler{background:-webkit-linear-gradient(top,#ffa546,#c42286);padding:25px;border-radius:100px}.djhak{background:#fff;border-radius:100px;margin-top:15px}.hepsigor{background:#fff;border-radius:100px;padding:0 5px;margin-top:15px}.djinc{padding:5px 10px;text-align:center}.haftalar{margin-bottom:4px;margin-right:5px;color:#ffc527}.mtti{margin-top:35px}.footust{padding-top:60px;padding-bottom:30px}.sayico{margin-bottom:2px;margin-left:-3px;margin-right:5px;color:#ffc527}.breadcrumbr{background:#fff;border-radius:100px;margin-top:50px;padding:20px 20px 5px 20px}.yazibaslik{font-weight:700;margin-bottom:20px}.yazirsm{border-radius:5px}.yaziadmin{margin-bottom:2px}.dsohbetgiris{background:-webkit-linear-gradient(top,#00f260,#0575e6);padding:25px;border-radius:100px}.dsohbet{font-size:18px;font-weight:700px;color:#fff;margin-bottom:0}.dsohbetic{margin-bottom:2px;margin-right:5px}.dsalt{margin-bottom:35px}.skico{color:#e6457b}.dskull{text-shadow:none;border-radius:30px;outline:0;border:none;padding:15px;width:100%}.dsbaglan{width:100%;border-radius:30px;padding:20px}.dsbaglan:hover{width:100%;border-radius:30px;padding:20px}.dkategori{background:-webkit-linear-gradient(top,#ffa546,#c42286);padding:25px;border-radius:100px}.dkatb{font-size:18px;font-weight:700px;color:#fff;margin-bottom:0}.dkatico{margin-bottom:2px;margin-right:5px}.dkatdetay{background:#fff;border-radius:100px;margin-top:15px;padding:15px 30px}.dkatlist{font-size:17px;font-weight:700}.dpop{background:-webkit-linear-gradient(top,#e91e63,#9c27b0);padding:25px;border-radius:100px;margin-top:35px}.dpops{font-size:18px;font-weight:700px;color:#fff;margin-bottom:0}.dpopico{margin-bottom:2px;margin-right:5px}.hafprogic{padding:20px}.progbasla:first-child{padding-bottom:15px;padding-top:0;border-top:0}.progbasla{padding-top:15px;padding-bottom:15px;border-top:1px solid rgba(0,0,0,.1)}.progbasla:last-child{padding-top:15px;padding-bottom:0;border-top:1px solid rgba(0,0,0,.1)}.saatico{margin-bottom:4px;margin-right:5px;color:#e01a4f}.yayico{max-width:32px}.sidebarradyo a{color:#000!important}.aramabtn{border-radius:0 50px 50px 0}.armaform{border-radius:50px 0 0 50px}
