@charset "utf-8";

/* reset and clearing stuff */
* { margin:0; padding:0; }

.hidden { display: none; }
.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}

/* hides from ie-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* end hide from ie-mac */

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, 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, 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;
}


body { background-color: #d1d4d3; font-family: arial, sans-serif, verdana; font-size: 15px; background: #d1d4d3 url(../../i/background.jpg) repeat-x; margin: 0 5px 0 5px; position: relative; }

#container { max-width:983px; position: relative; margin: 0 auto; }

#container h1 { font-size:2em; }
#container h2 { font-size:1.7em; }
#container h3 { font-size:1.2em; }

h3.green { color:#518e01; }
h3.blue { color:#0283d5; }

#header { height:151px; border-left: 2px solid #6b706b; border-right: 2px solid #6b706b; background:transparent url(../../i/header-bg2.jpg) 0 0 no-repeat; z-index: 99; position: relative; }
	#header .logo { height:68px; width:400px; max-width: 100%; z-index: 100; position:absolute; bottom: 8px; left: 4px; }
		#header .logo a { height:68px; width:400px; max-width: 100%; text-indent:-9999px; display:block; background:transparent url(../../i/logo.png) 0 0 no-repeat; background-size: contain; }

		#header ul#icons {
			clear: both;
			list-style: none;
		}
			#header ul#icons li {
				float: left;

			}

				#header ul#icons li a {
					height: 22px;
					display: block;
					outline: none;
					text-indent: -10000px;
				}

					#rss:hover, #twitter:hover, #facebook:hover {
						background-position: 0 -22px;
					}				

				#rss {
					width: 27px;
					background: url("/i/header-icon-rss.png") no-repeat;
				}

				#twitter {
					width: 27px;
					background: url("/i/header-icon-twitter.png") no-repeat;
				}

				#facebook {
					width: 27px;
					background: url("/i/header-icon-facebook.png") no-repeat;
				}




#headerSub { width: 100%; height: 25px; background: transparent url(../../i/header-bottom.png) 0 0 repeat-x; margin-right: 10px; padding-bottom: 10px; }
	#headerSub .sub { font-size: 11px;  padding-left: 15px; padding-top: 7px; }
	#headerSub a { text-decoration: none; color: #007ee1;}
	#headerSub a:hover { text-decoration: underline; color: #0076d3; }

#content { background-color: #fff; position: relative; border-left: 2px solid #6b706b; border-right: 2px solid #6b706b; height: 1%;  }

#sidebar-left { width:187px; float:left; list-style-type: none; list-style-position:outside; margin-right:2px; }
	#sidebar-left h2 { color:white; font-size:1.1em; }
	#sidebar-left h2.gray { background:gray url(../../i/sbl-gray.png) 0 0 no-repeat; height:22px; width:177px; padding-top:6px; padding-left:10px;  }
	#sidebar-left h2.blue { background:white url(../../i/sbl-blue.png) 0 0 no-repeat; height:22px; width:177px; padding-top:6px; padding-left:10px;  }
	#sidebar-left h2.green { background:gray url(../../i/sbl-green.png) 0 0 no-repeat; height:21px; width:177px; padding-top:3px; padding-left:10px;  }
	#sidebar-left h2.blue2 { background:white url(../../i/sbl-blue2.png) 0 0 no-repeat; height:21px; width:177px; padding-top:3px; padding-left:10px;  }

	#sidebar-left ul { list-style-type:none; list-style-position:outside; background-color:#f7f6f6; }
	#sidebar-left ul li { padding: 3px 10px; border-bottom:1px solid #e5e5e5; font-size:1.1em; border-right:1px solid #e5e5e5; }
	#sidebar-left ul li a { color:#404040; text-decoration:none; }
	#sidebar-left ul li a:hover { color:#0076d3; }


