
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi)
{
    /* background Retina-specific stuff here */
}

@media only screen and (max-width : 400px)
{
    .radio-v.col-xs-6
    {
        width: 100%;
    }

    #main-player-picture
    {
        display: none !important;
    }
}

@media only screen and (max-width : 499px)
{
    .radio-v.col-xs-4
    {
        width: 100% !important;
    }

    #equalizer, .radio-h .col.facebook, .radio-h .col.twitter, .radio-h .col.google-plus
    {
        display: none;
    }
}

@media only screen and (max-width : 768px)
{
    li#giris > span
    {
        margin-left: 15px;
        margin-right: 15px;
        width: auto;
    }

   
}

@media only screen and (min-width : 768px)
{
    #search-form
    {
        width: 30.2% !important;
    }

        #search-form input
        {
            width: 100% !important;
        }
}

@media only screen and (min-width:500px) and (max-width : 660px)
{
    .radio-v.col-xs-4
    {
        width: 50% !important;
    }
}

@media only screen and (min-width:650px) and (max-width : 850px)
{
    .radio-v.col-xs-6
    {
        width: 33.33333333%;
    }
     #search-form
    {
        width: 35% !important;
    }
}

li#bizkimiz-menu
{
    margin-right: 5px;
}



body
{
    padding-top: 70px;
    padding-bottom: 30px;
    background-color: #f0f0f0;
    background-color: #e4e6e7;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    /*background-image:url(/Content/img/bg.jpg);*/
}

