 /*
 * Sticklr v1.2
 * Sticky Side Panel CSS + jQuery Plugin
 *
 * Copyright 2011 amatyr4n
 * http://codecanyon.net/user/amatyr4n
 *
 * licensed under Envato licenses
 * http://wiki.envato.com/support/legal-terms/licensing-terms/
 */
 
.sticklr, 
.sticklr * {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: Helvetica, Ubuntu, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    vertical-align: baseline;
}

.sticklr, 
.sticklr > li > ul {
    list-style-type: none;
}

.sticklr {
   position: fixed;
    top: 100%;
    right: 10px;
    width: 34px;
    overflow: visible;
    z-index: 90;

}

.sticklr-right {
    left: auto;
    right: 0;
    border-right: none;

}

.sticklr > li {
    position: relative;
}

.sticklr > li > a {
    display: block;
    width: 34px;
    height: 261px;
 
   
}

.sticklr > li {
	height: 25px;
}

.sticklr > li:first-child {

}

.sticklr > li:last-child {

}


.sticklr > li > ul {
    display: none;
    position: absolute;
    left: -180px;
    top: -2px;
    width: 180px;
    overflow: hidden;
    background-color: #f7f7f7; border: solid 1px #0f5a9d;



}

.sticklr-right > li > ul {
    left: auto;
    right: 25px;
}

.sticklr > li > ul:nth-child(3) {
    left: 206px; /* (180px * 1) + 26px */
}

.sticklr > li > ul:nth-child(4) {
    left: 387px; /* (180px * 2) + 27px */
}

.sticklr > li > ul:nth-child(5) {
    left: 568px; /* (180px * 3) + 28px */
}

.sticklr > li > ul:nth-child(6) {
    left: 749px; /* (180px * 4) + 29px */
}

.sticklr > li > ul:nth-child(7) {
    left: 930px; /* (180px * 5) + 30px */
}

.sticklr-right > li > ul:nth-child(3) {
    left: auto;
    right: 206px;
}

.sticklr-right > li > ul:nth-child(4) {
    left: auto;
    right: 387px;
}

.sticklr-right > li > ul:nth-child(5) {
    left: auto;
    right: 568px;
}

.sticklr-right > li > ul:nth-child(6) {
    left: auto;
    right: 749px;
}

.sticklr-right > li > ul:nth-child(7) {
    left: auto;
    right: 930px;
}

.sticklr > li:hover > ul {
    display: block;
}

.sticklr.sticklr-js > li:hover > ul {
    display: none;
}

.sticklr > li > ul > li {

    min-width: 180px;

    /* <ie7 css fallback */
	border: none !ie;
}

.sticklr > li > ul > li:first-child {
    border-top: 1px solid #f7f7f7;
}

.sticklr > li > ul > li:last-child {
    border-bottom: 1px solid #f7f7f7;
}

.sticklr > li > ul > li:hover {
    border-top: 1px solid transparent;
}

.sticklr > li > ul > li > a {
    display: block;
    padding: 8px 10px 8px 12px;
    background-color: #f0f0f0;
    background-color: rgba(240, 240, 240, 0.1);
    background-position: 10px;
    background-repeat: no-repeat;
    color: #065ba7;
    min-height: 20px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #fff;
    white-space: nowrap;  
}

.sticklr > li > ul > li > a:hover {
    display: block;
    padding: 8px 10px 8px 12px;
    background-color: #f0f0f0;
    background-color: rgba(240, 240, 240, 0.1);
    background-position: 10px;
    background-repeat: no-repeat;
    color: #555;
    min-height: 20px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #fff;
    white-space: nowrap;  
}

.cs{background:url(images/customer-support-img.png) no-repeat; float:left; width:24px; height:18px;}
.cs:hover{ background:url(images/customer-support-img2.png) no-repeat;}

.ts{background:url(images/technical-support-img.png) no-repeat; float:left; width:24px; height:18px;}
.ts:hover{ background:url(images/technical-support-img2.png) no-repeat;}

