@charset "UTF-8";
#nav-years .nav-item,.nav-docs-years .nav-item {
	margin-bottom: 0
}
:root {
	--bs-body-font-family: 'casablanca-urw', serif;
	--bs-light: #f9eedd;
	--bs-light-gray: #eee;
	--bs-primary: #9d2316;
	--bs-primary-hover: #791f15;
	--bs-secondary: #b30c00;
	--bs-secondary-hover: #be291f;
	--bs-btn-active-color:#fff;
}
.accordion {
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-active-bg:#eee;
  --bs-accordion-active-color:#000;
}
.btn {
	--bs-btn-focus-box-shadow:none;
    --bs-btn-active-bg:#00315d;
    --bs-btn-active-border-color:#00315d;
  }
}
.card {
	--bs-card-spacer-y: 1.3rem;
	--bs-card-spacer-x: 1.5rem;
}

.dropdown-menu {
	--bs-dropdown-color: #000;
	--bs-dropdown-bg: #aec5da;
	--bs-dropdown-border-radius: 0;
	--bs-dropdown-border-width: 0;
	--bs-dropdown-inner-border-radius: 0;
	--bs-dropdown-spacer:0;
}

.breadcrumb {
	--bs-breadcrumb-font-size:.85rem;
	--bs-breadcrumb-item-padding-x:.65rem;
}


body {
	--bs-body-font-size:1.8rem;
	--bs-body-line-height:1.3;
	--bs-body-font-weight:300;
	background:var(--bs-light);
}

.pagination {
  --bs-pagination-color: var(--bs-primary);
  --bs-pagination-border-color: var(--bs-primary);
  --bs-pagination-border-radius: 0;
  --bs-pagination-hover-color: black;
  --bs-pagination-hover-bg: var(--bs-light-gray);
  --bs-pagination-hover-border-color: black;
  --bs-pagination-focus-color: black;
  --bs-pagination-focus-bg: var(--bs-light-gray);
  --bs-pagination-focus-box-shadow: none;
  --bs-pagination-active-color: white;
  --bs-pagination-active-bg: var(--bs-primary);
  --bs-pagination-active-border-color: var(--bs-primary);
  --bs-pagination-disabled-color: var(--bs-primary);
  --bs-pagination-disabled-border-color: var(--bs-primary);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.ratio-slider {
  --bs-aspect-ratio: 35%;
background-color: var(--bs-primary);
}

.ratio-footer-pano {
  --bs-aspect-ratio: 25%;
  background-color: var(--bs-primary);
}

strong {
	font-weight:500;
}

.article-wrapper {
	min-height:300px;
}

.btn-light {
    background-color: var(--bs-light);
    border-color: black;
	color: black;
}

.btn-light:hover {
    background-color: white;
    border-color: black;
}


.btn-lang {
	padding:0;
	border:0;
}

.btn-lang img {
	width:36px;
	height:22px;
	margin: 0 0 5px 8px;
}

#artid1 .btn-lang img {
	width:50px;
	height:30px;
	margin-bottom:7px;
}

.info-card {
	background:white;
	padding:.8em 2rem;
	margin-bottom:2rem;
	-webkit-box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.38);
	-moz-box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.38);
	box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.38);
}

.info-card>*:last-child {
	margin-bottom:0;
}

.card-1 {
transform: rotate(-4deg);
margin:0 2rem 4rem 4rem;
}

.card-2 {
transform: rotate(3deg);
margin:0 4rem 4rem 2rem;
}

.card-3 {
margin:0 0 4rem 0;
text-align:center;
display:inline-block;
}

.card-4 {
transform: rotate(3deg);
margin:0 2rem 4rem 4rem;
}

.card-5 {
transform: rotate(-4deg);
margin:0 4rem 4rem 2rem;
}

#top-logo {
	position:absolute;
	top:10px;
	left:50%;
	width: 180px;
	margin-left:-90px;
}

#artid1 #top-logo {
	width: 300px;
	margin-left:-150px;
}

.motto {
	text-align:center;
	color: var(--bs-light);
	background-color: var(--bs-primary);
	text-transform:uppercase;
	font-size:1.4rem;
	padding:.25rem 2rem ;
}

