@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=cyrillic');

body {
	background-color: #f4f4f4;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	text-decoration:none;	
}

textarea {
    resize: none;
}

a {
	text-decoration: none;
}

p {
	margin: 0;
	padding: 0;
}


form.hide-submit input[type="submit"] { 
  display: none;
}

.pointer{
  cursor: pointer;
}

.border {
	border: 2px solid red;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	margin: auto;
}

.center-text {
	text-align: center;
}

.container {	
	min-height: 100vh;
}

.container-cookies {
  min-height: 100vh;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 20px;
  overflow: hidden;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .container-cookies {
      width: 970px;
  }
}

@media (min-width: 768px) {

  .container-cookies {
      width: 750px;
  } 
}

.container-cookies {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#loader {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 100px;
  height: 100px;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 2%; /* Location of the box */
  left: 0;
  top: 30px;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 40px;
  border: 1px solid #888;
  width: 300px;
  padding: 5px 25px 25px 25px;
  border-radius: 10px;
}

@media (max-width: 450px) {

  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 40px;
    border: 1px solid #888;
    width: 250px;
    padding: 5px 25px 25px 25px;
    border-radius: 10px;
  }
}

.modal-header {
  width: 100%;
  overflow: hidden;
}

.modal-body {
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  margin-top: 10px;
}

.modal-body input[type="checkbox"] {
  float: left;
  width: 20px;
  position: relative;
  top: 5px;
  left: 0;
  margin: 0;
}

.modal-body input{
  padding: 10px;
  font-size: 13px;
  border: 1px solid #888;
  width: 220px;
  margin: auto;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}

.modal-actions {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  display: block;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.btn {
  padding: 10px;
  font-size: 14px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  background-color: #fefefe;
}

.btn-positive {
  border: 2px solid #88C100;
  color: #88C100;
}

.btn-negative {
  border: 2px solid #ea2929;      
  color: #ea2929;     
}


/***************************Poetry**********************************/



.poetryBody {
    background: url('../../images/poetry/poetry.jpg') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    background-position: center;    
    min-height: 600px; 
    height: 100vh;
    min-width: 800px;   
    width: 100%;
    color: white;
    overflow: hidden;
}

.oznam {
    width: 520px;
    margin:auto;
    margin-top: 20%;
    background: rgba(0,95,107,0.8);
    border-radius: 10px;
}

.oznam p {
    text-align: center;
    font-size: 40px;    
    padding: 15px;  
}








.deleteButtonForm {
      
}

.deleteButton {
    position: absolute;
    top: 0;
    right: 0; 
    padding: 6px;
    border: 0;
    height: 30px;
    width: 30px;
    background-color: rgba(99, 99, 99, 0.7);
    border-radius: 0px 0px 0px 10px;
}



/**************Reset Password********************/

.setNewPassword {
    margin: auto;  
    margin-top: 130px;
    width: 300px;  
    color: #5f5f5f; 
    overflow: auto;
    padding: 20px; 
    padding-top: 35px;
    padding-bottom: 10px; 
    background: #FFFFFF; 
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    overflow: hidden;
}

.setNewPassword a {    
    color: #5f5f5f;     
}

.setNewPassword a:hover {    
    color: #0091A4;     
}

.newPasswordForm {    
    border: none;
    border-radius: 3px; 
    border: 1px solid #CECECE;   
    outline: 0 none;
    background-color: white;
    color: #878787;
    height: 35px;
    width:220px;
    display: block;
    margin: auto;      
    padding: 2px 2px 2px 35px;   
    font-size: 16px;     
}





/***************************Heart and Comments**********************************/





.icon{
  width: 20px;
  height: 20px;
  margin: 3px;
  fill: none;
  stroke:  #FE4365;
  stroke-width: 2px;
  visibility: visible;
}


.icon:hover{
  fill: none;
  cursor: pointer;
}



.icon-liked{
  width: 20px;
  height: 20px;
  margin: 3px;
  fill: #FE4365;
  stroke:  #FE4365;
  stroke-width: 2px;
  visibility: visible;
}

.icon-liked:hover{
  fill: none;
  cursor: pointer;
}

.icon-liked-medium{
  width: 40px;
  height: 40px;
  margin: 3px;
  fill: #FE4365;
  stroke:  #FE4365;
  stroke-width: 2px;
  visibility: visible;
}

.icon-liked-medium:hover{
  fill: none;
  cursor: pointer;
}

.icon-comments-small {
	position: relative;
	width: 20px;
  	height: 17px;
  	margin-right: 6px;
  	top: 5px;
}


.icon.is-check{
  fill: #FE4365;
}

.icon.is-outlined{
  stroke:  #FE4365;
  stroke-width: 2px;
  fill: transparent;
}

.icon.is-x2{
  width: 40px;
  height: 40px;
  margin: 3px;
}

.icon.is-hoverable:hover{
  fill: #FE4365;
  cursor: pointer;
}

.icon.is-activeable:active{
  transform: scale(1.25);
  cursor: pointer;
}

.icon.is-pink--onhover:hover{
  fill: pink;
}

.icon.is-transit{
   -webkit-transition: all .35s ease-out;
  -moz-transition: all .35s ease-out;
  -ms-transition: all .35s ease-out;
  -o-transition: all .35s ease-out;
  transition: all .35s ease-out;
}




.icon-liked.is-check{
  fill: none;
}

.icon-liked.is-outlined{
  stroke:  #FE4365;
  stroke-width: 2px;
  fill: transparent;
}

.icon-liked.is-x2{
  width: 40px;
  height: 40px;
  margin: 3px;
}

.icon-liked.is-hoverable:hover{
  fill: none;
  cursor: pointer;
}

.icon-liked.is-activeable:active{
  transform: scale(1.25);
  cursor: pointer;
}

.icon-liked.is-pink--onhover:hover{
  fill: none;
}

.icon-liked.is-transit{
   -webkit-transition: all .35s ease-out;
  -moz-transition: all .35s ease-out;
  -ms-transition: all .35s ease-out;
  -o-transition: all .35s ease-out;
  transition: all .35s ease-out;
}

.icon-liked-comments-small {
	position: relative;
	width: 20px;
  	height: 17px;
  	margin-right: 6px;
  	top: 5px;
}





.number-counter {
	padding-top: 3px;
	padding-right: 5px;
}

.number-counter-medium {	
	padding-right: 15px;
	color: #767676;
	font-size: 20px;
	display: inline;
	position: relative;
	left: 5px;
}

.classicButton {
	border: none;
    border-radius: 3px;    
    outline: 0 none;
    background-color: #00B4CC;
    color: white;
    text-align: center; 
    margin: auto;    
    margin-top: 15px;
    margin-bottom: 20px;    
    padding: 7px 15px 7px 15px;   
    font-size: 16px;

}

.classicButton:hover {
	cursor:pointer;
}

.popupButton {
	display: block;
	margin: auto;
	width: 95%;
}

.blueButton {
	background-color: #1693A7;
	width: 250px;
}

.greenButton {
	background-color: #3C873C;
	width: 250px;
}




/******************Header************************/

header {
	background-color: #343838;  
	width: 100%;
	height: 50px;
	margin: 0px auto; 
	position: fixed;
	z-index: 15;
}

.logo {
	width: 40px;
	height: 40px;
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 20px;	
	float: left;
}

.logo img {
	width: 40px;
	height: 40px;
}

.userSignin {
	min-width: 180px;
	max-width: 320px;
	height: 100%;
	background-color: #005F6B;	
	float: right;
}

.headerProfile {
	width: 30px;
	height: 30px;	
	border-radius: 16px;
	margin-left: 15px; 
	margin-right: 10px;
	margin-top: 10px;
	
	overflow: hidden;
}

.nickHeader {
	margin: 0;
	padding: 0;
	max-width: 220px;
	font-size: 15px;
	color: #E1E1E1;
	margin-top: 15px;
	margin-right: 10px;
	overflow: hidden;
}

.signOut {
	width: 20px;
	height: 20px;
	margin-top: 17px;
	margin-right: 20px;
}


.userNotSignin {
	width: 180px;	
	height: 100%;
}


/*******************SignInNav****************************/


.signInNav {
	display: block;	
	font-size: 15px;
	float: right;
}

.signInNav ul {

	list-style: none;
	margin: 0;
	padding: 0;

}

.signInNav ul li{
	
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
	color: #888888;

}

.signInNav li a {
	text-decoration:none;
	color: #888888;	
	display: block;
}

.signInNav li a:hover {
	text-decoration:none;
	color: #E1E1E1;	
	display: block;
}



.signInNav li a:hover {	
	cursor: pointer;		
}









/*######################## search ###########################*/



.searchForm input[type="text"] {
    background: url('../../images/form/name.png') no-repeat 10px 7px #444;
    border: hidden;
    font-size:14px;   
    font-style:normal;
    color: #E1E1E1;
    width: 120px;
    height: 20px;
    padding: 5px 15px 5px 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;    
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    outline: 0;
    }

.searchForm input[type="text"]:focus {
    width: 150px;
}

.search {
    
	margin-top: 10px; 
	margin-right: 30px;     
	float: right;  
    overflow: hidden;
}

#search {           
}   


.afterHeader {
	height: 50px;
}

/*******************Photos***********************/





.galleryHolder {	
	padding-bottom: 50px;
	overflow: hidden;
	min-height: 100vh;
}




.galleryMenu-divide {
	border-left: 1px solid #e1e1e1;
	padding-left: 17px;
}

.gallery-add {
  width: 36px;
  height: 36px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #88C100;
  box-shadow: 0px 3px 6px #B4B4B4;
  float: right;  
  margin: auto;
  margin-bottom: 20px;
  margin-right: 10px;
  overflow: hidden;
}

.gallery-add:hover {
  background-color: rgba(136,193,0,0.88);
}

.photo-add {
  width: 36px;
  height: 36px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #FF8A00;
  box-shadow: 0px 3px 6px #B4B4B4;
  float: right;  
  margin: auto;
  margin-bottom: 20px;
  margin-right: 10px;
  overflow: hidden;
}

.photo-add:hover {
  background-color: rgba(255,138,0,0.88);
}

.music-add {
  width: 36px;
  height: 36px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #1693A7;
  box-shadow: 0px 3px 6px #B4B4B4;
  float: right;  
  margin: auto;
  margin-bottom: 20px;
  margin-right: 10px;
  overflow: hidden;
}

.music-add:hover {
  background-color: rgba(22,147,167,0.88);
}
  


.gallery-plus {
	width: 36px;
	height: 36px;
	margin-right: 10px; 
  margin: auto; 
}








/***********************Dropdown*****************************/
.galleryMenu-holder {
	min-width: 320px;	
	width: 100%;
	min-height: 60px;
	padding-top: 40px;
}

.galleryMenu {	
	width: 320px;
	height: auto;	
	padding-left: 13px;
	margin-top: 5px;
	float: left;
}

.galleryMenu input[type="checkbox"] {
    margin-top: 5px;
    margin-right: 10px;
}


.galleryMenu ul {  	
	list-style: none;
	margin: 0;
	padding: 0;	
}

.galleryMenu li {	  	
	display: block;
	float: left;	
	position: relative;
	text-decoration: none;	
}
  
.galleryMenu ul li p {
	font-size: 16px;
	padding-right: 15px;
	color: #494949;		
	display: inline;
	overflow: hidden;
	cursor: pointer;
}

.galleryMenu ul li ul li p {
	font-size: 14px;
	padding-right: 15px;
	color: #494949;		
	display: inline;
	overflow: hidden;
	cursor: pointer;
}

.photos-galleryMenu li p:hover {
	color: #FF8A00;		
}

.art-galleryMenu li p:hover {
	color: #88C100;		
}



.galleryMenu ul li:hover {
	transition: 0.2s;		
}

.galleryMenu ul li ul {
	background: white;
	visibility: hidden;
	float: left;
  	min-width: 200px;
  	margin-top: 5px;
  	padding: 10px;
	position: absolute;
	transition: visibility 0.45s ease-in;	
	left: 0;
	z-index: 9;
	border-radius: 0 0 2px 2px;
	box-shadow: 0px 3px 6px #B4B4B4;
}

.galleryMenu ul li ul li p{
	padding-top: 0px;
	cursor: auto;
}

.galleryMenu ul li ul li p:hover{
	color: #494949;
}

.galleryMenu ul li:hover > ul,
.galleryMenu ul li ul:hover {
   	visibility: visible;
}

.galleryMenu ul li ul li {
	overflow: hidden;	
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	overflow: hidden;	
}

.galleryMenu ul li ul li:hover {
	color:#A3A3A3;	
}






.site-navigation {
	display: block;	
	font-size: 14px;
	font-weight: bold;	
}

.site-navigation ul {  	
	list-style: none;
	margin: 0;
	padding: 0;	
}

.site-navigation li {	  	
	display: block;
	float: left;	
	position: relative;
	text-decoration: none;	
}
  
.site-navigation li a {
	text-decoration:none;
	color: #E1E1E1;	
	display: block;
}

.site-navigation li a:hover {
	text-decoration:none;
	color: white;	
	display: block;
}



.site-navigation li:hover {
	transition: 0.2s;	
	cursor: pointer;		
}

.site-navigation ul li ul {
	background: #005F6B;
	visibility: hidden;
	float: left;
  	min-width: 130px;
	position: absolute;
	transition: visibility 0.45s ease-in;	
	left: 0;
	top: 50px;
	z-index: 9;
	border-radius: 0 0 2px 2px;
}

.site-navigation ul li:hover > ul,
.site-navigation ul li ul:hover {
   	visibility: visible;
}

.site-navigation ul li ul li {
	overflow: hidden;	
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	overflow: hidden;	
}

.site-navigation ul li ul li:hover {
	color:#A3A3A3;	
}

















/*************************Profile-Music*****************************/



/*player container*/
.profileAudio-player,
.profileAudio-player div,
.profileAudio-player h1,
.profileAudio-player a,
.profileAudio-player img,
.profileAudio-player span,
.profileAudio-player button {
    margin: 0;
    padding: 0;    
    outline: none;
    border: none;
}


.profileAudio-player {
	position: relative;  
    background: #e9edee;
	width: 300px;
    height: 250px;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    box-shadow: 0px 1px 15px #B4B4B4;    
    margin-top: 50px;
    margin-bottom: 75px;
    float: left;
}


.profileAudio-player h5 {
	margin: 0;
	padding: 0px;
	margin-top: 25px;
	margin-left: 20px;    
    font-size: 16px;
    color: #3f464f;
}


.profileAudio-player p {
	margin: 0;
    padding: 0;
    margin-top: 25px;
	margin-left: 20px;  
    font-size: 14px;
    color: #3f464f;
    display: inline;
}








