@charset "utf-8";
/* CSS Document */


/*------------ Settings ------------ */

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
html {
}
body {
	background: url(../images/bg-body.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


/*  CSS definations for LONGMA THAIMASSAGE  */
/*-------------------------------------------------------------------------------------------

INDEX:

0. RESET

1. SETUP
1.1 Defaults
1.2 Common Tages

2. SITE STRUCTURE & APPEARANCE
	2.1 Header
		2.1.1 Logo
		2.1.2 Fillform
		2.1.3 Slider
	2.2.1 Top-Link
	2.3 Container
		2.3.1 Navigation 
		2.3.2 Featured 
	2.4 Footer
		2.4.1 Footer-Logo
-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* 0. RESET */
/*-------------------------------------------------------------------------------------------*/
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;
}

/* 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;
}
* {
	outline:none;
}

/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/

/* 1.1 Defaults */
h1, h2, h3, h4, h5, h6, strong {
	font-weight:bold;
	
}
h2 {
		font-family:"Times New Roman", Times, serif;
		font-size:24px;
		font-weight:normal;
		text-transform:uppercase;
		margin-bottom:20px;
}
h3 {
		font-family:"Times New Roman", Times, serif;
		font-size:18px;
		font-weight:normal;
		text-transform:uppercase;
		margin-bottom:20px;
}
i, em {
	font-style:italic;
}
.left {
	float:left;
}
.right {
	float:right;
}
.alignleft {
	text-align:left;
}
.alignright {
	text-align:right;
}
.aligncenter {
	text-align:center;
}
.clear {
	clear:both;
	line-height:1px;
	height:1px;
}
textarea {
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif; /* Body Font Family Will Come Here */
}
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#000;
}
address {
	font-style:normal;
}

/* 1.2 Common Tages */

/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
body {
	background:#fcfcfc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#84141f;
	-webkit-text-size-adjust: 100%;
}
.box {
	width:960px;
	margin:0 auto;
}
.wrap{
	background:#fcfcfc;
	margin:0px;
	box-shadow:rgba(24, 28, 24, 0.28) 0px 5px 8px;
	behavior:url(PIE.htc);
	position:relative;
}
.topbar{
	background:url(../images/bg_topbar.jpg) no-repeat center top;
	width:100%;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-khtml-background-size:cover;
	background-size:cover;
}

/* 2.1 Header */
.header{
	padding-bottom:50px;
}

/* 2.1.1 Logo */
.logo{
	width:157px;
	height:74px;
	padding:36px 0 0 76px;
	float:left;
}
.header-right{
	width:726px;
	float:left;
}
.google-map{
	width:232px;
	float:right;
	margin-right:10px;
	box-shadow:rgba(24, 28, 24, 0.28) 0px 5px 5px;
	behavior:url(PIE.htc);
	position:relative;
}
.google-map.first{
	width:245px;
}
.google-map .row{
	background:url(../images/bg_address.png) repeat;
	height:116px;
	padding:6px 0 0 11px;
	cursor:pointer;
}
.google-map .location{
	width:100%;
}
.google-map .location{
	display:none;
}

.google-map .row .ico{
	width:42px;
	height:42px;
	margin-right:8px;
	padding:0;
	float:left;
}
.google-map .row span{
	font-size:16px;
	color:#fff;
	line-height:32px;
	padding-top:4px;

	display:inline-block;
}
.google-map .row strong{
	font-size:18px;
	font-weight:normal;
	display:block;
	border-top:#b07077 2px solid;
}
.google-map .map{
	height:90px;
}
.google-map .col{
	background:#7f1320;
	height:53px;
}
.google-map .col h3{
	font-size:14px;
	color:#fff;
	line-height:53px;
	padding-left:29px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}
.google-map .col h3 a{
	color:#fff;
}

.google-map .google-plus{
	background:#961624;
	width:30px;
	height:25px;
	padding:16px 11px 12px 10px;
	float:right;
}
.google-map .google-plus:hover{
	background:#a91d2c;
}
.booking-form{
	background:#f7f2f3;
	width:550px;
	margin:0 0 -42px 46px;
	box-shadow:rgba(24, 28, 24, 0.30) 0px 0px 16px;
	position:relative;
	z-index:5;
}
.booking-form .buchung{
	background:url(../images/txt_buchung.png) no-repeat left top;
	width:230px;
	height:144px;
	text-indent:-9999px;
	position:absolute;
	left:-38px;
	top:-35px;
	z-index:6;
}

