.quick-section {
	display: none;
	position: fixed;
	right:-250px;
	top: 30%;
	-webkit-transform: translateY(-30%);
	-moz-transform: translateY(-30%);
	-ms-transform: translateY(-30%);
	transform: translateY(-30%);
	z-index:21000000008;
	background: #ffffff;
	width: 250px;
  -webkit-border-top-left-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-bottomleft: 8px;
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
min-height: 118px;
-webkit-transition: all 300ms linear;
-moz-transition: all 300ms linear;
-ms-transition: all 300ms linear;
-o-transition: all 300ms linear;
transition: all 300ms linear;
padding-bottom: 16px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.quick-section:hover{
right: 0;
}

@media only screen  and (min-width: 320px) and (max-width: 1024px){
	.quick-section:hover.active{right:0px;} 
	.quick-section:hover{right: -250px;}
}

.quick-section .btn-primary,
.quick-section .btn-primary:hover,
.quick-section .btn-primary:focus{
	border-radius: 15px 15px 0px 0px;
	background: rgb(254, 184, 54);
	font-family: Arial, sans-serif;
	position: absolute;
	left: -94px;
	top: 50%;
	font-weight: 600;
	padding: 6px 20px;
	transform: translateY(-50%) rotate(-90deg);
	outline: none;
	text-transform: uppercase;
	font-size: 13px;
	color: #000;
	text-decoration:none;
	border: 1px solid rgb(254, 184, 54);
	min-width: 157px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 157px;
}

.quick-box li:last-child {
    border: none;
}

.quick-section .btn-primary img{
	width: 15px;
    height: 15px;
    margin: 0px 0px 0px 5px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    transform: rotate(270deg);
	
}

.quick-box {
	list-style: none;
	padding: 0 15px;
	border-radius: 8px 8px 0px 0px;
	overflow:hidden;
	overflow-y: auto;
    max-height:300px;
	min-height:122px;
	margin:16px 0px;
}

.quick-box li {
	border-bottom: 1px solid #E2E1DD;
	padding: 10px 0px;
}
.quick-section li:nth-child(n+6){
  display: none;
}

.quick-box li a {
	color: #0066cc;
	font-weight: 500;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	text-decoration:none;
	    line-height: 1.3;
}

.quick-box li a:hover{text-decoration:underline;}

.quick-box li a span img {
	width: 14px;
	margin-left: 8px;
}

.quick-box .arrow-down {
	text-align: center;
	padding: 5px 0px;
	border-bottom: none;
	background: #e4e4e4;
}

.arrow-down img {
	width: 16px;
  position: relative;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  top: 2px;
}

.quick-section .arrow-down{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #E2E1DD;
  text-align: center;
  padding: 5px 0;
  border-radius: 0px 0px 0px 6px;
-moz-border-radius: 0px 0px 0px 6px;
-webkit-border-radius: 0px 0px 0px 6px;
border: 0px solid #000000;
cursor: pointer;
display:none;

}

.quick-section .arrow-down.active img{
  transform: rotate(180deg);
}
.quick-section{
	display:none;
}