/*player container*/
.detailAudio-player,
.detailAudio-player div,
.detailAudio-player h1,
.detailAudio-player a,
.detailAudio-player img,
.detailAudio-player span,
.detailAudio-player button {
    margin: 0;
    padding: 0;    
    outline: none;
    border: none;
}


.detailAudio-player {
	position: relative;  
    background: #e9edee;	
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    box-shadow: 0px 1px 15px #B4B4B4;  
    top: 8px;  
}


.detailAudio-player h5 {
	margin: 0;
	padding: 0px;
	margin-top: 25px;
	margin-left: 20px;    
    font-size: 16px;
    color: #3f464f;
}


.detailAudio-player p {
	margin: 0;
    padding: 0;
    margin-top: 25px;
	margin-left: 20px;  
    font-size: 14px;
    color: #3f464f;
    display: inline;
}

.detailMusic-title {	
	background-color: #EFEFEF;
	border-bottom: 1px solid #7A7A7A;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}

.detailMusic-title img { 
    position: absolute;   
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}


.detailAudioSpace {
	width: 100%;
	height: 50px;
}




/*************************Music*****************************/


/*player container*/
.audio-player,
.audio-player div,
.audio-player h1,
.audio-player a,
.audio-player img,
.audio-player span,
.audio-player button {
    margin: 0;
    padding: 0;    
    outline: none;
    border: none;
}


.audio-player {
	position: relative;  
	margin-left: 20px;
	margin-right: 20px;  
    background: #e9edee;
	width: 300px;
    height: 250px;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    box-shadow: 0px 1px 15px #B4B4B4;    
    margin-top: 40px;
    margin-bottom: 20px;
    float: left;
}


.audio-player h5 {
	margin: 0;
	padding: 0px;
	margin-top: 25px;
	margin-left: 20px;    
    font-size: 16px;
    color: #3f464f;
}


.audio-player p {
	margin: 0;
    padding: 0;
    margin-top: 25px;
	margin-left: 20px;  
    font-size: 14px;
    color: #3f464f;
    display: inline;
}


.music-like {
	position: absolute;
	top: 140px;
	right: 20px;
	float: right;
}

.music-like p {
	margin-top: 2px;
	margin-left: 3px;
	margin-right: 3px;    
	float: right;
}



/*play pause button*/


.mejs-controls .mejs-button button {
    cursor: pointer;
    display: block;
    position: absolute;
    text-indent: -9999px;
}

.mejs-controls .mejs-play button,
.mejs-controls .mejs-pause button {
	width: 60px;
    height: 60px;
    top: 175px;
    left: 20px;
    background: url(../../images/musicplayer/play-pause.png) 0 0 no-repeat;
}



.mejs-controls .mejs-pause button {	
    background-position: 0 -60px;
}



/*mute and unmute*/

.mejs-controls .mejs-mute button,.mejs-controls .mejs-unmute button {
	width: 30px;
    height: 24px;
    top: 195px;
	right: 100px;
    background: url(../../images/musicplayer/mute-unmute.png) 0 -26px;
}

.mejs-controls .mejs-mute button {
	background-position: 0 0;
}


.mejs-controls div.mejs-horizontal-volume-slider {
    position: absolute;
	top: 33px;
	right: 23px;
    cursor: pointer;
}














/*volume slider*/


/* volume scrubber bar */
.mejs-controls div.mejs-horizontal-volume-slider {
  position: absolute;
  top: 202px;
  right: 20px;
  cursor: pointer;
}
 
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  width: 70px;
  height: 6px;
  background: #333333; 
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
 
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  width: 0;
  height: 6px;
  top: 0px;
  left: 0px;
  background: #cdd2d7;  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}








/* time scrubber bar */
.mejs-controls div.mejs-time-rail { width: 380px; }
  
.mejs-controls .mejs-time-rail span {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  top: 90px;  
  cursor: pointer;  
}
  
.mejs-controls .mejs-time-rail .mejs-time-total { 
  background: #333333; 
  width: 100% !important; /* fixes display bug using jQuery 1.8+ */
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
  top: 0;
  left: 0;
  width: 0;
  background: #3b3b3c;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  top: 0;
  left: 0;
  width: 0;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background: #cdd2d7;
}



.mejs-controls .mejs-time-rail .mejs-time-total:hover { 
  height: 8px;
  top: 88px; 
}


.mejs-controls .mejs-time-rail .mejs-time-total:hover .mejs-time-loaded {
	height: 8px;
}

.mejs-controls .mejs-time-rail .mejs-time-total:hover .mejs-time-current {
  height: 8px;
}




/* metallic sliders */
.mejs-controls .mejs-time-rail .mejs-time-handle {
  position: absolute;
  display: block;
  width: 20px;
  height: 22px;
  top: -6px;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  position: absolute;
  display: block;
  width: 12px;
  height: 14px;
  top: -1px;
}





/* time progress tooltip */
.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  width: 33px;
  height: 23px;
  top: -26px;
  margin-left: -17px;
  z-index: 9999;
  background: url('time-box.png');
}
  
.mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 36px;
  height: 17px;
  display: block;
  left: 0;
  top: 4px;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  z-index: 9999;
  background-color: rgba(0,0,0,0.4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}





.music-title {
	width: 300px;
	height: 90px;
	background-color: #EFEFEF;
	border-bottom: 1px solid #7A7A7A;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}

.music-title img { 	
    position: absolute;
    width: 300px;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}





/*********************Profile*******************************/


.profileCover {
	width: 100vn;
	height: 500px;
	margin: auto;
	position: relative;
	overflow: hidden;
	border-bottom: 20px solid white;
	background-color: white;
	margin-bottom: 50px;
}


.profileCoverImg{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	background-position: center; 	
	min-height: 500px; 
	width: 100vn;
	min-width: 800px;   
	width: 100%;
	color: white;
	overflow: hidden;
	position: absolute;
}

.profileInfoHolder {
	width: 550px;
	min-height: 350px;
	max-height: 450px;
	margin: auto;
	margin-top: 30px;
	background-color: rgba(88, 88, 88, 0.4);
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	padding: 10px;
}

.profileInfoHolder h1{
	color: white;
	text-align: center;
	margin: 0;
	margin-top: 40px;
	padding: 0;
}

.profileInfoHolder p{
	padding: 10px;
	color: white;
	text-align: center;
	padding-top: 20px;
	font-size: 15px;
}

.profilePictureWider {
  width: 160px;
  height: 160px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border:5px solid white;
  margin: auto; 
  position: relative;
  overflow: hidden;
  background-color: white;
  top: 30px;
}

.profilePictureWider img{
  min-width: 160px;
  height: 160px; 
  margin: auto;
  position: absolute;
  top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
}

.profilePictureHigher {
  width: 160px;
  height: 160px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border:5px solid white;
  margin: auto; 
  position: relative;
  overflow: hidden;
  background-color: white;
  top: 30px;
}

.profilePictureHigher img{  
  width: 160px; 
  min-height: 160px; 
  margin: auto;
  position: absolute;
  top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
}



.headerProfilePictureWider {
  width: 30px;
  height: 30px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;    
  position: relative;
  overflow: hidden;
  background-color: white;
  top: 10px;
  margin-left: 15px;
  margin-right: 10px;
}

.headerProfilePictureWider img{
  min-width: 30px;
  height: 30px;    
  margin: auto;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
}

.headerProfilePictureHigher {
  width: 30px;
  height: 30px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;    
  position: relative;
  overflow: hidden;
  background-color: white;
  top: 10px;
  margin-left: 15px;
  margin-right: 10px;
}

.headerProfilePictureHigher img{  
  width: 30px;  
  min-height: 30px; 
  margin: auto;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
}


.headerProfileSidemenuWider {
  width: 40px;
  height: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;    
  position: relative;
  overflow: hidden;
  background-color: white;
  z-index: 1;
  
}

.headerProfileSidemenuWider img{
  height: 40px;   
  margin: auto;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
}

.headerProfileSidemenuHigher {
  width: 40px;
  height: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;    
  position: relative;
  overflow: hidden;
  background-color: white;
  z-index: 1;
  
}

.headerProfileSidemenuHigher img{  
  width: 40px;  
  margin: auto;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
}

.sidemenuImgHolder {
	width: 50px;
	height: auto;
	float: left;
}

.sidemenuNickname { 
	margin-top: 10px;
}

.profileSections {
	margin-top: 18px;
	margin-bottom: 13px;
	text-align: center;
}

.profileSections img {
	display: inline-block;
	margin-left: 7px;
	margin-right: 7px;
	height: 30px;
	border: 1px solid white;
	border-radius: 5px;
}









.profileArtDiv {
	width: 300px;
	height: 295px;
	margin-bottom: 50px;
	box-shadow: 0px 1px 15px #B4B4B4;
	float: left;
	overflow: hidden;
	margin-top: 30px;
}


.profileArtPictureWider {
  width: 300px;
  height: 225px;
  background-color: #EFEFEF;
  border-bottom: 1px solid ##7A7A7A;
  position: relative;
  overflow: hidden;

}

.profileArtPictureWider img {  
    position: absolute;
    height: 225px;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}


.profileArtPicture {
	width: 300px;
	height: 225px;
	background-color: #EFEFEF;
	border-bottom: 1px solid ##7A7A7A;
	position: relative;
	overflow: hidden;

}

.profileArtPicture img { 	
    position: absolute;
    width: 300px;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}


.profileArtInfo {
	background-color: #FFFFFF;
	overflow: hidden;
	height: 75px;
	padding: 7px 8px 7px 8px;
}

.profileArtInfo h5 {	
	margin: 0px;
	padding: 0px;	
	color: #767676;
	font-size: 14px;
	padding-top: 5px;
	padding-left: 8px;
}

.profileArtInfo p {	
	color: #767676;
	font-size: 12px;
	padding-left: 8px;
	display: inline;
}


.detailArtDiv {	
	box-shadow: 0px 1px 15px #DADADA;	
	overflow: hidden;	
	background-color: #FFFFFF;
}

.detailArtPicture { 
  position: relative;
  overflow: hidden;
}

.detailArtPicture img {     
    margin: auto;
}


.detailArtInfo {
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  overflow: hidden; 
  padding: 7px 8px 7px 8px;
}

.detailArtNickname {  
  color: #767676; 
  display: inline;
  position:relative;
}

.detailArtTitle {
  width: 600px;
  margin-left: 25px;
  margin-top: 80px;
  margin-bottom: 15px;
  float: left;
}

.detailArtAnotherWider {
  width: 150px;
  height: 112px;
  margin: 10px;
  position: relative;
  float: left;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 1px 1px rgba(0,0,0,0.07);
}

.detailArtAnotherWider:hover {
  opacity:0.5;
  filter:alpha(opacity=50);
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.detailArtAnotherWider img{
  min-width: 150px;
  height: 150px;  
  margin: auto;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
}

.detailArtAnotherHigher {
  width: 150px;
  height: 112px;
  margin: 10px;
  position: relative;
  float: left;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 1px 1px rgba(0,0,0,0.07);
}

.detailArtAnotherHigher:hover img{
  opacity:0.5;
  filter:alpha(opacity=50);
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.detailArtAnotherHigher img{
  width: 150px;
  min-height: 112px;  
  margin: auto;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
}

.detailArtTitle p{
  margin: 0px;
  padding: 0px; 
  color: #515151; 
  padding-left: 4px;
  text-align: justify;
}

.detailArtAbout { 
  width: 340px;
  margin-left: 30px;
  margin-bottom: 40px;
  float: left;
  overflow: hidden;
  position: relative
}

.detailArtAbout a{
  color: #005F6B;
}

.detailArtAbout a:hover{
  color: #027C8B;
}

.detailArtAbout p.detailArtAboutInfo {
  margin: 0px;
  padding: 0px; 
  color: #767676; 
  overflow: hidden;
}

.detailArtAbout p.detailArtAboutcategories {
  display: inline-block;
  margin: 0px;
  margin-top: 20px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0;
  padding-left: 20px;
  background-color: white;
  border-radius: 5px;
  color: #5D5D5D;
  font-size: 18px;  
  padding-left: 4px;
  padding-right: 4px;
  overflow: hidden;
  box-shadow: 0px 1px 10px #DADADA;
  border: 1px solid white;
}

.detailArtAbout p.detailArtAboutcategories:hover {  
  background-color: #FAFAFA;  
  color: #767676;
  border: 1px solid #B8B8B8;
}
















/******************COMMENTS**************************/



.floatNone {
  overflow: hidden;
  float: none;
}

.commentPacket {
  width: auto;
  margin-bottom: 35px;
  float: left;
  overflow: hidden;
}

.commentPacket a{
  color: #005F6B;
}

.commentPictureSide {
  float: left;
  overflow: hidden;
}

.commentPictureWider {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;    
  position: relative;
  overflow: hidden;
  background-color: white;
  z-index: 1;
  
}

.commentPictureWider img{
  height: 40px;   
  margin: auto;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
}

.commentPictureHigher {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;    
  position: relative;
  overflow: hidden;
  background-color: white;
  z-index: 1;
  
}

.commentPictureHigher img{
  width: 40px;   
  margin: auto;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
}









.commentTextBody {
  float: left;
  overflow: hidden;

}

.commentNickname {
  margin-top: 5px;
  margin-bottom: 5px;
}

.commentForm {	
	height: 100px;	
	overflow: hiden;
}

.commentAdd {
  float: left;
  overflow: hidden;
  height: 30px;   
  padding-top: 5px;
  padding-bottom: 5px;  
  margin-right: 13px;
  border: 1px solid #88C100;
  background-color: #88C100;
  border-radius: 5%;
  color: white; 
}

.commentAdd:hover {
  cursor: pointer;
}


.replyCommentAdd {
  float: right;
  overflow: hidden;
  height: 30px;   
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #88C100;
  background-color: #88C100;
  border-radius: 5%;
  color: white; 
}

.replyCommentAdd:hover {
  cursor: pointer;
}


.commentsTextarea {
	width: 400px;
	height: 100px;
	border: none;
	border-radius: 10px;	
	padding: 10px;
	font-size: 13px;
	color: #4C4C4C;
	outline: 0;
	border: 1px solid #D9D9D9;
	font-family: 'Open Sans', sans-serif;
}


/*like comment*/
.icon-comment{
  width: 15px;
  height: 15px;
  margin: 3px;
  fill: none;
  stroke:  #FE4365;
  stroke-width: 2px;
  visibility: visible;
}


.icon-comment:hover{
  fill: none;
  cursor: pointer;
}



.icon-comment-liked{
  width: 15px;
  height: 15px;
  margin: 3px;
  fill: #FE4365;
  stroke:  #FE4365;
  stroke-width: 2px;
  visibility: visible;
}

.icon-comment-liked:hover{
  fill: none;
  cursor: pointer;
}

.icon-liked-medium{
  width: 40px;
  height: 40px;
  margin: 3px;
  fill: #FE4365;
  stroke:  #FE4365;
  stroke-width: 2px;
  visibility: visible;
}

.icon-liked-medium:hover{
  fill: none;
  cursor: pointer;
}

.icon-comments-small {
  position: relative;
  width: 20px;
    height: 17px;
    margin-right: 6px;
    top: 5px;
}


.icon.is-check{
  fill: #FE4365;
}

.icon.is-outlined{
  stroke:  #FE4365;
  stroke-width: 2px;
  fill: transparent;
}

.icon.is-x2{
  width: 40px;
  height: 40px;
  margin: 3px;
}

.icon.is-hoverable:hover{
  fill: #FE4365;
  cursor: pointer;
}

.icon.is-activeable:active{
  transform: scale(1.25);
  cursor: pointer;
}

.icon.is-pink--onhover:hover{
  fill: pink;
}

.icon.is-transit{
   -webkit-transition: all .35s ease-out;
  -moz-transition: all .35s ease-out;
  -ms-transition: all .35s ease-out;
  -o-transition: all .35s ease-out;
  transition: all .35s ease-out;
}




.icon-liked.is-check{
  fill: none;
}

.icon-liked.is-outlined{
  stroke:  #FE4365;
  stroke-width: 2px;
  fill: transparent;
}

.icon-liked.is-x2{
  width: 40px;
  height: 40px;
  margin: 3px;
}

.icon-liked.is-hoverable:hover{
  fill: none;
  cursor: pointer;
}

.icon-liked.is-activeable:active{
  transform: scale(1.25);
  cursor: pointer;
}

.icon-liked.is-pink--onhover:hover{
  fill: none;
}

.icon-liked.is-transit{
   -webkit-transition: all .35s ease-out;
  -moz-transition: all .35s ease-out;
  -ms-transition: all .35s ease-out;
  -o-transition: all .35s ease-out;
  transition: all .35s ease-out;
}

.icon-liked-comments-small {
  position: relative;
  width: 20px;
    height: 17px;
    margin-right: 6px;
    top: 5px;
}

.afterComment {
  margin-top: 5px;
}

.afterComment p {
  float: left;
  font-size: 13px;
  color: #999;
}








/* The container <div> - needed to position the dropdown content */
.dropdown-comments {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    float: right;
}

/* Dropdown Button */
.dropdownCommentButton { 
    cursor: pointer;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    min-width: 140px;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    right:0;
}

/* Links inside the dropdown */
.dropdown-content span {
    color: black;
    padding: 8px 24px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    text-align: right;
}

/* Change color of dropdown links on hover */
.dropdown-content span:hover {
  background-color: #f1f1f1
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}



.commentFormHolder {
  width: 600px;
  margin-left: 25px;
  overflow: hidden;
}






hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #9B9B9B, #ccc);
    margin-top: 25px;
    margin-bottom: 25px;
}


/***************closeerLook***********/

.closerLook {
  width: 100%;
  min-height: 100vh;
  background-color: #444;
  overflow: hidden;
}

.closerLook p{
  color: #AEAEAE;
}

.closerLook a{
  color: #AEAEAE;
}

.closerLook a:hover{
  color: #EBEBEB;
}

.closerLookImg {
  width: 95%;
  display: block;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  box-shadow: 0px 1px 30px black; 
}

.closerLookMenu {
  width: 95%;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 50px;
  padding-bottom: 20px;
  overflow: hidden;
  border-bottom: 1px solid #696969;
}

.closerLookMenu img {
  width: 55px;
  height: 55px;
  float: left;
  overflow: hidden;
  margin-right: 40px;
}

.title {
  font-size: 26px;
}

.author {
  font-size: 14px;
}












/***************Settings***********/

.settingsBackround {
  background: url('../../images/uploadForms/settingsBlur.jpg') no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
  background-position: center; 
  min-height: 100vh;  
  /* min-height: 900px;   */
  width: 100%;
  min-width: 300px;   
  overflow: hidden;
}

.settingsDiv {
	width: 550px;	
	margin: auto;
	margin-top: 100px;
  padding: 40px;
  background-color: #FFFFFF;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.settingsDiv h1{
  margin: 0;
  padding: 0;
  margin-bottom: 70px;
  font-size: 30px;
  color: #303030;
  text-align: center;
}

.settingsDiv h2{
  margin: 0;
  padding: 0;
  margin-top: 30px;
  margin-left: 7px;
  margin-bottom: 20px;
  font-size: 22px;
  color: #303030;
}

.settingsDiv h3{
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  color: #303030;
}

.settings-inputs-holder {
  overflow: hidden;
  
  
}

.action-buttons-holder {
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 20px;
}

.modals-holder {
  overflow: hidden;
}

#personal-info {
  color: #8b8b8b;
  cursor: pointer;
  font-size: 12px;
}

#deleteAccoun{
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #8b8b8b;
  cursor: pointer;
  margin-bottom: 5px;
}