/* 2.1.2 Fillform */
.fillform{
	width:260px;
	padding:53px 12px 13px 23px;
	float:left;
	position:relative;
	z-index:7;
}
.fillform .input.gap{
	margin-bottom:12px;
}
.fillform .checkbox,
.slider .col .checkbox{
	float:left;
	margin-right:6px;
}
.fillform label,
.slider .col label{
	font-size:18px;
	color:#84141f;
	line-height:20px;
	padding-right:9px;
	float:right;
	margin-bottom:9px;
}
.fillform .input,
.fillform .select{
	background:#e8cbcf;
	width:236px;
	height:20px;
	font-size:16px;
	color:#84141f;
	line-height:30px;
	border:none;
	padding:5px 12px;
	margin-bottom:2px;
	box-shadow:rgba(24, 28, 24, 0.28) 0px 0px 5px inset;
}
.fillform .select{
	width:260px;
	height:30px;
	padding:5px;
}
.form-right{
	width:206px;
	float:left;
	padding:16px 23px 0 0;
}
.form-right a{
	color:#84141f;}
.form-right p{
	font-size:12px;
	color:#560a13;
	line-height:16px;
	padding-bottom:6px;
}
/* 2.1.3 Slider */
.slider{
	width:229px;
	height:160px;
	position:relative;
	margin-bottom:6px;
}
.slider .flex-viewport li{
	position:relative;
}
.slider .prev,
.slider .next{
	background:url(../images/sprite_arrow.png) no-repeat left top;
	width:16px;
	height:25px;
	text-indent:-9999px;
	position:absolute;
	top:66px;
	z-index:1;
}
.slider .prev{
	background-position:left top;
	left:7px;
}
.slider .prev:hover{
	background-position:left bottom;
}
.slider .next{
	background-position:right top;
	right:8px;
}
.slider .next:hover{
	background-position:right bottom;
}
.form-right .button{
	background:#84141f;
	width:230px;
	height:30px;
	font-size:16px;
	color:#f7f2f3;
	text-align:center;
	border:none;
	cursor:pointer;
}
.form-right .button:hover{
	background:#971925;
}
.slider .col{
	background:url(../images/bg_column.png) no-repeat left top;
	height:38px;
	padding:0 0 0 22px;
	position:absolute;
	right:0;
	top:0;
	z-index:2;
}
.slider .col .checkbox{
	margin:11px 7px 0 0;
}
.slider .col label{
	color:#eae4e5;
	line-height:38px;
}

/* 2.2.1 Top-Link */
.top-link{
	height:100px;
	position:relative;
	z-index:3;
}
.top-link .box{
	background:#fff;
	height:100px;
	position:relative;
	z-index:4;
}
.top-link .top-link-in{
	background:url(../images/bg_top_link.png) repeat;
	height:83px;
	border-bottom:#b67177 1px solid;
}
.top-link ul{
	float:right;
	padding-right:15px;
}
.top-link li{
	background:url(../images/divider_top_link.png) no-repeat left center;
	font-size:22px;
	line-height:83px;
	padding:0 7px 0 10px;
	text-transform:uppercase;
	float:left;
}
.top-link li:first-child{
	background:none;
}
.top-link li{
	color:#fff;
}
.top-link .top-link-left,
.top-link .top-link-right{
	background:url(../images/bg_pattern.png) repeat;
	width:50%;
	height:83px;
	position:absolute;
	top:17px;
	z-index:3;
}
.top-link .top-link-left{
	left:0
}
.top-link  .top-link-right{
	right:0
}

/* 2.3 Container */
.container{
	background:url(../images/bg_container.png) repeat-y center top;
	margin:0 -15px;
	padding:0 15px 50px 15px;
}
.manu-bar{
	width:100%;
	padding-bottom:17px;
}

/* 2.3.1 Navigation */
.navigation{
	width:858px;
	float:left;
}
.navigation ul{
	float:right;
}
.navigation li{
	font-size:16px;
	float:left;
}
.navigation li a{
	color:#7d121f;
	padding:0 12px;
	line-height:45px;
	display:block;
}
.navigation li a:hover{
	background:#84141f;
	color:#fff;
}
.language{
	width:78px;
	float:left;
	padding-top:14px;
}
.language li{
	width:30px;
	margin-left:9px;
	float:left;
	text-indent:-9999px;
}
.language li a{
	background:url(../images/ico_language.png) no-repeat left top;
	height:18px;
	display:block;
}
.language li.germany a{
	background-position:left top;
}
.language li.germany a:hover{
	background-position:left bottom;
}
.language li.united-kingdom a{
	background-position:right top;
}
.language li.united-kingdom a:hover{
	background-position:right bottom;
}

/* 2.3.2 Featured */
.featured-col{
	width:939px;
	padding-left:21px;
}
.featured{
	width:100%;
	float:left;
	color:#84141f;
	min-height:203px;
	margin-bottom:40px;
}
.featured .imgb{
	background:#fff;
	width:204px;
	height:204px;
	float:left;
	padding:0 6px 8px 0;
	margin:-58px 27px 0 40px;
	-moz-border-radius:204px;
	-webkit-border-radius:204px;
	border-radius:204px;
	behavior:url(PIE.htc);
	position:relative;
}
.featured .imgb img{
	-moz-border-radius:204px;
	-webkit-border-radius:204px;
	border-radius:204px;
	behavior:url(PIE.htc);
	position:relative;
}
.featured .txtb{
	width:369px;
	padding:48px 53px 0 0;
	float:left;
}
.featured .txtb h3{
	font-size:28px;
	font-weight:normal;
	padding-bottom:30px;
}
.featured .txtb p{
	line-height:20px;
	padding-bottom:19px;
}
.featured .button{
	background:#84141f;
	width:195px;
	height:41px;
	font-size:16px;
	color:#f7f2f3;
	line-height:41px;
	text-align:center;
	display:block;
	float:left;
	margin-top:81px;
}
.featured .button:hover{
	background:#a31c29;
}
.featured.flip .imgb{
	float:right;
	margin:-58px 38px 0 46px;
}
.featured.flip .txtb{
	float:right;
	text-align:right;
	padding:48px 0 0 50px;
}
.featured.flip .button{
	float:right;
	margin-left:31px;
}
.featured.red{
	background:#ece0e2;
}
.featured.blue{
	background:#e5edf4;
	color:#2c5e8a;
}
.featured.blue .button{
	background:#2c5e8a;
}
.featured.blue .button:hover{
	background:#3572a8;
}
.featured.green{
	background:#eff0e1;
	color:#6e720b;
}
.featured.green .button{
	background:#6e720b;
}
.featured.green .button:hover{
	background:#82870e;
}
.featured.orange{
	background:#f9e7df;
	color:#b6400b;
}
.featured.orange .button{
	background:#d14709;
}
.featured.orange .button:hover{
	background:#ef530d;
}
.featured.purple{
	background:#ede3ea;
	color:#71235d;
}
.featured.purple .button{
	background:#71235f;
}
.featured.purple .button:hover{
	background:#902e79;
}
.featured.brown{
	background:#efe5e0;
	color:#75381c;
}
.featured.brown .button{
	background:#8e3e19;
}
.featured.brown .button:hover{
	background:#a14920;
}
.featured.pink{
	background:#faeaf2;
	color:#98466e;
}
.featured.pink .button{
	background:#a73b72;
}
.featured.pink .button:hover{
	background:#b5417c;
}

/* 2.4 Footer */
.footer{
	background:url(../images/bg_pattern.png) repeat;
	padding-bottom:35px;
}
.footer-top{
	background:url(../images/bg_footer_top.png) repeat;
	height:78px;
	position:relative;
	top:-12px;
	margin-bottom:5px;
	box-shadow:rgba(24, 28, 24, 0.30) 0px 10px 18px;
}

/* 2.4.1 Footer-Logo */
.footer-logo{
	width:157px;
	height:74px;
	padding:98px 27px 193px 30px;
	float:left;
}
.footer-right{
	background:url(../images/divider_footer.png) repeat-y left top;
	width:744px;
	float:left;
}
.testimonial{
	background:url(../images/divider_footer.png) repeat-y right top;
	width:484px;
	float:left;
}
.widget{
	background:url(../images/bg_widget.png) no-repeat center bottom;
	width:100%;
	float:left;
	padding:12px 0 22px 0;
}
.widget.last{
	background:none;
}
.widget h5{
	width:118px;
	font-size:14px;
	color:#fff;
	padding:10px 0 0 33px;
	font-weight:normal;
	float:left;
}

.widget .txtb{
	background:url(../images/ico_blockquote.png) no-repeat left 7px;
	width:276px;
	font-size:14px;
	color:#a56d74;
	line-height:24px;
	font-style:italic;
	float:left;
	padding:0 10px 0 45px;
}
.contact-info{
	width:233px;
	font-size:14px;
	color:#fff;
	line-height:22px;
	padding:228px 0 0 27px;
	float:left;
}
.contact-info span{
	display:block;
}
.contact-info span a{

color:#FFF;}

.contact-info .gap{
	padding-bottom:34px;
}
.contact-info .design-by{
	width:100%;
}
.design-by span{
	display:inline;
	padding-right:12px;
}

/* ---------- fonts ---------- */
.top-link li, .featured .txtb h3{
	font-family:"Times New Roman", Times, serif;
}

/* ---------------------------------------- Responsive Tages ---------------------------------------- */

/* For iPad Portrait Mode */

@media only screen and (min-width: 768px) and (max-width: 959px) {

.box{
	width:678px;
}
.header{
	padding-bottom:110px;
}
.logo{
	padding:44px 0 0 7px;
}
.header-right{
	width:514px;
	float:left;
}
.google-map{
	box-shadow:none;
}
.google-map.first{
	margin-right:0;
}
.google-map .location{
	display:none;
}
.booking-form{
	margin:0 0 -12px 76px;
}
.top-link .top-link-in{
	padding-top:12px;
	height:71px;
}
.top-link{
	text-align:center;
}
.top-link ul{
	float:none;
	padding-right:0;
	text-align:center;
}
.top-link li{
	float:none;
	display:inline;
	line-height:71px;
}
.navigation{
	width:85%;
}
.navigation ul{
	padding:2px 8px 0 0;
}
.featured-col{
	width:630px;
	padding:32px 25px 0 23px;
}
.featured .imgb{
	margin:-58px 27px 0 38px;
}
.featured .txtb{
	width:355px;
	padding:67px 0px 0 0;
}
.featured .txtb p{
	line-height:20px;
	padding-bottom:14px;
	padding-right:10px;
}
.featured.flip .txtb p{
	padding-left:10px;
	padding-right:0;
}
.featured .button{
	margin:0 0 29px 43px;
}
.featured.flip .imgb{
	float:right;
	margin:-58px 35px 0 30px;
}
.featured.flip .txtb{
	float:right;
	text-align:right;
	padding:42px 0px 0 0;
}
.featured.flip .button{
	float:right;
	margin-right:44px;
}
.footer-logo{
	padding:94px 25px 193px 17px;
}
.footer-right{
	width:479px;
}
.testimonial{
	background:none;
	width:479px;
}
.widget h5{
	width:117px;
	padding:17px 0 0 30px;
}
.widget .txtb{
	width:284px;
	padding:0 0 0 48px;
}
.contact-info{
	padding:47px 0 0 27px;
}
	
}

/* For iPhone Portrait Mode */

@media only screen and (max-width: 767px) {
	
.box{
	width:320px;
}
.width245 {width:245px!important;}
.wrap{
	margin:0;
	box-shadow:none;
}
.topbar{
	background:url(../images/bg_topbar.jpg) no-repeat right top;
	width:100%;
	-webkit-background-size:auto;
	-moz-background-size:auto;
	-o-background-size:auto;
	-khtml-background-size:auto;
	background-size:auto;
}
.logo{
	padding:29px 0 127px 0;
	width:100%;
	text-align:center;
}
.header-right{
	width:320px;
	float:left;
}
.google-map{
	box-shadow:none;
	width:245px;
	float:none;
	margin:0 0 3px 39px;
}
.google-map .map img{
	width:245px;
}
.google-map.first{
	margin-right:0;
}
.google-map .location{
	display:none;
}
.booking-form{
	width:291px;
	margin:17px 14px 20px 15px;
}
.fillform{
	padding:53px 16px 9px 15px;
}
.form-right{
	width:230px;
	padding:16px 33px 32px 29px;
}
.top-link{
	text-align:center;
}
.top-link ul{
	float:none;
	padding-right:0;
	text-align:center;
}
.top-link li{
	float:none;
	display:inline;
}
.navigation{
	width:320px;
	padding:22px 0 30px 0;
	text-align:center;
}
.navigation ul{
	float:none;
	padding-right:0;
	text-align:center;
}
.navigation li{
	float:none;
	display:inline-block;
}
.language{
  float: right;
    padding-bottom: 25px;
    padding-right: 10px;
    padding-top: 14px;
    width: 78px;}
.featured-col{
	width:320px;
	padding:0;
}
.featured .imgb{
	margin:-58px 0 0 59px;
}
.featured .txtb{
	width:300px;
	text-align:center;
	padding:15px 10px 0 10px;
}
.featured .txtb h3{
	padding-bottom:29px;
}
.featured .txtb p{
	line-height:20px;
	padding-bottom:23px;
}
.featured .button{
	margin:0 0 53px 64px;
}
.featured.flip .imgb{
	float:left;
	margin:-58px 0 0 59px;
}
.featured.flip .txtb{
	width:300px;
	text-align:center;
	padding:15px 10px 0 10px;
}
.featured.flip .txtb h3{
	padding-bottom:29px;
}
.featured.flip .txtb p{
	line-height:20px;
	padding-bottom:23px;
}
.featured.flip .button{
	margin:0 0 53px 64px;
	float:left;
}
.footer-logo{
	background:none;
	padding:19px 84px 42px 79px;
}
.footer-right{
	background:none;
	width:320px;
}
.testimonial{
	background:none;
	width:320px;
}
.widget{
	background:none;
}
.widget h5{
	width:233px;
	padding:0 0 23px 87px;
}
.widget .txtb{
	background-position: 32px 7px;
	width:230px;
	padding:0 7px 0 83px;
}
.contact-info{
	background:none;
	width:276px;
	padding:49px 0 0 44px;
}
.container {
	width:100%;
	padding:0;
	margin:0;
}

}



/*------------ DL, DT, DD TAGS LIST DATA ------------ */

dl {
	margin-bottom: 30px;
	margin-left:0px;
}
dl dt {
	float: left;
	margin-right: 10px;
	padding: 5px;
	width: 130px;
}
dl dd {
	margin: 2px 0;
	padding: 5px 0;
}


/*------------ THUMBNAIL SETTINGS ------------ */

.thumb-container, .thumb-inner, .thumb-img {
	border: 0;
	display: block;
	display: inline-block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}
.thumb-container {
	height: 150px;
	width: 150px;
}
.thumb-container a, .thumb-container img {
	border: 0;
	margin: 0;
	width: 230px;
	margin-top: -30px;
}
.thumb-center img, .thumb-strip, .thumb-icon {
	position: absolute;
}
.thumb-center img {
	margin-left: 50%;
	margin-top: 50%;
}

#preise .thumb-center img {
	margin-left: 50%;
	margin-top: 50%;
}
#unsere-damen .thumb-center img {
	margin-left: 50%;
	margin-top: 100%;
}

