@import url('https://fonts.googleapis.com/css?family=Lora|Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto');
* {
    box-sizing: border-box;
}

body, html {
    margin: 0;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	min-height: 100vh;
    height: 100%;
    position: relative;
}


hr {width:100%; height:1px; border:0; border-bottom:1px solid #ddd; margin:1em 0; padding:0; }

a{ text-decoration:none; color:#000;}
a:hover {
text-decoration:underline;}
a:visited { text-decoration:none;}

h1, h2, h3 {padding:0; margin:0;}





.topnav {
  overflow: hidden;
  background-color: #FFF;
  position: fixed;
  width:95%; 
  top:0;
  left:2%; 
  right: 2%;
  z-index: 1;
  border-bottom: 1px #f0f0f0 solid;
  
}

.topnav a.logo {
  float: left;
  display: block;
  text-align: center;
  padding: 0 10px;
  
}
.topnav a.logo img {height:45px;}


.topnav a.menu-tab {
  float: right;
  display: block;
  color: #000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a.menu-tab:hover {
  background-color: #4CAF50;
  color: #FFF;
}

.topnav a.current {
  background: #fff;
  border-bottom: 2px #4CAF50 solid;
  
}



 ul.mainNav {
  width: 90%;
  list-style-type: none;
  margin: 20px 0;
  padding: 0;
  background-color: #FFF;
  
}

ul.topnav .icon, .xicon {display: none;}


ul.mainNav li.menu-item {
  display: block;
  width: 100%;
  margin: 0 10px 0 0;
  padding: 14px 0;
  transition: 0.3s;

}


ul.mainNav li.menu-item a {
    font-weight: normal;
    text-decoration: none;
	text-align:left;
    font-size: 18px;
    color: #333;	
}

ul.mainNav li.menu-item img {width:30px; height:auto;}


.mobile-menu, .bottombar {display: none;}


.sort-btn {display: none;}

.overlay {
  position: fixed;
   height: 0%;
  width: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  background-color: #fff;
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 0;
  bottom: 0;
  width: 100%;
  text-align: right;
  margin-bottom: 60px;
}

.overlay a {
  padding:8px 30px;
  text-decoration: none;
  font-size: 20px;
  color: #000;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #3CB371;
}

.overlay .closebtn {
   font-size: 40px;
}


.main-table {
 margin-top: 50px;
 width:95%;
 padding: 20px;
 background: #fff;
}


.main
{
display: block;
border:1px solid #ccc;
padding:7px 15px; 
background:#ffffff;
border-radius:10px;
}



.container {
  padding: 0 64px;
  width: 100%;
}

.row:after {
  content: "";
  display: table;
  clear: both
}

.column-66 {
  float: left;
  width: 66.66666%;
  padding: 20px 5px;
}

.column-33 {
  float: left;
  position: relative;
  width: 33.33333%;
  padding: 20px 20px 20px 0;
}

.img-container {
  display: inline-block;
  position: relative;
  background: #f2f2f2;
  width: 10em; height: 10em;
}
.img-thumb {
    position: absolute;
    top: 50%; left: 50%;
    width: auto; height: auto;
    max-width: 85%; max-height: 85%;
    transform: translate(-50%, -50%);
  }



.icon-table {position: absolute; bottom: 0; right: 0; width:100%; padding: 10px; }
.fas {font-size:16px; color: #ccc;}
.fas:hover {color: #000;}

.columns {
    float: left;
    width: 33.3%;
    padding: 8px;
}


.column-95 {
  float: left;
  width: 85%;
  padding: 5px;
}

.column-5 {
  float: left;
  width: 1%;
  padding: 5px;
}

.col-75 {
    float: left;
  width: 75%;
  }
  
   .col-25 {
  float: left;
  width: 25%;
 vertical-align: center;
 text-align:right;
   }  
  


.column-33-small {
  float: left;
  width: 48%;
  margin: 5px 5px 5px 0;
  padding: 5px 5px 5px 0;
}

.column-33-small img {
  width:100%; 
  height:150px; 
  object-fit: cover;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
/*  border-left: 1px solid #ccc;*/
/*  border-right: 1px solid #ccc;*/
  background-color: #fff;
  margin: 10px 0;
}

/* Style the buttons inside the tab */
.tab-button {
	display:inline;
  background-color: inherit;
  float: left;
  border-right: 1px solid #ccc;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 15px;
}

.tab-return-button {
	float:right;
	color:#FFBB00; 
	border: 2px solid #FFBB00;
	padding: 12px; 
	transition: 0.3s;  
	font-size: 15px; 
	z-index: 2;
}

.tab-payment-button {
	float:right;
	color:#c94632; 
	border: 2px solid #c94632;
	padding: 12px; 
	transition: 0.3s;  
	font-size: 15px; 
	z-index: 2;
}


/* Change background color of buttons on hover */
.tab-button:hover {
  background-color: #f0f0f0;
}

.tab-return-button:hover {
	background:#FFBB00; 
	color: #fff;
}

.tab-payment-button:hover {
	background:#F65314; 
	color: #fff;
}

/* Create an active/current tablink class */
.tab-button.active {
  background-color: #ccc;
}

.line {padding:5px 0; border-bottom: 1px #ccc solid;}

.box { padding: 20px;}

.mobile-col-red, .mobile-col-green, .mobile-col-blue, .mobile-col-orange {display: none;}

.tooltip {
  position: relative;
  display: inline-block;
 }

.tooltip .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: #4CAF50;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 8px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 14px;
  font-weight: normal;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left:40%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #4CAF50 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}






.sortable-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.sortable-table th, .sortable-table td {
  text-align: left;
  padding: 16px;
  border: 1px solid #ddd;
}

.sortable-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.sortable-table thead th.sort-heading{cursor:pointer}
.sortable-table thead th.sort-heading:after{padding-left:7px}
.sortable-table thead th.sort-heading[data-sort-direction="0"]:after{content:"▾"}
.sortable-table thead th.sort-heading[data-sort-direction="1"]:after{content:"▴"}
.sortable-table thead th.sort-heading[data-sort-direction="-1"]:after{content:"▾"}
.sortable-table.sortable-fa-icons thead th.sort-heading:after{font-family:FontAwesome}
.sortable-table.sortable-fa-icons thead th.sort-heading[data-sort-direction="0"]:after{content:""}
.sortable-table.sortable-fa-icons thead th.sort-heading[data-sort-direction="1"]:after{content:""}
.sortable-table.sortable-fa-icons thead th.sort-heading[data-sort-direction="-1"]:after{content:""}
  
 .mobile-icons {display:none;}

/* Slideshow container */
.slideshow-container {
  position: relative;
  background: #f1f1f1;
  width:90%;
  margin: 0 auto;
}

/* Slides */
.mySlides {
  display: none;
  padding: 80px;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
    background: #ddd;
	width: 90%;
	margin: 0 auto;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #717171;
}

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {color: #4CAF50;}


/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: #444;
  color: white;
}

.fa {font-size:50px;}


.large-font {
  font-size: 48px;
}

.xlarge-font {
  font-size: 64px
}


.image-container {
  width: 100%;
  margin: 0;
 
}



.hidden,
#uploadImg:not(.hidden) + label {
  display: none;
  width:50%;
}

#uploadImg {width:50%; height:auto;}

#file {
  display: none;
  margin: 0 auto;
}
#upload {
  display: block;
  float:left;
  background-color: #fff;
  border: 1px #4CAF50 solid;
  color: #4CAF50;
  padding: 10px 24px;
  cursor: pointer; 
  margin: 10px auto;
  font-size: 15px;
  letter-spacing: 0.05em;
  outline: none;
  transition: 0.3s ease-in-out;
}
#upload:hover,
#upload:focus {
  background: #4CAF50;
  color:#fff;
}
#upload:active {
  background: #4CAF50;
  transition: 0.1s ease-in-out;
}
#upload img {
  display: block;
  float:left;
  margin: 0 auto 15px;
  
}

