*{
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    margin:0px;
    padding:0px;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,img,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,hgroup,menu,nav,summary,time,mark,audio,video,header,footer { 
    margin:0;
    padding:0;
    border:0;
    font-weight:inherit;
    font-style:inherit;
    font-size:100%;
    font-family:inherit;
    vertical-align:baseline;
    background:transparent;
}

html { 
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
    -webkit-text-size-adjust:none;
    -ms-text-size-adjust:none;
	overflow-y: scroll;
}

ol,ul { 
	list-style:none; 
}

article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,img { 
    display:block;
}

blockquote,q {
    quotes:none;
}

blockquote:before, 
blockquote:after,
q:before, 
q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration:line-through;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

input, 
select {
    vertical-align:middle;
}

table {	
	border-collapse:separate; 
	border-spacing:0; 
}
caption,
th,
td { 
	text-align:left; 
	font-weight:normal; 
}

input { 
	vertical-align:middle; 
}

object,
embed {max-width: 100%;display: block;
}


strong{font-weight:bold;}
em{font-style:italic;}
p{ font-size:1em; line-height:1.5em; }
p + h2{margin-top:0.75em;}
h2 + p{margin-top:0.75em;}
h2 + div{margin-top:0.75em;}
a, a:visited{color:inherit; text-decoration:none;}
a:hover, a:active{text-decoration:underline;}


::-webkit-input-placeholder {
    color:    #cfcfcf;
    font-weight: normal;
}
:-moz-placeholder {
    color:    #cfcfcf;
    font-weight: normal;
}
:-ms-input-placeholder {
	color:    #cfcfcf;
    font-weight: normal;
}


.lang-selected
{
    font-weight:bold;
}

#header
{
	padding-top: 10px;
}

#logo 
{
	width: 300px;
	float:left;
}

#logo a img
{
    max-width:100%;
}

div#rightbar {
    position: fixed;
    right: 0;
    top: 25%;
    z-index: 999;
    width: 30px;
}

div.rightbar-button {
    float: right;
    position: relative;
    right: 0;
    width: 30px;
    height: 110px;
    background-color: white;
    margin-bottom: 10px;
    transition:width 200ms;
    -moz-transition:width 200ms;
    -webkit-transition:width 200ms;
    -o-transition:width 200ms;
}

div.rightbar-button:hover
{
    width:40px;
}


#navigation .menu
{	
	width: 100%;
	display: table;
	font-weight:bold;
}

.static-menu
{
    position:relative;
}

.static-menu-container
{
    margin-top:80px;
    display:block;
}

.static-menu-container > ul li
{
    float:right;
    margin-left:2px;    
}

.static-menu-container > ul
{
    position:absolute;
    right:0px;
    bottom:0px
}

.menu-item
{
position:relative;
white-space:nowrap;
}

#navigation ul li 
{
    float: left;
}


.menu-navigation-container {
    position:relative;
    z-index:200;
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.5); 
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.5); 
    box-shadow: 0px 0px 40px rgba(0,0,0,0.2); 
}

.parent, .parentsub {
    position:relative;
    cursor:none;
}

.parent ul {
    position:absolute;
    top:40px;
    left:0px;
	z-index:1000000;
}

.parent ul li {
    float:none!important;
    min-width:150px;  
    margin-left:-1px;
    display:block; 
}

.parentsub ul
{
    position:absolute;
    top:0px;
    left:240px;
}

.row
{	
	width: 100%;
	height: auto;
}

.center
{
	width: 960px;
	height: auto;
	margin: 0 auto;
}

.inner
{
	margin: 15px;
}


#mainWrapper
{
    padding-bottom:20px;
    margin: 0 auto;
    width: 960px;
}


#home
{
	margin-top: 20px;
}

.home-column
{
	height:auto;
	float: left;
}


.home-column ul
{
	padding-left:30px;
	list-style-type:disc;
}

.home-column .contact
{
	width: 160px;
	float: right;
}

