@charset "UTF-8";
/* CSS Document */
/*** lander popup ***/
body {
		font-family:'Verdana'
}

.outer_cont {
	display: table;
    position: absolute;
    height: 100%;
    width: 100%;
	background-color:#dddddd
}

.middle_cont {
	display: table-cell;
    vertical-align: middle;
}

.lander_popup {
	width:1230px;
	height:755px;
	margin-right:auto;
	margin-left:auto;	
	position:relative
}

.lander_popup .titel {
	position: absolute;
	bottom: 80px;
	left: 20px;
	background-color: #130901;
	padding: 0px 20px;
	border: 1px solid transparent;
	border-radius: 6px;
}

.lander_popup .titel p {
	font-size:21px;
	color:#e8b364;
	line-height:60px;
	margin:0px
}

.closew_black {
	position:absolute;
	top:20px;
	right:30px;
	z-index:1000
}

.closebox {
	background-color: #130901;
	position: absolute;
	top: 10px;
	right: 15px;
}

.rollover {
	display:none;
	z-index:1000;
	position: absolute;
	bottom: 0px;
	left:0px;
	background-color: #130901;
	width: 810px;
	height: 180px;
	padding:15px
}
.rollover h2 {
	font-size:22px;
	line-height:32px;
	margin:0px 0px 10px;
	color:#e8b364;
	font-weight:500
}

.rollover p{
	font-size:18px;
	line-height:26px;
	margin:0px 0px 10px;
	color:#e8b364
}

.rollover a, .rollover a:hover {
	text-decoration:none;
	border-bottom:none;
	color:#e8b364
}

.rollover .fa-2x {
	font-size:2m
}
#txt1, #txt2, #txt3, #txt4, #txt5, #txt6, #txt7, #txt8, #txt9, #txt10, #txt11, #txt12 {
	display:none
}

