/* border-box | content-box */
/* 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,
headerb,
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,
headerb,
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;
}
li {
    list-style-type: none;
}
a,
a:visited {
    color: black;
}
/* @group Constants */
/* @end */
/* @group Global */


body {
    font-family: 'Open Sans' ;
    font-size: 16px;
    line-height: 1;
    background-color: #111;
    color: white;
    -webkit-font-smoothing: antialiased;
}
body,
*,
a,
*:after,
*:before { 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
ul {
    font-size: 0;
    line-height: 0;
}
ul > li {
    font-size: 16px;
    line-height: 1;
}
a:visited {
    color: white;
    border: none;
}
#main {
    height: 5000px;
}

.toggle {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}
.toggle .on {
    display: none;
}
.toggle .off {
    display: inline;
}
.toggle.active .on {
    display: inline;
}
.toggle.active .off {
    display: none;
}
/* @end */
/* @group Header */
.header {
    position: fixed;
    top: 0;
    left: 26px;
    z-index: 100;
    padding: 10px;
    text-transform: uppercase; 
    -webkit-transform: translatez(30px);

}


.header h1 {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;

}
.header h1 a {

}
.header h1 a .label {
    display: none;
}
.header a {
    cursor: pointer;
}
.header a:hover {
    color: #df0012;
}
.header .header-nav {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}
.header .header-nav > li.info,
.header .header-nav > li.mute {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    margin-left: 15px;
    margin-top: 0px;
    font-size: 18px;
}
.header .header-nav > li.info a,
.header .header-nav > li.mute a {
    text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 3px;
    text-decoration: none;
}
.header .header-nav > li.info a:hover,
.header .header-nav > li.mute a:hover {
    color: white;
    text-decoration: underline;
}
.header .header-nav > li.info {
    padding-left: 12px;
}
.header .header-nav > li.mute {
    padding-left: 16px;
}
.header .header-nav > li.mute.active {
}
.header .header-nav .night .toggle a {
    z-index: 3000;
    position: fixed;
    display: block;
    width: 30px;
    height: 30px;
    top: 4px;
    right: 30px;
}
.header .header-nav .night .toggle a span {
    display: none;
}
.header .header-nav .night .toggle a.on {
    display: none;
	background-image: url(../images/gunes.png);
 
}
.header .header-nav .night .toggle a.off {
background-image: url(../images/ay.png);
 
}
.header .header-nav .night .toggle a.on:hover {
background-image: url(../images/gunes.png);
opacity:.8;
 

}
.header .header-nav .night .toggle a.off:hover {
background-image: url(../images/ay.png);
opacity:.8;
 
}
.header .header-nav .night .toggle.active .on {
    display: block;
}
.header .header-nav .night .toggle.active .off {
    display: none;
}
/* @XXXX */

.headerb {
    position: fixed;
    top: 0;
    right: 5px;
    z-index: 100;
    padding: 10px;
    text-transform: uppercase; 
    -webkit-transform: translatez(30px);
}

	.headerb h1 {
		display: -moz-inline-stack;
		display: inline-block;
		*display: inline;
		zoom: 1;
		vertical-align: top;

	}
	.headerb h1 a {

	}
	.headerb h1 a .label {
		display: none;
	}
	.headerb a {
		cursor: pointer;
	}
	.headerb a:hover {
		color: #df0012;
	}
	.headerb .header-nav {
		display: -moz-inline-stack;
		display: inline-block;
		*display: inline;
		zoom: 1;
		vertical-align: top;
	}
	.headerb .header-nav > li.info,
	.headerb .header-nav > li.mute {
		display: -moz-inline-stack;
		display: inline-block;
		*display: inline;
		zoom: 1;
		vertical-align: top;
		margin-left: 15px;
		margin-top: 0px;
		font-size: 18px;
	}
	.headerb .header-nav > li.info a,
	.headerb .header-nav > li.mute a {
		text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 3px;
		text-decoration: none;
	}
	.headerb .header-nav > li.info a:hover,
	.headerb .header-nav > li.mute a:hover {
		color: white;
		text-decoration: underline;
	}
	.headerb .header-nav > li.info {
		padding-left: 12px;
	}
	.headerb .header-nav > li.mute {
		padding-left: 16px;
	}
	.headerb .header-nav > li.mute.active {
	}
	.headerb .header-nav .night .toggle a {
		z-index: 3000;
		position: fixed;
		display: block;
		width: 30px;
		height: 30px;
		top: 4px;
		right: 30px;
	}
	.headerb .header-nav .night .toggle a span {
		display: none;
	}
	.headerb .header-nav .night .toggle a.on {
		display: none;
		background-image: url(../images/gunes.png);
	 
	}
	.headerb .header-nav .night .toggle a.off {
	background-image: url(../images/ay.png);
	 
	}
	.headerb .header-nav .night .toggle a.on:hover {
	background-image: url(../images/gunes.png);
	opacity:.8;
	 

	}
	.headerb .header-nav .night .toggle a.off:hover {
	background-image: url(../images/ay.png);
	opacity:.8;
	 
	}
	.headerb .header-nav .night .toggle.active .on {
		display: block;
	}
	.headerb .header-nav .night .toggle.active .off {
		display: none;
	}

