body
{
    background-color: #ffffff;
    color: #666666;
    font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 0px;
}

/*-------------- TEXT & FONTER -------------------------------------------- */

h1
{
    color: #727272;
    font-family:'Kreon', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 60px;
    line-height: 1.1em;
    font-weight: normal; 
    padding-bottom:6px;  
}

h2
{
    color: #727272;
    font-family:'Kreon', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 1.1em;
    font-weight: normal;
    padding-bottom:6px;
    clear: left; 
}

h3
{
    color: #727272;
    font-family:'Kreon', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: normal; 
    padding-top:6px;
    clear: left;  
}

h4
{
    color: #727272;
    font-family:'Kreon', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal; 
    padding-top:3px;
    clear: left;  
}

p
{
    margin: 0.85em 0;
    color: #666666;    
    font-size: 13px;
    font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}



div.main_content
{
	margin-top: 100px;
	margin-bottom: 20px;
}

.space100
{
	margin-top: 100px;
}

a:link 
{
	color: #a812ae;
	text-decoration: none;
}
	a:visited {
	color: #a812ae;
}
	a:hover {
	text-decoration: underline;
}


/* Slideshow */

    /* jssor slider bullet navigator skin 05 css */
    /*
    .jssorb05 div           (normal)
    .jssorb05 div:hover     (normal mouseover)
    .jssorb05 .av           (active)
    .jssorb05 .av:hover     (active mouseover)
    .jssorb05 .dn           (mousedown)
    */
    .jssorb05 {
        position: absolute;
    }
    .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
        position: absolute;
        /* size of bullet elment */
        width: 16px;
        height: 16px;
        background: url('img/b05.png') no-repeat;
        overflow: hidden;
        cursor: pointer;
    }
    .jssorb05 div { background-position: -7px -7px; }
    .jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
    .jssorb05 .av { background-position: -67px -7px; }
    .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

    /* jssor slider arrow navigator skin 12 css */
    /*
    .jssora12l                  (normal)
    .jssora12r                  (normal)
    .jssora12l:hover            (normal mouseover)
    .jssora12r:hover            (normal mouseover)
    .jssora12l.jssora12ldn      (mousedown)
    .jssora12r.jssora12rdn      (mousedown)
    */
    .jssora12l, .jssora12r {
        display: block;
        position: absolute;
        /* size of arrow element */
        width: 30px;
        height: 46px;
        cursor: pointer;
        background: url('img/a12.png') no-repeat;
        overflow: hidden;
    }
    .jssora12l { background-position: -16px -37px; }
    .jssora12r { background-position: -75px -37px; }
    .jssora12l:hover { background-position: -136px -37px; }
    .jssora12r:hover { background-position: -195px -37px; }
    .jssora12l.jssora12ldn { background-position: -256px -37px; }
    .jssora12r.jssora12rdn { background-position: -315px -37px; }
        


/*----------------- INPUT & BUTTONS ------------------------------------ */

#resetkryss, #resetkryss:active {
border: none;
background: none;
text-decoration: none;
}

#seekarea
{
	width: 100%;
	height: 50px;
}

.input_text_find 
{ 
	border: 2px solid #e8e8e8; 
	padding: 4px; 
	font-size: 13px; 
	background-color: #FFFFFF; 
	border-radius: 3px;
	height:20px;
	width: 530px;
	margin-left: 325px;
	margin-top: 3px;
	
}

	
.input_text_find:focus
{ 
	border: 2px solid #e8e8e8; 
	padding: 4px; 
	background-color: #e8e8e8; 
}

.input_text_find:hover
{ 
	background-color: #e8e8e8; 
}

.clear_input 
{ 
	border: 2px solid #e8e8e8; 
	padding: 4px; 
	font-size: 13px; 
	background-color: #FFFFFF; 
	border-radius: 3px;
	height:20px;
	width: 20px;
}


