@import url('https://fonts.googleapis.com/css?family=Fredoka+One');




ul { 
	margin-left:0; 
	padding : 0;
	
	
	}

* {
	margin:0;
	padding:0;	
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	
}

body {
	font-family:"Arial","Tahoma",sans-serif;
	font-weight:200;	
	background-color : rgba(245,245,245,1);
}

.left_block{	
	float : left;	
	
}

button{
	
	font-family :"Arial","Tahoma",sans-serif;
	
	background-color: rgba(56, 93, 157, 0);
	border-color:rgba(56, 93, 157, 0);		
}

#save_button_bar{
	text-align : center;
	
}

#footer{
	color:white;
	font-weight : 900;
	text-align : center;
	background-color:black;
	font-size : x-small;
	position : fixed;
	bottom : 0;
	width : 100%;
}

#save_button_bar button{
	margin : 10px 20px;
	padding : 5px 2%;
	font-weight : 800;
	background-color: black;
	color : white;
	border : 3px solid rgba(0,0,0,0.4)
}

header button{
	color:white;
	background-color:rgba(50,50,50,1) ;
	padding : 5px;
	margin : 5px 0 5px 20px;
	text-align:center;
	display:inline-block;	
}

button:hover{
	background-color: rgba(100,100,100,1);
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
	color:white;
	cursor : pointer;
}

.button_widf{
	padding : 5px 0 5px 0;			
	cursor: pointer;
	color:black;
}

li.button_widf{
	height : 50px;
}
li.button_widf p{
	text-align: left;
	width : 70%;
	padding : 10px 5% 10px 5%;
	display : inline-block;
	height : 30px;	
	font-weight : 800;
	float : left;
}

.widf_active{
	background-color: rgba(0,0,0, 0.7);
	color:white;
}

.miniature {
	height : 50px;
	width : 80px;
	display : inline-block;
	 object-fit: cover; 
}
.button_widf:hover {
	background-color: rgba(0,0,0,0.4);	
	color: #f2f2f2;	
	
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#contact-submit{
	padding : 1% 5%;	
}

#recaptcha{
    margin : 10px 10%;
	
}
#contact_button_container{
	text-align:center;
	
}


#contact{
	
	padding-left : 10%;
	padding-right : 10%;
	width : 25%;
	text-align:left;
	 position: absolute;
    height : auto;
    left: 0;
    right: 0;

    margin: 1% auto;
}

#contact input{
	text-align:left;
	padding-left:15px;
}

#contact textarea{
	height : 160px;	
	width:100%;
	text-align:left;
	padding-left:15px;

}

#contact h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}

#req-field-desc{
	font-size:small;
	margin : 0;
	text-align :left;
	margin-left : 25px;
}

::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}

#connect{
	color: #f2f2f2;	
	background-color :rgba(0,0,0,0.7) ;
	text-align:center;	
	padding: 10% 30%;
	font-size:small;
	height: 500px;
	z-index : 10;
	display : none;
	position : fixed;
	top : 0px;
	height : 900px;
	width : 40%
}

#widf_connect{
	width:100%;
	height : 122px;
	object-fit: contain; 
	margin : 5% 0; 
}
.explain_number{
	font-size : 64px;
	display : block;
	width :100%;	
}

.explain_text{
	font-size : medium;	
	margin-top : 10px;
}

.explain_par{
	float:left;	
	display:inline-block;
	width:28.33%;
	margin : 2%;
		
}

#exit_login_cross{
	width:53px;
	height:50px;
	position : absolute;
	top:0;
	right:0;	
	display:block;
}

.explain_par p{
	width :100%;
	
}

#login_nick .explain_par{
	width : 46%;
}



.login_input{
	
	padding : 10px 0 ;
	font-size : medium;
	width : 100%;	
	display: block;
}
.login_input input{
	height : 20px;
	font-size: medium;	
	padding : 0;
	width : 65%;
}



#login{
	padding : 20px 5px;
	
}

#login_nick{
	display:none;
}
#widf-header{
	background : black;	
	margin : 0;
	
}

.exit_login:hover{
	cursor: pointer;
}

header a img{	
	color : white;
	background-color:white;
	height : 60px;
	width : 162px;
	margin : 0;
}

