@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 100%;
	position: relative;
	min-height: 100%;
}
img {
	max-width: 100%;
	height: auto;
}
body {
	font-family: "Noto Sans", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 15px;
	font-size: 0.938rem;
	line-height: 24px;
	line-height: 1.5rem;
	color: #e2e0e0;
	background-color: #000;
}
#wrapper {
	max-width: 960px;
	margin: 0 auto;
	background: url(../images/cp_header_bg_xxl.png) no-repeat;
	overflow: hidden;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}
header {
	margin: 0 auto;
}
footer {
	width: 100%;
	float: left;
	background: #28263d;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 20px;
	line-height: 1.25rem;
	margin-top: 50px;
	color: #333;
	right: 0;
	bottom: 0;
	min-height: 120px;
}

iframe {
	max-width: 100%;
	border: 1px solid #ed1409;
}
#i_cal {
	min-height: 600px;	
}
.logo_start {
	float: left;
	margin-top: 30px;
	width: auto;
	height: auto;
}
.logo {
	margin-top: 50px;
	float: left;
	width: auto;
	height: auto;
}
.row {
	max-width: 960px;
	margin: 0 auto;
	height: auto;
}
.column {
	float: left;
	margin: 0 10px;
	margin: 0 1%;
	height: auto;
}
.full {
	width: 100%;
}
.half {
	width: 48%;
}
.third {
	width: 31%;
}
.two-thirds {
	width: 64%;
}
.fourth {
	width: 23%;
}
.three-fourth {
	width: 73%;
}
.sixth {
	width: 16%;
}
.four-sixth {
	width: 64%;
}
.outline {
	border: 1px solid #ed1409;
	padding: 20px;
	margin-bottom: 20px;
}
.box {
	width: 98%;
	padding: 20px;
	border: 1px solid #ed1409;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	float: right;
}
hr {
	background-color: #ed1409;
	border: 0;
	height: 1px;
	width: 100%;
	float: left;
	margin: 10px 0;
}
.marg_topbot {
	margin: 20px 0;
}
.padd_li_re {
	padding: 0 80px 20px;
}
.padd_li {
	padding: 0 0 20px 80px;
}
.alignright {
	float: right;
	margin: 0 0 0 15px;
}
.alignleft {
	float: left;
	margin: 0 15px 0 1px;
}
.sitemap {
	padding: 10px;
	border-radius: 5px;
	margin-top: 4px;
	margin-bottom: 4px;
	text-indent: 5%;
	border: 1px solid #ed1409;
	letter-spacing: 1px;
	font-weight: normal;
	font-style: normal;
}
#mobile-menu-btn {
	display: none;
}
#navigation {
	position: relative;
	float: right;
	margin: 75px 10px 0 0;
}
#navigation ul li {
	display: inline;
	margin: 0 10px 0 5px;
	list-style: none;
	position: relative;
}
#navigation ul li a {
	color: #febe00;
	text-decoration: none;
	text-transform: uppercase;
	font: 15px "Noto Sans", Helvetica, Arial, sans-serif;
	font-size: 0.938rem;
	font-weight: 700;
	padding: 15px 0;
}
#navigation ul li a:hover {
	color: #94c11c;
	float: none;
	max-width: none;
}
#navigation ul li a.active {
	color: #ed1409;
}
#subnavigation {
	margin: 25px 0 0;
}
#subnavigation li {
	list-style: none;
	border-bottom: 1px solid #28263d;
	display: block;
}
#subnavigation li a {
	font: 15px/24px "Noto Sans", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #febe00;
	padding: 18px 0;
	display: block;
}
#subnavigation li a:hover {
	color: #94c11c;
}
#subnavigation li a.active {
	color: #ed1409;
}
#navigation ul ul {
	position: absolute;
	top: 18px;
	left: 0;
	background-color: #000;
	opacity: 0.8;
	z-index: 1;
}
#navigation ul ul li a {
	display: block;
	font-size: 14px;
	font-weight: 400;
	padding: 10px 15px;
	border-bottom: 1px solid #28263d;
	letter-spacing: 1px;
}
#navigation ul ul {
	display: none;
	margin: 0;
}
#navigation li:hover ul {
	display: block;
}
ul#metanavigation {
	float: right;
	margin: 0px 10px 0 0;
	position: relative;
}
ul#metanavigation li {
	display: inline;
	margin: 0 0 0 20px;
	list-style: none;
}
ul#metanavigation li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font: 700 14px/20px "Noto Sans", Helvetica, Arial, sans-serif;
}
ul#metanavigation li a:hover {
	color: #94c11c;
}
ul#metanavigation li a.active {
	color: #ed1409;
}
label {
	display: block;
	cursor: pointer;
	font: 400 14px/20px "Noto Serif", Georgia, serif;
	font-style: italic;
	letter-spacing: 1px;
	color: #febe00;
	margin-top: 10px;
	margin-bottom: 5px;
}
input[type='text'], input[type='checkbox'], input[type='radio'], input[type='email'], textarea, select {
	margin-bottom: 16px;
	background-color: #e2e0e0;
}
input[type='text'], input[type='email'], textarea, select {
	border: 1px solid #febe00;
	padding: 5px;
	font: 400 14px/20px "Noto Serif", Georgia, serif;
	border-radius: 0px 4px 8px;
	width: 400px;
}
input[type='radio'] {
	margin-left: 50px;
}
textarea {
	height: 120px;
}
input:hover, textarea:hover {
	border: 1px solid #ed1409;
}
input:focus, textarea:focus {
	border: 1px solid #ed1409;
	background-color: #fff;
}
input[type='submit'], input[type='reset'] {
	border: 0;
	cursor: pointer;
	margin-right: 20px;
	background: #febe00;
	padding: 4px 10px;
	color: #000;
	font: 14px "Noto Serif", Georgia, serif;
	border-radius: 0px 4px 8px;
	width: 140px;
}
input[type='reset'] {
	background-color: #e2e0e0;
}
input[type='submit']:hover, input[type='reset']:hover {
	background: #94c11c;
}
table, tr, td, thead, tbody {
	border-collapse: collapse;
	font: 15px "Noto Serif", Georgia, serif;
	text-align: left;
	vertical-align: top;
}
table {
	margin: 18px 0 22px;
	width: 100%;
	border: 1px solid #ed1409;
}
thead {
	background-color: #28263d;
	color: #febe00;
}
th {
	padding: 10px 3px 12px 10px;
}
tbody {
}
td {
	padding: 6px 3px 8px 10px;
	font-size: 14px;
	text-align: left;
}
tbody tr:nth-child(even) {
	background-color: #1a1928;
	color: #fff;
}
tbody tr:nth-child(odd) {
	background-color: #000;
}
h1#invisibleheading {
	font-size: 0px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	line-height: 0px;
	color: #dfdfdf;
	position: absolute;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Noto Serif", Georgia, serif;
	font-weight: 400;
	margin: 0 0 10px 0;
}
h4, h6 {
	margin-bottom: 1px;
	margin-top: 20px;
}
h1 {
	font-size: 26px;
	line-height: 32px;
	font-size: 1.625rem;
	line-height: 2rem;
	color: #febe00;
}
h2 {
	font-size: 20px;
	line-height: 25px;
	font-size: 1.25rem;
	line-height: 1.563rem;
	color: #fff;
	margin-bottom: 2px;
	margin-top: 20px;
}
h3 {
	font-size: 18px;
	line-height: 22px;
	font-size: 1.125rem;
	line-height: 1.375rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #febe00;
}
h4 {
	font-size: 18px;
	line-height: 22px;
	font-size: 1.125rem;
	line-height: 1.375rem;
	letter-spacing: 1px;
	color: #fff;
	font-style: italic;
}
h5 {
	font-size: 16px;
	line-height: 20px;
	font-size: 1rem;
	line-height: 1.25rem;
	color: #febe00;
	font-weight: 700;
	letter-spacing: 1px;
}
h6 {
	font-size: 16px;
	line-height: 20px;
	font-size: 1rem;
	line-height: 1.25rem;
	font-weight: 700;
	font-style: italic;
	color: #fff;
	letter-spacing: 1px;
	margin-top: 20px;
}
p {
	font: "Noto Sans", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 15px;
	font-size: 0.938rem;
	line-height: 24px;
	line-height: 1.5rem;
	color: #e2e0e0;
	margin-bottom: 10px;
}
a {
	color: #94c11c;
	text-decoration: none;
	font-style: italic;
	font-family: "Noto Serif", Georgia, serif;
}
a:hover {
	color: #ed1409;
}
.bu {
	font: italic 0.8rem "Noto Sans", Helvetica, Arial, sans-serif;
	color: #febe00;
	line-height: 16px;
	line-height: 1rem;
	margin-bottom: 10px;
	text-align: right;
}
.sub {
	font: 0.9rem "Noto Serif", Georgia, serif;
	line-height: 1.5rem;
	font-style: italic;
	margin-bottom: 10px;
	margin-top: -5px;
	letter-spacing: 1px;
	color: silver;
}