#artid1 .motto {
	font-size:2rem;
	padding:.5rem 1rem ;
}
.navbar {
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-nav {
	margin-left:-1rem;
	margin-right:-1rem;
}

.main-title {
	font-weight:900;
	text-align:center;
	text-transform:uppercase;
	font-size:5rem;
	padding: 1.5rem 0;
}

article {
	margin-top:5rem;
}

.last-row .copyright {
	text-align:right;
}

p {
  margin-bottom: .7rem;
}

img.typ5 {
	margin: 1rem 0;
}



.breadcrumb-container {
text-align: left;
padding-top: .4rem;
padding-bottom: .4rem
}
.breadcrumb-container ol {
margin-bottom: 0;
color: #333!important
}
.breadcrumb-item+.breadcrumb-item::before {
font-weight: 700;
color: #aaa!important
}
.breadcrumb-container a:hover {
	font-weight:700;
	color: black
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: .85rem;
}
.breadcrumb img {
	margin-bottom:2px;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: white;
	background-color: var(--bs-secondary);
}
.breadcrumb-row {
	font-size:.85rem;
}

.middle-line .logo-wrapper {
	padding-right:5rem;
}

#menumain {
	padding:0 0.25rem;
}

#menumain .nav-link {
	font-weight:500;
	text-transform: uppercase;
	font-size:2rem;
	color:black;
	padding:.75rem 2rem;
}

#menumain .nav-link:hover {
	background-color:var(--bs-primary);
	color:var(--bs-light);
	cursor:pointer;
}

#header .btn {
	text-transform: uppercase;
}

.btn {
border-radius: 0
}
.btn-white {
	background-color:white;
	border-color:white;
	color:black;
}
.btn-outline-white {
	border-color:white;
	color:white;
}

.btn-outline-black {
	background-color:white;
	border-color:black;
	color:black;
}
.btn-outline-black:hover, .btn-outline-black:focus {
	color:white;
	border-color:var(--bs-primary);
	background-color:var(--bs-primary);
}

.btn-secondary {
	background-color:var(--bs-secondary);
	border-color:var(--bs-secondary);
	color:white;
}
.btn-outline-secondary {
	background-color:white;
	border-color:var(--bs-secondary);
	color:var(--bs-secondary);
}

#menumain .btn-white:hover, #menumain .btn-outline-white:hover, #header .btn-outline-secondary:hover, #header .btn-secondary:hover {
	background-color:var(--bs-secondary);
	border-color:var(--bs-secondary);
	color:white;
}

.btn-check:focus + .btn, .btn:focus, .btn-outline-primary:hover, .btn-secondary:hover, .btn-outline-secondary:hover, .btn-white:hover, .btn-outline-white:hover, #footer .btn-white:hover {
	box-shadow: var(--bs-btn-focus-box-shadow);
	background-color:var(--bs-primary);
	border-color:var(--bs-primary);
	color:white;
}
.btn-outline-primary {
	background-color:white;
	border-color:var(--bs-primary);
	color:var(--bs-primary);
}
.bg-light-gray {
	background-color:var(--bs-light-gray);
}
.bg-primary {
	background-color:var(--bs-primary)!important;
	color: white;
}
.bg-primary a {
	color: white;
}
.bg-secondary {
	background-color:var(--bs-secondary)!important;
}
.bg-banner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.38);
	-moz-box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.38);
	box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.38);
}

.room-row {
	margin-top:3rem;
	margin-bottom:6.4rem;
}

.room-row .bg-banner .bg-banner-content {
	display:block;
	position: absolute;
	text-align:center;
	left: 0;
	top: 60%;
	width: 100%;
	color:#fff;
	font-size: 4rem;
	font-weight:500;
	text-transform: uppercase;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}
.bg-banner-inner {
	width: 100%;
	position: relative;
	display: block;
	overflow: hidden;
}

.bg-banner .bg-banner-inner > img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.bg-banner.hover-zoom:hover .bg-banner-inner > img {
	-webkit-transform: translate(-50%,-50%) scale(1.1);
	-moz-transform: translate(-50%,-50%) scale(1.1);
	-ms-transform: translate(-50%,-50%) scale(1.1);
	-o-transform: translate(-50%,-50%) scale(1.1);
	transform: translate(-50%,-50%) scale(1.1);
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: -webkit-transform .2s ease-in-out;
	-o-transition: -o-transform .2s ease-in-out;
	-moz-transition: transform .2s ease-in-out,-moz-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out,-moz-transform .2s ease-in-out,-o-transform .2s ease-in-out;
}

#artid1 #footer {
	margin-top:0;
}


#footer {
	margin-top:4rem;
	font-size:1.2rem;
}

#footer .last-row {
	padding-top:1.3rem;
}