.home-intro
{
	width: 600px;
	float: left;
    min-height:350px;
}

.home-intro .column
{
	margin-top: 20px;
	width: 170px;
	float: left;
	margin-right: 20px;
}

.home-intro .last
{
	float: left;
	margin-right: 0px;
}

.home-intro a
{
    font-weight:bold;
}

.home-intro .inner img
{
    display:inline-block;
}

.home-contact
{
	background: #fff;
	width: 200px;
	float: left;
	margin-top: 40px;
}

.home-openinghours
{
    min-height:350px;
    width:360px;
    float:left;
}

#home-copyright
{
    background:#000;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.31) 48%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(48%,rgba(0,0,0,0.31)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.31) 48%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.31) 48%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.31) 48%,rgba(0,0,0,0.65) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.31) 48%,rgba(0,0,0,0.65) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
    color:white;
    font-size:0.65em;
    padding:1px 20px;
    text-align:right;
    width:300px;
    float:right;
    font-family:arial;
}


.sideBlock {
    position:relative;
    float:right;
    width:345px;
    min-height:170px;
    overflow:hidden;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 40px rgba(0,0,0,0.2);
}

    .sideBlock img {
        position:absolute;
        width:100%;    
    }

    .sideBlock h3 {
        position:absolute;
        z-index:3;
        width:100%;
        height:30px;
        line-height:30px;
        background:rgba(0,0,0,0.7);
        text-align:center;
        color:white;
        font-size:1.4em;
        text-transform:uppercase;    
    }

#home h1
{
	text-transform: uppercase;
	font-size: 1.4em;
    margin-bottom:15px;
}

#home p
{
	line-height: 1.6em;
}


.menu-header
{
    padding:20px 20px 0px 20px;
}

.menu-control
{
    margin:3px 5px 0px 0px;
    float:right;
    display:none;
}

.menu-control img
{
    width:80px;
}

.menu-control td
{
    padding:3px;
    vertical-align:middle;
    text-align:center;
}

#menukaart-holder
{
	position: relative;
}

menu-container
{
    padding:10px;
}

.menukaart-container
{
    margin-top:10px;
    margin-left: 550px;
    background:#fff;
    background:rgba(255,255,255,0.9);
    color:black;
    display:block;
}

.menukaart-columns
{
    height:auto;
	width: 960px;
}

.menukaart-column
{
    height:auto;
	width: 320px;
	float: left;
	margin-top: 10px;
}

.menukaart-column .inner
{
    height:auto;
	margin: 20px;
	margin-right: 10px;
	border-right: 1px solid #dcdcdc;
}

.menukaart-column .last
{
	border-right: 0px;
}

.menukaart-column .inner h2
{
    font-size: 1.4em;
    text-transform: uppercase;
}

.menukaart-column .inner table
{
	margin-top: 20px;
    width:100%;
}


.menukaart-column .inner td
{
	padding-bottom: 12px;
	font-size: .9em;
	line-height: 1.35em;
}

.menukaart-column .inner table
{
    margin-bottom:20px;
}

.menukaart-column .inner td + td {padding-left: 20px;min-width:90px; padding-right: 20px; text-align: right; font-size: 1.1em} 

.menukaart-column .menu-name { text-transform: uppercase;} 
.menukaart-column .menu-description {} 

.menucontent
{
    padding:10px;
}

.menucontent p
{
    margin:10px;
}


.menu-tabs-container {
    

}

.menu-tabs-container ul li {
    float: left;
    padding: 10px 30px 5px 30px;
    cursor: pointer;
}

.menu-tabs-tab {
    margin: 30px;
    background-color: rgba(0, 0, 0, 0.6);
    width: 400px;
    padding: 20px 30px;
}

.menu-tabs-tab table {
    width: 100%;

}

.menu-tabs-price {
    text-align: right;
    min-width: 60px;
}


.feature-slider a {
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
}

.fb-event .home-openinghours 
{
    width:300px;
    background:rgba(0,0,0,0.2);
}

