// CSS Document
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src:url(../fonts/montserrat/400.woff2);
  }
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src:url(../fonts/montserrat/700.woff2);
  }
@font-face {
  font-family: 'Questrial';
  font-style: normal;
  font-weight: 400;
  src:url(../fonts/questrial/400.woff2);
  }
@font-face {
  font-family: 'Niconne';
  font-style: normal;
  font-weight: 400;
  src:url(../fonts/niconne/400.woff2)
  }
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src:url(../fonts/lora/400.woff2)
  }
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  src:url(../fonts/lora/700.woff2)
  }
@font-face {
  font-family: 'Open sans';
  font-style: normal;
  font-weight: 300;
  src:url(../fonts/open-sans/300.woff2);
  }
@font-face {
  font-family: 'Open sans';
  font-style: normal;
  font-weight: 400;
  src:url(../fonts/open-sans/400.woff2);
  }
@font-face {
  font-family: 'Open sans';
  font-style: normal;
  font-weight: 600;
  src:url(../fonts/open-sans/600.woff2);
  }
@font-face {
  font-family: 'Open sans';
  font-style: normal;
  font-weight: 700;
  src:url(../fonts/open-sans/700.woff2);
  }
@font-face {
  font-family: 'Open sans';
  font-style: normal;
  font-weight: 800;
  src:url(../fonts/open-sans/800.woff2);
  }
@font-face {
  font-family: 'Open sans';
  font-style: italic;
  font-weight: 300;
  src:url(../fonts/open-sans/300-italic.woff2);
  }
@font-face {
  font-family: 'Open sans';
  font-style: italic;
  font-weight: 400;
  src:url(../fonts/open-sans/400-italic.woff2);
  }
@font-face {
  font-family: 'Open sans';
  font-style: italic;
  font-weight: 600;
  src:url(../fonts/open-sans/600-italic.woff2);
  }
@font-face {
  font-family: 'Open sans';
  font-style: italic;
  font-weight: 700;
  src:url(../fonts/open-sans/700-italic.woff2);
  }
@font-face {
  font-family: 'Open sans';
  font-style: italic;
  font-weight: 800;
  src:url(../fonts/open-sans/800-italic.woff2);
  }






* {
	padding:0;
	margin:0;
}

