@charset "UTF-8";
/* ############################################################################ */
/* ############################################################################ --------------> ISSEFY PAGES CSS ## */
/* ############################################################################ */

/* ############################################################## TEXT MARKERING ## */
::-moz-selection
 {
	 background:#0CC6DA;
	 color:#FFF;
	 padding:10px;
}
::selection
{
	background:#0CC6DA;
	color:#FFF;
	padding:10px;
}

/* ############################################################## CSS ANIMERING ## */
.easeOut_Std, .easeOut_Std:hover{
	transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
}
.tra_Hover_Std, .tra_Hover_Std:hover{
	transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
}
/* ### Alla classer som animeras utifrån denna ### */
.top_Wrapper, .pl_fullFloatWrapper_PlayCode{
	transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
}

/* ############################################################## SOCIAL TOP MENU ## */
.social_Wrapper{
	background-color: #0CC6DA;
    color: #FFFFFF;
    float: left;
    margin-bottom: -10px;
    width: 100%;
}
.social_Menu{
	float:right;
}
.social_MenuObj, .social_MenuObj_Active{
	background-color: #EC6871;
    color: #FFFFFF;
    float: right;
    font-size: 1.6em;
    padding: 10px;
}
.social_MenuObj:hover{
	background-color:#0CC6DA;
	color:#FFF;
}
.social_MenuObj_Active, .social_MenuObj_Active:hover{
	background-color:#0CC6DA;
	color:#fff;
}
.social_Follow_FB, .social_Follow_TW{
	float: left;
    height: 25px;
    margin-right: 5px;
    margin-top: 7px;
    width: 25px;
    box-shadow: 0px 0px 2px 1px #fff;
    margin-left: 5px;
}
.social_Follow_FB{
	background-image:url(../_images/icon_facebook_b.png);
}
.social_Follow_TW{
	background-image:url(../_images/icon_twitter_b.png);
}

/* ############################################################## TOPPMENY ## */
.page_ToppMenyWrapper{
    height: auto;
    position: absolute;
    right: 15px;
    top: 40px;
}
.page_ToppSocial{
	margin-top: 40px;
    position: absolute;
    right: 0px;
	white-space:nowrap;
	
	transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
}
.page_ToppSocial_Obj{
	display: inline-block;
}


/* ############################################################## SIDFOT ## */
.page_UnderWrapper{
    border-top: 5px solid #FFFFFF;
    float: left;
    min-height: 110px;
    width: 100%;
	overflow:hidden;
}
.page_UnderWrapper_Inner{
    margin: auto;
    max-width: 1400px;
    padding: 0 2%;
    position: relative;
    width: 95%;
}
.page_UW_Menu{
    float: left;
    height: 22px;
}
.page_UW_Menu_Obj{
	background-image: url("../_images/lf_BottenDot.png");
    background-position: left 1px;
    background-repeat: no-repeat;
    float: left;
    margin-right: 45px;
    padding-left: 15px;
	margin-top: 10px;
	
	transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
}
.page_UW_Menu_Obj:hover{
	background-position: left -89px;
	color: #545855;
}
.page_UW_Hoger{
	float: right;
    margin-right: 0;
	
	transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
}
.page_UW_Wline{
	background-image: url("../_images/lf_VitHorLinje.png");
    background-repeat: repeat-x;
    float: left;
    height: 10px;
    margin-top: 10px;
    width: 100%;;
}
.page_UW_ToTop{
    cursor: pointer;
    float: right;
    margin-top: 10px;
}
.page_UW_ToTop:hover{
	background-position:bottom center;
}
.page_UW_Power{
	background-image: url("../_images/lf_BottenPower.png");
    background-repeat: no-repeat;
    height: 34px;
    position: absolute;
    top: 50px;
    width: 180px;
	right:30px;
}
.page_UW_Power_W{
	position: absolute;
    right: 0;
}
.page_UW_Copy{
	color: #999999;
	padding-left:0px;
	background-image:none;
}
.page_UW_Copy_C{
	font-size:40px;
}

