@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Tomarik-DisplayLine';
	src: local('Tomarik DisplayLine'), url('Tomarik-DisplayLine.ttf') format('truetype');   
}

@font-face {
	font-family: 'Tomarik-DisplayLineShadow';
	src: local('Tomarik DisplayLineShadow'), url('Tomarik-DisplayLineShadow.ttf') format('truetype');   
}

@font-face {
	font-family: 'Tomarik-Introvert';
	src: local('Tomarik Introvert'), url('Tomarik-Introvert.ttf') format('truetype');   
}

@font-face {
	font-family: 'Tomarik-Serif';
	src: local('Tomarik Serif'), url('Tomarik-Serif.ttf') format('truetype');   
}

@font-face {
	font-family: 'Tomarik-Brush';
	src: local('Tomarik Brush'), url('Tomarik-Brush.ttf') format('truetype');   
}

@font-face {
	font-family: 'Tomarik-Poster';
	src: local('Tomarik Poster'), url('Tomarik-Poster.ttf') format('truetype');   
}


body {
  font-family: Tomarik-Introvert, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;  
  color: #333;
  text-size-adjust: none;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  width: 100%; 
  height: 100%;
  margin: 0;  	  
  /* background: url(../images/background.jpg) repeat; */
  background: #FEB546;
}

h2 {
  font-family: Tomarik-DisplayLine;
  font-weight: normal !important;
}

label {
  font-family: Tomarik-Serif;
  font-size: 12px;
}

.input {
  font-family: Tomarik-Introvert;
}

.input_status {
  font-family: Tomarik-Introvert;
  font-weight: 600;    
}

div#container{
    position:relative; 
    width: 100%; 
	min-width: 800px;	
    height: auto !important;
    height: 100%;
    min-height:100%;
}


div#menu  {
	width: 100%;
    line-height: 60px;
    text-align: center;
    color: white;
	/* background: url(../images/background_menu.jpg) repeat; */
	border-bottom: 4px double white;
    background: #04212e;
	font-size: 12px;
}

div#center{
    padding: 0 0 60px 0;
	width: 100%;
    height: auto !important;
    margin:0 auto;
}


div#footer  {
	width: 100%;
    line-height: 60px;
    bottom:0;
    height:60px;
    position:absolute;	
    text-align: center;
    color: white;
	/* background: url(../images/background_menu.jpg) repeat; */
	border-top: 4px double white;			
    background: #04212e;
}

div#header {
  top: 0;
  left: 0;
  /* height: 100%; */
  width: 100%;
  z-index: 999;
  text-align:center;
  margin: 20px 0 0 0;
}

.home_link {
	color: white; 
	font-weight: bold; 
	text-decoration: none; 
	display:inline-block;
	padding: 0px 0px 0px 33px;
}

.language {
	color: white; 
	text-decoration: none;	
	display:inline-block;
	padding: 0px 0px 0px 33px;	
}

.language_select {
	color: #F4B800; 
	text-decoration: none;
	font-weight: bold;
	display:inline-block;
	padding: 0px 2px 0px 33px;	
}


div#coupon, div#personal, div#workshop, div#accomodation, div#extra, div#payment, div#note, div#submit_request_form, div#status_request {
	/* background: url(../images/background_form.jpg) repeat; */
    margin: 20px auto;
    width: 700px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;	
    border: 5px solid #04212e;	
    background: #ece9e6;
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.form-group-1{
    margin: 1%;
    display: inline-block;	
	width: 98%;	
}

.form-group-2 {
    margin: 1%;
    display: inline-block;	
	width: 47.3%;	
}

.form-group-3 {
    margin: 1%;
    display: inline-block;		
	width: 30.9%;
}

.form-group-4{
    margin: 1%;
    display: inline-block;		
	width: 22.5%;
}

.form-group-triple{
    margin: 1%;
    display: inline-block;	
	width: 72.7%;	
}

h2 {
    font-size: 25px;
    font-weight: 600;
    width: 90%;
    margin: 10px auto;
	text-align: center;
	color: red;
}

label {
    display: block;
    max-width: 100%;
    /* margin-bottom: 5px; */
    font-weight: 700;
	cursor: default;
	font-size: 11px;
}

.warning {
	color: red;	
}

.icon_info {
    vertical-align: middle;
}

.input {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	background-color: white;
}

.pack_group {
    width: 100%;
    padding: 8px 15px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	background-color: white;
    vertical-align: middle;	
	margin-right: 10px;	
	font-weight: 700;			
}

