@charset "utf-8";
/* CSS Document */

/* GLOBAL */
* { margin:0; padding:0; outline:0; border:0; }

html, body {
	background: #fffaf0;
	background-image: url('../_img/bg-pattern.png');
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1em;
	text-align: justify;
	line-height: 1.2em;
	height: 100%;
}

a {
	color: #ed1c24;
	text-decoration: none;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

a:hover {
	color: #EAB4A4;
	text-decoration: none;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.emphasis {
	font-weight: bold;
	font-style: italic;
}

.clear {
	position:relative;
	clear:both;
}

.hr_line {
	width: 100%;
	height: 0px;
	border-top: 1px #ddd solid;
	margin: 0;
}

#container {
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	overflow: hidden;
}

#copyright {
	text-transform: uppercase;
	width: 100%;
	height: auto;
	line-height: 1em;
	bottom: 5px;
	text-align: center;
	position: absolute;
}

#bounding_box {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	padding-bottom: 15px;
}

/* end GLOBAL */


/* FONTS */

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.title_main {
	color: #630460;
	letter-spacing: 5px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 2em;
	line-height: 1.5em;
	text-transform: uppercase;
}

.title_sub1 {
	color: #990000;
	letter-spacing: 3px;
	font-weight: bold;
	font-size: 1.3em;
	text-transform: uppercase;
	line-height: 1.3em;
}

.title_sub2 {
	color: #a04298;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1em;
}

.important-info {
	color: #000000;
	letter-spacing: 1px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 2em;
	line-height: 1.2em;
}


/* MENU */

#menu {
	max-width: 1200px;
	margin: 0 auto;
}

#menu_border {
	height: auto;
	margin: 10px;
	padding: 10px;
	border-style: dotted;
	border-width: 1px;
	border-color: #ef4345;
	border-radius: 12px;
}

#menu_content {
	width: 100%;
	color: #fff;
	background: #EAB4A4;
	text-align: center;
	border-radius: 10px;
	margin: 0 auto;
}

#menu_content a {
	display: inline-block;
	color: #fff;
	padding: 5px 20px;
}

#menu_content a:hover {
	background: #EF4345;
}


/* RESPONSIVE STYLES */

@media all and (max-width: 480px) {
	#dotted_border { max-width: 100%; }
	#menu { padding: 0; position: relative; }
	#menu a { padding: 5px 0; width: 100%; line-height: 22px; position: relative; border-radius: 10px; }
/*	#menu_space { padding: 0px; height: 200px; } */
}

@media all and (max-width: 1050px) {
	#menu_border { margin: 10px;}
/*	.thumb_box { height: auto; }
	.thumb_overlay { width: 100%; height: 100%; margin: 0; }*/
}

@media only screen and (max-width : 480px) {
	/* Smartphone view: 3 tile */
/*	.thumb_box {
		width: 33.3%;
		padding-bottom: 33.3%;
	}*/
}
@media only screen and (max-width : 650px) and (min-width : 481px) {
/*	#menu_space { padding: 0px; height: 64px; } */
	/* Tablet view: 4 tiles */
/*	.thumb_box {
		width: 25%;
		padding-bottom: 25%;
   }*/
}
@media only screen and (max-width : 1050px) and (min-width : 651px) {
	/* Small desktop / ipad view: 5 tiles */
/*	.thumb_box {
		width: 20%;
		padding-bottom: 20%;
   }*/
}