/*----- general parameters -----*/

body {
	padding: 0;
	margin: 0;
	font-family: Muli;
	font-size: 16px;
	color: #999999;
	background: #2E2D35 url('images/background.jpg') no-repeat center center;
	background-size: 100% auto;
	background-attachment: fixed;
}

#homepage {
	margin-top: 160px;
}

#homepage p.title {
	font-family: Cinzel;
	font-weight: 400;
	font-size: 60px;
	text-align: center;
}

#homepage ul {
	display: table;
	margin: 0 auto;
	padding: 0;
}

#homepage ul li {
	display: table-cell;
	padding: 0 30px;
}

#homepage ul li a {
	text-transform: uppercase;
}

.container .navmenu {
	position: fixed;
    width: 100%;
    top: 20px;
    z-index: 9999;
}
	
.container .navmenu ul {
	display: table;
	margin: 0 auto;
	margin-top: 30px;
}

.container .navmenu ul li {
	display: table-cell;
	padding: 0 15px;
}

.container .navmenu ul li a {
	text-transform: lowercase;
	font-size: 14px;
}

.pagealbum ul.items {
	list-style: none;
	padding: 0;
	margin: 0;
}

.pagealbum ul.items li.item  {
	margin-bottom: 10px;
}

.pagealbum ul.items li.item img {
	width: 100%;
}

.pagealbum ul.items li.item p.subtitle {
	margin: 5px 0 20px 0;
	font-size: 12px;
}

table {
	font-size: 16px;
}

td {
	padding: 5px 2px;
}

input, select, textarea {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
}

input, textarea {
	padding: 5px;
	background-color: #999999;
	border: 1px solid #666;
}

input:hover, textarea:hover {
	background-color: #eee;
	border: 1px solid #000000;
}

input.button {
	background-color: #646567;
	color: #999999;
}

img {
	margin: 0px;
	border: 0px;
}

p {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	line-height: 1.7em;
}

td p {
	margin-bottom: 0px;
}

li {
	line-height: 1.3em;
}

a {
	color: #999999;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	margin: 0px;
	margin-bottom: 20px;
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
}

h2 {
	font-family: "Courier New", Courier, monospace;
	color: #fff;
	font-size: 18px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
}

/*----- structure parameters -----*/

.container {
	/*min-width: 980px;
	margin: 0 auto;*/
}

.page {
	margin: 0 auto;
	padding: 0px;
	margin-top: 125px;
	display: table;
	min-width: 980px;
}

.menu {
	float: left;
	width: 255px;
	padding-left: 25px;
	margin-right: 50px;
	position: fixed;
	top: 125px;
}

.content {
	float: right;
	width: auto;
	min-height: 450px;
	margin-top: 10px;
}

li.fullscreen {
	cursor: pointer;
}

li.fullscreen.close {
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: rgb(0,0,0,0.8);
    z-index: 999999;
}

li.fullscreen.close img {
    display: block;
    position: relative;
	width: auto !important;
	max-width: 80%;
	max-height: 80%;
    margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
}

li.fullscreen.close p {
	position: absolute;
	bottom: 40px;
	text-align: center;
	width: 100%;
}

/*===== menu =====*/

.menu p {
	line-height: 1.3em;
}

.menu .logo  {
	margin-left: -25px;
	margin-top: 10px;
	height: 80px;
}

.menu .logo .title {
	color: #CCCCCC;
	font-family: Cinzel;
	font-size: 28px; 
	line-height: 0.8em;
}

.menu .logo .title span {
	float: right;
	font-size: 12px;
	font-family: Muli;
	text-transform: lowercase;
	font-weight: 800;
}

.menu .logo .subtitle {
	text-transform: uppercase; 
	text-align: center; 
	font-size: 14px; 
	font-family: Cinzel;
	font-weight: 400;
	color: #666666;
}

.menu .menu_container {
	display: table;
}

.menu .menu_content {
	display: table-cell;
}

.menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.menu ul li {
	padding: 3px 0;
    font-size: 14px;
}

.menu ul  li.parent {
	padding-top: 10px;
	text-transform: uppercase;
}

.menu ul  li.parent a {
	color: #ff0000;
}

.menu .contact {
	margin-top: 40px;
	border-left: 3px solid #999999;
	padding-left: 10px;
	font-size: 14px;
}

.menu .contact p {
	line-height: 1.5em;
}

/*===== page =====*/

.orderProduct {
	width: 100%;
	position: fixed;
	background-color: #404040;
	top: 0px;
	z-index: 1000;
}

