.qa-menu{ width: 250px; background: #192933; position: fixed; left: 50%; z-index: 30; margin-left: -900px; }
.qa-menu ul{ display: block; padding: 0; margin:0; padding-bottom: 10px; }
.qa-menu ul li{ width: 100%; display: block; }
.qa-menu ul li strong i{ width: 20px; position: relative; top: -3px; }
.qa-menu ul li strong{ display: block; padding: 10px 20px 0 20px; }
.qa-menu ul li a{ padding: 10px 20px 0 40px; display: block; }
.qa-menu ul li a:hover{ color: #17c4bb; }
.qa-menu ul li a.True{ color: #17c4bb; }
.qa-menu *{ color: #fff; }
.qa-menu .header{ background: #203440; line-height: 50px; padding: 0 20px; font-weight: 700; margin-bottom: 10px; position: relative; transition: all 0.3s ease;}

.qa-menu .ipad-toggler{ position: absolute; top: 0; right: -28px; cursor: pointer; display: none; background: #203440; height: 50px; width: 28px; line-height: 50px; text-align: center; transition: all 0.3s ease;
-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
/*
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
*/
}

@media only screen 
and (max-width : 1810px) {

.qa-menu{
-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}

.qa-menu .ipad-toggler{ display: block; }
.qa-menu{ width: 250px; background: #192933; left: 0; margin-left: -245px; transition: all 0.3s ease; }
.qa-menu.open{ margin-left: 0; transition: all 0.3s ease; }
.qa-menu.open .ipad-toggler{ right: 0; transition: all 0.3s ease;}
.qa-menu.open .ipad-toggler i{-webkit-transform: rotate(-180deg);-moz-transform: rotate(-180deg);-ms-transform: rotate(-180deg);transition: all 0.3s ease;
-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.qa-menu.open .header{
-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
transition: all 0.3s ease;
}


}