body {
 background-color: #ccc;
}
#click {
	color: #fff;
	width: 90px;
	position: fixed;
	text-align: left;
	top: 330px;
	left: 10px;

}
#click i {
	font-size: 22px;
	display: block;
	color: white;
		 -ms-transform:rotate(-10deg); /* IE 9 */
  -moz-transform:rotate(-10deg); /* Firefox */
  -webkit-transform:rotate(-10deg); /* Safari and Chrome */
  -o-transform:rotate(-10deg); /* Opera */
}
@keyframes MoveUpDown {
  0 {
    bottom: 0px;
  }
  50% {
    bottom: 55px;
  }
  100% {
    bottom: 44px;
  }
}
#click i{
   animation: MoveUpDown 1.2s linear infinite;
  position: absolute;
  left: 10px;
  bottom: 44px;
}

#column-left .sidebar-nav > li > a {
	/* color: #222; */
}
#column-left .sidebar-nav > li > a:hover {
	color: #fff ;
}
 
#column-left .sidebar-nav > li > a:focus  {
		color: #fff ;
}
#header .container{
	position: relative;

}
.container {
	max-width: 1100px;
	min-width: 1000px;
}
.wrapper {
	background-color: #fff;
}
#sidebar-wrapper {
	margin-bottom: 20px;
}
a {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.btn {
  font-weight: 400;
}
.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}
.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}
 #tab-review.tab-page{ background: #f9f9f9 !important; border: 1px solid #fff; margin-top: -1px}
  #tab-comment.tab-page{ background: #f9f9f9 !important; border: 1px solid #fff; margin-top: -1px}
body > section {
  padding: 50px 0;
}
.header-inner {
	margin: 0;
	padding: 0;
}
.area.container {
	padding: 0;
	width: 100%;
	margin: 0;
}
.pagews .row {

}
.navbar-default {
    background-color: transparent;
}
.navbar {
	border: 0;
}

#header a{
	color: #000;
}
#header .dropdown-menu>li>a {
	color: #333;
}
#navbar {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
}
#navbar ul {
     /* margin: 4px 0; */
     padding: 0px;
     margin: 0;
}
 

#title h1 {
  margin: 0;
  font-size: 36px;
  font-weight: 300;
}
.center {
  text-align: center;
}

.img-thumbnail {
  border: 0;
}
.progress,
.progress .bar {
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 30px;
  line-height: 30px;
}
.well {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
}

ul.tag-cloud {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.tag-cloud li {
  display: inline-block;
  margin: 0 0 2px 0;
}
.btn-social {
  border: 0;
  color: #fff;
  border-radius: 100%;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0;
}
.navbar-logo {
   margin-bottom: 20px;
   display: inline-block;
  font-size: 30px;
  line-height:60px;
  font-weight: 700;
}
nav{
	text-align: center;
	position: relative;    
	z-index: 95;

}
.navbar {
	min-height: 0;
	margin: 0;
}
.navbar-default {
    border-color: transparent;
}
.navbar-default .navbar-nav {
  margin-top: 0px;
}

.navbar-default .navbar-nav .dropdown-menu {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  padding: 0;
  margin-top: -3px;
}
.navbar-default .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
}
.navbar-default .navbar-nav .dropdown-menu > li:hover > a,
.navbar-default .navbar-nav .dropdown-menu > li:focus > a,
.navbar-default .navbar-nav .dropdown-menu > li.active > a {
  background-color: rgba(0, 0, 0, 0.3);
}
.navbar-default .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}
.navbar-default .navbar-nav .dropdown-menu > li.divider {
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-top: 0;
}

.level a.ui span{
	display: inline-block;
	font-size: 14px;
	margin: 0px 0px;
	line-height: 50px;
	padding: 0px 15px;
	font-weight: 700;
}

.list-cat ul li:last-child a.ui{
		margin-right: 0px;
}
.list-cat ul li a.ui{
		margin-right: 0px;
}
.level a:hover.ui {
	border-top: none !important;

}
.level {
	opacity: 1;
 -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
}
.level:hover {
	opacity: 1;
}
.level:hover a.ui {
	background: rgba(0,0,0,0.3);
	opacity: 1;
}
.list-cat ul {
    margin: 0;
    padding: 0;
}
.list-cat > ul > li > a{
   display: inline-block;
   margin: 0px;
   padding: 0px;
   list-style: none;
      text-transform: uppercase;
      position: relative;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0;
      filter: none;   
      letter-spacing: -0.05em;
}
.list-cat > ul > li:first-child > a{
	border-left: 0px solid rgba(0,0,0,0.33);
	margin-left: 0px;
}
.list-cat > ul > li:last-child > a{
	
}
 .list-cat > ul > li {
 	 	display: inline-block; 
 	margin: 0;
 
 }
 