.pack_group:hover {
    border: 2px solid #04212e;
	cursor: pointer;
}

.icon_plus {
    vertical-align: middle;
	margin-right: 5px;
}

.icon_disabled {
	float: right;
	margin: 2px 0 0 0;
}

.pack_input {
    width: 100%;
    padding: 8px 15px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	background-color: white;
	margin-right: 10px;
/*	font-style: italic; */
}

.pack_input:hover {
    border: 2px solid #04212e;
}

.pack_input_not {
    width: 100%;
    padding: 8px 15px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	background-color: white;
	margin-right: 10px;
	font-style: italic;
}

.legend_pack {
	font-weight: 700;
	margin-bottom: 10px;
}

.pack_name {
	margin-left: 5px;
	font-size: 13px;
}

.pack_price {
	font-weight: 600;
	float: right;	
}

.pack_off {
	color: red;
	font-weight: 600;
	font-size: 12px;
}

.pack_not_available {
	font-weight: 600;
	font-size: 12px;
}

.terms_conditions_read {
    margin: 0 10px;
    background: #CCC;
    padding: 7px 10px;
	text-decoration: none;
    color: black;
    border: 1px solid black;
}

.maxlength {
	font-size: 12px;
	font-style: italic;		
}

.submit {
	font-family: Tomarik-Introvert;	
	color: #fff;
    background-color: #337ab7;
    margin: 25px auto 5px auto;
    padding: 10px 16px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 2px solid #2B6697;
    border-radius: 6px;	
}

.submit:hover {
    background-color: #2B6697;	
}

.submit_cancelled {
	font-family: Tomarik-Introvert;		
	color: #fff;
    background-color: #F20000;
    margin: 25px auto 5px auto;
    padding: 10px 16px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 2px solid #CE0000;
    border-radius: 6px;	
}

.submit_cancelled:hover {
    background-color: #CE0000;	
}

.submit_soldout {
	font-family: Tomarik-Introvert;		
	color: #fff;
    background-color: #F27900;
    margin: 25px auto 5px auto;
    padding: 10px 16px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 2px solid #954A00;
    border-radius: 6px;	
}

.submit_soldout:hover {
    background-color: #BB5E00;	
}

.ticket_download {
	font-family: Tomarik-Introvert;		
	color: #fff;
    background-color: #093;
    margin: 25px auto 5px auto;
    padding: 10px 16px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 2px solid #00591D;
    border-radius: 6px;	
}

.ticket_download:hover {
    background-color: #00591D;	
}

.submit_report {
	font-family: Tomarik-Introvert;
	color: #fff;
    background-color: #A615FF;
    margin: 25px auto 5px auto;
    padding: 10px 16px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 2px solid #6A00AB;
    border-radius: 6px;	
}

.submit_report:hover {
    background-color: #6A00AB;	
}

.fb_share {
	font-family: Tomarik-Introvert;		  
	color: #fff;
	background: url('../images/fb_bg_share.png') no-repeat #3C5B9A;
    margin: 10px 10px 5px auto;
    padding: 0 12px 0 42px;	
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 2px solid #3C5B9A;
    border-radius: 6px;
	height: 30px;
	line-height: 30px;
}

.fb_share:hover {
	background: url('../images/fb_bg_share2.png') no-repeat white;	
	color: #3C5B9A;
}

.whatsapp_share {
	font-family: Tomarik-Introvert;		  
	color: #fff;
	background: url('../images/whatsapp_bg_share.png') no-repeat #1BD741;
    margin: 10px auto 5px 10px;
    padding: 0 12px 0 42px;	
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 2px solid #1BD741;
    border-radius: 6px;
	height: 30px;
	line-height: 30px;
}

.whatsapp_share:hover {
	background: url('../images/whatsapp_bg_share2.png') no-repeat white;	
	color: #1BD741;
}

.img_form_submit {
	margin-top: 40px;	
}

.title_error {
	display: block;
	margin: 15px;
	font-weight: bold;
	font-size: 18px;	
}

.name_error {
	display: block;
	margin: 10px 0;		
}

.fields_error {
	display: block;
	font-style: italic;
	margin: 5px 0;		
}

.form_back {
	display: block;
	margin-top: 40px;	
	
}


.icon_status {
	float: right;
	margin: 0;
}

.input_status {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	background-color: white;
	font-size: 12px;
}


.toggle:hover {
	text-decoration: underline;
	cursor: pointer;
}


div#clock span {
  display: inline-block;
  font-size: 2em;
  line-height: 2em;
  padding: 0 10px;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  color: red;
}