/*
Theme Name: timinn_templ

*/


* {
	padding: 0;
	margin: 0;
}
*, *:before, *:after {
  box-sizing: border-box;
}
a {
	outline: none;
	text-decoration: none;
	color: #2B2A29
}
.clear {
	clear: both;
	height: 0;
}

ul {
	list-style: none;
}
* {line-height: 170%}

html {

	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	color: #2B2A29;
	background: #fff;
font-weight: 300;
font-family: "Fahkwang", sans-serif;
	font-size: 14px;
	line-height: 150%;
-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
position: relative;
right:0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
		overflow-x: hidden;
}
img {
pointer-events:none;
}
body.rightgo {
right: 400px
}
a, a:focus {
text-decoration: none;
color: #000
}

strong, b {
	font-weight: 700
}
input, select, textarea, option {
font-family: "Inter", sans-serif;
	font-size: 15px;
  border: none;
border-radius:0!important;
  padding: 10px;
background: none;
	width: 100%;
	border-bottom: 1px solid #000;
	font-weight: 300
}
select option {
	font-weight: 300
}
textarea {
  margin-bottom:  0!important
}

input[type="submit"] {

font-family: "Fahkwang", sans-serif;
    font-size: 15px;
		font-weight: 300;

    cursor: pointer;
    border: none!important;

		text-transform: uppercase;
background-color: #2B2A29;
padding: 15px;
width: auto;
color: #fff;
}
input[type="checkbox"] {
width: auto;
display: inline-block;


}

 .butt {
	background: #2B2A29;
max-width: 100px;
	color: #fff;
	text-transform: uppercase;
	padding: 20px 15px;
	border: none;
	cursor: pointer;
	margin-top: 25px
}
.butt a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%
}

.w800 {
	width: 800px;
	margin: 0 auto;
}


.w1200 {
	width: 1200px;
	margin: 0 auto;
}


h1, h2, h3, h4 {
	line-height: 90%;

	font-family: "Inter", sans-serif;
	font-weight: 700!important;

}
h1 {
		font-size: 120px;
			letter-spacing: -10px;
}
h2 {
	font-size: 65px;
	letter-spacing: -5px;
}
h3 {
	font-size:45px;
	letter-spacing: -4px;
}
h4 {
	font-size:35px;
		letter-spacing: -3px;
}

.inter {
	font-family: "Inter", sans-serif;
}
.subtitle {
		font-family: "Inter", sans-serif;
		font-weight: 300;
		text-transform: uppercase;
		padding-bottom: 5px
}


.tag {
	width: calc(100% - 600px);
	padding-top: 5%
}
.tag span {
	line-height: 80%
}
.tag .light {
	display: block;
}
.imgfix {
	display: flex;
}
.imgfix:before {
	background: #000;
	content: "";
	width: 20px;

	display: block;
}
.imgfix:after {
	background: #CA9F75;
	content: "";
	width: 20px;

	display: block;
}
.flex {
	display: flex;

}

svg .fil0, svg .fil1, svg .fil2 {
	fill:#fff
}
.mobile, .mobmenu {
display: none;
}
.menuu .close {
	display: none;
}
.topmenu {
	position: absolute;
	top: 50px;
	padding: 0 100px;
	z-index: 120;
	display: flex;
	justify-content: space-between;
	width: 100%
}
.topmenu.stick {
	position: fixed;
	background: #fff;
	top: 0;
	padding: 0px 100px
}
.topmenu.stick svg .fil0, .topmenu.stick svg .fil1, .topmenu.stick svg .fil2 {
	fill: #2B2A29
}
.topmenu.stick .logo {
	padding-top: 5px
}
.topmenu.stick #primary-menu-list li a {
	color: #2B2A29
}

.topmenu.stick  #primary-menu-list .mbutton  a {
	color: #fff
}
.menuu {
	display: flex;
	justify-content: flex-start;
}
.logo {
	position: relative;
	display: flex;


}
.lang_navigation {
	text-align: center;
	width: 100%;
	margin-left: 10px
}

