


.post-title
{
    color: White !important;
    padding-left: 15px;
    padding-top: 20px;
    font-size: 16px;
}

.post-title-ust, .post-title-ust a
{
    padding: 15px 0px 15px 0px;
    font-weight: bold !important;
    font-family: "Open Sans" , "Arial Bold" , sans-serif !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    color: White !important;
}


.ust-breadcrumb
{
    padding: 15px 0px 15px 0px;
}

.ust-breadcrumb a
{
    font-weight: bold !important;
    font-family: "Open Sans" , "Arial Bold" , sans-serif !important;
    font-size: 9px !important;
    text-align: right !important;
    color: White !important;
    line-height: 2.7 !important;
}


.nav-list-header
{
    color: White;
    font-size: 16px;
    margin-top: -20px !important;
}

.btnblack
{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: Black;
    border: 1px solid #CCC;
    border-left: none;
    height: 40px;
    width: 40px;
    background-image: url('/Ext/gorsel/arama_ikon.png');
    background-repeat: no-repeat;
    background-position: center;
}

.bgWhite
{
    background-color: White !important;
}

.PadImg
{
    padding: 10px;
}


.canlibuton:hover
{
    opacity: 0.5;
}

.Pad12
{
    padding: 12px;
}



.Pad15
{
    padding: 15px;
}
.bottomPad12
{
    padding-bottom: 12px;
}


.bottomPad15
{
    padding-bottom: 15px;
}

.bottomPad25
{
    padding-bottom: 25px;
}



.topPad55
{
    padding-top: 55px;
}

.bottomPad55
{
    padding-bottom: 55px;
}

.topPad15
{
    padding-top: 15px;
}
.topPad10
{
    padding-top: 10px;
}


.top-bottom-Pad12
{
    padding-bottom: 12px;
    padding-top: 12px;
}




.rwd-table
{
    margin: 1em 0;
    min-width: 270px;
    width: 100%;
}
.rwd-table tr
{
    border-top: 1px solid rgba(255,255,255,.2);
    border-bottom: 1px solid rgba(255,255,255,.2);
}

.rwd-table tr:nth-of-type(1)
{
    border-top: 0px solid rgba(255,255,255,0.2);
}

.rwd-table tr:last-child
{
    border-bottom: 0px solid rgba(255,255,255,0.2);
}



.rwd-table th
{
    display: none;
    font-weight: bold;
    padding: 5px 10px 5px 10px !important;
}
.rwd-table a
{
    color: White;
    font-weight: normal;
}
.rwd-table a:hover
{
    color: White;
    font-weight: normal;
}
.rwd-table td
{
    display: block;
    padding: 5px 10px 5px 10px !important;
}
.last
{
    width: 50px !important;
    display: block;
    padding: 5px 10px 5px 10px !important;
}
.rwd-table td:first-child
{
    padding-top: .5em;
}
.rwd-table td:last-child
{
    padding-bottom: .5em;
}
.rwd-table td:before
{
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 6.5em;
    display: inline-block;
}
@media (min-width: 480px)
{
    .rwd-table td:before
    {
        display: none;
    }

}
.rwd-table th, .rwd-table td
{
    text-align: left;
}
@media (min-width: 480px)
{
    .rwd-table th, .rwd-table td
    {
        display: table-cell;
        padding: .25em .5em;
    }
    .rwd-table th:first-child, .rwd-table td:first-child
    {
        padding-left: 0;
    }
    .rwd-table th:last-child, .rwd-table td:last-child
    {
        padding-right: 0;
    }
}
@media (max-width: 320px)
{
    .last
    {
        width: 100% !important;
        display: block;
        padding: 5px 10px 5px 10px !important;
    }
}



.transdiv
{
    color: #FFFFFF;
    position: relative;
    float: left;
}

.transdiv .transparency
{
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    background-color: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.transIcerik
{
    position: relative;
}



.thumbnailimg
{
    display: block;
    padding: 4px;
    margin-bottom: 4px;
    line-height: 1.42857143;
}
.thumbnailimg > img, .thumbnailimg a > img
{
    margin-right: auto;
    margin-left: auto;
}
a.thumbnailimg:hover, a.thumbnailimg:focus, a.thumbnailimg.active
{
    border-color: #428bca;
}
.thumbnailimg .caption
{
    padding: 9px;
    color: #333;
}


.addTransparent
{
    background: transparent url(/ext/gorsel/tab_bg.png) repeat scroll 0 0;
}

.css3-shadow, .css3-gradient1
{
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 10 1px 4px rgba(0, 0, 0, 0.3);
}

/*==================================================
 * Drop shadow effect with box-shadow
 * ===============================================*/
.css3-shadow:after
{
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.8);
    box-shadow: 0 0 40px rgba(0,0,0,0.8);
    bottom: 0px;
    width: 80%;
    height: 50%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    left: 10%;
    right: 10%;
}