.orderProduct .orderProductContainer {
	width: 700px;
	margin: 0 auto;
}

.orderProduct p {
	line-height: 1.3em;
	color: #FF6600;
	font-family: Arial;
}

input.orderProductButton, input.orderCartButton {
	width: 150px;
	height: 50px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-color: transparent !important;
	background-position: center center; 
	background-size: 150px 50px;
	border: 0px !important;
}

input.orderProductButton {
	background-image: url('/images/addtocart.png');
}

input.orderCartButton {
	background-image: url('/images/order.png');

}

.content p {
	font-size: 14px;
	line-height: 1.5em;
	
}
.content td p {
	margin-bottom: 10px;
	
}

.menu .menu_container .menu_collapse {
	text-align: center;
	margin: 5px 0;
	padding: 5px 0;
	cursor: pointer;
	border-top: 2px solid #666666;
	border-bottom: 2px solid #666666;
}

.menu .menu_container .menu_collapse p {
	margin: 0;
}

.menu .menu_container .menu_collapse select {
    font-family: Muli;
	background: #99cc00;
	color: black;
	padding: 6px 12px;
	border-radius: 5px;
	font-size: 12px;
	text-transform: uppercase;
}

.mobilemenu {
	display: none;
}

/*===== footer =====*/

@media all and ( max-width: 1000px ) {
	.mobilemenu {
		display: block;
		position: fixed;
		right: 0;
		margin: 10px 5%;
		width: 40px;
		z-index: 1000;
	}
	
	.mobilemenu img {
		width: 100%;
	}
	
	.menu {
		float: none;
		width: 100% !important;
		padding: 0;
		margin: 0;
		height: auto;
		position: inherit;
	}
	
	.menu .logo .title span {
		display: block;
		float: none;
	}
	
	.menu .logo .title {
		margin-top: 20px;
	}
	
	.menu .logo {
		padding: 0;
		margin: 0;
		margin-top: 10px;
		height: auto;
	}
	
	.menu .menu_container {
		width: 100% !important;
		height: auto;
	}
	
	.menu .menu_container .menu_collapse {
		display: block !important;
	}
	
	.menu .menu_container .menu_content {
		display: none;
	}
	
	.container .navmenu {
		top: 60px;
	}
	
	.container .navmenu ul {
		display: none;
		margin: 0;
		padding: 0;
		width: 100%;
		padding: 15px 0;
		background: #000;
	}
	
	.container .navmenu ul li {
		display: block;
		padding: 0;
		width: 90%;
		margin: 0 5%;
	}
	
	.container .navmenu ul li a {
		display: block;
		padding: 20px 0;
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #eee;
	}
	
	.addthis-smartlayers {
		display: none;
	}
	
	.page {
		min-width: 90% !important;
		width: 90% !important;
		margin: 0 5%;
		background-position: right bottom !important;
		background-size: 60% auto !important;
	}
	
	.content {
		float: none;
		width: 100% !important;
	}
	
	#homepage  {
		margin-top: 80px;
	}
	#homepage p.title {
		line-height: 70px;
	}
	
	#homepage ul {
		margin-top: 30px;
		display: block;
		padding: 0px;
	}
	
	#homepage ul li {
		margin-bottom: 10px;
		display: block;
		padding: 0px;
		background: rgb( 0, 0, 0, 0.3 );
	}
	
	#homepage ul li a {
		display: block;
		padding: 20px 0;
		width: 100%;
		text-align: center;
	}
}

@media all and ( max-width: 600px ) {
	
	
	#homepage p.title {
		font-size: 30px;
		line-height: 40px;
	}
	
	.content img {
		width: 100% !important;
		height: auto !important;
	}
	
	.content table {
		width: 100% !important;
	}
	
	.content table td {
		width: 100% !important;
		display: block;
	}
	
	.content table td img {
		width: 100% !important;
		height: auto !important;
	}
	
	.orderProduct {
		position: inherit !important;
	}
	
	.content.cart img {
		display: none;
	}
	
	.content.cart a img {
		display: inline-block;
		width: inherit !important;
	}
	
	.content.cart table td {
		width: inherit !important;
		display: table-cell;
	}
	
	.content form table td {
		width: 100% !important;
		display: block !important;;
	}
	
	.orderProductContainer {
		width: 100% !important;
	}
	
	.orderProductContainer table {
		width: 90% !important;
		margin: 0 5%;
	}
}
