/* Reset
------------------------------------------------ */

html, body, p, ul, ol, li, th, td, h1, h2, h3, h4, h5, h6, dl, dt, dd, article, aside, details,
figcaption, figure, footer, header, hgroup, menu, nav, section {
	padding:0;
	margin:0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}

/* Fonts
------------------------------------------------ */

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

/* Overall styles
------------------------------------------------ */

html {
	background:url(../img/background.jpg) no-repeat center;
	min-height:100%;
}

body {
	font-family:arial, sans-serif;
	line-height:130%;
	color:#2f2f2f;
}

a {
	text-decoration:none;
	color:#be3223;
}

a:hover, a:active {
	text-decoration:underline;
}

.r {
	float:right;
}

.clear {
	font-size:1px;
	height:1px;
	clear:both;
}

img {
	border:0;
}

h1 {
	font-weight:normal;
	margin:0 0 15px 0;
	font-size:32px;
	color:#666;
}

h2 {
	font-weight:normal;
	margin:0 0 10px 0;
	font-size:24px;
	color:#666;
}

h3 {
	font-weight:normal;
	margin:0 0 5px 0;
	font-size:18px;
	color:#666;
}

/* Forms
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#container {
	background:url(../img/content.png);
	position:relative;
	padding:20px 30px;
	margin:60px auto;
	height:760px;
	width:940px;
}

.sidebar {
	margin-right:20px;
	height:445px;
	float:left;
	width:180px;
	color:#666;
}

.sidebar .heading {
	margin-top:5px;
	margin-bottom:20px;
	text-align:center;
	font-size:24px;
}

.central {
	margin-left:200px;
	height:445px;
	color:#666;
}

.central .heading {
	margin-bottom:20px;
	line-height:24px;
	margin-top:5px;
	font-size:18px;
}

/* Sidebar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.sidebar ul {
	margin-left:0;
	list-style:none;
}

.sidebar li {
	margin-bottom:5px;
}

.sidebar ul a {
	font-size:18px;
	color:#9a9a9a;
}

.sidebar ul a:hover,
.sidebar ul .active {
	text-decoration:none;
	color:#000;
}

/* Content
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.content {
	box-shadow:0 5px 20px rgba(50,50,50,.5);
	background-color:#ddd;
	border:1px solid #9a9c99;
	border-radius:10px;
	font-size:12px;
	padding:15px;
}

.content.w-banners {
	width:559px;
	height: 444px;
	}

.content .inner {
	overflow:visible;
	height:445px;
	width:100%;
}

.c-start .content .inner {
       height: 475px;
       margin: -15px -15px -15px -16px;
       overflow: hidden;
       position: absolute;
       top: 165px;
       width: 595px;}

.content .googlemap {
	border:7px solid #fff;
	margin-left:20px;
	float:right;
}

/* Banners
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.banners {
	position:relative;
	float:right;
	width:345px;
}

.banners a {
	box-shadow:0 5px 20px rgba(50,50,50,.5);
	margin:0 0 15px 15px;
	float:left;
}

.banners a img {
	float:left;
}

.banners .page a:nth-last-child(2),
.banners .page a:nth-last-child(1) {
	margin-bottom:0;
}

.banners .page {
	position:absolute;
	display:none;
	top:70px;
	left:0;
}

.banners .page:first-of-type {
	display:block;
}

.banners .page a:nth-child(odd) {
	clear:left;
}

/*paginator*/

.paginator {
       background: none repeat scroll 0 0 #DDDDDD;
       color: #DDDDDD;
       position: absolute;
       top: 454px;
       width: auto;
}

.paginator li {
       display: inline-block;
       font-weight: bold;
       margin-left: 4px;
       width: 16px;
}

.paginator li .active {
	border:2px solid #9a9c99;
	
}