.fb-event .home-intro 
{
    width:660px;
}

.fb-event h1
{
    font-weight:bold;
}

.fb-event .inner
{
    padding:0px 0px 5px 5px;
}

.event
{
    display:none;
}

#sideEventList li
{
    position:relative;  
    z-index:1;
    display:block;
    cursor:pointer;
    padding:10px;
    width:100%;
    min-height:60px;
    border-top:solid 1px rgba(255,255,255,0.2);
    border-bottom:solid 1px rgba(0,0,0,0.2);
}

#sideEventList li div
{
	padding-left:60px;
}

#sideEventList li:hover
{
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background:-moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(255,255,255,0.15) 100%); /* FF3.6+ */
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.1)), color-stop(100%,rgba(255,255,255,0.15))); /* Chrome,Safari4+ */
    background:-webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.15) 100%); /* Chrome10+,Safari5.1+ */
    background:-o-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.15) 100%); /* Opera 11.10+ */
    background:-ms-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.15) 100%); /* IE10+ */
    background:linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.15) 100%); /* W3C */
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#26ffffff',GradientType=0 );
}

.fb-event .event-description
{
    margin-top:10px;
}

.attending_count
{
    font-weight:bold;
}

#sideEventList li h4
{
    font-size:1.2em;
}

#sideEventList li p
{
    font-weight:bold;
}


#sideEventList li img
{
    float:left;
    width:50px;
    height:50px;
    border-radius:3px;
    margin:0px 10px 0px 0px;
}

.event .event-share
{
    float:left;
    width:440px;
    display:block;
    min-height:180px;
    padding:0px 0px 0px 20px;
}

.event .attending_count
{
    text-align:right;
    margin-top:5px;
}

.event .event-share table
{
    width:100%;
}

.event .event-share table td
{
    border-collapse:collapse;
    border:solid 1px rgba(255,255,255,0.2);
    text-align:center;
    text-transform:uppercase;
}

.event .event-share table td a
{
    display:block;
    height:25px;
    line-height:25px;
    font-weight:normal;
    text-decoration:none;
    background-color:rgba(0,0,0,0.2);
}

.event .event-share table td a:hover
{
    background-color:rgba(255,255,255,0.1);   
}

.event .event-image
{
    min-height:180px;
    float:left;
    width:180px;
    display:block;
}

.event .event-image img
{
    max-width:180px;
    display:none;
}

.event .date
{
    font-size:1.1em;
}

.event .location
{
    float:right;
    font-size:1.1em;
}

#map-canvas
{
	margin: 15px; 
	width: 930px;
	height: 370px;
}

.iw
{
    color:black!important;
}

.adp-legal, .adp-warnbox
{
    display:none!important;
}

.adp-placemark
{
    background:transparent!important;
    border:none!important;
}

#directionsContainer
{
    width:100%;
}

#directionsContainer > div
{
   padding:10px;
}

#directionsContainer .printText
{
    display:none;
}

#directionsContainer .adp-summary
{
    width:100%;
}

#directionsContainer .adp-directions
{
    width:100%;
}

.adp-text {
    color:#7e7e7e;
}


.left{float:left;}
.right{float:right;}
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

#contact_container_top_text
{
    color:inherit;
    padding:5px 0px;
}

.contact_container_top
{
    text-align:center;
    padding:10px 0px;
}

.contact_container_top div
{
    float:left;
    text-align:left;
}

.contact_container_top img
{
    float:left;
}

.contact_container h4
{
    font-weight:bold;
    font-size:1.2em;
}

.contact_container table
{
    width:100%;
}

.contact_container th
{
    width:50px;
    text-align:center;
    vertical-align:middle;
    padding:20px;
}

.contact_container td
{
    text-align:left;
    vertical-align:middle;
    padding:20px 0px; 
}

.contact_container .restaurantBookingBlock
{
    padding:0px!important;
    min-width:250px!important;
}

.route-booking
{
    padding:20px;
    margin-top:20px;
}