/*==================================================
 * Drop shadow effect with radial gradient
 * ===============================================*/
.css3-gradient1:after
{
    content: "";
    position: absolute;
    z-index: -1;
    top: 100%;
    bottom: 0px;
    width: 98%;
    height: 20px;
    -moz-border-radius: 100%;
    border-radius: 100%;
    left: 1%;
    right: 1%;
    background: -webkit-radial-gradient(50% -3%, ellipse cover, rgba(00, 00, 00, 0.5), rgba(97, 97, 97, 0.0) 40%);
    background: radial-gradient(ellipse at 50% -3%, rgba(00, 00, 00, 0.5), rgba(97, 97, 97, 0.0) 40%);
}




/*thumbnail images*/

.ulthumbnail
{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.ulthumbnail li
{
    list-style: none;
    padding: 14px;
}
.ulthumbnail li img
{
    cursor: pointer;
}

/* Simple Post List */
ul.simple-post-list
{
    list-style: none;
    margin: 0;
    padding: 10px 10px 10px 10px;
    font-weight: normal;
    width: 100%;
}

ul.simple-post-list li
{
    border-bottom: 1px solid rgba(255,255,255,.2);
    font-weight: normal;
}


ul.simple-post-list li:before, ul.simple-post-list li:after
{
    content: " ";
    display: table;
}

ul.simple-post-list li:after
{
    clear: both;
}

ul.simple-post-list li:last-child
{
    border-bottom: 0;
}





.postcontainer
{
    padding: 9px;
    vertical-align: middle;
    width: 100%;
    line-height: 1.5;
}

.postcontainer4
{
    width: 40%;
}
.postcontainer6
{
    width: 60%;
}

.post-left
{
    text-align: left;
}
.post-right
{
    text-align: right;
}

.postcontainer4, .postcontainer6
{
    display: inline-block;
    vertical-align: middle;
}


.post-up
{
    vertical-align: top;
}


ul.simple-post-list li a
{
    color: White;
}



.thumb-info-caption
{
    padding: 100px 0;
}

.thumb-info-caption .p-baslik
{
    min-height: 46px;
    max-height: 46px;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    font-weight: bold !important;
    font-weight: bold !important;
    color: white !important;
    font-size: 14px !important;
    font-family: "Open Sans" , "Arial Bold" , sans-serif !important;
    line-height: 1.4 !important;
    padding-top: 5px !important;
}


.thumb-info-caption .p-height
{
    min-height: 46px;
    max-height: 46px;
    font-weight: 200 !important;
    color: white !important;
    font-family: "Open Sans" , "Arial Bold" , sans-serif !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
}


ul.nav-list.primary > li
{
    margin: 0;
    padding: 0;
}

ul.nav-list.primary > li a
{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: 1px solid rgba(255,255,255,.2);
    line-height: 2;
    padding: 10px 0px 10px 0px;
    color: White;
    font-size: 15px;
    font-weight: normal;
}

ul.nav-list.primary > li a:hover, a:focus, a.active, a.visited
{
    background-color: transparent;
}





/* Logo */
#header .logo
{
    padding: 5px 0px;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    position: absolute;
}

#header .logo a
{
    position: relative;
    z-index: 1;
}


#header .logo .imglogobg
{
    position: absolute;
    left: -170px;
    top: -35px;
    z-index: 1;
}
@media (max-width: 320px)
{
    #header .logo .imglogobg
    {
        position: absolute;
        left: -210px;
        top: -35px;
        z-index: 1;
    }


}


#header .logo .imglogoimg
{
    position: absolute;
    left: -130px;
    top: 12px;
    z-index: 2;
}


.menuselected
{
    background-image: linear-gradient( #262626, #666666 ) !important;
    border-radius: 0 !important;
}

.menuselected i
{
    position: absolute;
    margin-left: -12px;
    top: -5px;
    height: 10px;
    width: 100%;
    text-align: center;
    background-image: url('/ext/gorsel/ana_kategori_down_ust_ok.png') !important;
    background-repeat: no-repeat;
    background-position: center;
}


/* Post */

article.post
{
}

article.post .post-meta
{
    padding-left: 15px;
}



article.post a
{
    font-size: 12px;
    color: White;
    font-weight: bold;
}
article.post p
{
    font-size: 12px;
    padding-left: 0px;
    padding-right: 0px;
    color: White;
}

#playerTop
{
    background-color: #ff6600;
    height: 50px;
}

.rcRefreshImage
{
    color: White;
    padding: 2px 0px 2px 0px;
    font-weight: normal;
}

.rcRefreshImage:hover
{
    color: White;
    font-weight: normal;
}

.td-icerik
{
    color: White !important;
}

.jw_button_paused
{
    background-image: url('/ext/gorsel/player_stop.png');
}

.jw_button_play
{
    background-image: url('/ext/gorsel/player_play_stop.png');
}


.jw_button_mute_off
{
    background-image: url('/ext/gorsel/volume.png');
    background-position: 0 -50px;
}


.jw_button
{
    vertical-align: middle;
    position: absolute;
    display: inline-block; /* If you worry about old browser bugs, Firefox 2 might not like this and may need -moz-inline-box instead. :D */
    width: 69px;
    height: 50px;
    margin-left: 10px;
    text-indent: -9999px; /* don't show link text */
    overflow: hidden; /* don't draw inner link text */
    z-index: 2;
}


.jw_button_sound
{
    vertical-align: middle;
    position: absolute;
    display: inline-block; /* If you worry about old browser bugs, Firefox 2 might not like this and may need -moz-inline-box instead. :D */
    width: 25px;
    height: 25px;
    margin-top: 12px;
    margin-left: 100px;
    text-indent: -9999px; /* don't show link text */
    overflow: hidden; /* don't draw inner link text */
    z-index: 2;
}

.jw_bilgi
{
    vertical-align: middle;
    position: absolute;
    display: inline-block; /* If you worry about old browser bugs, Firefox 2 might not like this and may need -moz-inline-box instead. :D */
    height: 25px;
    margin-top: 12px;
    margin-left: 370px;
    overflow: hidden; /* don't draw inner link text */
    z-index: 2;
    width: 100%;
    max-width: 780px;
}

.jw_bilgi_logo
{
    vertical-align: middle;
    position: absolute;
    display: inline-block; /* If you worry about old browser bugs, Firefox 2 might not like this and may need -moz-inline-box instead. :D */
    height: 25px;
    margin-top: 12px;
    margin-left: 300px;
    overflow: hidden; /* don't draw inner link text */
    z-index: 2;
    width: 70px;
    max-width: 70px;
}


#slider_player
{
    border-width: 1px;
    border-style: solid;
    border-color: #333 #333 #777 #333;
    border-radius: 25px;
    width: 100px;
    position: absolute;
    height: 8px;
    background-color: #8e8d8d;
    background: url('/Ext/gorsel/bg-track.png') repeat top left;
    box-shadow: inset 0 1px 5px 0px rgba(0, 0, 0, .5), 0 1px 0 0px rgba(250, 250, 250, .5);
    vertical-align: middle;
    margin-top: 22px;
    margin-left: 150px;
    z-index: 100;
}

.ui-slider-handle
{
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url('/Ext/gorsel/handle.png') no-repeat 50% 50%;
    font-weight: bold;
    color: #1C94C4;
    outline: none;
    top: -7px;
    margin-left: -12px;
}
.ui-slider-range
{
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* IE10+ */
    background: linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
    position: absolute;
    border: 0;
    top: 0;
    height: 100%;
    border-radius: 25px;
}
.team-item
{
    padding: 12px 12px 0px 12px;
}

.team-item-kanal-listesi
{
    padding: 12px 12px 12px 12px;
}


.form-control-font
{
    font-size: 16px;
    font-weight: normal;
    color: White;
}



.PadAds
{
    padding-top: 20px;
    padding-bottom: 20px;
}



.tabs
{
    margin-top: 0px;
}


.nav-tabs
{
    margin: 0;
    font-size: 0;
    border-bottom: 0px solid #ddd;
    padding-bottom: 1px;
}

.nav-tabs > li
{
    display: inline-block;
    float: none;
    width: 33%;
    max-width: 88px;
}
.nav-tabs > li:nth-of-type(1)
{
    display: inline-block;
    float: none;
    width: 34%;
    max-width: 90px;
}

.nav-tabs > li > a
{
    background-image: url('/Ext/gorsel/pasif_buton_bg_trans.png');
    background-color: transparent;
    color: #fff;
    border: 0px solid #ddd;
    font-size: 12px;
    margin-right: 0px;
    padding: 8px 13px;
    font-weight: bold;
    border-radius: 0px 0px 0 0;
}


/* active tab color */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
{
    color: #fff;
    background-image: url('/Ext/gorsel/aktif_buton_bg.png');
    border: 0px solid #ddd;
    font-size: 12px;
    margin-right: 0px;
    padding: 8px 13px;
    font-weight: bold;
    background-color: transparent;
}

/* hover tab color */
.nav-tabs > li > a:hover
{
    background-color: transparent;
    background-image: url('/Ext/gorsel/aktif_buton_bg.png');
    border: 0px solid #ddd;
    font-size: 12px;
    margin-right: 0px;
    padding: 8px 13px;
    font-weight: bold;
}



.btn-primary, .pagination > .active > a
{
    border-color: #262626;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #262626 !important;
    border-color: rgba(255, 255, 255, 0.3);
}
.btn-primary:hover, .pagination > .active > a:hover
{
    border-color: #262626 !important;
    background-color: #262626 !important;
    opacity: 0.8;
}
.btn-primary:active, .pagination > .active > a:active, .btn-primary:focus, .pagination > .active > a:focus
{
    border-color: #262626 !important;
    background-color: #262626 !important;
}
label
{
    padding-top: 7px;
    padding-bottom: 5px;
    font-weight: 200 !important;
    color: white !important;
    font-family: "Open Sans" , "Arial Bold" , sans-serif !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
}

.form-group
{
    margin-bottom: 0px;
}





.center
{
    text-align: center;
}


.dropdown-menu
{
    margin: 0px auto;
}


.fixedbutton
{
    font-size: 11px;
    color: #222;
    top: 80;
    right: 0px;
    bottom: auto;
    margin: 0 auto;
    padding: 0px 0;
    text-transform: uppercase;
    z-index: 1;
    position: absolute;
}


.dropdown-css
{
    width: 33%;
    min-width: 270px;
}


p
{
    font-weight: 200 !important;
    color: white !important;
    font-family: "Open Sans" , "Arial Bold" , sans-serif !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
}

.white
{
    font-weight: 200 !important;
    color: white !important;
    font-family: "Open Sans" , "Arial Bold" , sans-serif !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
}


.bg_radyo_1
{
    background: url(/ext/gorsel/Kanal/radyo_1_bg_ust.jpg) center 140px no-repeat,url(/ext/gorsel/Kanal/radyo_1_bg_alt.jpg) center 950px no-repeat,#22010A;
}

.bg_radyo_3
{
    background: url(/ext/gorsel/Kanal/radyo_3_bg_ust.jpg) center 140px no-repeat,url(/ext/gorsel/Kanal/radyo_3_bg_alt.jpg) center 950px no-repeat,#0040AC;
}

.bg_radyo_turku
{
    background: url(/ext/gorsel/Kanal/radyo_turku_bg_ust.jpg) center 140px no-repeat,url(/ext/gorsel/Kanal/radyo_turku_bg_alt.jpg) center 950px no-repeat,#613508;
}

.bg_radyo_trt_fm
{
    background: url(/ext/gorsel/Kanal/radyo_trt_fm_bg_ust.jpg) center 140px no-repeat,url(/ext/gorsel/Kanal/radyo_trt_fm_bg_alt.jpg) center 950px no-repeat,#C08B01;
}

.bg_radyo_nagme
{
    background: url(/ext/gorsel/Kanal/radyo_nagme_bg_ust.jpg) center 140px no-repeat,url(/ext/gorsel/Kanal/radyo_nagme_bg_alt.jpg) center 950px no-repeat,#60457A;
}

.bg_radyo_kent
{
    background: url(/ext/gorsel/Kanal/radyo_kentradyo_bg_ust.jpg) center 140px no-repeat,url(/ext/gorsel/Kanal/radyo_kentradyo_bg_alt.jpg) center 950px no-repeat,#128C81;
}


.bg_radyo_bolge
{
    background: url(/ext/gorsel/Kanal/radyo_bolge_bg_ust.jpg) center 140px no-repeat,url(/ext/gorsel/Kanal/radyo_bolge_bg_alt.jpg) center 950px no-repeat,#082916;
}

.bg_radyo_ana
{
    background: url(/ext/gorsel/Kanal/radyo_anasayfa_bg_ust.jpg) center 140px no-repeat,url(/ext/gorsel/Kanal/radyo_anasayfa_bg_alt.jpg) center 950px no-repeat,#222A3D;
}


.bg_radyo_1_pop
{
    background: url(/ext/gorsel/Kanal/radyo_1_bg_ust.jpg) center 0px no-repeat,url(/ext/gorsel/Kanal/radyo_1_bg_alt.jpg) center 950px no-repeat,#22010A;
}

.bg_radyo_3_pop
{
    background: url(/ext/gorsel/Kanal/radyo_3_bg_ust.jpg) center 0px no-repeat,url(/ext/gorsel/Kanal/radyo_3_bg_alt.jpg) center 950px no-repeat,#0040AC;
}

.bg_radyo_turku_pop
{
    background: url(/ext/gorsel/Kanal/radyo_turku_bg_ust.jpg) center 0px no-repeat,url(/ext/gorsel/Kanal/radyo_turku_bg_alt.jpg) center 950px no-repeat,#613508;
}

.bg_radyo_trt_fm_pop
{
    background: url(/ext/gorsel/Kanal/radyo_trt_fm_bg_ust.jpg) center 0px no-repeat,url(/ext/gorsel/Kanal/radyo_trt_fm_bg_alt.jpg) center 950px no-repeat,#C08B01;
}

.bg_radyo_nagme_pop
{
    background: url(/ext/gorsel/Kanal/radyo_nagme_bg_ust.jpg) center 0px no-repeat,url(/ext/gorsel/Kanal/radyo_nagme_bg_alt.jpg) center 950px no-repeat,#60457A;
}

.bg_radyo_kent_pop
{
    background: url(/ext/gorsel/Kanal/radyo_kentradyo_bg_ust.jpg) center 0px no-repeat,url(/ext/gorsel/Kanal/radyo_kentradyo_bg_alt.jpg) center 950px no-repeat,#128C81;
}


.bg_radyo_bolge_pop
{
    background: url(/ext/gorsel/Kanal/radyo_bolge_bg_ust.jpg) center 0px no-repeat,url(/ext/gorsel/Kanal/radyo_bolge_bg_alt.jpg) center 950px no-repeat,#082916;
}

.bg_radyo_ana_pop
{
    background: url(/ext/gorsel/Kanal/radyo_anasayfa_bg_ust.jpg) center 0px no-repeat,url(/ext/gorsel/Kanal/radyo_anasayfa_bg_alt.jpg) center 950px no-repeat,#222A3D;
}



/* DEMO 3 */

.wrapper-dropdown-3
{
    /* Size and position */
    position: absolute;
    width: 130px;
    margin-top: 12px;
    margin-left: 80px;
    padding: 16px; /* Styles */
    cursor: pointer;
    outline: none; /* Font settings */
    font-weight: bold;
    color: White;
    z-index: 20;
}

.wrapper-dropdown-3:after
{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 5px;
    top: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: white transparent;
}

.wrapper-dropdown-3 .dropdown
{
    /* Size & position */
    position: absolute;
    top: 140%;
    left: 0;
    right: 0;
    width: 100%; /* Styles */
    background: white;
    border-radius: inherit;
    border: 1px solid rgba(0,0,0,0.17);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    font-weight: normal;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    list-style: none;
    padding-left: 0; /* Remove left padding from list */ /* Hiding */
    opacity: 0;
    pointer-events: none;
}
.wrapper-dropdown-3 .dropdown:after
{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 5px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;
}

.wrapper-dropdown-3 .dropdown:before
{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 83px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent;
}

.wrapper-dropdown-3 .dropdown li a
{
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #8aa8bd;
    border-bottom: 1px solid #e6e8ea;
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


.wrapper-dropdown-3 .dropdown li i
{
    float: right;
    color: inherit;
}

.wrapper-dropdown-3 .dropdown li:first-of-type a
{
    border-radius: 7px 7px 0 0;
}

.wrapper-dropdown-3 .dropdown li:last-of-type a
{
    border: none;
    border-radius: 0 0 7px 7px;
}


/* Active state */

.wrapper-dropdown-3.active .dropdown
{
    opacity: 1;
    pointer-events: auto;
}

/* No CSS3 support */

.no-opacity .wrapper-dropdown-3 .dropdown, .no-pointerevents .wrapper-dropdown-3 .dropdown
{
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity .wrapper-dropdown-3.active .dropdown, .no-pointerevents .wrapper-dropdown-3.active .dropdown
{
    display: block;
}



#header .search
{
    float: right;
    margin: 10px 0 0 15px;
    position: relative;
}



#header .search input.search:first-child
{
    width: 170px;
    font-size: 0.9em;
    padding: 6px 12px;
    height: 32px;
    margin: 0;
    color: white;
    border: 1px solid #d1d1d1;
    font: bold 12px Arial,Helvetica,Sans-serif;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    background-color: #939393;
}

#header .search input.search:focus
{
    width: 220px;
    border-color: #CCC;
}

#header .search button.btn-default
{
    border: 0;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    z-index: 3;
}

#header .search-button
{
    display: none;
}

@media (max-width: 479px)
{
    #header .search
    {
        display: none;
    }
    #header .search-button
    {
        float: right;
        margin: 10px 0 0 15px;
        position: relative;
        display: inline;
    }

    .jw_bilgi
    {
        display: none;
    }
}

@media (max-width: 479px)
{
    #header .search
    {
        display: none;
    }
    #header .search-button
    {
        float: right;
        margin: 10px 0 0 15px;
        position: relative;
        display: inline;
    }


}



.small-fill
{
    width: 100% !important;
    height: 100% !important;
}


.size-fill
{
    width: 100% !important;
    height: 100% !important;
}


.jw_bilgi
{
    display: none;
}

@media (max-width: 240px)
{
    .small-fill
    {
        width: 69px !important;
        height: 50px !important;
    }
}

@media only screen and (max-width:375px) and (min-width:320px)
{
    .small-fill
    {
        width: 100% !important;
        height: 82px !important;
    }
}


@media only screen and (max-width:414px) and (min-width:375px)
{
    .small-fill
    {
        width: 100% !important;
        height: 101px !important;
    }
}

@media only screen and (max-width:480px) and (min-width:414px)
{
    .small-fill
    {
        width: 100% !important;
        height: 139px !important;
    }
}

@media only screen and (max-width:540px) and (min-width:480px)
{

    .small-fill
    {
        width: 100% !important;
        height: 139px !important;
    }
}

@media only screen and (max-width:600px) and (min-width:540px)
{

    .jw_bilgi
    {
        display: block;
        width: 200px;
    }

    .small-fill
    {
        width: 100% !important;
        height: 179px !important;
    }
}

@media only screen and (max-width:768px) and (min-width:600px)
{
    .jw_bilgi
    {
        display: block;
        width: 260px;
    }

    .small-fill
    {
        width: 100% !important;
        height: 197px !important;
    }
}




@media only screen and (max-width:992px) and (min-width:768px)
{
    .size-fill
    {
        width: 321px !important;
        height: 237px !important;
    }

    .small-fill
    {
        width: 152px !important;
        height: 114px !important;
    }

    .jw_bilgi
    {
        display: block;
        width: 320px;
    }

}

@media only screen and (max-width:1200px) and (min-width:992px)
{
    .size-fill
    {
           width: auto !important;
        height: 139px !important;
    }
    .small-fill
    {
        width: 100% !important;
        height: 65px !important;
    }

    .jw_bilgi
    {
        display: block;
        width: 380px;
    }
}

@media only screen and (min-width:1200px)
{
    .size-fill
    {
        width: auto !important;
        height: 176px !important;
        margin:0px auto !important;
        
    }
    .small-fill
    {
        width: 113px !important;
        height: 85px !important;
    }

    .wrapper-dropdown-3
    {
        width: 220px;
    }

    .jw_bilgi
    {
        display: block;
        width: 400px;
    }
}



 .wrapper-dropdown-3
    {
        width: 220px;
    }

.newItemSizeSimple
{
    width: 150px !important;
    height: 160px !important;
}

.newItemSizeSimple .rocItemContent
{
    height: 140px !important;
}


.morecontent span
{
    display: none;
}
.morelink
{
    display: block;
}
#parent {padding:  5% 0;
         text-align:center;
         }
#child  {padding: 10% 0;
           text-align:center;
         }