/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.7em;margin:.83em 0}h3{font-size:1.5em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.7;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.7;
	filter:alpha(opacity=7);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
	color:#000;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	top:-15px;
	right:0px;
	text-align:center;
	padding: 15px 0;
	z-index:100;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(../img/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../img/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
	text-align:left;
    }
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

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


@font-face {
  font-family: 'FontAwesome';
  src: url('../font/fontawesome-webfont.eot?v=3.2.1');
  src: url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}


h1, h2, h3, h4, p {
    margin: 0;}


h1, h2, h3, h4 {
    color: #383320;
	}

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

a:hover {	
	text-decoration:underline;
	}
	
body {
	background-color: #383320;
	font-family: 'bree_serifregular', Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	}

#wrapper {
	width:980px;
	margin: 0 auto;
	background: url(../img/iwan_l.png), url(../img/iwan_m.png), url(../img/iwan_r.png);
	background-repeat:  no-repeat, no-repeat, no-repeat;
	background-position: top left, top center ,top right;
	}

header{
	width:880px; /*89.79591%*/
	margin: 0 auto;
	height:272px;
	background-color:#FC3;
	background: url(../img/head_hg.jpg);
	background-repeat: no-repeat;
	background-position: center 53px;
	padding-top:55px;
	text-align:center;
	position:relative;
	}

nav, footer {
	max-width:89.79591%;
	height:10px;
	margin: 0 auto;
	}

#content_wrapper {
	width:89.79591%; 
	margin: 0 auto;
	}

article {
	width:61%;/*50.7755051%*/
	margin: 0 auto;
	float:left;
	padding:1% 0%;
	}

aside {
	width:37%;
	margin: 0 auto;
	float:left;
	margin:1% 0 0 2%;
	background:url(../img/sb_hg_top.jpg) top repeat-x, url(../img/content_kante_unten.gif) bottom center no-repeat ;
	background-color:#948E6B;
	min-height:360px;
	padding:2% 0%; 
	position:relative;}

aside section {
	padding: 2% 3.8%; 
}

/*---------------------------------------Header--------------------------------------------*/

#site-slogan q{
	margin-left:-999em;
	
	}

header figure {
	width:250px;
	height:167px;
	display:block;
	background-color:#DBDBDB;
	position:absolute;
	box-shadow:#000 0 0 4px, #000 0 0 2px inset;
	border:#fff 5px solid;
	}

header figure.topleft{
	top:110px;
	left:-30px;
	-ms-transform:rotate(-4deg); /* IE 9 */
    -webkit-transform:rotate(-4deg); /* Safari and Chrome */
	transform:rotate(-4deg);
	z-index:1;
	}

header figure.topright{
	top:115px;
	right:-30px;
	-ms-transform:rotate(3deg); /* IE 9 */
    -webkit-transform:rotate(3deg); /* Safari and Chrome */
	transform:rotate(3deg);
	z-index:2;
	}

header figure.small{
	width:150px;
	height:100px;
	top:180px;
	right:180px;
	-ms-transform:rotate(1deg); /* IE 9 */
    -webkit-transform:rotate(1deg); /* Safari and Chrome */
	transform:rotate(1deg);
	z-index:4;
	}

header figure.slider{
	width:340px;
	height:190px;
	top:110px;
	left:205px;
	z-index:3;
	background-image: url(../img/slider_start.jpg);
	}

header figure.slider figcaption{
	width:96%;
	padding:1% 2%;
	background-image: url(../img/transparent.png);
	z-index:20;
	position:absolute;
	bottom:0;
	text-align:left;
	}

header figure.slider figcaption a{
	color:#FFF;
	}

header em {
	color: #383320;
	font-size:2em;
	font-style: normal;
	font-weight: bold;	
	}
	

/*---------------------------------------NAV--------------------------------------------*/

nav{
	height:57px;
	margin-top:10px;
	margin-bottom: 10px;
	font-size: 1.3em;
	font-weight:bold;
	box-shadow:#988978 0 -2px 2px inset, #000 0 2px 2px ;
	background:url(../img/nav_hg.jpg) top center no-repeat;
	}


/*---------------------------------------NAV Regal------------*/
#regal {
	position:absolute;
	bottom:0;
	right:0;
	margin-right:10px;
	z-index:10;
	}

#regal a {
	color:#FFFFFF;
	}

#book1 {
	font-size:0.8em;
	position:absolute;
	bottom:55px;
	left:52px;
	margin-right:10px;
	z-index:2;
	-moz-transform:rotate(-85deg); /* Firefox 3.6 Firefox 4 */
	-webkit-transform:rotate(-85deg); /* Safari */
	-o-transform:rotate(-85deg); /* Opera */
	-ms-transform:rotate(-85deg); /* IE9 */
	transform:rotate(-85deg); /* W3C */
	}