#deleteAccoun img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}


.settingsLeftSide {
  width: 200px;
	float: left;
	overflow: hidden;
}




.settingsProfilePictureWider {
  width: 150px;
  height: 150px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: auto; 
  position: relative;
  overflow: hidden;
  background-color: white;
  top: 5px;
}

.settingsProfilePictureWider img{
  min-width: 150px;
  height: 150px;  
  margin: auto;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
}

.settingsProfilePictureHigher {
  width: 150px;
  height: 150px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border:5px solid white;
  margin: auto; 
  position: relative;
  overflow: hidden;
  background-color: white;
  box-shadow: 0px 0px 25px #E0E0E0;
  top: 5px;
}

.settingsProfilePictureHigher img{
  min-height: 150px;
  width: 150px;  
  margin: auto;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
}

.settingsTitlePicture {
  width: 90%;
  height: 70px;
  margin: auto;
  position: relative;
  overflow: hidden;
  background-color: white;
}

.settingsTitlePictureImg{
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
  background-position: center;  
  min-height: 100px; 
  width: 100%;  
  overflow: hidden;
  position: absolute;
}


.settingsInputContainer {
  margin-bottom: 70px;
  text-align: center;
  overflow: hidden;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  display: inline-block;
  margin: auto;
  margin-top: 20px;
  padding: 5px 20px 5px 20px;
  font-size: 14px;
  border: 1px solid #88C100;
  border-radius: 5px;
  color: #88C100;  
}

.inputfile + label {
  cursor: pointer; /* "hand" cursor */
}

.submitButton {
	margin-bottom: 30px;
}

.settingsRightSide {
  width: 340px;
	float: right;
  overflow: hidden;
}

.settingsRightSide label{
  display: block;
  margin: 5px 0 5px 0;
  font-size: 13px;
}

.settingsRightSide p{
  width: 90%;
  margin: auto;
  margin-top: 10px;
  padding: 0px;
  font-size: 13px;  
  overflow: hidden;
}


.settingsCharCounter {  
  margin-bottom: 50px;
  text-align: right;
}


.settingsRightSideInput {
  width: 90%;
  display: block;
  margin : 0 auto;
  margin: auto;
	margin-bottom: 20px;
	border: none;
	border-radius: 5px;	
	padding: 10px;
	font-size: 13px;
	color: #4C4C4C;
	font-family: 'Open Sans', sans-serif;
	outline: 0;
	border: 1px solid #D9D9D9;
}

.settingsRightSideTextarea {
  width: 90%;
  display: block;
  margin: 6px;
  border: none;
  border-radius: 5px; 
  padding: 10px;
  font-size: 13px;
  color: #4C4C4C;
  font-family: 'Open Sans', sans-serif;
  outline: 0;
  border: 1px solid #D9D9D9;
}

.settingsUploadButton {	
	padding: 5px 30px 5px 30px;	
	border: 1px solid #88C100;
	background-color: #88C100;
  font-size: 16px;
	color: white;	
	text-align: center;
}

.settingsUploadButton:hover {
  cursor: pointer; 
}

.signSmall {
	margin-top: 60px;
}







/*************Activation***********/

.activationBcg {
  background: url('../../images/activation/bg2.jpg') no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
  background-position: center; 
  min-height: 100vh;    
  width: 100%;
  min-width: 300px;   
  overflow: hidden;
}



.activationCard {
    margin: auto;  
    margin-top: 130px;
    width: 300px;  
    color: #5f5f5f; 
    overflow: auto;
    padding: 30px; 
    padding-top: 35px;
    padding-bottom: 10px; 
    background: #FFFFFF; 
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    overflow: hidden;
}

.activationCard h2{
  margin: 0;
  padding: 0;
  text-align: center;
  color: #5f5f5f;
  font-size: 24px;
  margin-bottom: 20px;
}

.activationCard p {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}

.activationCard p > a {
  color: #1693A7;
}

.generalSingleButton {  
  display: block;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 5px 40px 5px 40px;
  width: 100%;
  font-size: 14px;
  border: 1px solid #88C100;
  border-radius: 5px;
  color: #88C100;
  background-color: white;
  -o-transition:color .2s ease-out, background .2s ease-in;
  -ms-transition:color .2s ease-out, background .2s ease-in;
  -moz-transition:color .2s ease-out, background .2s ease-in;
  -webkit-transition:color .2s ease-out, background .2s ease-in;  
  transition:color .2s ease-out, background .2s ease-in;
}

.generalSingleButton:hover {
  cursor: pointer;
  background-color: #88C100;
  color: white;

}








/*************index*****************/

.rightIndexProfileDiv {
  width: 250px;
  background: rgba(0,95,107,0.8);
  border-radius: 5px; 
  padding: 20px 35px 10px 35px;
  float: right;
  overflow: hidden;
}

.indexProfilePictureWider {
  width: 160px;
  height: 160px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border:5px solid white;
  margin: auto; 
  position: relative;
  overflow: hidden;
  background-color: white;
}

.indexProfilePictureWider img{
  min-width: 160px;
  height: 160px; 
  margin: auto;
  position: absolute;
  top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
}

.indexProfilePictureHigher {
  width: 160px;
  height: 160px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border:5px solid white;
  margin: auto; 
  position: relative;
  overflow: hidden;
  background-color: white;
}

.indexProfilePictureHigher img{  
  width: 160px; 
  min-height: 160px; 
  margin: auto;
  position: absolute;
  top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
}

.indexRegisterButton {  
  display: block;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 5px 40px 5px 40px;
  width: 100%;
  font-size: 14px;
  border: 1px solid #3C873C;
  border-radius: 5px;
  color: white;
  background-color: #3C873C; 
  -o-transition:color .2s ease-out, background .2s ease-in;
  -ms-transition:color .2s ease-out, background .2s ease-in;
  -moz-transition:color .2s ease-out, background .2s ease-in;
  -webkit-transition:color .2s ease-out, background .2s ease-in;  
  transition:color .2s ease-out, background .2s ease-in;
}

.indexRegisterButton:hover {
  cursor: pointer; 
}
































































































































































