.level .mega-menu {
      border-top: 0px solid #222; 
     border-bottom: 4px solid rgba(0,0,0,0.7); 
     position: absolute;
     margin-top: 0px !important;
     left: 15px;
     padding: 10px;
     right: 15px;
     background: rgba(255,255,255,0.97);
     z-index: 9999999999; 
}
.mega-menu .area {
    padding: 10px;

}
.mega-menu-column ul li {
	padding: 0 !important;
	margin: 0 !important;
	line-height: 18px;
}
.mega-menu-column ul li a {
	font-size: 12px !important;
}
.mega-menu .area > p {
	margin-bottom: 0;
}
.mega-menu-column.nav-header {
	width: 220px;
	text-align: left;	
	line-height: 34px;
		font-weight: 700;
	float: left;
	font-size: 14px !important;
	padding: 0px 0 14px;
}
.mega-menu-column.nav-header li {
	display: block;
	
}
#header .mega-menu-column.nav-header a{
	   color: #555;
}
.mega-menu-column.nav-header ul li a {
	text-transform: capitalize;
	font-weight: 400;
	font-size: 13px !important;
	line-height: 1.6;

}
.bannerx {
	margin-top: 30px;
	margin-left: -6px;
	margin-right: -6px;
}
.grid-banner {
  -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  width: 33.33333333333333%;
 padding: 6px 6px;
 
}
.grid-banner .titler {
	padding: 5px 10px;
}

.head {
clear: both;
   display: block;
   margin: 0;
   font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      opacity: 1;
}
.mb20 {
	margin-bottom: 20px;
}
#wishlist-trigger.open {
	background-color: #ccc;
	padding: 0px 8px;
	margin-left: 11px;
	margin-top: 0px;
	margin-bottom: -4px;
	margin-right: -8px;
	border-radius: 20px;
} 
#chart-trigger.open {
	background-color: #ccc;
	padding: 0px 8px;
	margin-left: 11px;
	margin-top: 0px;
	margin-bottom: -4px;
	margin-right: -8px;
	border-radius: 20px;
}

#bottom .widget .head.mb20 {
	 margin: 0 0 15px 0;
	padding: 0px;
	line-height: 30px;
	letter-spacing: -1px;	
}

#bottom .widget .head.mb20 span {
	margin: 0;
	padding: 0;
    display: block;
 	line-height: 100%;
 	border-bottom: 0;
}

#bottom .head span {
	border-bottom: 0px solid;
}
.head small {
	background-color: #222 ;
	text-transform: uppercase;
	margin: 0px 8px 0px 0px!important;
	display: none;
 width: 8px;
 float: left;
  height: 30px;	
  opacity: 0.4;
}
.head small a{

}
.head small a:hover{

}
.slide {
	margin-top: 15px;

}
.bx-wrapper {
	overflow: hidden;
}

.bx-controls-direction .bx-prev {
	 left: -48px !important; 
	 position: absolute;
}
.bx-controls-direction .bx-next {
	 right: -48px !important;
  position: absolute !important;
	 
}
.slide:hover .bx-controls-direction .bx-prev  {
	 left: 10px !important; 
}
.slide:hover .bx-controls-direction .bx-next  {
	 right: 10px !important; 
}
.product-thumb.slick-slide {
	border: 0px solid #ddd;
	min-height: 350px;
}
.product-thumb.slick-slide img{
	padding: 6px !important;
	background-color: #fff;
}

.blog-tags a {
	display: inline-block;
	margin: 2px 0;
	border-radius: 0;
}
#sidebar.sidebar {
	position: absolute;
	text-align: left;
	left: 0;
	margin-top: 0;
	overflow-y: hidden;
	padding-top: 50px;
  margin-bottom: -5000px; /* any large number will do */
  padding-bottom: 5000px;
 
}