#book1 a{
	color:#000000;
}

#book2 {
	font-size:0.7em;
	position:absolute;
	bottom:75px;
	left:78px;
	margin-right:10px;
	z-index:2;
	-moz-transform:rotate(-90deg); /* Firefox 3.6 Firefox 4 */
	-webkit-transform:rotate(-90deg); /* Safari */
	-o-transform:rotate(-90deg); /* Opera */
	-ms-transform:rotate(-90deg); /* IE9 */
	transform:rotate(-90deg); /* W3C */
	}

#book3 {
	font-size:0.8em;
	position:absolute;
	bottom:37px;
	left:150px;
	margin-right:10px;
	z-index:2;
}

/*---------------------------------------Content--------------------------------------------*/

article section{
	background:url(../img/content_kante_oben.gif) top repeat-x, url(../img/content_kante_unten.gif) bottom repeat-x;
	background-color:#948E6B;
	padding:3% 2%;
	margin-bottom:1%;
	padding-bottom:30px;
	}

article section.first h1{
	text-shadow:#CECBBB 1px 1px 1px;
	font-size:1.7em;
	}

article section.content figure{
	width:200px;
	height:133px;
	display:block;
	background-color:#ccc;
	margin:2% 1% 0 2%;
	float:right;
	outline:#FFF 4px solid;
	position:relative;
	}

article section.content figcaption{
	color:#000000;
	opacity:0.9;	
	background-color:#fff;
	position:absolute;
	bottom:0px;
	padding:1% 2%;
	font-size:0.9em;
	font-weight:400;
	}

article section.content h2{
	font-size:1.5em;
	}

article section.content h2:before{
	content:"";
	width:35px;
	height:20px;
	display:inline-block;
	background: url(../img/pre_head.gif) center bottom no-repeat;
	margin-right:1%;
	}

article section.content p a{
	color:#FFF;
	text-decoration:underline;
	}

article section.content a.link{
	padding: 0 5px;
	background-color: white;
	margin: 10px 15px;
	float: right;
	border-radius:4px;
	color:#000;
	text-decoration:none;
	}
	
article section a.link:after{
	font-family: FontAwesome;
	content:"\f101";
	margin-left:4px;
	text-decoration:none;
	}

article section a.link:hover{
	text-decoration:none;
	box-shadow:#FFF 0 0 4px;
	}

article section.ausstattung h3{
	margin: 5px 30px;
	font-size:1.2em;
	}

article section.ausstattung figure{
	margin-top: -20px;
	margin-right:40px;
	margin-bottom:20px;
	}
article section.ausstattung hr{
	margin: 20px 40px;
	}

	
/*-----------------Home-------------------------*/


article section.apt {
	background:none;
	padding:0% 2%;
	}

article section.apt div.apt_teaser{
	width:96%;
    height: 230px;
	background-color:#DFDBC8;
	float:left;
	padding:1% 1% 7% 1%;
	margin:1%;
	box-shadow: 0 -10px 10px #FFFFFF inset, 0 0px 2px #000;
	position:relative;
	}

article section.apt div.apt_teaser img{
	width:99%;
    height:auto;
	}

article section.apt div.apt_teaser h3{
	font-size: 1.2em;
	}

article section.apt div.available {
	position:absolute;
	top:7px;
	left:7px;
	z-index:10;
	width:83px;
	height:82px;
	color:#383320;
	text-align:center;
	}
article section.apt div.available time{
	position:absolute;
	display:block;
	top:23px;
	left:-16px;
	width:100px;
	transform: rotate(-46deg);
	-ms-transform:rotate(-46deg); /* IE 9 */
	-webkit-transform: rotate(-46deg);
	font-size:0.9em;
	}

article section.apt div.de {
	background: url(../img/badge_de.png) no-repeat left top;
	}
article section.apt div.en {
	background: url(../img/badge_en.png) no-repeat left top;
	}

article section.apt div.apt_teaser:hover{
	box-shadow: 0 -10px 10px #fff inset, 0 0px 3px #fff;
	}

article section.apt div figure{
	float:none;
	width:98%;
	outline:0px;
	margin:1%;
	background: none;
	position:relative;
	}

article section.apt div figcaption{
	background: none;
	position:relative;
	padding:0;
	}

article section.apt div figure img{
	width:98%;
	height:100px;
	border:#fff 2px solid;
	border-radius:3px;
	margin:0 auto;
	}