/* @end */
/* @group Street View */
.street-view {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -100;
    width: 100%;
    height: 100%;
}
.street-view > img {
    height: 100%;
}
/* @end */
/* @group Navigation */
.navigation {
    position: fixed;
    right: 0;
    top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    height: 100%;
    width: 50px;
    -webkit-transform: translatez(30px);
}
.navigation > ul > li {
    margin-top: -10px;
    /* puts items to center */

    pointer-events: none;
    position: absolute;
    z-index: 1;
    right: 0;
    white-space: nowrap;
    -webkit-transition: top 550ms ease-in-out;
    -moz-transition: top 550ms ease-in-out;
    -o-transition: top 550ms ease-in-out;
    transition: top 550ms ease-in-out;
}
.navigation > ul > li > a {
    font-family: 'DinCondensedRegular', 'Trebuchet MS', 'Garamond';
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    padding-right: 15px;
    vertical-align: middle;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    filter: alpha(opacity = 0);
    *display: none;
    -webkit-transform: translate(-5px, 0px);
    -moz-transform: translate(-5px, 0px);
    -ms-transform: translate(-5px, 0px);
    transform: translate(-5px, 0px);
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
.navigation > ul > li:after {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    position: absolute;
    right: 0;
    top: 2px;
    vertical-align: middle;
    border-right-color: #ffffff;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}
.navigation > ul > li:hover:after,
.navigation > ul > li.active:after {
    top: -1px;
    width: 4px;
    height: 4px;

}
.navigation > ul > li:hover > a,
.navigation > ul > li.active > a {
    color: #D8C83D;
}
.navigation:hover,
.navigation.active {
    width: 200px;
}
.navigation:hover > ul > li,
.navigation.active > ul > li {
    pointer-events: auto;
}
.navigation:hover > ul > li > a,
.navigation.active > ul > li > a {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    filter: alpha(opacity = 100);
    *display: inline;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
/* @end */
/* @group Intro */
.start  {
    position: absolute;
    z-index: 2;
    margin: 0 auto;
    width: 460px;
    height: 460px;
    left: 50%;
    top: 50%;
    margin-left: -230px;
}
.start  {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 28px;
    margin-top: 10px;
    padding: 120px 50px;
    text-align: center;
}

.hotspot {
    position: absolute;
    top: 1200px;
}
.hotspot.left {
    left: 200px;
}
.hotspot.right {
    right: 200px;
}
.hotspot#host {
    right: 30%;
}
.hotspot#zapo > .content,
.hotspot#bier > .content,
.hotspot#zapo > .content {

}
.hotspot > .content {
    position: relative;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
    /* The hotspot point */


}
.hotspot > .content .bubble-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.hotspot > .content h2 {
    color:#383636;
    font-size: 22px;
    cursor:pointer;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 30px 10px 30px;
    background: url('../images/common_bg.png');
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}







.hotspot > .content h2:hover {
    color:#fff;
}

.hotspot > .content > .description,
.hotspot > .content > .links {

    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 10px;
    margin-top: 5px;
    background-image: url(../images/common_bg.png);
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    filter: alpha(opacity = 0);
    *display: none;
    -webkit-transform: translate(0px, 50px);
    -moz-transform: translate(0px, 50px);
    -ms-transform: translate(0px, 50px);
    transform: translate(0px, 50px);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    transition-delay: 0ms;
    z-index: 9999;
}
.hotspot > .content > .description {
    margin-bottom: 2ex;
    margin-top: 3ex;
}
.hotspot > .content > .description > p {
    margin-bottom: 1ex;
    line-height: 1.1;
}
.hotspot > .content > .links > li {
    display: block;
    margin-bottom: .6ex;
}
.hotspot > .content > .links{

    text-align: center;
}
.hotspot > .content > .links > li > a {
    font-family: 'Open Sans';
    line-height: 1.25;
    font-size: 13px;
    text-align: center;
    color:#383636;
    text-decoration: none;

}
.hotspot > .content > .links > li > a:hover {
    color: #fff;
    cursor:pointer;

}
.hotspot > .content > .links > li > a:hover span {
    color: black;
}
.hotspot:hover h2,
.hotspot.active h2 {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    transition-delay: 0ms;

}
.hotspot.active .content
.hotspot:hover > .content,
.hotspot.active > .content {

    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    transition-delay: 0ms;

}
.hotspot:hover > .content > .description,
.hotspot.active > .content > .description,
.hotspot:hover > .content > .links,
.hotspot.active > .content > .links {
}



.overlay > img {
    position: fixed;
    z-index: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

#infobtn{
    position: fixed;
    top:10px;
    right:95px;
    color: #383636;
    background-color:#383636 ;
    padding:0 5px 3px 5px;
    z-index: 9999;
    cursor: pointer;
}

#infobtn a{
    font-size: 11px;
    color:#DCCD51 ;
    text-decoration: none;
    cursor: pointer;
}

