@CHARSET "UTF-8";

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

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

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

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

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


body {
	font-family: robotoregular,Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #675f5b;
	margin: 0;
	padding: 0;
	background: #ffffff;
	border-top: solid 5px #ee1d25;
}

.container {
	max-width: 965px;
	margin: 0 auto;
	width: 98%;
	padding: 0 1%;
	min-width: 390px;
}


header {
	margin-bottom: 8px;
}

header .container {
	position: relative;
}

#logo {
	display: inline-block;
	width: 310px;
	padding: 10px;	
}

#logo a {
	display: block;
}

#header-share {
	display: inline-block;
	width: 115px;
}

#header-share a {
	display: inline-block;
	padding: 2px;
}



header nav {
	display: block;
	margin: -20px 0 0 0;
}

#language-selection {
	position: absolute;
	top: 5px; right: 9px;
}

#language-selection a {
	display: inline-block;
	padding: 2px;
}

nav ul {
	margin: 0;
	padding: 0;
	text-align: right;
}

nav ul li {
	list-style: none;
	display: inline-block;
	line-height: 16px;
	margin-left: 25px;
}

nav a {
	color: #464646;
	font-size: 16px;
	text-decoration: none;
}

nav a:hover,
nav a.active,
nav li.active a {
	color: #f03c3c;	
	text-decoration: none;
}

.btn-navbar {
  display: none;
  cursor: pointer;
  float: right;
  padding: 7px 10px;
  margin: 0 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5F5551;
  *background-color: #5F5551;
  background-repeat: repeat-x;
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
  border-radius: 4px;
}
nav .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  margin-top: 3px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

#slider {
	max-height: 385px;
	overflow: hidden;
	border-radius: 8px;
}

span.arrowround {
	background: transparent url(images/g.png) no-repeat;
	width: 13px;
	height: 13px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}


.box-title {
	border-radius: 5px;
	height: 33px;
	overflow: hidden;
	margin: 10px 0;
	background: #5d534f; /* Old browsers */
	background: -moz-linear-gradient(top,  #5d534f 0%, #665c58 50%, #5e5450 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5d534f), color-stop(50%,#665c58), color-stop(100%,#5e5450)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5d534f 0%,#665c58 50%,#5e5450 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5d534f 0%,#665c58 50%,#5e5450 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5d534f 0%,#665c58 50%,#5e5450 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5d534f 0%,#665c58 50%,#5e5450 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d534f', endColorstr='#5e5450',GradientType=0 ); /* IE6-9 */
}

.box-title h1 {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 20px;
	font-weight: normal;
	vertical-align: middle;
	height: 30px;
	line-height: 30px;
}

.box-title h1 a,
.box-title h1 a:hover {
	color: #FFF;
	text-decoration: none;
}

.box-title.small {
	height: 24px;
	background: #6e6562; /* Old browsers */
	background: -moz-linear-gradient(top,  #6e6562 0%, #675d5a 50%, #6e6562 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6e6562), color-stop(50%,#675d5a), color-stop(100%,#6e6562)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6e6562 0%,#675d5a 50%,#6e6562 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6e6562 0%,#675d5a 50%,#6e6562 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6e6562 0%,#675d5a 50%,#6e6562 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6e6562 0%,#675d5a 50%,#6e6562 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e6562', endColorstr='#6e6562',GradientType=0 ); /* IE6-9 */
}

.box-title.small h1 {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	vertical-align: middle;
	height: 22px;
	line-height: 22px;
}

.box-inner-wrapper {
	padding: 0 1.5%;
}

.box-inner-wrapper h1 {
	font-size: 18px;
}

.box-title .icon {
	display: inline-block;
	margin: 0 15px;
	vertical-align: middle;
}

.icon.logo {
	background: transparent url(images/g.png) no-repeat -31px 0;
	width: 70px; height: 28px;
	float: right; margin-top: 4px;
}

.icon.products {
	background: transparent url(images/g.png) no-repeat 0 -28px;
	width: 22px; height: 21px; 
}

.icon.news {
	background: transparent url(images/g.png) no-repeat 0 -49px;
	width: 22px; height: 17px; 
}

.icon.reciept {
	background: transparent url(images/g.png) no-repeat 0 -68px;
	width: 22px; height: 22px;
}

.icon.details {
	background: transparent url(images/g.png) no-repeat -22px -30px;
	width: 18px; height: 17px;
}

.icon.packed {
	background: transparent url(images/g.png) no-repeat -61px -30px;
	width: 18px; height: 17px;
}

.icon.incredits {
	background: transparent url(images/g.png) no-repeat -42px -30px;
	width: 18px; height: 17px;
}

.icon.description {
	background: transparent url(images/g.png) no-repeat -80px -30px;
	width: 18px; height: 17px;
}

.icon.large {
	background: transparent url(images/g.png) no-repeat 0 -19px;
	width: 10px; height: 11px;
}

.icon.clock {
	background: transparent url(images/g.png) no-repeat -24px -49px;
	width: 17px; height: 17px;
	margin-top: -2px;
}

.icon.checkmark {
	background: transparent url(images/g.png) no-repeat -42px -49px;
	width: 17px; height: 17px;
}

aside {
	float: left;
	width: 35%;	
}

article {
	float: right;
	width: 64%;	
	min-height: 600px;
}


footer {
	background: transparent url(images/footer-bg.png) no-repeat top center;
}

#footernav {
	padding-top: 20px;
	height: 32px;
}
	
#footernav ul {
	margin: 0; padding: 0;
	text-align: center;
	min-width: 300px;
}