.connect_controls{
	position : absolute;
	top:0px;
	right:0;
	width : 25%;
	height : 30px;
	margin : 15px 0;
	padding : 0;
	color:white;
	
}

#connect_button{	
	width : 5%;	 
	margin-right:20%;
}

#connection_info{
	display:none;
	
}

#connection_info p{
	display:inline-block;
	color:white;
	float:left;
	padding-top : 10px
}

#disconnect_button{
	float:left;
	display:inline-block;
	
}

#site_logo_credentials{
	position:absolute;
	top :0;
	right:0;
	display : inline-block;
	height: 60px;
	
}

/*#site_logo_credentials img{
	height : 100px;
	width : 100%;
	margin-right : 15px;
	margin-top: 10px;
	
}*/

#site_title{	
	height : 60px;
	display : inline-block;
	margin : 0 0 0 0;
    
}

.columnbis{
	float:left;	
}

#site_logo_credentials:after{
	content: "";
    display: table;
    clear: both;
	
}

#not_connected{
	margin : 30px 0 0 5%;
	float : left;
}

#event_select_menu{
	float : left;
	width : 35%;
	
	height : 800px;
	text-align : left;
	display : block;
}

#feestje_list{
	width:100%;
	display : inline-block;
	text-align : center;
	list-style-type: none;
	border-bottom : 2px solid rgba(0,0,0,0.7);
}


#new_event{
	
	font-size : x-large;	
}



 #map {
        height: 850px;  /* The height is 800 pixels */
        width: 75%;  /* The width is the width of the web page */
		margin : 0;
        display : inline-block;
        float :left;
 }
 
 
 

 #map_wrapper{
	 position: relative;
 }
 
 #event_info_div { 
	 float : left; 
     display : inline-block;
	 font-weight : 800;
	 width : 25%;
	 height : 850px;
	 position : relative;
	margin : 0;
	
 }
.position_fixer{
	position: relative;
}
.arrow{
	 background-color : black;
	 z-index : 10;
	 color:white;
	 height : 35px;
	 width : 40px;
	 position : absolute;
	 bottom : 0px;
	 text-align : center;
	 font-size : x-large;
	 padding-top : 5px;
}

.arrow:hover{
	height : 40px;
	width : 45px;
	cursor:pointer;	
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
}

.arrow:active{
	color:red;
}

#left_arrow{
	right : 40px;
}

#right_arrow{
	right : 0px;
}

 #event_link{
	width : 60%;
	margin: 0 10%;
	padding: 12px 10%; 
	text-align:center;
	display : block;
	position : absolute;
	bottom : 125px;
	background-color:black;
	color:white;
	font-size : small;
	text-decoration:none;
 }
 
#audio_container_login{
	height:100px;	
	width:100%;
	background-color:rgba(0,0,0,0.5);
 }

 #audio_container{
	 position:absolute;
	bottom:0;
	background-color:rgba(0,0,0,0.9);
	height:100px;	
	width:100%;
 }
 
.waveform{
	height:100px;
	display : block;
	width:90%;
	float: left;
 }
 
 #random_sound_cap{
	 margin-top : 50px;
 }
 
 #audio_container_login{
	margin-top : 30px;
 }
.ambiant_sound{
	 display : none;
 }
 
.audio_controls{
	float: left;
	display : inline-block;
	width : 10%;
	
}

.audio_controls button{
	display : block;
	font-size : x-large;
	width:90%;
	text-align:center;
	color : white;
	height : 50px;
	margin : 0;
}
 #photo_attribution{
	 font-size:x-small;
	 text-align : center;
	 width : 80px;
	 text-decoration:none;
	 color:black;
 }
 
  #photo_attribution a:link{
	  text-decoration:none;
	  color:grey;
  }
  
   #photo_attribution a:visited{
	  text-decoration:none;
	  color:darkgrey;
  }
  
.photo_atrr{
	font-size:x-small;
	 text-align : center;
	 width : 80px;
	 text-decoration:none;
	 color:black;
} 

.photo_atrr a:link{
	text-decoration:none;
	color:grey;
}
  
.photo_atrr a:visited{
	text-decoration:none;
	color:darkgrey;
}
  
 #event_info_div #party_image{
	height : 300px;
	width : 100%;	
	margin:0 auto;
 }
 
 
 
