.header{
    width: 100%;
	 
    background-color: #f1e207 !important;
    height: 60px;
}

.showLeft{
    background-color: #f1e207 !important;
    border:1px solid #f1e207 !important;
    text-shadow: none !important;
    color:#82b3f3 !important;
    padding:10px;
}

.icons li {
    background: none repeat scroll 0 0 #fff;
    height: 7px;
    width: 7px;
    line-height: 0;
    list-style: none outside none;
    margin-right: 15px;
    margin-top: 3px;
    vertical-align: top;
    border-radius:50%;
    pointer-events: none;
}

.btn-left {
    left: 0.4em;
}

.btn-right {
    right: 0.4em;
}

.btn-left, .btn-right {
    position: absolute;
    top: 0.24em;
}

.dropbtn {
    margin-top:1.3em;
    position: relative;background-color: #fff;
    color: #333;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius:3px;
    -webkit-box-shadow: 2px 4px 6px 2px #777; 
    box-shadow: 2px 4px 6px 2px #777;
    cursor: pointer;
    
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #fff;
}

.dropdown {
    padding-top:0;
    position: relative;
    display: inline-block;
    right: 0.4em;
    
}

.dropdown-content {
    padding-top:0;
    display: none;
    position: relative;
    
   
    width: 10em;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    transform:skew(-19deg) ;
    background:#fff;
    margin:0 1em 0.5em 1em;
    
}

.dropdown a:hover {background-color: #f1f1f1}

.show {display:block;}

#containerimg {
    position: absolute; display: none;
    border-radius:1px solid #ccc;
    -webkit-box-shadow: 2px 4px 6px 2px #777; 
    box-shadow: 2px 4px 6px 2px #777;
    z-index:999;
    left: 20%;
    top:30%;
    height:300px;
    width:300px;
    background: #d3d620;
}

@media (max-width: 768px) {
  .dropdown-content {
    width: 100%;
    margin: 0;
  }
  .dropbtn {
    width: 100%;
    font-size: 1em;
  }
}