@media only screen and (min-width: 1024px) { 


.wrap {
	width: 1024px;
	margin: auto;
	overflow: hidden;
}

.musicCommentWrap {
	width: 900px;
	margin: auto;
	overflow: hidden;
	margin-top: 100px;
}

.commentsHolderAll {
  width: 600px; 
  float: left;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-left: 25px;
  overflow: hidden;
}

.commentCell {
	width: 400px;
  font-size: 14px;
}


.commentAdd {
  width: 100%;
}


.replyTextarea {
  width: 380px;
  height: 100px;
  border: none;
  border-radius: 10px;  
  padding: 10px;
  font-size: 13px;
  color: #4C4C4C;
  outline: 0;
  border: 1px solid #D9D9D9;
  font-family: 'Open Sans', sans-serif;
}

.replyCommentAdd {
  width: 400px; 
}


.detailAudio-player {	
	width: 400px;
    height: 250px; 
    float: left;
    margin-left: 120px;
    margin-bottom: 20px;
}


.detailMusic-title {
	width: 400px;
	height: 90px;
	background-color: #EFEFEF;
	border-bottom: 1px solid #7A7A7A;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}

.detailMusic-title img { 	
    position: absolute;
    width: 400px;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}


.detailAudioSpace {
	width: 100%;
	height: 50px;
}











/***********************Footer*******************/

.footer {
	width: 100%;
	min-width: 1024px;
	min-height:150px;
	background-color: #343838;
}

.socialHolder {
	width: 100px;
	height: 40px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}

.social {
	width: 40px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}

.footerInfo {
	width: 400px;
	margin: auto;
	padding-bottom: 20px;
}

.footerInfo p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: white;
	text-align: center;
}

.footerInfo a {	
	color: #005F6B;
	text-align: center;
}









/***************Popup**********************/

.black_overlay{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
.white_content {
	z-index:1002;
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #5f5f5f; 
    overflow: auto;
    padding: 20px; 
    padding-top: 35px;
    padding-bottom: 10px; 
    background: #E6E6E6; 
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}

.popupHeader {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #5f5f5f;
	font-size: 18px;
	margin-bottom: 50px;
}

.forgetPass {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;  
} 

.white_content a {		
    color: #5f5f5f;     
}

.white_content a:hover {		
    color: #0091A4;     
}





.signEmail {
	background: url('../../images/form/mail.png') no-repeat 10px 10px;
}

.signPassword {
	background: url('../../images/form/pass.png') no-repeat 10px 10px;
}

.signNickname {
	background: url('../../images/form/name.png') no-repeat 10px 10px;
}












/***********************Index*********************/

.indexCategories {
	width: 800px;
	height: auto;
	margin: auto;
	padding-top: 150px;
	padding-bottom: 150px;
	overflow: hidden;
}



/**********************SignUp/SignIn************************/

.signUpBcg {
	background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../../images/signform/bcg3.jpg') no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	background-position: center; 	
	min-height: 100vh; 
	min-width: 800px;   
	width: 100%;
	color: white;
  overflow: hidden;
  padding-bottom: 20px;
}

.signUpLogo {	
	width: 250px;
	height: 61px;	
	margin: auto;
	padding-top: 10px;	
}

.indexSignIn {
	position: absolute;
	top: 10px;
	right: 20px;
}

.indexSignIn a {
	color: white;
}

.signUpForm {
	width: 800px;	
	height: 80%;
	width: 45%;	
	min-width: 800px;	
	padding-top: 12%;
	margin: auto;
	overflow: hidden;

}

.signUpForm a {
	color: #005F6B;
}

.leftQuote {
	width: 400px;
	height: auto;	
	float: left;
	overflow: hidden;
}


.bigQuote {
	margin: 0;
	padding: 0;
	font-size: 40px;
	line-height: 120%;
}

.greenQuote {
	color: #88C100;
}

.smallQuote {
	margin-top: 15px;	
	font-size: 16px;
	line-height: 150%;
}

.greenQuote {
	color: #3C873C;
}

.rightRegister {
	width: 300px;
	background: rgba(0,95,107,0.8);
	border-radius: 5px;	
	padding: 10px;
	padding-top: 30px;
	float: right;
	overflow: hidden;

}

.agreeText {
  width: 250px;
  text-align: center;
  font-size: 10px;   
  margin: auto;
}

.agreeText a{
  color: #6CC279;
}

.classicForm {    
	border: none;
    border-radius: 3px;    
    outline: 0 none;
    background-color: white;
    color: #878787;
    height: 35px;
    width:220px;
    display: block;
    margin: auto;      
    padding: 2px 2px 2px 35px;   
    font-size: 16px;     
}

.line-light {
	border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
    margin-top: 10px;
    margin-bottom: 18px;
}

.line-dark {
	border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(84, 84, 84, 0), rgba(84, 84, 84, 0.75), rgba(84, 84, 84, 0));
    margin-top: 10px;
    margin-bottom: 18px;
}

.indexButtons {
	display: none;
}






/*################## cards ###########################*/

.card {
	width: 400px;
	height: 200px;
}

.musicCard {    
    background-color: #1693A7;    
}

.musicCard:hover {      
    background-color:rgba(22,147,167,0.88); 
}

.artCard {    
    background-color: #88C100;    
}

.artCard:hover {    
    background-color:rgba(136,193,0,0.88);    
}

.photoCard {    
    background-color: #FF8A00;    
}

.photoCard:hover {     
    background-color:rgba(255,138,0,0.88);    
}

.danceCard {    
    background-color: #ea2929;    
}

.danceCard:hover {    
    background-color:rgba(234,41,41,0.88);   
}



/**********************About************************/

.indexAbout {
	background-color: #E5E5E5;
	min-width: 800px;
	width: 100%;
	height: auto;
	
}

.aboutHolder {
	width: 800px;
	margin: auto;
	overflow: hidden;	
}

.aboutHolder p {
	margin: 0;
	padding: 0;
	color: #6D6D6D;	
	font-size: 24px;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 40px;
}

.aboutImageHoder {
	width: 165px;
	overflow: hidden;
}

.aboutImageHoder p {
	margin: 0;
	padding: 0;
	color: #858585;	
	font-size: 16px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 40px;
}

.aboutImage {
	width: 165px;
	height: 165px;
}

.aboutSpace {
	width: 40px;	
	height: 165px;
}









































.artDiv {
	width: 230px;
	height: 238px;
	margin-left: 13px;
	margin-right: 13px;
	margin-bottom: 50px;
	box-shadow: 0px 1px 15px #B4B4B4;
	float: left;
	overflow: hidden;
}

.artPictureWider {
  width: 230px;
  height: 173px;
  background-color: #EFEFEF;
  border-bottom: 1px solid ##7A7A7A;
  position: relative;
  overflow: hidden;

}

.artPictureWider img {   
    position: absolute;
    height: 173px;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

.artPicture {
	width: 230px;
	height: 173px;
	background-color: #EFEFEF;
	border-bottom: 1px solid ##7A7A7A;
	position: relative;
	overflow: hidden;

}

.artPicture img { 	
    position: absolute;
    width: 230px;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}


.artInfo {
	background-color: #FFFFFF;
	overflow: hidden;
	height: 65px;
	padding: 7px 8px 7px 8px;
}

.artInfo h5 {	
	margin: 0px;
	padding: 0px;	
	color: #767676;
	font-size: 14px;
	padding-top: 5px;
	padding-left: 8px;
}

.artInfo p {	
	color: #767676;
	font-size: 12px;
	padding-left: 8px;
	display: inline;
}





/***************Side-menu*************/


#hamburger {   
    display: none;  
}

.side-menu {
	display: none; 
}










.profileArtDiv {
	margin-left: 20px;
	margin-right: 20px;
}



.profileAudio-player {
	margin-left: 20px;
	margin-right: 20px;     
}

















.detailArtDiv {
	width: 600px;	
	float: left;
	margin-bottom: 30px;
	margin-left: 25px;
}



.detailArtPicture {
	width: 560px;	
	border: 20px solid white;
}

.detailArtPicture img {    
    width: 560px;
}


.detailArtInfo {	
	height: 80px;
}



.detailArtNickname {	
	font-size: 20px;	
	top: 25px;
	left: 8px;
}

.detailArtProfilePicture {	
	margin-left: 15px; 
	margin-right: 10px;
	float: left;
	overflow: hidden;
}






.detailArtlikesComments {
	position: relative;
	top: 21px;
}

.detailArtTitle {
	width: 600px;
	margin-left: 25px;
	margin-top: 80px;
	margin-bottom: 15px;
	float: left;
}

.detailArtTitle p{	
	font-size: 30px;	
}

.detailArtAbout {	
	width: 340px;
	margin-left: 30px;
	margin-bottom: 40px;
	float: left;
	overflow: hidden;
	position: relative
}



.detailArtAbout p.detailArtAboutInfo {	
	font-size: 18px;	
	padding-left: 4px;
	padding-right: 4px;
}


.icon-comments-medium {
	width: 40px;
  	height: 36px;
  	margin-right: 6px;
  	margin-top: 8px;
}

.number-counter-medium {	
	top: 27px;
}

.detailArtProfilePicture {
	margin-top: 15px;
}

.detailMusicProfilePicture {
	position: relative;
	width: 40px;
	height: 40px;	
	border-radius: 50%;
	left: 120px;	
	top: 3px;
	float: left;
	overflow: hidden;
}

.detailMusicNickname {	
	color: #767676;	
	display: inline;
	position:relative;
	top: 8px;
	left: 130px;
}















/*musicUpload*/

.uploadMusicHolder {
	background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../../images/uploadForms/uploadMusic.jpg') no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	background-position: center; 
	height: 100vh;	
	min-height: 860px; 	
	width: 100%;
	min-width: 300px;	
	color: white;
	overflow: hidden;	
}

.musicUploadField {
	width: 400px;
	height: auto;
	margin: auto;
	margin-top: 100px;
	margin-bottom: 100px;
	background-color: rgba(120, 120, 120, 0.6);
	border-radius: 20px;
	padding: 20px;
	overflow: hidden;
}
.musicUploadField h2{
	text-align: center;
	color: #24BBD3;
}

.musicUploadField p{
	text-align: center;
}

.uploadInputText {
	width: 300px;
	height: 25px;
	border: none;
	border-radius: 5px;
	display: block;
    margin : 0 auto;
	margin-bottom: 20px;
	padding-left: 10px;
	font-size: 13px;
	color: #4C4C4C;
	font-family: 'Open Sans', sans-serif;
	outline: 0;
	border: 1px solid #D9D9D9;
}

.uploadTextarea {
	width: 300px;
	height: 100px;
	border: none;
	border-radius: 10px;
	display: block;
    margin : 0 auto;
	margin-bottom: 20px;
	padding: 10px;
	font-size: 13px;
	color: #4C4C4C;
	outline: 0;
	border: 1px solid #D9D9D9;
	font-family: 'Open Sans', sans-serif;
}

.uploadCheckbox {
	width: 300px;
	margin: auto;
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 13px;
}

.filediv {
	width: 300px;
	margin: auto;
	margin-bottom: 5px;
}

.filediv p {
	font-size: 12px;
	margin-top: 10px;
}

.filediv h5{
	font-size: 14px;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 5px;
}

.musicUploadButton {	
	width: 300px;
	display: block;	
	margin: 0 auto;
	margin-top: 30px;	
	padding-top: 5px;
	padding-bottom: 5px;	
	border: 1px solid #1693A7;
	background-color: #1693A7;
	border-radius: 5px;	
	color: white;	
	text-align: center;
}

.musicUploadButton:hover {
	cursor: pointer;
}



/*artUpload*/

.artUploadHolder {
	background: linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) ), url('../../images/uploadForms/uploadArt.jpg') no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	background-position: center; 
	height: 100vh;	
	min-height: 800px; 	
	width: 100%;
	min-width: 300px;		
	color: white;
	overflow: hidden;	
}

.artUploadField {
	width: 400px;
	height: auto;
	margin: auto;
	margin-top: 100px;
	margin-bottom: 100px;
	background-color: rgba(120, 120, 120, 0.7);
	border-radius: 20px;
	padding: 20px;
	overflow: hidden;
}
.artUploadField h2{
	text-align: center;
	color: #88C100;
}

.artUploadField p{
	text-align: center;
}


.artUploadButton {	
	width: 300px;
	display: block;	
	margin: 0 auto;
	margin-top: 30px;	
	padding-top: 5px;
	padding-bottom: 5px;	
	border: 1px solid #88C100;
	background-color: #88C100;
	border-radius: 5px;	
	color: white;	
	text-align: center;
}

.artUploadButton:hover {
	cursor: pointer;
}


/*photosUpload*/

.photosUploadHolder {
	background: linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) ), url('../../images/uploadForms/uploadPhotos.jpg') no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	background-position: center; 
	height: 100vh;	
	min-height: 800px; 	
	width: 100%;
	min-width: 300px;	
	color: white;
	overflow: hidden;	
}

.photosUploadField {
	width: 400px;
	height: auto;
	margin: auto;
	margin-top: 100px;
	margin-bottom: 100px;
	background-color: rgba(120, 120, 120, 0.6);
	border-radius: 20px;
	padding: 20px;
	overflow: hidden;
}
.photosUploadField h2{
	text-align: center;
	color: #FF8A00;
}

.photosUploadField p{
	text-align: center;
}


.photosUploadButton {	
	width: 300px;
	display: block;	
	margin: 0 auto;
	margin-top: 30px;	
	padding-top: 5px;
	padding-bottom: 5px;	
	border: 1px solid #FF8A00;
	background-color: #FF8A00;
	border-radius: 5px;	
	color: white;	
	text-align: center;
}

.photosUploadButton:hover {
	cursor: pointer;
}


}





































































































































































































































