html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    font-family: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
.header-box{
    padding-top: 156px;
    width: 1140px;
    display: block;
    margin: auto;
    height: inherit;
}
@font-face {
    font-family: SFCOMPACT, sans-serif;
    src: url("../fonts/SF-Compact-Display-Black.otf");
}
.header-box>div>h1{
    font-size: 48px;
    font-weight: bold;
    font-family: SFCOMPACT, sans-serif;
}
.header-box>div>h1:after{
    content: " ";
    position: absolute;
    display: block;
    width: 100px;
    height: 5px;
    margin: 20px 0;
    background-color:#000000;
}
.new-album-carousel{
    width: 1000px;
    margin: auto;
}
.text-box{
    margin-top: 55px;
    font-family:'IBM Plex Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
}
.header-box>.button-wrapper{
    margin-top: 48px;
}
.btn-header{
    background-color: #696eff;
    padding: 13px 30px;
    border-radius: 20px;
    border: none;
    font-family:'IBM Plex Sans', sans-serif;
    font-weight: bold;
    font-size: 16px;
    margin-right: 15px;
    color: #ffffff;
}
.btn-header1{
    background-color: #000000;
    padding: 13px 30px;
    border-radius: 24px;
    border: none;
    font-family:'IBM Plex Sans', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
}
div#top-center {
    background-image: url('../images/frontend/header2/logo1.png');
    background-repeat: no-repeat;
    background-position: center top;
    height: 180px;
    font-size: 9pt;
}
div#top-left {
    vertical-align: top;
    height: 180px;
    font-size: 9pt;
    padding-top: 26px;
    color: #72f372;
}

div#top-right a {
    color: #72f372;
}
div#top2-left {
    width: 806px;
    margin: 0px; 
    display: inline-block; float: left;
  }

.grid-panel-heading a {
    text-transform:uppercase;
}
.album_cover{
    width: 230px;
}

div#bottom {
    background-image: url('../images/frontend/header2/bottom-bg.gif');
    background-repeat: repeat-x;
    background-position: bottom;
    height: 185px;
    vertical-align: bottom;
    width: 1174px;
}
div#bottom-center-cont {
    background-image: url('../images/frontend/header2/bottom1.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 160px;
    font-size: 9pt;
    vertical-align: bottom;
    display: table-cell;
    text-align: center;
}
div#bottom-left-cont {
    vertical-align: bottom;
    display: table-cell;
    height: 160px;
    font-size: 9pt;
    padding-top: 26px;
    color: #72f372;
    text-align: left;
}
div#bottom-right-cont {
    vertical-align: bottom;
    display: table-cell;
    height: 160px;
    font-size: 9pt;
    padding-top: 33px;
    color: #72f372;
    text-align: right;
}

.grid-panel-move, a#left_right {
    width: 22px;
    height: 22px;
    border-radius: 20px;
    margin-top: -3px;
    margin-right: -5px;
    display: inline-block;
    float: right;
}
.grid-panel-move i, a#left_right i {
    padding: 5px 5.5px;
    font-size: 9pt;
    color: #fff;
}


.bgmain { position: absolute; top: 0; left: 25%; opacity: 0.5;  display: none;}
:focus {
    outline: 0;
}
ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
#donations{
    text-align: center;
    margin-top: 100px;
}
#donations>h2{
    font-size: 34px;
    font-family: SFCOMPACT, sans-serif;
    font-weight: bold;
}
#donations>p{
    margin-top: 20px;
    font-size: 20px;
    font-family: 'IBM Plex Sans';

}
a{text-decoration:none; color:#000;}

.inline { display: inline-block; }
.hidden{ display: none; }

html, body {
	background-color: #f8f6f9 !important;
    border: 0 none;
    margin: 0;
    height: 100%;
	width: 100%;
    font-family: 'Raleway', sans-serif;
	font-size:12px;
	font-weight: normal;
    padding:0;
}
#cookie-policy {
	position: fixed;
	top:0;
    right: calc(50% - 250px);
    width: 500px;
    margin: auto;
    display: block;
	background-color: #ffffff;
	font-size: 16px;
	text-align: center;
    z-index: 10000;
    font-family: "IBM Plex Sans";
    padding: 40px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
#cookie-close {
    cursor: pointer;
}
#top-menu{
    display:flex;
    justify-content: center;
    height: 80px;
    background-color: #13131f;
    width: 100%;
    color: white;
    font-family: 'IBM Plex Sans', sans-serif;
}
.menu-nav{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: bold;
    font-size: 16px;
}
.menu-nav>ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.menu-nav>ul>li{
    float: left;
}
.menu-nav>ul>li>a{
    color:#ffffff;
    text-decoration: none;
    padding:0 15px;
}
.menu-nav>ul>li.active:after{
    content: " ";
    position: absolute;
    background-color: #696eff;
    width: 90px;
    height: 4px;
    border-radius: 2px;
    display: flex;
    margin-top: 7px;
    margin-left: 3px;
}
.menu-nav>ul>li.active:first-child:after{
    margin-left: 23px;
}
.ml{
    width: 1140px;
    display:flex;
    height: 80px;
    justify-content: space-between;
}
#top-logo{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
}
#top-logo>a{
    color: white;
}
#top-right{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}
#top-right>a{
    color: #ffffff!important;
    font-size: 16px;
    font-weight: bold;
}
#top-right>.notify{
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit;
    margin-right: 15px;
}
#top-right>.notify>a>img{
    height: 24px;
}
#container{
    width: 100%;
    margin: 0 auto 0;
    height: auto !important;
    min-height: 100% ;
}
#header {
	width: 100%;
	margin: 0 auto;
}
.searchTop{
    display: flex;
    align-items: center;
    justify-content: center;
}
#content {
    margin: auto;
    display: block;
}
.content{
    width: 1140px;
    margin: auto;
    display: block;
}
.categoryLink{
    font-size: 34px;
    font-family: SFCOMPACT, sans-serif;
    color: #000000!important;
    text-transform: uppercase;
}
.card{
    height: 350px;
    background-color: #ffffff;
    width: 230px;
    margin: 0 15px;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
    display: inline-block;
    overflow: hidden;
}
.slick-dots{
    bottom: -40px;
}
.slick-dots li button:before{
    content: " ";
    height: 15px;
    width: 15px;
    opacity: 1;
    border: 2px solid #696eff;
    border-radius: 50%;
}
.slick-dots li.slick-active button:before{
    opacity: 1;
    content: " ";
    background-color: #696eff;
}
.new-album-wrapper{
    padding: 85px 0 0 0;
    height: 600px;
    /*background:url("../images/frontend/new-bg.png");
    background-position: center;
    background-repeat: no-repeat;*/
    background: #fff;
    display: block;
}
.play-btn{
    display: block;
    position: absolute;
    top:200px;
    margin-left: 30px;
}
.play-btn-icon{
    width: 64px!important;
    display: block;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.slick-slide img{
    display: inherit;
}
.btn-more{
    background-color: #e4e4ee;
    float: right;
    padding: 7px 25px;
    border-radius: 20px;
    border: none;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    margin-right: 70px;
}
span.author{
    font-family: 'IBM Plex Sans';
    font-weight: bold;
    font-size: 20px;
}
.sng-title>div>div>span.title{
    font-family: 'IBM Plex Sans';
    font-size: 16px;
}
.socials{
    font-size: 26px;
    margin: 0 5px ;
    transition: 0.3s all;
    color: #b5b8c9;
}
.socials:hover{
    color: #696eff;
}
.socials-h{
    font-size: 26px;
    margin: 0 5px ;
    transition: 0.3s all;
    color: #23152d;
}
.socials-h:hover{
    color: #696eff;
}
.sng-title{
    height: 120px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.playlists-wrapper{
    /*background-color: #ebebf2;*/
    background-color: #fff;
    padding: 85px 0 280px 0;
}
.banner-wrapper{
    width: 1350px;
    height: 400px;
    margin-top: -200px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
    border-radius: 15px;

}
.banner-container{
    width: 1350px;
    margin: auto;
}
.bannerClass{

}
.donationSetup{
    margin-top: 30px;
}
.donationLabel{
    font-size: 19px;
    font-family: "IBM Plex Sans";
    font-weight: bold;
    margin-right: 5px;
}
.donationInput{
    font-size: 14px;
    font-family: "IBM Plex Sans";
    margin-left: 5px;
    background-color: #ebebf2;
    border: none;
    border-radius: 15px;
    text-align: center;
    padding: 10px 7px;
    width: 105px;
    color: black;
}
.d-radio{
    cursor: pointer;
}
.d-radio>input[type=radio]{
    opacity: 0;
    z-index: 9999;
}
span.overlay {
    display: inline-block;
    position: relative;
    left: -5px;
    height: 12px;
    width: 12px;
    background-color: #ced0e1;
    border-radius: 50%;
}
.d-radio>input[type=radio]:checked + span.overlay {
    background-color: #696eff;
    height: 12px;
    width: 12px;
    border: 2px solid #ced0e1;
}

.d-radio>input[type=radio]:checked + span.overlay + span.r-text {
    color: black!important;
}
.donationInput::placeholder{
    color: black;
}
.donationInput:focus::-webkit-input-placeholder { color:transparent; }
.donationInput:focus::-webkit-input-placeholder { color:transparent; }
.donationInput:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
.donationInput:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
.donationInput:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
.d-radio{
    margin: 0 10px;
}
.d-radio{
    font-weight: bold;
    font-family: "IBM Plex Sans";
    font-size: 16px;
    color: #ced0e1;
}
.btn-paysera{
    background-color: #696eff;
    padding: 14px 40px;
    border-radius: 30px;
    border: none;
    font-family:'IBM Plex Sans', sans-serif;
    font-weight: bold;
    font-size: 16px;
    margin-right:  -40px;
    z-index: 1000;
    position: relative;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(105,110,255,0.7);
    -moz-box-shadow: 0px 0px 10px 0px rgba(105,110,255,0.7);
    box-shadow: 0px 0px 10px 0px rgba(105,110,255,0.7);
    transition: 0.3s ease all;
    color: white;
}
.btn-paypal{
    background-color: #24172e;
    padding: 13px 40px 13px 60px;
    border-radius: 30px;
    border: none;
    font-family:'IBM Plex Sans', sans-serif;
    font-weight: bold;
    font-size: 16px;
    z-index: 900;
    position: relative;
    transition: 0.3s ease all;
    color: white;
}
.btn-paypal.is-active{
    color: white;
    background-color: #696eff;
    padding: 14px 40px 14px 40px;
    font-size: 16px;
    margin-left:  -40px;
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(105,110,255,0.7);
    -moz-box-shadow: 0px 0px 10px 0px rgba(105,110,255,0.7);
    box-shadow: 0px 0px 10px 0px rgba(105,110,255,0.7);
}
.m-btn-donation{
    background-color: #696eff;
    padding: 14px 40px;
    border-radius: 30px;
    border: none;
    font-family:'IBM Plex Sans', sans-serif;
    font-weight: bold;
    font-size: 16px;
    z-index: 1000;
    position: relative;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(105,110,255,0.7);
    -moz-box-shadow: 0px 0px 10px 0px rgba(105,110,255,0.7);
    box-shadow: 0px 0px 10px 0px rgba(105,110,255,0.7);
    transition: 0.3s ease all;
    color: white;
}

.btn-paysera.is-non{
    color: white;
    background-color: #24172e;
    padding: 13px 60px 13px 40px;
    z-index: 900;
    margin-right:  0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/*.btn-paypal:hover .btn-paysera  {
    background-color: #24172e;
    padding: 13px 60px 13px 40px;
    z-index: 900;
}*/
.bannerClass{
    border-radius: 15px;
    width: 1350px;
    height: 400px;
}
.card-wrapper{
    width: 1000px;
    display: block;
    margin: auto;
}
.card-horizontal{
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    width: 480px;
    height: 170px;
    display: inline-flex;
    flex-wrap: wrap;
    background-color: #f8f6f9;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);

}
#footer{
    height: 130px;
    width: 100%;
    background-color: #13131f;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card-horizontal-img-wrapper{
    width: 170px;
    overflow: hidden;
    height:170px;
    display: inline-block;
}
.card-horizontal-img{

}
.play-btn-horizontal{
    display: block;
    position: absolute;
    margin-top: 55px;
    margin-left: 138px;
}
.img-center{
    width: 170px;
    height:170px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-center2{
    height: 400px;
    width: 1350px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    overflow: hidden;
}
.cardCount{
    width: 490px;
    margin: auto;
    display: inline-flex;
}
a>.btn-more{
    color: black;
}
.card-info{
    padding: 20px 30px 20px 35px;
    width: 310px;
    height: 170px;
    display: inline-block;
    overflow: hidden;
}
#sticky.stick {
    position:fixed;
    top:-348px;
    margin:0;
    z-index: 100;
}
#pakartot_player {
	z-index: 10000;
    position: fixed;
    bottom:0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #212432;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
}
#playlist {
    margin-top: 20px;
}
#logo_block { 
	height: 90px;
	width: 120px;
	vertical-align: top;
}
#player_block {
	width: 1050px;
	height: 90px;
	vertical-align: top;
}
/*PLAYER*/


/*PLAYER END*/
.header_middle { text-align:center; }
.header_middle .header_top { width: 100%; cursor: pointer;}
#pakartot_player .logo { height:70px; width: 69px; background: url('../images/frontend/header/logo-dark.png') center center no-repeat; }
#pakartot_player .logo_link { margin-top: 10px; margin-left: 25px; vertical-align: top; }
.header_middle .header_top .search {}
.header_middle .header_top .header_detail_search { margin-right: 18px; margin-top: 5px; text-align: right; text-transform:uppercase; font-family:'Raleway', sans-serif; font-size: 11px; }
.header_middle .header_top .header_detail_search #detail-search { color: #FFFFFF; }
.header_middle .header_top .header_detail_search #detail-search:hover { color: #CCCCCC; }
.header_middle .header_top .search #search_input {
    background-color: #2b3042;
    background-image: url("../images/frontend/header/icon-search.png");
    background-size: 20px;
    background-position: 15px 10px;
    background-repeat: no-repeat;
    padding: 14px 50px 14px 50px;
    width: 300px;
    border-radius: 20px;
    color: white;
    border: none;
    z-index: 12;
    position: relative; }
.header_middle .header_top .search #search_input::placeholder{
    color: #ffffff;
    font-size: 14px;
}
.header_middle .header_bottom .menu { height:49px; width: 100%; background: url('../images/frontend/header/menu-bg.png') center top repeat-x; }
#top .menu_block { text-transform: uppercase; position: relative; height: 40px; font-family:sans-serif; font-size:18px; color: #72f372;}
#top .menu_block li { vertical-align: top; position: relative; padding: 1px 20px 0; height: 39px; background: url('../images/frontend/header/menu-bg-split.png') left top no-repeat;  }
#top .menu_block li:hover {color: #c5c5c5; }
#top .menu_block li.menu_login .menu_login_image { vertical-align: middle; }
#top .menu_block li.menu_list .menu_list_image { vertical-align: middle; height: 16px; }
#top .menu_block li a { color: #ffffff; font-size: 13px; display: block; }
#top .menu_block li a:hover { color: #cccccc; }
#top .menu_block li.menu_list ul.submenu_list { font-family: 'Raleway', sans-serif; text-align: left; width: 192px; display: none; background-color: #666; left: 0;position: absolute;top: 38px; z-index: 13; } 
#top .menu_block li.menu_list ul.submenu_list ul.subsubmenu_list { text-align: left; width: 200px; display: none; z-index: 13; position: absolute; left: 190px; top:-1px; background-color: #666;}
#top .menu_block li.menu_list ul.submenu_list ul.subsubmenu_list ul.subsubmenu_list { left: 200px;}


#top .menu_block li.menu_list:hover ul.submenu_list { display: block;  }
#top .menu_block li.menu_list ul.submenu_list li { line-height: 34px; height: 34px; border-top: 1px solid #333; color: #ffffff; }
#top .menu_block li.menu_list ul.submenu_list li:hover { background-color: #777; color: #cccccc; }
#top .menu_block li.menu_list ul.submenu_list li:hover > ul.subsubmenu_list { display: block; }