#menu-trigger {
   float: left;
    margin-right: 20px;
   background-color: #000;
  cursor: pointer;
 list-style: none;
 margin-top: 16px;
 padding: 0;	
 border-radius: 4px;
  z-index: 99;
  position: relative;
}
.fly-right {
	position: absolute;
   margin: 16px 0;
   right: 0;
   top: 0;
   list-style: none;
  cursor: pointer;
  z-index: 9999;
  color: #fff;
}
.fly-right > ul {
	margin: 0;
	padding: 0;
}
.fly-right > ul > li {
	display: inline-block;
	list-style: none;	
	float: left;
	margin-left: 16px;
}
.fly-right > ul > li > a {
	font-size: 18px;
	line-height: 34px;

}
.fly-right span.count {
	margin-top: 0px; 
	font-size: 13px !important; 
	line-height: 28px; 
	text-align: center;  
	width: 28px; 
	height: 28px;
	padding: 0;
	margin: 0;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-khtml-border-radius: 50px;
} 
.line-wrap {

  display: inline-block;
  width: 18px;
  height: 18px;
  list-style: none;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  margin: 10px 10px 0;

}

.line-wrap .line {
  width: 18px;  
  margin-top: 0px;
  list-style: none;
  background-color: #fff;
  height: 2px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.line-wrap .line.center {
  margin: 3px 0;
}

.open .line-wrap {
  display: inline-block;
  width: 18px;
  height: 18px;
  padding: 6px 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.open .line-wrap .line.top {
  width: 12px;
  transform: translateX(8px) translateY(1px) rotate(45deg);
  -webkit-transform: translateX(8px) translateY(1px) rotate(45deg);
}

.open .line-wrap .line.bottom {
  width: 12px;
  transform: translateX(8px) translateY(-1px) rotate(-45deg);
  -webkit-transform: translateX(8px) translateY(-1px) rotate(-45deg);
}
 

.fuel {
	float: left;
    margin-top:-40px; 
}
.fuel img {
	 margin: 0;
	 padding: 0;
	 float: left;
}
.fuel ul {
	margin: 0;
	padding: 0;	
	overflow: hidden;
}
.fuel ul li:first-child {
	width: 100%;
}
.fuel ul li {
	width: 50%; 
	list-style: none;
	margin: 0;
	float: left;
	padding: 0;
	position: relative;
	z-index: 0;
}
.fuel ul li a {
	margin: 0;
	padding: 0;
}
.fuel .titler {
	position: absolute;
	font-size: 24px;
	font-weight: 700;
	z-index: 9999;
}
.navlist {
	position: fixed;
	right: 8px;
	top: 50%;
	z-index: 999;
}
.navlist ul {
	margin: 0;
	padding: 0;
}
.navlist ul li {
	list-style: none;
}
.navlist ul li a {
	padding: 0px;
   color: transparent;
   display:  block;
   width: 10px;
   height: 10px;
   opacity: 0.5;
   margin: 10px 0;
	background: url(../css/images/slidot.png) top center no-repeat;
}
.navlist ul li a:hover {
   opacity: 1;
}
.navlist ul li a.selected {
	color: #fff;
	background: #555;
}
.icon-lg {
  font-size: 48px;
  height: 108px;
  width: 108px;
  line-height: 108px;
  color: #fff;
  margin: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: inline-block !important;
  border-radius: 100%;
}
.icon-md {
  font-size: 36px;
  height: 68px;
  width: 68px;
  line-height: 68px;
  color: #fff;
  margin-right: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: block;
  border-radius: 50%;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}

.row > div {
  margin-bottom: 10px;
}
.box .head { 
    display: inline-block;
    line-height: 32px; 
	letter-spacing: -0.5px;
    margin-bottom: 10px !important;
    margin-top: 0px;
}
 
#column-left + .box{
    margin-left: 230px;
}
#column-left .box .head{
    padding: 0 20px 0 40px;
    margin-bottom: 0px;
}
 
#bottom .head {
	color: #fff;
}
#bottom {
	margin-left: -15px;
	margin-right: -15px;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  color: #333;
}
#bottom div {
	z-index: 1;
}
#bottom a {
	color: #000;
}
#bottom .varian {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0;
	left: 0;
	z-index: 0;
	display: block;
}
.listcolor {
	height: 4px;
}
.listcolor ul {
	margin: 0;
	padding: 0;
}
.listcolor ul li {
	float: left;
	width: 20%;
	height: 4px;
	list-style: none;
}

#overlay.over {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 994;
}
#bottom h4 {
  margin-top: 0;
  margin-bottom: 15px;
}
#bottom .media-heading {
  display: block;
  font-weight: 400;
}

