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;
}
html {height: 100%;}
body {
	height: 100%;
	font: 14px/24px Arial, sans-serif;
	background: #fff;
}
ol, ul {list-style: none;}
* {
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a, a:hover {text-decoration: none;}
#wrapper {
  max-width: 1020px;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  margin: 0px auto;
  min-height: 100%;
  padding: 0 20px;
}
header {
	position: relative;
	z-index: 10000;
}
#container {
	flex-direction: column;
	justify-content:space-between;
	flex: 1 0 auto;
}
.content {
	width: 70%;
	max-width: 640px;
	float: left;
	margin:10px 0;
	opacity: .99;
}
.logo {float: left;}
.logo a {
    color: #f90;
    float: left;
    font-family: "Arial Black";
    font-size: 35px;
    font-weight: bold;
    margin-left: 0px;
    margin-top: 20px;
    text-decoration: none;
}
nav {float: left;}
nav h3 {
	margin: 0;
	padding-bottom: 0px;
    padding-top: 10px;
	font-family: Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.nav li,.module_left1 li,.module_left2 li,.module_right1 li,.module_right2 li {float: left; z-index: 10000;}
.nav li a,.module_left1 li a,.module_left2 li a,.module_right1 li a,.module_right2 li a,
#touch-menu ,#touch-menu2,#touch-menu3,#touch-menu4,#touch-menu5,#touch-menu6,#touch-menu7{
	display: block;
	font-weight: normal;
	font-size: 14px;
	z-index: 10000;
	padding-right: 12px;
	padding: 6px 12px;
	color: #000; 
}
#touch-menu ,#touch-menu2,#touch-menu3,#touch-menu4,#touch-menu5,#touch-menu6,#touch-menu7  {display: none;}
#search {
	width: 35%;
	padding-top: 4px;
	float: right;
}
#search input {
	height: 40px;
	float: left;
	padding: 0 10px;
	border: none;
	background: #f1f1f1;
}
#search input[type="text"] {
	width: 75%;
	margin-right: 3%;
}
#search input[type="submit"] {
	width: 22%;
	cursor: pointer;
}
.leftsidebar {
	width: 33%;
	max-width: 300px;
	float: left;
	margin:20px 0;
}
.rightsidebar {
	width: 33%;
	max-width: 300px;
	float: right;
	margin:20px 0;
}
.sidebar {
	width: 33%;
	max-width: 300px;
	float: right;
	margin:10px 0;
}
.module_both{
    clear:both;
	padding-top:10px;
	padding-bottom:10px;
}
.module_left1 li,.module_left2 li,.module_right1 li,.module_right2 li{float: none; z-index: 10000; }
.module_left1 li a,.module_left2 li a,.module_right1 li a,.module_right2 li a {
		color: #000;
		border-top: 3px solid #fff;
		border-bottom: 3px solid #fff;
		background: #fff;
		z-index: 10000;
		font-family: Arial,sans-serif;
		font-size: 16px;
		font-weight: normal;
		line-height: 35px; 
	}