#address_div{
	position : absolute;
	bottom : 210px;
	margin : 0 10%;
}


 #event_place_name{
	margin : 5px 3% ;
	width : 60%;
	display : inline-block;
 }
 
 #event_place{
	 font-size : small;
	 margin : 5px 3% ;	
	width : 60%;
	display : inline-block;
 }
 
 #place_image_div{
	 float:left;	 
 }
 
 #place_image{
	width : 80px;	 
	border-radius : 40px;
	margin : 3%;
	height: 80px;
}

#address_full_line{
	margin-top:15px;
}
 #place_image_icon{
	width : 80px;	 
	border-radius : 40px;	
	height: 80px;	
	background-color :rgba(0,0,0,0.7);
	display:block;
	object-fit: cover; 
	margin : 0 20px;
 }

 #event_place_name_icon{
	text-align : left;
	font-size : large;	
	
}

#event_place_icon{
	font-size : medium;
	text-align : left;
}

 #place_image_icon_div{
	 height: 90px;
	 width : 120px;
	margin: 0 0 0 2%;
 }
 
 #photo_attribution_icon{
	width:100%;
	text-align : center;
	display:inline-block;
 }
 
 
 #event_text_info{
	
	margin: 20px 10%;
	width:80%;
	
 }
  #event_text_info p{
	  padding : 2%;
	  display:inline-block;
	  text-align:justify;
  }
  #event_desc{
	font-style: italic;
	width:100%;
 }
 
 #event_date{
	font-style: bold;
	width:100%;
	
 }
  #event_name{
	 font-size:x-large;
	 display:inline-block;
	 float:left;
	 width:75%;
 }
 
 #event_category{
	background-color:#0b9e18;
	width : 15%;
	float:right;
	font-size :small;
	color : white;
	text-align:center;
	padding : 10px 5%;
	
	margin : 5px 0px; 
}
 #event_on{
	color:white;
	background-color:#0b9e18;
	width : 100%;
	text-align:center;
 }
 
 .widf-topnav{
	display:block;	
 }
 
 .widf-topnav a {
    
    float: left;
    width : 100%;
    color: #f2f2f2;
    text-align: left;
    padding: 14px 16px;
    text-decoration: none;
  
}

#fa-fa-bar{
    display :block;
    visibility: visible;
    float:right;
    width : 20px;
    height : 22px;
    padding : 19px;
text-align : center;
}
.dropdown{
	
	
}
.dropdown:hover #dropdown-content{
    display :block;    
}

#dropdown-content{
    display : none;
    position: absolute;
    right: 0;
    top : 60px;
	padding-right : 20px;
	background-color: black;
	width: 200px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.widf-topnav a:hover {
    background-color: rgba(200,200,200,1);
    color: black;
	
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

.column{
	height : 800px;
	
}

#fields{
	width : 100%;
	height : 860px;	
	float:left;
	position:relative;
}

#fields #upload_image{
	margin-top:77px;
	width : 40px;
	height : 40px;
	background-color : rgba(0,0,0,0.7);
	padding : 3px;
}

#fields p{
	font-weight : 800;	
}

.floating_button{
	color:white;
	text-align:center;
	position : absolute;	
	left : 0;
	right : 0;
	top :0;
	bottom:0;
	width : 100%;
	height : 250px;
}

.floating_button input{
	display:none;
}

.floating_button label{
	text-align:center;
	display:block;
	width:100%;
}

#register_event{
	width : 65%;
	float:left;
}
.column input:not([type=file]){
	
	font-size : medium;
		
	height : 30px;
	display : inline-block;
	font-weight : 800;
	width :100%;
	font-size : large;
}

#feestje_price{
	width : 90%;
	text-align : center;
}

#feestje_link{
		background-color : black;
		color : white;
		text-align : center;
}

#sound_box_div{
	position : absolute;
	width : 100%;
	color : white;
	background-color:black;
	bottom : 0;	
	left : 0;
	right : 0;
	height : 150px;
}

#sound_box_div .left_block{
	width : 50%;
	margin-top : 25px;
	
	font-weight : 800;
}

#sound_box_id{
	width : 80%;
	margin-left : 5%;
	margin-top : 30px;
	text-align : center;
}

#sound_box_label{
	margin-left : 10%;
	font-size : large;
}