#footer .last-row>div {
	margin-bottom:1.4rem;
}

#footer h2 {
	font-size: 1.8rem;
	margin: 0 0 .2rem 0;
	font-weight: 300;
	text-align: left;
	text-transform: uppercase;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
	color:white
}

#footer .owner, #footer .owner h2 {
	text-align: right;
}

#footer #CDSWIDEXC {
	margin:0!important;
}

#footer .copyright {
	text-align:right;
}

#footer .lm {
  width: 16px;
  height: 16px;
  margin-bottom:4px;
}

#topline, #topline a {
	background: var(--bs-secondary);
	color: white;
	font-size:1rem;
}

.mb-2rem,.nav-years,.news-card {
	margin-bottom: 2rem
}
article li {
margin-bottom: .7rem
}
nav.spider {
--bs-breadcrumb-divider: '>'
}
.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
color: #fff;
background-color: var(--bs-primary)
}
.nav-pills .nav-link.active:hover,.nav-pills .show>.nav-link:hover {
background-color: var(--bs-primary)
}

.nav-years .nav-link.active,.nav-docs-years .nav-link.active {
background-color: var(--bs-secondary);
color: white;
border-radius:0;
margin: 0 .5rem .5rem 0
}
.nav-years .nav-link:hover {
background-color: var(--bs-secondary-hover)
}

.nav-years .nav-link, .nav-docs-years .nav-link {
background-color: white;
border: 1px solid var(--bs-primary);
color: var(--bs-primary);
border-radius:0;
margin: 0 .5rem .5rem 0
}
.nav-years .nav-link:hover,.nav-docs-years .nav-link:hover {
background-color: var(--bs-secondary);
color: white;
border-radius:0;
margin: 0 .5rem .5rem 0
}

.jgallery-container {
margin: 0 -8px 1rem
}

.h1, h1 {
	font-size: 4rem;
	font-weight:500;
	text-align:center;
	text-transform:uppercase;
}
.h2,h2 {
font-size: 3rem;
margin-bottom: 1rem;
margin-top: 4rem;
font-weight:500;
text-align:center;
text-transform:uppercase;
}
.h3,.h4,h3,h4 {
margin-bottom: .4rem;
font-weight:500;
}
.h3,h3 {
font-size: 1.4rem;
margin-top: 1.6rem
}
.h4,h4 {
font-size: 1.1rem
}
a {
color: var(--bs-primary)
}
a:hover {
color: var(--bs-primary-hover)
}
.navbar-toggler {
border: 0!important;
border-radius: 0
}
.breadcrumb-item+.breadcrumb-item::before {
font-weight: 700;
color: #aaa!important
}
.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus {
box-shadow: none
}
.btn-check:focus+.btn-primary,.btn-primary:focus {
color: #fff;
background-color: var(--bs-primary-hover);
border-color: var(--bs-primary-hover);
box-shadow: none
}
.btn-primary {
color: #fff;
background-color: var(--bs-primary);
border-color: var(--bs-primary)
}

.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.btn-primary:hover,.show>.btn-primary.dropdown-toggle,.square-banner:hover .bg-banner-content .btn {
color: #fff;
background-color: var(--bs-primary-hover);
border-color: var(--bs-primary-hover)
}


@media (max-width:1899px) {
	#artid1 #top-logo {
		width: 240px;
		margin-left:-120px;
	}
}


@media (max-width:1599px) {
	#artid1 #top-logo {
		width: 200px;
		margin-left:-100px;
	}
	#menumain .nav-link {
	  font-size: 1.8rem;
	}
}

@media (max-width:1399px) {
	#artid1 #top-logo {
		width: 180px;
		margin-left:-90px;
	}
	#menumain .nav-link {
	  font-size: 1.6rem;
	  padding: .75rem 1.5rem;
	}
	.room-row .bg-banner .bg-banner-content {
		top: 55%;
		font-size: 3.5rem;
	}
}

@media (max-width:1199px) {
	#top-logo {
		width: 120px;
		margin-left:-60px;
	}
	#artid1 #top-logo {
		width: 160px;
		margin-left:-80px;
	}
	#menumain .nav-link {
  	  font-size: 1.4rem;
	}
	.h1,h1 {
	font-size: 3rem
	}
	.h2,h2 {
	font-size: 2.2rem
	}
	.room-row .bg-banner .bg-banner-content {
		top: 50%;
		font-size: 3rem;
	}
}

