/* Bengin dropdown*/
	.btn-dropdown1 {    position: relative; float: left;}
	.content-drop{background: #fff; display: none;    position: absolute;     z-index: 9; }
	.dropdowncontent {    float: left;    width: 100%;    padding: 15px;
	box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    	-moz-box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
/*End dropdown*/

.nav-drop4 {
    width: 300px; padding: 15px;
    background: #fff;
    box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    right: 0px;
    position: absolute;
    float: left;z-index: 9;
}
.btn.btn-open {
    width: 32px;
    background: #f2f2f2;
    height: 32px;
    border-radius: 2px;
}
.btn.btn-close {
    background: #2196F3;
    color: #fff;
    position: absolute;
    z-index: 1;
    margin-top: -32px;
    width: 32px;
    height: 32px;
    border-radius: 2px;
}


.dropdowncontent5 {
	display: none;
    float: left;
    width: 100%;
    padding: 15px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
input, select, textarea {background-color:#fff !important; float: left; width:100%;
 border:solid 1px #e0e0e0; height: 36px; line-height: inherit; 
font-size:14px;   font-family: 'Roboto';  font-weight: 400;   
border-radius: 2px;  -webkit-border-radius: 2px;  -moz-border-radius: 2px; 
outline:none;   margin:0; padding:0 10px; transition: .8s ease; }
input:focus,select:focus,textarea:focus{ border:solid 1px #095088; outline:none; }
input::-ms-clear { display:none;  /*Removes default arrow ie*/; }
textarea { height:100px; padding: 10px; resize:none;  }

select{ padding:0px 25px 0 10px; 
    background:url(../content/images/arow.svg) no-repeat;
    background-position:right center;
    -webkit-appearance:none;  /*Removes default chrome and safari style*/
    -moz-appearance:none;   /*Removes default style Firefox*/
    -o-appearance: none;
    text-overflow:"";   /*Removes default arrow form firefox*/
    appearance:none;  }
  select::-ms-expand { 
    display:none;   /*Removes default arrow ie 10*/;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */    
     filter: alpha(opacity=0);  /* IE 5-7 */     
     opacity:0; /* Good browsers :) */
    }
@media (max-width:800px) {
	
}
@media (max-width: 768px) {

}
@media only screen and (max-width: 640px) { 
	
}
@media (max-width: 480px) {

}
@media (max-width: 360px) {

}
@media (max-width: 320px) {

}