
@import url("form.css");
@import url("colorbox.css");
@import url("responsive_recaptcha.css");
@import url("autocomplete.css");
* {
  box-sizing: border-box;
}
html, body {
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
	color:inherit;
}
html {
	font-size:20px;

	font-family: 'Signika Negative', sans-serif;
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
}
.erro {
	color:#F00;	
}
.warning-urgent {
	text-align:center;
	font-size:1em;
	background-color:#fabe2e !important;
	padding:1em;
}
.categoryWarning {
	padding:.5em .5em;
	background-color:#fabe2e;
	border-radius:4px;
	margin-bottom:1em;
}
.categoryWarning a {
	text-decoration:underline;
}
.outer.highlight {
	background: rgb(247,251,253); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(247,251,253,1) 0%, rgba(166,186,202,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,251,253,1)), color-stop(100%,rgba(166,186,202,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(247,251,253,1) 0%,rgba(166,186,202,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(247,251,253,1) 0%,rgba(166,186,202,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(247,251,253,1) 0%,rgba(166,186,202,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(247,251,253,1) 0%,rgba(166,186,202,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fbfd', endColorstr='#a6baca',GradientType=0 ); /* IE6-9 */
		
	border-top:3px solid #e5eef3;
	padding-top:.7em;
}
.water {
	background-image:url(/images/water.png);
	width:100%;
	height:750px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	background-color:rgba(255, 255, 255, 0.7);
}
.water .boxes {
	margin-top:4em;
}
.water .boxes ul {
	display:block;
	max-width:1000px;
	margin:0 auto;
	text-align:center;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.water .boxes  ul li {
	width:30%;
	display:inline-block;
	border: 1px solid #a1c4d9;
	border-radius:5px;
	background-color:#ffffffde;
	padding:2.5em 1em;
	margin:1em .7em;
	text-align:center;
}
.water .boxes  ul li span {
	visibility:hidden;
}
.water  .boxes ul li a {
	display:block;
}
.outer.logo {
	background-color:#8ca4b8;	
}
.outer.menu {
	background-color:#fdfeff;
	padding:.5em 0;
}
.minisite.outer.menu {
	display:none;
}
.water .outer.menu {
	background-color:#ffffffe5;
}
.outer.promos {
	background-color:#cccccc;
	border-top:3px solid #e5eef3;
}
.outer.mobAddress {
	background-color:#cccccc;
	font-size:.7em;
}
.outer.brands {
	border-top:3px solid #e5eef3;
	background-color:#FFF;
	margin-bottom:1em;
}
.outer.generic {
	background: rgb(247,251,253); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(247,251,253,1) 0%, rgba(166,186,202,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,251,253,1)), color-stop(100%,rgba(166,186,202,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(247,251,253,1) 0%,rgba(166,186,202,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(247,251,253,1) 0%,rgba(166,186,202,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(247,251,253,1) 0%,rgba(166,186,202,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(247,251,253,1) 0%,rgba(166,186,202,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fbfd', endColorstr='#a6baca',GradientType=0 ); /* IE6-9 */
		
	border-top:3px solid #e5eef3;
	padding:1em 0;
}
.outer.contacts {
	background-color:#787878;
	border-top:3px solid #e5eef3;
	padding-bottom:2em;
}
.outer.book {
	background-color:#fabe2e;
	border-top:3px solid #e5eef3;
	padding-bottom:2em;
}
.outer.book h3{	
	color:#666;
	margin-top:0;
}

.outer.footer {
	background-color:#eeeeee;
	border-top:3px solid #e5eef3;
}
.outer.intro {
	background-color:#fdfeff;
	padding:2em 0;
	font-size:.75em;
	line-height:1.2em;
	font-weight:200;
}
.intro h1, .intro h2 {
	font-size:1.1em;
	margin:0;
	font-weight:normal;
}
.inner {
	max-width:1030px;
	margin:0 auto;
	background-color:inherit;
}
.water .inner {
	background-color:transparent;
}
ul.sitemap {
	width:46%;
	display:inline-block;
	vertical-align:top;
}
ul.sitemap li {
	margin-top:1em;	
}
ul.sitemap li ul li {
	margin-top:0.2em;	
}
.sort {
	white-space:nowrap;
	text-align:right;
}
.book_tab {
	position:fixed;
	right:0;
	top:135px;
	width:61px;
	height:206px;
	z-index:200;
	background-image:url(/images/tab_booking.png);
	background-repeat:no-repeat;
}
.book_tab span {
	display:none;
}
.newsletter_tab {
	position:fixed;
	right:0;
	top:350px;
	width:61px;
	height:206px;
	z-index:200;
	background-image:url(/images/tab_newsletter.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
.newsletter {
	font-size:0.8em;
	width:400px;
}
.newsletter ul {
	list-style:circle;	
}
.bookpage .book_tab{
	display:none;
}
.sort form {
	display:inline-block;
	margin-left:1em;
	margin-bottom:1em;
}
.slider {
	background-color:#FFF;
	border-radius:4px;
	padding:2px 0;
	position:relative;
	width:100%;
	padding-bottom:55%;
}
.slider.blodkar, .slider.blodkar .banner {
	padding-bottom:30%;
}
.slider.blodkar span, .slider.blodkar h1 {
	display:block; 
	width:300px; 
	top:0;
	bottom:0;
	box-sizing:border-box;
	background-color:rgba(255,255,255,.8); 
	position:absolute;
	text-align:center;
	padding:60px 30px;
	font-size:57px;
	margin:0;
	color:#4E667A;
}
.slider .pages {
	position:absolute;
	top:10%;
	left:3px;
	z-index:101;
}
.slider .pages a {
	margin-top:2px;
	font-weight:600;
	display:block;
	background-color:rgba(120,120,120,.47);
	color:#86909c;
	text-transform:uppercase;
	font-size:1.9em;
	padding:0.2em .5em;
	cursor:pointer;
}
.slider .pages a:hover, .slider .pages a.selected {
	background-color:rgba(96,140,177,.7);
	color:#FFF;
}
.slider .banner {
	background-size:cover;
	background-repeat:no-repeat;
	width:auto;
	padding-bottom:45%;
	display:block;
}
.slider .subtitle {
	padding:.5em 0;
}
.slider .subtitle .title {
	display:block;
	width:70%;
	text-align:center;
	font-weight:bold;
	margin-bottom:1em;
	margin:0 auto;
	font-size:1em;
}
.slider .subtitle .intro {
	display:block;
	width:80%;
	text-align:center;
	margin:.5em auto 0 auto;
	font-size:0.8em;
	font-weight:normal;
}
.slider .screen{
	position:absolute;
	width:100%;
	height:100%;
	padding:3px;
	box-sizing: border-box;
}
.slider #screen1 {
	z-index:100;	
}
.slider #screen2 {
	z-index:99;	
}
.slider .more {
	position:absolute;
	bottom:9px;
	right:17px;
}
.social {
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	height:45px;
	display:inline-block;
	vertical-align:top;
	margin-left:2em;;
	padding:1.4em 3em .5em 1em;
	color:#FFF;
	display:inline-block;
	vertical-align:top;
	font-size:0.7em;
	position:relative;
}
.social img {
	vertical-align:middle;
	margin:-12px 0 0 10px;
}
.social .fbbox {
	display:none;
	width:212px;
	height:102px;
	padding:20px 10px 10px 10px;
	background-image:url(../images/fb_box.png);
	background-repeat:no-repeat;
	position:absolute;
	left:57px;
	top:45px;
	z-index:103
}
.social:hover .fbbox {
	display:block;	
}
.share {
	padding:1em 3em;
}
.share span {
	vertical-align:middle;	
}
.book .share {
	padding:0;	
}
.body .share {
	padding:1em 0;	
}
.control {
	display:inline-block;
	float:right;
	text-align:right;
	margin-right:5px;
	white-space:nowrap;
	text-transform:uppercase;
}
.control a {
	cursor:pointer;
}
.control .minicart {
	display:inline-block;
	border-left:1px solid #ffffff;
	height:45px;
	padding:1.4em 3em .5em 1em;
	font-size:0.7em;
	color:#FFF;
	text-transform:uppercase;
	background-image:url(/images/icons/icon_bag_2.png);
	background-position:right center;
	background-repeat:no-repeat;
	position:relative;
	vertical-align:top;
}
.control .minicart .number {
	display:inline-block;
	text-align:center;
	position:absolute;
	bottom:3px;
	right:-7px;
	width:18px;
	height:18px;
	background-color:#fff;
	border-radius:9px;
	color:#8ba4b8;
	font-weight:600;
	padding-right:1px;
}
.control .login {
	border-left:1px solid #ffffff;
	height:45px;
	padding:1em 1em .5em 1em;
	color:#FFF;
	display:inline-block;
	vertical-align:top;
	font-size:0.7em;
}
.control .logout  {
	border-left:1px solid #ffffff;
	height:45px;
	padding:1.4em 1em .5em 1em;
	color:#FFF;
	display:inline-block;
	vertical-align:top;
	font-size:0.7em;
}
.control .login.logged {
	padding:1.4em 3em .5em 1em;
	background-image:url(../images/icons/icon_user.png);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:40px;
	position:relative;
}
.control .searchbut {
	display:none;
}
.panel-menu {
	display:none;
	background-color:#8ca4b8;
	position:absolute;
	top:31px;
	left:0px;
	width:100%;
	z-index:105;
	-webkit-box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:    0px 3px 2px 0px rgba(50, 50, 50, 0.45);
	box-shadow:         0px 3px 2px 0px rgba(50, 50, 50, 0.45);
}
.panel-menu {
	padding:1em 0;	
}
.panel-menu li {
	padding:.2em 1em;	
}
.panel-menu li:hover {
	color:#444444;	
}
.logged:hover .panel-menu {
	display:block;	
}

.logo .logo_image {
	display:inline-block;	
}
.logo .logo_image img{
	max-width:255px;
	margin-top:.1em;
	height:14.5%;
}
.txtCenter {
	text-align:center;
	background-color:inherit;
}
.headline {
	/*border-top:1px solid #000000;*/
	border-left: 3em solid #000000;
	border-right: 3em solid #000000;
	height:1px;
	font-size:1.2em;
	display:inline-block;
	background-color:inherit;
	font-family: 'Signika Negative', sans-serif;
	color:#000000;
	text-transform:uppercase;
	margin:2em 0 1.5em 0;
}
.headline.inv {
	border-color: #FFF;
	color:#FFF;
}
.headline h3, .headline h1 {
	padding:0em 1em 0 1em;
	margin:-.5em 0em 0 0em;
	background-color:inherit;
	color:inherit;
	font-weight:normal;
}
.headline h1 {
	font-size:1.17em;
}
.search {
	width:265px;
	height:1.8em;
	background-color:white;
	border-radius:4px;
	margin-top:-.3em;
	background-image:url(../images/icons/icon_lokglas.png);
	background-position:237px 8px;
	background-repeat:no-repeat;
	float:right;
	margin:6px 10px auto auto;
}
.categories .headline {
	border-width:1em;
	margin:2em auto 1.5em auto;
}
.categories .headline h3 {
	padding:0em .3em 0 .3em;
	font-size:.9em;
}
.menu a {
	white-space:nowrap;	
	font-weight:600;
	cursor:pointer;
}
.menu ul {
	list-style:none;
	padding:0;
	margin:0;
	display:inline-block;
	position:relative;
}
.menu .top li {
	font-size:.85em;
	padding:.5em 1em;
	color:#325776;
	display:inline-block;
	position:static;
}
.menu .top li ul.sub {
	font-size:1.05em;
}
.menu .top li ul {
	display:none;
	position:absolute;
	z-index:102;
	left:-3px;
	top:1.90em;
	background-color:#e5eef3;
	white-space:nowrap;
}
.menu .top li ul.sub {
	padding:1em;
	width:1030px;
	height:240px;
-webkit-box-shadow: 0px 4px 4px 0px rgba(142, 142, 142, 1);
-moz-box-shadow:    0px 4px 4px 0px rgba(142, 142, 142, 1);
box-shadow:         0px 4px 4px 0px rgba(142, 142, 142, 1);
}
.menu li ul li a {
	padding:.5em 1em;
	box-sizing:border-box;
	display:block;
	font-weight:normal;
}
.menu .top li ul li {
	border:0;
	padding:0;
	display:inline-block;
	width:255px;
}
.menu .top li ul li:hover {
	background-color:#7b9cb7;
	color:#FFF;
}
.menu .top li:hover, .menu .top li.on {
	background-color:#e5eef3;	
}
.menu .top li:hover ul {
	display:block;
	left:0;
}
.menu .top li ul li.clear {
	width:auto;
	display:block;
	padding:0;
	margin:0;
	height:0;
	clear:both;
}
.menu .top li ul li.short {
	letter-spacing:-0.3px;
}
.marcas a {
	margin:0 2.0em;	
}

.display {
	margin-left:-1em;
	text-space-collapse:collapse;
	white-space-collapse: discard;
	padding-bottom:2em;
}

.contacts .map {
	position:relative;
	overflow:hidden;
	padding-bottom:45%;
	width:100%;
	background-color:inherit;
}
.contacts .map.short {
	padding-bottom:35%;
}
.contacts #map-canvas {
	position:absolute;
	width:100%;
	height:100%;
}
.contacts .mapOverlay{
	position:absolute;
	top:0;
	left:10%;
	width:210px;
	height:100%;
	background-color:inherit;
	color:#FFF;
	font-size:.75em;
	padding-top:2em;
}
.contacts .mapOverlay table{
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}
.contacts .mapOverlay table td {
	padding:0;	
}
.footer {
	padding:1em 0 5em 0;
	font-size:.8em;
	color:#aaaaaa;
}
.footer .copy {
	float:left;	
	margin-top:16px;
	font-size:13px;
}
.footer .author {
	float:right;
	font-size:13px;
	
}
.footer .author img{
	vertical-align:middle;
	margin-bottom:16px;
}

.prodItem {
	width:18%;
	background-color:#FFF;
	margin-left:0.855em;
	margin-bottom:1em;
	display:inline-block;
	vertical-align:top;
	color:#000;
}
.cart_added .prodItem {
	width:190px;
	margin-left:0.7em;
	margin-top:1.5em;
}
.prodItem small {
	font-size:0.5em;
	margin-left:.5em;
}
.prodItem a, .prodItem .name, .prodItem .desc {
	display:block;
	text-align:center;
}
.prodItem .image {
	width:auto;
	display:block;
	padding-bottom:100%;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	position:relative;
}
.prodItem .ribbon{	
	background-size:cover;
	width:79.5%;
	padding-bottom:45.4%;
	position:absolute;
	left:-8px;
	top:-6px;
}
.prodItem .ribbon.new {
	background-image:url(/images/icons/icon_new.png);
}
.prodItem .ribbon.promo {
	background-image:url(/images/icons/icon_promo.png);
}
.prodItem .name {
	font-size:.7em; 
	height:1.99em;
	font-weight:bold;
	margin:0.5em 0;
	padding:0 .2em;
	overflow:hidden;
}
.prodItem .desc {
	font-size:0.65em;
	height:3em;
	margin-bottom:1em;
	overflow:hidden;
	padding:.1em .2em .2em .2em;
	color:#4c4d4d;
}
.prodItem .price {
	font-weight:bold;
	margin-top:.3em;
		
}
.prodItem .price .old, .prodItem .price .current {
	display:block;	
}
.prodItem .price .old {
	text-decoration:line-through;
	color:#7d7d7d;
	font-size:0.7em;
	display:block;
	height:1em;
}
.prodItem .price .promo {
	color:#226298;	
}
.prodItem .purchase {
	text-align:center;
	margin:1.2em 0;
}

.prodItem .purchase a {
	display:inline-block;	
}
.contItem {
	padding:1em;
	background-color:#FFF;
	margin:1em 0;
}
.contItem .title {
	display:block;
	font-size:1em;
	margin:0 0 .3em 0;
}
.contItem .description {
	display:block;
	font-size:.7em;
	margin:0 0 .3em 0;
}
.contItem .more {
	margin:.5em 0;
	font-size:.7em;
	color:#0a91a3;
}

.body .contItem {
	color:#000;	
	padding:0;
	font-size:1.3em;
	border-bottom:1px solid #CCC;
	padding-bottom:1em;
}
.content .body .contItem a{
	color:#000;	
}
.content .body a.title {
	color:#325776;
}
.destacar {
	background-color:#FC0;	
}
.inner .book {
	color:#FFF;
	font-size:1.1em;
	padding:2em 0;
	white-space:nowrap;
}
.inner .book  h3 {
	font-size:1.5em;	
}
.book .book_col {
	width:48%;
	display:inline-block;
	vertical-align:top;
	white-space:normal;
	margin:0 .5em;
	text-align:left;
}
.book_col .contact {
	margin-top:56px;
}
.content {
	background-color:#FFF;
	border-radius:4px;
	padding:2px 0;
	position:relative;
	width:100%;
}
.content.products {
	background-color:transparent;
}

.content.product .categories, .content.product .venue {
	white-space:normal;	
}
.content.register .body, .content.register .panel {
	margin:0 auto;
	display:block;
	width:750px;
	padding:2em;
}
.content.register .panel .info .mainform {
	margin-left:0;	
}
.content.register .panel .info .g-recaptcha>div  {
	margin:0 0 0 auto;
}
.content.register .panel .info fieldset.submit {
	text-align:right;
}
.content .submenu {
	display:inline-block;
	vertical-align:top;
	width:260px;
	margin-left:3px;
}
.content .submenu a {
	display:block;
	background-color:#e5eef3;
	margin:1px;
	padding:.4em .4em .4em 1em;
	font-size:0.75em;
	color:#325776;
}
.content .submenu a.on {
	color:#000;	
}
.content .submenu a.subsub {
	padding-left:1em;
	background-color:#dddddd;
}

.menu .top ul.maingen {
	width:1030px;
	white-space:normal;
	padding:1em 1em 1em 2em;
	height:auto !important;
}
.menu .top ul.maingen li {
	width:24%;
	font-size:0.95em;
	vertical-align:top;
	margin-top:.2em;
	margin-bottom:0.3em;
}
.menu .top ul.maingen li:hover {
	background-color:transparent;
}
.menu .top ul.maingen li ul li:hover a {
	color:#fff;
	background-color:#8ca4b8;
}
.menu .top li ul.maingen ul {
	display:block;
	font-size:.9em;
	white-space:normal;
	position:static;
	vertical-align:top;
	margin-top:0;
}

.menu li ul.maingen li a {
	padding-left:0;	
	color:#000;
}
.menu .top li ul.maingen ul li {
	display:block;
	width:100%;
	margin:0 5px 0 0;
}
.menu .top li ul.maingen ul li a{
	color:#325776;
	padding:0.3em 0em; 
	
}
.menu .top li ul.maingen li ul.static {
	margin-top:2em;	
}
.menu .top li ul.maingen li ul.static li a {
	color:#000;	
}
.menu .top li ul.maingen li ul.static li {
	font-size:1em;
	margin:.5em 0;
	
}

.content .categories {
	display:inline-block;
	vertical-align:top;
	width:195px;
	margin-left:3px;
	padding-top:4.6em;
}
.content .categories.src {
	padding-top:4.7em;	
}
.content .categories ul {
	list-style:none;
	padding:0;
	margin:0;
}
.content .categories ul li {
	background-color:#e5eef3;
	border-bottom:1px solid #FFF;
	font-size:.7em;
	color:#325776;
	background-position:178px 8px;
	background-repeat:no-repeat;
}
.content .categories ul li.open {.s
	/*background-image:url(../images/icons/icon_arr_bot.png);*/
	color:#000;
}
.content .categories ul li.closed {
	/*background-image:url(../images/icons/icon_arr_right.png);*/
}
.content .categories ul li a {
	padding:.4em 1.8em .4em .3em;
	box-sizing:box-content;
	display:block;
}
.content .categories ul li ul {
	font-size:1.3em;
}
.content .categories ul li ul li {
	padding-left:1em;	
	border-bottom:0px;
	background-color:#d4dddf;
	border-top:1px solid #c2c2c2;
}
.content .categories ul li ul li.on {
	color:#000;
	
}
.content .body {
	display:inline-block;
	vertical-align:top;
	width:750px;
	padding:.5em 60px;
	font-size:.7em;
}
.content .body.full {
	width:auto;
}
.content .body.blodkar {
	padding-right:20px;
	width:730px;
}
.content .body  a {
	color:#0a91a3;
	text-decoration:none;
}
.content .body p {
	margin-top:0;	
}
.content .body  ul{
	list-style:circle;
}
.content .body  ol{
	list-style:decimal;
}
.body.static {
	font-size:.7em;
	max-width:700px;
}
.content .body h1.title {
	font-size:2em;	
}
.content .body h2.intro {
	color:#2f5780;
	font-size:1.2em;
	font-style:normal;
}
.content .body h3 {
	color: rgb(128, 0, 128);
	font-size:1.2em;
	font-weight:normal;
}
.content .venue {
	display:inline-block;
	vertical-align:top;
	width:825px;
	padding:.5em 0 .5em 1em;
	font-size:.7em;
}
.content .venue .categoryName {
	display:none;
}
.content .venue .list {
	margin-left: -1em;
	font-size:1.4em;
}
.content .venue .detail {
	background-color:#FFF;
}
.content .checkout, .content .panel {
	vertical-align:top;
	width:auto;
	padding:2em;
	font-size:.7em;
}
.content .checkout .step {
	background-color:#eeeeee;
	font-size:1.9em;
	padding:.8em .5em;
	margin:.5em 0;
	border-radius:4px;
	border:1px solid #dddddd;
	display:inline-block;
	width:25%;
	color:#b5b5b5;
}
.content .checkout .step.selected {
	background-color:#c8d2db;
	color:#333333;
}

.content .checkout .info {

}
.content .checkout .terms {
	text-align:center;
	text-decoration:underline;
	width:200px;
	margin:-20px auto 0 auto;
	padding:0em 0;
}
.content .checkout .info .hasRegistered{
	margin:2em 0 2em 6em;
}
.content .checkout .info .label {
	padding:5px;	
}
.content .checkout .section, .content .panel .section{
	font-size:2em;
	color:#333;
	width:auto;
	font-weight:normal;
	margin-bottom:.5em;
	margin-top:.7em;
}
.content .checkout .section a {
	font-size:0.7em;
	color:#0a91a3;
	cursor:pointer;
}
.list .prodItem {
	width:22.4%;
}

.breadcrums {
	padding:.5em 0;
	font-size:1em;
	color:#2f5780;
}
.breadcrums.contpage{
	font-size:.7em;	
	padding-bottom:1em;
}
.breadcrums a {
	color:#555555;	
}
.breadcrums a:hover {
	color:#2f5780;
}
.content.product .venue .breadcrums {
	margin-bottom:1em;	
}
.content.product .categories {
	padding-top:2.6em;
	margin-left:0;
}
.list .navigate{
	font-size:.7em;	
	padding:1.4em;
	position:relative;
	height:4.3em;
}
.list .navigate .count {
	position:absolute;
	left:1.4em;
}
.list .navigate .sort {
	position:absolute;
	right:5px;
}
.list .navigate .button {
	background-color:#FFF;
	color:#333;
	font-size:1.2em;
	border: 1px solid #ededed;
	margin-left:0.2em;
	border-radius:4px;
	cursor:pointer;
}
.list .navigate .button.selected {
	background-color:#fabe2e;
	color:#000;
}

.list .paging {
	text-align:center;
	font-size:.7em;	
}
.list .paging a {
	background-color:#FFF;
	color:#333;
	font-size:1.2em;
	border: 1px solid #ededed;
	margin-left:0.2em;
	border-radius:4px;
	cursor:pointer;	
	padding:.1em .2em;
}
.list .paging a.selected {
	background-color:#fabe2e;
	color:#000000;
	border-color:#fabe2e;
}
.list .paging .crawler {
	display:none;	
}


.product .detail .image {
	display:inline-block;
	width:275px;
	height:275px;
	margin:2em 2em 2em 2em;
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
}
.product .detail .short {
	padding:1em;
	width:400px;
	height:430px;
	vertical-align:top;
	display:inline-block;
	box-sizing:content-box;
}
.product .detail .short em {
	margin:2em 0;
	display:block;
	text-align:justify;
	font-style:normal;
	font-size:1.1em;
}
.product .detail .short .warning {
	font-size:.9em;
	color:#F30;
	text-align:justify;
}
.product .detail .short .share {
	text-align:right;
	padding:3em 0 0 0;
}
.product .detail .price {
	font-weight:bold;
	margin-top:.3em;
	font-size:3em;
		
}
.product .detail .purchase {
	display:block;
	margin-top:2.5em;
	text-align:right;
}
.product .detail .purchase .button {
	padding:0.5em 0.7em;
	height:auto;
	display:inline-block;
	line-height:auto;
	background-color:#a7d143;
	font-size:2em;
	vertical-align:middle;
}
.product .detail .purchase .code {
	width:93px;
	font-size:16px;
	margin-right:.4em;
}
.product .detail .purchase .button span{
	display:none;
}
.product .detail .price .old, .product .detail .price .current {
	display:block;	
}
.product .detail .price .old {
	text-decoration:none;
	color:#7d7d7d;
	font-size:0.7em;
	height:1em;
}
.product .detail .price .redline {
	text-decoration:line-through;
	color:#F00;
	font-weight:bold;
}
.product .detail .price .old small {
	text-decoration:none;
}
.product .detail .price .current {
	margin-top:0.25em;
}
.product .detail .price small {
	font-size:0.5em;
	margin-left:.4em;
}
.product .detail .price .promo {
	color:#226298;
}
.product .detail .long {
	padding:0 0em 1em 4em;
	max-width:450px;
}
.product .detail .long ul {
	list-style:circle;	
}
.mask_5 {
	float:right;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border:2px solid #c0c0c0;
	overflow:hidden;
	padding:5px;
	display:block;
	background-color:#FFF;
	background-position:center;
	background-repeat:no-repeat;
}
.mask_5_wrp {
	float:right;
	clear:right;
	margin:0px 0px 10px 20px;
	font-style:italic;
	display:block;
	font-size:.8em;
}
.cart_added .sep {
	height:300px;
	margin:30px 20px;
	border-right:1px solid #CCC;
	width:1px;
	display:inline-block;
	vertical-align:top;
}
.cart_added .cart_msg {
	display:inline-block;
	width:350px;
	font-size:.9em;
	text-align:center;
	padding-top:75px;
}
.cart_added .cart_msg img {
	vertical-align:middle;
}
.cart_added .cart_msg .button {
	box-sizing:border-box;
	display:inline-block;
	line-height:1em;
	cursor:pointer;
}
.cart_added .cart_msg .button.checkout {
	background-color:#a7d143;
	font-size:2em;
}
.cart_added .cart_msg .button.stay {
	background-color:#999;
	font-size:1em;
	margin-top:2em;
}

.contact_col {
	display:inline-block;
	vertical-align:top;
	width:520px;
	padding-top:2em;
	color:#FFF;
	font-size:.8em;
}
.contact_col.info {
	margin-left:50px;
	width:450px;
}
.contact_col h3{
	color:#b5d4ed;
	font-weight:normal;
	margin-top:0px;
	font-size:1.5em;
	margin-bottom:1em;
}
.history {
	border-spacing:5px;
	width:100%;
}
.history th {
	border-bottom:2px solid #999;
	padding:.5em;
	background-color:#f9f9f9
}
.history td.spacer {
	border:0px;		
}
.history td {
	border-left:1px solid #CCC;	
	border-right:1px solid #CCC;
	padding:0.1em .5em;
}
.history td a {
	color:#325776;	
}


.feedbackItem, .content .submenu a.feedbackItem {
	background-color:#f1786d;
	border:3px solid #FFF;
	border-radius:10px;
	padding:.8em;
	position:relative;
	display:block;
	margin-top:30px;
	font-family:"Coming Soon";
	-webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.57);
	-moz-box-shadow:    0px 2px 2px 0px rgba(50, 50, 50, 0.57);
	box-shadow:         0px 2px 2px 0px rgba(50, 50, 50, 0.57);
	cursor:pointer;
}
.content .submenu.blodkar a.feedbackItem {
	margin-bottom:100px;
}
.body .feedbackItem {
	background-color:#e5eef3;
	vertical-align:top;
	display:inline-block;
	width:47%;
	margin:1em .5em;
	color:#000;
}
.body .feedbackItem span {
	color:#000;	
}
.body .feedbackItem span.data {
	color:#555555;
}
.body .feedbackItem img {
	display:none;	
}
.feedbackItem img{
	position:absolute;
	top:-25px;
	left:50px;
}
.feedbackItem span {
	display:block;
	text-align:center;
}
.feedbackItem .line {
	display:block;
	line-height:1.4em;
	margin-top:.5em;
	font-size:1em;
	color:#FFF;
	font-weight:bold;
}
.feedbackItem .data {
	display:block;
	line-height:1.4em;
	font-size:.8em;
	color:#555555;
	font-weight:bold;
	margin-top:1em;
	margin-bottom:.5em;
}
.feedbackItem .more{
	text-align:right;
	color:#FFF;
	font-weight:bold;
	font-size:.8em;
}

.feedbackPop #cboxWrapper{
	border:3px solid #f1786d;
	border-radius:10px;
	cursor:pointer;
	background-color:#FFF;
	padding:25px;
}

.feedbackPop #cboxTopLeft, .feedbackPop #cboxTopCenter, .feedbackPop #cboxTopRight,
.feedbackPop #cboxMiddleLeft, .feedbackPop #cboxMiddleRight,
.feedbackPop #cboxBottomLeft, .feedbackPop #cboxBottomCenter, .feedbackPop #cboxBottomRight {
	display:none;	
}

.feedbackPop h1.title {
	color:#f26d7d;
	font-family:"Coming Soon";
	font-size:1.7em;
}
.feedbackPop .back {
	float:right;
	color:#f26d7d;	
	font-size:2em;
	font-family:"Coming Soon";
}
.feedbackPop .body {
	padding-bottom:1em;
	margin:1em;
	font-size:.75em;
}
.book_wrp {
	text-align:center;
	padding:1em;
	background-color:#fdfeff;
}
.water .book_wrp {
	background-color:transparent;
}
.menubook {
	background-color:#ffef00;
	color:#325776;
	border-radius:4px;
}

.contentHome {
	display:flex;
	flex-wrap:wrap;
	color:#555;
	padding:1em;
	justify-content:space-between;
}
.contentHome > h1{
	width:100%;
	font-size:1.7em;
	margin-bottom:1em;
}
.contentHome > div{
	width:47%;
}

.water .boxes ul li {
	background-repeat:no-repeat;
}
.vbeam:hover{
	background-image:url(/images/test1.png);
}
.lightsheer:hover{
	background-image:url(/images/lightsheer.png);
}

.soprano:hover{
	background-image:url(/images/cool.png);
}
.fraxel:hover{
	background-image:url(/images/fraxel2.png);
}
.korona:hover{
	background-image:url(/images/korona.png);
}
.water .boxes ul li span {
	font-size:.8em;
}
.water .boxes ul li:hover span{
	visibility:visible;
}
.footercontact {
	font-size:12px;
}