/* ############################################################## LOGIN ## */
.hb_PushLogin{
	font-size: 2em;
    line-height: 1.2em;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
}
.login_SocialLoginChoices{
    float: left;
    text-align: center;
    width: 100%;
	padding-top:30px;
}
.login_Connect_Logout{
	 background-color: #EC6871;
    color: #FFFFFF;
    float: right;
    font-size: 1.6em;
    padding: 10px;
	
	margin-bottom:70px;
}
.login_Connect_Logout:hover{
	background-color:#0CC6DA;
	color:#FFF;
	font-size:2em;
}
.login_Connect_FB, .login_Connect_TW, .login_Connect_FB_Add, .login_Connect_TW_Add{
	background:url(../_images/socialLoginButtons.png) no-repeat scroll 0 0 transparent;
	float:right;
    height: 38px;
    width: 231px;
}
.login_Connect_FB, .login_Connect_FB_Add{
	background-position: -300px 0;
}
.login_Connect_FB:hover, .login_Connect_FB_Add:hover{
	background-position: -300px -50px;
}
.login_Connect_TW:hover, .login_Connect_TW_Add:hover{
	background-position: 0 -50px;
}
.login_Connect_FB:active, .login_Connect_FB_Add:active{
	background-position: -300px -100px;
}
.login_Connect_TW:active, .login_Connect_TW_Add:active{
	background-position: 0 -100px;
}
.login_Connect_FB_Add, .login_Connect_TW_Add{
	margin-bottom:20px;
}
.login_Connect_HomeW{
	float:right;
	width:241px;
	min-height:110px;
}

/* ############################################################## ALLA ## */
.isy_Float_Spacer{
	float:left;
	width:100%;
	height:40px;
}
.linkOnBlue{
	color:#fff;
	text-decoration:underline;
}
.std_HrRubrik{
}
.std_HrRubrik_Red{
	background-color:#EC6871 !important;
}
.std_ContentBox{
	float:left;
	width:100%;
}
.std_Content_B_Marg{
	margin-bottom:20px;
}
.bBgWTx{
	background-color:#0CC6DA;
	color:#fff;
}
.textCenter{
	text-align:center;
}
.nobr{
	white-space: nowrap
} 
.clearLeft{
	float:left;
	clear:left;
}
.clearBoth{
	display:block;
	clear:both;
}
.bgBlank{
	background-image: url("../_images/lf_BlankBG.png");
    background-repeat: no-repeat;
    height: 1000px;
    left: 50%;
    margin-left: -500px;
    position: fixed;
    right: 50%;
    top: -150px;
    width: 1000px;
    z-index: -1; 
}
.inviteHint{
	background-image: url("../_images/lf_BottenBG.png");
    border: 5px solid #FFFFFF;
    border-radius: 0 10px 10px 10px;
    color: #CB7450;
    font-family: EdwardianScriptITCRegular;
    font-size: 34px;
    left: 637px;
    padding: 15px;
    position: absolute;
	display:none;
	max-width:330px;
}
.preLoad{
	display:none;
}
.hb_Bg{
	background-color: #0CC6DA;
    border-bottom: 5px solid #FFFFFF;
    border-top: 5px solid #FFFFFF;
    color: #FFFFFF;
    float: left;
    width: 100%;
}
.hb_Center{
    margin: auto;
    max-width: 1400px;
    padding: 0 30px;
    position: relative;
    width: 90%;
}

.cirkelWrapper_Center{
	font-size: 0;
    margin: auto;
    position: relative;
    top: 260px;
    width: 1000px;
}
.cirkelWrapper{
    background-image: url("../_images/lf_CirklarTempBG.png");
    background-repeat: repeat-x;
    height: 700px;
    left: auto;
    position: fixed;
    top: auto;
    width: 930px;
	display:none;
}
.logga, .logga:hover{
	background-image: url("../_images/lf_Logga.png");
    background-repeat: no-repeat;
    float: left;
    height: 116px;
    margin-top: 40px;
    width: 200px;
	border: 5px solid #fff;
	transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
}
.logga:hover{
	border-color: #0CC6DA;
}
div#page_Wrapper{
    float: left;
    padding: 0;
    width: 1000px;
}