#socialer li a {
  display: inline-block;
}
#footer {
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer a{
	color: #222;
}
#footer .label  {
	background-color: #222;
	color: #fff;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .powered {
	margin-bottom: 15px;
}
#footer .powered ul li {
  display: inline-block;
  margin: 3px 0;
  text-align: center;
  padding: 0 10px;
}
#footer .powered ul li:first-child {
	border-left: 0px;
}
ul.social {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: inline-block;
}
ul.social > li {
  display: inline-block;
  margin: 0 5px;
}
ul.social > li > a {
  font-size: 24px;
}
.btn.btn-default {
	background-color: #222;
	color: #fff;
}
.btn {
		border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border: 0;
}
.merk {
	margin-left: -4px;
	margin-right: -4px;
}
.merk a {
	padding: 4px 6px;
	margin: 4px;
	display: inline-block;
	float: left;
}
.merk a:hover {
	opacity: 1 !important;
}
.newsticker .pointer {
	line-height: 25px;
}
.newshead {
	background-color: orange;
	padding: 4px 10px;
	color: #fff;
	margin: 0;
}
.google_plusone_iframe_widget {

}
.addthis_toolbox {
	clear: both;
	display: inline-block;
	margin: 0px;
}
.addthis_toolbox a {
	padding: 5px 10px;
	color: #fff;
	font-size: 13px;
		display: inline-block;
    -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease;
}
.saddthis_toolbox a {
  width: 30px !important;
  height: 30px;
  text-align: center;
  line-height: 30px !important;
	padding: 0px 0px;
	border-radius: 50%;
	color: #fff;
	font-size: 13px;
		display: inline-block;
    -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease;
}
.addthis_button_facebook {
	background: #3b5998;
}
.addthis_button_facebook:hover {
	color: #3b5998;
	background: #ddd;
}
.addthis_button_twitter {
	background: #00aced ;
}
.addthis_button_twitter:hover {
	color: #00aced;
	background: #ddd;
}
.addthis_button_google_plusone {
	background: #dd4b39 ;
		display: inline-block;
		height: 26px;
		width: 80px !important;
		margin-top: 0px;
		margin-right: 4px;
		float: left;
}
.addthis_button_google_plusone:hover {
	color: #dd4b39;
	background: #fff;
}
.addthis_button_linkedin {
	background: #007bb6 ;
}
.addthis_button_linkedin:hover {
	color: #007bb6;
	background: #ddd;
}
.addthis_button_print {
	background: #45668e;
}
.addthis_button_print:hover {
	color: #45668e;
	background: #ddd;
}

/*  Back-to-top */
#back-to-top {
    display:none;
    position:fixed;
    bottom:55px;
    right:15px;
    height:40px;
    width:40px;
    cursor:pointer;
    background:#000000;
    line-height:1em;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    background-image:url(../images/triangle.png);
    background-position: 12px 16px;
    background-repeat:no-repeat;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity:0.5;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#back-to-top:hover {
    background-color:#da5151;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity:0.8;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.box-border {
  padding: 15px;
}
.accordion-group {
  background-color: #fff;
  border-top: 1px solid #f0f0f0;
}
.accordion-heading .accordion-toggle {
  color: #666;
  font-weight: 700;
}
.accordion-inner {
  border-top: 0;
}
.blog .blog-item {
  background-color: rgba(255,255,255,0.1);
  margin-bottom: 20px;
  overflow: hidden;
}
.blog .blog-item .img-blog {
  width: 100%;
}
.blog .blog-item .blog-content {
  padding: 10px 0;
}
.blog .blog-item h3 {
  margin-top: 15px;
}
.blog .blog-item .entry-meta {
  margin-bottom: 20px;
}
.blog .blog-item .entry-meta > span {
  display: inline-block;
  color: #999;
  margin-right: 10px;
  font-size: 12px;
}
.blog .blog-item .entry-meta > span a {
  color: #999;
}
ul.pagination > li > a {
  border: 0;
}