.pq{ background:url(images/product-query-img.png) no-repeat; float:left; width:24px; height:18px;}
.pq:hover{ background:url(images/product-query-img2.png) no-repeat;}

.rs{ background:url(images/reach-us-img.png) no-repeat; float:left; width:24px; height:18px;}
.rs:hover{ background:url(images/reach-us-img2.png) no-repeat;}

.sticklr > li > ul > li > a:hover {
    background-color: #f4f4f4;
}

.sticklr > li > ul > li.sticklr-title {
    background-color: #ccc;  

}

.sticklr > li > ul > li.sticklr-title > a {
    padding-left:0px;
    background-color: #e6e6e6;
    background-color: rgba(240, 240, 240, 0.1);
    cursor: default;
    font-weight: bold; 
}

.sticklr > li > ul > li.sticklr-title > a:hover {
    background-color: #e6e6e6;
    background-color: rgba(240, 240, 240, 0.1);
}

.sticklr > li > ul > li > table {
	border-collapse:collapse;
	border-spacing: 0;
}

.sticklr > li > ul > li > form {
    padding: 8px 10px;
}

.sticklr > li > ul > li input,
.sticklr > li > ul > li select, 
.sticklr > li > ul > li textarea,
.sticklr > li > ul > li button  {
    margin: 4px 0;
    padding: 4px;
}

.sticklr > li > ul > li input[type="text"],
.sticklr > li > ul > li input[type="password"],
.sticklr > li > ul > li textarea {
    border: 1px solid #ccc;
    box-shadow: inset 0 0 3px #ccc;
    -moz-box-shadow: inset 0 0 3px #ccc;
    -webkit-box-shadow: inset 0 0 3px #ccc;
    min-width: 150px;
    width: auto;
}

.sticklr > li > ul > li input[type="submit"] {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    box-shadow: 0 0 3px #ccc;
    -moz-box-shadow: 0 0 3px #ccc;
    -webkit-box-shadow: 0 0 3px #ccc;
}

.sticklr-arrow {
    position: absolute;
    left: 25px;
    top: 8px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;

    border-right: none;
}

.sticklr-right .sticklr-arrow {
    left: auto;
    right: 25px;
    border-right: 5px solid #b7b7b7;
    border-left: none;
}

 /*
 * Sticklr v1.2
 * Sticky Side Panel CSS + jQuery Plugin
 *
 * Copyright 2011 amatyr4n
 * http://codecanyon.net/user/amatyr4n
 *
 * licensed under Envato licenses
 * http://wiki.envato.com/support/legal-terms/licensing-terms/
 */
 
.sticklr, 
.sticklr * {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: Helvetica, Ubuntu, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    vertical-align: baseline; 
}

.sticklr, 
.sticklr > li > ul {
    list-style-type: none;
}

.sticklr {

    position: fixed;
    top: 27%;
    right: 10px;
    width: 25px;
    overflow: visible;
    z-index: 90;
	
	/* all ie css fallback */
	top: 0\9;
	/* <ie7 css fallback */

}

.sticklr-right {
    left: auto;
    right: 0;
    border-right: none;

}

.sticklr > li {
    position: relative;
}

.sticklr > li > a {
display: block;
width: 55px;
height: 280px;
position: absolute;
right: -18px;
top: -26px;
}

.sticklr > li {
	height: 25px;
}

.sticklr > li:first-child {

}

.sticklr > li:last-child {

}


.sticklr > li > ul {
    display: none;
    position: absolute;
    left: -180px;
    top: 20px;
    width: 180px;
    overflow: hidden;
    background-color: #f7f7f7;



}



.icon-login {
    background-image: url('images/side-bar2.png');
}


@media (max-width:979px) {
	.sticklr > li > a {
display: none;
width: 55px;
height: 280px;
position: absolute;
right: -16px; top:-50px;
}
.gap{ margin-top:10px;}
	}


