@import url(https://fonts.googleapis.com/css?family=Lato:400,900);
.pre-scrollable {
  max-height: 260px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 320px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 992px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 1200px;
  }
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
h1{font-size:40px;color:#00f}@media (min-width:0) and (max-width:700px){h1{font-size:20px}}
h2{font-size:30px;color:#00f}@media (min-width:0) and (max-width:700px){h2{font-size:16px}}
*{box-sizing: border-box}
h1,h2,h3,h4{margin:0}page,section,text{display:block}
html, body {
  width: 100%
}
body{
	padding:0;
	margin:0;
	background: #4c4c4c;
	line-height:1.5;
    background-size: cover !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat:  no-repeat;
    background-attachment: fixed;
	overflow-x: hidden
}
svg {
  width: 100%
  height: auto
}
img {
	vertical-align: middle;
    border-style: none;
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
ul li{
	padding:0 2px;
}
a {
    color: #fff;
    background-color: transparent;
	text-decoration: none;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
p {
    margin-top: 0;
    margin-bottom: 2px;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
article {
    overflow: visible;
    margin: 0 auto;
    /*font-size: 0;*/
    width: 100%;
    margin-bottom: 40px;
}
button {
    -webkit-appearance: button;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    width: 240px;
    height: 240px;
    position: absolute;
    top: 40%;
    left: 42%;
    margin-left: -100px;
    margin-top: -100px;
    border: 8px solid #fff;
    border-radius: 300px;
    cursor: pointer !important;
    box-shadow: 0 0 20px 15px rgba(0,0,0,0.2);
    outline: none;
	border-image: initial;
}
button:hover{
    /*background: #6f29ac !important;*/
	background: #e70000 !important;
    transform: scale(0.7);
}
button:active{
    background: #297eac !important;
    transform: scale(1.1)
}
.headline{
  text-align:center;
}
.headline  h1{
    font-size:35px;
	font-family: 'Lato', sans-serif;
    color:#fff;
}
.article-content {
    padding: 1px;
    border-top: 1px solid;
    border-color: rgba(0, 0, 0, 0.3);
}
.preStatus {
    width: 120px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -60px;
    margin-top: 180px;
    border-radius: 60px;
    background: rgba(0,0,0, 0.5);
    color: #fff;
    text-align: center;
    line-height: 30px;
}
.closesLoad {
    position: relative;
    width: 0px;
    height: 0px;
    top: 50px;
    left: 50px;
    text-align: center;
    color: white;
    border-radius: 100%;
    padding: 100%;
    animation: close 1s;
}
.stopAnimation{animation: none; transition: 0.5s; display: none;}
.pulse {
    width: 250px;
    height: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -125px;
    margin-top: -125px;
    border-radius: 250px; 
    background: #0065fd ; /*#fda100;*/
    box-shadow: 0 0 0 rgba(204,169,44, 1);
    animation: pulse 1s infinite;
    z-index: 1;
}
.pulseDois {
    width: 300px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -150px;
    border-radius: 250px; 
    background: #3b00d1;/*#d28500;*/
    box-shadow: 0 0 0 rgba(0, 101, 253, 1);
    animation: pulseDois 2s infinite;
    z-index: 0;
}
.play, .stop {
    background: #fb8400;
    color: #fff;
    opacity: 1;
    z-index: 4;
}
.player .item .play{
    background: #fb7400;
    border-radius: 60px;
    box-shadow: 1px 0px 20px 2px black;
}
.theme-easmurat .player 
.item.play .play-inner{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 114px;
    height: 114px;
    background: #fb7400;
    border-radius: 80px;
    border: 4px solid rgba(0,0,0,.7);
}
.player-holder .thumbnail-holder{
	/*display:flex;*/
	justify-content:center;
	align-items:center;
	min-height:200px;
	position:relative;
	overflow:hidden
}
.player.player-holder .about-holder .item{
	width:40px;
	height:40px
}
.player-holder .about-holder .item.about .artist{
	font-size:18px;
	opacity:.75;
	line-height:1.11
}
.player:hover .pulse, .player:hover .pulseDois{
        animation: none;
}
.play {
	display: unset;
	padding-left: 15px;
    font-size: 50px;
    background: #fb8400;
    color: #fff;
    opacity: 1;
    z-index: 4;
    width: 240px;
    height: 240px;
	background-repeat: no-repeat;
    background: url(./images/canli_yayin_raks_fm.jpg) no-repeat;
    border: none;
    outline: 0;
}
.stop{
    display:none;
    padding-left: 0px;
	font-size: 80px;
	background: #fb8400;
    color: #fff;
    opacity: 1;
    z-index: 4;
}
.easm {
    margin-top: 10px;
    margin-bottom: 1px;
    width: auto;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    /* color: #4c4c4c; */
    text-decoration: none;
}
.list-group-item {
    position: relative;
    display: block;
	width: 100%;
	border: 0;
	border-radius: 0.2857rem;
    padding: 0.75rem 1.25rem;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: 0 25px 20px 1px rgba(0, 0, 0, 0.1);
    
}
.list-group-baslik {
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    text-overflow: ellipsis;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    -webkit-transition: width 0.25s;
}
.list-group-bilgi {
	position: relative;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    text-align: center;
    text-decoration: none;
	text-shadow: 1px 5px 11px black;
    -webkit-transition: width 0.25s;
}
.easm-bilgi {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
}
.player-holder .about-holder .item.about .title{
	font-size:20px;
	font-weight:900;
	text-shadow:0 1px 0 rgba(0,0,0,.3);
	text-transform:uppercase;
	margin-bottom:12px;
	color:#fff;
}
.title{
	color: rgba(0,0,0,.25);
	font-family: 'Lato', sans-serif;
	/*text-shadow: 1px 5px 10px #ffffff4f;*/
}
.player-wrapper{
	width: 100%;
	vertical-align: middle;
	margin:0 auto;
	overflow-y:auto
}
.header-social .social-menu-item {
    color: #4c4c4c;
    font-size: 24px;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
    width: 100%;
	display: inline-block;
    /* background: rgba(256,256,256,0.5); */
    padding: 20px;
    padding-bottom: 5px;
    /* border-radius: 10px; */
    text-align: center;
    margin: 10px 10px;
    box-shadow: 0px 0px 32px -7px #00199f;

}
/* Sosyal Medya ikon ve animasyonları */
.social-buttons {
	display: inline-block;
    padding: 10px;
    padding-bottom: 5px;
    text-align: center;
    margin: 10px 5px;
}
/* Helper class to divide the icons */
.social-margin {
  margin-right: 16px;
}
.social-icon {
  margin-bottom: 15px;
   box-sizing: border-box;
  -moz-border-radius: 138px;
  -webkit-border-radius: 138px;
  border-radius: 138px;
  border: 5px solid;
  text-align: center;
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 1px;
  padding-top: 11px;
  transition: all 0.5s;
}
.social-icon:hover {
    transform: rotate(360deg)scale(1.3);
}
/* Facebook Button Styling */
.facebook {
    font-size: 22px;
    padding-top: 9px;
    border-color: #3b5998;
    background-color: #3b5998;
    color: #ffffff;
   
}
.facebook:hover {
    background-color: #ffffff;
    color: #3b5998;
}
/* Twitter Button Styling */
.twitter {
    font-size: 22px;
    padding-top: 10px;
    padding-left: 2px;
    border-color: #55acee;
    background-color: #55acee;
    color: #ffffff;
    
}
.twitter:hover {
    background-color: #ffffff;
    color: #55acee;
}
/* instagram Button Styling */
.instagram {
    font-size: 22px;
    padding-top: 9px;
	border-color:  #e4405f;
    background-color:  #e4405f;
    color: #ffffff;   
	
}
.instagram:hover {
    background-color: #ffffff;
    color:  #e4405f;
}
/* Youtube Button Styling */
.youtube {
    font-size: 22px;
    padding-top: 9px;
    padding-left: 0px;
	border-color: #bb0000;
    background-color: #bb0000;
    color: #ffffff;
    
}
.youtube:hover {
    background-color: #ffffff;
    color: #bb0000;
}
/* Mobil Button Styling */
.mobil {
    font-size: 22px;
    padding-top: 9px;
    padding-left: 2px;
	border-color: #34465d;
    background-color: #34465d;
    color: #ffffff;  
    
}
.mobil:hover {
    background-color: #ffffff;
    color: #34465d;
}
/* iletisim Button Styling */
.iletisim {
    font-size: 22px;
    padding-top: 9px;
	border-color: #4183c4;
    background-color: #4183c4;
    color: #ffffff;

}
.iletisim:hover {
    background-color: #ffffff;
    color: #4183c4;
}
/* Whatsapp Button Styling */
.Whatsapp {
    font-size: 22px;
    padding-top: 9px;
    background-color: #25D366;
    color: #ffffff;
    border-color: #25D366;
    
}
.Whatsapp:hover {
    background-color: #ffffff;
    color: #25D366;
}
/* FM Radio Button Styling */
.fmradio {
    font-size: 22px;
    padding-top: 9px;
    padding-left: 0px;
    background-color: #fb8400;
    color: #ffffff;
    border-color: #fb8400;
    
}
.fmradio:hover {
    background-color: #ffffff;
    color: #fb8400;
}
/* Dribbble Base Style */
.btn-yazi {
	display: contents;
    position: relative;
    width: 100%;
    color: #ffffff;
    clear: both;
    border-radius: 0.25rem;
    box-shadow: 0 4px 5px rgba(0,0,0,.3);
    text-shadow: 0 1px 1px rgba(0,0,0,.5);
    /* text-overflow: ellipsis; */
    text-align: center;
    -webkit-transition: width 0.25s;
    padding: 5px;

}
.btn-yazi:hover {
    background-color: #ffffff;
    color:  #fb8400;
}
.btn-yazi, i {
    line-height: 45px;
    font-size: 26px;
}

.footer-text {
	list-style: none;
	text-align: center;
    text-decoration: none;
	font-size: 14px;  
    /* font-style: italic; */    
}
.footer {
	width: 100%;
    margin-top: auto;
	margin-bottom: 20px;
    background-repeat: no-repeat;  
    /* margin: 0 auto; */
    /* padding-top: 40px; */
}

/*EASMurat Menüsü*/
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-left: 5px;
    margin-right: 5px;
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link {
    color: #ced4da;
}
.navbar-light .navbar-nav .nav-link {
    color: #ced4da;
}
.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    background-color: #ff9600;
    color: black;
}
/*Menüdeki Logo*/
.navbar-brand-logo {
  max-width: 100%;
  height: auto;
  line-height: 40px;
  padding: 0px 1px 2.5px 10px;
  margin-right: 5px;
}
.navbar .navbar-brand,
.navbar-custom .navbar-text {
  position: relative;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 1rem;
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
  color: #ffffff;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #f98700fc;
  background-clip: padding-box;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: .25rem;
}
.navbar-custom .dropdown-item {
  color: #ffffff;
}
.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
  color: #333333;
  background-color: rgba(255,255,255,.5);
}
/*Siyah transparan effect*/
.navbar-inverse {
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  border-bottom: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  padding: 10;
}
.nav-pills .nav-link {
    border-radius: 0.2857rem;
}
.nav-link:hover, .nav-link:focus {
    text-decoration: none;
}
.nav-link {
    display: block;
    padding: 0.8rem 1rem;
}
.nav-holder{display:flex;justify-content:space-between;align-items:center;flex-direction:row;height:80px;width:100%;}
.nav-holder .logo{
	width:100%;
	height:80%;
	line-height:0;
	background-repeat:no-repeat;
	background-position:left center;
	background-size:100%;
	margin-left: 10px;
}
.nav-holder .button-holder{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:row;
	margin-right: 10px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #fb8400;
	font-size: 12px;
	margin-top: 6px;
}
.nav-link:hover, .nav-link:focus {
    text-decoration: none;
	color: #fb8400;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
	/*text-shadow: 1px 5px 11px black;*/
	text-decoration: none;
}
/*----------------------------------------------------------------------------------------*/
.site-nav li li a {
   padding: 0;
}
.site-nav li ul a {
	display: block;
	margin-bottom: 5px;
}
.site-nav li ul li:first-child {
	margin-top: 10px;
}
.site-nav li ul li:last-child {
	margin-bottom: 10px;
}
.site-nav li li ul {
	position: absolute;
	top: 0;
	left: 100%;
	padding-left: 0;
	margin-top: -10px;
}
.site-nav li li li ul {
	padding-left: 0;
}
.button{margin-left:6px}
.topbar {
    width: 100%;
    height: 56px;
    color: #fff;
    font-weight: 600;
    background-color: rgba(0, 0, 0, 0.3);
    border-bottom: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    padding: initial;
}
.site-nav li a {
    margin-left: 15px;
    margin-right: 1px;
    padding-top: 100px;
    padding-bottom: 100px;
	text-decoration: none;
}
/*----------------------------------------------------------------------------------------*/
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  text-decoration: none;
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn-info.btn-simple {
    color: #fb8400;
    border-color: #fff;
    background: #fb8400;
	text-decoration: none;
}
.btn-easm {
	color: #fff;
    border-color: #fff;
    background: #ec250d;
    text-decoration: none;
    margin-bottom: 20px;
    position: relative;
    display: block;
    width: 100%;
}
.btn .btn-easm a {
    line-height: 45px;
    text-decoration: none;
}
.btn-murat {
	color: #fff;
    border-color: #fff;
    background: #fb8400;
    text-decoration: none;
    margin-bottom: 2px;
    position: relative;
    display: block;
    width: 100%;
}
.btn .btn-murat a {
    line-height: 45px;
    text-decoration: none;
}

/*----------------------------------------------------------------------------------------*/
.tabLi a.nav-link{
        background:#999;
        color:white;
        font-weight: bold;
}
.tabLi a.nav-link.active{
        background:#333;
        color:white;
}
.tabSoruCozum{
        display: none;
}
/*----------------------------------------------------------------------------------------*/	

.theme-easmurat .topbar .item.active{
	box-shadow: inset 0 -4px 0 0 #fb7400;
}
.topbar.topbar-holder{
	display:flex;
	justify-content:space-evenly;
	font-size:16px;
	flex-direction:row;
	width:100%;
	height:100%;
    display: block;
    padding: 0.3rem 1rem;
}
.topbar.topbar-holder .item{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:row;
	list-style: none;
	text-align:center;
	cursor:pointer
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}
.about-holder {
	justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 14px 6px 16px;
    text-align: center;
}
.calanmusic {
    margin-top: 10px;
    margin-bottom: 5px;
    width: 100%;
  /*border: solid 1px #FFF;*/
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
	border-radius: 0.2857rem;
  /*border-radius: 10px;*/
    color: #ced4da;
    font-weight: bold;
	background-color: rgba(0,0,0, 0.3);
}
.preload{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background: #297eac url('./images/LOGO.png') no-repeat center center;
    z-index: 99999;
    animation: logo 3s infinite;
}
.easm-rainbow {
    position: relative;
    width: 100%;
    height: 3px;
}
.easm-rainbow:before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,#ff0075 0,#00dcff 75%,#ff0075 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-animation-name: easm-rainbow;
    animation-name: easm-rainbow;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
	animation: hue 60s infinite linear;
}
/* instagram ikonu */
.image_outer_container{
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 50%;
    position: relative;
	z-index: 0;
}
.image_outer_container .green_icon{
	background-color: #4cd137;
    position: absolute;
    right: 30px;
    bottom: 20px;
    height: 15px;
    width: 15px;
    border: 2px solid white;
    border-radius: 50%;
    margin: 0 auto;
	z-index: 0;
    pointer-events: none;   
}
       .image_inner_container{
       	border-radius: 50%;
       	padding: 5px;
        background: #833ab4; 
        background: -webkit-linear-gradient(to bottom, #fcb045, #fd1d1d, #833ab4); 
        background: linear-gradient(to bottom, #fcb045, #fd1d1d, #833ab4);
       }
       .image_inner_container img{
       	height: 200px;
       	width: 200px;
       	border-radius: 50%;
       	border: 5px solid white;
       }

/* Canlı YAYIN animasyonu*/	   
/* Prevent scrollbars to appear when waves go out of bound */
.yayinanim-wrapper {
  position: relative;
  z-index: 0;
}

/* The circle */
.yayinanim-emitter {
    position: relative;
    margin: 0 auto;
    width: 15px;
    height: 15px;
    border-radius: 9999px;
    background-color: #fff;
}

/* the 'wave', same shape and size as its parent */
.yayinanim-wave {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    background-color: #fb7400;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}
.yayinanim-easm {
    background-color: #4cd137;
    position: absolute;
    right: 30px;
    bottom: 1px;
    height: 30px;
    width: 30px;
    border: 5px solid white;
    border-radius: 50%;
    /* position: absolute; */
    /* width: 100%; */
    /* height: 100%; */
    margin: 0 auto;
    /* background-color: #fb7400; */
    pointer-events: none;
    z-index: 0;
}

.kutular {
    margin-top: 10px;
    margin-bottom: 5px;
    width: 100%;
  /*border: solid 1px #FFF;*/
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
	border-radius: 0.2857rem;
  /*border-radius: 10px;*/
    color: #ced4da;
    font-weight: bold;
	background-color: rgba(0,0,0, 0.3);
	/*padding:0px 15x;*/

    
}
.kutular:hover {
    background-color: rgb(255 153 0 / 31%);
    color: #343a40;
}

/*
  Animate!
  NOTE: add browser prefixes where needed.
*/
.yayinanim-wave {
  animation: yayinanim 1s linear infinite;
}
.green_icon {
  animation: instanim 1.8s linear infinite;
}

@keyframes instanim {
  from {
    opacity: 1;
  }
  to {
    transform: scale(5);
    opacity: 0;
  }
}
@keyframes yayinanim {
  from {
    opacity: 0.5;
  }
  to {
    transform: scale(5);
    opacity: 0;
  }
}

/*----------------------------------------------------------------------------------------*/