/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*
Framework Name: {solid}
Author: pixek
Author URL: http://pixek.com
Description: A basic CSS framework.
Version: 1.1.3.131111
License: You are NOT allowed to use this framework in any type of projects, personal or commercial, without a valid license.
*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Framework CSS Rules Start                                                                          */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	outline: none;
	font-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	appearance: normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}

div, header, footer, section, article, nav, button,  p, img, ul, ol, blockquote, form, fieldset, textarea, input, label, iframe, code, pre {
	display: block;
	overflow: hidden;
	position: relative;
}
p {
	line-height: 18px;
	margin-bottom: 18px;
	font-size: 12px;
}
p > a {
	color: #1cbbb4;
	display: inline;
	text-decoration: none;
}
p > a:hover {
	text-decoration: underline;
}
p > span {
	display: inline;
}
span > a {
	display: inline;
}
a > span {
	display: inline;
}
a {
	text-decoration: none;
	color: #1cbbb4;
}
a:hover {
	text-decoration: underline;
}
h2, h3, h4, h5, h6 {
	font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #333;
	margin-bottom: 18px;
}

h2 {
	font-size: 18px;
	line-height: 21px;
	padding-bottom: 1px;
}
h3 {
	font-size: 16px;
	line-height: 20px;
	padding-top: 1px;
}
h4 {
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 1px;
}
h5 {
	font-size: 12px;
	line-height: 18px;
}
h6 {
	font-size: 10px;
	line-height: 16px;
}
a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
	color: #333;
	display: inline;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	background-color: #f6f6f6;
	border-left: 1px solid #e9e9e9;
	border-top: 1px solid #e9e9e9;
	width: 100%;
	clear: both;
	margin-bottom: 27px;
}
thead {
}
th {
	height: 48px;
	line-height: 48px;
	vertical-align: middle;
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	font-weight: bold;
	color: #555;
	background-color: #f6f6f6;
}
tr {
	line-height: 18px;
}
td {
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	text-align: center;
	color: #666;
	padding-top: 9px;
	padding-bottom: 9px;
	line-height: 18px;
	vertical-align: middle;
	background-color: #fdfdfd;
}
tr:hover > td {
	background-color: #fff;
}
ul {
	list-style: square inside;
	margin-bottom: 27px;
	position: relative;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Framework CSS Rules End                                                                            */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
p > a {
	color: #ffdf50;
}
a {
	color: #ffdf50;
}
h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #fff;
}
li{padding-left:0px;list-style:none;}
input[type="text"], input[type="password"] {
	transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	color: #999;
}
textarea {
	transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	color: #999;
}
input:focus, textarea:focus {
	transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
}

/*//////////////////// Customized Elements CSS Rules Start                                                                */
.headerWrapper {
	padding-left: 24px;
	padding-right: 24px;
	z-index: 9990;
	height: 168px;
	background-color: #920003;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}
.mainLogo {
	float: left;
	height: 168px;
}
.mainLogo > img {
	height: 168px;
	width: auto;
}
.mainMenuButton {
	float: right;
	height: 18px;
	width: 24px;
	background: url(../images/common/mainMenuButtonBg.png) 0 0 no-repeat;
	margin-top: 18px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// 2020»ÃµÆÆ¬                                                                             */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
* {
	margin: 0;
	padding: 0;
}

html, body {
  	height: 100%;
  	font-family: 'Helvetica Neue', Arial;
}

.active-slide {
}

.hsldr-nav-region {
	position: absolute;
	height: 2px;
	width: 20px;
	top: 0px;
	left: 0px;
	background-color: #000;
}

.hsldr-nav-wrapper {
	position: absolute;
	bottom: 0;
	text-align: center;
	left: 50%;
  	transform: translateX(-50%);
  	-webkit-transform: translateX(-50%);
}

.hsldr-nav-marker {
    content: "";
    display: inline-block;
    height: 0px;
    width: 100%;
    background-color: #000;
    float: left;
}

.hsldr-container {
	position: relative;
	width: 100%;
	height: 58vh;
	max-height: 500px;
	overflow: hidden;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
	background-color: #262626;
}

.hsldr-container.hsldr-has-nav-bar {
	height: calc( 58vh + 10px );border-bottom: 3px solid #232323;
}

.hsldr-gallery-container {
	position: relative;
	left: 0;
	transition: all 0.5s ease-in-out;
	overflow: hidden;
	width: 99999px;
}

.hsldr-image-container {
	float: left;
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;  
}

.hsldr-image-container img {
	width: auto;
	height: 55vh;
	max-height: 500px;
}

.hsldr-container figure, .hsldr-container li {
	position: relative;
}

.hsldr-container figcaption,
.hsldr-container .caption {
	position: absolute;
    left: 0;
    top: 50%;
    padding: 0;
    color: #fff;
    width: 94%;
    padding: 3%;
    opacity: 0;
    text-align: center;
    transform: translateY(-50%);
    transition: opacity 0.1s ease-in-out;
    font-size: 1.6rem;
    font-weight: 200;
}

.hsldr-image-container:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0);
	content: '';
	display: block;
	z-index: 0;
	transition: background-color 0.3s ease-in-out;
}

.hsldr-container .showcaption:before {
	background-color: rgba(0,0,0,0.6);
	z-index: 1;
}

.fade-in {
	opacity: 1;
}

.info {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	visibility: visible;
	position: absolute;
	right: 10px;
	bottom: 10px;
	opacity: 1;
	z-index: 2;
}

.info:before {
	content: "i";
	width: 15px;
	height: 15px;
	display: block;
	text-align: center;
	font-family: Georgia;
	font-style: italic;
	color: #fff;
	background-color: rgba(0,0,0,0.1);
	padding: 2px 3px 5px;
	border-radius: 2px;
}

.showcaption .info:before, .showcaption .info:after {
	position: absolute;
	left: 11px;
	top: 4px;
	content: ' ';
	height: 15px;
	width: 2px;
	background-color: #fff;
	padding: 0;
}

.showcaption .info:before {
  	transform: rotate(45deg);
}

.showcaption .info:after {
  	transform: rotate(-45deg);
}

.hsldr-container .showcaption figcaption,
.hsldr-container .showcaption .caption {
	visibility: visible;
	opacity: 1;
	z-index: 1;
}

.hsldr-next, .hsldr-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	width: 15px;
	height: 30px;
	background-color: rgba(0,0,0,0.4);
	color: #fff;
	transition: background-color 0.3s ease-in-out;
	padding: 15px 20px;
	z-index: 4;
}

.hsldr-has-nav-bar .hsldr-next,
.hsldr-has-nav-bar .hsldr-prev {
	top: calc( 50% - 15px );
}

.hsldr-next {
	right: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.hsldr-next:before, 
.hsldr-next:after,
.hsldr-prev:before,
.hsldr-prev:after {
	width: 15px;
	height: 2px;
	background-color: #fff;
    display: block;
    content: '';
    position: relative;	    
}

.hsldr-next:before {
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    -moz-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    top: 9px;
    left: 0;
}

.hsldr-next:after {
	-ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    top: 17px;
    left: 0;
}

.hsldr-prev {
	left: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.hsldr-prev:before {
	-ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    -moz-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    top: 9px;
    left: 0;
}

.hsldr-prev:after {
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    -moz-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    top: 17px;
    left: 0;
}

.hsldr-next:hover,
.hsldr-prev:hover {
	background-color: rgba(0,0,0,0.6);
}