/*.thumb-strip {
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	color: #222;
	font: 10px/16px Arial, sans-serif;
	height: 16px;
	bottom: 0;
	left: 0;
	letter-spacing: -1px;
	text-indent: 4px;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
}
*/
.thumb-icon {
	background: url(images/tango-icon.png) no-repeat;
	bottom: 2px;
	height: 22px;
	right: 4px;
	width: 22px;
}
/*------------ FACEBOOK LIKE BUTTON ------------ */

div.fb .likebutton {
	width: 160px;
	height: 30px;
	margin: 0 auto;
}
div.fb iframe {
	border: none;
	overflow: hidden;
	margin-top: 8px;
	width: 150px;
	height: 21px;
}
div.fb .left {
	float: left;
	width: 20px;
	margin: 8px 5px 0 0;
}
div.fb .right {
	float: left;
	width: 130px;
}
/*------------ DATENSCHUTZ ------------ */

.load {
	background: #FFF;
	font-size: 10px;
	padding: 10px;
	margin-top: 10px;
	margin-left: 120px;
	width: 300px;
	border: 1px solid #CCCCCC;
}
.loadprivacywrapper {
	display:none;
  }
/*------------ SCROLL TO TOP ------------ */

.scrollup {
	width: 52px;
	height: 52px;
	position: fixed;
	bottom: 20px;
	right: 50px;
	display: none;
	text-indent: -9999px;
	background: url('../images/arrow.png') no-repeat;
	cursor: pointer;
}

#unsere-damen .fancybox img { margin-left:10px; margin-bottom:10px;}


/*------------ Impressum ------------ */

.adress span {
	display: block;
	margin-bottom:5px;
}
.adress {margin-bottom:30px;}

.privacy {font-size:11px; width:95%;}
.privacy strong {margin-bottom:5px;margin-top:5px;display:block;}


.google-map .row span.lineheight22 {
    color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    padding-top: 4px;
}