.pagination > li > a, .pagination > li > span
{
    color: #666;
    /*border-color: #3c5a98;*/
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus
{
    background-color: #3c5a98;
    border-color: #3c5a98;
}

.navbar-default
{
    border: none;
}

.navbar-header
{
    padding-left: 0px;
}

.theme-dropdown .dropdown-menu
{
    position: static;
    display: block;
    margin-bottom: 20px;
}

.theme-showcase > p > .btn
{
    margin: 5px 0;
}

.theme-showcase .navbar .container
{
    width: auto;
}

.home-radio
{
    height: 300px;
    cursor: pointer;
}

.col-sm-4
{
    /*text-align: center;*/
}

/*.radyoAnasayfaResimCerceve
{
    width: 215px;
    height: 102px;
    position: absolute;
    top: 35px;
    left: 45px;
    text-align: center;
}

    .radyoAnasayfaResimCerceve img
    {
        max-width: 215px;
        max-height: 102px;
    }*/

/*.play-btn
{
    height: 70px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 3;
    cursor: pointer;
}*/

#main-player-play
{
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    background-color: #3c5a98;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    text-indent: 2px;
}

#main-player-picture
{
    display: block;
    float: left;
    max-width: 40px;
}

.container
{
    max-width: 960px;
}



@media (min-width:768px) and (max-width:992px)
{
    .container
    {
        max-width: 100% !important;
        width: 100% !important;
    }

    #main-player-play-col
    {
        min-width: 60px;
    }
}

/*    col-xs için düzenlemeler    */
@media (max-width:768px)
{
    #main-player-play-col
    {
        min-width: 60px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

h3, h4, h5
{
    color: #555;
}

.navbar-inverse .navbar-nav > li > a
{
    color: #999;
}



#uye-giris-btn
{
    margin: 10px 0 0 10px;
}

#arama
{
    background-color: #f0f0f0;
}

    #arama:active
    {
        outline: 0;
    }

    #arama:focus
    {
        background-color: #fff;
        outline: 0;
        border-color: #e5e5e5;
        box-shadow: none;
    }

.NonOpacity
{
    opacity: 0;
}

.Opacity
{
    opacity: 1;
}



#arama-icon:hover
{
    color: #666;
}

/* enable absolute positioning */
.inner-addon
{
    position: relative;
}

    /* style icon */
    .inner-addon .glyphicon
    {
        position: absolute;
        padding: 10px;
        pointer-events: none;
    }

/* align icon */
.left-addon .glyphicon
{
    left: 0px;
}

.right-addon .glyphicon
{
    right: 0px;
}

/* add padding  */
.left-addon input
{
    padding-left: 30px;
}

.right-addon input
{
    padding-right: 30px;
}

.multiselect-selected, .multiselect-selected label
{
    background-color: #3c5a98;
    color: white;
}

html, body
{
    height: 100%;
}

.wrapper
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -155px;
}

#footer, #push
{
    height: 55px;
}

.select2-container-multi .select2-choices .select2-search-choice
{
    background-color: #e8edf1;
    background-image: none;
    border: none;
    box-shadow: none;
    color: inherit;
    border-radius: 8px;
    margin: 8px -5px 7px 10px;
    padding: 4px 8px 4px 21px;
    direction: ltr;
}

.select2-container
{
    margin: 0;
    position: relative;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    box-sizing: border-box;
}

.select2-container-multi.select2-container-active .select2choices:focus, .select2-container-multi.select2-container-active .select2choices:active
{
    outline: none;
    box-shadow: none;
    border: none;
}

#volume-icon
{
    cursor: pointer;
}

.social-icon
{
    font-size: 28px;
    color: #3c5a98;
    cursor: pointer;
}

    .social-icon:hover
    {
        font-size: 28px;
        color: #fff;
        cursor: pointer;
    }

.ui-widget
{
    font-size: 12px;
}

.ui-slider
{
    border: none;
}

.ui-widget-content
{
    background: none;
    background-color: #3c5a98;
    border-radius: 0;
    height: 5px;
    cursor: pointer;
}

.ui-slider-range-min
{
    background: none;
    background-color: #fff;
    border-radius: 0;
    height: 5px;
    cursor: pointer;
}

.ui-slider .ui-slider-handle
{
    border: none;
    width: 5px;
    /*padding-right: -20px;*/
    height: 15px;
    margin-left: 0px;
    background: none;
    background-color: #fff;
    outline: none;
    border-radius: 0;
    cursor: pointer;
}

.ui-slider-handle:active
{
    outline: none;
}

ul#kategoriler, ul#sehirler
{
    list-style: none;
    padding: 0;
    color: #999;
}

    ul#kategoriler li:hover, ul#sehirler li:hover, ul#kategoriler a:hover
    {
        cursor: pointer;
        font-weight: 600;
        text-decoration: none;
    }

    ul#kategoriler a
    {
        color: #999;
    }

.headcolor
{
    background-color: #3c5a98;
    height: 5px;
    margin-left: -15px;
    margin-right: -15px;
}

.menu-toggle-icon
{
    margin: 0;
    font-size: 18px;
    cursor: pointer;
    color: #555;
}

/*.fm-image-wrap
{
    border: 1px solid #e2e2e2;
    float: left;
    padding: 3px;
    margin: 3px;
}

.fm-wrapper
{
    margin-bottom: 15px;
    min-height: 116px;
    padding: 0;
}

h2.fm-name
{
    color: #555;
    margin: 0;
    font-size: 20px;
    font-family: 'Ubuntu',sans-serif;
}

h5.city
{
    color: #999;
    margin: 2px;
    font-family: 'Open Sans',sans-serif;
    font-style: italic;
    font-size: 13px;
}

h5.frequency, h5.hit
{
    font-family: 'Ubuntu',sans-serif;
    margin: 2px;
    color: #777;
    font-size: 13px;
}

h5 span.key
{
    font-weight: 600;
}

.fm-wrapper .glyphicon-heart, .fm-wrapper .glyphicon-star, .fm-wrapper .fa-thumbs-up
{
    color: #e5e5e5;
    cursor: pointer;
    float: right;
    margin-right: 10px;
    line-height: 40px;
    vertical-align: bottom;
}*/

/*.fm-wrapper .glyphicon-heart:hover, .fm-wrapper .glyphicon-heart.active
{
    color: #f33131;
}

.fm-wrapper .fa-thumbs-up:hover, .fm-wrapper .fa-thumbs-up.active
{
    color: #2ecc71;
}



.radio-play
{
    width: 30px;
    height: 30px;
    background-color: #3c5a98;
    color: #fff;
    border-radius: 15px;
    text-align: center;
    line-height: 28px;
    text-indent: 2px;
    cursor: pointer;
}

    .radio-play:hover, .radio-play:active, .radio-play.glyphicon-pause
    {
        background-color: #3c5a98;
    }*/
.volumeTable, .volumeTable table, .volumeTable tr, .volumeTable td
{
    border: none !important;
    margin: 0 !important;
}

.radio-toolbar .btn, .theme-btn
{
    background-color: #3c5a98;
    color: #fff;
    text-shadow: none;
    background-image: none !important;
    border: none;
    box-shadow: none;
}

    .radio-toolbar .btn.active, .radio-toolbar .btn:hover, .theme-btn:hover, .theme-btn.active
    {
        background-color: #3c5a98;
    }

    .radio-toolbar .btn:hover, .theme-btn:hover
    {
        z-index: auto;
        color: #fff;
    }

/*.radyo
{
    min-width: 320px;
}*/

/*.mainpage-radio-wrap
{
    width: 290px;
    height: 302px;
    position: relative;
    margin: 0 auto;
}*/

#box-view-template, #box-view-template-kategori-first, #box-view-template-kategori, #list-view-template, #list-view-template-kategori-first, #list-view-template-kategori
{
    display: none;
}

.list-view:nth-child(2n-1)
{
    background-color: #f5f5f5;
}

ul.multiselect-container
{
    z-index: 9999;
}


.account.dropdown ul.dropdown-menu
{
    border-radius: 4px;
    box-shadow: none;
    margin-top: 5px;
  /*  width: 300px; */
}


    .account.dropdown ul.dropdown-menu:before
    {
       
    }

    .account.dropdown ul.dropdown-menu:after
    {
       
    }

.btn-social
{
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}

    .btn-social :first-child
    {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 32px;
        line-height: 34px;
        font-size: 1.6em;
        text-align: center;
        border-right: 1px solid rgba(0,0,0,0.2);
    }



.btn-social-icon
{
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    height: 34px;
    width: 34px;
    padding-right: 0;
}

    .btn-social-icon :first-child
    {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 32px;
        line-height: 34px;
        font-size: 1.6em;
        text-align: center;
        border-right: 1px solid rgba(0,0,0,0.2);
    }





.btn-facebook
{
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0,0,0,0.2);
}

    .btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .open .dropdown-toggle.btn-facebook
    {
        color: #fff;
        background-color: #30487b;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-facebook:active, .btn-facebook.active, .open .dropdown-toggle.btn-facebook
    {
        background-image: none;
    }

    .btn-facebook.disabled, .btn-facebook[disabled], fieldset[disabled] .btn-facebook, .btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled:active, .btn-facebook[disabled]:active, fieldset[disabled] .btn-facebook:active, .btn-facebook.disabled.active, .btn-facebook[disabled].active, fieldset[disabled] .btn-facebook.active
    {
        background-color: #3b5998;
        border-color: rgba(0,0,0,0.2);
    }

.btn-google-plus
{
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0,0,0,0.2);
}

    .btn-google-plus:hover, .btn-google-plus:focus, .btn-google-plus:active, .btn-google-plus.active, .open .dropdown-toggle.btn-google-plus
    {
        color: #fff;
        background-color: #ca3523;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-google-plus:active, .btn-google-plus.active, .open .dropdown-toggle.btn-google-plus
    {
        background-image: none;
    }

    .btn-google-plus.disabled, .btn-google-plus[disabled], fieldset[disabled] .btn-google-plus, .btn-google-plus.disabled:hover, .btn-google-plus[disabled]:hover, fieldset[disabled] .btn-google-plus:hover, .btn-google-plus.disabled:focus, .btn-google-plus[disabled]:focus, fieldset[disabled] .btn-google-plus:focus, .btn-google-plus.disabled:active, .btn-google-plus[disabled]:active, fieldset[disabled] .btn-google-plus:active, .btn-google-plus.disabled.active, .btn-google-plus[disabled].active, fieldset[disabled] .btn-google-plus.active
    {
        background-color: #dd4b39;
        border-color: rgba(0,0,0,0.2);
    }

.btn-twitter
{
    color: #fff;
    background-color: #2ba9e1;
    border-color: rgba(0,0,0,0.2);
}

    .btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active, .btn-twitter.active, .open .dropdown-toggle.btn-twitter
    {
        color: #fff;
        background-color: #1c92c7;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-twitter:active, .btn-twitter.active, .open .dropdown-toggle.btn-twitter
    {
        background-image: none;
    }

    .btn-twitter.disabled, .btn-twitter[disabled], fieldset[disabled] .btn-twitter, .btn-twitter.disabled:hover, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter:hover, .btn-twitter.disabled:focus, .btn-twitter[disabled]:focus, fieldset[disabled] .btn-twitter:focus, .btn-twitter.disabled:active, .btn-twitter[disabled]:active, fieldset[disabled] .btn-twitter:active, .btn-twitter.disabled.active, .btn-twitter[disabled].active, fieldset[disabled] .btn-twitter.active
    {
        background-color: #2ba9e1;
        border-color: rgba(0,0,0,0.2);
    }

.error
{
    font-weight: 300;
    color: #3c5a98;
    font-family: 'Open Sans';
    font-size: 13px;
}

#at4-share
{
    z-index: 2;
}

.radius
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.radius-left
{
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.radius-right
{
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.radius-top
{
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.radius-top-left
{
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
}

.radius-top-right
{
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}

.radius-bottom
{
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.radius-bottom-left
{
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}

.radius-bottom-right
{
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}

.padding
{
    padding: 5px;
}

.radio-v
{
    font-family: 'Open Sans';
    color: #3c5a98;
    font-weight: 600;
    margin-bottom: 5px;
}

    .radio-v a
    {
        color: #3c5a98;
    }

    .radio-v .radio-name, .radio-v .radio-name a
    {
        white-space: nowrap;
        overflow: hidden;
        max-height: 40px;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        color: #fff;
        line-height: 40px;
        font-size: 20px;
        background-color: #3c5a98;
        text-decoration: none;
        text-align: center;
    }

    .radio-v .radio-image
    {
        text-align: center;
        background-color: #3c5a98;
        padding-bottom: 20px;
    }

        .radio-v .radio-image img
        {
            width: 120px;
            height: 120px;
            border: 5px solid #3c5a98;
            background-color: #fff;
            box-sizing: content-box;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
        }

    .radio-v .property
    {
        background-color: #fff;
        font-size: 14px;
        font-weight: 600;
        line-height: 38px;
    }

        .radio-v .property span.fa
        {
            width: 20px;
            text-align: center;
            color: #d2d6d9;
        }

    .radio-v .tools
    {
        line-height: 38px;
        text-align: center;
        cursor: pointer;
        background-color: #3c5a98;
        color: #fff;
        font-size: 18px;
    }

        .radio-v .tools .col
        {
            width: 20%;
            float: left;
        }

            .radio-v .tools .col:hover, .radio-v .tools .col.active
            {
                background-color: #fff;
            }



        .radio-v .tools .play-btn:hover, .radio-v .tools .favorite:hover, .radio-v .tools .play-btn.active, .fa-heart.active
        {
            color: #3c5a98;
        }

        .radio-v .tools .fa-heart.active
        {
            color: #3c5a98;
        }

        .radio-v .tools .facebook:hover
        {
            color: #3B5998;
        }

        .radio-v .tools .twitter:hover
        {
            color: #4099FF;
        }

        .radio-v .tools .google-plus:hover
        {
            color: #D34836;
        }




.radio-h
{
    font-family: 'Open Sans';
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
}

    .radio-h .list-item
    {
        background-color: #3c5a98;
    }

    .radio-h a
    {
        color: #3c5a98;
    }

    .radio-h .radio-name, .radio-h .radio-name a
    {
        color: #fff;
        font-size: 20px;
        background-color: #3c5a98;
        text-decoration: none;
        text-align: center;
        padding-left: 5px;
        /*float: left;*/
    }

    .radio-h .radio-image
    {
        /*text-align: center;*/
        /*padding-bottom: 20px;*/
        max-width: 64px;
        float: left;
    }

        .radio-h .radio-image img
        {
            width: 64px;
            height: 64px;
            /*border: 5px solid #3c5a98;*/
            background-color: #fff;
        }

    .radio-h .property, .radio-h .property a
    {
        font-size: 14px;
        font-weight: 600;
        font-weight: 500;
        padding-top: 5px;
    }



        .radio-h .property span.fa
        {
            width: 20px;
            text-align: center;
            color: #ffffff;
        }

    .radio-h .tools .play-btn
    {
        /*font-size: 36px;
        line-height: 64px;*/
    }

    .radio-h .tools
    {
        background-color: #3c5a98;
        /*line-height: 38px;*/
        text-align: center;
        cursor: pointer;
        color: #fff;
        font-size: 18px;
    }

        .radio-h .tools .col
        {
            background-color: #3c5a98;
            line-height: 64px;
            height: 64px;
            width: 36px;
        }

            .radio-h .tools .col:hover, .radio-h .tools .col.active
            {
                background: #fff;
            }



        .radio-h .tools .play-btn:hover, .radio-h .tools .favorite:hover, .radio-h .tools .play-btn.active
        {
            color: #3c5a98;
        }

        .radio-h .tools .fa-heart.active
        {
            color: #3c5a98;
        }

        .radio-h .tools .facebook:hover
        {
            color: #3B5998;
        }

        .radio-h .tools .twitter:hover
        {
            color: #4099FF;
        }

        .radio-h .tools .google-plus:hover
        {
            color: #D34836;
        }

		<style>.imeak-dto-opt-in-notification { width: 422px; padding: 0; border: 1px solid #bababa; border-radius: 3px; box-shadow: 0 4px 4px -2px #888; background-color: #fbfbfb; font-family: Arial, sans-serif; position: fixed; top: 0; left: 50%; margin-left: -211px; z-index: 9999999999999;}.imeak-dto-opt-in-notification-inner-container { margin: 0; padding: 0 20px 10px 20px; }.imeak-dto-opt-in-notification-image-container { float: left; margin: 13px 15px 0px 0px; }.imeak-dto-opt-in-notification-image-container img { width: 65px; height: 65px; }.imeak-dto-opt-in-notification-text-container { position: relative !important; padding: 10px 0 0 0 !important; color: #000 !important; text-align: left !important; margin: 0 !important; line-height: 1.4em !important; }.imeak-dto-opt-in-notification-title { margin-bottom: 5px; text-align: left; font-size: 14px; font-weight: 700; line-height: 1.4em; color: #000; word-break: break-word; overflow: hidden; }.imeak-dto-opt-in-notification-description { font-size: 12px; line-height: 1.4em; margin: 10px 0; padding: 0; text-align: left; word-break: break-word; overflow: hidden; }.imeak-dto-brand-logo { float: left; font-size: 10px; margin-top: 8px; line-height: 18px; }.imeak-dto-brand-logo img { width: 38px; margin-left: 3px; float: right; }.imeak-dto-opt-in-notification-button-container { float: right !important; }.imeak-dto-opt-in-notification-button { width: 90px; height: 18px; line-height: 18px; margin-left: 3px; padding: 5px; background: #f9f9f9; border: 1px solid #bababa; border-radius: 1px; display: inline-block; font-size: 14px; text-align: center; cursor: pointer; box-sizing: content-box;}.imeak-dto-opt-in-allow-button { background: #00C33D; color: #FFF; border-color: #059833; }@media all and (max-width: 421px) { .imeak-dto-opt-in-notification { width: 100%; left:0; margin: 0; border-radius: 0; border-left: 0; border-right: 0; border-top: 0; } }</style>