.module_left1 li:first-child a,.module_left2 li:first-child a,.module_right1 li:first-child a,.module_right2 li:first-child a {border-top: none;  z-index: 10000;}
.module_left1 li a:hover,.module_left2 li a:hover,.module_right1 li a:hover,.module_right2 li a:hover {
		color: #333;
		border-top: 3px solid #515572;
		border-bottom: 3px solid #515572;
		background: #f0f0f0;
		z-index: 10000;
}
footer {
	width: 100%;
	clear: both;
	background-color: #999;
    color: #000;
    font-size: 12px;
    padding: 12px;
}
footer  a{
	color: #000;
	padding-right: 20px;
}
footer .nav li a{
	color: #000;
	padding-right: 20px;
	padding-left: 0px;
}
@media (max-width: 1000px) {
	body {padding-top: 0px}
	#touch-menu ,#touch-menu2,#touch-menu3,#touch-menu4,#touch-menu5,#touch-menu6,#touch-menu7{
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 0px;
	}
	header {
		min-height: 70px;
	}
	.logo{
	}
	.logo img {height: 30px;}
	.module_left1,.module_left2,.module_right1,.module_right2 {
		position: absolute;
		top: 50px;
		left: 10px;
		right: 0;
		z-index: 5;
		min-width: 100%;
		display: none;
	}
		.module_menu1,.module_menu2{
		position: absolute;
		top: 80px;
		left: -10px;
		right: 0;
		z-index: 5;
		min-width: 100%;
		display: none;
	} 
	.module_menu1 li,.module_menu2 li{float: none;}
	.module_menu1 li a,.module_menu2 li a {
		color: #666;
		border-top: 1px solid #eee;
		border-left: 3px solid transparent;
		background: #fff;
		line-height: 35px; 
		font-size: 16px;
		font-weight: normal;
		z-index: 10000;
		font-family: Arial,sans-serif;
		padding-left: 20px;
	}
		.module_left1 li a,.module_left2 li a,.module_right1 li a,.module_right2 li a {
		padding-left: 20px;
	}
	.module_menu1  li:first-child a,.module_menu2  li:first-child a{border-top: none;}
	.module_menu1 li a:hover,.module_menu2 li a:hover {
		color: #333;
		border-left: 3px solid #515572;
		background: #f0f0f0;
	}
	.module_sidebar {
	display: none;
	position: fixed;
	top: 50px;
	left: 0px;
    min-width: 100%;
    max-height: 100%;
	}
	.module_menu1 .nav,.module_menu2 .nav,.module_left1 .nav,.module_left2 .nav,.module_right1 .nav,.module_right2 .nav,.module_sidebar .nav{top: 0px; left: 0px;width: 100%;height: 100%;}
	.content {
	width: 100%;
	max-width: 640px;
	margin:0 auto;
	padding:0px 10px;
	float:none;
	}
	.module_leftall,.module_rightall,.module_sideright{
	display: none;
	}
	#touch-menu ,#touch-menu2,#touch-menu3,#touch-menu4,#touch-menu5,#touch-menu6,#touch-menu7 {
		display: block;
		float: left;
		height: 50px;
		margin: -10px 0;
	}
	#search {
		position: relative;
		padding-top: 0;
	}
	#search input {height: 30px;}
	#search input[type="text"] {
		width: 100%;
		padding-right: 35px;
	}

	#search input[type="submit"] {
		position: absolute;
		top: 0;
		right: 0;
		width: 30px;
		text-indent: 999px;
		overflow: hidden;
		background: #f1f1f1 url(/web/20220315163623im_/https://pattayatur.ru/templates/html5/img/search.png) no-repeat center;
	}
	.leftsidebar,.rightsidebar, .menu2, .sidebar{
	padding: 0px;
	width: 0px;
	margin: 0px;
	} 
	.module_menu1 h3,.module_menu2 h3,.module_left1 h3,.module_left2 h3,.module_right1 h3,.module_right2 h3,.module_footer h3{
	display: none;
	}
	div.alltouch {
	min-height:40px;
	float:left;
	padding-top:4px;
	padding-left:10px;
}
	div.alltouch li{
	float:left;
}
.alltouch img {
	width: 40px;
}
}
@media (max-height: 320px) and (max-width: 1000px) {
	.nav {
		left: 58px;
		width: 200px;
	}
	.nav li a {padding: 5px 10px;}
	.logo{
		width: 100%;
	}
	.logo a {
    font-size: 20px;
    margin-top: 10px;
    text-decoration: none;}
}

/*k2============================*/
#itemListLeading{
	display: flex;
	flex-wrap:wrap;
	flex-direction: row;
	justify-content:space-between;
	}
.catItemTitle{
	display: flex;
	flex-wrap:wrap;
	flex-direction: column;
	justify-content:space-between;
	}
.k2imgcat300{
   width: 100%;
   max-width: 300px;
   min-width: 300px;
   height:150px;
	}
.itemContainer50{
    width: 50%;
	max-width: 300px;
	min-width: 300px;
	display: flex;
	flex-wrap:wrap;
	flex-direction: row;
	justify-content:space-between;
	margin:0 auto;
	float:none;
	}	
.itemContainer100 {
    display: flex;
    flex-flow: row wrap;
    float: none;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
}	
.catItemImageBlock{
    float: left;
    padding-bottom: 5px;
    padding-right: 10px;
}	
div.itemImageBlock {
    float: left;
    margin: 0;
    padding: 0;
    max-width: 330px;
}
.itemImage img{
   width: 100%;
   max-width: 640px;
   min-width: 300px;
   height:auto;
	}	
.itemImageBlock	img{
   width: 100%;
   max-width: 310px;
   height:auto;
	}
.itemImageBlock	span.itemImage {
    display: block;
    margin: 0;
    text-align: left;
    width: 320px;
}
span.itemImageCredits {
    color: #666;
    display: block;
    float: left;
    font-family: Verdana;
    font-size: 11px;
    padding-bottom: 5px;
}	
#k2Container ul {
    padding-left: 20px;
}
#k2Container li {
    font-family: Arial,sans-serif;
    font-size: 13px;
    line-height: 150%;
    list-style-type: disc;
    margin: 0 0 18px;
}
iframe,img,object,.zhgm-map-default, #lt_hotel_widget{
   max-width: 100%;
   clear:both;
   margin: 0;
   padding: 0;
	}
