html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-size: 100%;
}

#prev, #next {
    position: absolute;
    font-size: 13px;
    font-weight: bold;
    background: black;
    color: white;
    top: 50%;
    padding: 0px;
    cursor: pointer;
    z-index: 101;
    margin-top: -18px;
}
.lang{
    position: relative;
    text-align: right;
    z-index: 5;
    display: inline-block;
    float: right;
    top: -33px;
	color: #fff;
}
.lang *{
	margin: 0 2px;
	font-size: 18px;
}
.lang a{
    color: #fff;
    border-bottom: 1px solid;
    text-decoration: none;
}
.lang a:hover{
	text-decoration: none;
    border-bottom: 0;
}
.lang *:first-child{
	margin-left: 0;
}
.lang *:last-child{
	margin-right: 0;
}
.arr{
	position: absolute;
    top: 50%;
}
#prev a, #next a{
    text-decoration: none;
    color: white;
    padding: 10px;	
	background: black;
	font-size: 32px;
}

#prev a:hover, #next a:hover{
    text-decoration: none;
}
#next a{
    padding: 10px 10px 10px 15px;
}
#prev a{
    padding: 10px 15px 10px 10px;
}
#prev {
    left: 10px;
}

#next {
    right: 5px;
}

#wrapper {
	width: 100%;
	height: 100%;
	display: table;
}

#container {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#surface {
	margin: 0 auto;
	position: relative;
    background: url('surface.png') 50% 50% no-repeat;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
	border: 1px solid transparent;
	min-width: 500px;
	min-height: 322px;
	z-index: 100; 
}

#logo {
    height: 6%;
    position: absolute;
    bottom: 7%;
	right: 7.8%;
    text-align: right;
}

#logo8 {
    height: 6%;
    position: absolute;
    bottom: 7%;
    left: 5%;
    text-align: left;
}

#placeHolder {
	position: relative;
    width: 82.6%;
    min-width: 80%;
    height: 73.2%;
    min-height: 70%;
	//margin: 13.318% 8.428% 14.206% 8.714%;
	margin-left: 8.8%;
	padding-top: 8.4%;
	overflow: hidden;
	z-index: 1;
}

#place {
    width: 100%;
    height: 100%;
	overflow: hidden;
	z-index: 2;
    top: -18px;
    position: relative;
}

img#placeImage {
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

#header{
	position: relative;
	width: 100%;
	height: 15%;
}

	#headerInner {
		position: relative;
		height: 100%;
		padding-left: 2%;
		text-align: left;
		display: table;
	}

		#titleHolder {
			position: relative;
			height: 100%;
			white-space: nowrap;
			display: table-cell;
			vertical-align: middle;
		}

			#placeTitle {
				position: relative;
				font-weight: bold;
				font-size: 160%;
				color: rgb(2, 54, 86);
				text-shadow: 2px 2px 4px white, -2px -2px 4px white, 2px -2px 4px white, -2px 2px 4px white;
			}
		
		#buttonHolder {
			position: relative;
			max-width: 5px;
			height: 100%;
			display: table-cell;
			vertical-align: middle;
		}
		
			#toggleInfoButton {
				cursor: pointer;
				height: 80%;
				max-height: 100px;
			}

#content {
    position: relative;
    width: 100%;
    height: 65%;
}

    #placeInfo {
        display: none;
        position: relative;
        border: 1px solid transparent;
        height: 100%;
    }
    
        #textHolder {
            position: relative;
            margin: 0 auto;
            width: 80%;
            background: rgba(2, 54, 86, 0.9);
            border: 1px solid #3d91b4;
            color: white;
            font-size: 120%;
            padding: 10px 30px;
            max-height: 90%;
            overflow-x: hidden;
            overflow-y: auto;
        }

            #textHolder div {
            	margin: 0;
				padding: 0;
				-moz-column-count: 2;
				-webkit-column-count: 2;
				column-count: 2;
				-moz-column-gap: 25px;
				-webkit-column-gap: 25px;
				column-gap: 25px;
				text-align: justify;
                text-indent: 25px;
            }

            #textHolder p {

            }    

#footer {
    position: absolute;
    width: 100%;
    height: 20%;
    bottom: -2px;
}

    #togglerHolder {
        position: relative;
		bottom: 0;
		width: 100%;
        height: 20%;
        text-align: center;
    }
    
        #toggleBanner {
            cursor: pointer;
            height: 100%;
			position: absolute;
			top: 0;
			left: 50%;
			margin-left:-2%;
        }
    
    #bannerHolder {
        position: relative;
        height: 80%;
    }

        #banner {
            text-align: center;
            position: relative;
            margin: 0 auto;
            width: 60%;
            max-width: 500px;
            z-index: 0;
        }

        #bannerImg {
            cursor: pointer;
            height: 100%;
		    display: inline-block !important;
        }

#toggleSound {
    position: absolute;
    top: 0;
    right: 1%;
    width: 8%;
    height: 8%;
    max-width: 100px;
    max-height: 100px;
    cursor: pointer;
}
.itg-soft-company{
	text-decoration: none !important;
    border-bottom: 1px solid !important;
    cursor: pointer !important;
	color: #fff !important;
    font-family: Calibri, Arial, sans-serif;
    font-size: 15px;
    display: inline-block;
    position: relative;
}
.itg-soft-company:hover, .itg-soft-company:focus {
    border-bottom: 1px solid transparent !important;
}
.itg-soft-company{
    line-height: 1;
    top: calc((100% - 16px)/2);

}