#footernav li {
	list-style-type: none;
	display: inline-block;
	margin: 0 3%; /*2px;*/
}

#footernav a {
	color: #675f5b;
	text-decoration: none;
	font-size: 14px;
}

#footernav a:hover,
#footernav a.active,
#footernav li.active a {
	color: #f03c3c;	
	text-decoration: none;
}

#copyright {
	text-align: center;
	padding: 15px 0;
	color: #675f5b;
}
#copyright a {
	color: #675f5b;
}


.redline {
	width: 100%;
	border-radius: 3px;
	height: 13px;
	background: #f5777c; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5777c 0%, #ef4549 50%, #e91116 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5777c), color-stop(50%,#ef4549), color-stop(100%,#e91116)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5777c 0%,#ef4549 50%,#e91116 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5777c 0%,#ef4549 50%,#e91116 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5777c 0%,#ef4549 50%,#e91116 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f5777c 0%,#ef4549 50%,#e91116 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5777c', endColorstr='#e91116',GradientType=0 ); /* IE6-9 */
}


#categories-wrapper {
	text-align: center;
}

.category-box {
	width: 140px;
	height: 149px;
	display: inline-block;
	margin: 0 2% 15px 2%;
	border-radius: 0 0 16px 16px;
	box-shadow: 0 4px 5px #e7e7e7;
}

.category-box .box-title {
	width: 100%;
	height: 37px;
	border-radius: 2px;
	padding: 0; margin: 0;
}