@media only screen and (min-width: 768px) and (max-width: 1023px) {


.wrap {
	width: 768px;
	margin: auto;
	overflow: hidden;
}

.musicCommentWrap {
	width: 768px;
	margin: auto;
	overflow: hidden;
	margin-top: 100px;
}

.commentsHolderAll {
  width: 420px; 
  float: left;
  margin-bottom: 30px;
  margin-left: 25px;
  overflow: hidden;
}

.commentsTextarea {
	width: 310px;
	height: 60px;
	border: none;
	border-radius: 10px;	
	padding: 10px;
	font-size: 13px;
	color: #4C4C4C;
	outline: 0;
	border: 1px solid #D9D9D9;
	font-family: 'Open Sans', sans-serif;
}

.commentAdd {
	width: 100%;
}

.commentCell {
	width: 300px;
	float: left;
}


.replyTextarea {
  width: 280px;
  height: 100px;
  border: none;
  border-radius: 10px;  
  padding: 10px;
  font-size: 13px;
  color: #4C4C4C;
  outline: 0;
  border: 1px solid #D9D9D9;
  font-family: 'Open Sans', sans-serif;
}

.replyCommentAdd {
  width: 300px; 
}


/*************************Music*****************************/
.audio-player {   
  margin-left: 42px;
	margin-right: 42px;    
}




/* time scrubber bar */
.mejs-controls div.mejs-time-rail { width: 380px; }
  
.mejs-controls .mejs-time-rail span {
  top: 90px;
  height: 8px;   
}
 

.mejs-controls .mejs-time-rail .mejs-time-total:hover {   
  top: 90px; 
}


.mejs-controls .mejs-time-rail .mejs-time-total:hover .mejs-time-loaded {
  height: 8px;
}

.mejs-controls .mejs-time-rail .mejs-time-total:hover .mejs-time-current {
  height: 8px;
}




.detailAudio-player {	
	width: 400px;
    height: 250px; 
    float: left;
    margin-left: 40px;
    margin-bottom: 20px;  
}


.detailMusic-title {
	width: 400px;
	height: 90px;
	background-color: #EFEFEF;
	border-bottom: 1px solid #7A7A7A;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}

.detailMusic-title img { 	
    position: absolute;
    width: 400px;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}


.detailAudioSpace {
	width: 100%;
	height: 50px;
}






/***********************Footer*******************/

.footer {
	width: 100%;
	min-width: 768px;	
	min-height:150px;
	background-color: #343838;
}

.socialHolder {
	width: 150px;
	height: 40px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}

.social {
	width: 40px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}

.footerInfo {
	width: 400px;
	margin: auto;
	padding-bottom: 20px;
}

.footerInfo p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: white;
	text-align: center;
}

.footerInfo a {	
	color: #005F6B;
	text-align: center;
}









/***************Popup**********************/

.black_overlay{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
.white_content {
	z-index:1002;
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #5f5f5f; 
    overflow: auto;
    padding: 20px; 
    padding-top: 35px;
    padding-bottom: 10px; 
    background: #E6E6E6; 
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    border-radius: 2px;

}

.popupHeader {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #5f5f5f;
	font-size: 18px;
	margin-bottom: 50px;
}

.forgetPass {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;  
} 

.white_content a {		
    color: #5f5f5f;     
}

.white_content a:hover {		
    color: #0091A4;     
}



.signEmail {
	background: url('../../images/form/mail.png') no-repeat 10px 10px;
}

.signPassword {
	background: url('../../images/form/pass.png') no-repeat 10px 10px;
}

.signNickname {
	background: url('../../images/form/name.png') no-repeat 10px 10px;
}





















/***********************Index*********************/





/**********************SignUp/SignIn************************/

.signUpBcg {
	background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../../images/signform/bcg3.jpg') no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	background-position: center; 	
	min-height: 100vh; 
	min-width: 768px;   
	width: 100%;
	color: white;
  overflow: hidden;
  padding-bottom: 20px;
}

.signUpLogo {	
	width: 250px;
	height: 61px;	
	margin: auto;
	padding-top: 10px;	
}

.indexSignIn {
	position: absolute;
	top: 10px;
	right: 20px;
}

.indexSignIn a {
	color: white;
}

.signUpForm {		
	height: 80%;
	width: 45%;	
	width: 700px;	
	padding-top: 12%;
	margin: auto;
	overflow: hidden;

}

.signUpForm a {
	color: #005F6B;
}

.leftQuote {
	width: 330px;
	height: auto;
	margin-left: 15px;	
	float: left;
	overflow: hidden;
}


.bigQuote {
	margin: 0;
	padding: 0;
	font-size: 34px;
	line-height: 120%;
}


.smallQuote {
	margin-top: 15px;	
	font-size: 14px;
	line-height: 150%;
}

.greenQuote {
	color: #3C873C;
}

.rightRegister {
	width: 300px;
	background: rgba(0,95,107,0.8);
	border-radius: 5px;	
	padding: 10px;
	padding-top: 30px;
	margin-right: 15px;
	float: right;
	overflow: hidden;

}

.agreeText {
  width: 250px;
  text-align: center;
  font-size: 10px;   
  margin: auto;
}

.agreeText a{
  color: #6CC279;
}



.classicForm {    
	border: none;
    border-radius: 3px;    
    outline: 0 none;
    background-color: white;
    color: #878787;
    height: 35px;
    width:220px;
    display: block;
    margin: auto;      
    padding: 2px 2px 2px 35px;   
    font-size: 16px;     
}
.line-light {
	border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
    margin-top: 10px;
    margin-bottom: 18px;
}

.line-dark {
	border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(84, 84, 84, 0), rgba(84, 84, 84, 0.75), rgba(84, 84, 84, 0));
    margin-top: 10px;
    margin-bottom: 18px;
}


.indexButtons {
	display: none;
}






/*################## cards ###########################*/


.indexCategories {	
	min-width: 768px;
	height: auto;
	margin: auto;
	padding-top: 100px;
	padding-bottom: 100px;
	overflow: hidden;
}

.indexCategories img {
	width: 100%;
}

.card {
	width: 50%;
}

.musicCard {    
    background-color: #1693A7;    
}

.musicCard:hover {      
    background-color:rgba(22,147,167,0.88); 
}

.artCard {    
    background-color: #88C100;    
}

.artCard:hover {    
    background-color:rgba(136,193,0,0.88);    
}

.photoCard {    
    background-color: #FF8A00;    
}

.photoCard:hover {     
    background-color:rgba(255,138,0,0.88);    
}

.danceCard {    
    background-color: #ea2929;    
}

.danceCard:hover {    
    background-color:rgba(234,41,41,0.88);   
}



/**********************About************************/

.indexAbout {
	background-color: #E5E5E5;
	min-width: 768px;
	width: 100%;
	height: auto;
	
}

.aboutHolder {
	width: 768px;
	margin: auto;
	overflow: hidden;	
}

.aboutHolder p {
	margin: 0;
	padding: 0;
	color: #6D6D6D;	
	font-size: 24px;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 40px;
}

.aboutImageHoder {
	width: 165px;
	overflow: hidden;
}

.aboutImageHoder p {
	margin: 0;
	padding: 0;
	color: #858585;	
	font-size: 16px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 40px;
}

.aboutImage {
	width: 165px;
	height: 165px;
}

.aboutSpace {
	width: 36px;	
	height: 165px;
}







.artDiv {
	width: 230px;
	height: 238px;
	margin-left: 13px;
	margin-right: 13px;
	margin-bottom: 50px;
	box-shadow: 0px 1px 15px #B4B4B4;
	float: left;
	overflow: hidden;
}

.artPictureWider {
  width: 230px;
  height: 173px;
  background-color: #EFEFEF;
  border-bottom: 1px solid ##7A7A7A;
  position: relative;
  overflow: hidden;

}

.artPictureWider img {   
    position: absolute;
    height: 173px;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

.artPicture {
	width: 230px;
	height: 173px;
	background-color: #EFEFEF;
	border-bottom: 1px solid ##7A7A7A;
	position: relative;
	overflow: hidden;

}

.artPicture img { 	
    position: absolute;
    width: 230px;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}


.artInfo {
	background-color: #FFFFFF;
	overflow: hidden;
	height: 65px;
	padding: 7px 8px 7px 8px;
}

.artInfo h5 {	
	margin: 0px;
	padding: 0px;	
	color: #767676;
	font-size: 14px;
	padding-top: 5px;
	padding-left: 8px;
}

.artInfo p {	
	color: #767676;
	font-size: 12px;
	padding-left: 8px;
	display: inline;
}






/***************Side-menu*************/


#hamburger {   
    display: none;  
}

.side-menu {
	display: none; 
}














.profileArtDiv {
	margin-left: 40px;
	margin-right: 40px;
}

.profileAudio-player {
	margin-left: 40px;
	margin-right: 40px;     
}












.detailArtDiv {
	width: 420px;	
	float: left;
	margin-bottom: 30px;
	margin-left: 25px;
}



.detailArtPicture {
	width: 400px;	
	border: 10px solid white;
}

.detailArtPicture img {    
    width: 400px;
}


.detailArtInfo {	
	height: 60px;
}



.detailArtNickname {	
	font-size: 20px;	
	top: 8px;
	left: 8px;
}

.detailArtProfilePicture {	
	margin-left: 15px; 
	margin-right: 10px;
	margin-top: 15px;
	float: left;
	overflow: hidden;
}





.detailArtTitle {
	width: 400px;
	margin-left: 25px;
	margin-top: 80px;
	margin-bottom: 15px;
	float: left;
}

.detailArtTitle p{	
	font-size: 30px;	
}


.detailArtAnotherWider {
  width: 110px;
  height: 83px;
  margin: 10px;
  position: relative;
  float: left;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 1px 1px rgba(0,0,0,0.07);
}

.detailArtAnotherWider:hover {
  opacity:0.5;
  filter:alpha(opacity=50);
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.detailArtAnotherWider img{
  min-width: 110px;
  height: 83px;  
  margin: auto;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
}

.detailArtAnotherHigher {
  width: 110px;
  height: 83px;
  margin: 10px;
  position: relative;
  float: left;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 1px 1px rgba(0,0,0,0.07);
}

.detailArtAnotherHigher:hover img{
  opacity:0.5;
  filter:alpha(opacity=50);
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.detailArtAnotherHigher img{
  width: 110px;
  min-height: 83px;  
  margin: auto;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
}

.detailArtAbout {	
	width: 260px;
	margin-left: 30px;
	margin-bottom: 40px;
	float: left;
	overflow: hidden;
	position: relative
}



.detailArtAbout p.detailArtAboutInfo {	
	font-size: 18px;	
	padding-left: 4px;
	padding-right: 4px;
}


.detailArtProfilePicture {
	margin-top: 0px;
}


.icon-comments-medium {
	width: 40px;
  	height: 36px;
  	margin-right: 6px;
  	margin-top: 8px;
}
.detailArtlikesComments {
	position: relative;
	top: 0px;
}

.number-counter-medium {	
	top: 8px;
}

.detailMusicProfilePicture {
	position: relative;
	width: 40px;
	height: 40px;	
	border-radius: 50%;
	left: 40px;	
	top: 3px;
	float: left;
	overflow: hidden;
}

.detailMusicNickname {	
	color: #767676;	
	display: inline;
	position:relative;
	top: 8px;
	left: 50px;
}
















/*musicUpload*/

.uploadMusicHolder {
	background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../../images/uploadForms/uploadMusic.jpg') no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	background-position: center; 
	height: 100vh;	
	min-height: 800px; 	
	width: 100%;
	min-width: 300px;	
	color: white;
	overflow: hidden;	
}

.musicUploadField {
	width: 400px;
	height: auto;
	margin: auto;
	margin-top: 100px;
	margin-bottom: 100px;
	background-color: rgba(120, 120, 120, 0.6);
	border-radius: 20px;
	padding: 20px;
	overflow: hidden;
}
.musicUploadField h2{
	text-align: center;
	color: #24BBD3;
}

.musicUploadField p{
	text-align: center;
}

.uploadInputText {
	width: 300px;
	height: 25px;
	border: none;
	border-radius: 5px;
	display: block;
    margin : 0 auto;
	margin-bottom: 20px;
	padding-left: 10px;
	font-size: 13px;
	color: #4C4C4C;
	font-family: 'Open Sans', sans-serif;
	outline: 0;
	border: 1px solid #D9D9D9;
}

.uploadTextarea {
	width: 300px;
	height: 100px;
	border: none;
	border-radius: 10px;
	display: block;
    margin : 0 auto;
	margin-bottom: 20px;
	padding: 10px;
	font-size: 13px;
	color: #4C4C4C;
	outline: 0;
	border: 1px solid #D9D9D9;
	font-family: 'Open Sans', sans-serif;
}

.uploadCheckbox {
	width: 300px;
	margin: auto;
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 13px;
}

.filediv {
	width: 300px;
	margin: auto;
	margin-bottom: 5px;
}

.filediv p {
	font-size: 12px;
	margin-top: 10px;
}

.filediv h5{
	font-size: 14px;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 5px;
}

.musicUploadButton {	
	width: 300px;
	display: block;	
	margin: 0 auto;
	margin-top: 30px;	
	padding-top: 5px;
	padding-bottom: 5px;	
	border: 1px solid #1693A7;
	background-color: #1693A7;
	border-radius: 5px;	
	color: white;	
	text-align: center;
}

.musicUploadButton:hover {
	cursor: pointer;
}



/*artUpload*/

.artUploadHolder {
	background: linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) ), url('../../images/uploadForms/uploadArt.jpg') no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	background-position: center; 
	height: 100vh;	
	min-height: 800px; 	
	width: 100%;
	min-width: 300px;		
	color: white;
	overflow: hidden;	
}

.artUploadField {
	width: 400px;
	height: auto;
	margin: auto;
	margin-top: 100px;
	margin-bottom: 100px;
	background-color: rgba(120, 120, 120, 0.7);
	border-radius: 20px;
	padding: 20px;
	overflow: hidden;
}
.artUploadField h2{
	text-align: center;
	color: #88C100;
}

.artUploadField p{
	text-align: center;
}


.artUploadButton {	
	width: 300px;
	display: block;	
	margin: 0 auto;
	margin-top: 30px;	
	padding-top: 5px;
	padding-bottom: 5px;	
	border: 1px solid #88C100;
	background-color: #88C100;
	border-radius: 5px;	
	color: white;	
	text-align: center;
}

.artUploadButton:hover {
	cursor: pointer;
}


/*photosUpload*/

.photosUploadHolder {
	background: linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) ), url('../../images/uploadForms/uploadPhotos.jpg') no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	background-position: center; 
	height: 100vh;	
	min-height: 800px; 	
	width: 100%;
	min-width: 300px;	
	color: white;
	overflow: hidden;	
}

.photosUploadField {
	width: 400px;
	height: auto;
	margin: auto;
	margin-top: 100px;
	margin-bottom: 100px;
	background-color: rgba(120, 120, 120, 0.6);
	border-radius: 20px;
	padding: 20px;
	overflow: hidden;
}
.photosUploadField h2{
	text-align: center;
	color: #FF8A00;
}

.photosUploadField p{
	text-align: center;
}


.photosUploadButton {	
	width: 300px;
	display: block;	
	margin: 0 auto;
	margin-top: 30px;	
	padding-top: 5px;
	padding-bottom: 5px;	
	border: 1px solid #FF8A00;
	background-color: #FF8A00;
	border-radius: 5px;	
	color: white;	
	text-align: center;
}

.photosUploadButton:hover {
	cursor: pointer;
}
}


























































































































































































@media only screen and (min-width: 480px) and (max-width: 767px) {

.wrap {
	width: 480px;
	margin: auto;
	overflow: hidden;
}

.musicCommentWrap {
	width: 480px;
	margin: auto;
	overflow: hidden;
	margin-top: 100px;
}

.commentsHolderAll {
  width: 420px; 
  float: none;
  margin: auto;
  margin-bottom: 30px;
  margin-left: 25px;
  overflow: hidden;
}

.commentsTextarea {
	width: 310px;
	height: 60px;
	border: none;
	border-radius: 10px;	
	padding: 10px;
	font-size: 13px;
	color: #4C4C4C;
	outline: 0;
	border: 1px solid #D9D9D9;
	font-family: 'Open Sans', sans-serif;
}

.commentAdd {
	width: 100%;
}

.commentCell {
	width: 300px;
	float: left;
}

.replyTextarea {
  width: 280px;
  height: 100px;
  border: none;
  border-radius: 10px;  
  padding: 10px;
  font-size: 13px;
  color: #4C4C4C;
  outline: 0;
  border: 1px solid #D9D9D9;
  font-family: 'Open Sans', sans-serif;
}

.replyCommentAdd {
  width: 300px; 
}


/*************************Music*****************************/
.audio-player {   
    margin-left: 90px;
	margin-right: 90px;    
}




/***********************Footer*******************/

.footer {
	width: 100%;	
	min-height:150px;
	background-color: #343838;
}

.socialHolder {
	width: 150px;
	height: 40px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}

.social {
	width: 40px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}

.footerInfo {
	
	margin: auto;
	padding-bottom: 20px;
}

.footerInfo p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: white;
	text-align: center;
}

.footerInfo a {	
	color: #005F6B;
	text-align: center;
}









/***************Popup**********************/

.black_overlay{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

.white_content {
	z-index:1002;
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #5f5f5f; 
    overflow: auto;
    padding: 20px; 
    padding-top: 35px;
    padding-bottom: 10px; 
    background: #E6E6E6; 
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    border-radius: 2px;

}

.popupHeader {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #5f5f5f;
	font-size: 18px;
	margin-bottom: 50px;
}

.forgetPass {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;  
} 

.white_content a {		
    color: #5f5f5f;     
}

.white_content a:hover {		
    color: #0091A4;     
}



.signEmail {
	background: url('../../images/form/mail.png') no-repeat 10px 10px;
}

.signPassword {
	background: url('../../images/form/pass.png') no-repeat 10px 10px;
}

.signNickname {
	background: url('../../images/form/name.png') no-repeat 10px 10px;
}





















/***********************Index*********************/

.rightIndexProfileDiv {
  width: 250px;
  background: rgba(0,95,107,0.8);
  border-radius: 5px; 
  padding: 20px 35px 10px 35px;
  float: none;
  margin: auto;
  overflow: hidden;
}



/**********************SignUp/SignIn************************/

.signUpBcg {
	background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../../images/signform/bcg3.jpg') no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	background-position: center; 	
	min-height: 100vh; 
	min-width: 300px;   
	width: 100%;	
	color: white;
  overflow: hidden;
  padding-bottom: 20px;
}

.signUpLogo {	
	width: 250px;	
	margin: auto;
	padding-top: 10px;	
}

.indexSignIn {
	display: none;
}


.signUpForm {		
	height: 80%;	
	min-width: 300px;	
	padding-top: 10%;
	margin: auto;
	overflow: hidden;

}

.signUpForm a {
	color: #005F6B;
}

.leftQuote {
	min-width: 300px;
	width:50%;
	text-align: center;
	height: auto;	
	margin: auto;
	margin-bottom: 30px;
	overflow: hidden;
}


.bigQuote {
	margin: 0;
	padding: 0;
	font-size: 34px;
	line-height: 120%;
}

.greenQuote {
	color: #88C100;
}

.smallQuote {
	margin-top: 15px;	
	font-size: 14px;
	line-height: 150%;
}

.greenQuote {
	color: #3C873C;
}

.rightRegister {
	display: none;
}

.agreeText {
  width: 250px;
  text-align: center;
  font-size: 10px;   
  margin: auto;
}

.agreeText a{
  color: #6CC279;
}


.classicForm {    
	border: none;
    border-radius: 3px;    
    outline: 0 none;
    background-color: white;
    color: #878787;
    height: 35px;
    width:200px;
    display: block;
    margin: auto;      
    padding: 2px 2px 2px 35px;   
    font-size: 16px;     
}
.line-light {
	border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
    margin-top: 10px;
    margin-bottom: 18px;
}

.line-dark {
	border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(84, 84, 84, 0), rgba(84, 84, 84, 0.75), rgba(84, 84, 84, 0));
    margin-top: 10px;
    margin-bottom: 18px;
}



