/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html, button, input, select, textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


/* ==========================================================================
   Main styles
   ========================================================================== */

html {
	overflow-y: scroll;
}

#loading {
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: url('../img/loading.gif') no-repeat 50% 50% #FFF;
}

#info-wrap {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
}
#bg {
	position: relative;
	z-index: 0;
	width: 100%;
}

.pop-link {
	display: block;
	position: absolute;
	z-index: 20;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	background: url('../img/clear.gif');
}
#pop1 {
	width: 65%;
	height: 3%;
	top: 33%;
	left: 17%;
}
#pop2 {
	width: 44.5%;
	height: 2.1%;
	top: 40.4%;
	left: 53%;
}
#pop3 {
	width: 44.5%;
	height: 3%;
	top: 42.9%;
	left: 53%;
}
#pop4 {
	width: 80%;
	height: 3%;
	top: 66%;
	left: 9%;
}

.popup {
	display: inline-block;
	position: absolute;
	z-index: 30;
	display: none;
}
.popup img {
	width: 100%;
}
#popup1 {
	top: 31%;
	left: 5%;
}
#popup2 {
	top: 37%;
	left: 5%;
}
#popup3 {
	top: 37%;
	left: 5%;
}
#popup4 {
	top: 62%;
	left: 5%;
}

.extra-link {
	position: absolute;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	background: url('../img/clear.gif');
}
#extra-link-1 {
	width: 231px;
	height: 26px;
	top: 86px;
	right: 56px;
}
#extra-link-3 {
	width: 281px;
	height: 24px;
	top: 113px;
	right: 147px;
}






/* ==========================================================================
   Responsive styles
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}








/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}