/* Header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

header {
	margin-bottom:20px;
	position:relative;
	height:110px;
	z-index:999;
}

#logo {
	position:relative;
	margin:0 auto;
	display:block;
	width:231px;
	height:73px;
	top:8px;
}

/* Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

footer {
	position:absolute;
	text-align:center;
	font-size:10px;
	bottom:20px;
	right:30px;
	left:30px;
}

footer .inner {
	background-color:#9a9a9a;
	padding:5px 5px 5px 15px;
	margin-bottom:20px;
	height:70px;
}

footer .contacts {
	border-collapse:collapse;
	line-height:140%;
	height:70px;
	color:#fff;
}

footer .contacts td {
	vertical-align:middle;
	text-align:left;
	padding-left:15px;
}

footer .contacts td:first-child {
	border-right:1px solid #fff;
	padding-right:15px;
	padding-left:0;
}

footer p {
	margin:5px 0 0 0;
	line-height:100%;
}

footer .partners {
	position:absolute;
	height:70px;
	right:160px;
	left:270px;
	top:5px;
}

footer .partners > img,
footer .partners > a {
	vertical-align:middle;
	display:inline-block;
	margin:0 5px;
}

footer .partners img {
	max-height:70px;
}

footer .follow-us {
	border-left:1px solid #fff;
	height:70px;
	width:150px;
	float:right;
	color:#fff;
}

footer .social {
	float:right;
	width:72px;
}

/* Social icons (in footer)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.social a {
	background:url(../img/social.png);
	display:inline-block;
	text-indent:-2000px;
	margin:0 0 3px 3px;
	overflow:hidden;
	float:left;
	height:33px;
	width:33px;
}

.social .facebook {
	background-position:0 0;
}
.social .draugiem {
	background-position:0 -33px;
}
.social .youtube {
	background-position:0 -66px;
}
.social .twitter {
	background-position:0 -99px;
}

/* Language switch
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#languages {
	position:absolute;
	right:0;
	top:0;
}

#languages a {
	text-decoration:none;
	font-size:12px;
	float:left;
	color:#000;
}

#languages .active {
	color:#fff;
}

#languages a::before {
	padding:0 2px;
	content:"|";
	color:#000;
}

#languages a:first-child::before {
	content:"";
}

/* Mainmenu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#mainmenu {
	box-shadow:0 5px 20px rgba(50,50,50,.5);
	border-bottom:1px solid #9a9a9a;
	border-top:1px solid #9a9a9a;
	font-family:MyriadProCondensed;
	background-color:#ddd;
	position:absolute;
	z-index:999;
	height:30px;
	bottom:0;
	right:0;
	left:0;
}

#mainmenu ul {
	list-style:none;
	z-index:999;
}

#mainmenu li {
	background-color:#e5e5e5;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#cecece));
	background-image:-moz-linear-gradient(#f2f2f2, #cecece);
	background-image:-o-linear-gradient(#f2f2f2, #cecece);
	background-image:linear-gradient(#f2f2f2, #cecece);
	float:left;
}

#mainmenu ul a {
	border-left:1px solid #9a9a9a;
	display:inline-block;
	line-height:30px;
	padding:0 8px;
	color:#888;
}

#mainmenu ul li:first-child a {
	border-left:0;
}

#mainmenu .active,
#mainmenu li:hover {
	background-color:#b70145;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#c5004a), to(#8f0435));
	background-image:-moz-linear-gradient(#c5004a, #8f0435);
	background-image:-o-linear-gradient(#c5004a, #8f0435);
	background-image:linear-gradient(#c5004a, #8f0435);
}

#mainmenu ul ul {
	font-family:arial;
	display:none;
	top:30px;
	left:0;
}

#mainmenu ul ul a {
	border:0;
}

#mainmenu .lvl-1 li {
	position:relative;
}

#mainmenu .lvl-2 {
	border:1px solid #9a9a9a;
	position:absolute;
	width:135px;
}

#mainmenu .lvl-3 {
	background:url(../img/submenu-shade.png) repeat-y left center;
	border:1px solid #7f7b7b;
	position:absolute;
	width:135px;
	left:135px;
	top:0;
}

#mainmenu .lvl-2 li {
	background-color:#b4b4b4;
	border-bottom:1px solid #b4b4b4;
	background-color:rgba(180,180,180,.95);
	border-bottom:1px solid rgba(180,180,180,.95);
	background-image:none;
	display:block;
	float:none;
}

#mainmenu .lvl-2 > .active,
#mainmenu .lvl-2 li:hover {
	background-color:#b70145;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#8f0435), to(#c5004a));
	background-image:-moz-linear-gradient(#8f0435, #c5004a);
	background-image:-o-linear-gradient(#8f0435, #c5004a);
	background-image:linear-gradient(#8f0435, #c5004a);
}



#mainmenu .lvl-2 a {
	font-size:12px;
	line-height:130%;
	padding:5px 20px 1px 20px;
	display:block;
	color:#303030;
}

#mainmenu .lvl-1 .active > a,
#mainmenu .lvl-1 li:hover > a {
	text-decoration:none;
	color:#fff;
}

#mainmenu .lvl-2 .active > a,
#mainmenu .lvl-2 li:hover > a {
	text-decoration:none;
	color:#fff;
}

#mainmenu .lvl-3 .active > a,
#mainmenu .lvl-3 li:hover > a {
	text-decoration:underline;
	color:#303030;
}

#mainmenu .lvl-1 li:hover > ul {
	display:block;
}

#mainmenu .lvl-2 li:hover > ul {
	display:block;
}

#mainmenu .lvl-3 li {
	background-color:#ede8d9;
	border-top:4px solid #ede8d9;
	background-color:rgba(236,232,217,.95);
	border-top:4px solid rgba(236,232,217,.95);
	background-image:none;
	border-bottom:0;
	display:block;
	float:none;
}

#mainmenu .lvl-3 li:hover {
	background-color:#fff;
	border-top:4px solid #ede8d9;
	border-top:4px solid rgba(236,232,217,.95);
	background-image:none;
	border-bottom:0;
	display:block;
	float:none;
}

#mainmenu .lvl-2 .rtl ul,
#mainmenu .lvl-2 .rtl {
	left:-135px;
}

/*
#mainmenu .lvl-3 a {
	background:url(../img/submenu-shade.png) repeat-y left center;
}
*/