div.hr
{
    width:100%;
    height:0px!important;
    border-bottom:1px solid rgba(255, 255, 255, .3); 
    border-top:1px solid rgba(0, 0, 0, .2); 
    margin:5px auto; 
    padding:0px!important;  
}

div.hrvert
{
    width:0px;
    height:100%;
    border-right:1px solid rgba(255, 255, 255, .3); 
    border-left:1px solid rgba(0, 0, 0, .2); 
    margin:55px 20px;   
}

.page-separator
{
    float:left;
    min-height:300px
}


#map_canvas
{
    width:940px;
    height:415px;   
}

.routecontent
{
    padding:15px;
}

.newsBlock 
{
    width:300px;
    text-align:left;
    font-size:100%;
    position:relative;
    padding:10px;
}

.popbox {
    margin:0px auto;
    text-align:center;
    position:relative;

}

.collapse { position:relative; }

#pop_iens > .open
{
    width:70px;
}


.box {
    display:block;
    display:none;
    border:solid 1px #BBBBBB;
    border-radius:5px;
    text-align:left;
    position:absolute;
    z-index:1000000;
    background-color:#f4f4f4;
    color:#7d7d7d;
    box-shadow:0 0 15px rgba(0,0,0,0.4);
}

.box div.hr
{
    border-top:solid 1px #ddd;
    border-bottom:solid 1px #fff;
    margin:10px auto;
}

.box .newsName, .box .selectBookingPersons
{
    margin-top:0px!important;
}

.box input[type="text"], .box input[type="email"], .box input[type="password"], .box input[type="tel"], .box textarea, .restaurantBookingBlock input[type="text"], .restaurantBookingBlock input[type="email"], .restaurantBookingBlock input[type="password"], .restaurantBookingBlock input[type="tel"], .restaurantBookingBlock textarea
{
    background-color:white;
    padding:11px;
    border:solid 1px #bdbdbd;
    width:100%;
    margin-top:10px;
    color:#868686;
    font-weight:bold;
}


.arrow {
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #f4f4f4;
    position:absolute;
    left:1px;
    top:-10px;
    z-index:10000001;
}

.arrow-border {
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #BBBBBB;
    position:absolute;
    top:-12px;
    z-index:10000000;
}

.restaurantBookingBlock 
{
    text-align:left;
    font-size:100%;
    position:relative;
    padding:10px;
    min-width:320px;
}

.restaurantBookingBlock .selectBookingGender {
    float:left;
    width:25%; 
    background-size:70% 100%, 20px 20px, 30% 100%;
    background-position:left center, 96% 49%,  right center;
	padding:9.5px 7px;
    font-size:90%;
}

#noAvailabilityText {
    color: #2D8024;
}


.pnlResult span{
    font-weight:bold;
}

.pnlResult {
    text-align:center;
}

.restaurantBookingBlock img {
    display:inline;
    vertical-align:middle;
    height:22px;
}

.restaurantBookingBlock > header > img {
    width:28px;
}

.restaurantBookingBlock .checkContainer
{
	border:solid 1px #bdbdbd; margin-top:5px; margin-bottom:5px;
}

.restaurantBookingBlock .checkContainer div
{
	padding: 3px 4px;
}

.restaurantBookingBlock #pnlResultSuccess
{
    padding-bottom:10px;
}

.restaurantBookingBlock #resResultSpan
{
    text-align:left;
}

.maskBlack, .maskBlackBottom
{
    position:absolute;
    left:0;
    top:0;
    z-index:1000;
    opacity:0.50;
    background:Black url(/Content/Layout_1/style/images/block-loader.gif) no-repeat center center;
    height:100%;
    width:100%;
}