.lang_navigation ul {
	display: flex;
	justify-content: center;
}
.lang_navigation li a {
	background: #fff;

	padding: 5px;
	margin: 0 2px;
	font-size: 10px;
	font-weight: bold;
}
.workingh {
	text-align: center;
z-index: 150;
position: fixed;
top: 50%;
right: 0;
    -webkit-transform-origin: 100% 50%;
       -moz-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
         -o-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: rotate(90deg) translate(50%, 50%);
       -moz-transform: rotate(90deg) translate(50%, 50%);
        -ms-transform: rotate(90deg) translate(50%, 50%);
         -o-transform: rotate(90deg) translate(50%, 50%);
            transform: rotate(90deg) translate(50%, 50%);
	font-family: "Inter", sans-serif;
	font-weight: 700;
font-size: 18px;
	line-height: 110%;

	letter-spacing: -2px;
	padding: 2px 10px;
	background: #fff;

}

#primary-menu-list {
	display: flex;
	justify-content: flex-start;
align-items: center;
}

#primary-menu-list li {
	padding: 0 35px;
	line-height: 110%
}

#primary-menu-list li a {
	color: #fff;
	font-size: 18px;
}
#primary-menu-list .mbutton {
	margin-left: 100px;
}
#primary-menu-list .mbutton  a {
	background: #CA9F75;
	text-transform: uppercase;
	padding: 28px 35px;
display: block;
	font-size: 13px;
	white-space: nowrap;
	font-weight: bold;
}
.error-404 {
	padding: 50px 20px;
	text-align: center;
}
.top.red, .top.red .topimg {
	height: 65vh
}
.top.red .topimg img{
object-fit: cover;
-o-object-fit: cover;
width: 100%;
height: 100%
}

.top.red .topad {
	top: 50%
}
.top {
	width: 100%;
	height: 90vh;
	position: relative;
}
.topimg {
		  height: 90vh;
}
.video {
	background-size: cover;
	  background-position: 50% 50%;
	  height: 90vh;
	  overflow: hidden;
	  z-index: 1;
	  background-color: #000;
		position: relative;
}

.video video {
	object-fit: cover;
	-o-object-fit: cover;
	        width: 100%;
	        height: 100%;
  z-index: 100;
}