/* Search
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#search {
	position:absolute;
	width:260px;
	height:20px;
	right:140px;
	top:5px;
}

#search input {
	background-color:#fff;
	padding:0 5px;
	width:170px;
	height:20px;
	border:0;
}

#search label {
	text-align:right;
	display:block;
	width:70px;
	color:#888;
	float:left;
	padding:0;
}

#search label span {
	background-color:#fff;
	padding-left:5px;
	display:inline-block;
	height:20px;
	float:right;
}

/* SQL log
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.cake-sql-log {
	background-color:#fff;
}

.cake-sql-log caption {
	background-color:#fff;
	padding:4px 0;
}

.cake-sql-log tr:nth-child(odd) {
	background-color:#ececec;
}

.cake-sql-log td {
	vertical-align:top;
	padding:2px;
}

/* Slides
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#slides {
	position:static;
	height:475px;
	width:595px;
	z-index:99;
}

#slides .item {
	background:transparent none no-repeat scroll center;
	position:absolute;
	height:475px;
	width:595px;
	display:none;
	left:0;
	top:0;
}

#slides .item:first-child {
	display:block;
}

#slides .item .floating-text {
	position:absolute;
}

#slides .stretch {
	display:block;
	height:475px;
	width:595px;
}

/* Shops' map
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#shop-tooltip,
#shop-tooltip-clone {
	background:transparent url(../img/map-pin.png) repeat scroll 0 0;
	cursor:pointer;
	display:none;
	height:73px;
	left:0;
	position:absolute;
	top:0;
	width:134px;
	z-index:10;
}

#shop-tooltip div,
#shop-tooltip-clone div {
	background:transparent none no-repeat scroll center center;
	height:63px;
	left:0;
	line-height:63px;
	position:absolute;
	text-align:center;
	top:0;
	width:116px;
	z-index:2;
}

#shop-tooltip span,
#shop-tooltip-clone span {
	color:#000000;
	display:block;
	height:40px;
	left:0;
	margin-top:23px;
	position:absolute;
	text-align:center;
	top:0;
	width:116px;
	z-index:1;
}

/* Shops' categories
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.shop-categories {
	background-color:#fff;
	overflow:hidden;
	margin-right:15px;
	height:370px;
	float:left;
	padding:15px;
	width:150px;
	color:#666;
}

.shop-categories ul {
	list-style:none;
}

.shop-categories li {
	line-height:150%;
	margin-bottom:0;
}

.shop-categories p {
	margin-bottom:10px;
	line-height:130%;
}

.shop-categories span {
	display:block;
	float:left;
	font-size:1px;
	height:17px;
	margin-right:5px;
	width:17px;
	overflow:hidden;
}

.sidebar .shop-categories a {
	border-bottom:2px solid #b3b3b3;
	font-size:11px;
	color:#666;
}

.shop-categories a:hover {
	text-decoration:none;
}

.shop-categories ul ul {
	margin-left:45px;
}

/* Shops list
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.shops {
	box-shadow:inset 0 0 20px #666;
	background-color:#cdcdcd;
	padding:20px;
	height:360px;
}

.shops .inner {
	overflow:auto;
	height:360px;
}

.shops .item {
	padding:5px 5px 5px 10px;
	background-color:#fff;
	margin-bottom:10px;
	overflow:hidden;
	height:80px;
}

.shops .item img {
	margin-left:20px;
	max-height:80px;
	float:right;
	width:120px;
}

.shops .item p {
	color:#666;
}

.shops .item a {
	color:#cdcdcd;
}

.shops-list .col {
	margin-right:10px;
	list-style:none;
	float:left;
	width:185px;
}

.shops-list .col li {
	margin-bottom:5px;
	line-height:130%;
}

/* SHOP MAP end */
/* OFFICE MAP start */

