/* ============================================================================
#  (c) magic moving pixel s.a., Luxembourg
# -----------------------------------------------------------------------------
#  Filename    : htdocs/css/styles.css
#  Project     : 689 - BooksDreams.eu
#  
#  Description : style sheet
#
#  Comments    : the stylesheet reacts mobile for the following resolution switches
#    the stylesheet reacts mobile for the following resolution switches
#      -  xs:    1px -  575px 
#      -  sm:  576px -  767px
#      -  md:  768px -  991px
#      -  lg:  992px - 1199px
#      -  xl: 1200px - 1399px
#      - xxl: 1400px - 
#
#  CI colours: 
#      - #B88E52 = dark brown
#      - #DEB887 = brown
#      - #F3D2A0 = light brown
#      - #FFEBCD = very light brown
#      - #9B1915 = red
#===============================================================================*/

/* all screens */
html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	-webkit-text-size-adjust:none;
	font-size: 100%; /* 1rem = 16px */
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.4rem;
	color: #5D4021;
	background-color: #FDF5E6;
	background-image: url(/graphics/common/header_bg.png);
	background-repeat: repeat-x;
}

body.home {
	background-color: #B88E52;
	background-image: url(/graphics/home/background.png);
	background-repeat: repeat-x;
}

.home .dreamcatcher {
	width:435px;
	height:auto;
	margin-top:75px;
}

@media only screen and (min-width: 575px) {
	.home .dreamcatcher {
		margin-top: 40px;
		width: 520px;
	}
}

@media only screen and (min-width: 767px) {
	.home .dreamcatcher {
		margin-top: 21px;
		width: 560px;
	}
}

.home h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.6rem;
	letter-spacing: 2px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
}

@media only screen and (min-width: 575px) {
	.home h1 {
		font-size: 1.4rem;
	}
}


h1 {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1rem;
	line-height: 1.8rem;
	color: #5D4021;
}

h2 {
	margin: 0px;
	padding: 8px 0px 8px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.9rem;
	color: #5D4021;
}

h3 {
	margin: 0px;
	padding: 6px 0px 6px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8rem;
	color: #5D4021;
}

h4 {
	margin: 0px;
	padding: 6px 0px 6px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.7rem;
	color: #5D4021;
}

h5 {
	margin: 0px;
	padding: 4px 0px 4px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.7rem;
	color: #5D4021;
}

p,dl,dt,dd,td,th,div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.8rem;
	text-decoration: none;
	color: #5D4021;
}

ul, ul ul, ul ul ul, ol ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.8rem;
	text-decoration: none;
	color: #5D4021;
	list-style: disc;
	margin-top: 5px;
	margin-bottom: 5px;
}

ol, ul ol, ul ul ol, ul ol ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.8rem;
	text-decoration: none;
	color: #5D4021;
	margin-top: 5px;
	margin-bottom: 5px;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.8rem;
	text-decoration: none;
	color: #5D4021;
	text-indent: 0px;
	margin-left: -15px;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8rem;
	color: #5D4021;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8rem;
	color: #9B1915;
	text-decoration: none;
}

form,option,select,textarea,input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.7rem;
	text-decoration: none;
	color: #5D4021;
}

#mmpwebpage {
	margin: 0px auto 0px auto;
	padding: 0px;
}


div.headerRow {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 110px;
	background-image: url(/graphics/common/header_bg.png);
	background-repeat: repeat-x;
}

div.header {
	margin: 0px auto;
	padding: 0px;
	width: 450px;
	height: 110px;
	background-image: url(/graphics/common/header_logo_s.png);
	background-repeat: no-repeat;
}

@media only screen and (min-width: 767px) {
	div.header {
		width: 760px;
		background-image: url(/graphics/common/header_logo_m.png);
		background-repeat: no-repeat;
	}
}

@media only screen and (min-width: 991px) {
	div.header {
		width: 900px;
		background-image: url(/graphics/common/header_logo.png);
		background-repeat: no-repeat;
	}
}

div.headerTitle {
	float: right;
	display: inline;
	margin: 4px 16px 4px 0px;
	padding: 0px;
	height: 40px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 1px;
	text-align: right;
	text-transform: uppercase;
	color: #5D4021;

	overflow: hidden;
	text-overflow: ellipsis;
	width: 315px;
	white-space: nowrap;
}

@media only screen and (min-width: 767px) {
	div.headerTitle {
		width: 630px;
	}
}

@media only screen and (min-width: 991px) {
	div.headerTitle {
		width: 770px;
	}
}

div.menuFunction {
	clear: both;
	float: right;
	margin-top: 0;
	margin-right: 16px;
}

div.menuFunction a.nav-link {
	margin-top: 8px;
	padding: 0px 12px 0px 12px;
	line-height: 1rem;
	font-size: 0.8rem;
	font-weight: bold;
	border-left: 3px solid #B88E52;
	text-transform: uppercase;
}