#myProgress {
  width: 100%;
  background-color: #ddd;
}

#myBar {
  width: 0%;
  height: 30px;
  background-color: #4CAF50;
  text-align: center;
  line-height: 30px;
  color: white;
}


#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 14px;
  border: 1px #3CB371 solid;
  border-radius: 5px;
  background-color: #fff;
  color: #3CB371;
  cursor: pointer;
  padding: 10px;
}

/* Fixed sidenav, full height */
.filtermenu {
    display: block;
	width: 100%;
	border: 1px #3CB371 solid;
    border-radius: 5px;
	float: left;
	text-align: center;
}

/* Style the sidenav links and the dropdown button */
.filtermenu .filter-btn {
    padding: 16px;
    text-decoration: none;
    font-size: 16px;
    color: #3CB371;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: center;
    cursor: pointer;
    outline: none;
}

.filtermenu .filter-btn:active {
  transform: translateY(4px);
}

.filtermenu .filter-btn:hover, .filtermenu .filter-btn.active {
   color:#fff;
   background: #3CB371;
}



.filtermenu .filter-container a {
    padding: 6px 0;
    text-decoration: none;
    font-size: 14px;
    color: #3CB371;
    float: left;
	display: block;
	width:100%;
	text-align: center;
    cursor: pointer;
    border:1px #fff solid;
	border-radius: 5px;
	background:#fff;
}