.overlay {
	position: absolute;
	z-index: 101;
	background: rgba(0,0,0,.4);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.topad {
	position: absolute;
	top: 50%;
	z-index: 103;
	left: 20%;
	right: 20%;
	width: 100%

}
.sinimg {
	width: 450px;
	height: 600px;
}
.subimg {
	height: 550px
}

.sinimg  img, .subimg img {
	object-fit: cover;
	-o-object-fit: cover;
	object-position: 20% center;
	width: calc(100% - 40px);
	height: 100%
}

.tag .dark {
	color: #CA9F75;
}

.tag .light {
	color: #E8E6DE;
}
.top.red .tag {
	padding: 0
}

.midi {
	padding: 100px 0 100px 450px;
	font-size: 16px
}

.gimg {
	height: 400px;
}

.gimg img {
	object-fit: cover;
	-o-object-fit: cover;

	width: 100%;
	height: 100%
}

.gallery {
	overflow: hidden;
	cursor: grab;
	position: relative;
}



.swiper-free-mode > .swiper-wrapper{
		  transition-timing-function : linear;
		}


		.amenities {
			padding: 150px 15%
		}
.amenities .left {
	width: 35%;
}
.amenities .right {
	width: 50%;
}
.amenities .left .desc {
	width: 70%;

	padding-top: 35px
}

.aicons {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}

.aicons li {
	width:27%;

	margin-bottom: 30px;
	border-bottom: 1px solid #CA9F75;
	text-align: center;
	padding: 10px 20px 30px 20px
}
.aicons li img {
	display: block;
	margin: 0 auto;
}
.aicons li span {
	text-transform: uppercase;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	padding-top: 20px;
	line-height: 110%;
	display: block;
	letter-spacing: -1px
}

.menu h2 {
	padding-bottom: 30px
}

.menu .rec {
	color: #CA9F75;
	font-size: 18px;
	padding-bottom: 15px
}

.menu .rec  i  {
	padding-left: 10px
}
.menu .desc a {
	color: #CA9F75;
	
}
.subdiv {
	width: 30%
}
.specials li {
	padding: 5px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #000
}
.specials li .icondesc {
	text-transform: uppercase;
	font-size: 11px;
	font-family: "Inter", sans-serif;
	padding-top: 5px;
}
.rside {
	position: fixed;
	right: -400px;
	width: 400px;
	height: 100vh;
	top: 0;
	z-index: 130;
	background: #fff;
	padding: 70px 35px;
	-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
		overflow-y: scroll;
		border-left: 20px solid #CA9F75;
}

.rside.isopen {
	right: 0
}
.rside .mpa-shortcode-title {
	line-height: 90%;
	letter-spacing: -3px;
	font-family: "Inter", sans-serif;
	font-weight: 700!important;
	font-size: 35px;
	padding-bottom: 40px
}

.rside .close {
	font-size: 20px;
	font-weight: bold;
	margin-top: -25px;
	cursor: pointer;
	margin-bottom: 20px
}
.flatpickr-calendar {
	box-shadow: none!important;
	-webkit-box-shadow: none!important;
}
 .mpa-actions {
	display: flex;
}
.flatpickr-day {
	border-radius: none!important;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
	background: #C09771!important;
	border:none!important;	border-radius: none!important;
}
.appointment-form-shortcode .mpa-booking-step-period .mpa-time-wrapper .mpa-times, .appointment-form-widget > .widget-body .mpa-booking-step-period .mpa-time-wrapper .mpa-times {
	position: relative!important;
	display: flex;
	flex-wrap: wrap!important;
}
.appointment-form-shortcode .mpa-booking-step-period .mpa-input-container, .appointment-form-widget > .widget-body .mpa-booking-step-period .mpa-input-container {
	flex-wrap: wrap!important;
}

.appointment-form-shortcode .mpa-booking-step-period .mpa-time-wrapper, .appointment-form-widget > .widget-body .mpa-booking-step-period .mpa-time-wrapper {
	flex: auto!important;
}
.mpa-times button {
	background: #e6e6e6;
	color: #2B2A29;
	font-weight: normal;
	font-family: "Fahkwang", sans-serif;
}

.mpa-times button.mpa-time-period-selected {
	background: #CA9F75;
	color: #fff
}

.betw {
	justify-content: space-between;
}
.acent {
	align-items: center;
}
.menu {
	padding:0 15% 150px 15%
}
.meet {
	padding: 120px 10%
}

.meeta {
	width: 35%;
	position: relative;
	z-index: 50
}

.sdesc {padding: 50px  }
.meetb {
	margin-left: -10%;
position: relative;
z-index: 45;
width: 75%
}

.meettt {
	padding-left: 20%;
	padding-bottom: 20px
}
.sec{
	padding: 50px 80px 80px 20%;
		background: #F0E6DB
}


.leftim {
	height: 70%;
	width: 100%;
}

.leftim img {
	object-fit: cover;
	-o-object-fit: cover;

	width: 100%;
	height: 100%
}
.offices {

}
.office {
	width: 30%;

}
.osize {
	font-family: "Inter", sans-serif;
font-size: 120px;
font-weight: 900;
line-height:40%;
color: #CA9F75;
	position: relative;
}
.rot {
		font-family: "Inter", sans-serif;
	letter-spacing: -2px;
	font-weight: bold;
	font-size:25px;
	transform: rotate(90deg);
	display: block;
	color: #000;
	position: absolute;
	left: -15%;
	bottom: 33%
}

.ostats {
	margin-top: -20px;
}
.ostats i {
	font-size: 25px;
	color: #CA9F75;
	padding-right: 10px;
}
.osin span {
	font-family: "Inter", sans-serif;
		font-weight: bold;
		font-size: 18px
}

.testimonial {
	overflow: hidden;

}
.testimonials {
	display: flex;
position: relative;
padding-right:30px;
padding-bottom: 120px
}
.testimonials:before {
	content: open-quote;
	font-size: 400px;
	line-height: 10px;
	color: rgba(202,159,117,0.3);
	padding-top: 100px;
	padding-left: 50px

}
.timg {
	padding-right: 20px;
}
.ident {
padding-top: 35px;
	align-items: center;
	justify-content: flex-end;
}

.ident .name {

	font-weight: bold;
}

.ident .sub {
	font-size: 13px;
	display: block;
	margin-top: -5px
}
.botts.rel {
	position: relative;
	top: auto;

justify-content: flex-end;
margin-top: 15px;
	margin-right: 50px
}

.botts.rel .sbutton-prev {
	padding-left: 20px;

}
.botts {
	position: absolute;
	top:0;
width: 100%;

	display: flex;
	justify-content: space-between;
	z-index: 15;

}
.botts i {
	font-size: 70px;
	color: #CA9F75
}
.botts img {
	display: block;
}
.sbutton-prev {
	transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);


}
.botts > div {
	cursor: pointer;
}
.contact {
	position: relative;
	height: 450px
}

