@charset "UTF-8";

/* Fonts Import
-------------------------------------------------- */
@media all {
	@font-face {
		font-family: 'Equip';
		src: url('../fonts/Equip-Light.eot');
		src: url('../fonts/Equip-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Equip-Light.woff') format('woff'), url('../fonts/Equip-Light.ttf') format('truetype');
		font-weight: normal;
		font-style: normal
	}
}

body, body * {
	vertical-align: baseline;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	background-repeat:no-repeat;
}


#container {
	cursor: pointer;
	/*display:none;*/
	display:block;
	position: absolute;
	width:728px;
	height:90px;
	background-color: #fff;
	margin: auto;
	overflow:hidden;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:1px solid #cccccc;
}

#content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #fff;
	z-index: 99;
}

#logo, #quality, #qlc, #benefits, #capital, #large, #end_logo, #footer, #foreside, #prospectus, #disclosure, #button {
	display: none;
}

#logo
{
	position: absolute;
	top: 18px;
	left: 18px;
}

#background {
	position: absolute;
	top: 0px;
	right: 0;
}

#large, #quality, #qlc, #benefits, #capital {
	position: absolute;
	top: 18px;
    left: 218px;
}

#button {
	position: absolute;
	top: 38px;
    right: 107px;
	z-index: 4;
}

#end_logo {
	position: absolute;
	top: 10px;
	right: 50px;
	z-index: 4;
}

#foreside {
	position: absolute;
	top: 22px;
	right: 22px;
	z-index: 4;
}

#prospectus {
	position: absolute;
    top: 73px;
    z-index: 4;
    right: 119px;
}

#disclosure {
	position: absolute;
	top: 73px;
	right: 20px;
	z-index: 4;
}

#info {
	display: none;
	position: absolute;
    left: 0px;
    top: 0px;
    display: none;
    background-color: white;
    color: #7d6a55;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 15px;
    text-align: left;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	z-index: 5;
}

#info-text {
	height: 59px;
    margin-top: 24px;
    width: 700px;
}

/*
 *  STYLE 3
 */

 #info-text::-webkit-scrollbar-track
 {
	 background-color: #F5F5F5;
 }
 
 #info-text::-webkit-scrollbar
 {
	 width: 2px;
	 background-color: #F5F5F5;
 }
 
 #info-text::-webkit-scrollbar-thumb
 {
	 background-color: #F68D2E;
 }

#info-text > p {
	padding: 10px 20px;
}

#info-text > p:first-child {
	padding-top: 0;
}

#close {
	position: absolute;
	top: 7px;
    right: 20px;
}

#footer {
	right: 0;
    z-index: 2;
	position: absolute;
	height: 90px;
    background: #ffffff;
}