.showMore_Group{
	opacity:0.1;
	transition: opacity 0.5s ease-in 0s;
	-moz-transition: opacity 0.5s ease-in 0s;
	-webkit-transition: opacity 0.5s ease-in 0s;
	-o-transition: opacity 0.5s ease-in 0s;
	-ms-transition: opacity 0.5s ease-in 0s;
}

.fullFloatWrapper{
	float:left;
	width:100%;
}
.centerWrapper{
    margin: auto;
    max-width: 1400px;
    position: relative;
    width: 95%;
}
.alertInfo_Wrapper, .alertInfo_Wrapper_TonaUt{
	background-color: #EC6871;
    border: 5px solid #FFFFFF;
    color: #FFFFFF;
    left: 45%;
    padding: 20px;
    position:absolute;
    z-index: 1000;
	opacity:1;
	
	transition: all 2s ease-in;
	-moz-transition: all 2s ease-in;
	-webkit-transition: all 2s ease-in;
	-o-transition: all 2s ease-in;
	-ms-transition: all 2s ease-in;
}
.alertInfo_Wrapper_TonaUt{
	opacity:0;
	background-color:#0CC6DA;
}

/* ################################## FACEBOOK COMMENTS ## */
#comments{
	width: 100% !important;
	float: left !important;
	font-family: Arial, Helvetica, sans-serif;
	color: #ff6600;
}
#comments span, #comments iframe{
	float:left !important;
	width:100% !important;
}
.fb_iframe_widget{
	float:left !important;
	width:100% !important;
}



/* ############################################################## 404 ## */
.hb_Push404{
	color: #fff;
    font-size: 10em;
	margin-bottom:20px;
    text-align: center;
    margin-top: 20px;
	font-weight:normal;
}
.f404_BackHome{
	font-size: 1.6em;
    margin-top: 20px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;
}