/**********************About************************/

.indexAbout {
	background-color: #E5E5E5;	
	width: 100%;
	height: auto;
	
}

.aboutHolder {	
	width: 300px;
	margin: auto;
	overflow: hidden;	
}

.aboutHolder p {
	margin: 0;
	padding: 0;
	color: #6D6D6D;	
	font-size: 24px;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 40px;
}

.aboutImageHoder {
	width: 130px;
	margin-left: 10px;
	margin-right: 10px;
}

.aboutImageHoder p {
	margin: 0;
	padding: 0;
	color: #858585;	
	font-size: 16px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 40px;
}

.aboutImage {
	width: 130px;
	height: 130px;
}














/*################## cards ###########################*/


.indexCategories {	
	min-width: 480px;
	height: auto;
	margin: auto;
	padding-top: 100px;
	padding-bottom: 100px;
	overflow: hidden;
}

.indexCategories img {
	width: 100%;
}

.card {
	width: 50%;
}

.musicCard {    
    background-color: #1693A7;    
}

.musicCard:hover {      
    background-color:rgba(22,147,167,0.88); 
}

.artCard {    
    background-color: #88C100;    
}

.artCard:hover {    
    background-color:rgba(136,193,0,0.88);    
}

.photoCard {    
    background-color: #FF8A00;    
}

.photoCard:hover {     
    background-color:rgba(255,138,0,0.88);    
}

.danceCard {    
    background-color: #ea2929;    
}

.danceCard:hover {    
    background-color:rgba(234,41,41,0.88);   
}































.artDiv {
	width: 220px;
	height: 230px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 50px;
	box-shadow: 0px 1px 15px #B4B4B4;
	float: left;
	overflow: hidden;
}

.artPictureWider {
  width: 220px;
  height: 165px;
  background-color: #EFEFEF;
  border-bottom: 1px solid ##7A7A7A;
  position: relative;
  overflow: hidden;

}

.artPictureWider img {   
    position: absolute;
    height: 165px;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

.artPicture {
	width: 220px;
	height: 165px;
	background-color: #EFEFEF;
	border-bottom: 1px solid ##7A7A7A;
	position: relative;
	overflow: hidden;

}

.artPicture img { 	
    position: absolute;
    width: 220px;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}


.artInfo {
	background-color: #FFFFFF;
	overflow: hidden;
	height: 65px;
	padding: 7px 8px 7px 8px;
}

.artInfo h5 {	
	margin: 0px;
	padding: 0px;	
	color: #767676;
	font-size: 14px;
	padding-top: 5px;
	padding-left: 8px;
}

.artInfo p {	
	color: #767676;
	font-size: 12px;
	padding-left: 8px;
	display: inline;
}



/***************Side-menu*************/


#hamburger {   
    display: none;  
}

.side-menu {
	display: none; 
}




.profileArtDiv {
	margin-left: 90px;
	margin-right: 90px;
}

.profileAudio-player {
	margin-left: 90px;
	margin-right: 90px;     
}














.detailArtDiv {
	width: 420px;	
	float: none;
	margin: auto;
	margin-bottom: 30px;
	margin-left: 25px;
}



.detailArtPicture {
	width: 400px;	
	border: 10px solid white;
}

.detailArtPicture img {    
    width: 400px;
}


.detailArtInfo {	
	height: 60px;
}



.detailArtNickname {	
	font-size: 20px;	
	top: 10px;
	left: 8px;
}

.detailArtProfilePicture {
	
	margin-left: 15px; 
	margin-right: 10px;
	margin-top: 15px;
	float: left;
	overflow: hidden;
}





.detailArtTitle {
	width: 400px;
	margin-left: 25px;
	margin-top: 40px;
	margin-bottom: 15px;
	float: left;
}

.detailArtTitle p{	
	font-size: 30px;	
}



.detailArtProfilePicture {
	margin-top: 0px;
}


.icon-comments-medium {
	width: 40px;
  	height: 36px;
  	margin-right: 6px;
  	margin-top: 8px;
}
.detailArtlikesComments {
	position: relative;
	top: 0px;
}

.number-counter-medium {	
	top: 8px;
}

.detailArtAnotherWider {
  width: 180px;
  height: 135px;
  margin: 10px;
  position: relative;
  float: left;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 1px 1px rgba(0,0,0,0.07);
}

.detailArtAnotherWider:hover {
  opacity:0.5;
  filter:alpha(opacity=50);
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.detailArtAnotherWider img{
  min-width: 180px;
  height: 135px;  
  margin: auto;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
}

.detailArtAnotherHigher {
  width: 180px;
  height: 135px;
  margin: 10px;
  position: relative;
  float: left;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 1px 1px rgba(0,0,0,0.07);
}

.detailArtAnotherHigher:hover img{
  opacity:0.5;
  filter:alpha(opacity=50);
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.detailArtAnotherHigher img{
  width: 180px;
  min-height: 135px;  
  margin: auto;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
}

.detailArtAbout {	
	width: 400px;
	margin: auto;
	margin-bottom: 40px;
	float: none;
}



.detailArtAbout p.detailArtAboutInfo {
	font-size: 18px;	
	padding-left: 4px;
	padding-right: 4px;
}

.detailArtAbout p.detailArtAboutcategories {
	display: inline-block;
	margin: 0px;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0;
	padding-left: 20px;
	background-color: white;
	border-radius: 5px;
	color: #5D5D5D;
	font-size: 18px;	
	padding-left: 4px;
	padding-right: 4px;
	overflow: hidden;
	box-shadow: 0px 1px 10px #DADADA;
	border: 1px solid white;
}

.detailArtAbout p.detailArtAboutcategories:hover {	
	background-color: #FAFAFA;	
	color: #767676;
	border: 1px solid #B8B8B8;
}














.detailAudio-player {	
	width: 400px;
    height: 250px; 
    margin: auto;
    margin-bottom: 30px;
}


.detailMusic-title {
	width: 400px;
	height: 90px;
	background-color: #EFEFEF;
	border-bottom: 1px solid #7A7A7A;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}

.detailMusic-title img { 	
    position: absolute;
    width: 400px;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}


.detailAudioSpace {
	width: 100%;
	height: 50px;
}

.detailMusicProfilePicture {
	position: relative;
	width: 40px;
	height: 40px;	
	border-radius: 50%;
	left: 40px;	
	top: 3px;
	float: left;
	overflow: hidden;
}

.detailMusicNickname {	
	color: #767676;	
	display: inline;
	position:relative;
	top: 8px;
	left: 50px;
}


















/*musicUpload*/

.uploadMusicHolder {
	background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../../images/uploadForms/uploadMusic.jpg') no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	background-position: center; 
	height: 100vh;	
	min-height: 800px; 	
	width: 100%;
	min-width: 300px;	
	color: white;
	overflow: hidden;	
}

.musicUploadField {
	width: 400px;
	height: auto;
	margin: auto;
	margin-top: 100px;
	margin-bottom: 100px;
	background-color: rgba(120, 120, 120, 0.6);
	border-radius: 20px;
	padding: 20px;
	overflow: hidden;
}
.musicUploadField h2{
	text-align: center;
	color: #24BBD3;
}

.musicUploadField p{
	text-align: center;
}

.uploadInputText {
	width: 300px;
	height: 25px;
	border: none;
	border-radius: 5px;
	display: block;
    margin : 0 auto;
	margin-bottom: 20px;
	padding-left: 10px;
	font-size: 13px;
	color: #4C4C4C;
	font-family: 'Open Sans', sans-serif;
	outline: 0;
	border: 1px solid #D9D9D9;
}

.uploadTextarea {
	width: 300px;
	height: 100px;
	border: none;
	border-radius: 10px;
	display: block;
    margin : 0 auto;
	margin-bottom: 20px;
	padding: 10px;
	font-size: 13px;
	color: #4C4C4C;
	outline: 0;
	border: 1px solid #D9D9D9;
	font-family: 'Open Sans', sans-serif;
}

.uploadCheckbox {
	width: 300px;
	margin: auto;
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 13px;
}



.filediv {
	width: 300px;
	margin: auto;
	margin-bottom: 5px;
}

.filediv p {
	font-size: 12px;
	margin-top: 10px;
}

.filediv h5{
	font-size: 14px;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 5px;
}

.musicUploadButton {	
	width: 300px;
	display: block;	
	margin: 0 auto;
	margin-top: 30px;	
	padding-top: 5px;
	padding-bottom: 5px;	
	border: 1px solid #1693A7;
	background-color: #1693A7;
	border-radius: 5px;	
	color: white;	
	text-align: center;
}

.musicUploadButton:hover {
	cursor: pointer;
}



/*artUpload*/

.artUploadHolder {
	background: linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) ), url('../../images/uploadForms/uploadArt.jpg') no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	background-position: center; 
	height: 100vh;	
	min-height: 800px; 	
	width: 100%;
	min-width: 300px;		
	color: white;
	overflow: hidden;	
}

.artUploadField {
	width: 400px;
	height: auto;
	margin: auto;
	margin-top: 100px;
	margin-bottom: 100px;
	background-color: rgba(120, 120, 120, 0.7);
	border-radius: 20px;
	padding: 20px;
	overflow: hidden;
}
.artUploadField h2{
	text-align: center;
	color: #88C100;
}

.artUploadField p{
	text-align: center;
}


.artUploadButton {	
	width: 300px;
	display: block;	
	margin: 0 auto;
	margin-top: 30px;	
	padding-top: 5px;
	padding-bottom: 5px;	
	border: 1px solid #88C100;
	background-color: #88C100;
	border-radius: 5px;	
	color: white;	
	text-align: center;
}

.artUploadButton:hover {
	cursor: pointer;
}


/*photosUpload*/

.photosUploadHolder {
	background: linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) ), url('../../images/uploadForms/uploadPhotos.jpg') no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	background-position: center; 
	height: 100vh;	
	min-height: 800px; 	
	width: 100%;
	min-width: 300px;	
	color: white;
	overflow: hidden;	
}

.photosUploadField {
	width: 400px;
	height: auto;
	margin: auto;
	margin-top: 100px;
	margin-bottom: 100px;
	background-color: rgba(120, 120, 120, 0.6);
	border-radius: 20px;
	padding: 20px;
	overflow: hidden;
}
.photosUploadField h2{
	text-align: center;
	color: #FF8A00;
}

.photosUploadField p{
	text-align: center;
}


.photosUploadButton {	
	width: 300px;
	display: block;	
	margin: 0 auto;
	margin-top: 30px;	
	padding-top: 5px;
	padding-bottom: 5px;	
	border: 1px solid #FF8A00;
	background-color: #FF8A00;
	border-radius: 5px;	
	color: white;	
	text-align: center;
}

.photosUploadButton:hover {
	cursor: pointer;
}













/*******************Settings*******************/



.settingsBackround {
  background: url('../../images/uploadForms/settingsBlur.jpg') no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
  background-position: center; 
  height: 100vh;  
  min-height: 1500px;  
  width: 100%;
  min-width: 300px;   
  overflow: hidden;
}



.settingsDiv {
	width: 300px;	
	margin: auto;
	margin-top: 100px;
  background-color: #FFFFFF;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.settingsDiv h1{
  margin: 0;
  padding: 0;
  margin-bottom: 70px;
  font-size: 30px;
  color: #303030;
  text-align: center;
}

.settingsDiv h2{
  margin: 0;
  padding: 0;
  margin-top: 30px;
  margin-left: 7px;
  margin-bottom: 20px;
  font-size: 22px;
  color: #303030;
  text-align: center;
}

.settingsDiv h3{
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  color: #303030;
  text-align: center;
}


.settingsLeftSide {
	width: 268px;
	margin: auto;
	float: none;
  overflow: hidden;	
}



.settingsRightSide {
	width: 280px;
	margin: auto;
	float: none;
}


.settingsProfilePictureWider {
  width: 150px;
  height: 150px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: auto; 
  position: relative;
  overflow: hidden;
  background-color: white;
  top: 5px;
}

.settingsProfilePictureWider img{
  min-width: 150px;
  height: 150px;  
  margin: auto;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
}

.settingsProfilePictureHigher {
  width: 150px;
  height: 150px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border:5px solid white;
  margin: auto; 
  position: relative;
  overflow: hidden;
  background-color: white;
  box-shadow: 0px 0px 25px #E0E0E0;
  top: 5px;
}

.settingsProfilePictureHigher img{
  min-height: 150px;
  width: 150px;  
  margin: auto;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
}

.settingsTitlePicture {
  width: 90%;
  height: 70px;
  margin: auto;
  position: relative;
  overflow: hidden;
  background-color: white;
}

.settingsTitlePictureImg{
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
  background-position: center;  
  min-height: 100px; 
  width: 100%;  
  overflow: hidden;
  position: absolute;
}


.settingsInputContainer {
  margin-bottom: 70px;
  text-align: center;
  overflow: hidden;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  display: inline-block;
  margin: auto;
  margin-top: 20px;
  padding: 5px 20px 5px 20px;
  font-size: 14px;
  border: 1px solid #88C100;
  border-radius: 5px;
  color: #88C100;  
}

.inputfile + label {
  cursor: pointer; /* "hand" cursor */
}


.settingsRightSide p{
  width: 90%;
  margin: auto;
  margin-top: 10px;
  padding: 0px;
  font-size: 13px;  
  overflow: hidden;
}


.settingsCharCounter {  
  margin-bottom: 50px;
  text-align: right;
}


.settingsRightSideInput {
  width: 90%;
  display: block;
  margin : 0 auto;
  margin: auto;
  margin-bottom: 20px;
  border: none;
  border-radius: 5px; 
  padding: 10px;
  font-size: 13px;
  color: #4C4C4C;
  font-family: 'Open Sans', sans-serif;
  outline: 0;
  border: 1px solid #D9D9D9;
}

.settingsRightSideTextarea {
  width: 90%;
  display: block;
  margin: auto;
  margin: 3px;
  border: none;
  border-radius: 5px; 
  padding: 10px;
  font-size: 13px;
  color: #4C4C4C;
  font-family: 'Open Sans', sans-serif;
  outline: 0;
  border: 1px solid #D9D9D9;
}