#top .menu_block li.menu_list ul.submenu_list { border-bottom: 1px solid #333; }
#top .menu_block li.menu_list ul.submenu_list ul.subsubmenu_list { border-bottom: 1px solid #333; }
.menu_login.login-lock  { height: 40px; }
.menu_login.login-lock .lock-img {  background: url('../images/frontend/icons/icon-line.png') -2px -52px no-repeat; display: block; position: relative; top: 1px; }
.menu_login.login-lock .text { font-size: 9px; text-transform: uppercase; color: #cfcfde; line-height: 15px; padding-left: 25px; text-align: left; position: relative; }
.menu_login.login-lock .text:first-child{ top: 6px; }
.menu_login.login-lock .text:last-child{ top: 2px; }
.fb-login-logo { background: #FFFFFF url('../images/frontend/icons/icon-list.png') 0 -69px no-repeat; display: inline-block; width: 40px; height: 36px; vertical-align: middle; background-color: #46619f; }
.social-login-text { color: #FFFFFF; font-size: 14px; padding: 0 35px; text-transform: uppercase; position: relative; top: 2px; }
#login_button { cursor: pointer; }

#player_container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 101;
}
#player{
    width: 1060px;
    margin: 0 auto;
}
.big_releases_gall_block .block-header { width: 1174px; margin: 0 auto; }

.block-header { background: rgba(255,255,255,0.15); width: 100%; margin-bottom:20px; min-height: 40px; border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; text-align: center; }
.block-header .text { font-size: 18px; text-transform: uppercase; line-height: 40px; color: #fff; }
.block-header a.text:hover { color: #000000; }
.block-header a.text:hover span { color: #000000; }
.big_releases_gall_block .image { position: relative; }
.album-big-over { width: 150px; height: 150px; position: absolute; top: 0; left: 0; }
.album-big-overflow { width: 150px; height: 150px; background-color: #000000; position:absolute; opacity: 0.5; color: #ffffff; }
 
.album-big-over .album-big-overflow-title {
	color: #ffffff;
    font-size: 18px;
    height: 30px;
	line-height: 30px;
    position: relative;
    text-align: center;
    top: 0;
    white-space: nowrap;
    display: inline-block;
}
.album-overflow-block { overflow: hidden; width: 120px; position: relative; height: 60px; left: 15px; top: 26px;}
.album-big-over .album-big-overflow-artist {
	color: #ffffff;
    font-size: 13px;
    height: 30px;
	line-height: 30px;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.album-big-over .album-big-overflow-play {
	background: url('../images/frontend/player/buttons.png') -111px -146px no-repeat; 
    font-size: 13px;
    height: 56px;
    left: 50px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 86px;
    white-space: nowrap;
    width: 56px;
}
.album-big-over .album-big-overflow-play:hover {
	background: url('../images/frontend/player/buttons.png') -174px -146px no-repeat;
}

.album-controls { text-align: center;margin-top: 10px;  }

.styles-block { background-color: #353535; }
.styles-block-header { height: 40px; line-height: 40px; color: #FFFFFF; margin-bottom: 20px; }
.styles-block-header .icon { background: url('../images/frontend/icons/icon-list.png') 10px -19px no-repeat; display: inline-block; height: 40px; width: 42px;}
.styles-block-header .text {display: inline-block;height: 40px;line-height: 48px; font-size: 20px; text-transform: uppercase;vertical-align: top;}
.styles-block-header .text.white { color: #ffffff; }
.styles-block-header .text.white:hover { color: #c6c6c6; }

/* naikinti
.start
.end
.text
*/





.register-body{ background: url('../images/frontend/register-bg.png') top center no-repeat;}



.clearfix{clear: both;}
.fleft{float: left;}
.fright{float: right;}
#logo{ float: left; margin:11px 0 0 23px; clear:left; height: 50px; width: 190px;}
#logo a{ display:block; height: 50px; width: 190px; background: url('../images/frontend/logo.png') no-repeat top left;}

#version { position: absolute; top: 46px; left:183px; color:#56ed2e; font-family: 'Raleway', sans-serif; font-size: 15pt; }

#flow {position: absolute; top: 42px; left: 279px; height: 30px; width: 203px; font-family: 'Raleway', sans-serif; text-transform: uppercase; font-size: 17px; text-align: center; background:url('../images/frontend/line_h.png') top left repeat-x;}
#flow a{ display: block; height: 30px; width: 202px; color:#000; line-height: 30px;}
#flow a:hover{ color: #ff001c;}
#flow .border-left {float:left; width:1px; height:29px; background:url('../images/frontend/line_v.png') top left repeat-y;}

#homepage-bg{display: block; width: 981px; height: 1413px; background: url('../images/frontend/homepage.jpg'); }

.header-left-side{ float: left; height: 111px; position: relative; background: url('../images/frontend/h_bg.png') bottom left repeat-x; }
#languages{ position: absolute; top: 18px; left: -15px; width:14px; height: 30px;  }
#languages .language{ float: left; margin-bottom: 4px; }
#languages .language .lt{ display: block; width: 14px; height: 11px; background: url('../images/frontend/flags.png') 0 0 no-repeat; }
#languages .language .lt:hover{ background-position: -24px 0; }
#languages .language .en{ display: block; width: 14px; height: 11px; background: url('../images/frontend/flags.png') 0 -21px no-repeat; }
#languages .language .en:hover{ background-position: -24px -21px; }

#header_buttons_search{ margin-top: 10px; float:left; clear:left; position: relative; height: 39px; width: 482px; font-family: 'Raleway', sans-serif; text-transform: uppercase; /*background: url("../images/frontend/header_bottom.png") no-repeat 0 30px;*/}

#register-bg{position: fixed; top:122px; left: 50%; margin-left: -576px;  width: 1152px; height: 239px; background: url('../images/frontend/register_bg.png') no-repeat; }

#login_button a{ display: block; height: 30px; width: 93px; color:#000; line-height: 30px;}
#login_button a:hover{ color: #ff001c;}


#registruotis_button{ float:left; height: 11px; width: 93px; text-align: center; margin-top:4px;}
#registruotis_button a{  display: block; height: 11px; width: 93px; color:#000; line-height: 11px;}
#registruotis_button a:hover{ color: #56ed2e;}

#srautas_button{ float:left; width: 94px; height: 40px; text-align: center; }
#srautas_button a.sprite{ display: block;  width: 94px; height: 40px; background-position:  0px -50px; color: #000; line-height: 33px;}
#srautas_button a.sprite:hover { background-position: 0px -200px;}

#apie_button{ float:left; width: 92px; height: 40px; text-align: center;}
#apie_button a.sprite{ display: block;  width: 92px; height: 40px; background-position: 0px -100px; color: #000; line-height: 33px;}
#apie_button a.sprite:hover {background-position: 0px -250px;}

#submit_search{ margin: 6px 0 0 0px;float: left; width: 19px ; height: 20px; background:url('../images/frontend/search_btn.png') no-repeat; cursor: pointer;}
#submit_search:hover{background-position: 0 -30px;}
#submit_search{ border:0; }

#modcnt{
    padding: 20px 0 13px;
    width: 1174px;
	float: left;
}



.left_column{ float:left; width: 328px; padding-bottom: 20px; }
.right_column{ float:right; width: 418px; padding-bottom: 20px; }

.left_column_menu{ float:left; width: 180px; padding-bottom: 20px;}
.right_column_menu{ float:right; width: 970px; padding-bottom: 20px; }

.full_width_column{ }

.header_blue { color: #666;}

.inner-block  { clear: both; }
.left_column_c{ position: relative; width: 328px; padding: 0 20px 20px 0; }
.left_column_c .name a { text-transform: uppercase; }

.right-column-c{ position:relative; padding-bottom: 20px; }
.full-width-column-c{ position:relative; }

.genre_list_inside { text-transform: uppercase; }

.item-cover { width: 308px; overflow: hidden; }
.item-cover img { float: left; margin-bottom: 5px; width: 308px; }
.item-statistics{ float: left; height: 41px; border-top: 1px solid #000; line-height: 40px; font-family: 'Raleway', sans-serif; font-size: 21px; text-align: center; background: url('../images/frontend/line_hor.png') 0 40px repeat-x;  }
.item-statistics .time-listened{ float: left; width: 155px; height: 40px; }
.item-statistics .separator{ float: left; height: 40px; width: 1px; background: url('../images/frontend/line_v.png') repeat-y; }
.catalog-nr{ text-align: center; color: #a1a1a1; font-size: 14px; }
.item-statistics .share { float: left; width: 111px; height: 40px; }
.item-statistics .share a{ display: block; text-transform: uppercase; margin: 4px 0 0 4px; background-image: url('../images/frontend/widget013_32x32_top.gif.png');}
.share_list a{}
.share_list { margin-top: 30px}
.share_list a:hover { color: #000000; }
.item-statistics .share .share-ico { padding-left: 30px; height: 24px;  background: url('../images/frontend/icons/release-icons.png') -8px -121px no-repeat; }
.item-title{ margin-top:20px; margin-bottom: 10px; margin-lefT: 80px; text-transform: uppercase; font-family: 'Raleway', sans-serif; font-size: 16px; }
.item-text{ color:#999; text-align: justify; font-size: 12px; font-family: 'Raleway', 'arial', sans-serif; }
.item-text a { color:#5f5f5f; }
.item-text a:hover { text-decoration: underline; }
.label-cover{ float: left; width: 348px; text-align: center; margin-top: 5px; color:#5f5f5f; font-size: 12px; font-family: 'Raleway', 'arial', sans-serif;  }
.label-cover img{ margin-bottom: 4px; }
.item-label{clear: both; float: left; margin-top: 10px; color:#5f5f5f; margin-left: 10px; width: 160px; text-align: right; font-size: 12px; line-height: 16px; font-family: 'Raleway', 'arial', sans-serif; }
.item-field{ color:#808080; float: left; margin: 9px 0 0 10px; width: 156px; text-align: left; font-size: 10px; line-height: 18px; font-family: 'Raleway', 'arial', sans-serif; }

.complain{float: left; margin-left: 7px; margin-top: 10px; font-family: 'Raleway', sans-serif; font-size: 9px;}
.complain a{ color:#666666; text-transform: uppercase;}
.complain a:hover{ color:#FF831E; }
.complain a:hover .warning-ico { background-position: -66px -164px; }
.complain .warning-ico{display: inline-block; margin-bottom: -2px; width: 20px; height: 20px; background: url('../images/frontend/icons/release-icons.png') -8px -164px no-repeat; }

.item-statistics .time-listened .money-ico{ padding-left: 38px; height: 20px;  background: url('../images/frontend/icons/release-icons.png') -8px -72px no-repeat; }

.connected-item-covers{ margin: 0 auto; padding-top: 5px; text-align: center; color:#5f5f5f; font-size: 12px; font-family: 'Raleway', 'arial', sans-serif;  }
.connected-item-covers .item > a{ font-size: 0; display: block; height: 77px; }
.connected-item-covers .item{ margin-bottom: 4px; width: 132px; margin: 0 5px 5px; width: 132px; display: inline-block; vertical-align: top;  }
.connected-item-covers .item .name a{ width: 132px; color: #5f5f5f; }
.connected-item-covers .item .name { margin-top: 5px; }
.connected-item-covers .item.alone{ float: none; margin: 0 auto;}

.right-column-c .total-likes { display: inline-block; vertical-align: middle; }
.right-column-c a.play-release{ display: inline-block; vertical-align: middle; }
.right-column-c a.play-release span { display: block; width: 66px; height: 66px; background: url("../images/frontend/player/buttons.png") no-repeat scroll 0 0 transparent;  }
.right-column-c a.play-release:hover span { background-position:-81px 0; }
.right-column-c a.play-playlist{ display: inline-block; vertical-align: middle;-top: 36px; }
.right-column-c a.play-playlist span {  display: block; width: 66px; height: 66px; background: url("../images/frontend/player/buttons.png") no-repeat scroll 0 0 transparent;  }
.right-column-c a.play-playlist:hover span {  background-position:-81px 0; }
.right-column-c a.play-hits{ display: inline-block; vertical-align: middle; }
.right-column-c a.play-hits span { display: block; width: 66px; height: 66px; background: url("../images/frontend/player/buttons.png") no-repeat scroll 0 0 transparent;  }
.right-column-c a.play-hits:hover span { background-position:-81px 0; }

.right-column-c .main-title { text-transform:uppercase; text-align: center; }
.right-column-c .main-title div{ font-family: 'Raleway', sans-serif; font-size: 18px; }
.right-column-c .main-title .greytitle{ font-family: 'Raleway', sans-serif; margin: 0; font-size: 16px; color: #808080; }
.right-column-c .main-title .greytitle a { color: #808080; }
.right-column-c .main-title .greytitle a:hover { text-decoration: underline; }

.full-width-column-c .main-title { margin-top: 26px; width: 750px; }
.full-width-column-c .main-title div{ font-family: 'Raleway', sans-serif; font-size: 48px; width: 750px; }
.full-width-column-c .main-title .greytitle{ font-family: 'Raleway', sans-serif; margin: 0; font-size: 36px; color: #808080; }

.album-controls > * { margin-right: 10px; } 

.right-column-c .total-likes .like { display: inline-block; width: 30px; text-align: center; height: 25px; background: url('../images/frontend/icons/icon-line.png') 0px -177px no-repeat; }
.right-column-c .total-likes a.like:hover { background-position: -41px -177px; }
.right-column-c .total-likes .like.on { background-position: -41px -177px; }
.right-column-c .total-likes a.like.on:hover { background-position: 0 -177px; }

.right-column-c .add_album_to_playlist { vertical-align: middle; }
.right-column-c .add_album_to_playlist .add_to_playlist {width: 25px; display:inline-block; text-align: center; height: 25px; background: url('../images/frontend/icons/icon-line.png') -1px -140px no-repeat;}
.right-column-c .add_album_to_playlist .add_to_playlist:hover { background-position: -41px -140px; }

.right-column-c .share-album { vertical-align: middle; width: 22px; display:inline-block; text-align: center; height: 28px; background: url('../images/frontend/icons/icon-line.png') 0px -99px no-repeat; }
.right-column-c .share-album:hover { background-position: -41px -99px; }

.right-column-c.alias .alias-title-c {  }
.right-column-c.alias .main-title { }
.right-column-c.alias .total-likes .like{ }
.right-column-c.alias .total-likes .count{}

.search .line-title-big { margin-top: 0; padding-top: 20px;}

.inner-block{ position: relative; background: url('../images/frontend/line_h.png') top left repeat-x;}
.inner-block .block_content{ margin: 0; }

.inner-block-fw{ position: relative; background: url('../images/frontend/line_h.png') top left repeat-x; padding-top: 5px; clear: both;}
.inner-block-fw .block_content{ margin: 30px 0 30px 15px; float: left; }

.alias-releases .block_content .item { margin-left: 17px; width: 180px; height: 231px; text-align: center; margin-bottom: 10px; }
.alias-releases .block_content .item.clear { }
.alias-releases .block_content .item .title{ width: 180px; font-size: 12px; text-transform: uppercase; overflow: hidden; }
.alias-articles .block_content { margin: 29px 0 29px 16px; }
.alias-articles .block_content .alias-articles-c{float: left; width: 573px;}
.alias-articles .block_content .alias-articles-c .item{ width: 550px; float: left; padding-left: 5px; margin-bottom: 3px; }
.alias-articles .block_content .alias-articles-c .item a{color:#040201; }
.alias-articles .block_content .alias-articles-c .item a:hover { color: #808080; }
.alias-articles .block_content .alias-articles-c .item a span.title{ float: left; clear: left; font-size: 26px; line-height: 30px; font-family: 'Raleway', sans-serif; }
.alias-articles .block_content .alias-articles-c .item a span.date{float: left; clear:left; font-size: 11px; color: #808080; }
.alias-articles .block_content .alias-articles-c .item a span.teaser{float: left; clear:left; font-size: 11px; color: #808080; }

.uppercase { text-transform: uppercase; }
.line-sep{ clear: left; height: 20px; }

.events .block_content .item { float: left; margin-right: 11px; width: 250px; }
.events .block_content .item:hover a.title { color: #999999; }
.events .block_content div.item:nth-child(3n) { margin-right: 0;}
.events .block_content .item img { width: 250px; height: 141px; }
.events .block_content .item .title{ text-align: center; font-size: 12px; width: 100%;}
.events .date { color: #5f5f5f; text-align: center; float: left; width: 100%;}

.playlists .block_content .item { float: left; margin-right: 18px; width: 280px; margin-bottom: 15px;}
.playlists .block_content .item:hover a.title { color: #999999; }
.playlists .block_content div.item:nth-child(4n) { }
.playlists .block_content .item img { width: 280px; height: 158px; }
.playlists .block_content .item .title{ text-align: center; font-size: 12px; width: 100%;}
.playlists .inner-block-fw { padding-top: 10px; } 

.homepage_track_list{ margin: 24px 0 0 0; float: left; width: 100%; }
.homepage_track_list .item{ width: 100%; border-top: 1px solid #e0e0e0; }
.homepage_track_list .item:last-child{ border-bottom: 1px solid #e0e0e0; }
.homepage_track_list .item > * { display: inline-block; vertical-align: middle;}

.homepage_track_list .item:hover { background-color: #666; }

.homepage_track_list .nr{  height: 50px; width: 30px; line-height: 50px; text-align: center; font-size: 13px; font-family: 'Raleway', sans-serif; }

.homepage_track_list .item .play { height: 50px; width: 40px;}
.homepage_track_list .item .play a{ margin: 10px 0 0 5px; display: block;  background: url('../images/frontend/icons/icon-line.png?v=1') 0px -285px no-repeat; width: 30px; height: 30px; }
.homepage_track_list .item .play a:hover{background-position: -41px -285px;}

.homepage_track_list .item .play a.stop_button{ margin: 10px 0 0 5px; display: block;  background: url('../images/frontend/icons/icon-line.png?v=1') 0px -431px no-repeat; width: 30px; height: 30px; }
.homepage_track_list .item .play a.stop_button:hover{background-position: -41px -431px;}

.homepage_track_list .item .tr_title{ width: 232px; padding-left: 10px; font-family: 'Raleway', sans-serif; }
.homepage_track_list.radio .tr_title { width: 208px; }
.homepage_track_list .item .tr_title .name{ line-height: 16px; text-transform: uppercase; font-size: 12px;  text-overflow: ellipsis; overflow: hidden;}
.homepage_track_list .item .tr_title .artist{ line-height: 16px; color: #808080; font-size: 12px;  text-overflow: ellipsis; text-transform: uppercase; }
.homepage_track_list .item .tr_title_locked { width: 495px; }
.homepage_track_list .item .play_locked { background: url('../images/frontend/icons/icon-line.png') 10px -25px no-repeat; display: block; height: 28px; margin: 11px 0; margin-left: 12px; width: 50px; }

.homepage_track_list .item .tr_time{ height: 50px; width: 31px; line-height: 50px; text-align: center; }

.homepage_track_list .item .tr_end{ height: 50px; width: 70px;}
.homepage_track_list .item .tr_end a{ display: inline-block; margin-left: 5px; } 

.homepage_track_list .item .tr_end .like, .control .like { background: url("../images/frontend/icons/icon-line.png") no-repeat 0 -262px; height: 15px; width: 19px;}
.homepage_track_list .item .tr_end .like:hover, .control .like:hover { background-position: -25px -262px; }
.homepage_track_list .item .tr_end .like.on, .control .like.on { background-position: -25px -262px; }
.homepage_track_list .item .tr_end .like.on:hover, .control .like.on:hover { background-position: 0 -262px; }
.homepage_track_list .item .tr_end .add_to_playlist, .control .add_to_playlist { background: url("../images/frontend/icons/icon-line.png") no-repeat 0 -237px; height: 15px; width: 14px;}
.homepage_track_list .item .tr_end .add_to_playlist:hover, .control .add_to_playlist:hover{ background-position: -26px -237px; }
.homepage_track_list .item .tr_end .share-track, .control .share-track{ background: url("../images/frontend/icons/icon-line.png") no-repeat 0 -211px; height: 15px; width: 13px;}
.homepage_track_list .item .tr_end .share-track:hover, .control .share-track:hover { background-position: -25px -211px; }

.homepage_track_list.radio .item .tr_end { width: 95px; }
.homepage_track_list.radio .item .tr_end .down-track { background: url("../images/icon/download.png") no-repeat; height: 15px; width: 18px; background-size: 100%;}


.control a { display: block; margin: 8px auto; }

.homepage_track_list .item .menu { position:relative; height: 59px; width: 40px; float: left; background: url(../images/frontend/line_ver.png) repeat-y 0 0;}
.homepage_track_list .item .menu > a { margin: 18px 0 0 10px; padding-left: 25px; line-height: 23px; display: block; font-family: 'Raleway', sans-serif; font-size: 22px; background: url("../images/frontend/icons/release-icons.png") no-repeat 0 -672px; height: 23px; text-align: center;}
.homepage_track_list .item .menu ul { width: 120px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; z-index:10; border: 1px solid #ccc; padding: 0 8px; background-color:#ffffff; list-style:none; position:absolute; left:-9999px; }
.homepage_track_list .item .menu ul li { float:none; border-bottom: 1px solid #cccccc; }
.homepage_track_list .item .menu ul li:last-child { border-bottom: none; }
.homepage_track_list .item .menu ul li a { white-space:nowrap; padding:6px; width: 100%; display: block; }
.homepage_track_list .item .menu > a:hover + ul,
.homepage_track_list .item .menu ul:hover { left:0; }
.homepage_track_list .item .menu ul li a:hover { color: #808080; }

.homepage_track_list .item-header { height: 30px;}
.homepage_track_list .item-header > * { height: 30px !important; line-height: 30px !important; vertical-align: top; }

.album-list.menu { position:relative; height: 66px; width: 50px; float: left;}
.album-list.menu > a { margin: 18px 0 0 5px; display: block; font-family: 'Raleway', sans-serif; background: url("../images/frontend/icons/release-icons.png") no-repeat 0 -620px; height: 50px; }
.album-list.menu ul { width: 120px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; z-index:10; border: 1px solid #ccc; padding: 0 8px; background-color:#ffffff; list-style:none; position:absolute; left:-9999px; }
.album-list.menu ul li { float:none; border-bottom: 1px solid #cccccc; }
.album-list.menu ul li:last-child { border-bottom: none; }
.album-list.menu ul li a { white-space:nowrap; padding:6px; width: 100%; display: block; }
.album-list.menu > a:hover + ul,
.album-list.menu ul:hover { left:0; }
.album-list.menu ul li a:hover { color: #808080; }

#left_block{ float: left; position: relative;  width:459px; height: 459px; border: 1px solid #000;}

.events_block{ float: left; position: relative;  width:195px; height: 216px; border: 1px solid #000; }
.generate_block{ float: right; position: relative;  width:265px; height: 216px; border: 1px solid #000; }
.recommended_gall_block{ position: relative; margin-top: 22px; height: 200px; }
.releases_gall_block { 
padding: 10px 24px; 
    clear: both; position: relative; }
.similar-gall-block{ clear: both; position: relative; margin-top: 22px; height: 200px; padding: 0 24px;}
.half-width-block{ clear: both; position: relative; height: 177px; width:289px; margin-top:29px; }

.big_releases_gall_block { height: 315px; position: relative; }

.block-content{display: block; }

.bottom_blocks{ clear:left; float: left; position: relative; margin-top: 32px; width: 966px; height: 264px; border: 1px solid #000;}
.bottom_block{ float: left;  position: relative; width: 322px; height: 264px; background: url("../images/frontend/border.gif") repeat-y;}
.bottom_block:first-child{background: none; width: 322px; }


#rec_gallery{ height: inherit;}
.slide{ float: left; display: none ;}
.gallery_mask{ overflow: hidden;}
#releases_gallery, #recommended_gallery, #similar_gallery, #med_releases_gallery{ width: 99999px; height: inherit;}

#big_releases_gallery{ width: 99999px; height: inherit; }
.big_releases_gall_block .gallery_mask{ overflow: hidden;}
#med_releases_gall .gallery_mask{ width: 570px; }


.outside_button{ position: absolute; top: -14px; left: -7px; height: 30px; font-family: 'Raleway', sans-serif; font-size: 18px; z-index: 90;}
.outside_button .start{float: left; width: 9px; height: 30px; background: url('../images/frontend/outside_button.png') no-repeat 0px 0px;  }
.outside_button .text{float: left;  height: 30px; padding: 0 12px; line-height: 30px; font-size: 18px; text-transform: uppercase; color: #fff; background: url('../images/frontend/outside-button-bg.png') repeat-x; background-color: #000;}
.outside_button .end{float:  left; width: 31px; height: 30px; background: url('../images/frontend/outside_button.png') no-repeat -19px 0px; }

.outside_button.not_outside{top:-1px;}

.outside_title{ background: url("../images/frontend/popup-header.png") repeat-x scroll center top; height: 40px; font-family: 'Raleway', sans-serif; font-size: 18px; z-index: 90;}
.outside_title .start{ }
.outside_title .text{height: 40px; line-height: 40px; text-transform: uppercase; color: #fff;}
.outside_title .end{ }

.generate_block .top_link{ position: absolute; top:4px; left:172px; width: 90px; text-align: center; text-transform: uppercase; line-height: 13px ;color:#8c8c8c; font-family: 'Raleway', sans-serif; font-size: 13px;}

#big_releases_gallery img, #similar-gallery img{ width: 230px; }
#releases_gallery img, #recommended_gallery img{ max-width: 225px; }



.block-content .item{ margin-bottom:7px; }

.block-content .jspPane .item:first-child { margin-top: 0px !important; }
.block-content .item .img-c{ height: 40px; width: 70px; float: left; position: relative; }
.block-content .item .text-c{  height: 40px; width: 183px; float: left; line-height:18px; font-family: 'Raleway', sans-serif; font-size: 12px; }
.block-content .item .text-c.no-height{ height: auto; }
.block-content .item .text-c.no-height a.text{ padding-top: 0; }

.block-content .item .text-c a{ padding-left: 7px; display: block; }
.block-content .item .text-c a.text{ color: #808080; font-size: 11px;line-height: 14px;padding-top: 5px; font-family: 'arial', 'sans-serif'}
.block-content .item:hover .text-c a.black-t{ color:#808080; }


#events.block-content .item .grey-t{ font-family: 'Raleway', 'arial', sans-serif; font-size: 11px; }

#favorite-items.block-content .item .img-c{ height: 23px; display: inline-block; vertical-align: middle; width: 40px; float: none; position: relative; }
#favorite-items.block-content .item .text-c { height: 23px; width: auto; display: inline-block; vertical-align: middle; line-height: 23px; float: none; }
#favorite-items.block-content .item .text-c a{ display: block; }

#favorite-items.block-content .item.album .img-c{ height: 40px; width: 40px; float: left; position: relative; }
#favorite-items.block-content .item.album .text-c { width: auto; height: 40px; line-height: 20px; width: 203px; float: left; overflow: hidden; }
#favorite-items.block-content .item.album .text-c a{ display: block; }

#favorite-items.block-content .item.track .img-c{ cursor: pointer; height: 23px; width: 40px; float: left; position: relative; background: url("../images/frontend/icons/icon-line.png") no-repeat scroll 9px -355px; }
#favorite-items.block-content .item.track:hover .img-c{ background-position: -22px -355px; }

#favorite-items.block-content .item.track .img-c a { display: block; width: 100%; height: 100%; }

.playlist-items.block-content .item{ margin-top: 5px; }
.playlist-items.block-content .item .img-c{  height: 24px; width: 25px; float: none; display: inline-block; vertical-align: middle; }
.playlist-items.block-content .item .img-c a { display: block; width: 25px; height: 24px; background: url('../images/frontend/player/buttons.png') -83px -101px no-repeat;}

.playlist-items.block-content .item:hover .img-c a {background-position: -115px -101px ;}
.playlist-items.block-content .item .text-c { height: 20px; width: auto; line-height: 20px; display: inline-block; vertical-align: middle; float: none; overflow: hidden; }
.playlist-items.block-content .item .text-c a{ padding-left: 5px; display: block; }

.black-t{ color:#040201; text-transform: uppercase; }
.grey-t{ color:#808080; text-transform: uppercase; }

/*.outside_button a:hover .text{ color: #909090 ;}*/
.outside_button a:hover .end{ background-position: -60px 0;  }

.more_right{
    height: 49px;
    margin-top: 0;
    position: absolute;
    right: -5px;
    top: 50%;
    width: 25px;
	margin-top:-25px;
}
.more_right a{float: left; background: url('../images/frontend/icons/icon-list.png') no-repeat -73px 0px; width: 25px; height: 49px; }
.more_right a:hover { background-position: -73px 0px;}

.more_left{ position: absolute; top: 50%; left: -5px; height: 49px;  width: 25px; margin-top: -25px; }
.more_left a{float: left; background: url('../images/frontend/icons/icon-list.png') no-repeat -39px 0px; width: 25px; height: 49px;}
.more_left a:hover { background-position: -39px 0px;}

.more_left_big{ position: absolute; top: 50%; left: -7px; margin-top: -30px; height: 61px;  width: 25px; z-index: 90;}
.more_left_big a{float: left; background: url('../images/frontend/outside_button.png') no-repeat 0px -42px; width: 25px; height: 61px;}
.more_left_big a:hover { background-position: -35px -42px;}

.more_right_big{ position: absolute; top: 50%; right: -7px; margin-top: -30px; height: 61px;  width: 25px; z-index: 90;}
.more_right_big a{float: left; background: url('../images/frontend/outside_button.png') no-repeat -70px -42px; width: 25px; height: 61px;}
.more_right_big a:hover { background-position: -105px -42px;}


.big_releases_gall_block .more_right, .big_releases_gall_block .more_left { margin-top: 0; }

/* BLOCK STYLES bendri*/
.block_content{ width: auto; height: auto;  margin: 20px 0px 0 0px; }
.block_content .item{ float: left; width: 100%;}
.block_content .title{}
.block_content .place{ float: left; clear: left; margin-top: 2px; font-family: arial, sans-serif; font-size: 13px; color:#808080;}
.block_content .text{clear:left; font-family: arial, sans-serif; font-size: 13px; color:#808080; }
.block_content .image{ float: left; line-height: 0px; }
.block_content .image a{ float: left; }

/* specifiniai */
.events_block .title{ font-size: 15px; }
.events_block .item{ margin-top: 9px; float: left; width: 100%;}
.events_block .item:first-child{ margin-top: 0; float: left;}

.releases_gall_block .item{ width: 225px;  margin-right: 12px;}
.releases_gall_block .block_content{ margin: 20px 0 0 0;}
.releases_gall_block .title{ font-size: 13px; padding-top: 5px; text-align: center; text-transform: uppercase; overflow: hidden; text-overflow: ellipsis; width: 100%; white-space: nowrap; }
.releases_gall_block .block_content .text{ width: 100%; height: 20px; text-align: center; text-transform: uppercase; line-height: 18px; font-size: 13px; font-family: 'Raleway', sans-serif; overflow: hidden; float: left; text-overflow: ellipsis; white-space: nowrap;}

.recommended_gall_block .item{ width: 132px;  margin-right: 14px;}
.recommended_gall_block .block_content{ margin: 29px 0 0 14px;}
.recommended_gall_block .title{ font-size: 18px; margin-top: 5px;}
.recommended_gall_block .block_content .text{ width: 100%; height: 38px; line-height: 18px; font-size: 18px; font-family: 'Raleway', sans-serif; overflow: hidden; float: left; }

.similar-gall-block .item{ width: 225px;  margin-right: 12px;}
.similar-gall-block .block_content{ margin: 20px 0 0 0;}
.similar-gall-block .title{ font-size: 13px; padding-top: 5px; height: 20px; width: 100%; text-align: center; overflow: hidden; text-transform: uppercase; text-overflow: ellipsis; white-space: nowrap;}

.big_releases_gall_block .item{ width: 150px; height: 150px;  margin-right: 4px;}
.big_releases_gall_block .item:hover .title{ color: #808080;  }
.big_releases_gall_block .title{ font-size: 18px; margin-top: 5px; text-transform: uppercase;}
.big_releases_gall_block .block_content .text{ width: 100%; text-transform: uppercase; line-height: 18px; font-size: 18px; font-family: 'Raleway', sans-serif; overflow: hidden; float: left; }



.events_block .title{ font-size: 18px; }

.bottom_block .item{ margin-bottom: 15px; }
.bottom_block .texts{ float: left; width: 168px; height: 63px; overflow: hidden;}
.bottom_block .image{width: 122px;}
.bottom_block .block_content .text{ width: 100%; height: 48px; overflow: hidden; float: left; }
.bottom_block .date { float: left; clear: left; font-size: 10px; font-weight: bold; color: #808080;}





/* buttons */
DIV.homepage_button {float: left; width:100%; text-align:center;}
DIV.homepage_button a {background-color: #B7B7B7; color: white; cursor: pointer; height: 22px; line-height:22px; margin-right: 15px; text-align: center; width: 130px; display:block; margin:0 auto; font-size: 14px;}

/* text blocks */
DIV.homepage_text{float:left;  padding:20px 20px; font-size: 14px;}


/* lightbox */
.login_lightbox{
    top:0; left:0; display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(19, 19, 31,0.8);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login_lightbox_content{ padding: 30px;
    }

.lightbox_content .content {
    font-size: 16px;
    margin: 10px 0 5px;
    text-align: center;
    font-family: "IBM Plex Sans";

    width: 100% !important;
}

.lightboxwrapper {
    padding: 30px;
    width: 700px;
    background-color:#ffffff;
    border-radius: 15px;
    font-family: "IBM Plex Sans";
    text-align: center;
    position: relative;
}
.lightboxwrapper .outside_title{font-size:16px; width: 100%; text-align: center; left: 0; }
.lightboxwrapper .outside_title > span {
    display: inline-block;
}

/* INPUTS */

.dark_input { border: 1px solid #e0e0e0; 
    /*background-color: #666; */
    padding: 10px; font-size: 14px; border-radius: 3px; -khtml-border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.login_input { width: 255px; padding-right: 40px; }
.register_input { width: 295px; }

/*#login-form #loginbox-email { background: url("../images/frontend/icons/icon-line.png") no-repeat scroll 275px 12px #f2f2f2; }
#login-form #loginbox-password { background: url("../images/frontend/icons/icon-line.png") no-repeat scroll 274px -20px #f2f2f2; }*/

#recover-form .dark_input { width: 285px; }
#recover-form #recover-submit { width: 200px; }

.login_lightbox_line{background:url(../images/frontend/login_line.png) no-repeat;width:144px;height:98px;right:-6px;top:-4px;position:absolute;z-index:109;}

.login_small_text {  font-size: 16px; text-transform: none; }
.login_form .forgot{ margin-bottom: 4px; }
.login_form .forgot a{font-weight: bold; color:#666; text-transform: uppercase; }
.login_form .forgot a:hover{color:#000000; }
.login_form #register-b a {font-weight: bold; color:#666; text-transform: uppercase; }
.login_form #register-b a:hover{color:#000000; }
.login_form .input { text-align: center; }
a.return_to_login {font-weight: bold; color:#696eff; }
a.return_to_login::before {
   content: "\A";
}
a.return_to_login:hover{color:#000000; }

.register-form a.return_to_login {font-weight: bold; color:#666; text-transform: uppercase; }
.register-form a.return_to_login:hover{color:#000000; }

.register-form { text-align: center; }

.click-button {
    border: 2px solid #666;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Raleway',sans-serif;
    font-size: 12px;
    padding: 5px 15px;
    text-align: center;
    text-transform: uppercase;
}
.click-button:hover, .click-button:hover a, .click-button.active, .click-button.active a {
	background-color: #666;
	color: #FFFFFF;
}

.register-top-buttons { position: relative; display: block; margin-bottom: 45px; width: 100%; }
.register-form .click-button { padding: 5px 28px; }

.click-button a { color:#666; font-weight: bold; }


#listener-reg-form{ padding-bottom: 5px; overflow: hidden;  }
#member-reg-form{ padding-bottom: 5px; overflow: hidden;  }

#recover-pass .big-button { margin-top: 30px; }

.login_lightbox_content.small_padding .lightbox_content { padding: 15px 21px; overflow: hidden; }
.login_lightbox_content .lightbox_content{ padding: 32px 21px; overflow: hidden; }
.login_lightbox_content .lightbox_content.small_padding { padding: 15px 21px; }
.login_form .small-button{margin-top:12px;}
.login_form .questionmark{float:right;width:30px;height:30px;margin-right:30px;margin-top:-29px;}
.login_form .questionmark a{display:block;width:30px;height:30px;background:url(../images/frontend/questionmark.png) no-repeat;}
#login_title{ font-size: 16px; font-weight:bold; line-height: 16px; text-align:center; }


.remmember-me { }
.remmember-me input[type=checkbox]{ margin-right: 5px; vertical-align: middle; }
.remmember-me .text{ margin-top: 2px; vertical-align: middle;}

.information{ float: left; margin-top:14px; padding-top:5px; width:279px; /* height: 270px; */ margin-left: 20px;}
.information .input_labels {clear: left; float: left;  width: 60px; height:23px; line-height:23px; margin:0;}
.information input {float: left; margin-left: 7px; width:180px; height: 21px; padding: 0 3px; line-height: 18px; border: 1px solid #231F20; margin-bottom: 5px; color: #000000; font-size: 12px; /* font-weight:bold; */ font-family: arial, sans-serif;}

.lightbox_buttons{ float:right; height:66px; margin-right: 11px;}
.lightbox_submit, .lightbox_close, .tapti_nariu{ margin: 10px 0 33px 6px; /* padding:0; */ width: 97px; height:23px; line-height:23px;  background-color:#000000; border: 0; color: white; text-align: center; font-size: 14px; font-family:georgia, sans-serif; font-weight: bold; font-style:italic;}

.lightbox_close{ float:left; text-decoration: none; line-height:23px; background-color:#D50000;}
.lightbox_close:hover{background-color:#D50000;}
.lightbox_submit{cursor: pointer; padding-bottom: 3px; float:right;}

.tapti_nariu {width: 120px; float:left; margin-left:87px; text-decoration: none; line-height:23px; background-color:#00A500; }

/* NEW HOMEPAGE*/
.login_content{ position:relative;width: 464px; height:300px; float: right; font-family:'Raleway', sans-serif; border: 1px solid #000; }
.login_content .outside_title{left:163px;font-size:22px;}
.temp-login .login_content{ margin: 0 auto; float: none; }

/* register form */
.register-top{ width: 966px; /*height: 454px;*/ height: 308px; float: left;position:relative; border: 1px solid #040201; }
.register-top .who { margin-top: -104px; text-align: center; display: block; text-transform: uppercase; font-size: 72px; font-family:'Raleway', sans-serif; }
.register-top .register-img{ position: absolute; top:-14px; left: -8px; width: 975px; height: 213px; background: url('../images/frontend/register-img2.png') no-repeat; }
.register-top .title{ margin-top: 70px; width: 100%; text-align: center; font-size: 48px; font-family:'Raleway', sans-serif; text-transform: uppercase; }
.register-top .text{margin-top: 52px; width: 100%; text-align: center; font-size: 36px; font-family:'Raleway', sans-serif; text-transform: uppercase;}


#register_form{ float:left; width: 968px; display: none; /*margin-top:123px;*/  }
#artist-register-form, #company-register-form{ display: none; }
.left_column input, .right_column input{ text-align: center; }
.register_head{float:left;  padding:77px 0 20px 0; font-size: 48px; width: 100%; text-align: center; font-family: 'Raleway', sans-serif; text-transform: uppercase;}

#register-left{float: left; position: relative; margin-top: 26px; border: 1px solid #000; width:617px; /*padding: 0 26px 20px 26px;*/ /*height: 657px;*/ }
#register-right{float: right; position: relative; border: 1px solid #000; margin-top: 26px; width:617px;  /*padding: 17px 25px 30px 25px;*/ }

#register-left #register-bg{position: absolute; width:79px; height: 28px; top:-1px; margin: 0; left: -1px; background: url('../images/frontend/over_bg.png') no-repeat; }

#register-left .big-button, #register-right .big-button{ float: left; margin: 15px 0 50px 207px;}



.register_text{float:left;  /*padding:0 25px 0 25px;*/ font-size: 22px; /*width:527px;*/ font-family: 'Raleway', sans-serif;}
.register-points{float: left; margin-top: 15px; }
.register-points li{ font-size: 26px; font-family: 'Raleway', sans-serif; text-transform: uppercase; }
/*26px*/
.reg-header{ float:left;  padding:40px 0 20px 0; font-size: 36px; width: 100%; text-align: center; font-family: 'Raleway', sans-serif; text-transform: uppercase; }

.reg-input-label{ float:left; text-align: center;  /*padding:0 0 10px 0;*/ font-size: 22px; width:100%; font-family: 'Raleway', sans-serif; text-transform: uppercase; }
.reg-inputfield{float:left; width:100%; text-align: center; margin-bottom: 20px; }
.reg-inputfield input[type="text"], .reg-inputfield input[type="password"]{ border: 1px solid #868686; height: 29px; padding: 0 8px; font-size: 15px; margin: 0 5px; }
.reg-inputfield input[type="checkbox"]{ margin-right: 5px; clear: left; float:left; margin-left: 260px; height: 22px; }
.reg-inputfield input[type="radio"]{ margin-right: 5px; clear:left; float:left; margin-left: 250px; height:22px; }
.reg-inputfield input[type="radio"].vat{ margin-left: 279px; }
.reg-inputfield input[type="radio"].gender{ margin-left: 282px; }
.reg-inputfield .after-input{ float: left; line-height: 21px; margin-bottom: 10px; }
.reg-inputfield .after-input.vat, .reg-inputfield .after-input.gender{ margin-bottom: 5px; }
.reg-inputfield .before-input{ float: left; line-height: 31px; }
.reg-inputfield{ line-height: 19px; font-size: 19px; font-family: 'Raleway', sans-serif; }
.reg-inputfield textarea{ width: 350px; margin: 0 auto; display: block; font-size: 15px; font-family: 'Raleway', 'arial', sans-serif; }
.reg-inputfield .before-input{clear: left; float: left; margin-right: 5px; margin-left: 150px; }
.reg-inputfield .long-input{ width: 350px; margin-left: 5px; }
.reg-inputfield .short-input{ width: 231px; }
.reg-inputfield input.after-text{ float: right; margin-right: 50px; width: 289px; margin-bottom: 10px; }



.pass-left{ float: left; width: 308px; }
.pass-left input[type="password"] { width: 231px; margin-left: 48px; }
.pass-left .reg-input-label{ width: 247px; text-align: center; margin-left: 48px;  }
.pass-left .reg-inputfield{ text-align: left; }
.on-right .reg-input-label{ width: 247px; text-align: center; margin-left: 6px;  }
.on-right input[type="password"]{ margin-left: 6px; }


#register-left .arrow, #register-right .arrow{ position: absolute; top:-61px; left: 280px; height:87px; width:56px;  background: url('../images/frontend/register-arrow.png'); }

.register-top .listener{ position: absolute; top:158px; left: 162px; }
.register-top .artist{ position: absolute; top:158px; right: 162px; }

.choose-button{ width: 292px; height:69px; display: inline-block; position: relative; cursor:pointer; text-align: center; margin: 10px auto; line-height: 69px;  background: url('../images/frontend/button_h69_bD4D4D4.png') repeat-x; cursor:pointer; font-family: 'Raleway', sans-serif; font-size: 48px; border: 1px solid #D4D4D4; text-transform: uppercase; }
.choose-button:hover{ background-position: 0 -79px; }
.choose-button span { display: none; }
.choose-button:hover span{ display: block; position: absolute; top:0; left: 0; width: 292px; height:69px; background: url('../images/frontend/button_h69_w292_2layer.png') no-repeat;  }

/*.add-item{ padding: 10px 40px; display: inline-block; cursor:pointer; margin: 10px auto; line-height: 18px;  background: url('../images/frontend/narys/bt_bg.png') repeat-x !important; cursor:pointer; font-family: 'Raleway', sans-serif; font-size: 48px; border: 1px solid #D4D4D4; text-transform: uppercase; }
.add-item:hover{ background: url('../images/frontend/narys/bt_bg.png') 0 -49px repeat-x !important; }
*/

#register-right .small-button{ float: left; margin-left: 104px; margin-top: 48px; }

input { padding:0px; margin: 0px; font: 12px arial,sans-serif; /*border:0;*/}
TEXTAREA { background-color: #ECECEC; border: 0 none; font: 12px/14px arial,sans-serif;}

div.inputlabel 	{float: left; clear: both; width: 100px; font-size: 11px; font-weight: normal; margin:15px 15px 0px 0px; min-height:19px; padding-top: 6px; line-height: 14px; color: #8A8A8A; text-transform:capitalize;}
div.inputlabel:first-letter{ text-transform:uppercase;}

div.inputfield {float: left; width: 285px; text-align: left; font-size: 9px; font-weight: bold; margin:15px 0px; line-height: 25px;  color: #8A8A8A; }
div.inputfield input{ background-color: #ECECEC; line-height:23px; height:23px; float: left; width: 279px; padding:0 3px; border: 1px solid #E2E2E2;}

.submit_register_form{clear: left; float: left; margin-top: 30px; margin-left: 115px;}
.submit_register_form input{ padding: 3px 10px; background-color: #24B57C; color: #FFFFFF; font-size: 14px;}

a.recover_password{
	width:100%;
	clear:both;
	display:block;
	padding:10px;
}
#messages{
	color:black;
	font-weight:bold;
	background-color:#EEEEEE;
	display:inline-block;
	font-size:1.1em;
}
div#captcha{
	float:left;
	margin:15px;
}
#triangle_container{
	margin-top:20px;
	margin-left:30px;
}
.big-button {
    background-color: #333;
    border-bottom: 3px solid #666;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #ffffff;
    cursor: pointer;
    height: 28px;
    line-height: 29px;
    margin: 13px auto 0;
    text-align: center;
    text-transform: uppercase;
    width: 132px;
	font-size: 13px;
	font-family:'Raleway', sans-serif;

}
.big-button.yes{
    background-color: #696eff;
    padding: 10px 40px;
    border-radius: 30px;
    border: none;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: bold;
    font-size: 16px;
    z-index: 1000;
    position: relative;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(105,110,255,0.7);
    -moz-box-shadow: 0px 0px 10px 0px rgba(105,110,255,0.7);
    box-shadow: 0px 0px 10px 0px rgba(105,110,255,0.7);
    transition: 0.3s ease all;
    color: white;
    height: unset;
}
.big-button.no{
    display: inline-block;
    margin-left: 15px;
    width: 160px;
    background-color: #000000;
    padding: 10px 40px;
    border-radius: 30px;
    border: none;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: bold;
    font-size: 16px;
    z-index: 1000;
    position: relative;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.7);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.7);
    transition: 0.3s ease all;
    color: white;
    height: unset;
    float: unset!important;
}
.big-button.checked { color: #c5c5c5; }
.big-button:hover a{ color: #e3e3e3; }
.big-button a{ color: #ffffff; }
.small-button {height: 28px; width: 120px; background: url('../images/frontend/upload_b_bg.png') repeat-x; text-align: center; line-height: 28px; border: 1px solid #000;margin: 0 auto;cursor: pointer;text-transform: uppercase;}
.small-button:hover{background: url('../images/frontend/upload_b_bg.png')  0 -62px repeat-x;}
/*.small-button:active{position:relative;top:1px;}*/
.small-button{ color:#000; font-size: 19px; font-family:'Raleway', sans-serif;  }
.small-button a{ display: block; }


.release-top-panel{ position:fixed; top:0; left:50%; margin: 0 auto; margin-left: -483px; padding: 0 13px; line-height: 25px; color:#56ED2E; background-color: #fff; z-index: 101; width: 940px; height: 26px; border-bottom: 1px solid #56ED2E; border-left: 1px solid #56ED2E; border-right: 1px solid #56ED2E; font-family: 'Raleway', sans-serif; font-size: 17px; text-transform: uppercase; }
.release-top-panel .back-to-edit{ float: right; line-height: 25px; padding-left: 25px; color:#56ED2E;  background: url('../images/frontend/narys/back-to-admin.png') no-repeat 0 -22px; } /*6px*/
.release-top-panel .back-to-edit:hover{ color:#FF001C; background: url('../images/frontend/narys/back-to-admin.png') no-repeat 0 6px; }

.dash-col-sep1{position: absolute; width: 1px; height: 100%; top: 0; left: 279px; background: url('../images/frontend/line_v_w.png') repeat-y;}
.dash-col-sep2{position: absolute; width: 1px; height: 100%; top: 0; left: 482px; background-color:#fff;}

.dash-following{float: left; width: 203px; }
.dash-following .title{ float: left; margin-top: 5px;  width: 203px; height: 38px; line-height: 38px; font-size: 16px; color: #fff; text-align: center; background: url('../images/frontend/line_h_w.png') bottom left repeat-x; font-family:'Raleway', sans-serif;  }
.following-items{ float: left; width: 187px; height: 311px; margin:7px 0 0 11px;  }
.following-items .item{float: left; width: 177px; margin-top: 7px; height: 28px; }
.following-items .item img{ float: left; }
.following-items .item .text{ margin-left: 8px; color:#fff; float: left; width: 120px; height: 28px; line-height: 14px; font-size: 15px; font-family: 'Raleway', sans-serif;}
.following-items .item .text span{ display: table-cell; vertical-align: middle; height: 26px;  }
.following-items .item:hover{ opacity: 0.7; filter: alpha(opacity=70);  }
.following-items .item:first-child{ margin-top: 0; }


#dash-calendar{ width: 230px; margin: 0 auto; clear: left; /*padding-top: 8px;*/ }
/** datepicker styling **/
.ui-widget-content {background: transparent;}
.ui-widget-content a { color: #57ED2E; }
.ui-widget-header a { color: #57ED2E; }

.ui-datepicker-calendar { border: 1px solid black; }
.ui-widget { font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url('../images/calendar/ui-bg_highlight-soft_100_eeeeee_1x100.png') 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url('../images/calendar/ui-bg_gloss-wave_35_f6a828_500x100.png') 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {display: block;left: 50%;margin-left: -8px;margin-top: -8px;position: absolute;top: 50%; }

.ui-datepicker { width: 227px; border:none; display: none; padding: 0 6px 6px 6px; font-family: 'Raleway', 'arial', sans-serif;}
.ui-datepicker .ui-datepicker-header { position:relative; padding:3px 3px;  /*border-bottom:1px solid #ECECEC;*/ /*border-left:1px solid #ECECEC;border-right:1px solid #ECECEC; */ }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{ position:absolute; top: 9px; width: 15px; height: 20px; background: url('../images/frontend/dash-icos.png') no-repeat; cursor: pointer;}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { }
.ui-datepicker .ui-datepicker-prev { left:40px; background-position: 4px -80px; }
.ui-datepicker .ui-datepicker-next { right:40px; background-position: 4px -99px;}
.ui-datepicker .ui-datepicker-prev-hover { background-position: -12px -80px; border: 0; }
.ui-datepicker .ui-datepicker-next-hover { background-position: -13px -99px; border: 0;}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display:none; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { letter-spacing: 0.2px; margin: 0 2.3em; line-height: 28px; text-align: center; color: #fff; font-family: 'Raleway', sans-serif; font-size: 18px; text-transform: uppercase; font-weight: normal;}
.ui-datepicker .ui-datepicker-title select { font-size:15px; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: 12px; border-collapse: collapse; padding:0 3px 0 0; /*border: 1px solid #E2E2E2;  background-color: #FAFAFA; */}
.ui-datepicker table thead { font-family: 'Raleway', 'arial', sans-serif !important; }
.ui-datepicker tbody tr { background: url('../images/frontend/cal_line_h.png') repeat-x 0 0 !important; }
.ui-datepicker tbody td { font-size: 11px; background: url('../images/frontend/cal_line_v.png') repeat-y 0 0 !important;  }
.ui-datepicker tbody tr td:first-child { background: none !important;  }
.ui-datepicker th {padding: 6px 0; text-align: center; font-weight: bold; border: 0; color: #000000; }
.ui-datepicker td { border: 0; /*padding: 3px 0 0 3px;*/ width: 27px; height: 27px;}
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: 7px 0 6px 0; text-align: center; text-decoration: none; /*font-weight: bold;*/}
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
.ui-datepicker table .ui-state-default{ background: transparent !important; border:0;  color: #000000; }
.ui-datepicker table .ui-state-hover{ }
.ui-datepicker table .ui-state-active{ }/*selected day*/
.ui-datepicker table .ui-state-highlight{ } /*today*/
.ui-datepicker table .ui-datepicker-today a{ color:#ff001c !important; } /*today*/
.ui-datepicker table .ui-datepicker-other-month.ui-datepicker-unselectable span{ color: #868686 !important;}/* other month days */
.ui-datepicker table .ui-datepicker-unselectable span{ color: #808080 !important; }
.ui-datepicker table .ui-datepicker-week-end{/* background-color: #FAFAFA; */}/* weekend days*/
.ui-datepicker .ui-widget-header{ background: none !important; border: 0 !important;}
.ui-datepicker.ui-corner-all{ border-bottom-right-radius: 0!important; border-bottom-left-radius:0!important; border-top-right-radius: 0!important; border-top-left-radius: 0!important;}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: 1; }
.ui-datepicker .ui-widget-header .ui-icon { background-image: url("../images/calendar/ui-icons_222222_256x240.png") !important; }

.event-calendar { position: relative; width: 232px; margin-left: 36px; text-align: center; }
.event-calendar a.prev, .event-calendar a.next { top:2px; position: absolute; width: 15px; height: 10px; position: absolute;  background: url('../images/frontend/calendar_arrows.png') no-repeat;  }
.event-calendar a.month { font-family: 'Raleway', sans-serif; font-size: 16px; text-transform: uppercase; }
.event-calendar a.next { right:37px; background-position: -11px 0px; }
.event-calendar a.next:hover { right:37px; background-position: -43px 0px; }
.event-calendar a.prev { left:40px; background-position: 4px 0px; }
.event-calendar a.prev:hover { left:40px; background-position: -28px 0px; }

.event-calendar table {width: 100%; font-size: 12px; border-collapse: collapse; padding:0 3px 0 0; border: none;}
.event-calendar th {padding: 6px 0; text-align: center; font-weight: bold; border: 0; color: #FFF; }
.event-calendar tbody tr { background: url('../images/frontend/cal_line_h.png') repeat-x 0 0 !important; }
.event-calendar tbody td { font-size: 11px; background: url('../images/frontend/cal_line_v.png') repeat-y 0 0 !important;  }
.event-calendar tbody tr td:first-child { background: none !important;  }
.event-calendar td { border: 0; /*padding: 3px 0 0 3px;*/ width: 27px; height: 27px; text-align: center;}
.event-calendar td.month-other{ color: #808080; }
.event-calendar td.month-this{ color: #fff; }
.event-calendar td a{ color: #FF001B !important; }

.dash-col3{ float: left; height: 363px; width:479px; margin-top: 7px;   }
.col3-menu{ float: left; height: 363px; width:95px; background: url('../images/frontend/line_v_w.png') top right repeat-y;   }
.col3-menu .item{ width: 95px; height: 36px; background: url('../images/frontend/line_h_w.png') bottom left repeat-x; }
.col3-menu .item a{ color:#A0A0A0; display: block; height: 35px; width: 90px; padding-right: 5px; text-align: right; line-height: 36px; font-size: 16px; font-family:'Raleway', sans-serif; }
.col3-menu .item.active a{ background-color: #000; color:#fff; }
.col3-menu .item a:hover{ color:#fff; }

.col3-content {display: none; float: left; height: 338px; width: 378px; margin: 7px 0 0 6px;  }

.col3-content .item{ float: left; position: relative; height: 20px; width: 368px; margin-top: 6px; }
.col3-content .item:first-child{ margin-top: 0; }
.col3-content .item a{ line-height: 20px; font-size: 12px; font-family: 'Raleway', 'arial', sans-serif; color:#fff; }
.col3-content .item img{ float: left; }
.col3-content .item span.playlist-icon{ float: left; width: 20px; height:20px; background: url("../images/frontend/type-icons.png") -40px -253px no-repeat; }
.col3-content .item .title{ float: left; margin-left: 8px; width: 155px; height: 20px; overflow: hidden;}
.col3-content .item .title.only{width: 255px;}
.col3-content .item .artist{ float: left; margin-left: 8px; width: 155px; height: 20px; overflow: hidden;}
.col3-content .item:hover img,
.col3-content .item:hover .title,
.col3-content .item:hover .artist,
.col3-content .item:hover span.playlist-icon {opacity: 0.7; filter: alpha(opacity=70); }
.col3-content .item .remove{ position: absolute; display: none; top:4px; width: 12px; height:12px; right: 3px; }
.col3-content .item:hover .remove{  display: block; }
.col3-content .item .remove a{ display: block; width:12px; height: 12px; background: url('../images/frontend/dash-icos.png') no-repeat -1px -1px; }
.col3-content .item .remove a:hover{ background: url('../images/frontend/dash-icos.png') no-repeat -21px -1px; }

/* header dash message window*/
.message-window{ width: 687px; display: none; float: left; margin-top: 5px; height: 360px; }
.top-line{ width: 687px; display: none; float: left; position: relative; height: 38px; background: url('../images/frontend/line_h_w.png') repeat-x left bottom; }
.top-line .close-message-list{ float: left; padding:3px 8px 3px 0; margin-top: 6px; margin-left: 13px; color:#9F9F9F; font-size: 16px; font-family:'Raleway', sans-serif; }
.top-line .close-message-list span{ width: 10px; height: 9px; margin: 6px 9px 0 0; float: left; background: url('../images/frontend/dash-icos.png') no-repeat 0px -124px; }
.top-line .close-message-list:hover{  color:#fff;}
.top-line .close-message-list:hover span{ background-position: -20px -124px;}

.top-line .back-to-message-list{ float: left; padding:3px 8px 3px 0; margin-top: 6px; margin-left: 13px; color:#9F9F9F; font-size: 16px; font-family:'Raleway', sans-serif; }
.top-line .back-to-message-list:hover{ color:#fff; }

.new-message .black-button{position: absolute; top:6px; left:151px; }
.black-button{height: 21px; border:1px solid #848484; padding: 0 17px; text-align: center;  font-size: 16px; color: #FFFFFF; font-family:'Raleway', sans-serif; background: url('../images/frontend/dash-buttons.png') 0 0 repeat-x; text-transform: uppercase; }
.black-button:hover{ border:1px solid #fff; background-position: 0 -31px; }

.message-window .message-list-c{ float: left; display: none; width: 671px; height: 314px; margin-left: 11px; /*margin-top: 9px;*/ }
.message-window .message-list-c .item{ float: left; position: relative; width: 657px; line-height: 44px;  background: url('../images/frontend/line_h_w.png') bottom left repeat-x;  }
.message-window .message-list-c .item a{ color:#9F9F9F; float: left; }
.message-window .message-list-c .item a:hover{ color:#fff; }
.message-window .message-list-c .item img{ float: left; margin-top: 7px;}
.message-window .message-list-c .item .sender{ float: left; margin-left: 8px; height: 44px; width: 151px; overflow: hidden; font-size: 15px; font-family:'Raleway', sans-serif;}
.message-window .message-list-c .item .subject{ float: left; margin-left: 4px; height: 44px; width: 333px; overflow: hidden; font-size: 15px; font-family:'Raleway', 'arial', sans-serif;}
.message-window .message-list-c .item .date{ float: right; margin-right: 23px; width: 93px; text-align: right; height: 44px; overflow: hidden; font-size: 10px; font-family:'Raleway', 'arial', sans-serif;}
.message-window .message-list-c .item .message-text{ clear: both; width: 445px; margin-right: 8px; line-height: 15px; margin-top: 0px; margin-bottom: 6px; float: right; color: #fff; font-size: 12px; font-family:'Raleway', 'arial', sans-serif; }
.message-window .message-list-c .item .replay { float: right; clear: both; margin-bottom: 9px; margin-right: 24px; font-size: 16px; line-height: 19px; color: #FFF; font-family:'Raleway', sans-serif;}

.message-window .message-list-c .item .message-bottom{ float: right; display: none; }
.message-window .message-list-c .item a .arrow { display: none; background: url("../images/frontend/dash-icos.png") -20px -68px no-repeat; height: 6px; position: absolute; right: 9px; top: 19px; width: 10px; }
.message-window .message-list-c .item a:hover .arrow {display: block; }
.message-window .message-list-c .item a .arrow.up { display: block; background-position: -20px -52px; }

.message-window .new-message-c{ display: none; float: left; width: 671px; height: 314px; margin-top: 12px; }

.message-window .new-message-c .input-title{ float: left; clear:left; text-align: right;  margin-top: 8px;  width:193px; height: 20px; color:#fff; font-size: 18px; line-height: 20px; font-family:'Raleway', sans-serif; }
.message-window .new-message-c .input-area { float: left; margin-left: 25px; margin-top: 8px; width: 431px; }
.message-window .new-message-c .input-area input{ float: left; height: 12px; width: 421px; padding: 3px 5px; border: 1px solid #838383;  }
.message-window .new-message-c .input-area input.shorter{ width: 228px; }
.message-window .new-message-c .input-area textarea{ float: left; height: 189px; resize: none;  width: 421px; padding: 3px 5px; border: 1px solid #838383; background-color: #fff; }
.message-window .new-message-c .send-button{ float: right; margin-top: 16px; margin-right: 20px; }
.message-window .new-message-c .send-button .black-button{float: left;  width: 71px; }


.one-third-block {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 370px;
}

.two-third-block {
    position: relative;
    vertical-align: top;
    width: 779px;
    float: left;
}

.s-block{ height: 249px; }

.one-third-block .block-c .photo-item{ float: left; clear:left; margin-bottom: 13px; }
.one-third-block .block-c a{ float: left; position: relative; width:370px;}
.one-third-block .block-c a:hover .title.bl{ color:#808080; }
.one-third-block .block-c a img{ display: inline-block; vertical-align: middle; }
.one-third-block .block-c .texts{ width: 225px; display: inline-block; vertical-align: middle; }
.one-third-block .block-c .title{ float: left; clear: left; line-height: 18px; font-size: 14px; font-family:'Raleway', sans-serif; text-transform: uppercase; }
.one-third-block .block-c .texts.text-from-top{ margin-left: 20px; }

.one-third-block .block-c .photo-item.track a.track-default-img70{ width: 70px; }
.one-third-block .block-c .photo-item.track a{ width: 200px; }

.event-participants .photo-item{ float: none; margin-bottom: 13px; }
.event-participants a{ position: relative; }
.event-participants a:hover .title.bl{ color:#808080; }
.event-participants a img{ float: left; }
.event-participants .texts{ margin-left: 10px; }
.event-participants .title{ line-height: 40px; font-size: 13px; font-family:'Raleway', sans-serif; text-transform: uppercase; }
.event-participants .texts.text-from-top{ margin-top: -3px; }

/*.one-third-block .block-c .title:first-child{ margin-top: 0px; }*/
.newest-releases .block-c .photo-item { margin-bottom: 11px; }

.one-third-block .block-c .text{float: left; clear: left; font-size: 11px; line-height: 14px; color:#808080; }
.one-third-block .block-c .text.fixed-heigt{ height: 31px; overflow: hidden; }

.bl{ /*color:#040201; */}
.gr{ color:#808080; }

.home_left_column{ width: 820px; display: inline-block; float: left; }
.home-right-side{ width: 349px; display: inline-block; float: right; }
.home_left_column .block-home-2 { margin-left: 39px; }
.home-playlist-block { position: relative; }

.v-sep1{ position: absolute; left: 327px; top:0; height: 100%; width: 1px; background: url('../images/frontend/line_v.png') repeat-y; }
.v-sep2{ float: left; height: 99px; width: 1px; background: url('../images/frontend/line_v.png') repeat-y; }
.home-playlist-block img { opacity: 0.35; }
.home-playlist-block .generate-buttons{margin-left: 1px; float: left; width: 146px; height: 98px; }
.home-playlist-block .generate-buttons a {display: block; font-size: 18px; font-family:'Raleway', sans-serif; text-transform: uppercase;}
.home-playlist-block .generate-buttons a:hover{ background: url('../images/frontend/item-bgs.png') 0 -118px repeat-x; }


.home-triangle{ float:left; width: 145px; height: 99px; background: url('../images/frontend/line_h.png') repeat-x left bottom;}
.home-triangle a, .home-mood-test a{ float:left; width: 145px; height: 99px; line-height: 42px; text-align: center; text-transform: uppercase; }
.fav-genre{float: left; width: 146px; height: 52px; line-height: 52px; text-align: center; font-size: 18px; font-family:'Raleway', sans-serif; background: url('../images/frontend/line_h.png') repeat-x left bottom #fff; text-transform: uppercase;}
.home-mood-test{width: 145px; height: 98px; float: left; }

.home-triangle a .ico{ width: 55px; height: 48px; margin: -2px auto 0; display: block; background: url('../images/frontend/playlist-generate.png') 0 0 no-repeat; }
.home-mood-test a .ico{ width: 78px; height: 38px; margin: 2px auto 0; display: block; background: url('../images/frontend/playlist-generate.png') 0 -58px no-repeat; }

.home-playlist-block .arrrow1{ position: absolute; top:44px;  left: 327px; height: 15px; width: 8px; background: url('../images/frontend/playlist-generate.png') 0 -106px no-repeat; }
.home-playlist-block .arrrow2{ position: absolute; top:116px; left: 327px; height: 15px; width: 8px; background: url('../images/frontend/playlist-generate.png') 0 -106px no-repeat; }
.home-playlist-block .arrrow3{ position: absolute; top:191px; left: 327px; height: 15px; width: 8px; background: url('../images/frontend/playlist-generate.png') 0 -106px no-repeat; }

.genre-list{ padding-bottom: 15px; }
.genre-list a { display: inline-block; position: relative; padding-bottom: 7px; }
.genre-list .styles-text {
    color: #fff;
    background: rgba(0,0,0,0.6);
    font-size: 12px;
    height: 88px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 88px;
	display: table-row;
}

.genre-list .styles-text div{
    height: 128px;
	xdisplay: table-cell;
	vertical-align: middle;
	width: 88px;
    word-wrap: break-word;
    display: inline-block;
    padding-top: 50px;
}
.genre-list .styles-text div:hover { color: #d1cfcf; }

.one-third-block310 { border: 1px solid #000000; margin-top: 29px; position: relative; width: 308px;}
.one-third-block310 .block-c{ padding: 29px 20px 15px 15px; }
.block-c .text-item{ float: left; margin-bottom: 6px;  }
.block-c .text-item a{color:#040201; display: block; }
.block-c .text-item a:hover{ color:#808080; }
.block-c .text-item .title {float: left; clear: left; line-height: 18px; font-size: 18px; font-family:'Raleway', sans-serif; text-transform: uppercase; }
.block-c .text-item .date{ color:#808080; float: left; clear: left; }
.middle-column{ float: left; width: 310px; }

.diff-width1{ width: 308px; }
.diff-width2{ width: 311px; }


.full-width-block { border: 1px solid #000000; margin-top: 29px; position: relative; width: 966px; }
.half-width .block-c .photo-item{ float: left; clear:left; margin-bottom: 13px; }
.half-width .block-c a{ float: left; position: relative; width:451px;}
.half-width .block-c a:hover .title.bl{ color:#808080; }
.half-width .block-c a img{ float: left; }
.half-width .block-c .texts{ width: 309px; float: right; }
.half-width .block-c .title{ float: left; clear: left; line-height: 18px; font-size: 18px; font-family:'Raleway', sans-serif; text-transform: uppercase; }
.half-width .block-c .texts.text-from-top{ margin-top: -3px; }

.half-width .block-c .texts .text{ float: left; clear: left;}

.half-width.single .block-c a{ float: left; position: relative; width:935px;}
.half-width.single .block-c .texts{ width: 793px; float: right; }


.no-top-margin{ margin-top: 0 !important; }

/*.clear{ clear: left; }*/

.full-width-block .block-c{ padding: 29px 0 15px 16px; float: left;}

.news-list{ margin-bottom: 25px; }
.news-list.full-width-block .block-c{ padding: 35px 0 15px 35px; }

.news-list .item{ float: left; width:623px; margin-bottom: 20px;}
.news-list .item.clear{ clear: left; }
.news-list .item .title{ float: left; width:623px; text-transform: uppercase; color: #040201; font-size: 36px; font-family:'Raleway', sans-serif;  }
.news-list .item .date{float: left; width:623px; margin-top: -5px; color:#808080; font-size: 11px; font-family:'Raleway', 'arial', sans-serif; }
.news-list .item .text{float: left; width:623px; margin-top: 2px; font-size: 12px; color:#808080; font-family:'Raleway', 'arial', sans-serif; }
.news-list .paginator{ margin-left: -35px;  }


.inner-block .block_content.article-c{ margin: 35px 0 45px 38px; }
.article-c .title{float: left; width: 512px; color: #040201; font-size: 36px; line-height: 36px; font-family:'Raleway', sans-serif; }
.article-c .text{ float: left; margin-top: 20px; width: 512px; color: #4D4D4D; }



.new-projects{ margin-bottom: 25px; }
.new-projects .item{ float: left; width: 225px; margin-bottom: 22px;  margin-right: 11px;}
.new-projects .item.clear{ clear: left; }
.new-projects .item .title{ float: left; width: 225px; color:#040201; text-transform: uppercase; font-size: 18px; font-family:'Raleway', sans-serif; }
.new-projects .item .style{ float: left; width: 225px; color:#808080; line-height: 14px; font-size: 11px; font-family:'Raleway', 'arial', sans-serif;  }
.new-projects .item .text{ float: left; margin-top: 5px; width: 225px; color:#808080; font-size: 11px; font-family:'Raleway', 'arial', sans-serif; }

.full-width-block .block-c.new-releases{ padding: 29px 0 15px 15px; }
.new-releases{ margin-bottom: 25px; }
.new-releases .item { float: left; width: 225px; margin-right: 12px; position: relative; margin: 0 11px; height: 270px;}
/*.new-releases .item:nth-child(5n) { margin-right: 0; }*/
.new-releases .item .play-genre-album{
    position: absolute; top: 0; right: 0; width: 30px; height: 30px;
    background: url('../images/frontend/player/buttons.png') -78px -98px no-repeat #ccc;
    cursor: pointer;
}
.new-releases .item .play-genre-album:hover{
    background-position: -110px -98px;
}

.new-releases .item .title{ width: 225px; display: block; color:#040201; text-transform: uppercase; font-size: 11px; font-family:'Raleway', sans-serif; text-align: center; }
.new-releases .item .title.grey-t{ color:#808080; }
.new-releases .item .style{ width: 225px; color:#808080; line-height: 14px; font-size: 11px; font-family:'Raleway', 'arial', sans-serif;  }
.new-releases .item .text{ margin-top: 5px; width: 225px; color:#808080; font-size: 11px; font-family:'Raleway', 'arial', sans-serif; }

.new-releases .center {
    text-align: center;
}

.new-releases .add-whole-playlist {
    clear: both;
    margin: 0 0 20px 0;
}

.new-releases .add-whole-playlist .ico-c {
    position: relative;
    width: 22px;
    height: 17px;
    float:left;
    margin-right: 6px;
}

.new-releases .add-whole-playlist .play-ico {
    float: left;
    position: absolute;
    left: -4px;
    top: -6px;
    background: url("../images/frontend/icons/icon-line.png") no-repeat scroll 0 -320px;
    height: 30px;
    width: 30px;
}

.new-releases .add-whole-playlist:hover .play-ico {
    background-position: -40px -320px;
}


.full-width-block .block-c.search{ padding: 29px 0 15px 15px; }

.search .item{ width: 536px; margin-bottom: 22px; margin-right: 12px;}
.search .item .title{ float: left; width: 225px; color:#040201; text-transform: uppercase; font-size: 13px; text-align: center; font-family:'Raleway', sans-serif; }
.search .item.playlist .title { text-align: left;}
.search .item .title.grey-t{ color:#808080; line-height: 17px; }
.search .item .style{ float: left; width: 225px; color:#808080; line-height: 14px; font-size: 11px; font-family:'Raleway', 'arial', sans-serif;  }
.search .item .text{ float: left; /*margin-top: 5px; */width: 225px; color:#808080; font-size: 11px; font-family:'Raleway', 'arial', sans-serif; }

.search .item.track { width: 1170px; margin-bottom: 10px; }
.search .item.track > a{ text-align: left; float:none; display: inline-block; vertical-align: middle; width: 700px; /*height: 23px;*/ line-height: 23px; }
.search .item.track > a:hover{ color:#808080; }
.search .item.playlist { width: 910px; margin-bottom: 10px; }
.search .item.playlist a{ padding-left: 10px; display: inline-block; line-height: 23px; width: 1170px; height: 24px; }
.search .item.playlist a:hover{ color:#808080; background-position: -115px -101px }

.playlists .search .item.playlist { width: 378px; margin-bottom: 10px; float: left;}
.playlists .search .item.playlist a{ width: 378px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.search .item.playlist a span{ margin-right: 10px; display:inline-block; vertical-align: middle; line-height: 23px; width: 25px; height: 24px; background: url('../images/frontend/player/buttons.png') -83px -101px no-repeat; }
.search .item.playlist a:hover span{ background-position: -115px -101px }
.search .item .img { display: inline-block; vertical-align: middle; }
.search .item a.play_button{ display: block;  background: url('../images/frontend/icons/icon-line.png') 0px -356px no-repeat; width: 24px; height: 20px; }
.search .item a.play_button:hover{background-position: -31px -356px;}

.search .item a.add_to_playlist { display: block; background: url("../images/frontend/icons/icon-line.png") no-repeat 0 -381px; height: 20px; width: 17px;}
.search .item a.add_to_playlist:hover { background-position: -21px -381px; }


.full-width-block .half-width {
    width: 482px;
    float: left;
    position: relative;
}

.full-width-block .half-width.no-border {
    border: none;
    width: 482px;
}

.full-width-block .line {
    background-color: #000;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 482px;
    top: 0;
}



/*.new-projects .paginator{ margin-left: -16px; padding: 30px 0 15px 0; background: url('../images/frontend/line_h.png') repeat-x; }
.new-releases .paginator{ margin-left: -16px; padding: 30px 0 15px 0; background: url('../images/frontend/line_h.png') repeat-x; }*/

.paginator{ text-align: center; font-size: 18px; float: left; width: 100%; font-family:'Raleway', sans-serif; margin-top: 15px; /*padding: 30px 0 15px 0; background: url('../images/frontend/line_h.png') repeat-x;*/  }
.paginator a{ padding: 0 3px; color:#040201;  }
/*.paginator span{ }*/
.paginator a:hover{ color:#808080; }
.paginator a.active{ color:#808080; }
.paginator a.previuos{ margin-right: 20px; }
.paginator a.next{ margin-left: 20px; }

/*
.release-default-img348 {float: left; width: 348px; height: 348px; background-color: #F1F1F2; }
.release-default-img348 span{ width: 40px; height: 28px; float: left; margin-top: 160px; margin-left: 159px; background: url('../images/frontend/default/releasemax.png'); }

.label-default-img348 {margin: 0 auto; display: block; width: 348px; height: 196px; background-color: #F1F1F2; position: relative; }
.label-default-img348 span{ width: 37px; height: 28px; top: 84px; left: 155px; position: absolute; background: url('../images/frontend/default/labelmax.png'); }

.alias-default-img348 {margin: 0 auto; display: block; width: 348px; height: 196px; background-color: #F1F1F2; position: relative; }
.alias-default-img348 span{ width: 32px; height: 27px; top: 84px; left: 158px; position: absolute; background: url('../images/frontend/default/aliasmax.png'); }

.project-default-img348 {margin: 0 auto; display: block; width: 348px; height: 196px; background-color: #F1F1F2; position: relative; }
.project-default-img348 span{ width: 47px; height: 27px; top: 84px; left: 155px; position: absolute; background: url('../images/frontend/default/projectmax.png'); }

.event-default-img348 {margin: 0 auto; display: block; width: 348px; height: 196px; background-color: #F1F1F2; position: relative; }
.event-default-img348 span{ width: 15px; height: 20px;  top: 78px; left: 166px; position: absolute; background: url('../images/frontend/default/eventmin.png'); }

.channel-default-img348 {margin: 0 auto; display: block; width: 348px; height: 196px; background-color: #F1F1F2; position: relative; }
.channel-default-img348 span{ width: 23px; height: 31px;  top: 82px; left: 162px; position: absolute; background: url('../images/frontend/default/channelmax.png'); }
*/

/*
.project-default-img250 {margin: 0 auto; display: block; width: 250px; height: 141px; background-color: #F1F1F2; position: relative; }
.project-default-img250 span{ width: 47px; height: 27px; top: 57px; left: 101px; position: absolute; background: url('../images/frontend/default/projectmax.png'); }

.event-default-img250 {margin: 0 auto; display: block; width: 250px; height: 141px; background-color: #F1F1F2; position: relative; }
.event-default-img250 span{ width: 15px; height: 20px;  top: 60px; left: 117px; position: absolute; background: url('../images/frontend/default/eventmin.png'); }
*/

.release-default-img348 {float: left; width: 308px; height: 308px; background-color: #ffffff; border: 2px solid #e0e0e0;}
.release-default-img348 span { width: 304px; height: 91px; float: left; margin-top: 106px; background: url('../images/frontend/default/default-big.png') center center; }


.project-default-img348, .event-default-img348, .channel-default-img348, .alias-default-img348, .label-default-img348 {float: left; width: 344px; height: 192px; background-color: #ffffff; border: 2px solid #e0e0e0;}
.project-default-img348 span, .event-default-img348 span, .channel-default-img348 span, .alias-default-img348 span, .label-default-img348 span { width: 344px; height: 91px; float: left; margin-top: 50px; background: url('../images/frontend/default/default-big.png') center center; }


.project-default-img250, .event-default-img250 {float: left; width: 246px; height: 137px; background-color: #ffffff; border: 2px solid #e0e0e0;}
.project-default-img250 span, .event-default-img250 span { width: 242px; height: 91px; float: left; margin-top: 24px; background: url('../images/frontend/default/default-big.png') center center; }

.project-default-img280, .event-default-img280 {float: left; width: 276px; height: 154px; background-color: #ffffff; border: 2px solid #e0e0e0;}
.project-default-img280 span, .event-default-img280 span { width: 272px; height: 91px; float: left; margin-top: 32px; background: url('../images/frontend/default/default-big.png') center center; }

.release-default-img225 {float: left; width: 225px; height: 225px; background-color: #ccc; border: 2px solid #999;}
.release-default-img225 span{ width: 217px; height: 89px; float: left; margin-top: 68px; background: url('../images/frontend/default/default-225.png') center center; }

.project-default-img225, .alias-default-img225, .label-default-img225 {float: left; width: 221px; height: 124px; background-color: #ffffff; border: 2px solid #e0e0e0;}
.project-default-img225 span, .alias-default-img225 span, .label-default-img225 span { width: 217px; height: 89px; float: left; margin-top: 18px; background: url('../images/frontend/default/default-225.png') center center; }

.release-default-img180 {float: left; width: 176px; height: 176px; background-color: #ffffff; border: 2px solid #e0e0e0; }
.release-default-img180 span{ width: 172px; height: 71px; float: left; margin-top: 52px; background: url('../images/frontend/default/default-180.png') center center; }

.release-default-img132 {float: left; width: 128px; height: 128px; background-color: #ffffff; border: 2px solid #e0e0e0; }
.release-default-img132 span{ width: 124px; height: 52px; float: left; margin-top: 38px; background: url('../images/frontend/default/default-132.png') center center; }

.release-default-img120 {float: left; width: 116px; height: 116px; background-color: #ffffff; border: 2px solid #e0e0e0; }
.release-default-img120 span{ width: 112px; height: 52px; float: left; margin-top: 32px; background: url('../images/frontend/default/default-132.png') center center; }

.event-default-img132, .blog-default-img132, .project-default-img132, .alias-default-img132, .member-default-img132, .label-default-img132, .playlist-default-img132 {float: left; width: 128px; height: 76px; background-color: #ffffff; border: 2px solid #e0e0e0; }
.event-default-img132 span, .blog-default-img132 span, .project-default-img132 span, .alias-default-img132 span, .member-default-img132 span, .label-default-img132 span, .playlist-default-img132 span { width: 124px; height: 52px; float: left; margin-top: 12px; background: url('../images/frontend/default/default-132.png') center center; }

.alias-default-img132 {float: left; width: 128px; height: 76px; background-color: #ffffff; border: 2px solid #e0e0e0; }
.alias-default-img132 span { width: 124px; height: 52px; float: left; margin-top: 12px; background: url('../images/frontend/default/default-logo-132.png') center center; }


/*
.release-default-img132 {margin: 0 auto; display: block; width: 132px; height: 132px; background-color: #F1F1F2; position: relative; }
.release-default-img132 span{ width: 23px; height: 16px;  top: 58px; left: 55px; position: absolute; background: url('../images/frontend/default/releasemin.png'); }

.event-default-img132 {margin: 0 auto; display: block; width: 132px; height: 76px; background-color: #F1F1F2; position: relative; }
.event-default-img132 span{ width: 15px; height: 20px;  top: 28px; left: 58px; position: absolute; background: url('../images/frontend/default/eventmin.png'); }

.blog-default-img132 {margin: 0 auto; display: block; width: 132px; height: 76px; background-color: #F1F1F2; position: relative; }
.blog-default-img132 span{ width: 22px; height: 16px;  top: 29px; left: 55px; position: absolute; background: url('../images/frontend/default/blogmin.png'); }

.project-default-img132 {margin: 0 auto; display: block; width: 132px; height: 76px; background-color: #F1F1F2; position: relative; }
.project-default-img132 span{ width: 47px; height: 27px;  top: 24px; left: 42px; position: absolute; background: url('../images/frontend/default/projectmax.png'); }

.alias-default-img132 {margin: 0 auto; display: block; width: 132px; height: 76px; background-color: #F1F1F2; position: relative; }
.alias-default-img132 span{ width: 32px; height: 27px; top: 24px; left: 50px; position: absolute; background: url('../images/frontend/default/aliasmax.png'); }

.member-default-img132{ margin: 0 auto; display: block; width: 132px; height: 76px; background-color: #F1F1F2; position: relative; }
.member-default-img132 span{ width: 37px; height: 28px; top: 18px; left: 47px; position: absolute; background: url('../images/frontend/default/labelmax.png'); }

.label-default-img132 {margin: 0 auto; display: block; width: 132px; height: 76px; background-color: #F1F1F2; position: relative; }
.label-default-img132 span{ width: 37px; height: 28px; top: 18px; left: 47px; position: absolute; background: url('../images/frontend/default/labelmax.png'); }

.playlist-default-img132{ float: left; width: 132px; height: 76px; background-color: #F1F1F2; position: relative; }
.playlist-default-img132 span{ width: 16px; height: 15px; top: 30px; left: 58px; position: absolute; background: url('../images/frontend/default/playlist.png'); }
*/

/*
.project-default-img225 {float: left; width: 225px; height: 126px; background-color: #F1F1F2; position: relative; }
.project-default-img225 span{ width: 47px; height: 27px; top: 49px; left: 89px; position: absolute; background: url('../images/frontend/default/projectmax.png'); }

.alias-default-img225 {float: left; width: 225px; height: 126px; background-color: #F1F1F2; position: relative; }
.alias-default-img225 span{ width: 32px; height: 27px; top: 49px; left: 96px; position: absolute; background: url('../images/frontend/default/aliasmax.png'); }

.label-default-img225 {float: left; width: 225px; height: 126px; background-color: #F1F1F2; position: relative; }
.label-default-img225 span{ width: 37px; height: 28px; top: 49px; left: 94px; position: absolute; background: url('../images/frontend/default/labelmax.png'); }
*/

.alias-default-img40 {float: left; width: 40px; height: 24px; border:1px solid #F1F1F2; position: relative; }
.alias-default-img40 span{ width: 18px; height: 22px; top: 1px; left: 11px; position: absolute; background: url('../images/frontend/type-icons.png') -42px 0 no-repeat; }

.project-default-img40 {float: left; width: 40px; height: 24px; border:1px solid #F1F1F2; position: relative; }
.project-default-img40 span{ width: 30px; height: 22px; top: 1px; left: 5px; position: absolute; background: url('../images/frontend/type-icons.png') -39px -29px no-repeat; }

.label-default-img40{ float: left; width: 40px; height: 24px; border:1px solid #F1F1F2; position: relative; }
.label-default-img40 span{ width: 20px; height: 22px; top: 1px; left: 10px; position: absolute; background: url('../images/frontend/type-icons.png') -41px -120px no-repeat; }

.playlist-default-img40{ float: left; width: 40px; height: 24px; border:1px solid #F1F1F2; position: relative; }
.playlist-default-img40 span{ width: 24px; height: 22px; top: 1px; left: 10px; position: absolute; background: url('../images/frontend/type-icons.png') -42px -213px no-repeat; }

.event-default-img40 {float: left; width: 40px; height: 24px; border:1px solid #F1F1F2; position: relative;}
.event-default-img40 span{width: 20px; height: 22px; top: 1px; left: 11px; position: absolute; background: url('../images/frontend/type-icons.png') -42px -150px no-repeat;}


.track-default-img70, .listener-default-img70, .event-default-img70, .alias-default-img70, .project-default-img70, .label-default-img70, .playlist-default-img70  {float: left; width: 66px; height: 35px; background-color: #ffffff; border: 2px solid #e0e0e0; }
.track-default-img70 span, .listener-default-img70 span, .event-default-img70 span, .alias-default-img70 span, .project-default-img70 span, .label-default-img70 span, .playlist-default-img70 span { width: 62px; height: 31px; float: left; background: url('../images/frontend/default/default-logo-70.png') center center; }


.release-default-img70, .album-default-img70  {float: left; width: 70px; height: 70px; background-color: #ffffff; border: 2px solid #e0e0e0;  }
.release-default-img70 span, .album-default-img70 span{ width: 66px; height: 66px; float: left; background: url('../images/frontend/default/default-logo-70.png') no-repeat center center;  }

/*
.alias-default-img70 {float: left; width: 70px; height: 39px; background-color: #F1F1F2; position: relative; }
.alias-default-img70 span{ width: 18px; height: 15px; top: 12px; left: 26px; position: absolute; background: url('../images/frontend/default/aliasmin.png'); }

.label-default-img70{ float: left; width: 70px; height: 39px; background-color: #F1F1F2; position: relative; }
.label-default-img70 span{ width: 20px; height: 15px; top: 11px; left: 25px; position: absolute; background: url('../images/frontend/default/labelmin.png'); }


.album-default-img70 {float: left; width: 70px; height: 70px; background-color: #F1F1F2; position: relative; }
.album-default-img70 span{ width: 23px; height: 16px; top: 27px; left: 23px; position: absolute; background: url('../images/frontend/default/releasemin.png'); }

.project-default-img70 {float: left; width: 70px; height: 39px; background-color: #F1F1F2; position: relative; }
.project-default-img70 span{ width: 26px; height: 14px;  top: 13px; left: 22px; position: absolute; background: url('../images/frontend/default/projectmin.png'); }

.playlist-default-img70{ float: left; width: 70px; height: 39px; background-color: #F1F1F2; position: relative; }
.playlist-default-img70 span{ width: 16px; height: 15px;  top: 12px; left: 27px; position: absolute; background: url('../images/frontend/default/playlist.png'); }

.event-default-img70 {float: left; width: 70px; height: 39px; background-color: #F1F1F2; position: relative;}
.event-default-img70 span{width: 15px; height: 20px;  top: 9px; left: 27px; position: absolute; background: url('../images/frontend/default/eventmin.png');}

.listener-default-img70{float: left; width: 70px; height: 39px; background-color: #F1F1F2; position: relative;}
.listener-default-img70 span{width: 25px; height: 20px; top: 9px; left: 22px; position: absolute; background: url('../images/frontend/default/listenermin.png');}
*/
.channel-default-img70 {float: left; width: 70px; height: 39px; background-color: #F1F1F2; position: relative;}
.channel-default-img70 span {width: 20px; height: 18px; top: 10px; left: 25px; position: absolute; background: url('../images/frontend/default/channelmin.png');}

.blog-default-img70 {float: left; width: 70px; height: 39px; background-color: #F1F1F2; position: relative;}
.blog-default-img70 span{width: 22px; height: 16px; top: 11px; left: 24px; position: absolute; background: url('../images/frontend/default/blogmin.png');}
/*
.track-default-img70 {float: left; width: 70px; height: 39px; background-color: #F1F1F2; position: relative;}
.track-default-img70 span{width: 22px; height: 22px; top: 9px; left: 24px; position: absolute; background: url('../images/frontend/icons/release-icons.png') 0px -560px no-repeat;}
*/
.label-default-img35{ display:block; width: 35px; height: 20px; background: url('../images/frontend/default-logo-20.png') center center no-repeat;/*background: url('../images/frontend/default/labelmin.png') 7px 2px no-repeat;*/ }
.release-default-img35{ display:block; width: 35px; height: 20px; background: url('../images/frontend/default-logo-20.png') center center no-repeat;/*background: url('../images/frontend/default/releasemin.png') 6px 2px no-repeat;*/ }
.project-default-img35{ display:block; width: 35px; height: 20px; background: url('../images/frontend/default-logo-20.png') center center no-repeat;/*background: url('../images/frontend/default/projectmin.png') 5px 3px no-repeat;*/ }
.alias-default-img35{ display:block; width: 35px; height: 20px; background: url('../images/frontend/default-logo-20.png') center center no-repeat;/*background: url('../images/frontend/default/aliasmin.png') 9px 2px no-repeat; */}
.event-default-img35{ display:block; width: 35px; height: 20px; background: url('../images/frontend/default-logo-20.png') center center no-repeat;/*background: url('../images/frontend/default/aliasmin.png') 9px 2px no-repeat; */}
.blog-default-img35{ display:block; width: 35px; height: 20px; background: url('../images/frontend/default-logo-20.png') center center no-repeat;/*background: url('../images/frontend/default/aliasmin.png') 9px 2px no-repeat; */}
.track-default-img35{ display:block; width: 35px; height: 20px; background: url('../images/frontend/default-logo-20.png') center center no-repeat; }
.playlist-default-img35{ display:block; width: 35px; height: 20px; background: url('../images/frontend/default-logo-20.png') center center no-repeat; }


.channel-feed .block_content{ margin: 29px 0 29px 15px; }
.channel-feed-c{ float: left; width: 574px; }
.channel-feed-items{ float: left; width: 560px; position: relative; }
.channel-feed-items .item{ float: left; width: 560px;  }
.channel-feed-items .item .item-img{ float: left; width: 85px; min-height: 1px; }
.channel-feed-items .item .item-img a { float: left; font-size: 0; }
.channel-feed-items .item .item-img img{ margin: 7px 7px 7px 8px; }
.channel-feed-items .item .item-texts{ float: left;  width: 419px;   }
.channel-feed-items .item .item-texts a{/*padding-top: 8px; display: block;*/ display: table-cell; vertical-align: middle; height:53px; width: 404px; padding-left: 15px;  }
.channel-feed-items .item.release .item-texts a{ height:84px; }

.channel-feed-items .item:hover{ background: url('../images/frontend/item-bgs.png') 0 -321px repeat-x; }
.channel-feed-items .item.release:hover{ background: url('../images/frontend/item-bgs.png') 0 -226px repeat-x;  }


.channel-feed-items .item .item-texts .title{ font-size: 26px; line-height: 24px; text-transform: uppercase; width: 390px;  }
.channel-feed-items .item .item-ico{ width: 56px; height: 53px; text-align: center; display: table-cell; vertical-align: middle;  }
.channel-feed-items .item.release .item-ico{height: 84px;  }
.channel-feed-items .item .item-ico span{display: inline-block; background: url('../images/frontend/type-icons.png') 0 0 no-repeat; }

.channel-feed-items .line-sep{ float: left; width: 560px; height: 1px; background: url('../images/frontend/line_h.png') repeat-x; }
.channel-feed-items .col-sep{ position: absolute; width: 1px; height: 100%; top:0; background: url('../images/frontend/line_v.png') repeat-y; }
.col-sep.first{ left: 0; }
.col-sep.second{ left: 85px; }
.col-sep.third{ right: 55px; }
.col-sep.fourth{ right: 0; }

.calendar-ico{ width: 15px; height: 20px;  background-position: 0 -189px !important ; }

.release-ico{ width: 23px; height: 16px; background-position: 0 -91px !important; }



.track-ico{ width: 27px; height: 14px; background-position: 0 -62px;}

.lightbox_content { padding: 15px 21px; }
.warning-popup .content { padding: 0 18px; }
.warning-popup .title {  }
.warning-popup .text-block { margin-bottom: 9px; font-size: 12px; color:#808080; font-family: Arial, sans-serif; }
.warning-popup .sub-title { font-size: 22px; margin-top: 18px; margin-bottom: 10px; text-align: center; text-transform: uppercase; }

.warning-popup-bg{ top:0; left:0; display: none; position: fixed; z-index:100;
background: rgb(255, 255, 255); /* Fall-back for browsers that don't support rgba */
background: rgba(255, 255, 255, .8);}
.warning-popup{ position: fixed; display: none; left: 50%; margin-left: -301px; width: 600px;/* height:350px;*/border:1px solid #050302;  z-index:101;  background-color:white; color: #000000; font-family: arial, sans-serif; font-size: 11px;}
.lightboxwrap {position:relative; font-family:'Raleway', sans-serif; padding: 58px 42px 48px 42px; -moz-box-shadow: 0 0 16px 3px #DCDBDB; -webkit-box-shadow: 0 0 16px 3px #DCDBDB; box-shadow: 0 0 16px 3px #DCDBDB;}

.lightboxwrap .outside-title{font-size:22px; width: 100%; text-align: center; left: 0; }
.lightboxwrap .outside-title > span {
    display: inline-block;
}

.outside-title{position: absolute; top: -16px; left: -7px; height: 30px; line-height: 30px; font-family: 'Raleway', sans-serif; font-size: 21px; z-index: 90;}
.outside-title .start{float: left; width: 9px; height: 30px; background: url('../images/frontend/outside_button.png') no-repeat 0 0;  }
.outside-title .text{float: left;  height: 30px; padding: 0 12px; line-height: 30px; background: url('../images/frontend/outside-button-bg.png') repeat-x; text-transform: uppercase; color: #fff; background-color: #000;}
.outside-title .end{float:  left; width: 9px; height: 30px; background: url('../images/frontend/outside_button.png') no-repeat -151px 0; }

textarea{ width: 431px; padding: 5px 5px; font-size: 12px; background-color: #FFFFFF; border: 1px solid #868686; color: #000 !important;}
textarea.form-control{color: inherit !important;}

.lightbox_content .add-item{ text-align: center; margin: 5px 20px; width: 130px; padding: 0; line-height: 40px;  }
.lightbox_content .add-item.big-button:first-child { margin-right: 15px; } 
.lightbox_content .add-item:hover{ color: #cccccc; }
.lightbox_content .add-item a{ display: block;}
.lightbox_content .add-item.single { margin: 5px auto; display: block; }


.add-item{ padding: 10px 40px; display: inline-block; margin: 10px auto; line-height: 18px;  cursor:pointer; font-family: 'Raleway', sans-serif; font-size: 18px; border: 1px solid #000; text-transform: uppercase; }
.add-item.big-button { padding: 0; font-size: 13px; margin: 0; line-height: 28px; box-sizing: content-box;}
.add-item:hover{ color: #ccc; }
.add-item-big{ padding: 10px 40px; display: inline-block; margin: 10px auto; line-height: 32px;  background: url('../images/frontend/upload_b_bg.png') repeat-x !important; cursor:pointer; font-family: 'Raleway', sans-serif; font-size: 22px; border: 1px solid #000; text-transform: uppercase; }
.add-item-big:hover{ background: url('../images/frontend/upload_b_bg.png') 0 -62px repeat-x !important; }
.add-item.add-whole-playlist { height: 18px; padding: 10px; width: 240px; font-size: 14px; }


.dash-menu{ float: left; width: 250px; margin-right: 20px; }
.dash-menu-item{  margin: 5px auto; cursor:pointer; font-size: 13px; border: 1px solid #000; text-transform: uppercase; background-color: #666; }
.dash-menu-item:first-child{ margin-top: 0; }
.dash-menu-item:hover a { color: #e3e3e3; }
.dash-menu-item.active a { color: #e3e3e3; }
.dash-menu-item a{ color: #ffffff; display: block; text-align: center; line-height: 28px; font-size: 12px; }
.dash-menu-sep{ height:1px; margin: 15px 0; width: 100%; background: url('../images/frontend/line_h.png'); }


.messages-menu a {
    margin: 10px auto; display: inline-block; padding: 10px 20px; line-height: 18px; cursor:pointer; font-family: 'Raleway', sans-serif; font-size: 18px; border: 1px solid #000; text-transform: uppercase;
}

.messages-menu a:hover {
    background: url('../images/frontend/bt_bg.png') 0 -49px repeat-x !important;
}

.messages-menu a.active {
    background: url('../images/frontend/bt_bg.png') 0 -49px repeat-x !important;
}


.player-add-to-playlist-popin { display: none; z-index: 102; position: absolute; top: 31px; right: 30px; width: 418px; height: 278px; background-color: #fff; border: 1px solid #000; }
.player-add-to-playlist-popin .playlist-c{ padding: 8px  0 0 10px; position: relative; }
.player-add-to-playlist-popin .playlist-c .close{ position: absolute; top:9px; right:11px; background: url("../images/frontend/player/buttons.png") -66px -60px no-repeat; width:18px; height: 18px; }
.player-add-to-playlist-popin .playlist-c .close:hover{ background: url("../images/frontend/player/buttons.png") -94px -60px no-repeat; }
.player-add-to-playlist-popin .playlist-c .title {line-height: 21px; margin-bottom: 10px; font-size: 18px; font-family:'Raleway', sans-serif;}
.player-add-to-playlist-popin .playlist-c .title .playlist-ico{ margin: 5px 6px 0 1px; float: left; background: url('../images/frontend/type-icons.png') }
.player-add-to-playlist-popin .playlist-c .line-h{ float: left; height:1px; width: 399px; background: url('../images/frontend/line_hor.png'); }
.player-add-to-playlist-popin .playlist-c .playlists{ float: left; position: relative;  width: 383px; padding: 4px 8px; height:189px; }
.player-add-to-playlist-popin .playlist-c .line-v{ position: absolute; height: 100%; top:0; width: 1px; background: url('../images/frontend/line_ver.png'); }
.player-add-to-playlist-popin .playlist-c .line-v.first{ left: 0;  }
.player-add-to-playlist-popin .playlist-c .line-v.last{ right: 0;  }

.player-add-to-playlist-popin .playlist-c .playlists a{ display: block; font-size: 12px; color:#050100; line-height: 21px; font-family: 'Raleway', 'arial', sans-serif }
.player-add-to-playlist-popin .playlist-c .playlists a:hover{ color:#7F7F7F;}

.player-add-to-playlist-popin .playlist-c .playlists-items{ display: block; height: 189px; width: 383px; }

.player-add-to-playlist-popin .playlist-c .create-playlist { float: left; margin-top: 9px; }
.player-add-to-playlist-popin .playlist-c .create-playlist input{ height: 12px; padding: 3px 5px;  width: 285px; float: left; font-size: 12px; border: 1px solid #848484; }
.player-add-to-playlist-popin .playlist-c .create-playlist a{ float: left; height: 20px; width:105px; margin-left: -3px; text-align: center; line-height: 18px; font-size: 14px; text-transform: uppercase; color: #fff; font-family:'Raleway', sans-serif; background: url('../images/frontend/create-playlist.png') 0 0 no-repeat; }
.player-add-to-playlist-popin .playlist-c .create-playlist a:hover{ background: url('../images/frontend/create-playlist.png') 0 -30px no-repeat; }


.player-share-popin{ display: none; z-index: 102; position: absolute; top: 41px; right: 8px; width: 153px; /*height: 106px;*/ padding: 0 0 10px 0 !important; background-color: #fff; border: 1px solid #000; }
.player-share-popin .share-c{ padding: 8px  0 0 10px; position: relative; }
.player-share-popin .share-c .close{ position: absolute; top:7px; right:7px; background: url("../images/frontend/player/buttons.png") -96px -93px no-repeat; width:14px; height: 15px; }
.player-share-popin .share-c .close:hover{ background: url("../images/frontend/player/buttons.png") -120px -93px no-repeat; }
.player-share-popin .share-c .title {line-height: 21px; float: left; margin-bottom: 10px; font-size: 18px; font-family:'Raleway', sans-serif; text-transform: uppercase;}
.player-share-popin .share-c #embed_code{float: left; width: 130px; height: 39px; resize:none; }


/*.invisible-blocker{ position: fixed; top:0; left: 0;  width: 100%; height: 100%; z-index: 101;  }*/








/* TRIANGLE */



.lightbox-bg, .narys-triangle-bg{ top:0; left:0; display: none; position: fixed; /*background-image:url(../images/frontend/popup_bg.png);*/ z-index:100;
background: rgb(255, 255, 255); /* Fall-back for browsers that don't support rgba */
background: rgba(255, 255, 255, .8);}

.lightbox, .narys-triangle{ position: fixed; display: none; left: 50%; margin-left: -301px; width: 600px;/* height:350px;*/border:1px solid #050302;  z-index:101;  background-color:white; color: #000000; font-family: arial, sans-serif; font-size: 11px;}
.narys-triangle{ width: 966px; margin-left: -484px;}
.narys-triangle .lightboxwrap { padding: 0; float: left;}
.narys-triangle .lightbox_content {height: 460px; }

.narys-triangle .title { font-size: 31px; font-family:'Raleway', sans-serif; text-transform: uppercase; }
.narys-triangle .help-block {position: absolute; left: 138px; top: 200px; width: 487px; z-index: 10; }
.narys-triangle .help{ position: absolute; top: 13px; left: 710px; }
.narys-triangle .help-c{ -moz-box-shadow: 0 0 15px 0 #E7E7E7; -webkit-box-shadow: 0 0 15px 0 #E7E7E7; box-shadow: 0 0 15px 0 #E7E7E7; }
.narys-triangle .tri-main{ margin: 38px auto; width: 175px; }
.narys-triangle .close_lightbox { top:6px; right: 7px; }
.narys-triangle #triangle-left{ background: url('../images/frontend/line_v.png') repeat-y; position: relative; float: right; width:215px; height: 100%; }
.narys-triangle .save-triangle{text-align: center; background: url('../images/frontend/line_h.png') repeat-x; float: left; position: relative; width: 215px; }
.narys-triangle .main-genre-title{font-size: 18px; font-family:'Raleway', sans-serif; display: block; clear: both; margin-left: 12px; padding-top: 16px;}

.lightbox_content .container { /*height: 100px;*/ overflow: hidden; float: left; width: 711px; margin: 40px 0 0 40px; }
.lightbox_content .collumn{ float: left; width: 135px; }
.lightbox_content .collumn a{ float: left; clear: left; padding-left: 13px; font-size: 12px; line-height: 20px; font-family: Arial, sans-serif; width:110px; position:relative; }
.lightbox_content .collumn > a:hover{ background: url('../images/frontend/triangle/tri-genres.png') 0 -34px  no-repeat; }
.lightbox_content .collumn a.g-red{ background: url('../images/frontend/triangle/tri-genres.png') 0 -55px  no-repeat; }
.lightbox_content .collumn a.g-green{ background: url('../images/frontend/triangle/tri-genres.png') 0 -76px  no-repeat; }
.lightbox_content .collumn a.g-yellow{ background: url('../images/frontend/triangle/tri-genres.png') 0 -97px  no-repeat; }
.lightbox_content .collumn .remove { margin-bottom: -1px; position: absolute; right: 0; top:5px; }

.narys-triangle .lightbox_content .add-item{ font-size: 20px; margin-top: 40px; margin-left: 16px; height: 43px; line-height: 43px; width: 182px; }

.narys-triangle #triangle_container { margin-left: 8px; }

#complain .title { font-size: 14px; margin-bottom: 10px; }
#complain textarea { width: 295px; height: 90px;}

.lightbox_content .moods{text-align: center; position: relative; margin: 20px 0 40px 0;   }
.moods .mood{ width: 515px; height: 124px; position: relative; display: none; }
.moods .mood.active{ display: block; }
.moods img{ position: absolute; width: 513px; height: 124px; top:0; left: 0; z-index: 2;}
.moods .mood a{ position: absolute; width: 224px; height: 124px; line-height: 124px; font-size: 44px; text-align: center; font-family:'Raleway', sans-serif; text-transform: uppercase; }
.moods .mood a.left{ top: 0; left:0; z-index: 1; padding-right: 29px;}
.moods .mood a.left.over{background: url('../images/frontend/narys/mood-bg-n.png') 0 -134px no-repeat;}
.moods .mood a.right{margin-left: 9px; top: 0; left: 253px; z-index: 1; padding-left: 29px;}
.moods .mood a.right.over{background: url('../images/frontend/narys/mood-bg-n.png') -262px -402px no-repeat;}

.moods .mood a.center{ position: absolute; z-index: 1; line-height: 92px; text-align: center; font-size: 21px; font-family:'Raleway', sans-serif; top:50%; margin-top:-48px; left:50%; margin-left: -47px; width: 93px; height: 92px; }
.moods .mood a.center.over{background: url('../images/frontend/narys/mood-bg-n.png') -210px -282px no-repeat;}


.login-warning li{ font-size: 13px; margin-bottom: 10px; color: #ff0000; font-family:'Raleway', sans-serif; }
.login-warning li.active{ font-size: 44px; }

.login-success li{ font-size: 14px; margin: 0 2px; color: #53E32D; font-family:'Raleway', sans-serif; }
.login-success li.active{ font-size: 44px; }

#last-page{ height: 270px; font-size: 60px; line-height: 270px; display: none; text-align: center; font-family:'Raleway', sans-serif; text-transform: uppercase; }


.sprite { background: url('sprite.png') no-repeat top left; width: 513px; height: 124px;  }
.sprite.mood-bg { background-position: 0px 0px;  }
.sprite.mood-bg2 { background-position: 0px -134px;  }
.sprite.mood-bg3 { background-position: 0px -268px;  }
.sprite.mood-bg4 { background-position: 0px -402px;  }

#blocker,.blocker{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#blocker .blocker_bg,
.blocker .blocker_bg {
	background-color: rgba(255,255,255,0.5);
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#blocker .blocker_block,
.blocker .blocker_block {
	background-color: #696eff;
	min-height: 60px;
    width: 180px;
	padding: 5px 10px;
	border-radius: 15px;
	-khtml-border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
  
}
.blocker .blocker_block { width: 300px; }
#blocker .blocker_text,.blocker .blocker_text { font-family: "IBM Plex Sans";font-weight: bold; color: #fff; vertical-align: middle; font-size:  16px;padding-left: 10px}
.blocker .blocker_text { width: 225px; }
#blocker .blocker_img,.blocker .blocker_img { vertical-align: middle;}
#blocker .blocker_img img, .blocker .blocker_img img { width: 50px; height: 50px;}
.rotate {
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

#min-search{
    display:none; 
    position: relative;
    width: 762px;
	right: 0px;
    border: 2px solid #000; 
    background-color: #fff;
    padding: 7px 8px 7px 7px;
    border-top: 0;
	z-index: 11000;
	bottom:33px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-khtml-border-bottom-right-radius: 15px;
	-khtml-border-bottom-left-radius: 15px;
	-moz-border-bottom-right-radius: 15px;
	-moz-border-bottom-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
}

#min-search .small-button{
    display: block;
    font-size: 17px;
    width: 172px;
}

#min-search .results{
    margin-top: 50px;
}

#min-search .title{
    color: #666;
    margin: 20px 7px;
	border-bottom: 1px solid #666;
	text-transform: uppercase;
	font-size: 14px;
}
#min-search .title-inside {
	padding: 0 15px;
	position: relative;
	top: 2px;
	background-color: #fff; 
}

#min-search .item{
    text-align: left;
	margin-bottom: 4px;
	margin-right: inherit;
	width: 539px;
    /*overflow: hidden;*/
    height: 24px;
    padding:1px 0;
    border: 1px solid #ffffff;
    padding-left: 50px;
}
#min-search .item.selected { border: 1px solid #666; }

#min-search .item .img{
	display: inline-block;
}

#min-search .item a{
    display: inline-block;
   overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    width: 485px;
    color: #000;
}

#min-search .item a:hover{
    color: #808080;
}

#min-search .item a .img {
    float: left;
    width: 35px;
    text-align: center;
    line-height: 0;
    height: 20px;
}

#min-search .item a .img img {
    height: 20px;
	max-width: 27px;
}

#min-search .item .name{
    line-height: 22px; margin-left: 5px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-transform: uppercase;
}

#min-search .item a.play_button{ display: block;  background: url('../images/frontend/icons/icon-line.png') 0px -356px no-repeat; width: 24px; height: 23px; }
#min-search .item a.play_button:hover{background-position: -31px -356px;}

#min-search .item a.add_to_playlist { background: url("../images/frontend/icons/icon-line.png") no-repeat 0 -381px; height: 21px; width: 17px;}
#min-search .item a.add_to_playlist:hover { background-position: -21px -381px; }

.hits .item a.play_button{ display: inline-block;  background: url('../images/frontend/icons/icon-line.png') 0px -356px no-repeat; width: 24px; height: 23px; }
.hits .item a.play_button:hover{background-position: -31px -356px;}

.hits .item a.stop_button{ display: inline-block; width: 24px; height: 23px;  background: url("../images/frontend/icons/icon-line.png?v=1.0.0") no-repeat scroll 0px -404px;}
.hits .item a.stop_button:hover{background-position: -31px -404px;}

.hits .item a.add_to_playlist { display: inline-block; background: url("../images/frontend/icons/icon-line.png") no-repeat 0 -381px; height: 21px; width: 17px;}
.hits .item a.add_to_playlist:hover { background-position: -21px -381px; }

.hits a.int { display: inline-block; line-height: 24px; vertical-align: top; }
.hits .item .name {  display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 279px; }

.wins .item { margin-bottom: 5px; }
.wins .year { font-weight: bold; }

.other-aliases{ 
    display: none; 
    border-left: 1px solid #000000;
    margin-left: -1px;
    padding-bottom: 2px;
    width: 186px;
    float: left;
    background: url('../images/frontend/line_ver.png') top right repeat-y #fff;
}
.other-aliases span{ color:#A0A0A0; height: 20px; line-height: 24px; margin-right: 34px;}
.other-aliases a{ display: block; color:#000; height: 24px; line-height: 24px; padding-right: 30px;}
.other-aliases a:hover{ color:#9F9F9F; }
.other-aliases .line-h{ float: left; height:1px; width: 100%; background: url('../images/frontend/line_hor.png'); }
.bottom{ height: 8px; width: 100%; float: left; margin-top: -1px; background: url('../images/frontend/mine_opened_bg.png') no-repeat; }

.center { text-align: center; }


.line-title{
    color: #fff;
    margin: 20px 0;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
}
.line-title-text {
	padding: 0 15px;
	position: relative;
	display: inline-block;
	top: 2px;
}

.line-title-big{
    color: #fff;
    margin: 20px 0;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
	font-size: 16px;
	text-align: left;
}
.line-title-text-big {
	padding: 0 15px 0 0;
	position: relative;
	display: inline-block;
	top: 2px;
}

.line-title-header{

}
.line-title-text-header {
	padding: 0 15px 0 15px;
	position: relative;
	display: inline-block;
	top: 2px;
    font-size: 24px;
    font-family: "IBM Plex Sans";
    font-weight: bold;
}

.table{ margin: 0 auto; overflow: auto; position: relative; }

.table .items { float: left; width: 100%; padding-bottom: 1px; background: url('../images/frontend/line_h.png') bottom left repeat-x; }
.table .cell { float: left; height: 30px; line-height: 30px; background: url("../images/frontend/line_v.png") repeat-y scroll 0 0 transparent;}
.table .line { font-size: 12px; float:left; width: 100%; 
    background: url('../images/frontend/line_h.png') repeat-x;
}

.table .line .table-title { text-align: center; width: 574px; text-transform: uppercase; font-family: 'Raleway', sans-serif; font-size: 14px; }

.table .line .play{ width: 30px; }
.table .line .control { width: 30px; }
.table .line .play a{ display: block; width: 100%; height: 100%;  background: url("../images/frontend/icons/icon-line.png") no-repeat scroll 4px -351px;}
.table .line .play a:hover{background-position: -27px -351px;}

.table .line .play a.stop_button{ display: block; width: 100%; height: 100%;  background: url("../images/frontend/icons/icon-line.png?v=1.0.0") no-repeat scroll 4px -399px;}
.table .line .play a.stop_button:hover{background-position: -27px -399px;}

.table .line .name.commercial{ width:1033px; padding-left:9px; height: 30px; overflow: hidden;}

.table .line .name{ width:555px; padding-left:9px; height: 30px; overflow: hidden;}
.table .line .name a{ display: block; width: 100%; height: 100%; }
.table .line .name a:hover{ color:#808080; }

#blog_list.table .line .name {width: 481px;}

.table .line .total-tracks{width: 50px; text-align: center; }

.table .line .lock{ width: 80px; }
.table .line .unlock{ width: 80px; }
.table .line .lock a{ display: block; width: 100%; height: 100%;}
.table .line .unlock a{ display: block; width: 100%; height: 100%; }

.table .line .lock a.small-button{ height: 21px; line-height: 21px; margin-top: 4px; width:66px; font-size: 12px;    background: #666;}
.table .line .unlock a.small-button{ height: 21px; line-height: 21px; margin-top: 4px; width:66px; font-size: 12px;    background: #666;}

.table .line .empty { padding-left: 8px; width: 575px; }

.table .line .ads{ width: 30px; }
.table .line .ads a{ display: block; width: 100%; height: 100%; }

.table .line .remove{ width: 30px; }
.table .line .remove a{ display: block; width: 100%; height: 100%; background: url('../images/frontend/remove_b.png') -34px 9px no-repeat; }
.table .line .remove a:hover{ background: url('../images/frontend/remove_b.png') -34px -16px no-repeat; }

.table .line .removelove { width: 30px; }
.table .line .removelove .like { display: block; background: url("../images/frontend/icons/icon-line.png") no-repeat 7px -253px; height: 100%; width: 100%; }
.table .line .removelove .like:hover { background-position: -18px -253px; }
.table .line .removelove .like.on { background-position: -18px -253px; }
.table .line .removelove .like.on:hover { background-position: 7px -253px; }

/* playlist track list */
.table.playlist-tracks .line .name {width: 389px; text-transform: uppercase; }
.table.playlist-tracks .line .name.loved { width: 419px; }

/* playlist track search result list */
.table.track-search-res { margin: 0 auto; overflow: auto; position: relative; }
.table.track-search-res .line .name {width: 479px; text-transform: uppercase; }
.table.track-search-res .line .add { width: 65px; text-align: center; }
.table.track-search-res .line .add a { display: block; width: 100%; height: 100%; }
.table.track-search-res .line .add a:hover { color:#808080; }
.table.track-search-res .line .empty { padding-left: 8px; width: 574px; }
.table.track-search-res .line.added { background-color: #EAEAEA; }

/* dash last listened tracks */
.table.dash-last-listened .line .name {width: 575px; text-transform: uppercase;}
.table.dash-last-listened .line .length{width: 50px; text-align: center; }

.table.dash-outlets .line .name { width: 930px; text-transform: uppercase; }

/* generate playlist genre list */
.table.generate-genre-list { width: 265px; margin: 0; float: left; }
.table.generate-genre-list .line .table-title{ width: 264px; }
.table.generate-genre-list .line .name { width: 208px; }
.table.generate-genre-list .line .checkbox { width: 26px; text-align: center; }

/* top 100 genre track table*/
.table.top-list { width: 650px; float: right; }
.table.top-list .line .table-title{ width: 649px; }
.table.top-list .line .name { width: 610px; }

#playlist_list .name { text-transform: uppercase; }
#playlist_list.table { overflow: visible; }
 
.table .line .nr{ width: 35px; font-family: 'Raleway', sans-serif; font-size: 18px;}
.table .line .move{ width: 35px;  }
.table .line .move div { display: block; cursor:ns-resize; width: 35px; height: 30px; background: url('../images/frontend/move_ico.png') 14px 8px no-repeat ; }
.table .line .move div:hover{ background-position: -13px 8px }
.table .line .nr{ width: 35px; }
.table .line .author{ width: 380px; padding-left: 9px; text-align: left; } 
.table .line .time{ width: 57px; }

.table .end{float:left; width:1px; height:30px; background:url("../images/frontend/line_v.png") top left repeat-y;}

.table-line-placeholder{
    float: left;
    height: 30px;
    background: url('../images/frontend/line_h.png') repeat-x #fff;
    width: 100%;
}

.table.playlist-tracks .ui-sortable-helper {
    height: 31px !important;
    background: url('../images/frontend/line_h_table.png') repeat-x left bottom #fff;
}

/*dashboard message lists*/

.table .line.titles{ font-weight: bold; }

.table .read{width:30px; text-align: center;}
.table .date-time{width:139px; text-align: center;}
.table .from{width:160px; padding-left: 8px;}
.table .subject{width:292px; }
.table .subject a{ padding-left: 8px; display: block;}
.table .subject a:hover{color: #909090;}



.dash-block{  position: relative; }
.dash-block .dash-block-content{ width: 575px;  position: relative; z-index: 100}

.dash-block-content .inside-block{  position: relative;  margin-top: 30px; }
.inside-block .block-c{ float: left; }

.dash-block-content .input-label{ width: 150px; display: inline-block; vertical-align: middle; font-size: 13px; }
.dash-block-content .input-field{ display: inline-block; vertical-align: middle;}
.dash-block-content .input-field input { padding: 6px 5px; line-height: 16px; width: 223px; }
.dash-block-content .input-field.smallInput input { padding: 6px 5px; line-height: 16px; width: 100px; }
.dash-block-content .input-field input[type=checkbox] { width: auto; }
.dash-block-content .input-field input.radioButton { width: auto; }

.save-block {
    float: left;
    width: 100%;
    border-top: 1px solid #000;
    margin-top: 30px;
    padding-top: 10px;
    text-align: center;
    margin-bottom: 10px;
}

.save-block .add-item:first-child { margin-right: 15px;}

.save-block .add-item.big-button { width: auto; padding: 0 10px; }

.skipper_block {

}

.skipper_block .text {
    color: #fff;
    padding: 0 15px;
    position: relative;
    top: 2px;
}


/* lightbox */
.lightbox-bg, .warning-bg, .remove-warning-bg, .narys-triangle-bg, .invite-bg, .warning-popup-bg, .conditions-popup-bg{ width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(19, 19, 31,0.8);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;}
.conditions-popup-bg{ z-index: 102;} 
.help-bg{ position: absolute; top:0; left:0; z-index: 100; }
.lightbox, .delete-warning, .remove-warning, .narys-triangle, .warning-popup{ position: fixed; display: none; left: 50%; margin-left: -150px; width: 350px;/* height:350px;*/border:1px solid #050302;  z-index:101;  background-color:white; color: #000000; font-family: arial, sans-serif; font-size: 11px;}
.warning-popup-bg{z-index: 102;}
.warning-popup{z-index: 103;}

.conditions-popup{ position: fixed; display: none; left: 50%; margin-left: -401px; width: 800px; /*height:500px;*/ border:1px solid #050302;  z-index:103;  background-color:white; color: #000000; font-family: arial, sans-serif; font-size: 11px; }
.lightboxwrap {position:relative; font-family:'Raleway', sans-serif; padding: 58px 42px 48px 42px; -moz-box-shadow: 0 0 16px 3px #DCDBDB; -webkit-box-shadow: 0 0 16px 3px #DCDBDB; box-shadow: 0 0 16px 3px #DCDBDB;}
.narys-triangle .lightboxwrap { padding: 0; float: left;}

.narys-triangle .lightbox_content {height: 460px; }
/*.conditions-popup .lightbox_content {height: 600px; }*/

.close_lightbox { position:absolute;z-index:120; right: 15px;top:15px}
.close_lightbox a{

}
.close_lightbox>a>img{
    height: 16px;
}

.small_padding .close_lightbox a{ }
.small_padding .close_lightbox a:hover{}

.warning-popup .buttons { margin-top: 15px; text-align: center; }
.lightboxwrapper .buttons {display: block!important;}
.lightboxwrapper .buttons .yes { display: inline-block; margin-left: 10px; }
.lightboxwrapper .buttons .no { margin-right: 10px; }

.conditions-popup .content { padding: 0 18px;  height: 411px; overflow: auto; font-size: 12px; color:#808080; font-family: 'Raleway', 'arial', sans-serif;}

.dash-block-content.profile-settings .input-label, 
.dash-block-content.blog-form .input-label,
.dash-block-content.blog-form .input-field
{
    /* margin-bottom: 25px; */
}


.choose-image-block {
    float: right;
    /*margin-left: 53px;*/
    width: 164px;
}

.info-block .input-label {
    clear: both;
    float: left;
    width: 130px;
}

.info-block .input-field {
    float: right;
    width: 360px;
    padding-bottom: 15px;
}

.info-block .input-field input
, .info-block .input-field textarea {
    width: 330px;
}

#choose-photo {
    cursor: pointer;
    direction: ltr;
    font-size: 23px;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-300px, 0px) scale(4);
}

.draggable-image-c {
    border: 1px solid #000000;
    float: right;
    height: 196px;
    overflow: hidden;
    position: relative;
    width: 348px;
}

.draggable-image-c img {
    position: absolute;
}

.image-upload-btn {
    border: 1px solid #000000;
    cursor: pointer;
    font-size: 13px;
    line-height: 18px;
    padding: 10px 40px;
    float: right;
    margin: -1px 0 0;
    padding: 10px 0;
    width: 164px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.free-text { width: 100%; text-transform: uppercase; line-height: 18px; font-size: 13px; font-family: 'Raleway', sans-serif; overflow: hidden;  }
.margin-top10 { margin-top:10px; }
.margin-bottom10 { margin-bottom:10px; }
.notice {
    border-top: 1px solid #53E32D;
    border-bottom: 1px solid #53E32D;
    margin-bottom: 20px;
    padding: 5px 0;
    text-align: center;
    width: 100%;
}
.notice ul { margin-bottom: 0; }
.notice ul li { margin-bottom: 2px; }
.error {
    border-top: 1px solid #f00;
    border-bottom: 1px solid #f00;
    float: left;
    margin-bottom: 20px;
    padding: 5px 0;
    width: 100%;
}

.notice.error ul li { font-weight: bold;}

.error_list {
	margin-left: 15px;
	font-size: 13px;
}

#notices {
    border: 1px solid #ff0000;
	color: #ff0000;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 5px 0;
    text-align: center;
    width: 100%;
}

#item-types { float: left; margin: 0 0 20px 3px; padding-bottom: 20px; }
#item-types .item{ float: left; position: relative; font-family: 'Raleway',sans-serif; text-transform: uppercase; cursor: pointer; margin: 0 7px 0 0; }
#item-types .item:last-child { margin-right: 0; }
#item-types .item.active{ color:#c5c5c5; cursor:default;}
#item-types .item:hover{ color:#c5c5c5; }


.item .ico, .src_item .ico{float: left; background: url('../images/frontend/type-icons.png') no-repeat; margin-left:5px; margin-top:3px;}
#item-types .item .text { display: none; float: left; margin-left: 5px; font-size: 12px; line-height: 28px; }
#item-types .item:hover .text { display: block; position: absolute; top: 30px; left: 0; }
#item-types .item.active .text { }
#item-types .item.active .ico.event-ico, #item-types .item:hover .ico.event-ico, .src_item:hover .ico.event-ico,.src_item .ico.event-ico.active {  background-position: -42px -150px !important;}
#item-types .item.active .ico.project-ico, #item-types .item:hover .ico.project-ico, .src_item:hover .ico.project-ico,.src_item .ico.project-ico.active {  background-position: -39px -29px !important;}
#item-types .item.active .ico.album-ico, #item-types .item:hover .ico.album-ico, .src_item:hover .ico.album-ico,.src_item .ico.album-ico.active {  background-position: -41px -90px !important;}
#item-types .item.active .ico.label-ico, #item-types .item:hover .ico.label-ico, .src_item:hover .ico.label-ico,.src_item .ico.label-ico.active {  background-position: -41px -120px !important;}
#item-types .item.active .ico.alias-ico, #item-types .item:hover .ico.alias-ico, .src_item:hover .ico.alias-ico,.src_item .ico.alias-ico.active {  background-position: -42px 0 !important;}
#item-types .item.active .ico.playlist-ico, #item-types .item:hover .ico.playlist-ico, .src_item:hover .ico.playlist-ico,.src_item .ico.playlist-ico.active {  background-position: -42px -213px !important;}
#item-types .item.active .ico.track-ico, #item-types .item:hover .ico.track-ico, .src_item:hover .ico.track-ico,.src_item .ico.track-ico.active {  background-position: -40px -59px !important;}

#item-types .label-ico {margin-top: 2px;}

.src_item{ float: left; position: relative; }
.src_item .ico { position: absolute; top: 3px; left: 5px; margin-left: 0; }

.detail_search .src_item .advanced_chk_aliases { padding-left: 24px; }
.detail_search .src_item .advanced_chk_projects { padding-left: 35px; }
.detail_search .src_item .advanced_chk_playlists { padding-left: 38px; }
.detail_search .src_item .advanced_chk_events { padding-left: 26px; margin-right: 0; }

.event-ico{ width: 20px; height: 22px;  background-position: -1px -150px !important ; }
.project-ico{ width: 31px; height: 22px; background-position: -1px -29px !important; }
.album-ico{ width: 20px; height: 22px; background-position: 0px -90px !important; }
.label-ico{ width: 22px; height: 23px; background-position: 0 -120px !important; }
.alias-ico{ width: 18px; height: 22px; background-position: -1px 0 !important; }
.playlist-ico{ width: 24px; height: 22px; background-position: -1px -213px !important; }
.track-ico{ width: 22px; height: 22px; background-position: 1px -59px !important; }

.liked-items-c {clear: left; float: left; }
.liked-items-c .item { float: left; padding-top: 7px; width: 746px; padding-bottom: 8px; background: url('../images/frontend/line_h.png') left top repeat-x; }
.liked-items-c .item:nth-child(2) { background: transparent; }
.liked-items-c .jspPane .item:first-child { margin-top: 0px !important; }
.liked-items-c > div > div { width: 746px; }
.liked-items-c .line-title-big { margin: 0 0 20px 0; }

.liked-items-c .item .img-c{ height: 40px; width: 70px; float: left; position: relative; margin-left: 10px; }
.liked-items-c .item .text-c{ float: left; width: 815px; line-height:18px; font-family: 'Raleway', sans-serif; font-size: 13px; }
.liked-items-c .item .text-c a{ padding-left: 7px; display: block; }

.liked-items-c .item:hover .text-c a.black-t{ color:#808080; }

.liked-items-c .item .img-c{ height: 39px; width: 70px; float: left; position: relative; }
.liked-items-c .item .text-c { line-height: 39px; float: left; overflow: hidden; width: 650px; }
.liked-items-c .item .text-c a{ display: block; }
.liked-items-c .item .text-c.from-top { line-height: 18px; }
.liked-items-c .item .text-c a.text{ font-size: 11px; line-height: 13px; font-family: arial, sans-serif; }

.liked-items-c .item.album .img-c{ height: 70px; width: 70px; float: left; position: relative; }
.liked-items-c .item.album .text-c { margin-top:20px; line-height: 20px; float: left; overflow: hidden; }
.liked-items-c .item.album .text-c a{ display: block; }
.liked-items-c .item.album .text-c a:first-child { font-size: 14px; line-height: 14px; }

.liked-items-c .item.track .img-c{ cursor: pointer; height: 23px; width: 24px; float: left; position: relative; }
.liked-items-c .item.track .img-c .play_button { width: 100%; height: 100%; display: block; background: url("../images/frontend/icons/icon-line.png") no-repeat scroll 0 -355px;}
.liked-items-c .item.track .text-c a:first-child { font-size: 13px; line-height: 23px; }
.liked-items-c .item.track .text-c { font-size: 13px; line-height: 23px; height: 23px; }
.liked-items-c .item.track .img-c .play_button:hover { background: url("../images/frontend/icons/icon-line.png") no-repeat scroll -31px -355px; }

.liked-items-c .item.track .img-c a.stop_button { width: 100%; height: 100%; display: block; background: url("../images/frontend/icons/icon-line.png?v=1.0.0") no-repeat scroll 0 -403px;}
.liked-items-c .item.track .img-c a.stop_button:hover { background: url("../images/frontend/icons/icon-line.png?v=1.0.0") no-repeat scroll -31px -403px; }
.liked-items-c .item.track .img-c { margin-left: 0; }
.liked-items-c .item.track .img-c.control a { margin: 4px auto; }
.addthis_toolbox{ margin: 4px 0 0 2px;}

.button-fb{
    float: left; width: 32px; height: 32px;
    background-position: 0px -160px;
}
.button-tw{
    float: left; width: 32px; height: 32px;
    background-position: 0px -704px;
}
.button-g{
    float: left; width: 32px; height: 32px;
    background-position: 0px -288px;
}

#share_link_fb{
    width: 265px; height: 32px;
    background-position: 0px -160px;
}
#share_link_tw{
    width: 265px; height: 32px;
    background-position: 0px -704px;
}
#share_link_gp{
    width: 265px; height: 32px;
    background-position: 0px -288px;
}


a.back-to-admin {
    color: #ff001c;
}

.fb-login {
	width: 305px;
	margin: 0 auto;
    font-size: 16px;
	background-color: #46619f;
}

.fb-login a{
    position: relative;
}
.fb-login a:hover .social-login-text{
    color: #e3e3e3;
}

.login-or {
    margin: 20px 0 30px 0;
    text-align: center;
}

.title-extra-text {
    margin: 20px 0;
    font-family: 'Raleway', sans-serif; font-size: 16px;
}

.main-text{
    margin-bottom: 38px;
}

.main-text .item-title{
    width: auto;
}

.photo-item {
    float: left;
    margin-bottom: 10px;
    margin-right: 3px;
}

.blog-name { font-size: 25pt; width: 565px;  font-family: 'Raleway', sans-serif; }
.blog-date { color: #808080; font-size: 11px; margin-bottom: 10px;}
.blog-text { width: 568px; }
.blog-text a { text-decoration: underline; color: #555555; }

.channel-flow .channel-flow-items .h-line{ float: left; width: 565px; height: 1px; background: url('../images/frontend/line_h.png') left top repeat-x; }
.channel-flow .item{float: left; width: 565px; height: 54px; background: url('../images/frontend/line_h.png') left bottom repeat-x; }
.channel-flow .v-line{float: left; width: 1px; height: 54px; background: url('../images/frontend/line_v.png') left top repeat-y;}
.channel-flow .img-c{ float: left; height: 47px; padding: 7px 0 0 7px; width: 77px; background: url('../images/frontend/line_v.png') right top repeat-y;  }
.channel-flow .text-c{float: left; display: table; width: 412px; height: 54px; padding: 0 7px; background: url('../images/frontend/line_v.png') right top repeat-y;}
.channel-flow .text-c a {display: table-cell; vertical-align: middle; font-size: 14pt; font-family: 'Raleway', sans-serif;}
.channel-flow .type-c{float: left; display: table; width: 54px; height: 54px; background: url('../images/frontend/line_v.png') right top repeat-y;}
.channel-flow .type-c > span {display: table-cell; vertical-align: middle; text-align: center; padding-right: 1px;}


/*span.alias-default { display: table-cell; vertical-align: middle; }*/
span.alias-default span { width: 18px; height: 15px;  display: inline-block; background: url('../images/frontend/default/aliasmin.png'); }
span.project-default span { width: 26px; height: 14px; display: inline-block; background: url('../images/frontend/default/projectmin.png'); }
span.album-default span { width: 23px; height: 16px; display: inline-block; background: url('../images/frontend/default/releasemin.png'); }
span.label-default span { width: 20px; height: 15px; display: inline-block; background: url('../images/frontend/default/labelmin.png'); }
span.playlist-default span { width: 16px; height: 15px; display: inline-block; background: url('../images/frontend/default/playlist.png'); }
span.listener-default span {width: 25px; height: 20px; display: inline-block; background: url('../images/frontend/default/listenermin.png');}
span.channel-default span {width: 20px; height: 18px; display: inline-block; background: url('../images/frontend/default/channelmin.png');}
span.event-default span {width: 15px; height: 20px; display: inline-block; background: url('../images/frontend/default/eventmin.png');}
span.blog-default span {width: 22px; height: 16px; display: inline-block; background: url('../images/frontend/default/blogmin.png');}
span.track-default span {width: 27px; height: 16px; display: inline-block; background: url('../images/frontend/type-icons.png') 0px -59px no-repeat;}


.channel-liked .block-c{padding: 0}

.channel-liked .item.high { float: left; width: 966px; height: 101px; background: url('../images/frontend/line_h.png') left top repeat-x; }
.channel-liked .item.high .owner-c{ float: left; width: 250px; padding: 15px; height: 71px; background: url('../images/frontend/line_v.png') right top repeat-y;}

.channel-liked .item.high.first {height: 115px; background: transparent;}
.channel-liked .item.high.first .owner-c{padding: 29px 15px 15px 15px;}

.channel-liked .item.small { float: left; width: 966px; height: 70px; background: url('../images/frontend/line_h.png') left top repeat-x; }
.channel-liked .item.small .owner-c{ float: left; width: 250px; padding: 15px; height: 40px; background: url('../images/frontend/line_v.png') right top repeat-y;}

.channel-liked .item.small.first {height: 84px; background: transparent;}
.channel-liked .item.small.first .owner-c{padding: 29px 15px 15px 15px;}

.channel-liked .item .owner-c a{ float: left; }
.channel-liked .item .owner-c a.black-t{ width: 170px; height: 39px; padding-left: 7px; font-family: 'Raleway', sans-serif; font-size: 18px; }

.channel-liked .item .img-c{ float: left; margin-left: 15px; margin-top: 15px;}
.channel-liked .item .text-c{ float: left; margin-top: 15px; }
.channel-liked .item .text-c a{float: left; width: 583px; height: 44px; overflow: hidden; padding-left: 7px; font-family: 'Raleway', sans-serif; font-size: 18px; }
.channel-liked .item .text-c a .text{float: left; clear: left; width: 583px; height: 16px; overflow: hidden; font-family: arial, sans-serif; font-size: 11px; text-transform: none; }


.channel-liked .item.first .img-c{ margin-top: 29px; }
.channel-liked .item.first .text-c{ margin-top: 29px; }

.channel-liked .item .owner-c:hover .black-t{ color: #808080; }

.channel-liked .item-c:hover .black-t { color: #808080; }

.descr-more {
    text-decoration: underline;
    color: #555;
    cursor: pointer;
}

.it {
    position: absolute;
    right: 0;
    top: 0;
}
.n18 {
    width: 50px;
    padding-top: 12px;
    text-align: right;
    color: #ff6161;
    font-weight: bold;
}

.registered { color: red; }
.popup-text {
    font-size: 13px;
    margin: 10px 0 5px;
    text-align: center;
    text-transform: uppercase;
}
.playlist-popup { border-bottom: 1px solid #cccccc; margin-bottom: 5px; padding-bottom: 15px; }
.playlist-popup .name, .playlist-popup .artist { text-align: center; font-size: 14px; }
.playlist-popup .artist { color: #808080; }
.playlist-list { overflow-y: auto; overflow-x: hidden; min-height: 140px; max-height: 250px; }

.playlist-list-item > div { display: inline-block; font-size: 13px; height: 28px; line-height: 28px;}
.playlist-list-item { border-bottom: 1px dashed #cccccc; padding: 5px 0; }
.playlist-list-item .playlist-name { width: 209px; text-transform: uppercase; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.playlist-list-item .playlist-count { width: 50px; background: url(../images/frontend/line_ver.png) repeat-y 0 0; text-align: center; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.playlist-list-item .playlist-add { width: 40px; background: url(../images/frontend/line_ver.png) repeat-y 0 0; text-align: center; vertical-align: top; height: 28px; }
.playlist-list-item .playlist-input-text input { border: 1px solid #868686; float: left; line-height: 22px; padding: 3px 5px; width: 190px; }
.playlist-list-item .playlist-input-button { float: right; }
.playlist-list-item .track_playlist_submit { display: block; margin-left: 15px; margin-top:4px; cursor: pointer; height: 23px; width: 20px; position: relative; background: url('../images/frontend/plus.png') no-repeat 0px 0px; }
.playlist-list-item .track_playlist_submit.delete { display: block; margin-left: 15px; margin-top:4px; cursor: pointer; height: 23px; width: 20px; position: relative; background: url('../images/frontend/remove_b.png') no-repeat -42px -22px; }
.playlist-list-item .track_playlist_submit.added { display: block; margin-left: 15px; margin-top:0px; cursor: default; height: 23px; width: 20px; position: relative; background: url('../images/frontend/check.png') no-repeat -21px 0px; }
/*.playlist-list-item .track_playlist_submit.added { background-position: -21px 0px; }*/
.playlist-input-button.big-button { width: 90px; margin: 0; }

.share-list { overflow-y: auto; overflow-x: hidden; min-height: 140px; max-height: 200px; }
.share-list-item .share-input-text input {
    padding: 10px 20px;
    background-color: #e4e4ee;
    color: #404860;
    border: none;
    border-radius: 30px;
    font-family: "IBM Plex Sans";
    width: 300px;}
.share-list-item { }
.share-list-item > div { display: inline-block; font-size: 13px; height: 28px; line-height: 28px;}

.search .item:last-child {margin-right: 0;}
.detail_search { text-transform:uppercase; font-family:'Raleway', sans-serif; padding: 0 25px; font-size: 14px; }
.detail_search .detail_input { border: 1px solid #868686; font-size: 12px; height: 19px; padding: 5px; width: 240px; box-sizing: initial;     background-color: #666;}
.detail_search > div { margin-bottom: 5px; line-height: 30px; }
.spaceleft3 { margin-left: 3px; }
.spaceleft5 { margin-left: 5px; }
.spaceleft10 { margin-left: 10px; }
.detail_search_row span:first-child { width: 140px; display: inline-block; }
.detail_search_row span { font-size: 12px; }
#detail_search_genre { margin-bottom: 6px; height: 31px; }
#detail_search_type { height: 31px; }
.detail_search .detail_search_year { width: 40px; }
.detail_search .big-button { margin-right: 19px; }
.detail_search_button_block { text-align: right; }
.detail_search .big-button  a {  }
.detail_search .search_places_block { display: inline-block; }
.detail_search .search_places_block.result input { margin-right: 7px; }
.detail_search_open { float: right; font-size: 12px; }
.detail_search_open > div { line-height: 40px; }
.detail_search_page .item { width: 225px; display: inline-block; vertical-align: top; }
.detail_search_page .dtl_album .title { float: none; text-align: center; font-size: 13px; display: block; }
#detail_search_open_button, #detail_search_close_button{ color: #808080; cursor: pointer; }
#detail_search_open_button:hover, #detail_search_close_button:hover { color: #000000; }
.dash-block-content .playlist-header-button { padding: 2px 10px; font-size: 13px; width: auto; font-family: 'Raleway', sans-serif; }
.search_places_block input { position: relative;height: 30px;line-height: 20px;padding: 5px 10px 5px 28px; text-align: left;  margin-right: 30px; float: left; margin-top: 3px; width: 144px; }
.search_places_block input:last-child { margin-right: 0; }
.search_places_block input:hover { color: #c5c5c5; }
#detail_search_close_button { display: none; }
#detail-search { margin-top: 5px; }

.inner-block-fw.detail_search_albums { width: 100%; }

.project_hori .photo-item { clear: none; margin-right: 10px; vertical-align: top; width: 244px; text-align: center;}
/*.project_hori .photo-item:nth-child(3n) { margin-right: 0; float: right; }*/
.project_hori .photo-item img { width: 197px; height: 111px; }
.project_hori .title { color:#fff; font-size: 12px; text-align: center; margin-top: 5px; text-transform: uppercase; width: 100%; clear: both; display: inline-block; }
.project_hori .date { color: #999; text-align: center; }
.project_hori .photo-item:hover .title { color: #808080; }

.similar-gall-block .item img { width: 225px; max-height: 127px; }

.custom-scrollbar .jspContainer { position: relative; }

.home_menu { cursor: pointer; }
#home_menu .popup-text { text-transform: none; }
#home_menu.login_lightbox_content { width: 500px; margin-left: -250px; }
#home_menu .lightboxwrapper { width: 500px; font-family: Arial; }
#home_menu ul, .page-content ul { list-style: disc; }
#home_menu ul li, .page-content ul li { margin-bottom: 5px; text-align: left; margin-left: 20px; }
.page-content { font-family: Arial; margin: 0 10px 20px 10px; }

.album_locked { margin-top: 10px; font-size: 14px; color: red; }

.spaceTop0 { margin-top: 0px; }
.spaceTop5 { margin-top: 5px; }
.spaceTop10 { margin-top: 10px; }
.spaceTop15 { margin-top: 15px; }
.spaceTop20 { margin-top: 20px; }
.spaceTop25 { margin-top: 25px; }

.spaceBottom5 { margin-bottom: 5px; }
.spaceBottom10 { margin-bottom: 10px; }
.spaceBottom15 { margin-bottom: 15px; }
.spaceBottom20 { margin-bottom: 20px; }

.spaceHeight5 { margin: 5px 0; }
.spaceHeight10 { margin: 10px 0; }

.register-top-buttons-row { height: 25px; }
.register-top-buttons-row .click-button { width: 150px; }
a.underline { text-decoration: underline; } 

.tright { text-align: right; }
.tcenter { text-align: center; }

#top .menu_block li.logged { background: none; }
.first_menu { float: left; width: 190px; text-align: left; cursor: pointer; }
.last_menu { float: right; width: 190px; text-align: right; }
.first_menu > img { margin-bottom: 2px; }
.first_menu > span { font-size: 9pt; }

.filter_list { border-bottom: 1px solid #e0e0e0; margin-bottom: 15px; padding-bottom: 20px; }
.orderby-container { margin-left: 10px;  }
.orderby-container .orderby { margin-left: 10px; width: 200px; cursor: pointer; background-color: #666; display: inline-block; }

.orderby-container .orderby li {
    border-top: 1px solid #e0e0e0;
}
.orderby-container .current-li {
	border: 1px solid #e0e0e0;
	background: url("../images/frontend/icons/arrow-dropdown-down.png") no-repeat scroll 180px center / 12px auto rgba(0, 0, 0, 0)
}
.orderby-container .current-li {
    display: block;
    font-size: 12px;
    height: 31px;
    line-height: 29px;
    text-indent: 13px;
    position: relative;
}
.orderby-container .current-li ul { position: absolute; background-color: #f2f2f2; display: none; z-index: 1; border-bottom: 1px solid #e0e0e0; left: -1px; width: 200px;}
.orderby-container .current-li ul li {
	height: 30px;
	overflow: hidden;
    display: block;
    font-size: 12px;
    line-height: 30px;
    padding: 0 13px 0 0;
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background-color: #666;
    
}
.orderby-container > ul { vertical-align: top; }
.orderby-container .current-li ul li:hover { background-color: #333; }
.orderby-container .orderby:hover .current-li ul { display: block; }
.order_button { height: 32px; width: 32px; display: inline-block; margin-left: 10px;  border: 1px solid #e0e0e0; background-color: #666; cursor: pointer; }
.order_button li.asc { height: 30px; width: 30px; background: url("../images/frontend/icons/arrow_order_down.png") no-repeat scroll center center / 9px auto rgba(0, 0, 0, 0) }
.order_button li.desc { height: 30px; width: 30px; background: url("../images/frontend/icons/arrow_order_up.png") no-repeat scroll center center / 9px auto rgba(0, 0, 0, 0) }
.year_filter { display: inline-block; vertical-align: top; margin-left: 10px; }
.year_filter .dark_input { padding: 6px; line-height: 17px; width: 60px; }
.submit_filter { display: inline-block; vertical-align: top;  margin-left: 10px; }
.submit_filter .big-button { line-height: 31px; height: 31px; margin: 0; }
.project_hori .photo-item-hit{
    width: 187px;
    clear: none;
    margin-right: 10px;
    vertical-align: top;
    float: left;
    text-align: center;
    margin-bottom: 13px;
}
.photo-item-hit:last-child{
    margin-right: 0;
}
#upload-track {
    cursor: pointer;
    font-size: 16pt;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.ads_ad { margin-bottom: 10px; }
.ads_ad > * { display: inline-block; vertical-align: middle; }
.ads_ad .play { width: 42px;}
.ads_ad .play a{ display: block;  background: url('../images/frontend/icons/icon-line.png?v=1') 0px -285px no-repeat; width: 30px; height: 30px; }
.ads_ad .play a:hover{background-position: -41px -285px;}

.ads_ad .play a.stop_button{ display: block;  background: url('../images/frontend/icons/icon-line.png?v=1') 0px -431px no-repeat; width: 30px; height: 30px; }
.ads_ad .play a.stop_button:hover{background-position: -41px -431px;}

.tbl-hdr { height: 20px;  }
tr.ad { height: 40px; } 
.ad .play { width: 42px;}
.ad .play a{ display: block;  background: url('../images/frontend/icons/icon-line.png?v=1') 0px -285px no-repeat; width: 30px; height: 30px; }
.ad .play a:hover{background-position: -41px -285px;}

.ad .play a.stop_button{ display: block;  background: url('../images/frontend/icons/icon-line.png?v=1') 0px -431px no-repeat; width: 30px; height: 30px; }
.ad .play a.stop_button:hover{background-position: -41px -431px;}

.ad .lock {
    background-image: url("../images/frontend/icons/famfamfam/lock_open.png");
    cursor: pointer;
    display: block;
    height: 16px;
    width: 16px;
}
.ad .unlock {
    background-image: url("../images/frontend/icons/famfamfam/lock.png");
    cursor: pointer;
    display: block;
    height: 16px;
    width: 16px;
}
.alert {padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; }
.alert-warning { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; }
.half-block { width: 48%; }
.left-block { float: left; }
.right-block { float: right; }
.error_input { color: #ff0000; }
.marginBottom15, .btn.marginBottom15 { margin-bottom: 15px; }
.video-list-thumbs > li > a {
    display: block;
    position: relative;
    background-color: #f5f5f5;
    padding: 8px;
    border-radius: 3px;
    text-align: center;
    transition: all 500ms ease-in-out;
    border-radius: 4px;
}
*::after, *::before {
    box-sizing: border-box;
}
* {
    box-sizing: border-box;
}
.video-list-thumbs .img-responsive {
    display: inline-block;
}
.video-list-thumbs > li {
    margin-bottom: 12px;
}
.video-list-thumbs i {
    font-size: 16px;
    padding: 3px;
    color: #a1a1a1;
}
.video-list-thumbs i:hover {
	color: #63c7c9;
}
.video-list-thumbs h2 {
    bottom: 0;
    font-size: 14px;
    font-weight: 500;
    margin: 8px 0 0;
    word-wrap: break-word;
    color: #5f5f5f;
}
.video-list-thumbs > li > a {
    background-color: #f5f5f5;
    border-radius: 4px;
    display: block;
    padding: 8px;
    position: relative;
    text-align: center;
    transition: all 500ms ease-in-out 0s;
}
.video-list-thumbs > li > a:hover{
    box-shadow:0 2px 5px rgba(0,0,0,.3);
    text-decoration:none
}

.video-list-thumbs > li > a:hover h2{
	color: #000;
}
.album_list_indicator {
    background-color: #f5f5f5;
    float: right;
    padding: 7px;
    position: relative;
    bottom: 4px;
}
.static-label-100 {
    width: 100px;
}
.panel .choose-image-block { float: none; width: auto; }
.marginRight15 { margin-right: 15px; }
.fa.size16{ font-size: 16px; }
.spaceSides5 { padding-left: 5px; padding-right: 5px; }
.image-panel-small{ width: 380px; }
.image-panel-big{ width: 378px; }
.panel.image-panel-small, .panel.image-panel-big { border: 1px solid #ddd; }
.image-panel-small .panel-body, .image-panel-big .panel-body { padding: 15px; }
.image-panel-small .image-upload-btn, .image-panel-big .image-upload-btn { float: none; width: 100%;}
div#album-img {
    border: 1px solid #ddd;
    height: 350px;
    overflow: hidden;
    position: relative;
    width: 350px;
}
.btn-file input[type="file"] { background: red none repeat scroll 0 0; cursor: inherit; display: block; font-size: 100px; height: 100%; left: 0; opacity: 0; position: absolute; text-align: right; top: 0; width: 100%; }
.btn-file { position: relative; }
.panel h3 {
	font-size: 24px;
	margin-bottom: 10px;
    margin-top: 20px;
}

.submenu {
    border-radius: 0;
    margin-bottom: 10px;
    min-height: 41px;
}
.submenu .nav > li > a {
    padding: 0;
}
.submenu .nav > li {
    float: left;
    margin: 4px;
}

.ui-menu-item { padding: 5px; font-size: 14px; cursor: pointer; }
.ui-menu-item:hover { background-color: #a9a9a9; }
.sort-handler { cursor: pointer; }


/* cropper */
#cropper { display: none; background-color: #fff; border: 2px solid #ccc; position: fixed; top: 50%; left: 50%; width: 500px; height: 352px; margin-left:-250px; margin-top:-200px; }
#cropper .controlsWrap { height: 50px; line-height: 44px; border-bottom: 1px solid #ccc; }
#cropper .cropControls { display: inline-block; width: 250px; margin-left: 10px; }
#cropper .cropControls .icon { width: 20px; height: 20px; }
#cropper .cropMainButtons { display: inline-block; margin-right: 10px; }
#cropper #imgCropNew { width:500px; height: 300px; }
.glyph-icon-notification { font-size: 28px; margin-top: -14px; position: absolute; top: 50%; }

.ui-helper-hidden-accessible { display:none; }
.table-responsive a:hover { text-decoration: underline; }
thead td { font-weight: bold; }
#add-track-form { display: none; }
.artist-c { margin-bottom: 10px; }
.glyphicon { cursor: pointer; font-size: 16px; vertical-align: sub; }
a.enable, a.disable { cursor: pointer;}
.notify-info { margin-right: 15px; vertical-align: middle; }
.line .checkbox input[type="checkbox"] {margin: 0; position: static;}
.line .checkbox {margin: 0; display: inline;}
.profile-delete-table ul { padding-left: 40px; list-style: disc;}
.profile-delete-table ul li {margin-bottom: 5px}
.breadcrumb,.carousel-indicators,.dropdown-menu,.media-list,.nav,.pager{list-style:none}.btn,.btn-group,.btn-group-vertical,.caret,.checkbox-inline,.radio-inline,img{vertical-align:middle}hr,img{border:0}.btn-group>.btn-group,.btn-toolbar .btn-group,.btn-toolbar .input-group,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.dropdown-menu{float:left}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.pre-scrollable{max-height:340px}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}mark{color:#000;background:#ff0}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre,textarea{overflow:auto}code,kbd,pre,samp{font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}.glyphicon,address{font-style:normal}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance: none;}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{blockquote,img,pre,tr{page-break-inside:avoid}*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}blockquote,pre{border:1px solid #999}thead{display:table-header-group}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}.btn,.btn-danger.active,.btn-danger:active,.btn-default.active,.btn-default:active,.btn-info.active,.btn-info:active,.btn-primary.active,.btn-primary:active,.btn-success.active,.btn-success:active,.btn-warning.active,.btn-warning:active,.btn.active,.btn:active,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover,.form-control,.navbar-toggle,.open>.dropdown-toggle.btn-danger,.open>.dropdown-toggle.btn-default,.open>.dropdown-toggle.btn-info,.open>.dropdown-toggle.btn-primary,.open>.dropdown-toggle.btn-success,.open>.dropdown-toggle.btn-warning{background-image:none}.dropdown-menu,.modal-content{-webkit-background-clip:padding-box}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before,.glyphicon-btc:before,.glyphicon-xbt:before{content:"\e227"}.glyphicon-jpy:before,.glyphicon-yen:before{content:"\00a5"}.glyphicon-rub:before,.glyphicon-ruble:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}dt,kbd kbd,label{font-weight:700}address,blockquote .small,blockquote footer,blockquote small,dd,dt,pre{line-height:1.42857143}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-inline,.list-unstyled{padding-left:0;list-style:none}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}pre code,table{background-color:transparent}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}dl,ol,ul{margin-top:0}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child,ol ol,ol ul,ul ol,ul ul{margin-bottom:0}address,dl{margin-bottom:20px}ol,ul{margin-bottom:10px}.list-inline{margin-left:-5px}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}.container{width:750px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;color:#777}legend,pre{display:block;color:#333}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}code,kbd{padding:2px 4px;font-size:90%}caption,th{text-align:left}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;-webkit-box-shadow:none;box-shadow:none}pre{padding:9.5px;margin:0 0 10px;font-size:13px;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;border-radius:0}.container,.container-fluid{margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px}.pre-scrollable{overflow-y:scroll}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}caption{padding-top:8px;padding-bottom:8px;color:#777}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){}.table-hover>tbody>tr:hover,.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset,legend{padding:0;border:0}fieldset{min-width:0;margin:0}legend{width:100%;margin-bottom:20px;font-size:21px;line-height:inherit;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}.form-control,output{font-size:14px;line-height:1.42857143;display:block}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus{outline:dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}output{padding-top:7px}.form-control{width:100%;height:34px;padding:6px 12px;background-color:#ffffff !important;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-group-sm .form-control,.input-sm{font-size:12px;border-radius:3px;padding:5px 10px}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .form-control-feedback,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date],input[type=datetime-local],input[type=month],input[type=time]{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}.checkbox-inline.disabled,.checkbox.disabled label,.radio-inline.disabled,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio label,fieldset[disabled] .radio-inline,fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;line-height:1.5}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;line-height:1.5}.form-group-lg .form-control,.input-lg{border-radius:6px;padding:10px 16px;font-size:18px}select.form-group-sm .form-control{height:30px;line-height:30px}select[multiple].form-group-sm .form-control,textarea.form-group-sm .form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:5px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;line-height:1.3333333}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;line-height:1.3333333}select.form-group-lg .form-control{height:46px;line-height:46px}select[multiple].form-group-lg .form-control,textarea.form-group-lg .form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:10px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;}.collapsing,.dropdown,.dropup{position:relative}.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .form-control-feedback,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .form-control-feedback,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.form-inline .has-feedback .form-control-feedback,.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}.form-inline .form-control-static,.form-inline .form-group{display:inline-block}.form-inline .control-label,.form-inline .form-group{margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.btn-block,.btn-group-justified,.form-inline .input-group>.form-control,input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.33px}.form-horizontal .form-group-sm .control-label{padding-top:6px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary,.btn-primary.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#666;border-color:#666}.btn-primary:hover{color:#fff;background-color:#6466a3;border-color:#6466a3}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#6466a3;border-color:#6466a3}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#666;border-color:#666}.btn-success.active,.btn-success.focus,.btn-success:active,.btn-success:focus,.btn-success:hover,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#6466a3;border-color:#6466a3}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.active,.btn-info.focus,.btn-info:active,.btn-info:focus,.btn-info:hover,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.active,.btn-warning.focus,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#666;border-color:#666}.btn-danger.active,.btn-danger.focus,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#6466a3;border-color:#6466a3}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#6466a3;border-color:#6466a3}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block}.btn-block+.btn-block{margin-top:5px}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;border-top:4px dashed;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu-right,.dropdown-menu.pull-right{right:0;left:auto}.dropdown-header,.dropdown-menu>li>a{display:block;padding:3px 20px;line-height:1.42857143;white-space:nowrap}.btn-group-vertical>.btn:not(:first-child):not(:last-child),.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{clear:both;font-weight:400;color:#333}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;filter:progid: DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-left{right:auto;left:0}.dropdown-header{font-size:12px;color:#777}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.nav-justified>.dropdown .dropdown-menu,.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover,.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px solid}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn .caret,.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn-lg .caret{border-width:5px 5px 0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group,.input-group-btn>.btn+.btn{margin-left:-1px}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);}.input-group,.input-group-btn,.input-group-btn>.btn,.nav>li,.nav>li>a,.navbar{position:relative}.input-group{display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;/* z-index:2 */;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.nav>li,.nav>li>a{display:block}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{font-size:0;white-space:nowrap}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.nav{padding-left:0;margin-bottom:0}.nav>li>a{padding:10px 15px}.nav>li>a:hover .btn{text-decoration:none;color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center;margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0;border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-justified>li,.nav-stacked>li{float:none}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{min-height:45px;margin-bottom:20px;border:1px solid transparent}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar{border-radius:4px}.navbar-header{float:left}.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.embed-responsive,.modal,.modal-open,.progress{overflow:hidden}@media (max-device-width:480px)and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}.navbar-static-top{z-index:1000;border-width:0 0 1px}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}.navbar-fixed-bottom,.navbar-fixed-top,.navbar-static-top{border-radius:0}.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}.progress-bar-striped,.progress-striped .progress-bar,.progress-striped .progress-bar-info,.progress-striped .progress-bar-success,.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-striped,.progress-striped .progress-bar,.progress-striped .progress-bar-success{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}@media (min-width:768px){.navbar-toggle{display:none}.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);margin:8px -15px}@media (min-width:768px){.navbar-form .form-control-static,.navbar-form .form-group{display:inline-block}.navbar-form .control-label,.navbar-form .form-group{margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-text{float:left;margin-right:15px;margin-left:15px}.navbar-left{float:left!important}.navbar-right~.navbar-right{margin-right:0}}.navbar-right{float:right!important;margin-right:0}.breadcrumb>li,.pagination{display:inline-block}.btn .badge,.btn .label{top:-1px;position:relative}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-radius:4px 4px 0 0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-nav>li>a,.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>li>a,.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{padding-left:0;margin:20px 0;border-radius:4px}.pager li,.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#666;text-decoration:none;xbackground-color:#fff;border:1px solid #ddd}.badge,.label{font-weight:700;line-height:1;white-space:nowrap;vertical-align:baseline;text-align:center}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{color:#23527c;xbackground-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;color:#fff;cursor:default;background-color:#666;border-color:#666}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}a.badge:focus,a.badge:hover,a.label:focus,a.label:hover{color:#fff;cursor:pointer;text-decoration:none}.label{display:inline;padding:.2em .6em .3em;font-size:75%;color:#fff;border-radius:.25em}.label:empty{display:none}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;color:#fff;background-color:#777;border-radius:10px}.badge:empty{display:none}.media-object,.thumbnail{display:block}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.jumbotron,.jumbotron .h1,.jumbotron h1{color:inherit}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px 15px;margin-bottom:30px;background-color:#eee}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.alert,.thumbnail{margin-bottom:20px}.alert .alert-link,.close{font-weight:700}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding:48px 0}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.modal,.modal-backdrop{top:0;right:0;bottom:0;left:0}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-info,.progress-striped .progress-bar-warning{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-bar-warning{background-color:#f0ad4e}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-right,.media>.pull-right{padding-left:10px}.list-group,.media-list{padding-left:0}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.list-group{margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.panel-heading>.dropdown .dropdown-toggle,.panel-title,.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.close{line-height:1}.panel{margin:0;border:none;}.panel-title,.panel>.list-group,.panel>.panel-collapse>.list-group,.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel-body{padding-bottom: 15px;}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px;display:none}.panel-title{margin-top:0;font-size:16px}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:0;border-radius:0}.panel-group .panel-heading,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.list-group+.panel-footer,.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.carousel-caption,.carousel-control{text-shadow:0 1px 2px rgba(0,0,0,.6)}.popover,.tooltip{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:400}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal{position:fixed;z-index:1050;display:none;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.carousel-control,.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{min-height:16.43px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}.tooltip.top-left .tooltip-arrow,.tooltip.top-right .tooltip-arrow{bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-size:12px;line-height:1.4;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px}.tooltip.top-right .tooltip-arrow{left:5px}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow,.tooltip.bottom-left .tooltip-arrow,.tooltip.bottom-right .tooltip-arrow{border-width:0 5px 5px;border-bottom-color:#000;top:0}.tooltip.bottom .tooltip-arrow{left:50%;margin-left:-5px}.tooltip.bottom-left .tooltip-arrow{right:5px;margin-top:-5px}.tooltip.bottom-right .tooltip-arrow{left:5px;margin-top:-5px}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-size:14px;line-height:1.42857143;text-align:left;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.carousel,.carousel-inner{position:relative}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.left>.arrow:after,.popover.right>.arrow:after{bottom:-10px;content:" "}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{left:1px;border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;border-right-width:0;border-left-color:#fff}.carousel-inner{width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;margin-top:-10px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:transparent;border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.carousel-caption .btn,.text-hide{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{color:transparent;background-color:transparent;border:0}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}.visible-xs-block{display:block!important}.visible-xs-inline{display:inline!important}.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px)and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}.visible-sm-block{display:block!important}.visible-sm-inline{display:inline!important}.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px)and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}.visible-md-block{display:block!important}.visible-md-inline{display:inline!important}.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}.visible-lg-block{display:block!important}.visible-lg-inline{display:inline!important}.visible-lg-inline-block{display:inline-block!important}.hidden-lg{display:none!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px)and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px)and (max-width:1199px){.hidden-md{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}.hidden-print{display:none!important}}
#content .marginTop0 { margin-top: 0; }
#content .marginTop20 { margin-top: 20px; }
h4 { font-size: 16px; }
.ui-autocomplete { height: 200px; overflow-y: scroll; overflow-x: hidden; z-index: 160;}
/*Analize*/
.table-info { width: 49%; border-top: 1px solid #686868; vertical-align: top;  }
.tbl-hdr { line-height: 30px; }
.tbl-hdr td { text-align: center; border-right: 1px solid #686868; border-bottom: 3px solid #686868; }
.tbl-hdr td:last-child { border-right: none; }
.inlineTable { display: inline-table; }
.floatLeft { float: left; }
.floatRight { float: right; }
.table-info tbody tr td { padding: 5px; border-bottom: 1px solid #686868; vertical-align: top; }
.table-info tbody tr td.name { text-transform: uppercase; }
.table-info tbody tr td.percents { text-align: right; width: 120px;  }
.table-info tbody tr td.percents .progressbar { background-color: #E6E6E6; width: 100%; height: 10px; }
.table-info tbody tr td.percents .progressbar > div { background-color: #61589C; height: 10px; }
.table-info tbody tr.marked { /*background-color: #F8F8F8;*/ }
.btn.showAll, .btn.hideAll { width: 120px; margin: auto; line-height: 26px; padding: 0;}
.filter-analyse .dark_input { line-height: 16px; padding: 6px 5px; width: 223px; font-size: 12px; }
.filter-analyse .labelText { width: 120px; }
.filter-analysis-button { display: inline-block; line-height: 26px; padding: 0; }
.arrowUp {
    height: 16px;
    width: 16px;
    background: url("../images/icons/famfamfam/arrows.png");
    background-position: 0 0;
}
.arrowDown {
    height: 16px;
    width: 16px;
    background: url("../images/icons/famfamfam/arrows.png");
    background-position: -16px 0;
}
.arrowicon { vertical-align: middle; display: inline-block; }
.srt_country, .srt_stat, .select_country, .select_city, #main_analyse, #main_country, .analyse-album { cursor: pointer; }
.marginBottom5 { margin-bottom: 5px; }
.marginBottom15 { margin-bottom: 15px;}
.width100 { width: 100%; }
.breadcrums { text-transform: uppercase; }
.breadsinfo > .breadcrums { font-size: 14px; color: #666; }
#main_analyse, #main_country { color: #000; }
#main_analyse:hover, #main_country:hover { color: #666; }
.filter-analyse a.analyse-album:hover { color: #666; }
.lietuva-map {
    height: 384px;
    width: 500px;
    background: url("../images/icon/Lietuva.png");
    background-repeat: no-repeat;
    display: block;
    position: relative;
}
.circle {
    border-radius: 50%;
    width: 50px;
    height: 50px; 
    display: block;
    font-size:10px;
    background: url("../images/icon/circle.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
.analyses-city { position: absolute; }
.circle_top_percent { border-bottom: 1px solid #000000; }
.circle_percent {
    bottom: 0;
    height: 46%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.alert {padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; }
.alert-warning { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; }
.filter-statistics-button { display: inline-block; line-height: 26px; padding: 0; }
.navbar.affix {
	width: 1174px;
	top: 0;
	z-index: 9999 !important;
	-webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
    background-color: #f9f8e6;
    border-bottom: 1px solid #d2d1bf;
    border-top: 1px solid #d2d1bf;
    left:0;
    right:0;
    margin: auto;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.nav-wrapper { height: 45px; }
.dash-block-content .search-form {
	padding-left: 4px;
    padding-top: 8px;
}
.project-form td {
	vertical-align: middle !important;
}
.menu_arrows{
	top:9px;
	float: right;
}
#top .menu_block li.menu_list ul.submenu_list .menu_space { background-color: #fff; height: 5px;}
#progress-bar {
	height: 24px !important;
}
.current_assign {
background-color: #343775 !important; 
}
.half-block #pane-notice .alert-danger .glyphicon { margin-top: -7px; }
.half-block #pane-notice .alert-danger ul { display: inline-block; }
/*.dtl_album:nth-child(5n) { margin-right: 0 !important; }*/

select {
    background-color: #666 !important;
}

video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}
.table-hover tr:hover {
	background-color: #666 !important;
}
.main-text p {
    color: #fff !important;
    background-color: inherit !important;
}
.dash-last-listened.radio .down-track { background: url("../images/icon/download.png") no-repeat; height: 15px; width: 18px; background-size: 100%;}
.table.dash-last-listened.radio .line .name { width: 544px; }
.table.dash-last-listened.radio .line .name.bold { font-weight: bold; }
input[type='number'] {
    -moz-appearance:textfield;
}

.m-btn {
    padding: 10px 20px;
    border-radius: 30px;
    font-family: "IBM Plex Sans", serif;
    font-weight: bold;
    font-size: 15px;
    transition: 0.2s all ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-big {
    padding: 15px 40px;
    font-size: 16px;
}

.btn-gray {
    color: #404860;
    background-color: #e4e4ee;
}

.btn-red {
    background-color: #c12e2a;
    color: #fefefe;
}

.btn-red[disabled] {
    background-color: #e4e4ee!important;
    color: #fefefe;
}

.btn-gray:hover {
    color: #fefefe;
}

.btn-gray.hover-red:hover {
    color: #c12e2a;
}