#office-map-inner {
	min-height:450px;
	background-image: url('../img/element-bg.png');
}

#office-map-top {
	margin:0px 0px 30px 310px;
	height: 36px;
	background-image: url('../img/silver_button.png');
}

#map {
	position:relative;
	float:left;
}

#office-tooltip,
#office-tooltip-clone {
	background:transparent url('../img/map-pin-office.png') repeat scroll 0 0;
	cursor:pointer;
	display:none;
	height:164px;
	left:0;
	position:absolute;
	top:0;
	width:300px;
	z-index:10;
}

#office-tooltip div,
#office-tooltip-clone div {
	background:transparent none no-repeat scroll center center;
	height:63px;
	left:0;
	line-height:63px;
	position:absolute;
	text-align:center;
	top:0;
	width:116px;
	z-index:2;
}

#office-tooltip span,
#office-tooltip-clone span {
	color:#000000;
	display:block;
	height:40px;
	left:0;
	margin-top:10px;
	margin-left: 10px;
	position:absolute;
	top:0;
	width:230px;
	z-index:1;
}

/* OFFICE MAP end */
/* SHOP CATEGORY BROWSE start */

span.category-title {
	font-size:14px;
	margin:0 0 0 6px;
	text-transform:lowercase;
}

/* SHOP CATEGORY BROWSE end */


/* SHOP VIEW start */

.part-map-container {
	position:relative;
	width:267px;
	float:right;
}

.shop-map {
	background:transparent none repeat scroll 0 0;
	overflow:hidden;
	padding:0;
	position:relative;
	z-index:2;
	height:390px;
	width:267px;
	float:right;
}

.shop-map .inner {
	left:0;
	position:relative;
	width:710px;
	z-index:1;
}

.shop-map.middle .inner {
	left:-259px;
	overflow:hidden;
	width:488px;
}

.shop-map.right .inner {
	left:-486px;
}