#kiwitaxi-form-wrapper {
    float: left;
    margin: 0;
    max-width: 100%;
    min-width: 100%;
    padding: 0;
}
.itemFullText {
    clear: both;
}	
/*k2 Module Related======*/	
#k2ModuleRelated ul{
	display: flex;
	flex-wrap:wrap;
	flex-direction: row;
	justify-content:space-between;
	padding: 0px;
	}
.k2ItemsRelatedListVerti li,.k2ItemsRelatedListHoriz li{
	display: flex;
	flex-direction: column;
	justify-content:space-between;
	max-width: 47%;
	min-width: 270px;
	}
#k2ModuleRelated img{
   width: 280px;
   height: 160px;
	}
#k2ModuleRelated a {
    margin-bottom: auto;
}
div.k2ItemsRelIntro{
	margin-bottom: auto
}
div.k2ItemsRelIntro p{
    font-style: normal;
    padding: 0px;
    text-align: left;
}	
/*Style===================*/	
h1, h1 a{
   font-size: 1.8em;
   line-height: 1.5em;
   color: #000;
   font-family: arial,sans-serif;
   font-weight: bold;
   letter-spacing: -0.03em;
   margin: 0 0 5px;
   padding: 0;
   text-align: left;
   text-overflow: ellipsis;
}
h2,h3{
   line-height: 1.5em;
   color: #333;
   font-family: arial,sans-serif;
   font-size: 1.3em;
   font-weight: bold;
   letter-spacing: -0.03em;
   margin: 20px 0 5px 0px;
   padding: 0;
   text-align: left;
   ext-overflow: ellipsis;
   clear:left
}
strong {
    font-weight: bold;
}
.comment-body,p {
    font-family: Arial;
    font-size: 15px;
    line-height: 150%;
    margin: 10px 0 10px 0;
}
.catItemCommentsLink{
clear:both;
}
a {
	color: #00b0dd;
    text-decoration: underline;
}
a:hover	{
	color: #cc0000;
	}
.breadcrumb {
    color: #cc6600;
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    text-align: left;
}
.breadcrumb li {
    display: inline;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0;
}
.pathway{
    font-family: Arial,Helvetica;
    font-size: 12px;
	color: #000;
}
div.k2Pagination, div.k2Pagination span {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 15px;
    padding-left: 0px;
    padding-right: 0px;
}
#k2Container div.k2Pagination a {
    border: 2px solid #00b0dd;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
    padding: 5px 10px;
    text-decoration: none;
}
#k2Container div.k2Pagination ul{
	float: left;
	padding:0px;
}
#k2Container div.k2Pagination li {
	float: left;
	padding: 0px;
	margin: 10px;
	list-style-type:none;
	display:block;
}
#price_hotel {
    border: 0 none;
    color: #000;
    font: 14px/24px Arial, Tahoma, sans-serif;
    margin-bottom: 12px;
    margin-top: 12px;
    padding: 0;
    text-align: justify;
    width: 100%;
}
aside ul.nav{
  display: table;
  margin: 0 0 20px;
  padding: 0;
  }
#price_hotel th {
    color: #000;
    font-weight: normal;
    padding: 10px 15px;
}
#price_hotel td {
    color: #000;
    padding: 10px 15px;
}
#price_hotel tr:nth-child(2n) {
    background: #e8edff none repeat scroll 0 0;
}
#price_hotel a {
    color: #52b700;
}
#comments-form textarea {
    margin: 0;
    width: 99%;
	max-width: 99%;
    resize: none;
}
#comments-form .grippie {
	width: 99%;
	max-width: 99%;
}
#widgetrow {
    display: flex;
    flex-flow: row wrap;
    float: none;
    justify-content: space-between;
    width: 100%;
}
#widgetrow li{
	list-style: outside none none;
	}
@media (max-width: 600px) {
	div.itemImageBlock {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.itemImageBlock span.itemImage,div.itemImageBlock{
   width: 100%;
   height:auto;
   max-width: 100%;
   text-align:center;
	}
}
/*
     FILE ARCHIVED ON 16:36:23 Mar 15, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:33:50 Aug 07, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.79
  exclusion.robots: 0.037
  exclusion.robots.policy: 0.021
  esindex: 0.013
  cdx.remote: 33.449
  LoadShardBlock: 153.837 (3)
  PetaboxLoader3.datanode: 400.365 (5)
  load_resource: 518.909
  PetaboxLoader3.resolve: 99.183
  loaddict: 349.521
*/