.contt {
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translate(0, -50%);
	font-family: "Inter", sans-serif;
		font-weight: bold;
		font-size: 45px;
		line-height: 100%;
		letter-spacing: -3px;
		color: #fff;
		width: 450px;
		z-index: 170;
}

.action {
	margin-top: 30px
}
.action a {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0;
	display: flex;
	align-items: center;
}

.action a  i {
	padding-left: 10px;
	color: #CA9F75;
	font-size: 22px;
}
.contact img {
	object-fit: cover;
	-o-object-fit: cover;
object-position: center 20%;
	width: 100%;
	height: 100%
}

.book{
padding: 80px 20px;
background: #000;
color: #fff;

}

.book form {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: left;
	align-items:flex-end;
}
.book .mpa-shortcode-title {
	font-family: "Inter", sans-serif;
		font-weight: bold;
		font-size: 35px;
		line-height: 100%;
		letter-spacing: -3px;
		color: #fff;
		width: 100%;
		display: block;
		text-align: center;
		margin-bottom: 30px
}

.book .mpa-input-wrapper {
	width:calc(100% - 120px);
	max-width: 450px;
	margin-right: 25px
}

.book .mpa-loading  {background-color: #000}
.book .mpa-input-wrapper label {
	display: none;
}
.book .mpa-input-wrapper select {
	color: #fff;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
	font-size: 12px;
	padding: 20px;
	background: #000
}
.appointment-form-shortcode .mpa-booking-step-service-form, .appointment-form-widget > .widget-body .mpa-booking-step-service-form {
	width: 100%!important
}

.book .mpa-actions {

}

button {
	background: #CA9F75;
	text-transform: uppercase;
	padding: 25px 25px;
display: block;
	font-size: 13px;

	font-weight: bold;
	color: #fff;
	border: none;
	cursor: pointer;
}

.art {
	padding: 50px 10%;
	background: #CA9F75;
}

.art .left {
	width: 45%;
	color: #2B2A29;
}

.art .right {
	width: 55%;
	margin-bottom: -150px
}

.art .right img {


	max-width: 100%;
	height: auto
}

.art .desc {
	padding-top: 50px;
	font-size: 18px;
	font-weight: bold;
}


footer svg .fil0, footer svg .fil1, footer svg .fil2 {
	fill:#2B2A29
}
.footer_inner {
	padding: 150px 10% 30px 10%
}
.address {
	font-size: 18px;
	font-weight: bold;
	font-family: "Inter", sans-serif;
letter-spacing: -2px
}
footer .right {
	text-align: right;
}
.phone a, .email a {
	color: #2B2A29;
	font-weight: 800;
	font-family: "Inter", sans-serif;
letter-spacing: -3px;
font-size: 45px;
line-height: 110%;

}
.email a {
	color: #CA9F75;


}
.social {
	padding-top: 20px
}
.social i {
	font-size: 25px;
	color: #2B2A29;
}

.copy {
	padding-top: 25px;
}

.book .formbook {
	width: 800px;
	margin: 0 auto;
	text-align:center;

}
.book .flatpickr-calendar{
	background: #000;
	margin: 0 auto;

}

.book  span.flatpickr-weekday, .book .flatpickr-day, .book .flatpickr-months .flatpickr-month{

 color: #fff
}
.book .flatpickr-day:hover {
	background: #CA9F75;
	border: none
}
.book .appointment-form-shortcode .mpa-booking-step-period .mpa-input-container {
	flex-wrap: nowrap!important;
}

.book .flatpickr-months .flatpickr-prev-month, .book .flatpickr-months .flatpickr-next-month {
	 color: #fff
}
.mpa-cart-total {
	font-weight:800;
	font-family: "Inter", sans-serif;
letter-spacing: -2px;
font-size: 25px;
line-height: 110%;
}
.book input, .book textarea {
	border-bottom: 1px solid #fff
}
.book .mpa-checkout-form label {
	display: block;
}
.book .mpa-checkout-form{
	 align-items: flex-start;

}
.book .mpa-order-details  {
	margin-left: 30px
}

.appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .mpa-cart-item, .appointment-form-widget > .widget-body .mpa-booking-step-cart .mpa-cart .mpa-cart-item, .wp-block-getwid-toggle .wp-block-getwid-toggle__header-wrapper,.wp-block-getwid-toggle__content  {
	border: none!important;
}
.wp-block-getwid-toggle .wp-block-getwid-toggle__header-wrapper a {
	color: #2B2A29!important;
}

.cell-employee {
	display: none;
}

.note {
	padding-top: 15px
}
.art {

		align-items: baseline;
}
.art .marg {

margin-bottom: -150px

}
.mpa-direct-link-action-shortcode {
	padding: 120px
}
.mpa-direct-link-booking-cancellation-link-shortcode {
	padding: 0 120px;

}
.mpa-direct-link-booking-cancellation-link-shortcode a {
	background: #2B2A29;
max-width: 100px;
	color: #fff;
	text-transform: uppercase;
	padding: 20px 15px;
	border: none;
	cursor: pointer;
	margin-top: 25px
}
.work {
	display: flex;
}
.work .wlab {
	padding-right: 10px;
	font-weight: normal;
}
.blogi {
	padding: 50px 0
}
.blogi date {
	font-style: italic;
	padding-bottom: 15px;
	padding-top:15px;
	display: block;
}

.blogi .bcont {
	padding-top: 30px;
}
.allblog {
	padding: 50px 0;
	flex-wrap: wrap;
}
.allblog .post {
	width: 32%;
	border-left: 8px solid #2B2A29;
	padding-left: 20px;
	margin: 30px 0
}
.allblog .post .bimg {
	width: 100%;
	height: 250px;
	padding-bottom: 20px
}
.allblog .post .bimg img {
	object-fit: cover;
	-o-object-fit: cover;
	width: 100%;
	height: 100%
}

.allblog .post h4 {
	padding-bottom: 25px
}
.price table td[data-align="right"] {
	min-width: 80px
}
table {
	border-collapse: collapse;
}

table td {
	padding: 5px 0;
	border-bottom: 2px solid #2B2A29!important;
	border-top: none!important;
	border-left: none!important;
	border-right: none!important;
}
table thead th {
	padding: 5px 0;
	border-bottom: 4px solid #2B2A29!important;
	border-top: none!important;
	border-left: none!important;
	border-right: none!important;
}