#infobtn a:hover{
    color:#fff ;
    text-decoration: none;
}

#homepage{
/*
    position: fixed;
    top:50px;
    right:30px;
	height:30px;
	width:30px;
    z-index: 9999;
	display:block;
	cursor:pointer;
	background-image: url('../images/homepage.png');
	
	*/
    position: fixed;
	top:10px;
	margin-left:185px;
	height:30px;
	width:30px;
    z-index: 9999;
	display:block;
	cursor:pointer;
	/*background-image: url('../images/homepage.png');*/
}
#homepage:hover {
	/*background-image: url('../images/homepage.png'); */
	opacity:.8;
}



@media (max-width: 719px) {

}


















.arrow{
    margin-top: -8px;
}

.intro, .outro {
    font-family: 'Open Sans' ;
    font-size: 20px;
    line-height: 20px;
position: absolute;
z-index: 2;
margin: 0 auto;
width: 460px;
height: 290px;
left: 50%;
top: 50%;
margin-left: -230px;
    border-radius: 20px;
}


.introback{
    font-family: 'Open Sans' ;
    font-size: 20px;
    line-height: 20px;
position: absolute;
z-index: 2;
width:300px;
margin: 0 auto;
 padding:20px;
left: 50%;
top: 50%;
margin-left: -150px;

    border-radius: 20px;
}

.yon{
    text-align: center;
    margin-top: 45px;

}

.intro h2{
    margin-top:30px;
    color:#383636;
    font-family: 'Open Sans' ;
    font-size: 20px;

}

.cad{
    font-size:25px;
    font-weight: bold;
    margin-top:20px;
    display:block;
    color:#383636 ;
}







.content .larrow {
    background: url('../images/sol.png');
    width: 171px;
    height: 63px;
    cursor:pointer;
}

.content .rarrow {
    background: url('../images/sag.png');
    width: 171px;
    height: 63px;
    cursor:pointer;

}

.content a h2{
    text-decoration:none ;
}
.content a{
    text-decoration:none ;
}

.content a h2:hover{
    color:#383636;
    text-decoration:none ;
}








.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}
a.buttonleft {
    background: transparent url('../images/button_right.png') no-repeat scroll top right;
    color: #383636 !important;
    display: block;
    float: left;
    height: 63px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    font-family:'Open Sans' ;
 color:#383636;
}
a.buttonleft span {
    background: transparent url('../images/button_left.png')  ;
    display: block;
    line-height: 14px;
    padding: 15px 34px 16px 36px;
    font-size: 18px;
    font-family:'Open Sans';
  color:#383636;
}


a.buttonright {
    background: transparent url('../images/button_right_l.png') no-repeat scroll top right;
 color: #383636 !important;
    display: block;
    float: left;
    height: 63px;
    padding-right: 30px; /* sliding doors padding */
    text-decoration: none;
    font-family:'Open Sans' ;
}
a.buttonright span {
    background: transparent url('../images/button_right_r.png')  ;
    display: block;
    line-height: 14px;
    padding: 15px 7px 26px 55px;
    height: 63px;
    font-size: 18px;
    font-family:'Open Sans' ;
    color:#383636;
}


a.buttonright span:hover{
  color:#000;
}


a.buttonleft span:hover{
    color:#000;
}

#scrollup img{
    width:139px;
}