/*-----------------Apartments-------------------------*/
article section.apartlist figure{
	width:150px;
	height:100px;
	background-color:#ccc;
	margin:2% 3% 1% 3%;
	float:left;
	}

article section.apartlist span{
	padding:1%;
	background-color:#C2BFAB;
	border-radius:4px;
	margin:5px 10px 5px 0;
	float:left;
	color:#000000;
	width:60.5%;
	}

article section.apartlist li{
	list-style-position: inside;
	list-style-type: disc;
	font-weight: bold;		
	}
article section.apartlist h2 a{
	color: #383320;		
	}

article section.price p{
	font-size:0.8em !important ;
	text-align: justify;	
}

.fsmall{
	font-size:0.8em !important;}

/*-----------------Partner-------------------------*/

article.partner{
	width: 100%;
	}


article.partner section div.linklist {
	 width: 96%;
	            /*Mozilla Präfix -moz-*/
                -moz-column-count:1;
                -moz-column-rule: solid 1px #f2f2f2;
                -moz-column-gap: 5%;
                /*Webkit Präfix -webkit-*/
                -webkit-column-count:1;
                -webkit-column-rule: solid 1px #f2f2f2;
                -webkit-column-gap: 5%;
    padding: 1% 0% ;

	}

article.partner section div.linklist ul>li{
	font-size:0.9em;
	}

article.partner section div.linklist ul>li a{
	 color:#fff;
	 font-size:0.9em;
	}

.partner .table {
	width:100%;
	min-height:190px;
}
.partner .table_wrapper{
	}
	
.partner .table p{
	margin: 10px 10px;
	font-size:14px;
		
}

.partner .table h4{
	margin-left: 10px;
	font-size:20px;
	
}

.partner .appt_desc{
	float: right;
	height:130px;
	margin-bottom: 30px;
	padding:0 10px 10px 10px;
	width:53%;
	}


.partner .table .entrypics li{
	width:120px;
	height:120px;
	background-color:#999;
	border: 4px solid #fff;
	float: left;
	margin-right:4px;
	background-image: url(../img/nofoto.jpg);
	list-style:none;
	}
.partner .table .contactdetails li{
	float: left;
	margin:5px 5px;
	margin-bottom:10px;
	list-style:none;
}

.partner #apartments li{
	list-style:none;
	
	}

.partner .table .contactdetails li a{
	text-decoration:underline;
	
}

div.partner {
	position:relative;
	}

div.partner section.flaggs{
	position: absolute;
	right:-51px;
	top:9px;}

div.partner section.flaggs li{
	margin-bottom:5px;
	list-style:none;
	opacity:0.7;
}

div.partner section.flaggs li:hover {
	opacity:1;
}

/*---------------------------------------Sidebar--------------------------------------------*/

aside ul, aside li, aside blockquote {
	margin:0;
	padding:0;
	}

aside a {
	color:#fff;
	text-decoration:underline;
	
	}
	
aside h3 {
	font-size:1.3em;
	margin-top:4%;
	}

aside section.flaggs {
	position:absolute;
	top:10px;
	right: -80px;
	display:block;
	width: 50px;
	
}

aside section.flaggs li{
	margin-bottom:5px;
	list-style:none;
	opacity:0.7;
}

aside section.flaggs li:hover {
	opacity:1;
}

aside section.bigpic figure{
	position:relative;
	margin:2% auto;
	display:block;
	width:96%;
	
	}

aside section.bigpic img{
	 /*265px*/
	height:auto; /*173px*/
	border:#FFFFFF solid 5px;
	box-shadow:#000 0 0 2px;
	}

aside section.bigpic figcaption{
	color:#000000;
	opacity:0.8;	
	background-color:#fff;
	position:absolute;
	left:5px;
	bottom:5px;
	padding:0.5% 2%;
	font-size:0.8em;
	font-weight:400;
	
	}

aside section.bigpic p, aside section.video p{
	font-size:0.8em;
	padding-top: 5px;
	margin-left:5px;
	}


aside section.last_minute {
	font-size:0.8em;
	list-style: none;
	background-color:#DFDBC8;
	border-bottom:#ccc 1px solid;
	box-shadow:#FFF 0px -10px 10px inset;
}

aside section.last_minute li{
	list-style: none;
	margin-bottom:1em;
	color:#383320;
}

aside h3.last_minute{
	background:url(../img/badge_lastminute.png) left top no-repeat;
	line-height: 46px;
	padding-left:40px;
	float:left;
	margin-left:-5px;
	width:100%;
}