div.menuFunction a.nav-link:first-of-type {
	border-left: none
}

div.content {
	margin: 0px auto;
	padding: 0px;
	width: 450px;
}

@media only screen and (min-width: 767px) {
	div.content {
		width: 760px;
	}
}

@media only screen and (min-width: 991px) {
	div.content {
		width: 900px;
	}
}


div.menuContent ul.navbar-nav {
	width: 100%;
	flex-direction: column!important;
}

div.menuContent li {
	margin-left: 0;
}


div.menuContent li.navDepth1 {
	text-align: right;
	border-top: 3px solid #B88E52;
}

div.menuContent li.navDepth1:first-of-type {
	border-top: none;
}
div.menuContent li.navDepth1:last-of-type {
	border-bottom: 3px solid #B88E52;
}

div.menuContent li.navDepth2 {
	background-color: #FFEBCD;
	text-align: right
}

div.menuContent a.nav-link {
	line-height: 1rem;
	font-size: 0.8rem;
	font-weight: bold;
	text-transform: uppercase;
}

div.menuContent li.navDepth2 a.nav-link {
	font-weight: normal;
	text-transform: none;
}

div.menuContent li.selected2 a.nav-link {
	font-weight: bold;
}

div.footer {
	margin: 2rem 0;
}


div.pagenav {
	float: left;
	display: inline;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	width: 660px;
	height: 21px;
}

div.pagenav .next {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 22px;
	height: 21px;
}

div.pagenav .prev {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 22px;
	height: 21px;
}

div.webgallery {
	clear:both;
	position:relative;
	z-index:10;
	border: 1px solid #5D4021;
}

div.webgallery .HD, div.webgallery .FT {
	margin: 0px;
	padding: 5px;
	background-color: #FFEACE;
}

div.webgallery div.mmpwebimage {
	float:left;
	padding: 12px 0px 12px 12px;
}

div.webgallery div.subtitle {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5D4021;
	text-decoration: none;
	text-align: center;
}

span.lb-caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

span.lb-number {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

div.webfilegallery {
	margin: 0px;
	padding: 0px;
	width: 650px;
	background-color: #FFEACE;
	border: solid 1px #5D4021;
	z-index: 20;
}

div.mmpwebfile {
	float: left;
	display: inline;
	clear: both;
	margin: 2px;
	padding: 2px;
	width: 640px;
	background-color: #FEF5E6;
}

div.file-icon {
	float: left;
	display: inline;
	width: 24px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.file-size {
	float: left;
	display: inline;
	width: 75px;
	font-size: 11px;
	text-align: right;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.file-title {
	float: left;
	display: inline;
	width: 530px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.file-size a, div.file-title a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #5D4021;
}


div.menu_content_level1 a, div.menu_content_level1 a.hi, div.menu_content_level1 a.hi:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 23px;
	text-decoration: none;
	text-transform: uppercase;
	color: #5D4021;
}

div.menu_content_level1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 23px;
	text-decoration: none;
	text-transform: uppercase;
	color: #996600;
}

div.menu_content_level2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 20px;
	text-decoration: none;
	color: #5D4021;
	margin-left: 20px;
}

div.menu_content_level2 a.hi, div.menu_content_level2 a.hi:hover, div.menu_content_level2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 20px;
	text-decoration: none;
	color: #996600;
	margin-left: 20px;
}

div.menu_function_item a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 22px;
	text-decoration: none;
	text-transform: uppercase;
	color: #5D4021;
}

div.menu_function_item a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 22px;
	text-decoration: none;
	text-transform:	uppercase;
	color: #996600;
}

div.menu_function_item a.hi, div.menu_function_item a.hi:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 22px;
	text-decoration: none;
	text-transform: uppercase;
	color: #996600;
}

div.mmpwebinput {
	float: left;
	display: inline;
	width: 500px;
}

div.mmpwebinput label {
	display: block;
	width: 400px;
	height: 20px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	color: #5D4021;
}

div.mmpwebinput input {
	display:block;
	width:400px;
	margin: 0px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #5D4021;
	border: 1px solid #d48512;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

div.mmpwebinput input[required] {
	display:block;
	width:400px;
	margin: 0px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #5D4021;
	border: 1px solid #d48512;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

div.mmpwebinput textarea {
	display:block;
	width:400px;
	height: 50px;
	margin: 0px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #5D4021;
	border: 1px solid #d48512;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

div.mmpwebinput textarea[required] {
	display:block;
	width:400px;
	height: 60px;
	margin: 0px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #5D4021;
	border: 1px solid #d48512;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

div.mmpwebinput button {
	margin: 10px 0px 0px 0px;
	padding: 2px 10px 2px 10px;
	width: 200px;
	height: 24px;
	background-color: #d48512;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #ffffff;
	border-width: 1px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
