/*==================================================
 * Fonts
 * ===============================================*/
 
/* fenix-regular - latin */
@font-face {
	font-family: 'Fenix';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/fenix-v20-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/fenix-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/fenix-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/fenix-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/fenix-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/fenix-v20-latin-regular.svg#Fenix') format('svg'); /* Legacy iOS */
  }





@font-face {
    font-family: 'Great Vibes';
    src: url('../fonts/greatvibes-regular-webfont.eot'), url('../fonts/greatvibes-regular-webfont.ttf') format('truetype'), url('../fonts/greatvibes-regular-webfont.svg#great_vibesregular') format('svg');
	font-weight: normal;
	font-style: normal;
    }

@font-face {
    font-family: 'Nothing You Could Do';
	src: url('../fonts/nothingyoucoulddo-webfont.eot'), url('../fonts/nothingyoucoulddo-webfont.ttf') format('truetype'), url('../fonts/nothingyoucoulddo-webfont.svg#nothing_you_could_doregular') format('svg');
	font-weight: normal;
	font-style: normal;
    }

/*==================================================
 * Structure
 * ===============================================*/
html {
	 background: url(../img/contentbg.jpg) no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	
}

body,
html {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	
	color: #214155;
	
}
.input-group-addon i{	color: #000;}
p {
	font-family: 'Fenix', sans-serif;
	line-height: 1.4;
	font-size: 16px;
}
.clear {
	clear: both;
}
.block {
	height: auto;
}
.wrapper {
	background: url(../img/rowbg.png);
	position: relative !important;
	max-width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	z-index: 30000000;
	margin: 0 auto -80px;
	/* the bottom margin is the negative value of the footer's height */
	z-index: 2;
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2)!important;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2)!important;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2)!important;
}
.fullWidth {
	margin: 0 auto 24px;
	max-width: 1400px;
}
a:hover,
a,
a:active {
	text-decoration: none !important;
	color: #000;
}

.bg-white {
	background: #fff;
}
body {
	font-size: 12pt;
	margin-top: 0;
	background: transparent;
}
footer {
	margin: 50px 0;
}
hr.dotted {
	border-color: gray;
	border-style: dotted;
	display: block;
	clear: both;
}
* {
	font-family: 'Fenix', sans-serif;
}
.row {
	padding: 19px 5px;
	margin-bottom: 0px;
	color: #000;
}
.col-md-12 {
	color: #000;
}
/*==================================================
 * Icons - Buttons
 * ===============================================*/