aside h3.last_minute span{
	font-size:0.8em;
}


aside section.last_minute figcaption{
	width:55%;
	margin-left:8px;
	float:left;
}

aside section.last_minute figcaption span{
	color:#383320;
	font-size:1.1em;
	font-weight:bold;
	background-color:#FFF;
	padding:2%;
	display:block;
	margin-top:2%;
	box-shadow:#DFDBC8 -10px 0 10px inset;
}

aside section.last_minute img{
	float:left;
	width:94px;
	height:auto;
	border:#FFF 3px solid;
	box-shadow:#333 0 0 2px;
}

aside section.last_minute  img:hover{
	box-shadow:#FFF 0 0 4px ;	
}


aside section.guestbook li{
	font-size:0.9em;
	font-style:italic;
	padding-top: 5px;
	margin-bottom:10px;
	list-style-type:none;
	font-weight:400;
	}

aside section.guestbook blockquote:before{
	content:"";
	display:inline-block;
	width:20px;
	height:20px;
	background: url(../img/quote.jpg) center no-repeat;
	float:left;
	
	}

aside section.guestbook hr{
	width:60%;
	margin:1% 0 0 0;
	}
	
aside section.guestbook span a{
	color:#CBC8B8;
	font-style:normal;
	font-size:0.9em;
	
}
aside section.photos h3{
	margin-bottom:10px;
}

aside section.photos li{
	float:left;
	list-style:none;
	margin-bottom:10px;
	
}

aside section.photos li.left{
	margin-right:10px;
	
}

aside section.photos img{
	width:127px;
	height:85px;
	border:#FFF 3px solid;
	box-shadow:#333 0 0 2px;	
}

aside section.photos img:hover{
	box-shadow:#FFF 0 0 4px ;	
}

aside section.else li{
	list-style-position: inside;
}

aside section.else figure{
	width:272px; 
	height:85px; 
	border:#FFFFFF solid 5px;
	box-shadow:#000 0 0 2px;
	margin:10px 0;
}

aside section.else a{
	color:#FFFFFF;
	text-decoration:underline;
}

aside section.else li:hover{
	list-style-type: circle;
	 
}

aside section.else span img{
	display:block;
	margin: 0 auto;
	 
}

aside section.else span div {
	display:inline !important;
	margin: 0 auto;
	width:202px;
	font-size:0.9em;
	text-align:center;
}
aside section.else span div div{
	margin-left:44px;
	 
}

aside section.tags span{
	margin-top:20px;
	display:block;
	padding:2%;
	border-radius:6px;
	box-shadow: #CBC8B8 0 0 6px ;
	font-size:0.8em;
}

div.video {
position: relative;
padding-bottom: 56%; // This is the aspect ratio
height: 0;
overflow: hidden;
margin: 10px 0px 0px 0px;    
}

div.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

/*---------------------------------------Footer--------------------------------------------*/

hr.deco_f {
	padding-top:30px;
	background:url(../img/footer_line.jpg) bottom center no-repeat;
	border:0;
	}

footer{
	margin: -2% auto 2% auto;
	display:block;
	padding:0% 1% 50px 1%;
	height:auto;
	background: url(../img/footer_deco_l.gif), url(../img/footer_deco_c.gif), url(../img/footer_deco_r.gif);
	background-repeat:  no-repeat, no-repeat, no-repeat;
	background-position: bottom left, bottom center ,bottom right;
	font-size:0.8em;
	color:#BFBBA6;
	line-height:1.3em;
	
}

footer section{
	float:left;
	margin-left:4%;
}

footer h4{
	font-size:1em;
	color:#948E6B;
}

footer ul{
	padding:0;
	margin:5px 0;
	list-style-position:inside;
}

footer li a{
	color:#BFBBA6;
}

footer section.text li{
	list-style-type:none;
	
}

footer section.right{
	float:right;
	text-align:right;
	
}

footer section.left{
	width:11%;
	
}


/*---------------------------------------back top-------------------------------------------*/

a.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 1em;
    display: none;
	text-decoration:none;
	border-radius:6px 0 0 6px;
	}

.back-to-top:hover {    
    background-color: rgba(135, 135, 135, 0.50);
}

a.back-to-top:after{
	font-family: FontAwesome;
	content:"\f01b";
	font-size:3em;
	margin-left:4px;
	color:#FFFFFF;
	text-decoration:none;
	}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
	width:100%;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
/* ==========================================================================
   Blog
   ========================================================================== */