@media (max-width:991px) {
	#top-logo {
		display: none;
	}
	.article-wrapper {
		border-top:0;
	}

	.ratio-footer-pano {
		--bs-aspect-ratio: 33%;
	}
	.card-1, .card-2,.card-4, .card-5  {
		margin:0 0 4rem 0;
	}

	.card-3 {
		transform: rotate(-2deg);
	margin:0 0 4rem 0;
}

	.navbar-brand:focus, .navbar-brand:hover {
		--bs-navbar-brand-hover-color:white;
		cursor:pointer;
	}
	.motto {
	  background-color: var(--bs-primary-hover);
	  font-size: 1.6rem;
	  padding: .5rem .5rem;
	}
	.navbar-nav {
		margin-left:0;
		margin-right:0;
	}
	.last-row .copyright {
		text-align:left;
	}
	.h2, h2 {
		margin-top: 2rem;
	}
	.room-row {
		margin-top: 3rem;
		margin-bottom: 4rem;
	}	
	.menu-2 {
		text-align:center;
		padding:.7rem 0;
	}
	.navbar-brand {
		color: white;
		font-size:1.6rem;
		text-transform:uppercase;
	}	
	.navbar-toggler:focus,.navbar-toggler:hover	 {
		text-decoration: none;
		outline: 0;
		box-shadow: none;
		background-color: var(--bs-primary-hover);
	}	
	.navbar-toggler:focus .navbar-toggler-icon{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb%282255, 255, 255%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}
	#menumain .nav-link {
		font-weight:500;
		font-size:1.4rem;
		padding:.7rem 1rem;
		background-color:var(--bs-light);
		color: var(--bs-primary-hover);
	}

	#menumain .nav-link:hover {
		background-color:var(--bs-primary-hover)!important;
		color: white;
	}

	#menumain {
		background-color:var(--bs-primary)!important;
	}
	.navbar-brand img {
		width:200px;
	}
	#menumain {
		padding:.3rem 0;
	}
	article {
	  margin-top: 3rem;
	}
	.navbar-collapse {
		padding-bottom:5px;
	}
	.navbar-collapse .langs {
		margin-top:5px;
	}
	#artid1 .navbar-collapse .btn-lang img, .navbar-collapse .btn-lang img {
		width: 50px;
		height: 30px;
		margin: 7px 10px;
	}
	.room-row .bg-banner .bg-banner-content {
		top: 40%;
		font-size: 2rem;
	}
}
@media (max-width:767px) {
	.motto, #artid1 .motto {
		font-size: 1.4rem;
	}
	.ratio-footer-pano {
		--bs-aspect-ratio: 45%;
	}
img.typ1,img.typ2,img.typ3,img.typ4 {
margin: 1.5rem auto 1.5em;
float: none;
display: block
}
.h1, h1 {
	font-size: 2.4rem;
}
.h3, h3 {
	font-size: 1.2rem;
}
.room-row .bg-banner .bg-banner-content {
	top: 40%;
	font-size: 4.5rem;
}
}

@media (max-width:650px) {
	#artid1 #top-logo {
		display: none;
	}
	.ratio-footer-pano, .ratio-slider {
	  --bs-aspect-ratio: 50%;
	}
}

@media (max-width:575px) {
	#footer .copyright {
		text-align:left;
	}
	#footer .owner, #footer .owner h2, #footer .contact, #footer .contact h2 {
		text-align: center;
	}
	.card-row > div {
		margin-top:0;
	}
	.card-1, .card-2, .card-3, .card-4, .card-5 {
		text-align:left;
		transform: rotate(0);
	margin:1rem;
}

	.ratio-slider {
	  --bs-aspect-ratio: 70%;
	}
	.navbar-brand img {
	  width: 140px;
	}
.h1, h1 {
	font-size: 2.2rem;
}
.h3, h3 {
	font-size: 1.1rem;
}
.container {
	--bs-gutter-x: 2rem;
}
	#calendar1 {
	margin-top:2rem;
}
}
@media (max-width:480px) {
	.motto, #artid1 .motto {
		font-size: 1.15rem;
	}
