html {height:100%;min-height:100%;background-color:#000;}
*, html {padding: 0; margin: 0;}
body {color:#BBB;font-family: 'Arial', sans-serif;height:100%;font-size:0.8em}
h1 {color:#EEE;padding-bottom:5px;font-weight: normal;font-size:1.2em}
  	a {color: #BBB;text-decoration: none}
  	a:hover {text-decoration: underline}
  	a:visited {color: #BBB}
iframe {border:0}
.main_width {width:100%;height:0px;position:relative;padding-bottom:60%;}
.main_width iframe {position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
area {display: block;cursor:pointer}
textarea, input {padding:4px 5px;border:0;margin:0;border-radius:3px;background:#FFF;color:#444;box-sizing:border-box;-moz-box-sizing:border-box;width:100%;outline:none;font-size:0.9em;}
#tnz_share {display: none;}
#tnz_gmap {}
.tnz_share_btn {cursor: pointer;padding:5px;margin-bottom: 5px;display: block;font-weight: bold;font-size:1.3em;text-align: right}
.tecniz_f_input{padding:4px;font-size:16px;background-color:#FFF;border:1px solid #999;border-radius:3px;}
.tecniz_f_submit, .tecniz_btt_action {
background: #DDD;
font-size:0.9em;
display: inline-block;
padding:7px 10px;
color: #333;
text-decoration: none;
line-height: 1;
border-radius: 5px;
border:0;
position: relative;
cursor: pointer;}

.tnz_tourname {padding:10px 15px;float: left;position: absolute;top:0;background: rgba(0,0,0,0.70)}
.tnz_tourshare {float: right;width:74%;display: none}

@media screen and (max-width:600px) {
    iframe {height: 600px}
}