figure.m_pic {margin-top:20px;}
figure.m_pic img {border:3px #FFFFFF solid !important;}

.badge, .badge-b {
	background:#C2BFAB;
	border-radius:4px;
	box-shadow:#DFDBC8 0 0 5px inset, #333 0px 0px 2px;
	border:#C2BFAB 1px solid;
	padding:5px 10px;
	xdisplay: inline-block;
	margin: 10px 0;
	}

article {position:relative;}

h1.blog, h2.blog {margin-top:15px;}

span.badge-b {
	position:absolute;
	bottom:-15px;
	right:-10px;
	box-shadow:#DFDBC8 0 0 5px inset, #333 0px 4px 4px;
	}

span.badge {
	position:absolute;
	top:-25px;
	left:-20px;
	font-size:12px;
	z-index:10;
	}

span.badge a, span.badge-b a {color:#fff; }


article.blog figure {position: relative; margin:10px 0;}
article.blog figure img {width:509px; height:auto;}
section.blog {position: relative;}

article.blog figcaption {
    position: absolute; 
    top: 25px;
    left:3px;
    display: block;
    padding: 5px;
    background-color: #000;
    color: #fff;
    font-family: $h_font;
    -moz-opacity: 0.7;  /* older Mozilla browser */  
    opacity: 0.7;       /* modern browser */
    -webkit-border-radius: 0 3px 3px 0;;
    border-radius: 0 3px 3px 0;
    box-shadow: 1px 1px 1px #fff;
}


ul.gallery {
	padding:0px;}

ul.gallery img {
	width:155px;
	height:155px;
	border:3px #FFFFFF solid;
	}

ul.gallery img:hover {
	box-shadow: #fff 0 0 5px ;
	}

ul.gallery li {
	list-style:none;
	margin:5px;
	float:left;
	}
	
ul.gallery li:nth-child(3) {
	margin-right:0px;
	}

div.dropzone {border:3px #FFFFFF solid; width:510px; height:200px; margin-bottom:10px;}

aside section.list li {
	list-style-position:inside;
	color:#383320 
}

div.pagination {line-height: 40px; width:100%; }
div.pagination div { width:33.33333%; text-align: center;}
.pre {float:left;}
.bak {position: relative; margin:10px auto;}
.after {float:right;}


aside section.list li a{ 
	color:#383320}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
@charset "utf-8";
/* CSS Document */


nav  {
	position:relative;
}

nav ul ul {
	display: none;
}

	nav ul li:hover > ul {
		display: block;
	}

nav ul {
	padding: 0 20px;
	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;
	margin:0;
}
	nav ul:after {
		content: ""; clear: both; display: block;
	}
nav ul li {
	float: left;
}

nav ul li.sub {
	padding-right: 20px;
	padding-left:10px;
	background-image: url(../img/nav_dd.png);
	background-repeat: no-repeat;
	background-position: right center;	
}
	nav ul li:hover {
		box-shadow:#000 0px 0px 4px inset;
	}
	
	nav ul li a.main {
		text-shadow:#fff 2px 2px 3px;
		
		}
		nav ul li:hover a {
			color: #fff;
			text-shadow:#000 0 0 3px;
			text-decoration:none;
				
		}
		
		nav ul li:hover a.main {
		background-image: url(../img/nav_mo.png);
	    background-repeat: no-repeat;
	    background-position: center bottom;
		
		}
	
	nav ul li a {
		display: block; padding: 0px 10px;
		color: #000; text-decoration: none;
		line-height:57px; 	
	}
	
		
	nav ul li a.active {
	background-image: url(../img/nav_mo.png);
	background-repeat: no-repeat;
	background-position: center bottom;		 
	}

nav ul ul {
	background: #948E6B; padding: 0;
	position: absolute; top: 100%; margin-left:-10px;
	box-shadow:#000 0 4px 3px ; border-radius: 0 0 6px 6px;
	z-index:50;
}
	nav ul ul li {
		float: none; 
		border-top: 0px solid #D7D5C8  ;
		border-bottom: 1px solid #68644A;
		position: relative;
	}
	
		nav ul ul li:last-child {
		border-radius: 0 0 6px 6px;
	}
		nav ul ul li a {
			padding: 10px;
			line-height:normal;
			color: #fff;
			font-size:0.9em;
		}	
			nav ul ul li a:hover {
				background: #BFBBA6;
			}
			
			nav ul ul li:last-child:hover a{
				border-radius: 0 0 6px 6px;
			}


/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}

/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
  width: auto;
  height: auto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, ../sass/lightbox.sass */
.lb-container {
  padding: 10px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 51, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(/img/prev.png) left 48% no-repeat;
}

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(/img/next.png) right 48% no-repeat;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
}