.restaurantBookingBlock select {
    border:solid 1px Black;
    font-size:1.2em;
    text-transform:uppercase;
    text-shadow:0px 1px 0px #fff;
    font-weight:bold;
    margin-top:10px;
    padding:7px 7px;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    border-radius:0px;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(40%,#dedede), color-stop(100%,#9a9a9a)), url(/Content/Layout_1/style/images/arrow_down_select.png), #666 -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.30)) ; 
    background:-moz-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(40%,#dedede), color-stop(100%,#9a9a9a)), url(/Content/Layout_1/style/images/arrow_down_select.png), #666 -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.30)) ; 
    background-position:left center, 98% 49%,  right center;
    background-size:90% 100%, 20px 20px, 10% 100%;
    background-repeat:no-repeat;
    width:100%;
    font-size:90%;
}

.restaurantBookingBlock .extraField li {
    float:left;
    margin-left:10px;
}

.restaurantBookingBlock ul.extraField {
    margin:10px 0px;
    overflow:hidden;
}

.restaurantBookingBlock select.extraField {
    margin-top:0px;
}

.restaurantBookingBlock .hr {
    clear:both;
}

.shareBlock {
    width:200px;
    padding:10px;
}

.twitter-share-button
{
    width:100px!important;
}

.shareBlock > div {
    margin: 0 auto;
    text-align: center;
}


.shareBlock span.text {
    display: block;
    margin: 0;
    padding: 0px 0px 5px 0px;
}

.shareBlock iframe {
    display: inline-block;
}

.iensSlide {
    display:none;
}  
  
.iensBlock
{
    padding:10px;
    width:350px;
}

.iensBlock #pnlReviews
{
    width:330px;
}

.iensscore
{
    float:right; 
    font-size:80%;
    padding-top:3px;
}
    
.iensscore img
{
    vertical-align:middle;
    display:inline-block;
    margin-left:10px;
    width:40px;
}

.iens_score {
    float:left;
    display:block;
    font-weight:bold;
    text-shadow: 1px 1px 0 black;
    color:white;
    padding:2px 20px 4px 20px;
    background-repeat:no-repeat;
    background-size:50px; 
    min-height:25px;
    min-width:50px;
    box-sizing:border-box;         
}

.iens_legend {
    float:left;
    padding:5px 12px 5px 2px;
    font-size:0.7em;
}

.iens_author {
    font-weight:bold;
    padding:3px 10px 5px 0px;
}

.iens_review, .ienscontent{
    margin-bottom:5px;
}

.reviewList li
{
    margin:0px 0px 0px 0px;
    width:100%;
}

.reviewList li i
{
    font-weight:bold;
}

.iens_averages
{
    padding:0px;
    background-color:transparent;
    width:330px;
    display:block;
    margin-top:0px;
}

.iens_averages ul li
{
    display:inline;
    width:30%;
    float:left;
    text-align:center;
    background-repeat:no-repeat;
    background-position:center top;
    padding-top:10px;
    font-weight:bold;
    text-transform:uppercase;
    text-shadow:none;
    position:relative;
}

.iens_averages ul li p
{
    margin-top:9px;
}

#pop_iens .inner
{
    margin:0px;
    padding:20px;
}

.iens_averages ul li span
{
    color:#fff;
    font-size:1.4em;
    text-shadow: 1px 1px 0 black;
}

.iensBlock #pnlWrite
{
    width:330px;
}

.ratings div img
{
    float:left;
}


.scoreContainer {
	margin-bottom:12px;
	height:20px;
	width:100%;
}
.score {
	width:130px;
	height:22px;
	background-image: url(/Content/Layout_1/images/btn-scores.png);
	background-position:0 0;
	float:left;
	line-height:22px;
	margin-left: -2px;
	display:inline;
}
.scoreText {
	font: italic bold 18px Georgia;
	margin-left:10px;
	line-height:20px;
	height:22px;
}

.small
{
    font-size:0.9em;
}

.error
{
    color:red;
    font-weight:bold;
}

.iensBlock #pnlResult, .iensBlock #pnlError
{
    width:330px;
}

.mobileBlock
{
    padding:10px;
    width:350px;
}

.mobileBlock .mfStep
{
    margin-top:15px;
    clear:both;
}

.mobileBlock .mfStep div
{
    margin-right:10px;
    width:45px;
    float:left;
}

.image-wall
{

}

.sideimage-container, .slideshow-container
{
    overflow:hidden;
    height:100%;
    max-width:360px;
}

.routeinfo
{
    padding:10px 0px;
}

.image-gallery
{
    height:500px;
}

.spotlight-container
{
    float:left;
    width:330px;
    height:360px;
    margin-left:15px;
    overflow:hidden;
    position:relative;
}

.spotlight-overlay p, .footer-column-overlay p
{
    line-height:1.3em!important;
    font-size:1.0em;
}

.spotlight-overlay h3, .footer-column-overlay h3
{
    padding-bottom:4px;
    font-weight:bold;
    font-size:1.2em;
}

#footer
{
    margin:0 auto;
    background:rgba(0, 0, 0, 0.7);
    padding:20px 20px 20px 0px;
    width:960px; 
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 40px rgba(0,0,0,0.2);
    margin-top:20px;
}

#footer a .footer-column
{
    padding-left:20px;
    float:left;
    height:200px;
    overflow:hidden;
}

.footer-column > div img
{
    max-width:100% 
}

#google_translate_element img {
    display:inline;
}

.arrow-n,
.arrow-e,
.arrow-s,
.arrow-w {
  border-style: dashed;
  border-color: transparent;
  border-width: 1.5em;
  display: -moz-inline-box;
  display: inline-block;
  font-size: 10px;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: middle;
  width: 0;
    z-index:3;
}

.arrow-n {
  border-bottom-width: 1em;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  bottom: 0.25em;
}

.arrow-e {
  border-left-width: 1em;
  border-left-style: solid;
  border-left-color: #fff;
  left: 0.25em;
}
                    
.arrow-s {
  border-top-width: 1em;
  border-top-style: solid;
  border-top-color: #fff;
  top: 0.25em;
}

.gm-iw {
color: black!important;
}

/*-------------------Form page CSS----------------------------------------------------------------------------------------------------*/

#elementsList {
    list-style-type: none;
    padding : 0px;
}

