*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
html {
  height: 100%;
  box-sizing: border-box;
}


.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #fff;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 100%;
  width: 100%;
  height: 1px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #fff, 0 0 5px #fff;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 99999;
  top: 50%;
  left: 50%; margin-left: -17px;margin-top: -17px;
  width: 34px;
  height: 34px;
  border: solid 1px transparent;
  border-top-color: #fff;
  border-left-color: #fff;
  border-radius: 50%;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}


input{border: 1px solid #000 !important; border-radius: 0 !important;}
html{height: 100%}
body {background: #fff; position: relative;
  margin: 0;

  min-height: 100%;
font-family: 'PT Sans'; 	font-weight: 200;
	color: #000;
	font-size: 1.25em;
	line-height: 20px;
	width: 100%;height:100%;
    
 -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
}
p.address{opacity: 1; font-weight: ; text-align: center; font-size: 1.3em;  margin: 0.5em 0 0.5em 0 ;padding: 0;  color: #fff;font-family: 'PT Sans' !important; line-height: 1.4em}

footer h1{position: relative; height:44px;line-height:44px; text-align:center; line-height:1em; margin:1em 1em 2.5em; padding-top: 0.6em; font-family: 'PT Sans Narrow'; font-weight:700; color:#fff; letter-spacing: 1px;}
footer h1 span{position:absolute;width:240px; left:50%; margin-left:-120px; top:20px;;padding:0; height:44px; line-height:44px; background:#000;text-align:center;font-size:30px; text-transform:uppercase}

 .lines{background:#fff; width:100%; height:1px; position:relative; left:0;margin-top:22px;}

 .lines::after{content: '';
  position: absolute;
  left: 0px; 
  top: 8px;

  height: 1px;
  width:100%;
  background: #fff;}
 .lines::before{content: '';
  position: absolute;
  left: 0px; 
  bottom: 8px;

  height: 1px;
  width:100%;
  background: #fff;}

.home{ background: #000; -webkit-transition: all .3s cubic-bezier(0.93, -0.01, 0, 1.02);
    -moz-transition: all .3s cubic-bezier(0.26, 0, 0.09, 0.99);
    -o-transition: all .3s cubic-bezier(0.26, 0, 0.09, 0.99);
    transition: all .3s cubic-bezier(0.26, 0, 0.09, 0.99);width:100%; height:100%; position:relative; z-index:2; overflow:hidden;}
.left-side{position:absolute; z-index:10; top:44%; left:30px;width:360px;  -webkit-transition: all .4s cubic-bezier(0.93, -0.01, 0, 1.02);
    -moz-transition: all .4s cubic-bezier(0.26, 0, 0.09, 0.99) ;
    -o-transition: all .4s cubic-bezier(0.26, 0, 0.09, 0.99);
    transition: all .4s cubic-bezier(0.26, 0, 0.09, 0.99);-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)  }


.trip{opacity: 0; position: absolute; right: 1em; top:3em; z-index: 9999}
.pace-done .trip{opacity: 1}



@media screen and (max-width: 600px) {
.trip{opacity: 0; position: absolute; top: inherit; bottom: 4em;left:3em; right:inherit;; z-index: 9999}
.pace-done .trip{opacity: 1}    
    
}

    
    
    
.logo{position:relative; display:block; margin-bottom:1em;width:100%;
 -webkit-transition: all .4s cubic-bezier(0.93, -0.01, 0, 1.02);
    -moz-transition: all .4s cubic-bezier(0.26, 0, 0.09, 0.99);
    -o-transition: all .4s cubic-bezier(0.26, 0, 0.09, 0.99);
    transition: all .4s cubic-bezier(0.26, 0, 0.09, 0.99);
opacity:0; -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); opacity: 0}
.logo span{position: absolute; bottom:-0.2em;right:0; color: #fff;font-size: 1.4em}

.pace-done .logo{opacity:1;-webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)}.degust{font-family:"PT Sans"; position:relative; float:right;  text-align:center; color:#fff}
#button{width: 100%; height: 50px; line-height: 50px; text-align: center; background: #fff;}
.basicBox{opacity: 0; float:left; white-space:nowrap;
  width: 100%;letter-spacing:2px;
  height: 50px;
  color: #000;
font-family: 'PT Sans Narrow' !important;  font-size: 1.3em;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  cursor: pointer;
    -webkit-transition: all .4s cubic-bezier(0.93, -0.01, 0, 1.02) ;
    -moz-transition: all .4s cubic-bezier(0.26, 0, 0.09, 0.99);
    -o-transition: all .4s cubic-bezier(0.26, 0, 0.09, 0.99) ;
    transition: all .4s cubic-bezier(0.26, 0, 0.09, 0.99) ;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);  background: #fff; margin-bottom: 1em
}

.pace-done .basicBox{opacity:1;-webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)}

.basicBox span{	font-family: 'PT Sans Narrow'; font-weight:700; color: #282828 }


.basicBox1{opacity: 0; float:left; white-space:nowrap;
  width: 100%;letter-spacing:2px;
  height: 50px;
  color: #fff;
font-family: 'PT Sans Narrow' !important;  font-size: 1.3em;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  cursor: pointer;
    -webkit-transition: all .4s cubic-bezier(0.93, -0.01, 0, 1.02);
    -moz-transition: all .4s cubic-bezier(0.26, 0, 0.09, 0.99) ;
    -o-transition: all .4s cubic-bezier(0.26, 0, 0.09, 0.99) ;
    transition: all .4s cubic-bezier(0.26, 0, 0.09, 0.99);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);font-weight: 900;  background: rgba(0,0,0,0.4); border:2px solid #fff; margin-bottom: 0em
}
.pace-done .basicBox1{opacity:1;-webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)}

.basicBox1 span{font-style: italic;	font-family: 'PT Sans Narrow'; color: #fff }

.time {padding-top: 2em; opacity: 0;-webkit-transition: all .4s cubic-bezier(0.93, -0.01, 0, 1.02) 0.3s;
    -moz-transition: all .4s cubic-bezier(0.26, 0, 0.09, 0.99) 0.5s;
    -o-transition: all .4s cubic-bezier(0.26, 0, 0.09, 0.99) 0.5s;
    transition: all .4s cubic-bezier(0.26, 0, 0.09, 0.99) 0.5s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%); position: absolute; bottom:2em;left: 4em; text-align: left; z-index: 999}
.pace-done .time{  
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
        opacity: 1}
.time p{color: #fff; font-size: 1.4em ;line-height: 1.1em;  text-transform: uppercase; text-align: center}
.time p span{font-weight: 700}

@media screen and (max-width: 600px) {
.time p{color: #fff; font-size: 1.1em }
}
.no-touch .basicBox:hover{
font-weight: 900;
  letter-spacing: 1px;
}

@media screen and (max-width: 600px) {

    .left-side{position:absolute; text-align: center; z-index:10;top: 70px;  left:50%;margin-left:-140px;width:280px;  -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%) }

}










.grad-top{width:100%; height:100px; position:absolute; top:0; left:0;z-index:3;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,1)); /* Standard syntax (must be last) */}
.grad-top-50{width:100%; height:80%; position:absolute; top:0; left:0;z-index:;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,1)); /* Standard syntax (must be last) */}
.grad-bottom{width:100%; height:100px; position:absolute; bottom:0; left:0;z-index:3;
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1)); /* Standard syntax (must be last) */}