.slider-icon {
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	background: #fff;
	position: relative;
	color: #000;
	color: #214155;
	z-index: 100000000000000000000000000000;
	width: 38px;
	height: 38px;
	cursor: pointer;
	font-size: 15px;
	margin: 0px !important;
	display: inline-block;
	line-height: 38px !important;
	text-align: center;
}
.slider-icon:hover {
	background: url(../img/captionbg.png);
	color: #fff !important;
}
.info_wrapper h1 {color: #fff !important; text-align: center;margin-bottom: 30px;}
.rsABlock h3 {font-size: 30px;}
.rsABlock p {font-size: 20px;}
.info-icon-wrapper {
	right: 10px;
	position: relative;
	margin-top: 15px;
	float: right;
	z-index: 1000;
	width: 80px;
	display: block;
}
.list_layout{ clear: both;}
.toggler {width: auto; -webkit-border-radius: 4px;
-moz-border-radius: 4px;
	
border-radius: 4px;-webkit-box-shadow:0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	-ms-box-shadow:0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow:0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow:0px 1px 3px 0px rgba(0, 0, 0, 0.2);float: right; margin-bottom: 40px;height: 30px; line-height: 30px;}
.toggler a:first-child, .toggler:hover a:first-child, .toggler a.active:first-child {-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;}
.toggler a:last-child, .toggler:hover a:last-child, .toggler a.active:last-child{
	-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.toggler a{padding:0px  10px;line-height: 30px;height: 30px; cursor: pointer; float: left; background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}
.gesamtausgabe {-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;}
.toggler a:hover, .toggler a.active {
	background: #28526d; /* Old browsers */
background: -moz-linear-gradient(top,  #28526d 0%, #00405e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#28526d), color-stop(100%,#00405e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #28526d 0%,#00405e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #28526d 0%,#00405e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #28526d 0%,#00405e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #28526d 0%,#00405e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28526d', endColorstr='#00405e',GradientType=0 ); /* IE6-9 */
color: #fff !important;
}
.toggler a:hover i, .toggler a.active i {color: #fff !important;}

.actions a {margin: 0px 2px; font-size: 1.5rem; color: #808080;}
.prevslider {
	position: absolute !important;
	top: 50% !important;
	margin-top: -19px !important;
	left: 0px !important;
}
.nextslider {
	position: absolute;
	top: 50%;
	margin-top: -19px !important;
	right: 0px;
}
.info-icon-wrapper .slider-icon:hover {
	color: #234E69 !important;
	background: #fff;
}
* + .info-icon-wrapper {
	right: 25px;
	position: relative;
	margin-bottom: 10px;
	display: inline;
	float: right;
	z-index: 1000;
}
.slider-icon-wrapper {
	float: right;
	right: 25px;
	position: absolute;
	z-index: 1000000000000;
	bottom: 10px;
}
.slider-icon-wrapper .active {
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	-moz-transition: color .3s;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);	
	background: url(../img/captionbg.png);
	color: #fff !important;
}
.show-hide-wrapper {
	float: right;
	right: -38px;
	margin-top: -19px;
	position: absolute;
	z-index: 100000000000000000000000000000;
	font-family: verdana !important;
}
.show-hide-wrapper span {
	font-family: verdana !important;	
}
.link {
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	height: 38px;
	line-height: 38px;
	background: #fff;
	padding: 0px 5px;
}
.link:hover {
	cursor: pointer;
	color: #234E69;
}
/*==================================================
 * Header
 * ===============================================*/

.header label{ color: #214155 !important;}
.header h1 {
	display: inline-block;
	font-size: 25pt;
	position: relative;
	font-weight: 100;
	color: #27516C;
	margin: 0px 0px 20px 0px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
	padding: 0px;
}
.topnav {
	height:40px !important;
	padding:0;
	clear:both;
	line-height:40px !important;
	z-index:4000;
	font-size: 16px;
}
.topnav ul {
	list-style:none;
	height:40px !important;
	line-height:40px !important;
	position:relative;
	float:right;
}
.topnav  ul > li {
	height:40px;
	padding:10px 10px;
	display:inline;
	position:relative;
	margin: 0px 10px;
	border-right: solid 1px #28526D;
}
.topnav li, .topnav i {
	color: #fff;
}
.topnav  ul > li:last-child {
	height:40px;
	padding:10px 0px;
	display:inline;
	position:relative;
	margin: 0px;
	border-right: solid 0px #eee;
}
.topnav ul li ul {
	display:none;
	z-index:400000;
}
.topnav ul li:hover {
	cursor:pointer;
}
.topnav ul li:hover ul {
	display:block;
}
.topnav ul li ul {
	color:#fff;
	margin-top:-5px;
	right:-12px;
	background:#fff;
	width:200px;
	position:absolute;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.2) !important;
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.2) !important;
	box-shadow:0 1px 2px rgba(0,0,0,0.2) !important;
	-o-box-shadow:0 1px 2px rgba(0,0,0,0.2) !important;
	padding:10px !important;
	border-radius: 4px;
	height:auto !important;
}
.topnav ul li ul:after, .topnav ul li ul:before {
	bottom: 100%;
	right: 10px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.topnav ul li ul:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 6px;
	margin-left: -6px;
}
.topnav ul li ul li {
	display:block;
	padding:0px;
	text-align:left;
	margin:0px;
	border-right: solid 0px #fff;
}
.topnav ul li ul li a {
	color:#000;
	padding:0 !important;
	text-align:left !important;
	display:block;
	text-indent:15px !important;
	height:34px;
	line-height:34px;
}
.topnav .btn {margin-bottom: 5px; margin-top: 0px;}
.topnav .input-group {height: 34px !important; padding: 0px !important;}
.topnav input{height: 34px !important;  padding: 0px !important; margin-bottom: 5px !important; display: block !important;}
.topnav .input-group-addon {height: 34px !important; 
    display:table-cell; margin: 0px !important; line-height: 34px !Important; padding: 0px 14px !important;}



.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-yellow {
    background-color: #FFEC00 !important;
    border: 1px solid #ffde00 !important;
}
	.topnav input:last-child {margin-bottom: 0px !important;}
.topnav button{text-align: left; text-indent: 15px;}
.glyphicon {background: transparent !important;}
.topnav ul li a {
	color:#fff;
}
.topnav ul li ul li a, .topnav ul li ul li a:hover {
	color:#000;
}
.topnav span {
	color:#fff;
}
.topnav ul li ul li input {
	text-align:left !important;
	display:block;
	padding:0 !important;
	text-indent:15px !important;
	background:#fff;
	color:#000;
}
.anmelden {
	padding:0;
	display:inline-block;
	text-align:left !important;
	border:0;
	height:34px;
	text-indent:6px !important;
	line-height:34px;
	width:180px;
}
#suche {
	position:relative;
	width: 100%;
	max-width: 475px;
}
.logo {
	top: 0px !important;
}
.header_small {
	margin-bottom: 90px;
}
.header_small .logo {
	float: left;
	width: 100px;
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
.header_small a {
	margin: 0px;
	padding: 0px;
	position: absolute;
	line-height: 11pt;
}
.header_small h1 {
	float: left;
	font-family: 'Great Vibes', cursive;
	font-size: 25pt;
	line-height: 8pt;
	margin-left: 20px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
.checkbox {margin-bottom: 0px;}
.checkbox_inner {display: inline-block; margin: 0px; padding: 0px;}
/*==================================================
 * Slider
 * ===============================================*/

.slider-wrapper {
	position: relative;
	padding: 0px 20px 20px 20px;
}

#full-width-slider {
	color: #000;
	width: 100%;
	background: none !important;
	max-height: 100%;
	margin: 0px;
	overflow: hidden;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.infoBlock {
	height: 100%!important;
	left: 10px;
	margin-left: 0;
	padding: 0;
	position: absolute!important;
	top: 10px;
	width: 40px !important;
}
.infoBlockBottom {
	left: 10px;
	margin-left: 0;
	padding: 0;
	position: absolute !important;
	bottom: 0px;
	color: #fff !important;
	width: 100%;
	height: 100%;
}
#full-width-slider .rsContent {
	background: #fff;
}
.infoBlockBottominner {
	display: block;
	left: 0px;
	margin-left: 0;
	padding: 0;
	position: absolute!important;
	bottom: 3px;
	width: 100% !important;
}
.infoBlockBottominner span.inline {
	padding: 5px;
	font-size: 22px;
	background: url(../img/captionbg.png);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	color: #fff !important;
	display: inline;
	text-transform: uppercase;
}
.infoBlockBottominner span.absatz {
	background: none; -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.royalSlider .absatz {
	margin-top: 4px; 
	display: block;
	padding: 1px !important;
	height: 5px !important;
}
.login-form {
	width: 100%;
	margin-bottom: 0px;
}
.login-form h1{font-size: 30px; margin-top: 0px;}
.login-form form[role=form] {
}
	form[role=form] .input-group,
	form[role=form] button {
		margin: 10px 0px;
	}
	form[role=form] > div {
		text-align: center;
	}
	
.form-links {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 50px;
}
	.form-links a {
		color: #fff;
	}
#info-slider {
	color: #000;
	width: 100%;
	color: #fff !important;
	overflow: hidden;
}
#info-slider .rsContent {
	background: transparent;
	max-height: 100% !important;
	color: #fff !important;
}
#info-slider p,
#info-slider h3,
#info-slider a {
	color: #fff !important;
}
#info-slider a {
	font-size: 16px;
}
#info-slider p {
	display: block !important;
	max-height: 100% !important;
}
/*==================================================
 * Content
 * ===============================================*/