body {
	font-size: 1.4rem
}
.motto {
  font-size: 1.4rem;
}
	.card-1,	.card-2,	.card-3 {
	margin:.75rem;
}
.room-row .bg-banner .bg-banner-content {
	top: 40%;
	font-size: 3rem;
}

}
/*!
 * justifiedGallery - v3.8.0
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2020 Miro Mannino
 * Licensed under the MIT license.
 */
 .justified-gallery{width:100%;position:relative;overflow:hidden}.justified-gallery>a,.justified-gallery>div,.justified-gallery>figure{position:absolute;display:inline-block;overflow:hidden;filter:"alpha(opacity=10)";opacity:.1;margin:0;padding:0}.justified-gallery>a>a>img,.justified-gallery>a>a>svg,.justified-gallery>a>img,.justified-gallery>a>svg,.justified-gallery>div>a>img,.justified-gallery>div>a>svg,.justified-gallery>div>img,.justified-gallery>div>svg,.justified-gallery>figure>a>img,.justified-gallery>figure>a>svg,.justified-gallery>figure>img,.justified-gallery>figure>svg{position:absolute;top:50%;left:50%;margin:0;padding:0;border:none;filter:"alpha(opacity=0)";opacity:0}.justified-gallery>a>.jg-caption,.justified-gallery>div>.jg-caption,.justified-gallery>figure>.jg-caption{display:none;position:absolute;bottom:0;padding:5px;background-color:#000;left:0;right:0;margin:0;color:#fff;font-size:12px;font-weight:300;font-family:sans-serif}.justified-gallery>a>.jg-caption.jg-caption-visible,.justified-gallery>div>.jg-caption.jg-caption-visible,.justified-gallery>figure>.jg-caption.jg-caption-visible{display:initial;filter:"alpha(opacity=70)";opacity:.7;-webkit-transition:opacity .5s ease-in;-moz-transition:opacity .5s ease-in;-o-transition:opacity .5s ease-in;transition:opacity .5s ease-in}.justified-gallery>.jg-entry-visible{filter:"alpha(opacity=100)";opacity:1;background:0 0}.justified-gallery>.jg-entry-visible>a>img,.justified-gallery>.jg-entry-visible>a>svg,.justified-gallery>.jg-entry-visible>img,.justified-gallery>.jg-entry-visible>svg{filter:"alpha(opacity=100)";opacity:1;-webkit-transition:opacity .5s ease-in;-moz-transition:opacity .5s ease-in;-o-transition:opacity .5s ease-in;transition:opacity .5s ease-in}.justified-gallery>.jg-spinner{position:absolute;bottom:0;margin-left:-24px;padding:10px 0;left:50%;filter:"alpha(opacity=100)";opacity:1;overflow:initial}.justified-gallery>.jg-spinner>span{display:inline-block;filter:"alpha(opacity=0)";opacity:0;width:8px;height:8px;margin:0 4px;background-color:#000;border-radius:6px}#cookieNotice button{font-size:1.2rem}#cookieNotice{display:inline-block;background-color:var(--bs-gray);color:#fff;padding:1.5rem 1.8rem;position:fixed;bottom:0;left:0;width:100%;z-index:999998;font-size:1.2rem}#cookieNotice .btn-detail{color:#fff;padding-left:0}#cookieNotice .btn-detail:hover{color:var(--light)}#cookieNotice #btn-2-container,#cookieNotice #btn-2-container .btn,#cookieNotice .msg-wrap{margin-top:.5rem}#cookieNotice .title-1{font-size:1.3rem;margin-bottom:.5rem}#cookieNotice .title-2{font-size:1.05rem;margin-bottom:.5rem}#cookieNotice .custom-control{margin-bottom:.2rem}#cookieNotice .custom-control-label{line-height:1.8}.form-check-input:checked{background-color:var(--bs-primary);border-color:var(--bs-primary)}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%233e3831'/%3e%3c/svg%3e")}.form-check-input:focus{border-color:var(--bs-primary-hover);box-shadow:none}.form-switch .form-check-input:checked:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e")}
 
 /*
 jQuery-File-Upload
 */
 .delfile1 {
	 color:white;
 }
 
 .fileinput-button {
   position: relative;
   overflow: hidden;
   display: inline-block;
 }
 .fileinput-button input {
   position: absolute;
   top: 0;
   right: 0;
   margin: 0;
   opacity: 0;
   -ms-filter: "alpha(opacity=0)";
   font-size: 200px;
   direction: ltr;
   cursor: pointer;
 }

 .fileinput-OK {
 	display: none;
 }

 /* Fixes for IE < 8 */
 @media screen\9 {
   .fileinput-button input {
     filter: alpha(opacity=0);
     font-size: 100%;
     height: 100%;
   }
 }

 .progress {
 	margin-top: 8px;
 }

 @media print {
 	.main, body {
 	  padding: 0;
 	}
	
 }