.grad-bottom-footer{width:100%; height:160px; position:absolute; bottom:0; left:0;
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1)); /* Standard syntax (must be last) */}


.swiper-container {
  margin: 0;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */


        width: 100%;
        height: 100%;
    }
    .swiper-slide {
        background-position: center;
        background-size: cover;
    -webkit-background-position: center;
        -webkit-background-size: cover;
    }
.swiper-slide p{font-family: 'PT Sans'; font-weight:700;position: absolute; bottom:1.5em ;right:2em; color: #fff; font-size: 1.3em; opacity: 1!important; text-transform: uppercase ; z-index: 99999}


@media screen and (max-width: 600px) {
 .swiper-slide p{bottom:0em ;left:4em;  right: inherit;font-size: 1em; }   
    
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Pagination Styles */
.swiper-pagination {opacity: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.pace-done .swiper-pagination {opacity: 1;}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-horizontal > .swiper-pagination {
  right: 2em;
  top:45%;
  height: : 100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}










img{width:100%}
.container-fluid{margin-left:3em; margin-right:3em; }
.row{ }
@media (max-width: 768px) {
.container-fluid{margin-left:1em; margin-right:1em}
}
svg{width:100%}
h1, h2, h3, h4, h5, h6 {
	color: #000;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 3em;margin: 0 0 1em 0 ;padding: 0; text-align: center; line-height: 1em
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #000;
}
a:hover {
	text-decoration: none;color:#666
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #000;
	background-color: none;
	background-repeat: repeat-x;
}
/* top */
#top {width:100%;z-index:998;
	background-color: #000;margin: 0;padding: 0; border: none; box-shadow: none;
height:50px; line-height:50px;position:absolute;	
	
}

#top #form-language .language-select {
	text-align: left; color: #000
}
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #666;
}
#top .btn-link, #top-links li, #top-links a {
	color: #fff; font-size:1.05em; text-transform:uppercase;
	text-shadow: none;font-weight:900;display:inline-block;
	text-decoration: none;font-family: 'PT Sans'; 
}
#top .btn-link:hover, #top-links a:hover {
	color: #f9f9f9; background:none;
}
#top-links{margin:0; padding:0; border:none}
#top-links ul{margin:0; padding:0}
#top-links ul li{display:inline-block}
#top-links .dropdown-menu a {
	text-shadow: none; color: #000
}
#top-links .dropdown-menu a:hover {
	color: #666;
}