#footernav ul {
    float: right;
    list-style: none;
    padding: 10px 0px 0px 20px;
}

#footernav ul li {display: inline; padding: 2px 5px;}
#footernav ul li a{
	color: #fff !important;}
#foto p {
	font-family: 'Nothing You Could Do', cursive;
}
.input-daterange {
	margin-top: 20px;
}
.submitsearch {
	border: 0px;
}
.wrapper {} #footer,
.push {
	height: 80px;
	/* .push must be the same height as .footer */
}
.center {text-align: center;}
.infotext p{
	background: #fff;padding: 10px; color: #214053; font-size: 15pt;text-align: center;-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;}
.infotext h1{
	color: #214053; text-align: center; padding-bottom: 30px;font-size: 30px;}
#more-like-this h1{
	color: #214053; text-align: center; padding-bottom: 30px;font-size: 30px;}
.login {
			background:url(../img/captionbg.png);
			color: #fff;
			padding: 10px;
			border: 2px solid #28526C;
			-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2); 
			-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2); 
			box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
		}
.modal .ding {margin-bottom: 20px;}
.ding h1 {
			color: #27516C;
			font-size: 15pt;
			font-family: Georgia !important;
			text-transform: uppercase;
			margin: 0px 0px 10px 0px;
			display: inline-block;
			padding: 5px !important;
			background: #fff;
			-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2); 
			-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2); 
			box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
			position: relative;
		}