#sidebar-right { width:0px; }
	#sidebar-right h2 { color:white; font-size:1.1em; padding-left:10px; }
	#sidebar-right h2.gray { background:gray url(../../i/sbr-gray.png) 0 0 no-repeat; height:22px; width:280px; padding-top:6px; padding-right:10px;  }
	#sidebar-right h2.darkblue { background:gray url(../../i/sbr-darkblue.png) 0 0 no-repeat; height:22px; width:280px; padding-top:6px; padding-right:10px;  }
	#sidebar-right h2.lightgreen { background:gray url(../../i/sbr-lightgreen.png) 0 0 no-repeat; height:22px; width:280px; padding-top:6px; padding-right:10px;  }
	#sidebar-right h2.green { background:green url(../../i/sbr-green.png) 0 0 repeat-x; height:22px; width:280px; padding-top:6px; padding-right:10px;  }
	#sidebar-right h2.sbr-turquoise { background:green url(../../i/sbr-turquoise.png) 0 0 repeat-x; height:22px; width:280px; padding-top:6px; padding-right:10px;  }
	#sidebar-right h2 img { margin-right: 5px; float: left; padding-top: -10;}

	#sidebar-right ul { list-style-type: none; list-style-position:outside; margin-bottom:20px;  }
	#sidebar-right ul li ul { list-style-type:none; list-style-position:outside; background-color:#f7f6f6; margin-bottom:0 !important; }
	#sidebar-right ul li ul li{ padding: 3px 10px; border-bottom:1px solid #e5e5e5; font-size:1.1em; border-left:1px solid #e5e5e5; }
	#sidebar-right ul li ul li a { color:#0076d3; text-decoration:none; }
	#sidebar-right ul li ul li a:hover { color:#0076d3; text-decoration:underline;}
	#sidebar-right ul li ul li p { font-size:.8em; font-weight:normal; padding:5px 0; }

	#sidebar-right .seperator { width: 100%; height: 1px; background-color: #E2DBDB; clear: both; margin: 5px 0 5px 0; }
	
	.nearby-class li a { background-color: #f4f4f4; display: block; border: 2px solid #E2DBDB; float: left; text-align: center; margin: 1% 1% 0 0; width: 18.5%; height: 110px; font-size: 15px; }
	.nearby-class li a:hover { border-color: #a2d767; }

#mainCountry { width:760px; float:left; padding:0 20px; padding-left: 30px; }
	#mainCountry h1 { color:#0076d3; margin-bottom:10px; }
	#mainCountry p { font-size:1.1em; padding:0 0 10px; }


#main { width: 100%; }
	#main .inner { padding: 0 16px 0 16px; }
	#main h1 { font-size: 22px; color:#3b83ba; font-weight: normal; margin-bottom: 5px; }
	#main h2 { font-size: 20px; color:#3b83ba; font-weight: normal; margin-bottom: 10px; }
	#main h3 { font-size: 18px; color:#3b83ba; font-weight: normal; margin-bottom: 10px; }
	#main h4 { font-size: 17px; color:#3b83ba; font-weight: normal; margin-bottom: 10px; }
	#main p { font: normal 17px arial; line-height: 21px; margin: 10px 0; padding-left: 0px; color: #3a3a3a; }
	#main a { text-decoration: none; color: #007ee1;}
	#main a:hover { text-decoration: underline; color: #0076d3; }

#footer { clear:both; height: auto; overflow:hidden; margin-bottom: 100px; background-color: #fff; border-left: 2px solid #6b706b; border-right: 2px solid #6b706b; border-bottom: 2px solid #6b706b; }
#footer .top-bar { 
		width: 100%;
		height: auto;
		padding: 15px 0 15px 0;
		background: #f5fbff; /* For browsers that do not support gradients */
	    background: -webkit-linear-gradient(#f5fbff, #dfe0e3); /* For Safari 5.1 to 6.0 */
	    background: -o-linear-gradient(#f5fbff, #dfe0e3); /* For Opera 11.1 to 12.0 */
	    background: -moz-linear-gradient(#f5fbff, #dfe0e3); /* For Firefox 3.6 to 15 */
	    background: linear-gradient(#f5fbff, #dfe0e3); /* Standard syntax */	
		border-bottom: 1px solid #b9b9b9;
		border-top: 1px solid #b9b9b9;
}

#footer p {  position: relative;  }
#footer p.copyright { float:left; padding-left:30px; }
#footer p.footer-links { float:right; padding-right:50px; text-align:right; clear: right;}
#footer p.footer-links2 { float:left; padding-left:-90px; text-align:left; padding-top: 20px; }
#footer .footer-links3 { padding-left: 15px; float:left; margin: 27px 0 27px 35px; text-align:left; background-color: white; width: 60px; height: 50px;}
#footer .footer-links3 a { color:#0055b0; text-decoration: none; padding: 5px 0 5px 0; display: block; }
#footer .footer-links3 a:hover { color:#378ce7; }

#footer p a { color:#0055b0; text-decoration:none; } 
#footer p a:hover { color:#378ce7; }

.wherelocation a { text-decoration: none; color: #0076d3;}

#linkstyle a { text-decoration: none; color: #0076d3;}

	#nextpreviouslinks { font-size: 15px; font-weight: bold; padding-bottom: 30px; color: #0076d3;}
	#nextpreviouslinks a { text-decoration: none; color: #0076d3; }
	#nextpreviouslinks a:hover { text-decoration: underline; color: #0076d3; }

	#cityguideslinks { font-size: 13px; font-weight: bold; padding-bottom: 15px; color: #0076d3; margin-top: 5px;}
	#cityguideslinks a { text-decoration: none; color: #0076d3; }
	#cityguideslinks a:hover { text-decoration: underline; color: #0076d3; }

img.imageright { float: right; margin: 0 0 10px 10px; }
img.imagerightCat { float: right; margin: 14px 2px 10px 10px; }

img.imageThumb {
	border: 1px solid gray; 
	padding: 0px;
	float: right;
	margin: 0 0 10px 10px;
}

.articleimages {
	float: left; 
	margin: 0 0 0 4px;
	padding: 0px; 
	border: 1px solid gray;
}



.plain { 
	border: 1px solid gray; 
	padding: 0px; 
 
}


.hotelBox { width: 100%; min-height: 79px; border-style: solid; border-width: 1px; border-color: #ffdf7b; background-color: #fff5d5; }
.hotelBox .inner { padding: 10px !important; }
.hotelBox img.hotelimage { float: left;  width: 10%;  border-color: #ffdf7b; border-style: solid; border-width: 1px; }
.hotelBox .hotelDesc { float: left; width: 50%; height: auto; }
.hotelBox .hotelDesc strong { color: #444443; }
.hotelBox .hotelDesc { margin-left: 10px; }
.hotelBox .hotelBook { float: right; width: 36%; height: auto; text-align: right; vertical-align: text-middle;  }

#hotelfooter { float: left; width: 480px; height: 16px; }
#hotelfooter a { float:right; padding-right: 5px; }
#hotelfooter a:hover { float:right; padding-right: 5px; }
#hotelHeader { float: left; width: 480px; height: 23px; margin-top: 5px;}
#hotelHeader a { font-size: 16px; }
#hotelHeader img { position: absolute; right: 232px; }
div.hotelSeperator { width: 100%; height: 1px; margin-bottom: 10px; }

.hotellBorder img{ float: left; border-color: #E2DBDB; border-style: solid; border-width: 3px; margin: 4px; }
.hotellBorder:hover img{ float: left; border-color: #AFD775; border-style: solid; border-width: 3px; margin: 4px; }

.divseperator { width: 100%; height: 1px; background-color: #e5e5e5; margin-top: 10px; margin-bottom: 10px; clear: both; }

.sbl { background: url('../../i/bl.png') bottom left no-repeat #e0f1cd; width: 90%; text-align: left; min-width: 100px; float: left; color: #4c474c;}
.sbr { background: url('../../i/br.png') bottom right no-repeat; }
.stl { background: url('../../i/tl.png') top left no-repeat; }
.str { background: url('../../i/tr.png') top right no-repeat; padding: 10px; } 
.sIMG { float: left; margin-right: 10px; border:1px solid gray; }
.sName { font-weight: bold; color: #0067b1; }
.sDate { color: gray; padding-bottom: 10px; }
.sb { padding: 2px 0px 10px 50px; background: url('../../i/b.gif') 30px top no-repeat; }


#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}
#popUpDiv {
position:absolute;
background-color:#FFFFFF;
width:600px;
height:450px;
z-index: 9002;
}

#article-list-full a { text-decoration: none; }
.articlelist { float: left; overflow: hidden; width: 31.5%; height: 210px; margin: 0.7%; background-color: #f8f8f7; border: 1px solid #ededed; }
.articlelist p { font-size: 15px !important; }
.articlelist:hover { background-color: #ccc; text-decoration: none !important; }
.articlelist .left { float: left; width: 120px; margin-top: 5px; min-height: 50px;  }
.articlelist .left img { border-color: #E2DBDB; border-style: solid; border-width: 3px; }
.articlelist .right {  min-height: 175px; margin-top: 5px; }
.articlelist h4 { margin-bottom: -110px; }
.articlelist .articlelist_sep { float: left; margin: 13px 0 0 0; width: 100%; height: 3px; background-color: #dce2e4; }

.catList { float: left; width: 31%; background-color: red; height: 140px; margin: 6px; padding-top: 7px; display: inline-block; border-style: solid; border-width: 1px; border-color: white; }
.catList .title { font-size: 16px; font-weight: bold; }
.catListB { float: left; width: 100px; height: 100px; margin: 5px; }
.catListB img { border-color: #E2DBDB; border-style: solid; border-width: 3px; }
.catListC { float: left; max-width: 170px; height: 90px; margin: 8px; }
.catListC span { font-size: 15px; color: #494b4c; }
.catSep { float: left; margin: 13px 0 13px 0; width: 100%; height: 3px; background-color: #dce2e4; }

.weatherBar { width: 278px; height: 100px;}
.weatherNow { width: 95px; height: 100px; float: left; padding-top: 8px;}
.weatherNow div { color: #538bc4; font-size: 25px; padding-bottom: 0px;}
.weatherNow span { color: #676767; font-size: 11px; }
.weatherIcons { float: left; margin-left: 5px; margin-top: 8px; margin-bottom: 5px; width: 40px; text-align:center}
.weatherIcons span { color: #676767; } 
.weatherIcons img { border: 1px solid gray;   }


#menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 9000;
    display: none;
}	
	
#menu_icon { width: 100%; height: 36px; display: none; text-align: center; }
#menu_icon .imgs { background: url(../../i/menu-alt-512.png) repeat-x; background-size: contain; width: 36px; height: 36px; display: inline-block; }
#menu_icon .mens { overflow: hidden; width: 36px; height: 17px; display: inline-block; margin: 0 0px 8px 0px !important; color: #565656; }
.solidblockmenu { background: white url(../../i/blockdefault.gif) center center repeat-x; height: 36px; width: 100%; position: relative; }
.solidblockmenu ul { margin: 0; padding: 0; float: left; font: bold 13px Arial; width: 100%; height: 36px; border: 0px solid #625e00; border-width: 0px 0px; }

.solidblockmenu li { display: block; }
.solidblockmenu img { vertical-align: middle; }
.solidblockmenu li a { float: left; color: #c90068; padding: 9px 11px; text-decoration: none; border-right: 0px solid white; }
.solidblockmenu li a:visited { color: #c90068; }
.solidblockmenu li a:hover, .solidblockmenu li a.current{ color: white; background: transparent url(../../i/blockactive.gif) repeat-x; }

.tabcontainer { clear: left; width:100%; height: 24px; background: transparent url(../../i/blocksub.gif) repeat-x; }
.tabcontainer a { color: white; text-decoration: none; padding-right: 5px; padding-left: 5px;}
.tabcontainer a:hover { color: white; text-decoration: underline;}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

.tabcontent{
display:none;
background: transparent url(../../i/blocksub.gif) repeat-x;
height: 24px;
padding-top: 4px;
padding-left: 10px;
color: white;
}

.rounded-corners { -webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px; }
div.ui-datepicker{
 font-size:17px;
}



	.btn {
	  -webkit-border-radius: 0;
	  -moz-border-radius: 0;
	  border-radius: 0px;
	  color: #ffffff !important;
	  font-size: 17px !important;
	  padding: 7px 20px 7px 20px;
	  text-decoration: none;
	  white-space:nowrap;
	  display: inline-block;
	}
	
	.btn-red {
	  background: #ef3d56;
	  background-image: -webkit-linear-gradient(top, #ef3d56, #e83b54);
	  background-image: -moz-linear-gradient(top, #ef3d56, #e83b54);
	  background-image: -ms-linear-gradient(top, #ef3d56, #e83b54);
	  background-image: -o-linear-gradient(top, #ef3d56, #e83b54);
	  background-image: linear-gradient(to bottom, #ef3d56, #e83b54);
	}
	.btn-green {
	  background: #4ab008;
	  background-image: -webkit-linear-gradient(top, #4ab008, #46a608);
	  background-image: -moz-linear-gradient(top, #4ab008, #46a608);
	  background-image: -ms-linear-gradient(top, #4ab008, #46a608);
	  background-image: -o-linear-gradient(top, #4ab008, #46a608);
	  background-image: linear-gradient(to bottom, #4ab008, #46a608);
	}
	.btn:hover {
	  opacity: 0.8;
	  text-decoration: none;
	  color: #ffffff !important;
	}	
	.btn:visited { color: #ffffff !important; }


	.hotelsdotcomBox { width: 380px; max-width: 100%; height: 71px; font-size: 22px !important;background-color: #f8af19; padding: 5px; }
	.hotelsdotcomBox .inner { background-color: white; float: left; width: 45%; height: 70px; margin-left: 20px; line-height: 72px; height: 3em; padding:2em 0 1em 0; }
	.hotelsdotcomBox .inner a { font-weight: bold;  }


	.hotelsearchbox { background: #ffffff url(../../i/search_hotell_bg.jpg) no-repeat; width: 630px; height: 170px; background-position: 0px 25px; margin-bottom: 10px; }
	.hotelsearchbox .title { color: #57574f; font-size: 14px; font-weight: bold; }
	.hotelsearchbox .logo { position: relative; right: 20px; top: 8px; float: right; }
	.hotelsearchbox input.submit { margin: 0; padding: 0; border: none; background-color: transparent; width: 136px; height: 38px; background: url('../../i/search_hotell_button.jpg') bottom;text-indent: -99999px; float: left; margin-top: 19px; margin-left: 22px;} 
	.hotelsearchbox input.submit:hover { background-position: 0 0; cursor: pointer; cursor: hand; } 
	.hotelsearchbox .destination { margin: 4px 0 0 20px; float: left; width: 480px; height: auto; }
	.hotelsearchbox .destination .dest_field { background: white url(../../i/search_hotell_dest.jpg) no-repeat; width: 203px; height: 26px; }
	.hotelsearchbox .destination .dest_input { background: none; border: none; padding-left: 5px; padding-top: 6px; color: #6b6b6b; }
	.hotelsearchbox .arrival { margin: 10px 0 0 20px; float: left; }
	.hotelsearchbox .arrival .arriv_field { background: white url(../../i/search_hotell_datet.jpg) no-repeat; width: 139px; height: 26px; }
	.hotelsearchbox .arrival .arriv_input { background: none; border: none; padding-left: 30px; padding-top: 6px; color: #6b6b6b; }
	.hotelsearchbox .departure { margin: 10px 0 0 20px; float: left; }
	.hotelsearchbox .departure .depar_field { background: white url(../../i/search_hotell_datet.jpg) no-repeat; width: 139px; height: 26px; }
	.hotelsearchbox .departure .depar_input { background: none; border: none;  padding-left: 30px; padding-top: 6px; color: #6b6b6b; }
	
	
	.hotelsearchbox2
	{ 
		background: #fee75d; /* For browsers that do not support gradients */
	    background: -webkit-linear-gradient(#fee75d, #f6c602); /* For Safari 5.1 to 6.0 */
	    background: -o-linear-gradient(#fee75d, #f6c602); /* For Opera 11.1 to 12.0 */
	    background: -moz-linear-gradient(#fee75d, #f6c602); /* For Firefox 3.6 to 15 */
	    background: linear-gradient(#fee75d, #f6c602); /* Standard syntax */
    	width: 100%; 
    	height: auto; 
    	margin-bottom: 10px;
    	border: 1px solid #fac507;
    }
    .hotelsearchbox2 .inner { padding: 10px !important; }
    .hotelsearchbox2 .logo { position: relative; width: 120px; right: 10px; top: -30px; float: right; border: 1px solid #d42e21; }
    .hotelsearchbox2 .title { color: #57574f; font-size: 14px; font-weight: bold; }
    .hotelsearchbox2 input.submit 
    { 
		background: #ef3425; /* For browsers that do not support gradients */
	    background: -webkit-linear-gradient(#ef3425, #da2f22); /* For Safari 5.1 to 6.0 */
	    background: -o-linear-gradient(#ef3425, #da2f22); /* For Opera 11.1 to 12.0 */
	    background: -moz-linear-gradient(#ef3425, #da2f22); /* For Firefox 3.6 to 15 */
	    background: linear-gradient(#ef3425, #da2f22); /* Standard syntax */
	    color: #fff;
   		margin: 0; padding: 0; width: 136px; height: 38px; border: 1px solid #c22a1e; float: left; margin-top: 19px; } 
	.hotelsearchbox2 input.submit:hover { background-position: 0 0; cursor: pointer; cursor: hand; } 
	.hotelsearchbox2 .destination {  width: 100%; height: auto; }
	.hotelsearchbox2 .arrival { width: 30%; float: left; }
	.hotelsearchbox2 .departure { width: 30%; float: left; }
	.hotelsearchbox2 input[type=text] { padding: 5px 10px 5px 10px; width: 60%; }





