/* ############################################################## START ## */
.isy_Right_W{
	float:right;

}
.isy_Left_W{
	float: left;
}
.isy_Right_W, .isy_Left_W{
	margin-bottom:20px;
	width: 48%;
	transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
}
.home_H1, .home_NoH1Spacer{
	font-size:3em;
	font-weight:normal;
}
.home_NoH1Spacer{
	float:left;
	width:100%;
	margin-bottom:56px;
}
.home_Intro_Txt{
	text-align:justify;
	float:left;
	width:100%;
	font-size:1.5em;
	line-height:1.3em;
	margin-bottom:20px;
}
.spotCol{
	color:#4DA400;
}
.isyCol{
	color:#0CC6DA;
}
.home_Rubrik_Join, .home_Rubrik_Start, .std_HrRubrik, .std_HrRubrik_Red{
	background-color: #0CC6DA;
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    color: #FFFFFF;
    float: left;
    font-size: 20px;
    font-weight: normal;
    height: 23px;
    padding-left: 2%;
    padding-top: 7px;
    width: 98%;
	padding-bottom: 2px;
}
.home_Rubrik_Start{
	background-color: #EC6871;
}
.home_JoinButton, .home_StartButton, .pl_Player_PlayMenu_ObjPlay{
	float:right;
	padding:10px;
	cursor:pointer;
	background-color:#0CC6DA;
	color:#fff;
	font-size:1.2em;
	transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
}
.home_StartButton, .pl_Player_PlayMenu_ObjPlay{
	background-color:#EC6871;
	font-size:3em;
	margin-left: 10px;
	margin-bottom: 40px;
}
.home_JoinButton:hover, .home_StartButton:hover{
	color:#fff;
	background-color:#EC6871;
	font-size:2em;
	transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
}
.home_StartButton:hover, .pl_Player_PlayMenu_ObjPlay:hover{
	background-color:#0CC6DA;
	font-size:4em;
}
.home_JoinButton_Text{
	float: right;
    font-size: 1.2em;
    line-height: 1.3em;
    margin-right: 20px;
    text-align: right;
}
.home_StartButton_Text{
	display: block;
    font-size: 1.2em;
    line-height: 1.3em;
    padding-right: 105px;
    text-align: right;
    width: auto;
}
.home_JoinButton_Text{
	color:#EC6871;
	background-color: #FFFFFF;
}
.home_GoBackLastPL, .home_BetaText{
    background-color: #0CC6DA;
    color: #FFFFFF;
    display: inline-block;
    font-size: 2.5em;
    margin-top: 60px;
    padding: 10px;
	margin-bottom: 20px;
	box-shadow: 0 0 0px -13px #000000;
	
	transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);

	transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
}
.home_GoBackLastPL:hover{
	color:#fff;
	box-shadow: 0 0 40px -20px #000000;
	font-size:4em;
	
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	
	transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
}
.home_GoBackLastPL{
	margin-top:100px;
}
.home_Youtube_div{
	float:left;
	overflow:hidden;
	width:100%;
}
.home_Youtube{
	float: left;
    height: 251px;
    width: 450px;
	margin-top:-3px;
}
.home_BetaText{
	font-size:3em;
	line-height:1.2em;
	transition: all 1s ease-out 0s;
	-moz-transition: all 1s ease-out 0s;
	-webkit-transition: all 1s ease-out 0s;
	-o-transition: all 1s ease-out 0s;
	-ms-transition: all 1s ease-out 0s;
	display:none;
}
.home_HowToLink{
	font-size: 1.5em;
    font-weight: normal;
}
.home_Plain_TextCont{
	float:left;
	width:50%;
	margin-bottom:20px;
    font-size: 1.2em;
    line-height: 1.3em;
}
.isy_Left_W_CommentLift{
	float:left;
	width:100%;
}