#elementsList li{
    margin-bottom:10px;
}

.elLabel{ 
    width:150px;
    float:left;
    text-align:right;
    padding:3px 5px 0 0;
    min-height:22px;
}

.horizontal {
    min-width:150px;
    max-width:400px;
    display:inline-block;  
}

.vertical {
    width:150px;
    display:block;  
}

.optionWrap label {
    margin-left: 5px;
    margin-right: 10px;
    vertical-align: middle;
}

.optionWrap input[type=radio],.optionWrap input[type=checkbox] {
    vertical-align: middle;
    opacity: 1;
    position: relative;
}

#formContainer {
    padding-top:30px;
    text-align: left;
    position:relative;
}

#formContainer textarea{
    width: 250px;
    height: 80px;
}

#formContainer select{
    width: 100%;
}

    #formContainer input[type="text"], #formContainer input[type="number"], #formContainer input[type="email"], #formContainer input[type="tel"] {
        padding:5px;
        border-radius:3px;
        border:solid 1px #cfcfcf;
        width:250px;
    }

#formContainer textarea {
    border-radius:4px;
    border:solid 1px #cfcfcf;
    padding:5px;
    width:250px;
}

#formContainer select {
    border-radius:4px;
    border:solid 1px #cfcfcf;
    padding:5px;
    width:250px;
}

.validationError {
    border: solid 2px red!important;
}


.succesMessageContainer {
    display: none;
    text-align: center;
    position: relative;
}

.errorMessageContainer{
    display: none;
    text-align: center;
    position: relative;
}

#errorHeading img {
    display: inline;
    vertical-align: middle;
    height: 22px;
}

.btn {
    padding: 8px 15px;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 0px;
    border: solid 1px #000000;
    background: #FFFFFF;
    background: #FFFFFF -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.10));
    /*margin-top: 10px;*/
}

.btnContainer {
    display : inline-block;
}