.category-box:hover .box-title {
	background: #f0343b; /* Old browsers */
	background: -moz-linear-gradient(top,  #f0343b 0%, #e62a31 50%, #de2228 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0343b), color-stop(50%,#e62a31), color-stop(100%,#de2228)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f0343b 0%,#e62a31 50%,#de2228 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f0343b 0%,#e62a31 50%,#de2228 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f0343b 0%,#e62a31 50%,#de2228 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f0343b 0%,#e62a31 50%,#de2228 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0343b', endColorstr='#de2228',GradientType=0 ); /* IE6-9 */
}

.category-box .box-title h3 {
	width: 140px;
	height: 37px;
	padding: 0; margin: 0;
	font-weight: normal; font-size: 14px;
	display: table-cell; vertical-align: middle;
	text-align: center;
}

.category-box h3 a {
	color: #FFF;
	display: block;
}

.category-box h3 a:hover {
	text-decoration: none;
}

.category-box .category-image {
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafafa 0%, #e8e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 0%,#e8e8e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 0%,#e8e8e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fafafa 0%,#e8e8e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
	height: 112px; width: 140px;
	margin-top: -2px;
	display: table-cell; vertical-align: middle;
	text-align: center;
	border-radius: 0 0 16px 16px;	
}



.post-list {
	overflow: hidden;
	position: relative;
	margin: 10px 0;
}

.post-list-img {
	float: left;
	margin-right: 1%;
	max-width: 15%;
}

.post-list h2 {
	font-size: 14px;
	margin: 0; padding: 0;
}

.post-list p {
	font-size: 14px;
	margin: 0; padding: 7px 0;
	text-align: left;
}

.more {
	font-size: 11px;
	font-style: italic;
	display: block;
	right: 4%; bottom: 2px;
	position: absolute;
}

.more span {
	display: inline-block;
    height: 15px;
    line-height: 15px;
    margin-left: 5px;
    vertical-align: middle;
}

.moreline {
	padding-top: 4px;
	text-align: right;
}

.moreline a {
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	font-family: 'Roboto', sans-serif;
}
	

.post-title {
}

.post-lid {
	font-weight: bold;
	text-align: justify;
}

.post-content {
}




.product-list {
	width: 30.33%;
	margin: 10px 1%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

.product-list h2 {
	padding: 0; margin: 5px 0;
	font-size: 14px;
	text-align: center;
}

.product-list a,
.product-list a:hover {
	text-decoration: none;
	color: #675f5b;
	display: block;
}

.product-thumblist {
	width: 17%;
	margin: 10px 1%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

.product-thumblist h5 {
	padding: 0; margin: 5px 0;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
}

.product-thumblist a,
.product-thumblist a:hover {
	text-decoration: none;
	color: #675f5b;
	display: block;
}

/*
	product page
*/

.box-inner-wrapper.product h1 {
	font-size: 30px;
	margin: 0; padding: 5px 0 5px 0;
}

.box-inner-wrapper.product .redline {
	height: 3px;
}

#product {
	padding-top: 15px;
}

#product-image {
	width: 28%;
	float: right;
	margin: 5px 1%;
	text-align: center;
}

a.largertext {
	font-size: 12px;
	color: #675f5b;
	display: block;
}

.icon {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}

.detail-line {
	float: left;
	width: 70%;
	margin-bottom: 20px;
}

.detail-label {
	width: 37%;
	max-width: 150px;
	display: inline-block;
	vertical-align: top;
	padding: 0; margin: 0;
}

.detail-text {
	width: 60%;
	display: inline-block;
	vertical-align: top;
}

.detail-description {
	width: 100%;
}

.detail-description .detail-text p:first-child {
	margin-top: 0; padding-top: 0;
}
.detail-description .detail-text p {
	text-align: justify;
}

.detail-description .detail-label {
	width: 26%;
	max-width: 150px;
}

.detail-description .detail-text {
	width: 72%;
}

.detail-line.full {
	
}

.detail-line.full .detail-label {
	display: block;
	width: 100%;
	max-width: 100%;
	vertical-align: top;
	padding: 0; margin: 0;
}

.detail-line.full .detail-text {
	display: block;
	width: 100%;
	vertical-align: top;
}

#receipt {
	padding-top: 15px;
}

ul.incredits {
	margin: 0 0 0 35%;
	padding: 0;
}

ul.incredits li {
	list-style-type: none;
	padding: 2px 0;
}

ul.incredits li a {
	text-decoration: none;
	display: inline-block;
	color: #333;
	border-bottom: solid 2px #c6c3c1;
}

ul.incredits li a:hover {
	text-decoration: none;
}


/* share */

.shareLineH {
	margin: 7px 0;
}
	
.shareLine {
	text-align: right;
	min-height: 18px;
	width: 100%;
	vertical-align: middle;
	overflow: hidden;
}

.shareLine .shareItems {
	display: inline-block;
	margin: 0 3px;
	text-align: right;
	vertical-align: middle;
}

.shareLine .shareItems.date {
	float: left;
}

.shareLine .shareItems.google {
	width: 60px;
}

.shareLine .shareItems.twitter {
	width: 80px;
}


/*popup*/
.popup-bg {
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:1000;
	position: fixed;
	display: none;
	background-color: rgba(0,0,0,0.4);
}
.popup-container {
    z-index: 10001;
    display: none;
    position: absolute;
    top: 0; right: 0; left: 0; margin: auto;
    box-shadow: 0 0 5px 2px #F3F3F3;
}

.popup-close {
	cursor:pointer; display: none;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index:1100;
    font-size: 40px;
    font-weight: bold;
    color: #000;
    text-shadow: 0 1px 8px #F3F3F3;
}
.popup-close:hover {
	color: #B72717;
}