/* ############################################################## PLAYLIST ## */
.pl_PlayListCode_W{
	margin-bottom:20px;
	font-size:1.4em;
}
.pl_PlayListCode_Code{
	color:#000;
	font-size:1.6em;
}
.pl_PlayListCode_QR_Image{
	display: inline-block;
    margin-left: 20px;
}
.pl_Queue_W{
	margin-bottom:20px;
}
.pl_Queue_Rubrik, .pl_Queue_Rubrik_Playing{
	background-color: #0CC6DA;
    border-bottom: 3px solid #FFFFFF;
    border-top: 3px solid #FFFFFF;
    color: #FFFFFF;
    float: left;
    font-size: 1.6em;
    font-weight: normal;
    padding-bottom: 5px;
    padding-left: 2%;
    padding-top: 8px;
    width: 98%;
}
.pl_Queue_Rubrik_Playing{
	background-color:#EC6871;
}
.pl_Search_W{
}
.pl_Search_Result{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.pl_Search_Remove{
	background-color: #EC6871;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-size: 12px;
    height: 18px;
    margin-right: 1px;
    margin-top: -53px;
    padding: 10px 10px 0;
}
.pl_Song_Row, .pl_Song_Row_Player, .pl_Song_Row_Used, .pl_Song_SearchShowMore, .myIsf_Playlist{
	background-color: #FFFFFF;
    float: left;
    margin-bottom: 5px;
    width: 100%;
	cursor:pointer;
	overflow:hidden;
	
	transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
}
.pl_Song_Row_Player{
	width: 0%;
	overflow:hidden;
}
.pl_Song_Row_Used{
	background-color:#ffcccc;
	width:90%;
	cursor:default;
}
.pl_Song_Row:hover, .pl_Song_SearchShowMore:hover{
	background-color:#0CC6DA;
	color:#000;
	
	transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
}
.pl_Song_Title{
	float: left;
    font-size: 1.2em;
    margin-bottom: 4px;
    margin-left: 5%;
    margin-top: 5px;
    width: 80%;
}
.pl_Song_Artist{
	float: left;
    margin-bottom: 3px;
    margin-left: 5%;
    width: 80%;
}
.pl_Song_Vote{
	border-left: 1px solid #F7F7F7;
    float: right;
    font-size: 1.4em;
    margin-right: 5%;
    margin-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;
}
.pl_Song_Row_Used .pl_Song_Vote{
	display:none;
}
.pl_Song_Link{
	float:left;
}
.pl_Search_Input{
	background-color: transparent;
    border-color: #333333;
    border-style: solid none;
    border-width: 3px medium;
    float: left;
    font-size: 1.6em;
    padding: 4px 1%;
    width: 98%;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.pl_Song_SearchShowMore{
	padding-bottom: 12px;
    padding-left: 5%;
    padding-top: 12px;
    width: 95%;
}
.pl_Song_SearchShowMore_Contationer{
	float:left;
	width:100%;
	/*
	opacity:0.5;
	-moz-transition: all 1s ease-out 0s;
	-webkit-transition: all 1s ease-out 0s;
	-o-transition: all 1s ease-out 0s;
	-ms-transition: all 1s ease-out 0s;
	*/
}
.pl_Queue_Player{
	float:left;
	margin-bottom:20px;
	display:none;
	width:0%;
	opacity:0;
	transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
}
.pl_Queue_Player_Now{
	float:left;
	width:100%;
}
.pl_Queue_Player_Progress_W{
    position: relative;
    width: 100%;
}
.pl_Queue_Player_Progress_Bar{
	background-color: #0CC6DA;
    height: 300px;
    opacity: 0.3;
    position: absolute;
    right: 0;
    width: 0%;
	transition: all 1s ease-out 0s;
	-moz-transition: all 1s ease-out 0s;
	-webkit-transition: all 1s ease-out 0s;
	-o-transition: all 1s ease-out 0s;
	-ms-transition: all 1s ease-out 0s;
}
.pl_SearchLoader{
	background-image: url("../_images/isy_SearchLoader.png");
    background-repeat: no-repeat;
    height: 128px;
    margin: 50px auto auto;
    position: relative;
    width: 128px;
	display:none;
}
.pl_fullFloatWrapper_PlayCode{
	margin-top:-50px;
}
.pl_Player_PlayMenu_W{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.pl_Player_PlayMenu_ObjPlay{
	float: left;
    margin-bottom: 0px;
    margin-left: 0px;
}
/* ############################################################## Print Party QR ## */

/* ############################################################## HOW TO ## */
.hoTo_List{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.hoTo_ListItem, .hoTo_Paragraf{
	font-size: 1.4em;
    list-style: decimal-leading-zero inside none;
    margin-left: 0;
    padding-left: 0;
	margin-bottom: 10px;
}
.hoTo_ListItem{
	list-style: decimal-leading-zero outside none;
	margin-left:30px;
}
.hoTo_Paragraf{
	font-size: 1.2em;
	line-height:1.5em;
	margin-bottom: 20px;
	text-align:justify;
}
.hoTo_Paragraf_Rub{
	font-size:1.2em;
	color:#000;
}
.hoTo_DelRub{
	background-color: #0CC6DA;
    color: #FFFFFF;
    float: left;
    font-size: 1.4em;
    margin-bottom: 10px;
    padding-bottom: 2px;
    padding-left: 2%;
    padding-top: 4px;
    width: 98%;
	border-bottom: 3px solid #FFFFFF;
    border-top: 3px solid #FFFFFF;
}

/* ############################################################## MY ISSEFY ## */
.myIsf_ProfileImage{
	border: 5px solid #FFFFFF;
    float: left;
    height: 75px;
}
.myIsf_Welcome{
	float: left;
    font-size: 2em;
	margin-right: 15px;
}
.myIsf_Welcome_Hello{
	font-size: 4em;
}
.myIsf_Playlists_W{
	float:left;
	width:100%;
}
myIsf_Playlist_W{
	float:left;
	width:100%;
}
.myIsf_Playlist{
	background-color: rgba(12,198,218,0.3);
	margin-bottom:0px;
}
.myIsf_Playlist_L{
	float:left;
	width:25%;
}
.myIsf_Playlist_R{
	float:left;
	width:75%;
}
.myIsf_Playlist_Row{
	float:left;
	width:100%;
}
.myIsf_Playlist_Name, .myIsf_Playlist_GoTo, .myIsf_Playlist_Edit, .myIsf_Playlist_Delete{
	color: #FFFFFF;
    cursor: pointer;
    float: left;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    text-align: center;
    width: 25%;
	font-size:1.2em;
}
.myIsf_Playlist_Name{
	word-wrap:break-word;
	width:100%;
}
.myIsf_Playlist_Name:hover, .myIsf_Playlist_GoTo:hover, .myIsf_Playlist_Edit:hover, .myIsf_Playlist_Delete:hover{
	/*font-size:1.6em;*/
	background-color:#EC6871;
	padding-bottom: 0.1em;
	padding-top: 0.4em;
	color:#FFF;
}
.myIsf_Playlist_AlternContent, .myIsf_Playlist_AlternContent_Show, .myIsf_Playlist_AlternContent_Start, .myIsf_Playlist_AlternContent_NoAnim{
	float:left;
	width:98%;
	background-color:#FF9;
	/*background-color: rgba(236,104,113,0.3);
	color:#FFF;*/
	background-color: rgba(12, 198, 218, 0.3);
	overflow:hidden;
	max-height:0px;
	margin-bottom:10px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:2%;
	opacity:0;

	transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
}
.myIsf_Playlist_AlternContent_Start{
	transition: all 0.1s ease-out 0s;
	-moz-transition: all 0.1s ease-out 0s;
	-webkit-transition: all 0.1s ease-out 0s;
	-o-transition: all 0.1s ease-out 0s;
	-ms-transition: all 0.1s ease-out 0s;
}
.myIsf_Playlist_AlternContent_Show, .myIsf_Playlist_AlternContent_NoAnim{
	max-height:90000px;
	padding-top:10px;
	padding-bottom:10px;
	opacity:1;
}
.myIsf_Playlist_AlternContent_NoAnim{
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	-ms-transition: none;
}
.myIsf_Playlist_Close{
	float:left;
	width:98%;
	margin-bottom:10px;
	text-align:center;
	background-color: #0CC6DA;
	color:#FFF;
	padding-top:5px;
	padding-bottom:5px;
}
.myIsf_Playlist_Close:hover{
	color:#FFF;
	background-color: #EC6871;
}

.myIsf_QuestText{
	float: left;
    font-size: 1.5em;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}
.myIsf_Settings_W{
	float:left;
	width:100%;
	margin-bottom:10px;
}
.myIsf_Settings_L{
	border-bottom: 1px solid #0CC6DA;
    color: #FFFFFF;
    float: left;
    min-height: 12px;
    padding-bottom: 8px;
    padding-right: 1%;
    padding-top: 1px;
    text-align: right;
    width: 17%;
}
.myIsf_Settings_R{
	float: right;
    width: 80%;
}
.myIsf_Settings_Input_Text{
	float:left;
	width:80%;
	border: 1px solid #0CC6DA;
	padding: 3px;
	border-radius: 1px;
	color: #777777;
}
.myIsf_Settings_Submit{
	background-color: #EC6871;
    border: medium none;
    color: #FFFFFF;
    float: right;
    font-size: 1.2em;
    margin-right: 3%;
    margin-top: 5px;
    padding: 5px;
	cursor:pointer;
}
.myIsf_Settings_Submit:hover{
	background-color: #0CC6DA;
}
.myIsf_Settings_Error{
	color: #EC6871;
	float:right;
	margin-right: 3%;
}
.myIsf_Settings_Radio{
	float:left;
	color:#fff;
}
/* ########################## MY ISSEFY - PLAYLIST ADMIN ## */
.myIsf_Settings_PlRow{
	float:left;
	width:98%;
	margin-bottom:5px;
	background-color:#FFFFFF;
	color:#555;
}
.myIsf_Settings_PlCol, .myIsf_Settings_PlCol_S, .myIsf_Settings_PlCol_B{
	float:left;
	width:16%;
	padding:5px 2%;
	word-wrap:break-word;
}
.myIsf_Settings_PlCol_S{
	width:12%;
}
.myIsf_Settings_PlCol_B{
	width:24%;
}
.myIsf_Settings_PlAdmBut_Grupp{
	float:left;
}
.myIsf_Settings_PlAdmBut, .myIsf_Settings_PlAdmOverBut, .myIsf_Settings_PlAdmOverBut_Soon{
	float:left;
	margin-right:5px;
	cursor:pointer;
	background-color:#EC6871;
	color:#fff;
	padding:5px;
	margin-bottom:5px;
}
.myIsf_Settings_PlAdmOverBut_Soon{
	background-color:#666666;
}
.myIsf_Settings_PlAdmBut:hover, .myIsf_Settings_PlAdmOverBut:hover, .myIsf_Settings_PlAdmOverBut_Soon:hover{
	background-color:#0CC6DA;
}

/* ############################################################## MOBILANPASSNING ## */
/*@media handheld {*/
/*@media only screen and (max-width: 800px), only screen and (max-device-width: 800px), only handheld and (max-device-width: 800px) {*/
@media all and (max-width: 980px){
	/* ######################## GRUND ## */
	body{
		
	}
	#wrapper{
		min-height:0px !important;
	}
	
	/* ######################## ALLA ## */
	.bgBlank{
		background-image:none;
	}
	.page_UW_Hoger{
		margin-right: 30px;
	}
	
	/* ######################## START ## */
	.isy_Left_W, .isy_Right_W{
		float: left;
		width:100%;
	}
	.home_GoBackLastPL, .home_BetaText{
		margin-top:0px;
		margin-bottom:70px;
	}
	.home_JoinButton, .home_StartButton{
		font-size:3em;
	}
	.isy_Left_W_CommentLift{
		margin-top:-30px;
	}
	.home_Youtube_div{
		display:none;
	}
	
	/* ######################## PLAYLIST ## */
	.pl_PlayListCode_W{
		font-size:2.4em;
	}
	.pl_Queue_W, .pl_Search_W, .pl_PlayListCode_W{
		float:left;
		width:96%;
		margin-left:2%;
	}
	.pl_fullFloatWrapper_PlayCode{
		margin-top:0px;
	}
}
@media all and (max-width: 810px){
	/* ######################## GRUND ## */
	body{
		/*font-size:30px;*/
	}
	.logga, .logga:hover{
		margin-top: 80px;
		transition: all 0.5s ease-out 0s;
		-moz-transition: all 0.5s ease-out 0s;
		-webkit-transition: all 0.5s ease-out 0s;
		-o-transition: all 0.5s ease-out 0s;
		-ms-transition: all 0.5s ease-out 0s;
	}
	.page_UW_Menu_Obj{
		margin-right: 5px;
	}
	.page_ToppSocial{
		right:auto;
	}
	
	/* ######################## PLAYLIST ## */
	.pl_PlayListCode_W{
		font-size:1.3em;
		white-space:nowrap;
	}
	.pl_Queue_Rubrik, .pl_Queue_Rubrik_Playing{
		font-size:2em;
		min-width:98%;
	}
	
	/* ########################  MY ISSEFY ## */
	.myIsf_Welcome{
		font-size:1.6em;
	}
	.myIsf_Welcome_Hello{
		font-size:2em;
	}
}