/* logo */
#logo {
position:absolute; width:50px;line-height:50px; left:3em; }
@media (max-width: 768px) {
#logo {
 left:2em }}
/* cart */
#cart {
height:50px;position:relative;display:inline-block; top:0; right:0;margin: 0;padding: 0;}
#cart button{margin: 0; padding: 0; box-shadow: 0;}
#cart .btn {border:none; text-shadow:none;margin:-1px 0 0;padding:0 1.5em 0;
	font-size: 1.2em; height:50px; border-radius:none;
	 background-color:#000 ;box-shadow:none; border:none;
	color: #fff;	background-image: none;top:0; border-left:1px solid rgba(255,255,255,0.5) 


}
#cart.open > .btn {
	background-image: none;
	background-color:#fff ;
	border: none;
	color: #282828;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #282828;
}
form{border-radius: none}
#cart .dropdown-menu {border-radius:none;
	background: #fff; 
	z-index: 1001;color:#000;box-shadow: none; border: 1px solid #666;
}
#cart .dropdown-menu {
	min-width: 100%;
}
#cart .dropdown-menu a{color: #000}

#cart .dropdown-menu table {
	margin-bottom: 10px; color: #666
}
#cart .dropdown-menu li > div {
	min-width: 400px;
	padding: 0 10px;
}

#cart .dropdown-menu li p {
	margin: 20px 0; color: #000
}


.space{position: relative; width: 100%; height: 6em; overflow: hidden}
.img-thumbnail{border: none; width: 90px}
.img{width: 120px; position: relative;}

.coll{width: 200px; position: relative; white-space: nowrap; text-overflow: ellipsis}
/* menu */
#menu {display: block;
	background-color: none; margin-left: 140px;
	height: 50px; line-height:50px; white-space: nowrap
}

@media (max-width: 1000px) {#menu{margin-left: 100px}
}
@media (max-width: 950px) {
    #menu{display: none}
}
#menu ul{margin: 0;padding: 0; }
#menu ul li  {white-space: nowrap;
	color: #fff;padding:0; margin:0 0.8em;
line-height:50px;
	background-color: transparent;
}
#menu ul li  a {
	color: #fff;
}
#menu ul li a:hover, #menu .nav ul li.open > a {
}


#menu #category {
	padding-left: 0px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
}

@media (max-width: 767px) {
	
}
/* content */
#content {margin: 0;padding: 0
}
/* footer */
footer {
	margin: 0 0 ; 
	padding: 4em 0 0; 
	background: url(../image/stamp.svg) bottom right #000 no-repeat; background-size: cover; -webkit-background-size:cover;
	border-top: none; background-size: 180px;-webkit-background-size:180px;
	color: #fff; font-size: 1.05em; 
}

