@import url("fame-fonts.css");
@import url("fame-buttons.css");

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
	color: #666;
	font-size: 13px;
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);	
}

html, body {
    height: 100%;
    margin: 0;
	font-family:  Inter, Arial, Verdana, Tahoma;
	text-align: center;
	background: url(../images/faq.jpg) no-repeat fixed #fff;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#wrapper {
	position: relative;
	width: 80%;
	margin: 0 auto;
	text-align: left;
	padding-top: 120px;	 		
}

#menu {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100px;
	z-index: 1000;
	font-size: 1em;
}

#xfamex-logo {
	position: absolute;
	top: 20px;
	left: 20px;
	height: 56px;
	width: 167px;
	background: url(../images/xfamex-logo.png) no-repeat;
	cursor: pointer;
	z-index: 1001;
}

#menu-inner {}

#menu-inner ul, #menu-mobile ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu-inner li {
	float: right;
}

#menu-inner li a {
    display: block;
	height: 30px;
	text-decoration: none;
	color: #333;
	padding: 47px 20px 3px 20px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	outline: none;
	margin-right: 1px;
}

#menu-inner li a:hover, .menu-selected {
    display: block;
	height: 40px;
	text-decoration: none;
	color: #fff !important;
	padding: 57px 20px 3px 20px;
	background: #9575cd;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;	
}

#mister-hamburger {
	z-index: 1002;
	position: fixed;
	top: 0;
	right: 0;
	width: 70px;
	height: 70px;
	background: url(../images/hamburger-for-xfamex.jpg) no-repeat center;
	display: none;
	cursor: pointer;	
}

#menu-mobile {
	position: fixed;
	top: 80px;
	left: 0px;
	background: #fff;
	z-index: 1001;
	width: 100%;
	font-size: 1.1em;
	display: none;
}

#menu-mobile li {
	width: 100%;
	border-bottom: 1px solid #ddd;
}

#menu-mobile li a {
    display: block;
	text-decoration: none;
	color: #333;
	padding: 10px;
}

a {
	color: #9575cd;
}

#violet {
	color: #fff;
	padding: 40px;
	border-radius: 16px;
	background: url(../images/online-campaign2.png) no-repeat right top #9575cd;
	box-shadow: 1px 5px 15px #999;
}

#violet2 {
	color: #fff;
	padding: 40px;
	border-radius: 16px;
	background: url(../images/online-fly2.png) no-repeat right top #9575cd;
	box-shadow: 1px 5px 15px #999;
}

#violet1 {
	color: #fff;
	padding: 40px;
	border-radius: 16px;
	background: url(../images/idea2.png) no-repeat right top #9575cd;
	box-shadow: 1px 5px 15px #999;
}

h1 {
    margin: 0;
	margin-bottom: 20px;
	font-weight: normal;
	font-family:  Inter-Bold, Arial, Verdana, Tahoma;
	font-size: 1.6em;
}

h2 {
    margin: 0;
    font-size: 20px;
	font-weight: normal;
	font-family:  Inter-Bold, Arial, Verdana, Tahoma;
}

h3 {
    margin: 0;
    font-size: 20px;
	font-weight: normal;
	margin-bottom: 14px;	
}

table {
	width: 100%;
}
td {padding: 20px;}

li {padding: 10px;}

.clear {clear: both;}

.faq {
	font-family: 'Inter-Bold';
	cursor: pointer;
	padding: 0 0 20px 20px;	
}

.faq-answer {
	padding: 0px 10px 30px 60px;
	line-height: 1.4;
	display: none;
}

.faq-title {
	font-family: 'Inter-Bold';
	padding: 0 0 20px 20px;
}

.table-clear td {
	padding: 0;
	margin: 0;
}

.w33 {
	position: relative;
	float: left;
	width: 30%;
	margin-right: 10px;
}

.w600 {
position: relative;
width: 600px;
margin: auto;
}

.w200 {
	position: relative;
	width: 300px;
	margin: 40px auto;
	float: left;
	}

.schedule-arrow-down {background: url(../images/arrow-down.png) no-repeat center center;}
.schedule-arrow-up {background: url(../images/arrow-up.png) no-repeat center center;}

#footer {
	font-size: 0.7em;
	text-align: center;
	padding-top: 40px;
}

@media only screen and (max-width: 900px) {
	#menu-inner {display: none;}
	#mister-hamburger {display: block;}
	.w600 {
		position: relative;
		width: 200px;
		margin: auto;
		}
	.w33 {width: 100%;margin-bottom:10px;}
}

@media only screen and (min-width: 1600px) {
	#wrapper {
		font-size: 1.3em;
		line-height: 1.4em;
	}

	#menu {
		font-size: 1.2em;
	}
	
	h1 {
		margin-bottom: 40px;
		line-height: 1.2em;
	}	
}

#language {
	position: absolute;
	top: 45px;
	width: 100px;
	left: 240px;
	z-index: 1001;
	text-align: left;
	padding-left: 34px;
	cursor: pointer;
}

#language_change {
	position: absolute;
	top: 75px;
	width: 20px;
	left: 240px;
	z-index: 1001;
	text-align: left;
	padding-left: 34px;
	cursor: pointer;
	overflow: hidden;
	display: none;
}