textarea#message {
  padding: 10px 15px;
  height: 219px;
}
.widget {
  margin-bottom: 30px;
}
.menulist li{
	display: block;
	margin: 0px 0 6px;
}
.menulist li .fa{
	margin-right: 5px;
}
ul.gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.gallery li {
  display: block;
  width: 60px;
  padding: 0;
  margin: 0 4px 4px 0;
  float: left;
}
ul.faq {
  list-style: none;
  margin: 0;
}
ul.faq li {
  margin-top: 30px;
}
ul.faq li:first-child {
  margin-top: 0;
}
ul.faq li span.number {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #34495e;
  color: #fff;
  font-size: 24px;
}
ul.faq li > div {
  margin-left: 70px;
}
ul.faq li > div h3 {
  margin-top: 0;
}
#error {
  text-align: center;
  margin-top: 150px;
  margin-bottom: 150px;
}
.sidebar-nav {
    top: 0;
    text-align: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav > li > a{
    position: relative; 
    line-height: 20px;
    display: inline-block;
    color: #fff;
    margin: 2px 0;
}
 
.sidebar-nav > li:hover:before,
.sidebar-nav > li.open:hover:before {

    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}
.sidebar-nav li a span,
.sidebar-nav .dropdown-toggle
{
      color: #fff;
     font-size: 14px;
     font-weight: 700;   

}
.sidebar-nav .dropdown-toggle{
	 color: #fff;
}
.sidebar-nav > li a {
    display: inline-block;
    font-weight: 700;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding: 6px 10px 6px 10px;
}
.sidebar-nav > li > ul > li a{
	padding:  6px 0px 0px;
	list-style: none;
	margin: 0;
	line-height: 1.4;
}
 
.sidebar-nav > li > ul > li > ul  {
    list-style: none;
     margin: 0;
      padding: 0px;
}
.sidebar-nav > li > ul > li > ul > li {
    margin: 0;
    padding: 0px 22px;
}
.sidebar-nav > li > ul > li > ul > li a {
	 padding: 0px 0px;
}
 
.sidebar-nav .dropdown-toggle:focus,
.sidebar-nav .dropdown-toggle:active {
	 
}

.sidebar-nav li a:hover,
.sidebar-nav li.open a:hover
{
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}
.sidebar-nav .dropdown-menu > li > a {
	color: #fff;
	font-size: 12px;
	padding-left: 10px;
}
.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px;
}
.sidebar-nav .dropdown-menu {
    position: relative;
   padding: 8px;
    margin-left: 0px;
    border-radius: 0;
    border: none;
    box-shadow: none;

}

#sidebar-wrapper img {
	display: none;
}
#sidebar-wrapper p {
	display: none;
}
.hamburger {
  z-index: 999;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 15px;
  background: transparent;
  border: none;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-closed .hamb-top { 
  top: 5px; 
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;  
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.box.categsw {
	 margin-top: 0px;
}
.noborder.table>tbody>tr>td {
	border: 0;
}
    #colorstrip {
        overflow: hidden;
        position: relative;
        height: 3px;
        width: 100%
    }
#orda {
	position: fixed;
	box-shadow: 0 0 8px #000;
	left: 0;
	top:100px;
	height: 180px;	
	max-width: 268px;
	margin-left: 0px;
	margin-bottom: 0px;
	z-index: 999999999;
}
 
#getpanel {
	float: left;
 	padding: 10px;
	height: 180px;
    background-color: #eee;
	z-index: 1000;
 	width: 228px;
	margin: 0;
	background-clip: 'padding-box';
	border: 1px solid rgba(0,0,0,.2);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

#bgp i.fa-circle-o-notch {
	width: 29px;
	height: 31px;
   font-size: 30px;
	margin: 0;
	padding: 0;
}
#bgp i.fa-cog {
	font-size: 21px;
	width: 36px;
	height: 30px;
	line-height: 30px;
  -webkit-animation: load5 2s infinite linear;
  animation: load5 2s infinite linear;
	
}
#bgp {
	float: right;
    height: 40px;
    position: relative;
    z-index: 99999999999;
    width: 180px;
	cursor: pointer;
	text-align: center;
 -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
    margin-top: 70px;
	margin-left: -71px;
	margin-right: -78px;
	padding-top: 5px;
	-moz-border-radius: 3px 3px 0px 0;
	-webkit-border-radius: 3px 3px 0px 0;
	border-radius: 3px 3px 0px 0;
	opacity: 1;

}  

#bgp i.fa-circle-o-notch {
  font-size: 10px;
  margin: 0px auto;
  text-indent: -9999em;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 2s infinite linear;
  animation: load3 2s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
#bgp i.fa-circle-o-notch:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
#bgp i.fa-circle-o-notch:after {
  background: #d9534f;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes load5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
} 
@keyframes load5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}