.settingsUploadButton { 
  width: 100%;
  margin-top: 10px; 
  padding: 5px 30px 5px 30px; 
  border: 1px solid #88C100;
  background-color: #88C100;
  font-size: 16px;
  color: white; 
  text-align: center;
  float: none;
}

.settingsUploadButton:hover {
  cursor: pointer; 
}




/********Audio***************/

 
/* time scrubber bar */
.mejs-controls div.mejs-time-rail { width: 380px; }
  
.mejs-controls .mejs-time-rail span {
  top: 90px;
  height: 8px;   
}
 

.mejs-controls .mejs-time-rail .mejs-time-total:hover {   
  top: 90px; 
}


.mejs-controls .mejs-time-rail .mejs-time-total:hover .mejs-time-loaded {
  height: 8px;
}

.mejs-controls .mejs-time-rail .mejs-time-total:hover .mejs-time-current {
  height: 8px;
}

}





















































































































































































@media only screen and (max-width: 479px) {


.wrap {
	width: 100%;
	min-width: 300px;
	overflow: hidden;
}



.musicCommentWrap {
	width: 100%;
	min-width: 300px;
	overflow: hidden;
	margin-top: 100px;
}

.commentsHolderAll {
  width: 100%; 
  margin-bottom: 30px;
  overflow: hidden;
}

.commentPacket {
  width: 85%;
}

.commentPictureSide {
  float: left;
  width: 20%;
  overflow: hidden;
}

.commentTextBody {
  width: 80%;
}

.replyTextarea {
  width: 90%;
  height: 100px;
  border: none;
  border-radius: 10px;  
  padding: 10px;
  font-size: 13px;
  color: #4C4C4C;
  outline: 0;
  border: 1px solid #D9D9D9;
  font-family: 'Open Sans', sans-serif;
}

.replyCommentAdd {
  float: left;
  width: 98%;
}

.commentsTextarea {
	width: 200px;
	height: 60px;
	border: none;
	border-radius: 10px;	
	padding: 10px;
	font-size: 13px;
	color: #4C4C4C;
	outline: 0;
	border: 1px solid #D9D9D9;
	font-family: 'Open Sans', sans-serif;
}

.commentAdd {
  width: 100%;
}


.commentCell {
	width: 100%;
}


.commentFormHolder {
  width: 100%;
  margin-left: 0;
  overflow: hidden;
}







/*************************Music*****************************/
.profileAudio-player {   
	margin: 0;
	margin-bottom: 40px;
	margin-top: 40px;
    width: 100%; 
    min-width: 300px;
    height: 320px;   
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.profileAudio-player h5 {	
	margin-top: 30px;
	margin-left: 20px;    
    font-size: 22px;    
}


.profileAudio-player p {	
    margin-top: 30px;
	margin-left: 20px;  
    font-size: 18px;    
}






.detailAudio-player {   
	margin: 0;
	margin-bottom: 40px;
	margin-top: 40px;
    width: 100%; 
    min-width: 300px;
    height: 320px;   
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-bottom: 20px;
}

.detailAudio-player h5 {	
	margin-top: 30px;
	margin-left: 20px;    
    font-size: 22px;    
}


.detailAudio-player p {	
    margin-top: 30px;
	margin-left: 20px;  
    font-size: 18px;    
}


.detailMusic-title {
	width: 100%;
	height: 110px;
	background-color: #EFEFEF;
	border-bottom: 1px solid #7A7A7A;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}

.detailMusic-title img { 	
    position: absolute;
    width: 100%;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}


.detailAudioSpace {
	width: 100%;
	height: 50px;
}












.audio-player {   
	margin: 0;
	margin-bottom: 20px;
	margin-top: 40px;
    width: 100%; 
    min-width: 300px;
    height: 320px;   
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.audio-player h5 {	
	margin-top: 30px;
	margin-left: 20px;    
    font-size: 22px;    
}


.audio-player p {	
    margin-top: 30px;
	margin-left: 20px;  
    font-size: 18px;    
}


.music-like {	
	top: 160px;
	right: 20px;
}

.music-like p {
	margin-top: 2px;
	margin-left: 3px;
	margin-right: 3px;  
}






/*play pause button*/


.mejs-controls .mejs-play button,
.mejs-controls .mejs-pause button {	
    top: 205px;  
    left: -9999999px;
    right: -9999999px;
    margin: auto;  
    width: 90px;
    height: 90px;
    background-size: 90px;    
}

.mejs-controls .mejs-pause button {	
    background-position: 0 -90px;
}



/*mute and unmute*/

.mejs-controls .mejs-mute button,.mejs-controls .mejs-unmute button {
    top: 240px;
}




/*volume slider*/


/* volume scrubber bar */
.mejs-controls div.mejs-horizontal-volume-slider {
  position: absolute;
  top: 247px;
  right: 20px;
  cursor: pointer;
}


/* volume scrubber bar */
.mejs-controls div.mejs-horizontal-volume-slider {
  top: 247px;
}
 
 



/* time scrubber bar */
.mejs-controls div.mejs-time-rail { width: 380px; }
  
.mejs-controls .mejs-time-rail span {
  top: 110px;
  height: 8px;   
}
 





.mejs-controls .mejs-time-rail .mejs-time-total:hover {   
  top: 110px; 
}


.mejs-controls .mejs-time-rail .mejs-time-total:hover .mejs-time-loaded {
	height: 8px;
}

.mejs-controls .mejs-time-rail .mejs-time-total:hover .mejs-time-current {
  height: 8px;
}



 




.music-title {
	width: 100%;
	min-width: 300px;
	height: 110px;	
}

.music-title img { 	
    width: 100%; 
    min-width: 300px;     
}







/***********************Footer*******************/

.footer {
	width: 100%;	
	min-height:150px;
	background-color: #343838;
}

.socialHolder {
	width: 150px;
	height: 40px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}

.social {
	width: 40px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}

.footerInfo {
	
	margin: auto;
	padding-bottom: 20px;
}

.footerInfo p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: white;
	text-align: center;
}

.footerInfo a {	
	color: #005F6B;
	text-align: center;
}









/***************Popup**********************/

.black_overlay{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

.white_content {
	z-index:1002;
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #5f5f5f; 
    overflow: auto;
    padding: 20px; 
    padding-top: 35px;
    padding-bottom: 10px; 
    background: #E6E6E6; 
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    border-radius: 2px;

}

.popupHeader {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #5f5f5f;
	font-size: 18px;
	margin-bottom: 50px;
}

.forgetPass {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;  
} 

.white_content a {		
    color: #5f5f5f;     
}

.white_content a:hover {		
    color: #0091A4;     
}



.signEmail {
	background: url('../../images/form/mail.png') no-repeat 10px 10px;
}

.signPassword {
	background: url('../../images/form/pass.png') no-repeat 10px 10px;
}

.signNickname {
	background: url('../../images/form/name.png') no-repeat 10px 10px;
}





















/***********************Index*********************/

.rightIndexProfileDiv {
  width: 200px;
  background: rgba(0,95,107,0.8);
  border-radius: 5px; 
  padding: 20px 35px 10px 35px;
  float: none;
  margin: auto;
  overflow: hidden;
}



/**********************SignUp/SignIn************************/

.signUpBcg {
	background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../../images/signform/bcg3.jpg') no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	background-position: center; 	
	min-height: 100vh; 
	min-width: 300px;   
	width: 100%;	
	color: white;
	overflow: hidden;
}

.signUpLogo {	
	width: 250px;	
	margin: auto;
	padding-top: 10px;	
}

.indexSignIn {
	display: none;
}


.signUpForm {		
	height: 80%;	
	min-width: 300px;	
	padding-top: 10%;
	margin: auto;
	overflow: hidden;

}

.signUpForm a {
	color: #005F6B;
}

.leftQuote {
	min-width: 300px;
	width:50%;
	text-align: center;
	height: auto;	
	margin: auto;
	margin-bottom: 30px;
	overflow: hidden;
}


.bigQuote {
	margin: 0;
	padding: 0;
	font-size: 34px;
	line-height: 120%;
}

.greenQuote {
	color: #88C100;
}

.smallQuote {
	margin-top: 15px;	
	font-size: 14px;
	line-height: 150%;
}

.greenQuote {
	color: #3C873C;
}

.rightRegister {
	display: none;
}

.agreeText {
  width: 250px;
  text-align: center;
  font-size: 10px;   
  margin: auto;
}

.agreeText a{
  color: #6CC279;
}

.classicForm {    
	border: none;
    border-radius: 3px;    
    outline: 0 none;
    background-color: white;
    color: #878787;
    height: 35px;
    width:200px;
    display: block;
    margin: auto;      
    padding: 2px 2px 2px 35px;   
    font-size: 16px;     
}
.line-light {
	border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
    margin-top: 10px;
    margin-bottom: 18px;
}

.line-dark {
	border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(84, 84, 84, 0), rgba(84, 84, 84, 0.75), rgba(84, 84, 84, 0));
    margin-top: 10px;
    margin-bottom: 18px;
}





/*################## cards ###########################*/


.indexCategories {	
	height: auto;
	margin: auto;
	padding-top: 100px;
	padding-bottom: 100px;
	overflow: hidden;
}

.indexCategories img {
	width: 100%;
}

.card {
	width: 100%;
}

.musicCard {    
    background-color: #1693A7;    
}

.musicCard:hover {      
    background-color:rgba(22,147,167,0.88); 
}

.artCard {    
    background-color: #88C100;    
}

.artCard:hover {    
    background-color:rgba(136,193,0,0.88);    
}

.photoCard {    
    background-color: #FF8A00;    
}

.photoCard:hover {     
    background-color:rgba(255,138,0,0.88);    
}

.danceCard {    
    background-color: #ea2929;    
}

.danceCard:hover {    
    background-color:rgba(234,41,41,0.88);   
}



/**********************About************************/

.indexAbout {
	background-color: #E5E5E5;	
	width: 100%;
	height: auto;
	
}

.aboutHolder {	
	width: 300px;
	margin: auto;
	overflow: hidden;	
}

.aboutHolder p {
	margin: 0;
	padding: 0;
	color: #6D6D6D;	
	font-size: 24px;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 40px;
}

.aboutImageHoder {
	width: 130px;
	margin-left: 10px;
	margin-right: 10px;
}

.aboutImageHoder p {
	margin: 0;
	padding: 0;
	color: #858585;	
	font-size: 16px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 40px;
}

.aboutImage {
	width: 130px;
	height: 130px;
}






/*********************Photos**********************/

.galleryHolder {	
	min-width: 320px;
}


















/***********************Dropdown*****************************/


.gallery-add {
	width: 40px;
	height: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #88C100;
	float: none;	
	margin: auto;
	margin-bottom: 20px;
	overflow: hidden;
}

.gallery-add:hover {
  background-color: rgba(136,193,0,0.88);
}

.gallery-plus {
  width: 40px;
  height: 40px;  
  margin: auto; 
}




.photo-add {
  width: 40px;
  height: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #FF8A00;
  float: none;  
  margin: auto;
  margin-bottom: 20px;
  overflow: hidden;
}

.photo-add:hover {
  background-color: rgba(255,138,0,0.88);
}

.music-add {
  width: 40px;
  height: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #1693A7;
  float: none;  
  margin: auto;
  margin-bottom: 20px;
  overflow: hidden;
}

.music-add:hover {
  background-color: rgba(22,147,167,0.88);
}
.galleryMenu-holder {
	width: 320px;
	min-height: 60px;
	padding-top: 40px;
	margin: auto;
}
.galleryMenu {
	display: block;	
	width: 320px;
	height: auto;	
	padding-left: 13px;
	margin-bottom: 20px;
}


.galleryMenu ul li ul {	
	left: initial;
	right: 0;
}












.artDiv {
	width: 100%;
	height: 290px;
	min-width: 320px;
	margin: auto;
	margin-bottom: 50px;
	box-shadow: 0px 1px 15px #B4B4B4;	
	overflow: hidden;
}

.artPictureWider {
  width: 100%;
  height: 220px;
  background-color: #EFEFEF;
  border-bottom: 1px solid ##7A7A7A;
  position: relative;
  overflow: hidden;

}

.artPictureWider img {   
    position: absolute;
    width: 100%;
    min-height: 220px;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

.artPicture {
	width: 100%;
	height: 220px;
	background-color: #EFEFEF;
	border-bottom: 1px solid ##7A7A7A;
	position: relative;
	overflow: hidden;

}

.artPicture img { 	
    position: absolute;
    width: 100%;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}


.artInfo {
	background-color: #FFFFFF;
	overflow: hidden;
	height: 65px;
	padding: 7px 8px 7px 8px;
}

.artInfo h5 {	
	margin: 0px;
	padding: 0px;	
	color: #767676;
	font-size: 14px;
	padding-top: 5px;
	padding-left: 8px;
}

.artInfo p {	
	color: #767676;
	font-size: 12px;
	padding-left: 8px;
	display: inline;
}

















/******************Side-menu*********************/


html {
	background-color: #f2f2f2;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	text-decoration:none;
    overflow-y: scroll;
}

/*
Setup a basic body
*/
body {
    overflow-x: hidden;
}

.logo {	
		
	float: none;	
	margin: auto;	
	margin-top: 5px;
}

.signInNav {
	display: none;
}

.userSignin {
	display: none;
}

#mine-search {
	display: none;
}

.search {
	overflow: hidden;
}

.side-menu-img {
	width: 30px;
	height: 30px;	
	border-radius: 16px;	
	margin-right: 10px;
	float: left;
}

.side-menu-name {
	position: relative;
	top: 5px;
    display: inline;
    float: left;
}









/*
using background color is important to cover the menu
position absolute isset to cover the whole viewport
*/
#content {
    background-color: #f2f2f2;
    position: relative;
    width: auto;
    height: 100%;
}


/*
the hamburger button with a little gradient effekt
*/
#hamburger {   
    cursor: pointer;
    height: 24px;
    margin-top: 13px;
    margin-left: 20px;
    position: relative;
    width: 25px; 
    float: left;  
}

/*
The white stripes in the hamburger button
*/
#hamburger div {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 2px 2px 2px 2px;
    height: 2px;
    margin-top: 3px;
    width: 90%;
}

/*
The navigation container in the background
*/
.side-menu {
    opacity: 0;
    left: 0px;
    top: 0px;
    position: fixed;
    z-index: 0;
    width: 70%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    background: #3e3c3d;
    background: -moz-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e3c3d), color-stop(100%, #2d2c2d));
    background: -webkit-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);
    background: -o-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);
    background: -ms-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);
    background: linear-gradient(to bottom, #3e3c3d 0%, #2d2c2d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e3c3d', endColorstr='#2d2c2d', GradientType=0);
}

