html,
body{
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	background-color: #fdefe2;
}
.font-small-caps{
	font-variant: small-caps;
}
.btn{
	background-color: #fdefe2;
	color: #381c00;
}


/* Center the loader */
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  min-width: 150px;
  min-height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #381c00;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  padding: 25px;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@-webkit-keyframes spin-inverse {
  0% { -webkit-transform: rotate(360deg); }
  100% { -webkit-transform: rotate(0deg); }
}
@keyframes spin-inverse {
  0% { transform: rotate(360deg); }
  100% { transform: rotate(0deg); }
}
img.logo{
	max-height: 150px;
	-webkit-filter: drop-shadow(12px 12px 8px rgba(0,0,0,0.85));
	filter: drop-shadow(0px 0px 4px rgba(0,0,0,1));
	-webkit-animation: spin-inverse 2s linear infinite;
  	animation: spin-inverse 2s linear infinite;
}

section#flag-top,
section#flag-bottom{
	min-height: 35px;
	width: 100%;
	border-bottom: 2pt solid #fdefe2;
}
section#flag-top{
	position: absolute;
	top: 0;
}
section#flag-bottom{
	position: absolute;
	bottom: 0;
	border-top: 2pt solid #fdefe2;
}
section#flag-top .row>div,
section#flag-bottom .row>div{
	height: 100%;
	line-height: 35px;
}

#brochure{
	margin-top: 40px;
	height: 600px;
	width: 796px;
	display: inline-block;
}
#brochure .turn-page{
	background-color: transparent;
	background-size:100% 100%;
}
body > div.ui-loader.ui-corner-all.ui-body-a.ui-loader-default{
	display: none;
}