a:hover { color:#f26822 !important;}

body {
	color:#171717;
	background:#fff;
}
.wrapper {
	//width:100%;
	padding-left:305px;
	
}
.work-hour {
    border-top: 1px solid #e5e5e5;
    margin-top: 25px;
    border-bottom: 1px solid #e5e5e5;
	text-align:justify;
	font-family: 'Questrial';
}
.work-hour h2 {
	margin-top:10px;
	margin-bottom:10px;
	font-family: 'Questrial';
}
.work-hour p {
	margin:0 !important;
	font-family: 'Questrial';
}

.work-hour .table td {
	border:0;
	padding-left:20px;
	font-family: 'Questrial';
}

.menu {
  left: 0;
  position: absolute;
  width: 318px;
}
.ad-box {
    text-align: -webkit-center;
    background-color: #eee;
    padding: 10px 0;
    margin-top: 20px;
}
.book .fa-angle-right {position:absolute;	border-left: 1px solid #fff;}
.menu .navbar .nav {
	text-align:left;
}
.mobile-menu { 
	list-style:none;
    margin-left: 0px;
    padding: 15px 2px;
	display:none;
}
.mobile-logo {
	padding:20px 0;
	width:100%;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: -o-center;
    text-align: -ms-center;
	display:none;
}
/*.mobile-menu li a {
	 background-color: #333;
	text-transform:uppercase;
    display: block;
    padding: 5px;
    padding-left: 10px;
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
	color:#fff;
    border-bottom: 1px solid #fff;
}
.mobile-menu li a:hover { text-decoration:none;}
.mobile-menu li button span {
    background-color: #333;
	width:30px;
	height:3px;
	display:block;
	margin:3px;
}
.menu .navbar .nav > li {
    float: none;
}
.mobile-menu li a span {
  float: right;
}
*/
.ad-box li {
  background-image: url("http://ebay.rasurx.de/images/sidebar/list_element.png");
  background-repeat: no-repeat;
  line-height: 32px;
  list-style: outside none none;
  margin-left: 22px;
  font-family: 'Questrial';
  padding-bottom: 5px;
  padding-left: 40px;
}
.ad-box {
  background-color: #f4f6f8;
  border-top: 1px solid #f26822;
  font-family: 'Questrial';
  font-size: 15px;
  margin-top: 20px;
  padding: 15px 15px 15px 25px;
  text-align: left;
}

.ad-box h2 	{
  font-family: 'Questrial';
}

.ad-box p 	{
  font-family: 'Questrial';
  text-align: justify;
}

.ad-box ul {
  text-align: left;
}
.social-media .fa {
    padding: 10px;
	margin-top:25px;
	font-size:22px;
	color:#fff;
    margin-left: 7px;
	transition:0.3s all;
}
.social-media .fa:hover {
	background:#f26822 !important;
}
.social-media {
    margin-left: 75px;
}
.book {
    margin-top: 30px;
    text-align: -webkit-center;
	text-align: -moz-center;
	text-align: -o-center;
	text-align: -ms-center;
}
.book a {
	font-family: 'Questrial', sans-serif;
    color: #fff;
}
.book a .text {font-family: 'Questrial', sans-serif;}
.book a .fa{
	background:#f26822;
	padding: 12px;
}
.book a:hover > .fa { background:#f05e15 !important; color:#fff;}
.menu .navbar .nav > li {
	border-top:1px solid #e5e5e5;
}
.menu .navbar {
  margin-top: 14px;
}
/*.menu .navbar .nav > li > a {
	padding: 8px;
	width:306px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
    border-radius: 0;
}
.navbar .active {
	border-right:4px solid #f26822;
}
.menu .navbar .nav > li:last-of-type {
	    border-bottom: 1px solid #e5e5e5;
		padding-bottom:2px;
}
.navbar ul li a span {
  float: right;
}
.navbar ul li .dropdowns {
  position: relative;
  float: inherit;
  border-radius: 0;
  border: 0;
}
.dropdowns { text-align: left; list-style: none;}
.dropdowns a {
  display: block;
  color: #666;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  padding: 4px;
  padding-left: 15px;
  transition:.2s all;
}
.dropdowns a:hover {
  text-decoration: none;
}
.navbar ul li ul { display: none;}
.down ul {
  display: block;
}
*/
.logo {
    margin-top: 15px;
    text-align: -webkit-center;
	text-align: -moz-center;
	text-align: -o-center;
	text-align: -ms-center;
}
.img {
	text-align:center;
	margin-top:20px;
}
.img img {
	width:150px;
}
.menu .nav {
    margin: 20px 0 0 0 !important;
}
.main-wrapper {border-left:2px solid #f2f2f2;margin-left:27px;}

.menu form {
    text-align: -webkit-center;
	text-align: -moz-center;
	text-align: -o-center;
	text-align: -ms-center;
    margin: 15px 0 -15px;
	background-color: #f4f6f8;
    padding-top: 10px;
}
.menu form input {
	    padding: 15px 10px;
}
.menu form button {
    margin-bottom: 10px;
    padding: 10px;
    border: none;
    background-color: rgba(0,0,0,0);
    margin-left: -38px;
    color: #f36823;
}
.slide-show .carousel-control.right, .slide-show .carousel-control.left {
	    background-image: none !important;
		font-size:30px;
}
.slide-show .carousel-control {
    background-color: #222;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 54px;
    margin: 0 40px;
}
.slide-show .carousel-caption {
	background:rgba(0,0,0,0.6);
}
.slide-show h2 {
    font-size: 45px;
}
.slide-show .carousel-indicators {
	left:inherit;
	width:auto;
	right:50px;
}
.slide-show .carousel-indicators .active {
    background-color: #f26822;
    border: 2px solid #f26822;
}
.slide-show .carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 2px;
    border: 2px solid #fff;
    border-radius: 10px;
}

.over-flow-hide {
	overflow:hidden;
}
.content {padding: 15px; font-family: 'Questrial', sans-serif;}
.feature h4 {
    letter-spacing: 4px;
    font-size: 13px;
    margin-bottom: 16px;
	text-transform:uppercase;
}
.feature h2 {
	font-family: 'Lora', serif;
	line-height:50px;
	font-size:46px;
    padding-bottom: 15px;
}
.feature p {
	margin-top:20px;
	font-size:16px;
	line-height:26px;
}
.feature hr {
	border-top: 1px solid #f26822;
    width: 100px;
}
.col-md-4 .box img {
	width:100%;
}
.no-padding {
	padding:0 !important;
	margin-left:0 !important;
}
.no-margin { margin:0 !important;}
.no-padding .col-md-8 {
	padding:0 !important;}
.feature {
	padding:0 15px;
}
.margin-top {
	margin-top:25px;
}
.feature .book {
	margin-top:5px;
}
.no-padding .book { margin-top:12px; margin-bottom:15px;}
.avail {
	background:#f4f6f8;
	padding:200px;
	margin:30px 0;
    padding: 60px 15px;
}
.avail .feature {text-align:center;}
.avail .row { margin-left:0 !important;}
.avail .feature hr {text-align:center; margin:auto;}
.bg-1 { background:url(../images/room13.jpg) no-repeat center top; padding:200px 20px 40px;
background-origin: padding-box;
background-size: cover; }
.inner-box {
    background: #fff;
    padding: 10px;
    box-shadow: 1px 1px 10px 0 #ccc;
}
.inner-box .feature h2 {font-size:26px;}
.border {border: 1px solid rgb(235, 238, 241);}
.border .feature {
    padding: 36px;
}
.border .feature img {    padding: 8px;
    box-shadow: 1px 1px 15px 0 #ccc; transform:scale(0.95); transition:.5s all;}
.border .feature img:hover {transform:scale(1);}
.rate, .cart {
	padding:6px;
}
.rate h3 { font-size:14px; line-height:0; font-weight:bold;}
.rate .fa {color:#f9bf3b;}
.cart .fa-2x { color:#b0b0b0;}
.col-md-5 .feature h2 { font-size:30px;}
.col-md-5 .feature {text-align:center;}
.col-md-5 .feature hr {margin:auto;}
.box img { width:100%;}
.row.carousel-indicators img {border:3px solid #fff;}
.col-md-2 .box img {
    width: 98%;
}

.paging {
    background-color: #fff;
    border: 1px solid #ccc;
    margin-top: 20px;
}
nav .pagination i {
	padding:5px;
}
.paging a button {
    border-radius: 2px;
    border: 1px solid #ccc;
    margin: 0 5px;
	color:#7c7c7c;
	background:linear-gradient(#fff, #e9e9e9);
	background:-webkit-linear-gradient(#fff, #e9e9e9);
	background:-moz-linear-gradient(#fff, #e9e9e9);
	background:-o-linear-gradient(#fff, #e9e9e9);
	background:-ms-linear-gradient(#fff, #e9e9e9);
}
.pagination li a {
	border:0 !important;
	color:#7d7d7d;
}
.pagination li a {   border-left: 1px solid #ccc !important;
}
.pagination li a:hover {
	background:#fff !important;
}
.paging p {
    margin: 20px 10px;
    font-weight: 600;
}
.paging input {
    width: 40px;
    font-size: 14px !important;
    padding: 15px 5px !important;
    border-radius: 0 !important;
	margin-bottom: 0px !important;
}
.paging input[type='submit']
{
    padding: 5px !important;
}

.detail {
	opacity:0;
    background:rgba(232,232,232,0.9);
	transition:500ms all;
    position: absolute;
    margin-top: -350px;
    padding: 46px 18px;
}
.no-padding .col-md-4 { padding-left:0; padding-right:0;}
.pro-box:hover > .detail { opacity:1; }
.clear { clear:both;}
.footer {
	color:#fff;
	text-align:center;
	padding-top:55px;
	background:url(../images/footer-bg.jpg) no-repeat;
	background-size:cover;
}
.footer .feature h2 { color:#fff; text-align:center;}
.footer p { 	font-size:24px;
font-weight:300;font-family: 'Open Sans', sans-serif; }
.footer .box, .footer .user {
	float:left;
}
.user {
    padding-left: 10px;
}
.user h3 {    font-size: 20px;
    line-height: 0;
    text-align: left;
}
.center{
    margin-left: 25% !important;
	margin-top:28px;
	padding-bottom:28px;
}
.footer .feature {
    margin-bottom: 50px;
}
.footer h4{
	font-family: 'Open Sans', sans-serif;
    text-align: left;
    font-weight: 300;
}
.partner { text-align:center; }
.partner img {
	transform:scale(0.8);
	transition:1s all;
}
.partner img:hover { transform:scale(1);}
.footer-menu {
  background-color: #f4f6f8;
  color: #3f3f40;
}
.footer-menu ul {
	border-top:1px solid #fff;
	padding-top:10px;
	font-size: 13px;
}
.footer-menu h4 {
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-top: 30px;
  padding-left: 35px;
  text-transform: uppercase;
}
.footer-menu li a {
  color: #3f3f40;
  font-family: "Open Sans",sans-serif;
  font-size: 13px;
  padding: 10px 0;
  transition: all 0.5s ease 0s;
}
.footer-menu li a:hover { text-decoration:none; margin-left:6px;}
.footer-menu li {
  line-height: 25px;
  list-style: outside none none;
  margin-left: 10px;
  padding-bottom: 10px;
}
.copyright {
    background: #3f3f40 none repeat scroll 0 0;
    color: #eee;
    font-family: "Questrial";
    padding: 25px 25px 15px;
	font-size: 13px;
}

.gradient {
	background:url(../images/banner-bg.jpg) repeat-x;
}
.gradient h2 {font-family: 'Lora', serif; margin-top:50px;}
.gradient  p { font-family: 'Questrial', sans-serif; font-size:16px; line-height:26px; }
.foot-logo img {
	margin-top:50px;
}
.border-none ul {
    border-top: none;
	list-style:none;
}
.icon, .contact-text {
	float:left;
	font-size:14px;
}
.icon {
	text-align:center;
	color:#fff;
	font-size:18px;
}
.pop-up {
    width: 100% !important;
    position: absolute !important;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.85);
	
}
.pop-up .carousel-indicators {
	display:none;
}
.pop-up .carousel {
    width: 60%;
    margin: 30px auto;
}
.pop-up .carousel-inner {
}
.product .carousel-control { display:none; }

.pop-up .carousel-control, .pop-up .carousel-control:focus {
	display:inherit;
    width: 40px;
    border: 1px solid #fff;
    padding: 4px;
}
.pop-up .right { margin-right:-100px }
.pop-up .left { margin-left:-100px }
#close {
    z-index: 1;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    font-size: 20px;
	display:none;
}
.pop-up #close {
	display:inherit;
	margin-top: 10px;
}
.contact-text {
    width: 90%;
    padding-left: 15px;
	line-height:25px;
}
.product {
    background-color: #f4f6f8;
    padding-top: 35px;
}
.product .carousel-indicators {
    position: relative;
    bottom: 10px;
 	left: auto;
    z-index: 15;
   	width: 100%;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    list-style: none;
}
.product .carousel-indicators li {
    display: inline-block;
    width: 25%;
    height: auto;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.product .carousel-indicators .active {
	width:25%;
}
.product  .carousel-inner {
	transition:1s all;
}
.product .item {
	cursor:-webkit-zoom-in;
	cursor:-moz-zoom-in;
	cursor:-o-zoom-in;
	cursor:-ms-zoom-in;
}
.pop-up .item {
	cursor:default;
}
.product .carousel-indicators .box img {
}
.contact-text a { color:#fff;}
.border-none ul li .fa { padding-right:10px; color:#f26822;}
.pro-border {
	padding:20px;
	background:#fff;
	border:1px solid #c3c5c6;
}
.pro-border img {
	border:1px solid #e0e0e0;
}
.product .row .row {
    margin: 25px 15px;
	z-index:0;
}
.row .row .active {
	background:rgba(0,0,0,0) !important;
}
.no-scroll {
	overflow:hidden;
}
.product .col-sm-3 {
	padding-left:5px;
	padding-right:5px;
}
.pro-detail p {
    text-transform: uppercase;
    color: #787878;
}
.pro-detail h3 {
    text-transform: uppercase;
	margin-top:0;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:14px;
	font-weight:400;
    color: #787878;
}
.pro-detail strike {
	color:#787878;
}

.price {
	margin-top:25px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.price td, .price th {
    padding: 5px 15px;
	color: #787878;
    text-transform: uppercase;
}
.price th {
    font-size: 25px;
}
.pro-detail ul { list-style:none;    margin: 20px 10px; font-size:16px;}
.pro-detail img {
    padding: 4px;
    border: 1px solid #f26822;
	cursor:pointer;
    border-radius: 50%;
    margin-right: 0px;
}
.pro-detail hr { border-top:1px solid #ccc;}
.pro-detail h2 {font-family: 'Lora', serif;}
.pro-detail .table {
	border:1px solid #ccc;
	font-size: 12px;
}
.color .table {
    border: 0;
    font-size: 14px;
    font-weight: 400;
}
.pro-detail .table td {
	border:0;
	    padding: 4px 8px;
}
.color input {
    padding: 15px !important;
    width: 44px;
}
.color a {
	    padding: 2px 6px;
    border: 1px solid #ccc;
    border-radius: 50%;
}
.shop a button {
    border-radius: 6px;
	border:none;
	font-family:'Montserrat', sans-serif;
    font-weight: 400;
	margin:12px;
    background: linear-gradient(#ffffff, #efefef);
    border: 1px solid #ccc;
    color: #333;
	transition:.5s all;
    padding: 15px 0;
	    width: 330px;
}

.shop a .active {
	 border: 1px solid rgba(0,0,0,0);
	background:#f26822;
	color:#fff;
}
.shop ul {list-style:none;}
.color {
    color: #787878;
}
.button {
   background: linear-gradient(#ffffff, #cbcbcb);
   border-right: 1px solid #fff;
   border-bottom:1px solid #d6d6d6;
   text-align:center;
   color:#606060;
}
.button h3 {
	font-size:18px;
	cursor:pointer;
}
.press { 
	color:#555555;
	background: linear-gradient(#eb5e0b, #ffffff);
}
.desc, .videos, .acsr, .serv, .note { padding:20px 10px; color:#555555; background:#fff; font-size:14px;}
.videos, .acsr, .serv, .note {
	display:none;
}

.col-md-12.desc h2,h3,h4 {font-family:'Questrial';}
.col-md-12.videos h2,h3,h4 {font-family:'Questrial';}
.col-md-12.acsr h2,h3,h4 {font-family:'Questrial';}
.col-md-12.serv h2,h3,h4 {font-family:'Questrial';}
.col-md-12.note h2,h3,h4 {font-family:'Questrial';}

.col-md-3.button h3 {font-family:'Questrial';}

.videos {
	    text-align: -webkit-center;
	    text-align: -moz-center;
	    text-align: -ms-center;
	    text-align: -o-center;
}
.acsr ul li {
    line-height: 20px;
    padding: 5px;
}
#desc, #videos, #acsr, #serv {
	cursor:pointer;
}
.image {
    border: 1px solid #ccc;
    margin: 0 5%;
	transform:scale(0.7);
}
.image p {
	font-size:11px;
	font-weight:600;
}
.image strong {
	color:#cb1d40;
	font-size:14px;
}
.product-hover:hover {
	background:#fddfe7;
}




/*  xml-menu/  */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600);
@import url(https://fonts.googleapis.com/css?family=Fjalla+One:600);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Fjalla+One);

@font-face {
  font-family: 'icomoon';
  src:url('fonts/icomoon.eot');
  src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
    url('fonts/icomoon.woff') format('woff'),
    url('fonts/icomoon.ttf') format('truetype'),
    url('fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;}

@viewport {
   width: device-width;
   zoom:1;}


@media only screen and (max-width: 800px) {
.dl-menu {width: 93.2%;margin-left: 4%;margin-top: 20px !important;}
.dl-menuwrapper button {margin-left: 5%;}
.dl-menuwrapper {
  margin-left: 0px;}
.sf-menu {
  display:none !important;}

#dl-menu {
    display: block !important;
    margin-top:60px;
}

.dl-menuwrapper {
  margin: -55px 0 0 1%;
    /* background: rgba(0, 0, 0, 0) url("/media/images/clickhere.png") no-repeat scroll 60px 6px; */
  max-width: 100%;
    perspective: 1000px;
    perspective-origin: 50% 200%;
    position: relative;
  top: -38px;
    width: 97%;
    z-index: 766;
  /*background-color:#3e4448; */
}

.dl-menuwrapper:first-child {
  margin-right: 100px;
}

.dl-menuwrapper button {
  border: none;
  width: 48px;
  height: 45px;
  text-indent: -900em;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  outline: none;
  margin-left: 0;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {

}

.dl-menuwrapper .dl-trigger:after {
  content: '';
  position: absolute;
  width: 68%;
  height: 5px;
  background: #fff;
  top: 10px;
  left: 16%;
  box-shadow: 
    0 10px 0 #fff, 
    0 20px 0 #fff;
}

.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.dl-menuwrapper li {
  position: relative;
}


.dl-menuwrapper .selected_language,.dl-menuwrapper  #first-currencies .selected a{
 background: none repeat scroll 0 0 #5AAAFF ;
    padding: 15px 20px;
}

.dl-back a{
  text-transform:uppercase;
}
.dl-menuwrapper li a {
  display: block;
  position: relative;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #fff;
  outline: none;
  text-decoration:none !important;
}

.no-touch .dl-menuwrapper li a:hover {
  background:  none repeat scroll 0 0 #555555;
  text-decoration:none;
}

.dl-menuwrapper li.dl-back > a {
  padding-left: 30px;
  background: rgba(0,0,0,0.1);
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
  position: absolute;
  top: 0;
  line-height: 50px;
  font-family: 'icomoon';
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\e000";
}

.dl-menuwrapper li.dl-back:after {
  left: 10px;
  color: rgba(212,204,198,0.3);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
  right: 10px;

}

.dl-menuwrapper .dl-menu {
  /*margin: 15px 0px 0px 4%;*/
  position: absolute;
/*  width: 93% !important; */
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {

  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
  display: none;
}

.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
  display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  margin: 0;
}

/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
  -webkit-animation: MenuAnimOut1 0.4s;
  -moz-animation: MenuAnimOut1 0.4s;
  animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
  -moz-animation: MenuAnimOut2 0.3s ease-in-out;
  animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
  -webkit-animation: MenuAnimOut3 0.4s ease;
  -moz-animation: MenuAnimOut3 0.4s ease;
  animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
  -webkit-animation: MenuAnimOut4 0.4s ease;
  -moz-animation: MenuAnimOut4 0.4s ease;
  animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
  -webkit-animation: MenuAnimOut5 0.4s ease;
  -moz-animation: MenuAnimOut5 0.4s ease;
  animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5;
  }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}

@-webkit-keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}

@-webkit-keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}

@-webkit-keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}

@-webkit-keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
}

@-moz-keyframes MenuAnimOut1 {
  50% {
    -moz-transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -moz-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5;
  }
  100% {
    -moz-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}

@-moz-keyframes MenuAnimOut2 {
  100% {
    -moz-transform: translateX(-100%);
    opacity: 0;
  }
}

@-moz-keyframes MenuAnimOut3 {
  100% {
    -moz-transform: translateZ(300px);
    opacity: 0;
  }
}

@-moz-keyframes MenuAnimOut4 {
  100% {
    -moz-transform: translateZ(-300px);
    opacity: 0;
  }
}

@-moz-keyframes MenuAnimOut5 {
  100% {
    -moz-transform: translateY(40%);
    opacity: 0;
  }
}

@keyframes MenuAnimOut1 {
  50% {
    transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5;
  }
  100% {
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}

@keyframes MenuAnimOut2 {
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}

@keyframes MenuAnimOut3 {
  100% {
    transform: translateZ(300px);
    opacity: 0;
  }
}

@keyframes MenuAnimOut4 {
  100% {
    transform: translateZ(-300px);
    opacity: 0;
  }
}

@keyframes MenuAnimOut5 {
  100% {
    transform: translateY(40%);
    opacity: 0;
  }
}

.dl-menu.dl-animate-in-1 {
  -webkit-animation: MenuAnimIn1 0.3s;
  -moz-animation: MenuAnimIn1 0.3s;
  animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  -moz-animation: MenuAnimIn2 0.3s ease-in-out;
  animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
  -webkit-animation: MenuAnimIn3 0.4s ease;
  -moz-animation: MenuAnimIn3 0.4s ease;
  animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
  -webkit-animation: MenuAnimIn4 0.4s ease;
  -moz-animation: MenuAnimIn4 0.4s ease;
  animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
  -webkit-animation: MenuAnimIn5 0.4s ease;
  -moz-animation: MenuAnimIn5 0.4s ease;
  animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}

@-webkit-keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}

@-webkit-keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}

@-webkit-keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@-moz-keyframes MenuAnimIn1 {
  0% {
    -moz-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -moz-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -moz-transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}

@-moz-keyframes MenuAnimIn2 {
  0% {
    -moz-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0px);
    opacity: 1;
  }
}

@-moz-keyframes MenuAnimIn3 {
  0% {
    -moz-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateZ(0px);
    opacity: 1;
  }
}

@-moz-keyframes MenuAnimIn4 {
  0% {
    -moz-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateZ(0px);
    opacity: 1;
  }
}

@-moz-keyframes MenuAnimIn5 {
  0% {
    -moz-transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes MenuAnimIn1 {
  0% {
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes MenuAnimIn2 {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes MenuAnimIn3 {
  0% {
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}

@keyframes MenuAnimIn4 {
  0% {
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}

@keyframes MenuAnimIn5 {
  0% {
    transform: translateY(40%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
  -webkit-animation: SubMenuAnimIn1 0.4s ease;
  -moz-animation: SubMenuAnimIn1 0.4s ease;
  animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
  -moz-animation: SubMenuAnimIn2 0.3s ease-in-out;
  animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
  -webkit-animation: SubMenuAnimIn3 0.4s ease;
  -moz-animation: SubMenuAnimIn3 0.4s ease;
  animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
  -webkit-animation: SubMenuAnimIn4 0.4s ease;
  -moz-animation: SubMenuAnimIn4 0.4s ease;
  animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
  -webkit-animation: SubMenuAnimIn5 0.4s ease;
  -moz-animation: SubMenuAnimIn5 0.4s ease;
  animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}

@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}

@-webkit-keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}

@-webkit-keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}

@-webkit-keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
}

@-moz-keyframes SubMenuAnimIn1 {
  0% {
    -moz-transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0px);
    opacity: 1;
  }
}

@-moz-keyframes SubMenuAnimIn2 {
  0% {
    -moz-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0px);
    opacity: 1;
  }
}

@-moz-keyframes SubMenuAnimIn3 {
  0% {
    -moz-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateZ(0px);
    opacity: 1;
  }
}

@-moz-keyframes SubMenuAnimIn4 {
  0% {
    -moz-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateZ(0px);
    opacity: 1;
  }
}

@-moz-keyframes SubMenuAnimIn5 {
  0% {
    -moz-transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn1 {
  0% {
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn2 {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn3 {
  0% {
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn4 {
  0% {
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn5 {
  0% {
    transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
  -webkit-animation: SubMenuAnimOut1 0.4s ease;
  -moz-animation: SubMenuAnimOut1 0.4s ease;
  animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
  -moz-animation: SubMenuAnimOut2 0.3s ease-in-out;
  animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
  -webkit-animation: SubMenuAnimOut3 0.4s ease;
  -moz-animation: SubMenuAnimOut3 0.4s ease;
  animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
  -webkit-animation: SubMenuAnimOut4 0.4s ease;
  -moz-animation: SubMenuAnimOut4 0.4s ease;
  animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
  -webkit-animation: SubMenuAnimOut5 0.4s ease;
  -moz-animation: SubMenuAnimOut5 0.4s ease;
  animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
}

@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
}

@-webkit-keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}

@-webkit-keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}

@-webkit-keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
}

@-moz-keyframes SubMenuAnimOut1 {
  0% {
    -moz-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(50%);
    opacity: 0;
  }
}

@-moz-keyframes SubMenuAnimOut2 {
  0% {
    -moz-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%);
    opacity: 0;
  }
}

@-moz-keyframes SubMenuAnimOut3 {
  0% {
    -moz-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -moz-transform: translateZ(-300px);
    opacity: 0;
  }
}

@-moz-keyframes SubMenuAnimOut4 {
  0% {
    -moz-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -moz-transform: translateZ(300px);
    opacity: 0;
  }
}

@-moz-keyframes SubMenuAnimOut5 {
  0% {
    -moz-transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -moz-transform: translateZ(-200px);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut1 {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(50%);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut2 {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut3 {
  0% {
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    transform: translateZ(-300px);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut4 {
  0% {
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    transform: translateZ(300px);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut5 {
  0% {
    transform: translateZ(0);
    opacity: 1;
  }
  100% {
    transform: translateZ(-200px);
    opacity: 0;
  }
}

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
  display: block;
}

.no-js .dl-menuwrapper li.dl-back {
  display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0,0,0,0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: '';
}

 }
html .first-bg, .block .block-title, .pagination ul .active a, button.button span, .button.btn-checkout, .iview-prevNav, a.iview-nextNav, .dl-menuwrapper button, .dl-menuwrapper .dl-menu, .i-tab li.active, .error-msg, .success-msg, .note-msg, .notice-msg, .product-view .tabs li.active,.sf-menu ul li:hover,.category-list h3 a{
  background-color:#372f2b;
}

@media only screen and (max-device-width:800px){
    #menu-wrapper {display:none;}
	
	.pro-detail h3 {
	margin: 10px;}
   }

.nav,
.nav a,
.nav ul,
.nav li,
.nav div,
.nav form,
.nav input {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

  @media only screen and (max-device-width:768px){
      #menu-wrapper{display:none;}
  }
.topnav {
  width: 100%;
  padding: 40px 28px 25px 0;
  font-family: "CenturyGothicRegular", "Century Gothic", Arial, Helvetica, sans-serif;
}

ul.topnav {
  padding: 0;
  margin: 0;
  font-size: 13px;
  line-height: 0.5em;
  list-style: none;
}

ul.topnav li {
  border-bottom:1px solid #e5e5e5;
}

ul.topnav li a {
  background: #fff none repeat scroll 0 0;
  line-height: 21px;
  font-size: 13px;
  padding:10px 5px 15px 30px;
  color: #767676;
  display: block;
  text-decoration: none;
  font-weight: bolder;
}

ul.topnav li a:hover {
  color:orange;
}

ul.topnav ul { 
  margin: 0 0 0 30px;
  list-style:none;
  padding: 0;
  display: none;
}

ul.topnav ul li {
  margin: 0;
  padding: 0;
  clear: both;
}

ul.topnav ul li a {
  /*background:#333333;*/
  padding-left: 20px;
  font-size: 13px;
  font-weight: normal;
  outline:0;
  color: #333333;
  line-height: 17px;
}

ul.topnav ul li a:hover {
  /*background-color:#3b3b3b ;*/
  /* color:#675C7C; */
}

ul.topnav ul ul li a {
  color:silver;
  padding-left: 40px;
}

ul.topnav ul ul li a:hover {
  /*background-color:#D3CEB8;*/
  /*background-color:#D3CEB8;*/
  color:#675C7C;
}

ul.topnav span{
  float:right;
}
a.signs {
width: 7%;
float: right;
}
a.signs:hover{
/* color:#000 !important;
background-color:white !important; */
} 
  
.nav a { text-decoration: none; }

.nav li { list-style: none; }

/* Menu Container */
.nav {
  display: inline-block;
  position: relative;
  cursor: default;
  z-index: 500;
}

/* Menu List */
.nav > li {
  display: block;
  float: left;
}

/* Menu Links */
.nav > li > a {
  position: relative;
  display: block;
  z-index: 510;
  height: 54px;
  padding: 0 15px;
  line-height: 54px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #fcfcfc;
  text-shadow: 0 0 1px rgba(0,0,0,.35);
  background: #372f2b;
  border-left: 1px solid #4b4441;
  border-right: 1px solid #312a27;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

.nav > li:hover > a { background: #4b4441; }

.nav > li:first-child > a {
  border-radius: 3px 0 0 3px;
  border-left: none;
}
.nav > li:last-child > a {
  border-radius: 0 3px 3px 0;
  border-right: none;
}

/* Menu Dropdown */
.nav > li > div {
  position: absolute;
  display: block;
  width: 100%;
  top: 50px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  background: #F9F9F9;
  border-radius: 0 0 3px 3px;
  -webkit-transition: all .3s ease .15s;
  -moz-transition: all .3s ease .15s;
  -o-transition: all .3s ease .15s;
  -ms-transition: all .3s ease .15s;
  transition: all .3s ease .15s;
}

.nav > li:hover > div {
  opacity: 1;
  visibility: visible;
  overflow: visible;
}

/* Menu Content Styles */
.nav .nav-column {
  float: left;
  width: 20%;
  padding: 2.5%;
}

.nav .nav-column h3, .nav .nav-column h3 a {
  margin: 20px 0 10px 0;
  line-height: 18px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #372f2b;
  text-transform: uppercase;
  text-decoration:none;
}

.nav .nav-column h3.orange { color: #ff722b; }

.nav .nav-column ul a {
  display: block;
  line-height: 26px;
  
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #888888;
}
.shop-cats h2 {
  font-family: "Questrial";
  font-size: 30px;
  padding: 15px 15px 15px 16px !important;
  text-align: left;
}
.work-hour h2 {
  font-family: "Questrial";
  font-size: 28px;
  padding-left: 15px;
  text-align: left;
  margin: 15px 15px 15px 0px !important;
}
.work-hour > p {
  padding: 10px 17px 25px;
  font-family: 'Questrial';
}

.nav .nav-column li a:hover { color: #666666; }

@media screen and (max-width: 800px){
#menu-wrapper{
  display:none !important;}
  .product .item {
  cursor: unset !important;
}
} 



.menu input[type="text"] {
  height: 36px !important;
  padding: 0px 10px !important;
}

.table.table-striped a {
  color: #333;
}
.product p {
  text-align: justify;
}

/* =================================== Responsive Css =================================== */

/* ============================================= Media 240 - 800 ================================================  */
@media only screen and (min-width: 240px) and (max-width:800px)  {
		
.main-wrapper {
  border-left:none !important;
  margin-left: 0 !important;
}
section {
  margin: auto !important;
  width: 95%;
}
.navbar {
  border: 1px solid transparent;
  margin-bottom: 0 !important;
  min-height: 51px;
  position: relative;
  background-color:#3F3F40;
  border:none !important;
  background-image:url("../images/sidebar/clickhere.png");
  background-repeat:no-repeat;
  background-position:61px 10px;
  border-radius:unset !important;
}
#dl-menu {
  display: block !important;
  margin-top: 0;
}
.dl-menu {
  margin-top: 2px !important;
}
.dl-menuwrapper {
  top: 3px !important;
  width:95% !important;
  margin:auto !important;
}
.dl-trigger{
  background-color:#EB5E0B !important;
}
.dl-menu.dl-menuopen {
  background-color:#EEEEEE !important;
}
.dl-menuwrapper li a {
  color: #3f3f40;
  padding-left:20px !important;
}
.parent span{
padding-left:20px !important;
}
.level0.dl-submenu {
  margin: 0 !important;
}
.dl-menu.dl-menuopen {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.dl-menuwrapper li.dl-back::after, .dl-menuwrapper li > a:not(:only-child)::after {
  content: " " !important;
}
.ad-header {
  background: #fff !important;
  display: inline-block !important;
  margin: 6px 0 0 !important;
  width:100% !important;
}
.work-hour {
  border: 1px solid !important;
  margin: 10px auto !important;
  padding: 0 !important;
  width: 95% !important;
  text-align:justify !important;
  font-family: 'Questrial';
}
.table.table-striped + h2 {
  display: none;
}
.table.table-striped + h2 + p {
  display: none;
}
.ad-header .ad-box {
display: none;
}
.ad-header .img {
display: none;
}
/* html .first-bg, .block .block-title, .pagination ul .active a, button.button span, .button.btn-checkout, .iview-prevNav, a.iview-nextNav, .dl-menuwrapper button, .dl-menuwrapper .dl-menu, .i-tab li.active, .error-msg, .success-msg, .note-msg, .notice-msg, .product-view .tabs li.active, .sf-menu ul li:hover, .category-list h3 a {
  background-color: #EB5E0B !important;
} */
/* .ad-header .table.table-striped td {
  display: inline-flex !important;
  margin: auto 0 !important;
  padding: 0 0 15px 20px !important;
  vertical-align: middle !important;
  width: auto !important;
} */
.inner-box {
  background: #fff none repeat scroll 0 0;
  box-shadow: 1px 1px 10px 0 #ccc;
  margin-top: 10px !important;
  padding: 10px;
}
.menu form{
background: #ffffff !important;
}
.ad-header .table.table-striped td {
 display: inline-flex !important;
 padding: 16px 0 15px 20px !important;
 vertical-align: middle !important;
 width: auto !important;
 background-color: #f9f9f9 !important;
}
.work-hour .table.table-striped tr {
 background-color: #f9f9f9 !important;
 display: flex !important;
 margin-bottom: 0 !important;
 font-family: 'Questrial';
}
.table.table-striped tr:nth-child(2n) td {
 background-color: transparent!important;
}
.work-hour .table.table-striped tr:nth-child(2n) {
 background-color: #fff !important;
 font-family: 'Questrial';
}
.product .col-md-12.acsr li {
  text-align: justify;
}
}
/* ============================================= Media 240 - 480 ================================================  */
@media only screen and (min-width: 240px) and (max-width:480px)  {
.main-wrapper {
  border-left: none !important;
  margin-left: 0 !important;
}
.menu{
margin:auto;
width:100% !important;
}
section {
  margin: auto !important;
  width: 95% !important;
}
.col-md-6 {
  clear: both !important;
  display: inline !important;
  width: 100% !important;
}
.col-md-6 > h2 {
  padding: 10px;
  text-align: justify;
  margin:0px !important;
}
.col-md-6 > p {
  padding: 10px;
  text-align: justify;
}

/*
.col-md-6 > h3 {
margin: 10px;
}
*/

.product .row{
margin:auto !important;
width:100% !important;
}
.avail {
  background: #f4f6f8;
  margin: auto !important;
  padding: 0 !important;
  width: 95% !important;
}
.avail .row {
  margin: 25px 0 !important;
  padding: 0 !important;
}
.avail .col-md-3 > p {
margin: 10px 0 !important;
padding: 0 !important;
position: relative !important;
text-align: center !important;
}
.inner-box {
  margin: 10px auto !important;
  width: 250px !important;
}
.footer .col-md-6 {
  margin: 0 !important;
  padding: 0 !important;
  width: 90% !important;
}
.footer .row.center {
  margin: 0 !important;
  padding: 15px;
}
.press {
  background: rgba(0, 0, 0, 0) linear-gradient(#eb5e0b, #ffffff) repeat scroll 0 0;
  color: #555555;
}
/* .row.no-padding.no-margin {
  display: flex !important;
  width: 100% !important;
} */
/* .row.no-padding.no-margin {
  display: flex !important;
  margin: auto !important;
  width: 95% !important;
} */
/* .partner .col-sm-2 {
  display: block;
  margin: 0;
  width: 17%;
} */
.footer-menu .col-md-3.border-none {
  margin: 0 !important;
  padding: 0 30px !important;
}
.footer-menu h4 {
  padding-left: 0 !important;
}
.footer-menu .col-md-3 > ul {
  margin: 0 !important;
  padding: 0 !important;
}
.image {
  width: 100% !important;
  margin:0px !important;
}
}
/* ============================================= Media 481 - 601 ================================================  */
@media only screen and (min-width: 481px) and (max-width:601px)  {
.footer-menu .col-md-2 {
  float: left !important;
  height: 204px !important;
  width: 48% !important;
}
.main-wrapper {
  border-left: none !important;
  margin-left: 0 !important;
}
.menu{
margin:auto;
width:100% !important;
}
section {
  margin: auto !important;
  width: 95% !important;
}
.col-md-6 {
  clear: both !important;
  display: inline !important;
  width: 100% !important;
}
.col-md-6 > h2 {
  padding: 10px;
  text-align: justify;
  margin:0px !important;
}
.col-md-6 > p {
  padding: 10px;
  text-align: justify;
}
.product .row{
margin:auto !important;
width:100% !important;
}
.avail {
  background: #f4f6f8;
  margin: auto !important;
  padding: 0 !important;
  width: 95% !important;
}
.avail .row {
  margin: 25px 0 !important;
  padding: 0 !important;
}
.avail .col-md-3 > p {
margin: 10px 0 !important;
padding: 0 !important;
position: relative !important;
text-align: center !important;
}
.inner-box {
  float: left !important;
  margin:7px !important;
  width: 30% !important;
}
.footer .col-md-6 {
  margin: 0 !important;
  padding: 0 !important;
  width: 90% !important;
}
.footer .row.center {
  margin: 0 !important;
  padding: 15px;
}
.press {
  background: rgba(0, 0, 0, 0) linear-gradient(#eb5e0b, #ffffff) repeat scroll 0 0;
  color: #555555;
}
/* .row.no-padding.no-margin {
  display: flex !important;
  width: 100% !important;
} */
/* .row.no-padding.no-margin {
  display: flex !important;
  margin: auto !important;
  width: 95% !important;
} */
/* .partner .col-sm-2 {
  display: block;
  margin: 0;
  width: 17%;
} */
.footer-menu .col-md-3.border-none {
  display: block !important;
  margin: auto !important;
  padding: 0 !important;
}
.footer-menu h4 {
  padding-left: 0 !important;
}
.footer-menu .col-md-3 > ul {
  margin: 0 !important;
  padding: 0 !important;
}
.image {
  border: 1px solid #ccc;
  margin: 0 !important;
  transform: scale(0.7);
}
.rate h3 {
  line-height: normal !important;
  height:50px !important;
}
.footer-menu .col-md-9 {
  clear: both;
}
.footer-menu .col-md-3 {
  display: inline-table !important;
  float: none !important;
  margin: 0 0 0 22px;
  width: 40% !important;
}
.partner .col-sm-2 {
  width: 31% !important;
  float: left !important;
}
}
/* ============================================= Media 602 - 800 ================================================  */
@media only screen and (min-width: 602px) and (max-width:800px){
.footer-menu .col-md-2 {
  float: left !important;
  height: 204px !important;
  width: 48% !important;
}
.product .row {
  margin: 0 !important;
  padding: 0 !important;
}
/* #desc h3 {
  margin: 0 !important;
  padding: 10px !important;
} */
.press{
padding:1px !important;
}
.avail .col-md-3 {
  float: left !important;
  margin: 1% !important;
  width: 30% !important;
}
.inner-box {
  background: #fff none repeat scroll 0 0;
  box-shadow: 1px 1px 10px 0 #ccc;
  margin: 10px 10px 0 0 !important;
  padding: 10px;
  width: 100% !important;
}
.avail .paging .col-md-3 > p {
  margin: 10px 0 !important;
  padding: 0 !important;
  position: relative !important; 
}
.image {
  border: 1px solid #ccc;
  margin: 0 !important;
  transform: scale(0.7);
}
.rate h3 {
  line-height: normal !important;
  height:50px !important;
}
.footer-menu .col-md-3 {
float: left !important;
width: 25% !important;
word-wrap: break-word;
}
.footer-menu h4 {
  padding-left: 0 !important;
  text-transform: uppercase;
}
.footer-menu .col-md-3 > ul {
  margin: 0 !important;
  padding: 0 !important;
}
.footer-menu .col-md-9 {
  width: 75% !important;
  clear: unset !important;
  float: left;
}
.partner .col-sm-2 {
  float: left !important;
  width: 16% !important;
}	
}
/* ============================================= Media 801 - 1080 ================================================  */
@media only screen and (min-width: 801px) and (max-width:1080px){
.footer-menu .col-md-2 {
  float: left !important;
  height: 204px !important;
  width: 48% !important;
}
.menu {
  left: 0;
  position: absolute;
  width: 292px !important;
  text-align:justify !important;
}
.main-wrapper {
  border-left:none !important;
  margin-left: 0 !important;
}
#myCarousel .row.carousel-indicators {
  display: table-caption !important;
  margin: 6px 0 0 8px !important;
  padding: 0 !important;
  width: 100%;
}
.avail {
  background: #f4f6f8 none repeat scroll 0 0;
  margin: 30px 0;
  padding: 60px 0 !important;
  width:97% !important;
}
.avail .inner-box {
background: #fff none repeat scroll 0 0;
box-shadow: 1px 1px 10px 0 #ccc;
//display: inline-block !important;
margin: 15px auto !important;
padding: 10px;
width: 100% !important;
}
.avail .col-md-3 {
  float: left !important;
  width: 25% !important;
}
.avail .paging .col-md-3 > p {
  margin: 10px 0 !important;
  padding: 0 !important;
  position: relative !important;
}
.rate h3 {
  line-height: normal !important;
  height:50px !important;
}
.col-md-6 nav {
  text-align: center !important;
}
.col-md-3.border-none {
 /* display: none;*/
}
.footer-menu .col-md-9 {
  width: 81%;
}
.footer-menu .col-md-3.border-none {
  margin: 1% !important;
  width: 17% !important;
  float:left !important;
  word-wrap: break-word !important;
}
.footer-menu h4 {
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-top: 22px !important;
  /*padding-left: 0 !important;*/
  text-transform: uppercase;
  word-wrap: break-word;
}
.footer-menu .col-md-3 > ul {
  margin: 0 !important;
}
}
/* =================================== End Responsive Css =================================== */



@media only screen and (min-width: 240px) and (max-width:564px){
.shop ul li button {
  width: 88% !important;
}
.shop.pull-right {
  float: none !important;
  width: 100% !important;
}
.shop.pull-left {
  width: 100% !important;
}
.row h3 {
  margin: 0 !important;
  padding: 10px 0 !important;
}
.product .row {
  margin: 0 !important;
  width: 100% !important;
}
}
@media only screen and (min-width: 568px) and (max-width:768px){
.shop.pull-left {
  width: 49% !important;
}
.shop ul li button {
  width: 88% !important;
}
.shop.pull-right {
  width: 51% !important;
}
.row h3 {
  margin: 0 !important;
  padding: 10px 0 !important;
}
.product .row {
  margin: 0 !important;
  width: 100% !important;
}
}

@media only screen and (min-width: 800px) and (max-width:900px){
.shop ul li button {
  width: 88% !important;
}
.shop.pull-right {
  float: none !important;
  width: 100% !important;
}
.shop.pull-left {
  width: 100% !important;
}
.row h3 {
  margin: 0 !important;
  padding: 10px 0 !important;
}
.product .row {
  margin: 0 !important;
  width: 98% !important;
}
}

@media only screen and (min-width: 901px) and (max-width:1000px){
.shop.pull-left {
  width: 49% !important;
}
.shop ul li button {
  width: 88% !important;
}
.shop.pull-right {
  width: 51% !important;
}
.row h3 {
  margin: 0 !important;
  padding: 10px 0 !important;
}
.product .row {
  margin: 0 !important;
  width: 98% !important;
}
}
@media only screen and (min-width: 1001px) and (max-width:1030px){
.shop a button {
  width: 280px;
}

.pro-border {
  padding: 2px !important;
}
.pop-up .carousel {
  width: 49%;
}
}
@media only screen and (min-width: 1001px){
.footer-menu h4 {
  padding-left: 0 !important;
}
.footer-menu .col-md-2 {
  width: 19% !important;
}
.footer-menu .col-md-2 > ul {
  margin-left: 0px !important;
}
}