#footer {
	background: url(../img/captionbg.png);
	margin: 0px auto;
	position: relative;
	max-width: 960px;
	padding: 0px !important;
	z-index: 1;
	height: 80px;
	/* the bottom margin is the negative value of the footer's height */
	z-index: 2;
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2)!important;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2)!important;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2)!important;
}
.footernav {
	padding: 20px;
}
h3 {
	font-family: Georgia !important;
}
/*==================================================
 * Startseite Thumbs
 * ===============================================*/

.thumbs .thumbwrapper {
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	margin-bottom: 20px;
	
	color: #214155;
	text-align: center;
}
.thumbs .thumbwrapper .overview {
	background: #FFF;
	z-index: 5;
}

.thumbs .thumbwrapper .overview {
	background: #fff\9;
}
.thumbs .thumbwrapper .overview .image {
	left: 0;
	max-width: 100%;
	top: 0;
	overflow: hidden;
	padding: 10px;
	display: block;
}
.thumbs .thumbwrapper .overview .image img{
	width: 100%;
	display: block;
}
.thumbs .thumbwrapper .thumbcontent{
	padding: 10px 0;
	display: block;
	height: 60px;
}
.thumb_content {height: 60px;}
.thumbs a,
.thumbs a:hover {
	color: #000 !important;
	text-decoration: none;
}
.img_overlay {
	background: #000;
	z-index: 4;
	position: absolute;
	filter: Alpha(Opacity=0);
	opacity: 0;
}
.thumbs .thumbwrapper a {
	text-decoration: none!important;
	z-index: 3000;
}
a.show_einzelseite:hover {cursor: pointer;}
/*==================================================
 * Fotoseite Thumbs
 * ===============================================*/

.singleimage .image {
	padding: 10px;
	background: #fff;
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.singleimage img {
	margin: 0px auto;
	width: 100%;
}
.fotoinfo p {
	font-family: 'Fenix', sans-serif !important;
	color: #fff !important;
	font-size: 16pt !important;
}
.fotoinfo {
	margin-bottom: 0px;
	background: url(../img/captionbg.png);
	color: #fff;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	text-align: center;
	border: 10px solid #fff;
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	position: relative;
	margin-top: 0px;
	width: 100%;
	padding-top: 10px;
}
.buttons {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: rgba(255, 255, 255, .5);
	opacity: 0;
	-webkit-transition: opacity .25s ease-in;
	-ms-transition: opacity .25s ease-in;
	-moz-transition: opacity .25s ease-in;
	-o-transition: opacity .25s ease-in;
	transition: opacity .25s ease-in;
	color: #fff;
}
.thumb:hover .buttons {
	opacity: 1;
}
.buttons .buttonwrapper {
	width: 70px;
	position: absolute;
	top: 50%;
	margin-top: -45px;
	left: 50%;
	margin-left: -45px;
}
.buttons .btns {
	font-size: 20px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: relative;
	float: left;
	margin: 10px;
	z-index: 1;
	color: #fff;
	line-height: 50px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	text-decoration: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
	background: url(../img/hover.png);
	text-shadow: 1px 1px 1px #000;
}

.buttons .btns:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	background: #1C4762;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
	-moz-transition: -moz-transform 0.2s, opacity 0.3s;
	transition: transform 0.2s, opacity 0.3s;
	box-shadow: 0 0 0 3px rgba(107, 107, 107, 1);
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
}
.buttons .btns:before {
	speak: none;
	font-size: 48px;
	line-height: 90px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}
.buttons .btns:hover {
	color: #fff;
}
.buttons .btns:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
img {
	max-width: 100%;
	position: relative;
}
.prevnext {
	margin-top: 20px !important;
	position: relative;
}
.prevFoto {
	float: left;
}
.nextFoto {
	float: right;
}