.btn_row, .btn_row:hover
{
    -webkit-background-color: #bdd631;
    background-color: #bdd631;
    color: #ffffff;
    border-color: #507210;
    margin: 0;
	padding: 2px 4px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-weight: normal;
	font-size: 12px; 
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	border: none;
	align-items: flex-start;
	text-align: center;
	-webkit-user-select: none;
	white-space: pre;
	-webkit-rtl-ordering: logical;
	font: -webkit-small-control;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	-webkit-writing-mode: horizontal-tb;  
	margin-top: 0px; 
}

.btn_row:hover
{
    background-color: #f18c21 !important;
    color: #ffffff !important;
    border-color: #61861b !important;
}


#listrestrows
{
	left: 620px;
	position: absolute;
	top: 65px;
	/*height: 460px;*/
	height: auto;
	overflow: auto;
}

#mainresult
{
	margin-left: 325px;
	position: absolute;
	z-index: 1200;
	width: 541px;
}

#matchresult
{
	background-color: whitesmoke;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}

div.table1200
{
    border-style:none;
    border-width:thin;
    border-color:#e1e1e1;
    color:#333333;
    float:left;
    width:1200px;
    font-size: 13px;
    z-index: -100;
}

div.table_select
{
	border-style: none;
	border-width: thin;
	border-color: #e1e1e1;
	color: #333333;
	float: left;
	width: 1200px;
	font-size: 13px;
	z-index: -100;
	padding-bottom: 10px;
	left: 0px;
	position: relative;
	text-align: center;
	padding-top: 500px;
	margin-left: auto;
	margin-right: auto;
}

div.table_max
{
    border-style:none;
    border-width:thin;
    border-color:#e1e1e1;
    color:#333333;
    float:left;
    width:576px;
    font-size: 13px;
    z-index: -100;
    padding-bottom: 2px;
    left: 700px;
}

div.table_body
{
    border-style:solid;
    border-width:0;
    border-color:#e1e1e1;
    border-radius: 3px;
    color:#919191;
    float:left;
    width: 100%;
    z-index: -100;
    margin-bottom: 4px;
    background-color: #efefef;
    overflow: auto;
}

div.table_cell_first_over
{
    padding: 6px;
    float:left;
    height:20px;
    font-size: 17px;
    clear:left;
    color: #757575;
    width: 480px;
}


div.table_cell_first
{
    padding: 6px;
    float:left;
    height:28px;
    font-size: 13px;
    clear:left;
    color: #757575;
}

div.table_cell_middle
{
    border-right-style:solid;
    border-right-width:thin;
    border-right-color: #e1e1e1;
    padding: 6px;
    float:left;
    height:28px;
    font-size: 13px;
}

div.table_cell_last_over
{
    border-right-style:none;
    padding: 6px;
    float:left;
    height:20px;
    font-size: 13px;
    text-align: right;
    width: 70px;
}

div.table_cell_last
{
    border-right-style:none;
    padding: 6px;
    float:left;
    height:28px;
    font-size: 13px;
    text-align: right
}

div.table_row
{
    border-style:none;
    border-width:thin;
    border-color:#e1e1e1;
    float:left;
    width:100%;
}


#mapcontrol
{
	left: 480px;
	position: absolute;
	top: 430px;
	z-index: 1000;
}

#map
{
	width: 600px;
	height: 450px;
	top: 65px;
	position: absolute;
}

