/*==================================================
 * 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('../font/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('../font/nothingyoucoulddo-webfont.svg#nothing_you_could_doregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*==================================================
 * Structure
 * ===============================================*/

* {
	box-sizing: border-box;
}

body,
html {
	height: 100%;
	width: 100%;
	padding: 0px;
}

#bg {
	background: url(assets/img/pattern.png);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 0;
}

a[href^="mailto:"] {
	color: red;
}

p {
	font-family: 'Fenix', sans-serif;
	line-height: 1.4;
	font-size: 16px;
}

.bg {
	-moz-background-size: cover;
	-moz-transition: background-color .5s;
	-o-background-size: cover;
	-o-transition: background-color .5s;
	-webkit-background-size: cover;
	-webkit-transition: background-color .5s;
	background-size: cover;
	display: none;
	height: 100%;
	position: fixed;
	transition: background-color .5s;
	width: 100%;
	z-index: 1;
}

.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%;
	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;
}

body {
	background: #000;
	font-size: 12pt;
	margin-top: 0;
}

footer {
	margin: 50px 0;
}

hr.dotted {
	border-color: gray;
	border-style: dotted;
	display: block;
	clear: both;
}

* {
	font-family: 'Fenix', sans-serif;
	color: #000;
}

.row {
	padding: 19px 5px;
	margin-bottom: 0px;
	color: #fff;
}

.col-md-12 {
	color: #fff;
}

.screen {
	background: url(../img/screen.gif) repeat top left;
	bottom: 0;
	display: block;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1;
}

/*==================================================
 * 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;
	z-index: 100000000000000000000000000000;
	width: 38px;
	height: 38px;
	cursor: pointer;
	font-size: 15px;
	margin: 0px !important;
	display: inline-block;
	line-height: 38px;
	text-align: center;
}

.slider-icon:hover {
	background: url(../img/captionbg.png);
	color: #fff !important;
}

.info-icon-wrapper {
	right: 25px;
	position: relative;
	margin-top: 15px;
	float: right;
	z-index: 1000;
	width: 80px;
}

.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;
}

.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 {
	position: relative;
	z-index: 20;
	min-height: 90px;
}

.header .title {
	width: auto;
	position: relative;
	float: left;
	z-index: 300000000000;
	padding-left: 5px;
}

.header h1 {
	display: inline-block;
	font-family: 'Great Vibes', cursive;
	font-size: 25pt;
	position: relative;
	font-weight: 100;
	color: #27516C;
	margin: 0px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
	padding: 5px;
}

.header span {
	display: inline-block;
	font-family: 'Great Vibes', cursive;
	font-size: 25pt;
	color: #27516C;
	font-weight: 100;
	text-indent: 10px;
	position: relative;
}

.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 ul {
	color: #fff;
	margin-top: -5px;
	right: -8px;
	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;
	color: #428BCA;
	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;
}

.search {
	border: 0px;
}

.suchfeld {
	border: 0px;
	width: 225px;
	height: 38px;
	padding: 6px;
	background: #fff;
	position: relative;
	-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);
	color: #000;
	cursor: pointer;
	font-size: 15px;
	margin: 0px !important;
	padding: 8px 15px;
	position: relative;
	text-align: center;
}

#suche {
	float: right;
	position: relative;
	margin-top: 60px;
	width: 100%;
}

.logo {
	height: 90px;
	-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);
	top: 0px !important;
	float: left;
}

.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);
}

/*==================================================
 * 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;
	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;
	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;
}

#info-slider {
	color: #000;
	width: 100%;
	max-height: 100% !important;
	color: #fff;
	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;
}

#info-slider a {
	font-size: 16px;
}

#info-slider p {
	display: block !important;
	max-height: 100% !important;
}

#info-slider .infotext {
	display: block;
}

/*==================================================
 * 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;
}

#foto p {
	font-family: 'Nothing You Could Do', cursive;
}

.input-daterange {
	margin-top: 20px;
}

#suche {
	position: relative;
	width: 100%;
	max-width: 300px;
}

.submitsearch {
	border: 0px;
}

.wrapper {}

#footer,
.push {
	height: 80px;
	/* .push must be the same height as .footer */
}

.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);
}

login-form {
	width: 100%;
	margin-bottom: 0px;
}

.login-form h1 {
	font-size: 30px;
	margin-top: 0px;
}

.login-form form[role=login] {}

form[role=login] .input-group,
form[role=login] button {
	margin: 18px 0px;
}

form[role=login]>div {
	text-align: center;
}

.form-links {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 50px;
}

.form-links a {
	color: #fff;
}

.ding h1 {
	color: #27516C;
	font-size: 15pt;
	font-family: Georgia !important;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	display: inline-block;
	padding: 5px;
	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;
	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;
}

.footerinner {
	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: 30px;
	max-height: 400px;
	position: relative;
	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%;
	position: relative;
	top: 0;
	padding: 10px;
}

.thumbs .thumbwrapper .overview h2 {
	font-size: 21px;
	padding-bottom: 10px;
	font-weight: 300;
	line-height: 22px;
	font-family: 'Nothing You Could Do', cursive;
}

.thumbs .thumbwrapper .overview h4 {
	color: #787876;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 15px;
	font-family: 'Nothing You Could Do', cursive;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.thumbs .thumbwrapper .overview hgroup {
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
	width: 100%;
}

.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 {
	color: #000;
	text-decoration: none !important;
	z-index: 3000;
}

/*==================================================
 * 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, .fotoinfo * {
	font-family: 'Fenix', sans-serif !important;
	color: #fff;
	padding: 2rem;
	text-wrap: pretty;
	hyphens: auto;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	font-size: 16pt !important;
}

.fotoinfo {
	margin-bottom: 20px;
	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: 20px;
	width: 100%;
	z-index: 40000000;
	padding-top: 10px;
	padding-bottom: 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;
}

@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: 992px) {
	.hideel {
		display: none;
		width: 0%;
	}
}

@media (max-width: 480px) {
	.header {
		position: relative;
		z-index: 20;
		min-height: 40px;
		width: 100% !important;
	}

	.title {
		width: 100% !important;
	}

	.logo img {
		width: 35px !important;
	}

	.hideela {
		display: none !important;
	}
}

@media (max-width: 400px) {
	.thumbs {
		margin-bottom: 25px;
	}
}