@media only screen and (max-width:980px) {
.wrapper {
	width: 100%;
}
.full, .half, .third, .two-thirds, .fourth, .three-fourth, .four-sixth, .outline {
	width: 96%;
	margin: 2%;
}
.sixth {
	width: 31%;
	margin: 1%;
}
.outline {
	padding: 3%;
	margin-bottom: 10px;
}
.box {
	width: 98%;
	padding: 3%;
	border: 1px solid #ed1409;
	margin: 10px;
}
.padd_li_re {
	padding: 0 40px 10px;
}
.padd_li {
	padding: 0 0 0 40px;
}
.logo_start {
	margin-top: 40px;
	margin-left: 5%;
}
.logo {
	margin-top: 40px;
	margin-left: 5%;
}
a#mobile-menu-btn {
	display: block;
	position: fixed;
	min-width: 100%;
	padding: 5px 0;
	margin: 0px;
	text-align: center;
	color: #febe00;
	text-decoration: none;
	text-transform: uppercase;
	font: 20px "Noto Sans", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	background-color: #28263d;
	z-index: 1000;
	-webkit-box-shadow: 0px 3px 6px #000;
	box-shadow: 0px 3px 6px #000;
}
#navigation {
	display: none;
	margin: 0;
	float: none;
}
#navigation:first-of-type {
	position: absolute;
	margin-top: 36px;
}
#navigation ul li {
	display: block;
	float: none;
	background-color: #000;
	margin: 1px 0px;
}
#navigation ul li a {
	display: block;
	margin: 1px 0px;
	padding: 6px 10px;
	text-align: left;
}
#navigation ul li a:hover {
	background: #fff;
}
#subnavigation {
	display: none;
}
#navigation ul ul {
	display: block;
	float: none;
	position: relative;
	top: 0;
	background-color: #000;
	opacity: 1;
	z-index: 1;
}
#navigation ul ul li a {
	display: block;
	font-size: 14px;
	padding: 5px 30px;
	border-bottom: 1px solid #28263d;
	letter-spacing: 0;
	text-transform: capitalize;
}
#metanavigation {
	width: 30%;
	padding-top: 5px;
}
ul#metanavigation {
	float: left;
	margin: 0px 5px 0 0;
}
ul#metanavigation li {
	display: block;
	margin: 0 0 0 10px;
	list-style: none;
}
ul#metanavigation li a {
	font: 700 13px/20px "Noto Sans", Helvetica, Arial, sans-serif;
}
input[type='text'], input[type='email'], textarea, select {
	width: 100%;
}
textarea {
	height: 60%;
}
input[type='submit'], input[type='reset'] {
	width: 40%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 5px 0;
}
h1 {
	font-size: 23.4px;
	line-height: 28.2px;
	font-size: 1.463rem;
	line-height: 1.8rem;
}
h2 {
	font-size: 20px;
	line-height: 25px;
	font-size: 1.25rem;
	line-height: 1.563rem;
	margin-top: 10px;
}
h6 {
	margin-top: 10px;
}
p {
	font-size: 13.5px;
	font-size: 0.844rem;
	line-height: 21.6px;
	line-height: 1.35rem;
}
.bu {
	font-size: 0.7rem;
	line-height: 0.9rem;
	margin-bottom: 10px;
	text-align: right;
	font-style: italic;
}
.sub {
	font-size: 0.8rem;
	line-height: 1.2rem;
	margin-bottom: 10px;
	margin-top: -5px;
	letter-spacing: 1px;
	font-style: italic;
}
}

@media only screen and (max-width:480px) {
.box {
	width: 90%;
	padding: 3%;
	margin: 5%;
}
.padd_li_re {
	padding: 0 20px 10px;
}
.padd_li {
	padding: 0 0 10px;
}
.logo_start {
	margin-top: 40px;
	margin-left: 3%;
	width: 70%;
}
.logo {
	margin-top: 40px;
	margin-left: 3%;
	width: 60%;
}
}