#restselect
{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#scrolltext
{
	width: 530px;
	margin-top: 5px;
	position: relative;
	float: left;
	overflow: hidden;
	white-space: nowrap;
}

.linkage
{
    cursor: pointer;    
}

.michelinrest
{
    width: 50px;
    float: right;    
}

.whiterest
{
    width: 50px;
    float: right;    
}

.logorest
{
    width: 201px;
    float: left;    
}
	
/*@media screen and (max-width: 1159px)*/
@media screen and (max-width: 1025px)
{	
	#seekarea
	{
		width: 925px;
		height: 50px;
	}
	
	.input_text_find 
	{ 
		border: 2px solid #e8e8e8; 
		padding: 4px; 
		font-size: 13px; 
		background-color: #FFFFFF; 
		border-radius: 3px;
		height:20px;
		width: 885px;
		margin-left: 10px;
		margin-top: 3px;
	}
	
	div.table1200
	{
	    border-style:none;
	    border-width:thin;
	    border-color:#e1e1e1;
	    color:#333333;
	    float:left;
	    width:925px;
	    font-size: 13px;
	    z-index: -100;
	}
	
	div.table_select
	{
		border-style: none;
		border-width: thin;
		border-color: #e1e1e1;
		color: #333333;
		float: left;
		width: 925px;
		font-size: 13px;
		z-index: -100;
		padding-bottom: 10px;
		left: 0px;
		position: relative;
		text-align: center;
		padding-top: 850px;
	}
	
	div.table_max
	{
	    border-style:none;
	    border-width:thin;
	    border-color:#e1e1e1;
	    color:#333333;
	    float:left;
	    width:925px;
	    font-size: 11px;
	    z-index: -100;
	    padding-bottom: 10px;
	    left: 700px;
	}
	
	div.table_cell_first
	{
	    padding: 6px;
	    float:left;
	    height:20px;
	    font-size: 12px;
	    clear:left;
	    color: #757575;
	}
	
	div.table_cell_first_over
	{
	    padding: 6px;
	    float:left;
	    height:16px;
	    width: 810px;
	    font-size: 13px;
	    clear:left;
	    color: #757575;
	}
	
	#mapcontrol
	{
		left: 800px;
		position: absolute;
		top: 256px;
		z-index: 1000;
	}
	
	#map
	{
		width: 925px;
		height: 280px;
		top: 60px;
		position: absolute;
	}
	
	#scrolltext
	{
		width: 850px;
		margin-top: 4px;
		position: relative;
		float: left;
		overflow: hidden;
		white-space: nowrap;
	}
	
	#listrestrows
	{
		left: 0px;
		position: absolute;
		top: 360px;
	}
	
	#mainresult
	{
		margin-left: 10px;
		position: absolute;
		z-index: 1200;
		width: 875px;
	}
}

/*@media screen and (max-width: 1025px)*/
@media screen and (max-width: 680px)
{	
	#seekarea
	{
		width: 635px;
		height: 50px;
	}
	
	.input_text_find 
	{ 
		border: 2px solid #e8e8e8; 
		padding: 4px; 
		font-size: 13px; 
		background-color: #FFFFFF; 
		border-radius: 3px;
		height:20px;
		width: 585px;
		margin-left: 10px;
		margin-top: 3px;
	}
	
	div.table1200
	{
	    border-style:none;
	    border-width:thin;
	    border-color:#e1e1e1;
	    color:#333333;
	    float:left;
	    width:635px;
	    font-size: 13px;
	    z-index: -100;
	}
	
	div.table_select
	{
		border-style: none;
		border-width: thin;
		border-color: #e1e1e1;
		color: #333333;
		float: left;
		width: 635px;
		font-size: 13px;
		z-index: -100;
		padding-bottom: 10px;
		left: 0px;
		position: relative;
		text-align: center;
		padding-top: 750px;
	}
	
	div.table_max
	{
	    border-style:none;
	    border-width:thin;
	    border-color:#e1e1e1;
	    color:#333333;
	    float:left;
	    width:635px;
	    font-size: 11px;
	    z-index: -100;
	    padding-bottom: 10px;
	    left: 700px;
	}
	
	div.table_cell_first
	{
	    padding: 6px;
	    float:left;
	    height:20px;
	    font-size: 12px;
	    clear:left;
	    color: #757575;
	}
	
	div.table_cell_first_over
	{
	    padding: 6px;
	    float:left;
	    height:16px;
	    width: 538px;
	    font-size: 13px;
	    clear:left;
	    color: #757575;
	}
	
	#mapcontrol
	{
		left: 510px;
		position: absolute;
		top: 256px;
		z-index: 1000;
	}
	
	#map
	{
		width: 635px;
		height: 280px;
		top: 60px;
		position: absolute;
	}
	
	#scrolltext
	{
		width: 565px;
		margin-top: 4px;
		position: relative;
		float: left;
		overflow: hidden;
		white-space: nowrap;
	}
	
	#listrestrows
	{
		left: 0px;
		position: absolute;
		top: 360px;
	}
	
	#mainresult
	{
		margin-left: 10px;
		position: absolute;
		z-index: 1200;
		width: 575px;
	}
}

/*@media screen and (max-width: 680px)*/
@media screen and (max-width: 480px)
{	
	#seekarea
	{
		width: 410px;
		height: 50px;
	}
	
	.input_text_find 
	{ 
		border: 2px solid #e8e8e8; 
		padding: 4px; 
		font-size: 13px; 
		background-color: #FFFFFF; 
		border-radius: 3px;
		height:20px;
		width: 380px;
		margin-left: 10px;
		margin-top: 3px;
	}
	
	div.table1200
	{
	    border-style:none;
	    border-width:thin;
	    border-color:#e1e1e1;
	    color:#333333;
	    float:left;
	    width:430px;
	    font-size: 13px;
	    z-index: -100;
	}
	
	div.table_select
	{
		border-style: none;
		border-width: thin;
		border-color: #e1e1e1;
		color: #333333;
		float: left;
		width: 410px;
		font-size: 13px;
		z-index: -100;
		padding-bottom: 10px;
		left: 0px;
		position: relative;
		text-align: center;
		padding-top: 700px;
	}
	
	div.table_max
	{
	    border-style:none;
	    border-width:thin;
	    border-color:#e1e1e1;
	    color:#333333;
	    float:left;
	    width:410px;
	    font-size: 11px;
	    z-index: -100;
	    padding-bottom: 10px;
	    left: 700px;
	}
	
	div.table_cell_first
	{
	    padding: 6px;
	    float:left;
	    height:20px;
	    font-size: 12px;
	    clear:left;
	    color: #757575;
	}
	
	div.table_cell_first_over
	{
	    padding: 6px;
	    float:left;
	    height:16px;
	    width: 323px;
	    font-size: 13px;
	    clear:left;
	    color: #757575;
	}
	
	#mapcontrol
	{
		left: 285px;
		position: absolute;
		top: 256px;
		z-index: 1000;
	}
	
	#map
	{
		width: 410px;
		height: 280px;
		top: 60px;
		position: absolute;
	}
	
	#scrolltext
	{
		width: 340px;
		margin-top: 4px;
		position: relative;
		float: left;
		overflow: hidden;
		white-space: nowrap;
	}
	
	#listrestrows
	{
		left: 0px;
		position: absolute;
		top: 360px;
	}
	
	#mainresult
	{
		margin-left: 10px;
		position: absolute;
		z-index: 1200;
		width: 370px;
	}
}


/*@media screen and (max-width: 480px)*/
@media screen and (max-width: 352px)
{	
	#seekarea
	{
		width: 350px;
		height: 50px;
	}
	
	.input_text_find 
	{ 
		border: 2px solid #e8e8e8; 
		padding: 4px; 
		font-size: 13px; 
		background-color: #FFFFFF; 
		border-radius: 3px;
		height:20px;
		width: 320px;
		margin-left: 10px;
		margin-top: 3px;
	}
	
	div.table1200
	{
	    border-style:none;
	    border-width:thin;
	    border-color:#e1e1e1;
	    color:#333333;
	    float:left;
	    width:350px;
	    font-size: 13px;
	    z-index: -100;
	}
	
	div.table_select
	{
		border-style: none;
		border-width: thin;
		border-color: #e1e1e1;
		color: #333333;
		float: left;
		width: 330px;
		font-size: 13px;
		z-index: -100;
		padding-bottom: 10px;
		left: 0px;
		position: relative;
		text-align: center;
		padding-top: 750px;
	}
	
	div.table_max
	{
	    border-style:none;
	    border-width:thin;
	    border-color:#e1e1e1;
	    color:#333333;
	    float:left;
	    width:350px;
	    font-size: 11px;
	    z-index: -100;
	    padding-bottom: 10px;
	    left: 700px;
	}
	
	div.table_cell_first
	{
	    padding: 6px;
	    float:left;
	    height:20px;
	    font-size: 12px;
	    clear:left;
	    color: #757575;
	}
	
	div.table_cell_first_over
	{
	    padding: 6px;
	    float:left;
	    height:16px;
	    width: 215px;
	    font-size: 13px;
	    clear:left;
	    color: #757575;
	}
	
	#mapcontrol
	{
		left: 225px;
		position: absolute;
		top: 256px;
		z-index: 1000;
	}
	
	#map
	{
		width: 350px;
		height: 280px;
		top: 60px;
		position: absolute;
	}
	
	#scrolltext
	{
		width: 280px;
		margin-top: 4px;
		position: relative;
		float: left;
		overflow: hidden;
		white-space: nowrap;
	}
	
	#listrestrows
	{
		left: 0px;
		position: absolute;
		top: 360px;
	}
	
	#mainresult
	{
		margin-left: 10px;
		position: absolute;
		z-index: 1200;
		width: 310px;
	}
}

/*@media screen and (max-width: 380px)*/
@media screen and (max-width: 350px)
{	
	#seekarea
	{
		width: 280px;
		height: 50px;
	}
	
	.input_text_find 
	{ 
		border: 2px solid #e8e8e8; 
		padding: 4px; 
		font-size: 13px; 
		background-color: #FFFFFF; 
		border-radius: 3px;
		height:20px;
		width: 250px;
		margin-left: 10px;
		margin-top: 3px;
	}
	
	div.table1200
	{
	    border-style:none;
	    border-width:thin;
	    border-color:#e1e1e1;
	    color:#333333;
	    float:left;
	    width:300px;
	    font-size: 13px;
	    z-index: -100;
	}
	
	div.table_select
	{
		border-style: none;
		border-width: thin;
		border-color: #e1e1e1;
		color: #333333;
		float: left;
		width: 280px;
		font-size: 13px;
		z-index: -100;
		padding-bottom: 10px;
		left: 0px;
		position: relative;
		text-align: center;
		padding-top: 750px;
	}
	
	div.table_max
	{
	    border-style:none;
	    border-width:thin;
	    border-color:#e1e1e1;
	    color:#333333;
	    float:left;
	    width:280px;
	    font-size: 11px;
	    z-index: -100;
	    padding-bottom: 10px;
	    left: 700px;
	}
	
	div.table_cell_first
	{
	    padding: 6px;
	    float:left;
	    height:20px;
	    font-size: 12px;
	    clear:left;
	    color: #757575;
	}
	
	div.table_cell_first_over
	{
	    padding: 6px;
	    float:left;
	    height:16px;
	    width: 194px;
	    font-size: 13px;
	    clear:left;
	    color: #757575;
	}
	
	#mapcontrol
	{
		left: 155px;
		position: absolute;
		top: 256px;
		z-index: 1000;
	}
	
	#map
	{
		width: 280px;
		height: 280px;
		top: 60px;
		position: absolute;
	}
	
	#scrolltext
	{
		width: 210px;
		margin-top: 4px;
		position: relative;
		float: left;
		overflow: hidden;
		white-space: nowrap;
	}
	
	#listrestrows
	{
		left: 0px;
		position: absolute;
		top: 360px;
	}
	
	#mainresult
	{
		margin-left: 10px;
		position: absolute;
		z-index: 1200;
		width: 260px;
	}
}