/*
Style the navigation menu
*/
.side-menu ul {
    list-style: none;
    margin: 0;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.side-menu li {
    position: relative;
    font-size: 1em;
    border-bottom: 1px solid #222222;
    border-top: 1px solid #444444;
    padding: 15px;
    overflow: hidden;
}

.side-menu li a {
    color: #fff;
    text-decoration: none;
}

/*
The Layer that will be layed over the content
so that the content is unclickable while menu is shown
*/
#contentLayer {
    display: none;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 30%;
    z-index: 9999999;
}





.profilePictureWider {
  width: 120px;
  height: 120px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border:5px solid white;
  margin: auto; 
  position: relative;
  overflow: hidden;
  background-color: white;
  top: 20px;
}

.profilePictureWider img{
  min-width: 120px;
  height: 120px;  
  margin: auto;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
    ight: -9999px;
}

.profilePictureHigher {
  width: 120px;
  height: 120px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border:5px solid white;
  margin: auto; 
  position: relative;
  overflow: hidden;
  background-color: white;
  top: 20px;
}

.profilePictureHigher img{
  width: 120px; 
  min-height: 120px; 
  margin: auto;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
}






.profileCover {
  width: 100vn;
  height: 550px;
  margin: auto;
  position: relative;
  overflow: hidden;
  border-bottom: 20px solid white;
  background-color: white;
  margin-bottom: 50px;
}

.profileCoverImg{
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
  background-position: center;  
  min-height: 550px; 
  width: 100vn;
  min-width: 800px;   
  width: 100%;
  color: white;
  overflow: hidden;
  position: absolute;
}



.profileInfoHolder {
  width: 90%;
  min-width: 270px;
  min-height: 350px;
  max-height: 500px;
  margin: auto;
  margin-top: 30px;
  background-color: rgba(88, 88, 88, 0.4);
  border-radius: 5%;
  position: relative;
  overflow: hidden;
  padding: 10px;
  z-index: 1;
}


.profileInfoHolder h1{
	color: white;
	text-align: center;
	margin: 0;
	margin-top: 40px;
	padding: 0;
}

.profileInfoHolder p{
	padding: 10px;
	color: white;
	text-align: center;
	padding-top: 20px;
	font-size: 15px;
}

.profileSections {
	margin-top: 13px;
	margin-bottom: 13px;
	text-align: center;
}

.profileSections img {
	display: inline-block;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 5px;
	height: 35px;
	border: 1px solid white;
	border-radius: 5px;
}
















.profileArtDiv {
	width: 100%;
	height: 290px;
	min-width: 320px;
	margin: auto;
	margin-bottom: 40px;
	margin-top: 40px;
	box-shadow: 0px 1px 15px #B4B4B4;	
	overflow: hidden;
}



.profileArtPictureWider {
  width: 100%;
  height: 220px;
  background-color: #EFEFEF;
  border-bottom: 1px solid ##7A7A7A;
  position: relative;
  overflow: hidden;

}


.profileArtPictureWider img {  
    position: absolute;
    width: 100%;
    min-height: 220px;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}


.profileArtPicture {
	width: 100%;
	height: 220px;
	background-color: #EFEFEF;
	border-bottom: 1px solid ##7A7A7A;
	position: relative;
	overflow: hidden;

}

.profileArtPicture img { 	
    position: absolute;
    width: 100%;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}


.profileArtInfo {
	background-color: #FFFFFF;
	overflow: hidden;
	height: 65px;
	padding: 7px 8px 7px 8px;
}

.profileArtInfo h5 {	
	margin: 0px;
	padding: 0px;	
	color: #767676;
	font-size: 14px;
	padding-top: 5px;
	padding-left: 8px;
}

.profileArtInfo p {	
	color: #767676;
	font-size: 12px;
	padding-left: 8px;
	display: inline;
}







.detailArtDiv {
	width: 100%;	
	float: none;
	margin-bottom: 30px;
	margin-top: 15px;
}





.detailArtPicture {
	width: 95%;		
	margin: auto;
	margin-top: 10px;
}

.detailArtPicture img {  

    width: 100%;
	min-width: 200px;
}


.detailArtInfo {	
	height: 60px;
}



.detailArtNickname {	
	font-size: 16px;	
	top: 10px;
	left: 0px;
}

.detailArtProfilePicture {
	
	margin-left: 15px; 
	margin-right: 10px;
	margin-top: 15px;
	float: left;
	overflow: hidden;
}





.detailArtTitle {
	width: 95%;
	min-width: 200px;
	margin-left: 25px;
	margin-top: 40px;
	float: none;
	margin: auto;
}

.detailArtTitle p{	
	font-size: 30px;	
}



.detailArtProfilePicture {
	margin-top: 0px;
}


.icon-comments-medium {
	width: 32px;
  	height: 29px;
  	margin-right: 6px;
  	margin-top: 7px;
}
.detailArtlikesComments {
	position: relative;
	top: 3px;
}

.number-counter-medium {	
	top: 10px;
	font-size: 16px;

}

.detailArtAnotherWider {
  width: 80px;
  height: 60px;
  margin: 10px;
  position: relative;
  float: left;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 1px 1px rgba(0,0,0,0.07);
}

.detailArtAnotherWider:hover {
  opacity:0.5;
  filter:alpha(opacity=50);
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.detailArtAnotherWider img{
  min-width: 80px;
  height: 60px;  
  margin: auto;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
}

.detailArtAnotherHigher {
  width: 80px;
  height: 60px;
  margin: 10px;
  position: relative;
  float: left;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 1px 1px rgba(0,0,0,0.07);
}

.detailArtAnotherHigher:hover img{
  opacity:0.5;
  filter:alpha(opacity=50);
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.detailArtAnotherHigher img{
  width: 80px;
  min-height: 60px;  
  margin: auto;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
}


.detailArtAbout {	
	width: 95%;
	min-width: 200px;
	margin: auto;
	margin-bottom: 40px;
	float: none;
}



.detailArtAbout p.detailArtAboutInfo {
	font-size: 18px;	
	padding-left: 4px;
	padding-right: 4px;
}

.detailArtAbout p.detailArtAboutcategories {
	display: inline-block;
	margin: 0px;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0;
	padding-left: 20px;
	background-color: white;
	border-radius: 5px;
	color: #5D5D5D;
	font-size: 18px;	
	padding-left: 4px;
	padding-right: 4px;
	overflow: hidden;
	box-shadow: 0px 1px 10px #DADADA;
	border: 1px solid white;
}

.detailArtAbout p.detailArtAboutcategories:hover {	
	background-color: #FAFAFA;	
	color: #767676;
	border: 1px solid #B8B8B8;
}

.icon.is-x2{
  width: 30px;
  height: 30px;
  margin: 3px;
}

.detailMusicProfilePicture {
	position: relative;
	width: 60px;
	height: 60px;	
	border-radius: 50%;
	left: 10px;	
	top: 20px;
	float: left;
	overflow: hidden;
}

.detailMusicNickname {	
	color: #767676;	
	display: inline;
	position:relative;
	font-size: 20px;	
	top: 35px;
	left: 20px;
}
















/*musicUpload*/

.uploadMusicHolder {
	background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../../images/uploadForms/uploadMusic.jpg') no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	background-position: center; 
	height: 100vh;	
	min-height: 800px; 	
	width: 100%;
	min-width: 300px;	
	color: white;
	overflow: hidden;	
}

.musicUploadField {
	width: 100%;
	height: auto;
	margin: auto;
	margin-top: 100px;
	margin-bottom: 100px;
	background-color: rgba(120, 120, 120, 0.6);
	border-radius: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}
.musicUploadField h2{
	text-align: center;
	color: #24BBD3;
}

.musicUploadField p{
	text-align: center;
}

.uploadInputText {
	width: 260px;
	height: 25px;
	border: none;
	border-radius: 5px;
	display: block;
    margin : 0 auto;
	margin-bottom: 20px;
	padding-left: 10px;
	font-size: 13px;
	color: #4C4C4C;
	font-family: 'Open Sans', sans-serif;
	outline: 0;
	border: 1px solid #D9D9D9;
}

.uploadTextarea {
	width: 260px;
	height: 100px;
	border: none;
	border-radius: 10px;
	display: block;
    margin : 0 auto;
	margin-bottom: 20px;
	padding: 10px;
	font-size: 13px;
	color: #4C4C4C;
	outline: 0;
	border: 1px solid #D9D9D9;
	font-family: 'Open Sans', sans-serif;
}

.uploadCheckbox {
	width: 260px;
	margin: auto;
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 13px;
}


.filediv {
	width: 300px;
	margin: auto;
	margin-bottom: 5px;
}

.filediv p {
	font-size: 12px;
	margin-top: 10px;
}

.filediv h5{
	font-size: 14px;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 5px;
}

.musicUploadButton {	
	width: 260px;
	display: block;	
	margin: 0 auto;
	margin-top: 30px;	
	padding-top: 5px;
	padding-bottom: 5px;	
	border: 1px solid #1693A7;
	background-color: #1693A7;
	border-radius: 5px;	
	color: white;	
	text-align: center;
}

.musicUploadButton:hover {
	cursor: pointer;
}



/*artUpload*/

.artUploadHolder {
	background: linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) ), url('../../images/uploadForms/uploadArt.jpg') no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	background-position: center; 
	height: 100vh;	
	min-height: 800px; 	
	width: 100%;
	min-width: 300px;		
	color: white;
	overflow: hidden;	
}

.artUploadField {
	width: 100%;
	height: auto;
	margin: auto;
	margin-top: 100px;
	margin-bottom: 100px;
	background-color: rgba(120, 120, 120, 0.7);
	border-radius: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}
.artUploadField h2{
	text-align: center;
	color: #88C100;
}

.artUploadField p{
	text-align: center;
}


.artUploadButton {	
	width: 260px;
	display: block;	
	margin: 0 auto;
	margin-top: 30px;	
	padding-top: 5px;
	padding-bottom: 5px;	
	border: 1px solid #88C100;
	background-color: #88C100;
	border-radius: 5px;	
	color: white;	
	text-align: center;
}

.artUploadButton:hover {
	cursor: pointer;
}


/*photosUpload*/

.photosUploadHolder {
	background: linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) ), url('../../images/uploadForms/uploadPhotos.jpg') no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	background-position: center; 
	height: 100vh;	
	min-height: 800px; 	
	width: 100%;
	min-width: 300px;	
	color: white;
	overflow: hidden;	
}

.photosUploadField {
	width: 100%;
	height: auto;
	margin: auto;
	margin-top: 100px;
	margin-bottom: 100px;
	background-color: rgba(120, 120, 120, 0.6);
	border-radius: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}
.photosUploadField h2{
	text-align: center;
	color: #FF8A00;
}

.photosUploadField p{
	text-align: center;
}


.photosUploadButton {	
	width: 260px;
	display: block;	
	margin: 0 auto;
	margin-top: 30px;	
	padding-top: 5px;
	padding-bottom: 5px;	
	border: 1px solid #FF8A00;
	background-color: #FF8A00;
	border-radius: 5px;	
	color: white;	
	text-align: center;
}

.photosUploadButton:hover {
	cursor: pointer;
}







.settingsBackround {
  background: url('../../images/uploadForms/settingsBlur.jpg') no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
  background-position: center; 
  height: 100vh;  
  min-height: 1500px;  
  width: 100%;
  min-width: 300px;   
  overflow: hidden;
}

.settingsDiv {
	width: 300px;	
	margin: auto;
	margin-top: 100px;
  background-color: #FFFFFF;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.settingsDiv h1{
  margin: 0;
  padding: 0;
  margin-bottom: 70px;
  font-size: 30px;
  color: #303030;
  text-align: center;
}

.settingsDiv h2{
  margin: 0;
  padding: 0;
  margin-top: 30px;
  margin-left: 7px;
  margin-bottom: 20px;
  font-size: 22px;
  color: #303030;
  text-align: center;
}

.settingsDiv h3{
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  color: #303030;
  text-align: center;
}


.settingsLeftSide {
	width: 268px;
	margin: auto;
	float: none;	
  overflow: hidden;
}


.settingsRightSide {
	width: 280px;
	margin: auto;
	float: none;
}

.settingsProfilePictureWider {
  width: 150px;
  height: 150px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: auto; 
  position: relative;
  overflow: hidden;
  background-color: white;
  top: 5px;
}

.settingsProfilePictureWider img{
  min-width: 150px;
  height: 150px;  
  margin: auto;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
}

.settingsProfilePictureHigher {
  width: 150px;
  height: 150px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border:5px solid white;
  margin: auto; 
  position: relative;
  overflow: hidden;
  background-color: white;
  box-shadow: 0px 0px 25px #E0E0E0;
  top: 5px;
}

.settingsProfilePictureHigher img{
  min-height: 150px;
  width: 150px;  
  margin: auto;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
}

.settingsTitlePicture {
  width: 90%;
  height: 70px;
  margin: auto;
  position: relative;
  overflow: hidden;
  background-color: white;
}

.settingsTitlePictureImg{
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
  background-position: center;  
  min-height: 100px; 
  width: 100%;  
  overflow: hidden;
  position: absolute;
}


.settingsInputContainer {
  margin-bottom: 70px;
  text-align: center;
  overflow: hidden;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  display: inline-block;
  margin: auto;
  margin-top: 20px;
  padding: 5px 20px 5px 20px;
  font-size: 14px;
  border: 1px solid #88C100;
  border-radius: 5px;
  color: #88C100;  
}

.inputfile + label {
  cursor: pointer; /* "hand" cursor */
}


.settingsRightSide p{
  width: 90%;
  margin: auto;
  margin-top: 10px;
  padding: 0px;
  font-size: 13px;  
  overflow: hidden;
}


.settingsCharCounter {  
  margin-bottom: 50px;
  text-align: right;
}


.settingsRightSideInput {
  width: 90%;
  display: block;
  margin : 0 auto;
  margin: auto;
  margin-bottom: 20px;
  border: none;
  border-radius: 5px; 
  padding: 10px;
  font-size: 13px;
  color: #4C4C4C;
  font-family: 'Open Sans', sans-serif;
  outline: 0;
  border: 1px solid #D9D9D9;
}

.settingsRightSideTextarea {
  width: 90%;
  display: block;
  margin: auto;
  margin: 3px;
  border: none;
  border-radius: 5px; 
  padding: 10px;
  font-size: 13px;
  color: #4C4C4C;
  font-family: 'Open Sans', sans-serif;
  outline: 0;
  border: 1px solid #D9D9D9;
}

.settingsUploadButton { 
  width: 100%;
  margin-top: 10px; 
  padding: 5px 30px 5px 30px; 
  border: 1px solid #88C100;
  background-color: #88C100;
  font-size: 16px;
  color: white; 
  text-align: center;
  float: none;
}

.settingsUploadButton:hover {
  cursor: pointer; 
}



}