footer a {
	color: #fff;
}
footer a:hover {
	color: #ccc;
}
footer h5 {
font-family: 'PT Sans'; 	font-size: 1.3em; margin-bottom: 1.6em;
	font-weight: normal;font-weight: normal; text-transform: uppercase;
	color: #fff; position: relative;text-align: center
}
footer ul {text-align: center}
footer ul li {text-align: center; font-weight: normal;margin: 0.8em 0; padding: 0; line-height: 1em; font-size: 1.2em;}
footer p{text-align: center; margin: 0 auto;padding: 4em 0 0.5em; color: #ccc !important; font-size: 1em;font-family: 'PT Sans'; line-height: 1.2em}
/* alert */
.alert {border-left:none; border-right:none; border-top:1px solid #000; border-bottom: 1px solid #000; box-shadow: none; padding: 8px 14px 8px 14px; background: none;text-align: center; margin: 1em auto; font-size: 1.2em; color: #666; border-radius: 0; margin-bottom: 1em
}
.alert i{color: #000; font-size: 1.4em}
.alert a{color: #000;   border-radius: 0;}
/* breadcrumb */
.breadcrumb {background: none;
	margin: 70px 0 20px;
	padding: 8px 0;
}

.breadcrumb i{font-size: 1.5em}
.breadcrumb ul{margin: 0; padding: 0}

.breadcrumb > li {font-size: 1.15em; letter-spacing: 1px; padding-bottom: 0.1em;
	margin: 0 1em 0 0;text-transform: uppercase; font-weight: 200;
	position: relative;
	white-space: nowrap; border-bottom: 1px solid #282828
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
/*.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 20px;
	height: 20px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

*/
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border:none;
	border-radius: 0px;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group{border:none; box-shadow:none}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;margin:0 ;padding:0; box-shadow:none; border:none;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #fff; font-size: 1.3em;
	background-color: #000;
	border-color: none;
}
.btn-primary {
	color: #000;
	text-shadow: none; font-size: 1.3em; font-weight: bold;
	background-color: #fff;
	border:2px solid #000
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #000;color: #fff; border:2px solid #000
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	background-color: #363636;
	background-repeat: repeat-x;
	border:none;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
}
/* list group */
.list-group a {

	color: #fff;
	padding: 0;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #ccc;
}


.product-thumb {
	margin-bottom: 5em; 
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;width:100%;
}
.product-grid .product-thumb .image {
	float: none;
}

.product-thumb h4 {margin: 0em auto ;padding: 0.5em 0;text-align: center;
	font-weight: normal;font-size: 1.2em;color: #282828; line-height: 1em;white-space: nowrap;    text-overflow: ellipsis;
text-transform: uppercase;
position: relative;  overflow: hidden;
}
.product-thumb h4 a:hover{color: #666}
.product-thumb a{color: #282828}
.product-thumb .caption {
	padding: 0.5em 1em 1em;background: none; 
border-bottom: 1px solid #000;
}


.model p{color: #000; font-size: 1.2em; text-align: left}
.desc p{font-size: 1.3em !important; color: #666}
h2.price {
	margin: 0;text-align: left !important; font-weight: normal; color: #000;margin: 1em 0;font-size: 2.5em;
}
.product-thumb .price {
	color: #666;font-size: 1.3em;text-align: center
}
.addtocart{color: #000; text-align: center;    margin: 1.5em auto 0em;}
.addtocart-btn{ background: none; box-shadow:none; border: none;}
.addtocart i{font-size: 1.7em;color: #000}
.addtocart i:hover{color: #333}

.thumbnail {
	border: none
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;width:100%;border: none
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
}
.image-additional {
	
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}



/* -------------------------------- 

Stretchy Nav style - common to:
 - basic navigation
 - add-content navigation
 - edit-content navigation

-------------------------------- */
.cd-stretchy-nav {display: none;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 90px;
  pointer-events: none;
}
@media (max-width: 950px){ .cd-stretchy-nav {display: block}}
.cd-stretchy-nav .stretchy-nav-bg {
  /* this is the stretching navigation background */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: none;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  transition: height 0.2s;
}
.cd-stretchy-nav.nav-is-visible {
  pointer-events: auto;
}
.cd-stretchy-nav.nav-is-visible .stretchy-nav-bg {
  height: 100%;
}

.cd-nav-trigger {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  /* replace text with image */
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  pointer-events: auto;
}
.cd-nav-trigger span, .cd-nav-trigger span::after, .cd-nav-trigger span::before {
  /* this is the hamburger icon */
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #ffffff;
}
.cd-nav-trigger span {
  /* middle line of the hamburger icon */
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-nav-trigger span::after, .cd-nav-trigger span::before {
  /* top and bottom lines of the hamburger icon */
  content: '';
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}
.cd-nav-trigger span::before {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}
.cd-nav-trigger span::after {
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
}
.no-touch .cd-nav-trigger:hover ~ .stretchy-nav-bg {
}
.nav-is-visible .cd-nav-trigger span {
  background-color: transparent;
}
.nav-is-visible .cd-nav-trigger span::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-is-visible .cd-nav-trigger span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-stretchy-nav ul {background: #000;width: 150px;
  position: relative;
  z-index: 2;
  margin:0px 0 0;
  visibility: hidden;
  -webkit-transition: visibility 0.3s;
  -moz-transition: visibility 0.3s;
  transition: visibility 0.3s;
display: block;}
.cd-stretchy-nav ul a {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 calc(1em + 60px) 0 1em;
  color: #fff;
  font-size: 1.4rem;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.cd-stretchy-nav ul a::after {
  /* navigation item icons */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  opacity: .6;
  background: url(../img/cd-sprite-1.svg) no-repeat 0 0;
}
.cd-stretchy-nav ul a::before {
  /* line visible next to the active navigation item */
  content: '';
  position: absolute;
  width: 3px;
  height: 16px;
  top: 50%;
  right: 60px;
  -webkit-transform: translateX(3px) translateY(-50%) scaleY(0);
  -moz-transform: translateX(3px) translateY(-50%) scaleY(0);
  -ms-transform: translateX(3px) translateY(-50%) scaleY(0);
  -o-transform: translateX(3px) translateY(-50%) scaleY(0);
  transform: translateX(3px) translateY(-50%) scaleY(0);
  background-color: #0a9581;
}
.cd-stretchy-nav ul li{display: block}
.cd-stretchy-nav ul li:first-of-type { padding-top: 55px
}

.cd-stretchy-nav ul span {
  /* navigation item labels */
  display: block;
  opacity: 0;
  -webkit-transform: translateX(-25px);
  -moz-transform: translateX(-25px);
  -ms-transform: translateX(-25px);
  -o-transform: translateX(-25px);
  transform: translateX(-25px);
}

.cd-stretchy-nav.nav-is-visible ul {
  visibility: visible; 
}
.cd-stretchy-nav.nav-is-visible ul a::after {
  /* navigation item icons */
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  -webkit-animation: scaleIn 0.15s backwards;
  -moz-animation: scaleIn 0.15s backwards;
  animation: scaleIn 0.15s backwards;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-stretchy-nav.nav-is-visible ul a.active {
  color: #ffffff;
}
.cd-stretchy-nav.nav-is-visible ul a.active::after {
  opacity: 1;
}
.cd-stretchy-nav.nav-is-visible ul a.active::before {
  -webkit-transform: translateX(3px) translateY(-50%) scaleY(1);
  -moz-transform: translateX(3px) translateY(-50%) scaleY(1);
  -ms-transform: translateX(3px) translateY(-50%) scaleY(1);
  -o-transform: translateX(3px) translateY(-50%) scaleY(1);
  transform: translateX(3px) translateY(-50%) scaleY(1);
  -webkit-transition: -webkit-transform 0.15s 0.3s;
  -moz-transition: -moz-transform 0.15s 0.3s;
  transition: transform 0.15s 0.3s;
}
.cd-stretchy-nav.nav-is-visible ul span {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: slideIn 0.15s backwards;
  -moz-animation: slideIn 0.15s backwards;
  animation: slideIn 0.15s backwards;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}
.no-touch .cd-stretchy-nav.nav-is-visible ul a:hover {
  color: #ffffff;
}
.no-touch .cd-stretchy-nav.nav-is-visible ul a:hover::after {
  opacity: 1;
}
.no-touch .cd-stretchy-nav.nav-is-visible ul a:hover span {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
}
.cd-stretchy-nav.nav-is-visible ul li:first-of-type a::after,
.cd-stretchy-nav.nav-is-visible ul li:first-of-type span {
  -webkit-animation-delay: 0.05s;
  -moz-animation-delay: 0.05s;
  animation-delay: 0.05s;
}
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(2) a::after,
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(2) span {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(3) a::after,
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(3) span {
  -webkit-animation-delay: 0.15s;
  -moz-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(4) a::after,
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(4) span {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(5) a::after,
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(5) span {
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
/* -------------------------------- 

keyframes

-------------------------------- */
@-webkit-keyframes scaleIn {
  from {
    -webkit-transform: translateY(-50%) scale(0);
  }
  to {
    -webkit-transform: translateY(-50%) scale(1);
  }
}
@-moz-keyframes scaleIn {
  from {
    -moz-transform: translateY(-50%) scale(0);
  }
  to {
    -moz-transform: translateY(-50%) scale(1);
  }
}
@keyframes scaleIn {
  from {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
  }
  to {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }
}
@-webkit-keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slideIn {
  from {
    opacity: 0;
    -moz-transform: translateX(-25px);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-25px);
    -moz-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    -o-transform: translateX(-25px);
    transform: translateX(-25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

