@charset "UTF-8";
/* CSS Document */
/* css reset */

/* Eric Meyer css reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end Eric Meyer css reset */


/* Box Sizing reset */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
/* End of Box Sizing reset */

/* clearfix reset */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
/* end of clearfix reset */

body{
	background-color: #292725;
	font-size: 10px;
}

.wrapper{
	margin: 11% auto 0;
	width: 55%;
	padding: 30px;
	max-width: 900px;
	min-width: 600px;
	min-height: 535px;
}

header{
	margin: 0 auto;
}

h1{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 5.5em;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	color: #FFBE00;
}

main{
	margin-top: 10%;
}


.btn{
	width: 30%;
	margin-left: 5%;
	margin-bottom: 5%;
	padding: 2% 2%;
	display: block;
	float: left;
	background-color: #FFBE00;
	border: none;
}

.swipe {
	/*button animation*/
	position: relative;
  	overflow:hidden;
  	background: #FFBE00;
  	z-index: 1;
  	cursor: pointer;
  	transition:         0.09s ease-in;
  	-o-transition:      0.09s ease-in;
  	-ms-transition:     0.09s ease-in;
  	-moz-transition:    0.09s ease-in;
  	-webkit-transition: 0.09s ease-in;
}


.swipe:before {
  content: "";
  position: absolute;
  background: #383533;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  transition: top 0.11s ease-in;
  -o-transition: top 0.11s ease-in;
  -ms-transition: top 0.11s ease-in;
  -moz-transition: top 0.11s ease-in;
  -webkit-transition: top 0.11s ease-in;
}

.swipe:hover:before {
  top: 0;
}
/*End of button animation*/

.btn-01,
.btn-04{
	margin-left: 0%;
}

.btn-07{
	width: 100%;
	margin-left: 0%;
}


h2{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 2.6em;
	color: #292725;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
}

.btn a{
	text-decoration: none; 
	display: inline;
	color: #292725;
}

footer{
	margin-top: 8%;
	clear: both;
}

footer p{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.3em;
	color: #54504C;
	text-align: center;
}

footer a{
	color: #54504C;
	text-decoration: none;
}

footer a:hover,
footer a:active,
footer a:focus {
	color:#FFBE00;
}



/*background images on infoPages */
.historyPage{
	background:url(../image/history.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.languagesPage{
	background:url(../image/languages.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.livingPage{
	background:url(../image/living.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.transportPage{
	background:url(../image/transport.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.foodPage{
	background:url(../image/food.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.politicsPage{
	background:url(../image/politics.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/* End of background images on infoPages */



/* info pages style */
.infoPage main{
	margin-top: 16%;
	padding: 40px;
	background-color: #FFBE00;
	opacity: 0.9;
}


.infoPage main h2{
	font-size: 3em;
	color: #292725;
}

.infoPage main p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin-top: 2%;
	font-size: 1.9em;
	line-height: 1.5;
	color: #292725;
	text-align: left;
}

.infoPage a{
text-decoration: none;
}

.infoPage footer{
	display: none;
}
/* End of info pages style */


/*form style */
.quizPage main,
.thankyouPage main,
.resourcesPage main{
	margin-top: 0%;
}

.form-head{
	padding: 1% 0%;	
}

.description,
.choice,
.radiocontent{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #FFBE00;
	letter-spacing: 1px;
	font-size: 1.9em;
	line-height: 1.6;
}

form p{
	margin-top: 10px;
}

select{
	margin-top: 20px;
	width: 100%;
}

.textarea{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 1.9em;
	letter-spacing: 1px;
	line-height: 1.6;
	color: #FFBE00;
	background-color: #292725;
	width: 100%;
	border: 1.5px solid #FFBE00;
}

input.textarea {
	border-bottom: 1.5px solid #FFBE00;
	border-top: none;
	border-right: none;
	border-left: none;
}

textarea.textarea {
	margin-top: 20px;
}

.question {
	padding-top: 50px;
}

.q-05 {
	margin-bottom: 50px;
}

.radiocontent{
	margin-left: 32px;
	text-indent: -33px;
}

.select-box{
    background: url(../image/selectone.png) top 17px right 10px no-repeat;
	background-color:transparent;
}

.select-box select {
	border: 1.5px solid #FFBE00;
	background: transparent;
	padding-left: 10px;
	width: 100%;
	color: #FFBE00;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 1;
	border-radius: 0;
	height: 38px;
	-webkit-appearance: none;
}

.select-box select:focus {
    outline: none;
}

/*sprite sheet style choices*/
input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label span {
    display:inline-block;
    width:24px;
    height:24px;
    margin:-4px 10px 0 0;
    vertical-align:middle;
    background:url(../image/spritesheet_hk.png) left top no-repeat;
    cursor:pointer;
}
input[type="checkbox"]:checked + label span {
    background:url(../image/spritesheet_hk.png) -24px top no-repeat;
}

input[type="radio"] {
    display:none;
}
input[type="radio"] + label span {
    display:inline-block;
    width:24px;
    height:24px;
    margin:-4px 10px 0 0;
    vertical-align:middle;
    background:url(../image/spritesheet_hk.png) -48px  top no-repeat;
    cursor:pointer;
}
input[type="radio"]:checked + label span {
    background:url(../image/spritesheet_hk.png) -72px top no-repeat;
}
/*End of sprite sheet style choices*/

/* End of form style */



/* google map style */
#map_01{
	width:100%;
	height: 700px;
}
/* End of google map style */


/* resources page style */
.resources h2{
	margin-top: 30px;
	font-size: 1.6em;
	color: #5E5A55;
	line-height:2;
	text-align: left;}
	

.resources a{
	text-decoration:none;
	color: #5E5A55;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1.6em;
	line-height: 1.8;
	text-align: left;
}

.resources a:hover,
.resources a:active,
.resources a:focus {
	color:#FFBE00;
}
/* End of resources page style */