.tooltip.top .tooltip-inner {
    background: #28526d; /* Old browsers */
color: #fff !important;
	font-size: 16px;
}
.tooltip.top .tooltip-arrow {
     border-top-color: #28526d; /* Old browsers */
}
/*-----------------------------------------------------------------------------------*/
/*	01.	Dock
/*-----------------------------------------------------------------------------------*/

.dock {
	position: absolute;
	bottom: 10%;
	z-index: -1;
	width: 100%;
	max-width: 960px;
	text-align: center;
	margin: 0px auto;
	margin-left: -15px;
}
.dock ul {
	position: relative;
	display: inline-block;
	margin: 0;
	height: 60px;
	margin: 0px; padding: 0px;
	width: 100%;
	max-width: 800px;
	background:url(../img/dock-bg.png) repeat-x bottom;
}
.dock ul:before, .dock ul:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 38px;
}
.dock ul:before {
	left: -38px;
	background: url(../img/dock-bg-left.png) no-repeat left bottom;
}
.dock ul:after {
	right: -38px;
	background: url(../img/dock-bg-right.png) no-repeat right bottom;
}
.dock li {
	display: inline-block;
	position: relative;
	-webkit-box-reflect: below -16px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(91%, rgba(255, 255, 255, .1)), color-stop(91.01%, transparent), to(transparent));
}
.dock a {
	display: block;
	cursor: default;
	outline: none;
}
.dock em {
	position: absolute;
	top: -34px;
	left: 50%;
	display: none;
	width: 150px;
	margin-left: -75px;
	text-align: center;
}
.dock em:after {
	content: " ";
	position: absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -6px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid rgba(0, 0, 0, 0.6);
	border-bottom: none;
}
.dock em span {
	display: inline-block;
	padding: 5px 12px;
	background: rgba(0, 0, 0, 0.6);
	font-style:normal;
	font-size:12px;
	color:#fff;
	text-shadow:0 1px 1px #000;
	border-radius: 10px;
}
.dock li:hover em {
	display: block;
}
.dock img {
	width: 48px;
	height: auto;
	border: none;
	-webkit-transition:all 0.1s linear;
	-moz-transition:all 0.1s linear;
}
.dock li.ok:hover img {
	width: 128px;
	-webkit-transition:all 0.15s linear;
	-moz-transition:all 0.15s linear;
}
.dock li.prev img, .dock li.next img {
	width:96px;
	-webkit-transition:all 0.15s linear;
	-moz-transition:all 0.15s linear;
}
.dock li.prev-ancor img, .dock li.next-ancor img {
	width:72px;
	-webkit-transition:all 0.15s linear;
	-moz-transition:all 0.15s linear;
}
.dock li a .fresh {
	content: " ";
	position: absolute;
	bottom: -8px;
	left: 50%;
	width: 8px;
	height: 6px;
	opacity:1;
	background-color: rgba(255, 255, 255, .8);
	margin-left: -2px;
	border-radius:100%;
	box-shadow: inset 0 1px 3px rgba(75, 255, 255, .4), 0 0 4px rgba(75, 255, 255, .5), 0 -1px 7px rgb(75, 255, 255);
	-webkit-box-reflect: below 5px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(91%, rgba(255, 255, 255, 0.5)), color-stop(91.01%, transparent), to(transparent));
}

.bounce {
	-webkit-animation: bounce 0.4s 4 alternate ease-out;
	-moz-animation: bounce 0.4s 4 alternate ease-out;
}
@-webkit-keyframes bounce {
	  0% { -webkit-transform: translateY(0); }
	100% { -webkit-transform: translateY(-20px); }
}

@-moz-keyframes bounce {
	  0% { -moz-transform: translateY(0); }
	100% { -moz-transform: translateY(-20px); }
}

@media (max-width: 1028px) {
	.show-hide-wrapper {
		float: right;
		right: 0px;
		margin-top: -19px;
		position: absolute !important;
		z-index: 1000000000000;
	}
	.search {
		right: 0px;
	}
}
@media (max-width: 880px) {
	.dock{width: 100%;}
	.dock ul{width: 100%;max-width: 85%;}
}
@media (max-width: 992px) {
	.hideel {
		display: none;
	}
	
	.col-md-8 {
		width: 100%;
	}
}
}
@media (max-width: 399px) {
	
	.title {
		width: 100% !important;
	}
	.logo img {
		width: 35px !important;
	}
	.hideela {
		display: none !important;
	}
}