.filter-container a:hover {
   color:#3CB371;
   background: #F8F8F8;   
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.filter-container {
    display: none;
 
}


.filtermenu:after {
  content: "";
  display: table;
  clear: both
}

.show {display:block;}



.body-blackout {
  position: fixed;
  z-index: 1010;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.body-blackout.is-blacked-out {
  display: block;
}

.popup-trigger {
  display: inline;
  cursor: pointer;
}

.popup-modal {
  height: auto;
  width: 550px;
  background-color: #fff;
position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 45px;
  opacity: 0;
  pointer-events: none;
  transition: all 300ms ease-in-out;
  z-index: 9999;
  border-radius: 10px;
}

.popup-modal_buttons {width:80%; display: block; margin: 0 10%;}

.popup-modal.is--visible {
  opacity: 1;
  pointer-events: auto;
}
.popup-modal__close img {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}


.form-container {
  width:90%;
  border-radius: 5px;
  background-color: #fff;
  padding: 20px 0;
}



.white-button  {
  display: block;
  color: #4CAF50;
  padding: 14px 28px;
   cursor: pointer;
  background-color: #fff;
  border: 1px #4CAF50 solid;
  border-radius: 5px;
  text-align:center;
}

.white-button:hover {background: #4CAF50; color:#fff; text-decoration: none;}


.green-button {
	background: #4CAF50; 
	color:#fff; 
	cursor: pointer;  
	padding: 14px 20px;
    border: 1px #4CAF50 solid;
    border-radius: 5px;
    text-align: center;
	text-decoration: none;
}

.green-button:hover {
	background: #fff;
	color:#4CAF50; 
}


.red-button {
	background: #F65314; 
	color:#fff; 
	cursor: pointer;  
	padding: 14px 20px;
    border: 1px #F65314 solid;
    border-radius: 5px;
    text-align: center; 
}

.red-button:hover {
	background: #fff;
	color:#F65314; 
}




.button {
  border: none;
  color: white;
  padding: 14px 28px;
   cursor: pointer;
  background-color: #4CAF50;
}

.button:hover {
    background-color: #000;
}

.black-button {
  border: none;
  color: white;
  padding: 14px 28px;
   cursor: pointer;
  background-color: #000;
}


.button a, .black-button a {
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}


/* Artists List */
.artist-list {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.artist-list input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
	border: 1px #ccc solid;
	z-index: 0;
}



/* When the checkbox is checked, add a blue background */
.artist-list input:checked ~ .checkmark {
    background-color: #fff;
	border: 1px #000 solid;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.artist-list input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.artist-list .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* The container */
.radiocontainer {
  display: inline-block;
  position: relative;
  padding-left: 38px;
  padding-right: 10px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radiocontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radiomark {
  position: absolute;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radiocontainer:hover input ~ .radiomark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radiocontainer input:checked ~ .radiomark {
  background-color: #4CAF50;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiomark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiocontainer input:checked ~ .radiomark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radiocontainer .radiomark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}



label {
  padding: 3px 12px 3px 0;
  display: inline-block;
  text-align: left;
  font-weight: normal;
}


input[type=text], input[type=email], input[type=password], input[type=file], input[type=tel], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
}

input[type=text].tiny-input {display: inline; width:15%;}
input[type=text].small-input {display: inline; width:20%;}
input[type=text].third, input[type=email].third, input[type=password].third, input[type=file].third, input[type=tel].third  {display: inline; width:31%;}

input[type=button] {display:inline;}

input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
   
    cursor: pointer;
	font-size: 15px;
	text-align: center;
}

input[type=submit]:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

input[type=submit]:active {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transform: translateY(4px);
}

input[type=submit]:focus {
	outline: none;
    border: none;
}

::-webkit-input-placeholder { /* Edge */
  color: #ccc;
}

:-ms-input-placeholder { /* Internet Explorer */
  color: #ccc;
}

::placeholder {
  color: #ccc;
}


textarea {
    width: 100%;
    height: 70px;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #FFF;
    
}



button {
  background-color: #fff;
  border: 1px #ccc solid;
  color: #000;
  padding: 10px 24px;
  cursor: pointer; 
}

.required, .help-block {color: #B94A48; font-size:14px;vertical-align: super;}



.btn {
  width:100%;
  position:relative;
  }


.button {
    background-color: #3CB371;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
	text-align: center;
	
    
}

.button a {
     color: white;
    font-size: 15px;
	text-align: center;
    text-decoration: none;
    
}

.cancel-button {
    display: inline;
	background-color: #fff;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 5px;
    text-align: center;

    
}
.cancel-button a {
	color: #999;
	cursor: pointer;
	font-size: 15px;
	text-decoration: none;}

.delete-disabled {
    opacity: 0.2;
    cursor: not-allowed;
}




.autocomplete-items {
  position: relative;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 0;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  font-size: 14px;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: #4CAF50 !important;
  color: #ffffff;
}




/* Style the container/contact section */
.contact-container {
  border-radius: 5px;
  background-color: #3CB371;
  padding: 10px;
}

/* Create two columns that float next to eachother */
.contact-form {
  width: 50%;
  margin: 0 auto;
  padding: 20px;
}

@media screen and (max-width: 1024px) {

.img-container {width: 8em; height: 8em;}

}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  
		.topnav {display: none;}
	
	
  ul.mainNav {display: none; margin: 0;}
	
  ul.mainNav li.menu-item {display: none;}
  


 .main-table {
 width:100%;
 padding: 0;
 margin-bottom: 40px;
}
	
	
	
  .col-25, .col-75 {
    width: 100%;
    margin-top: 0;
	text-align: left;
  }
  

  
  #google-chart {display: none;}

.column-33-small {
  float: left;
  width: 48%;
  margin: 5px 5px 5px 0;
  padding: 5px 5px 5px 0;
}

  .sortable-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0;
}

.sortable-table thead, .sortable-table th {display: none;}

 .sortable-table td {
  text-align: left;
  padding: 16px 0;
  border: 0;
  border-bottom: 1px solid #ddd;
}

.sortable-table tr:nth-child(even) {
  background-color: #fff;
}

.mobile-icons {display: inline; float: right;}
.mobile-icons img {width: auto; height: 20px; padding: 1px 5px;}

.box {border:0; padding:10px;}


.mobile-hide {display: none;}

.mobile-col-red {
  display:block;
  float: left;
  width: 48%;
  padding: 5px;
  margin: 1%;
  background: #F65314;
  color:#fff;
  font-size:12px;
  border: 1px #F65314 solid;
  border-radius: 8px;
}

.mobile-col-green {
   display:block;
  float: left;
  width: 48%;
  padding: 5px;
  margin: 1%;
  background: #7CBB00;
  color:#fff;
  font-size:12px;
  border: 1px #7CBB00 solid;
  border-radius: 8px;
}

.mobile-col-orange {
   display:block;
  float: left;
  width: 48%;
  padding: 5px;
  margin: 1%;
  background: #FFBB00;
  color:#fff;
  font-size:12px;
  border: 1px #FFBB00 solid;
  border-radius: 8px;
}

.mobile-col-blue {
   display:block;
  float: left;
  width: 48%;
  padding: 5px;
  margin: 1%;
  background: #00A1F1;
  color:#fff;
  font-size:12px;
  border: 1px #00A1F1 solid;
  border-radius: 8px;
}


.icon-table {display: none;}


.pagination a {
 background-color: #3CB371;
  color: #fff;
}

.pagination a.active {
 background-color: #3CB371;
  color: #fff;
}

.pagination a:hover:not(.active) { background-color: #3CB371;
  color: #fff;}




.popup-modal {width: 80%;}



  
  .form-container {
  width:100%;
  padding: 5px 0;
}
  
  .cancel-button {
    display: block;
	margin: 0 auto;
	text-align: center;
	}
	
	input[type=text].small-input {display: inline; width:29%;}
    input[type=text].third {display: block; width:100%;}

  
  .contact-form, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
  
  
  
}


/* Style the container/contact section */
.footer { display: none;}

}



@media screen and (max-width: 1000px) {
  .column-66,
  .column-33 {
    width: 100%;
    text-align: center;
  }
  img {
    margin: auto;
  }
}


@media screen and (max-width: 600px) {
  
  
  
  .bottombar {
  display: block;
  overflow: hidden;
  background-color: #4CAF50;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}

.bottombar a {
  float: left;
  width: 20%;
  padding: 12px 20px;
  color: #f2f2f2;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
}


.bottombar a.active {
  background-color: #4CAF50;
  color: white;
}

.mobile-menu {
  display: block;
  overflow: hidden;
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  font-size:30px;cursor:pointer;
  padding: 12px 0;
  }

 
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  .header-right {
    float: none;
  }

    .columns {
        width: 100%;
    }

  .column {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  
  .filter-btn, #myBtn {display:none;}
  
  
  .sort-btn {display: block; cursor:pointer; position: fixed; bottom: 65px; right:10px; z-index:1;}
  .overlay {overflow-y: auto; z-index: 2;}
  .overlay a {font-size: 18px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
  
  
  #myBtn {bottom: -20px;}
  
}