@media (max-width: 780px) {

    .hotspot > .content > .links > li > a {

        font-size: 20px;

        font-weight: bold;
    }

    .navigation ul li {
        font-size: 30px;
    }

    .hotspot > .content > .links > li > a {
        font-family: 'Open Sans' ;
        line-height: 1.55;
        font-size: 18px;
        text-align: center;
        color:#383636;
        text-decoration: none;
    }

    a.buttonright span {
        background: transparent url('../images/button_right_r.png')  ;
        display: block;
        line-height: 14px;
        padding: 15px 7px 26px 55px;
        height: 63px;
        font-size: 22px;
        font-family:'Open Sans' ;
        color:#383636;
        font-weight: bold;
    }

    a.buttonleft span {
        background: transparent url('../images/button_left.png')  ;
        display: block;
        line-height: 14px;
        padding: 15px 34px 16px 36px;
        font-size: 22px;
        font-family:'Open Sans';
        color:#383636;
        font-weight: bold;
    }

    .hotspot > .content h2 {

        font-weight: bold;
    }

    .header .header-nav .night .toggle a {
        z-index: 3000;
        position: fixed;
        display: block;
        width: 30px;
        height: 30px;
        top: 7px;
        right: 40px;
    }

    #homepage{
	/*
        position: fixed;
        top: 50px;
        right: 30px;
		height:75px;
		width:75px;
        z-index: 9999;
		display:block;
		cursor: pointer;
		background-image: url('../images/homepagem.png');
	*/
		position: fixed;
		top:4px;
		padding:5px;
		left:130px;
		height:75px;
		width:75px;
		z-index: 9999;
		display:block;
		cursor:pointer;
		/*background-image: url('../images/homepagem.png'); */
	}
	#homepage:hover {
	/*background-image: url('../images/homepagem.png');*/
	opacity:.8;
	}
	
    #infobtn{
        position: fixed;
        top: 20px;
        right: 150px;
        color: #383636;
        background-color:#383636 ;
        padding: 4px 7px 3px 8px;
        z-index: 9999;
        cursor: pointer;
    }

    #infobtn .menu li{
        color:#fff;
    }
    .conts {
        background-color: #e5e5e5;
        position: absolute;
        padding: 20px 10px;
        top:50px;
        right:-100px; /* hide it */
        z-index: 9999;
        display:none;
        color:#000;
    }
    #infobtn a{
        font-size: 32px;
        color:#DCCD51 ;
        text-decoration: none;
        cursor: pointer;
    }
    .intro, .outro {
        font-family: 'Open Sans' ;
        font-size: 14px;
        line-height: 20px;
        position: absolute;
        z-index: 2;
        margin: 0 auto;
        width: 330px;
        height: 295px;
        left: 50%;
        top: 50%;
        margin-left: -165px;

        border-radius: 10px;
    }

    .yon{
        text-align: center;
        margin-top: 50px;
    }

    .intro h2{
        margin-top:30px;
        color:#383636;
        font-family: 'Open Sans' ;
        font-size: 18px;
        font-weight: bold;
    }
    .cad{
        font-size:24px;
        font-weight: bold;
        margin-top:10px;
        line-height: 32px;
        display:block;
        color:#383636 ;
    }

    #scrollup img{
        width:230px
    }


    .header .header-nav .night .toggle a {
        z-index: 3000;
        position: fixed;
        display: block;
        width: 75px;
        height: 75px;
        top: 4px;
        right: 40px;
    }
    .header .header-nav .night .toggle a span {
        display: none;
    }
    .header .header-nav .night .toggle a.on {
        display: none;
        background-image: url(../images/gunesm.png);

    }
    .header .header-nav .night .toggle a.off {
        background-image: url(../images/aym.png);

    }
    .header .header-nav .night .toggle a.on:hover {
        background-image: url(../images/gunesm.png);
        opacity:.8;


    }
    .header .header-nav .night .toggle a.off:hover {
        background-image: url(../images/aym.png);
        opacity:.8;

    }
    .header .header-nav .night .toggle.active .on {
        display: block;
    }
    .header .header-nav .night .toggle.active .off {
        display: none;
    }

   .headerb .header-nav .night .toggle a {
        z-index: 3000;
        position: fixed;
        display: block;
        width: 75px;
        height: 75px;
        top: 4px;
        right: 40px;
    }
    .headerb .header-nav .night .toggle a span {
        display: none;
    }
    .headerb .header-nav .night .toggle a.on {
        display: none;
        background-image: url(../images/gunesm.png);

    }
    .headerb .header-nav .night .toggle a.off {
        background-image: url(../images/aym.png);

    }
    .headerb .header-nav .night .toggle a.on:hover {
        background-image: url(../images/gunesm.png);
        opacity:.8;


    }
    .headerb .header-nav .night .toggle a.off:hover {
        background-image: url(../images/aym.png);
        opacity:.8;

    }
    .headerb .header-nav .night .toggle.active .on {
        display: block;
    }
    .headerb .header-nav .night .toggle.active .off {
        display: none;
    }
	
}