@charset "utf-8";
/* CSS Document */
#cookie {
	position: fixed;
	z-index: 999;
	height: 60px;
	bottom: 0;
	width: 100%;
	font-size: 0.9em;
	padding-top: 5px;
	background:#333333;
	color: #fff
}
#cookie .container {
	background: none !important;
	margin-top: 0px !important;
}
#cookie i {
	cursor: pointer;
	margin-top: -10px;
}
#cookie a {
	color: #fff;
	text-decoration:underline;
}
 @media (max-width: 776px) {
#cookie {
	height: 80px;
}
}
@media (max-width: 379px) {
#cookie {
	height: 120px;
}
}
#admin {
	float: right;
	cursor: pointer;
	margin-right: 15px;
	margin-top: 5px;
}
/* magnify youtube */
 /** * Simple fade transition, */
.mfp-fade {
	height: 100% !important;
	background-color: rgba(255,255,255,0) !important;
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.cursor {
	cursor: pointer;
}
/* Main
---------------------------------- */
#main {
	margin-top: 100px;
	text-align: center !important;
}
#main .slider {
	width: 100%;
	margin:0px !important;
	padding:0px !important;
	border: 6px solid #fff;
}
#main .paper {
	text-align:center;
	background-color: transparent;
	background: url('../images/design/middle-bg.jpg');
	min-height: 540px !important;
	padding: 25px;
	margin-bottom: 50px;
	background: url('../images/design/middle-bg-top.png') top repeat-x, url('../images/design/middle-bg.jpg') repeat center center;	
}
#main .paper h2 {
	text-align: center !important;
	margin: 15px auto 0 auto;
	text-transform:uppercase;
}
#main .paper h2 small {
	text-transform: none !important;
}
#main .paper h3 {
	color: #93abd1;
	text-align: center !important;
	margin: 15px auto 0 auto;
	text-transform:uppercase;
}

#main .paper2 {
	text-align:center;
	background-color: transparent;
	min-height: 240px !important;
	margin-bottom: 50px;
	background: url('../images/design/middle-bg-light.jpg') repeat center center;	
}

#main ul {
	list-style: none !important;
}
#main .alert {text-align: center !important;}
#main .paper .img-rounded {
 border-radius: 50%;
 border: 7px solid #ffffff;
 margin:auto !important;
 max-width: 60%;
}

#main small {
	font-family: 'Cedarville Cursive', cursive;
	font-size: 1.2em;
	font-weight: 400;
}
#main .textover img {
    display: block;
}
.textover-caption {
	color: #544b35; 
	font-size: 0.8em;
	background-color: silver;
    background-color: hsla(0, 0%, 100%, 0.7);
    position: relative;
    top: -40px;
	left: 0;
	padding: 5px 10px;
    width: 100%;
    line-height: 2em;
	text-align: left;
}
/* Navtabs
---------------------------------- */
#main .nav-tabs li a {
	display: block;
	padding: 10px;
	margin-right: 3px;
	border-left: 1px solid #dee2e6;
	border-top: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
}
#main .nav-tabs li.active a {
	background-color: #efefef !important;
}
#main .tab-content {
	margin-top: 15px;
}
/* Parallax
---------------------------------- */
.parallax {
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 450px;
	position: relative;
	margin-bottom: 45px;
}
.parallax span {
	top: 100px;
	color: white;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 38px;
	padding: 10px;
	position: absolute;
	font-size: 48px;
	font-family: 'Sanchez', serif;
}
.cedarville, cite {
	font-family: 'Cedarville Cursive', cursive;
	font-size: 24pt;
}
/* go to top */
.go-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 600;
    display: none;
}

.go-top a, .go-top a:visited {
    text-decoration: none;
    border: 0 none;
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background: rgba(255, 255, 255, 0.6);
    color: #907e59;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.go-top a i, .go-top a:visited i {
    font-size: 18px;
    line-height: inherit;
}

.go-top a:hover, .go-top a:focus {
    color: #907e59;
}
/* Borders */
.border-stuben {
	display: inline-block;
	transform: rotate(-3deg);
	background-color: #fff;
	border: 30px solid rgb(255,255,255);
	border-image: url('../images/deko/border_stuben.svg') 33% stretch;
	font-family: 'Oswald', serif;
	font-size: 1.3em;
	color: #a5b0ca;
}
/* Rating */
.fa-star, .fa-star-o {
	padding: 0 4px;
}
.complete {
    display:none;
}
.sepia {
    -webkit-filter: sepia(1);
    filter: sepia(1);
}