/* Shop description
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.shop-description {
	box-shadow:inset 0 0 20px #666;
	background-color:#fff;
	padding:20px;
	width:380px;
	height:360px;
}

.shop-description .inner {
	overflow:auto;
	height:360px;
	width:380px;
}

.shop-description img {
	margin-bottom:10px;
}

.shop-description .sub-info {
	margin-top:10px;
}

.shop-description .sub-info .sub {
	margin-top:0;
}

.shop-description p {
	line-height:130%;
	color:#666;
}

/* Shop's brands
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.shop-brands {
	line-height:100%;
}

.shop-brands .item {
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:55px;
	padding-top:5px;
	display:inline-block;
	height:30px;
	width:105px;
	color:#A2A2A2;
}

/* Galleries
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.galleries,
.gallery {
	height:400px;
}

.galleries .item {
	margin:0 45px 5px 0;
	line-height:130%;
	overflow:hidden;
	color:#303030;
	height:155px;
	width:120px;
	float:left;
}

.galleries img,
.gallery img {
	border:1px solid #fff;
	width:118px;
	height:88px;
}

.galleries .item:hover {
	text-decoration:none;
}

.gallery .item {
	margin:0 15px 15px 0;
	height:90px;
	width:120px;
	float:left;
}

/* News and events
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.events,
.news {
	box-shadow:inset 0 0 20px #666;
	background-color:#fff;
	padding:15px;
}

.events .inner,
.news .inner {
	overflow:auto;
	height:370px;
	width:100%;
}

.events time,
.news time {
	display:block;
	color:#b40031;
}

.news .item {
	margin-bottom:10px;
	line-height:110%;
	font-size:11px;
}

.news .item a {
	color:#666;
}

.news .item a:hover {
	text-decoration:none;
}

.events .item {
	border-top:1px solid #acacac;
	overflow:auto;
	padding-top:10px;
	margin-bottom:10px;
}

.events .item:first-child {
	border-top:0;
	padding-top:0;
}

.events .image {
	margin:0 0 10px 15px;
	max-width:150px;
	float:right;
}

.events h2 {
	margin-top:10px;
}

/* Social ke buttons
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.social-like-buttons {
	margin-top:10px;
}

/* Google custom search
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#google-cse {
	width:100%;
}

#google-cse input.gsc-input {
	border:1px solid #000000;
	color:#000000;
}

#google-cse .gs-result .gs-title b,
#google-cse .gs-result .gs-title {
	color:#be3223;
}

#google-cse .gsc-result-info,
#google-cse .gsc-branding {
	display:none;
}

/* Forms
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.fullform .input {
	overflow:hidden;
}

.fullform label {
	display:block;
	width:250px;
	float:left;
}

.fullform .text input {
	border:1px solid #aaa;
	width:250px;
}

.fullform .required {
	padding-left:5px;
	color:#c00;
}

.fullform .error-message {
	display:none;
}

/* Flash message
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#flash-message {
	background-position:-6px -6px;
	background-repeat:no-repeat;
	position:absolute;
	text-align:center;
	color:#000000;
	font-weight:bold;
	height:32px;
	line-height:32px;
	right:0;
	left:0;
	top:-48px;
}

#flash-message.message-failure {
	background-image:url("../img/msg-bg-err.gif");
	border-bottom:2px solid #e50d2e;
	border-top:2px solid #e50d2e;
}

#flash-message.message-success {
	background-image:url("../img/msg-bg-ok.gif");
	border-bottom:2px solid #51683b;
	border-top:2px solid #51683b;
}

#flash-message.message-unknown {
	background-image:url("../img/msg-bg.gif");
	border-bottom:2px solid #999;
	border-top:2px solid #999;
}

.scroll-pane {
	overflow:auto;
}

.section-270 {
	display:none;
}

#GiftCardCheckForm {
	padding: 0;
	margin: 0;
	height: 380px;
	position: relative;
	background: url('../img/karte_bante.png') no-repeat 0 0;
}

#GiftCardCheckForm label {
	display: none;
}

#GiftCardCardno {
	position: absolute;
	left: 85px;
	top: 290px;
	height: 22px;
	width: 223px;
	border: 0;
	background: transparent;
}


/* Quiz */

#shopping-quiz {
	background-color: #fff;
	padding: 10px;
	height: 530px;
	overflow: auto;
	font-size: 90%;
}

#shopping-quiz h3 {
	margin: 5px 0 2px;
	padding: 0;
	width: 380px;
	font-size: 12px;
}

#shopping-quiz h2 {
	font-size: 12px;
	width: 380px;
}

#shopping-quiz label {
	line-height: 15px;
	margin: 0 0 0 4px;
}

#shopping-quiz input {
	margin: 0;
	vertical-align: middle;
}

#shopping-quiz .text input {
	width: 310px;
}

#shopping-quiz .submit input {
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	background-color: #7A92A0;
	border: 0;
	color: #fff;
	margin: 8px 0 0;
	padding: 3px 10px;
}

#shopping-quiz .submit input:hover {
	background-color: #8AA2B0;
}


#category_title{
	position:relative;
	top:3px;
}