.new_event_title{
	border-bottom : 2px solid #6A6A6A;
	height : 40px;
	padding : 14px 0 10px 30px;
	margin : 0;
	font-weight : 800;
	font-size: x-large;
}

#new_event_main_inputs{
	width : 84 %;
	margin : 0 8%;
}


.column select {
	display :inline-block;
	margin : 2px 0 3px 20%;
	width :100%;
	height : 30px;	
	vertical-align : center;
	color: white;
	background-color: black;
	font-weight : 800;
}

.column textarea{
			
	font-size : large;
	text-align : left;
	display :inline-block;
	margin : 0  ;
	width :100%;
	height : 160px;
	font-weight : 800;
	font-style:oblique;
}

.image {
	background-color:rgba(0,0,0,0.7);
	display : block;
	height : 250px;
	object-fit: cover;  
	width : 100%;	
}



#category_block{
	width :25%;
	height : 45px;
}

#name_block{
	width :70%;
}

#name_block input{
	font-size: large;
	padding-left : 30px;
}

#new_party_img_block{
	width : 100%;
	height :250px;
	position : relative;
}

#desc_block{
	width : 100%;
	height : 160px;
}

.column label{
	font-size : small;
	display : block;
	padding : 7px 0 10px 25px;
	
}



.column button{
	display : inline-block;
	margin : 10px 0 0 0;
	
}







#feestje_price{
	width : 50%;
	margin-left: 5%;
}

.full_line{
	width : 100%;
	display:inline-block;
	
}

#placepicker{
	display:none;
	width : 100%;
	height  : 860px;
	position : fixed;
	padding : 80px 20%;
	background-color :rgba(0,0,0,0.7) ;
	z-index : 9;
	color :white;
	top : -10px;
}

 #placepicker_button{
	height : 50px;
	width : 50px;
	padding : 5%;
	margin : 15px 0 25px 5%;
	background-color : black;
 }	
 
 #placepicker_button:hover{
	 background-color:rgba(0,0,0,0.7);
 }
 
 #placepicker_button:active{
	 background-color :rgba(100,0,0,0.7);
 }
 
#placepicker .image{
	height: 400px; 
	width : 400px;
	border-radius :200px;
	margin : 70px 5% 70px 45%;	 
}

#placepicker p{
	width : 60%;	
	font-weight : 800;
}
#placepicker input{
	
	
	height : 30px;
	font-size : large;
	text-align : left;
	
}

#pac-input{
	margin : 30px 15px;
	width : 80%;
}
#pac_input_block{
	width : 25%;
	
}

#pac_input_text_block{
	width : 55%;
	
}

#pac_input_text_block p{
	font-size : 20px;
}

#place_display img{
	margin : 15px 15px 0 0;
}

#keyword{
	margin-top : 5px;	
	width : 30%;
}
#keyword_block{
	margin: 0 100px 0 15px;
	width : 40%;
	text-align : justify;
}
#keyword_block p{
	width : 100%;
}



#click_to_choose img{
	width : 120px;
	height : 100px;	
	border-radius : 45px;
	margin : 0 0 10px 50px;
}

#click_to_choose img:hover{
	background-color:rgba(0,0,0,0.7);
}
#click_to_choose img:active{
	background-color:rgba(0,100,0,0.7);
}

#map_new_event {
	float: left;
    height: 500px;  /* The height is 400 pixels */
    width: 40%;  /* The width is the width of the web page */
	margin : 20px ;
	color:black;
 }
 


#coordinates{
	visibility : hidden; 
	height : 0px;
}

#errors {
    border:solid 1px #E58E8E;
    padding:10px;
    margin:25px 0px;
    display:block;
    width:437px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    background:#FFE6E6 url(../img/cancel_48.png) no-repeat 405px center;
    display:none;
}
 
#errors li {
    padding:2px;
    list-style:none;    
}
 
#errors li:before {
    content: ' - ';    
}
 
#errors #info {
    font-weight:bold;
}
 
#errors #info:before {
    content: '';    
}
 
#success {
    border:solid 1px #83D186;
    padding:25px 10px;
    margin:25px 0px;
    display:block;
    width:437px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    background:#D3EDD3 url(../img/accepted_48.png) no-repeat 405px center;
    font-weight:bold;
    display:none;
}
 
#errors.visible, #success.visible {
    display:block;    
}
 




