/* Auto-namespaced under .hotale-home-page from style-core.css */
/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Header
 * 3.0 - Footer
 * 4.0 - Blog
 * 5.0 - Widget
 * 6.0 - Responsive
 * 7.0 - Hotale
 * 	   	- mmenu
 *		- superfish
 */

/**
 * 1.0 - Reset
 */

 .hotale-home-page html,
.hotale-home-page body,
.hotale-home-page div,
.hotale-home-page span,
.hotale-home-page applet,
.hotale-home-page object,
.hotale-home-page iframe,
.hotale-home-page h1,
.hotale-home-page h2,
.hotale-home-page h3,
.hotale-home-page h4,
.hotale-home-page h5,
.hotale-home-page h6,
.hotale-home-page p,
.hotale-home-page blockquote,
.hotale-home-page pre,
.hotale-home-page a,
.hotale-home-page abbr,
.hotale-home-page acronym,
.hotale-home-page address,
.hotale-home-page big,
.hotale-home-page cite,
.hotale-home-page code,
.hotale-home-page del,
.hotale-home-page dfn,
.hotale-home-page em,
.hotale-home-page font,
.hotale-home-page img,
.hotale-home-page ins,
.hotale-home-page kbd,
.hotale-home-page q,
.hotale-home-page s,
.hotale-home-page samp,
.hotale-home-page small,
.hotale-home-page strike,
.hotale-home-page strong,
.hotale-home-page sub,
.hotale-home-page sup,
.hotale-home-page tt,
.hotale-home-page var,
.hotale-home-page b,
.hotale-home-page i,
.hotale-home-page center,
.hotale-home-page dl,
.hotale-home-page dt,
.hotale-home-page dd,
.hotale-home-page ol,
.hotale-home-page ul,
.hotale-home-page li,
.hotale-home-page fieldset,
.hotale-home-page form,
.hotale-home-page label,
.hotale-home-page legend,
.hotale-home-page table,
.hotale-home-page caption,
.hotale-home-page tbody,
.hotale-home-page tfoot,
.hotale-home-page thead,
.hotale-home-page tr,
.hotale-home-page th,
.hotale-home-page td,
.hotale-home-page article,
.hotale-home-page aside,
.hotale-home-page audio,
.hotale-home-page canvas,
.hotale-home-page details,
.hotale-home-page figcaption,
.hotale-home-page figure,
.hotale-home-page footer,
.hotale-home-page header,
.hotale-home-page hgroup,
.hotale-home-page mark,
.hotale-home-page menu,
.hotale-home-page meter,
.hotale-home-page nav,
.hotale-home-page output,
.hotale-home-page progress,
.hotale-home-page section,
.hotale-home-page summary,
.hotale-home-page time,
.hotale-home-page video{
	 border: 0;
	 outline: 0;
	 vertical-align: baseline;
	 background: transparent;
	 /*margin: 0;*/
	 padding: 0;
 }
 
 .hotale-home-page article,
.hotale-home-page aside,
.hotale-home-page dialog,
.hotale-home-page figure,
.hotale-home-page footer,
.hotale-home-page header,
.hotale-home-page hgroup,
.hotale-home-page nav,
.hotale-home-page section,
.hotale-home-page blockquote{
	 display: block;
 }
 
 .hotale-home-page nav ul{
	 list-style: none;
 }
 
 .hotale-home-page ol{
	 list-style: decimal;
 }
 
 .hotale-home-page ul{
	 list-style: disc;
 }
 
 .hotale-home-page ul ul{
	 list-style: circle;
 }
 
 .hotale-home-page blockquote,
.hotale-home-page q{
	 quotes: none;
 }
 
 .hotale-home-page blockquote:before,
.hotale-home-page blockquote:after,
.hotale-home-page q:before,
.hotale-home-page q:after{
	 content: none;
 }
 
 .hotale-home-page ins{
	 text-decoration: underline;
 }
 
 .hotale-home-page del{
	 text-decoration: line-through;
 }
 
 .hotale-home-page mark{
	 background: none;
 }
 
 .hotale-home-page abbr[title],
.hotale-home-page dfn[title],
.hotale-home-page acronym[title]{
	 border-bottom: 1px dotted;
	 cursor: help;
 }
 
 .hotale-home-page table{
	 border-collapse: collapse;
	 border-spacing: 0;
 }
 
 .hotale-home-page hr{
	 display: block;
	 height: 1px;
	 border: 0;
	 border-top: 1px solid #ccc;
	 /*margin: 1em 0;*/
	 padding: 0;
 }
 
 .hotale-home-page input[type=submit],
.hotale-home-page input[type=button],
.hotale-home-page button{
	 margin: 0;
	 padding: 0;
 }
 
 .hotale-home-page input,
.hotale-home-page select,
.hotale-home-page a img{
	 vertical-align: middle;
 }
 
 .hotale-home-page b,
.hotale-home-page strong{
	 font-weight: bold;
 }
 
 .hotale-home-page i,
.hotale-home-page em{
	 /*font-style: italic;*/
 }
 
 .hotale-home-page html{
	 box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 -webkit-box-sizing: border-box;
 }
 
 .hotale-home-page *,
.hotale-home-page *:before,
.hotale-home-page *:after{
	 box-sizing: inherit;
	 -moz-box-sizing: inherit;
	 -webkit-box-sizing: inherit;
 }
 
 /* generic class */
 .hotale-home-page body{
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
	 word-wrap: break-word;
	 word-break: break-word;
 }
 
 .hotale-home-page p{
	 margin-bottom: 20px;
 }
 
 .hotale-home-page ul,
.hotale-home-page ol{
	margin-left: 35px;
	margin-bottom: 20px;
 }
 
 .hotale-home-page dl{
	 margin-bottom: 20px;
 }
 
 .hotale-home-page dl dt{
	 font-weight: 700;
	 margin-top: 10px;
 }
 
 .hotale-home-page dl dt:first-child{
	 margin-top: 0px;
 }
 
 .hotale-home-page dl dd{
	 margin-left: 20px;
 }
 
 .hotale-home-page h1,
.hotale-home-page h2,
.hotale-home-page h3,
.hotale-home-page h4,
.hotale-home-page h5,
.hotale-home-page h6{
	 line-height: 1.2;
	 margin-bottom: 20px;
 }
 
 .hotale-home-page figure{
	 max-width: 100%;
 }
 
 .hotale-home-page pre{
	 overflow: auto;
	 padding: 10px 10px;
	 background: #f3f3f3;
	 margin-bottom: 20px;
 }
 
 .hotale-home-page .clear{
	 display: block;
	 clear: both;
	 visibility: hidden;
	 line-height: 0;
	 height: 0;
	 zoom: 1;
 }
 
 .hotale-home-page .clearfix{
	 zoom: 1;
 }
 
 .hotale-home-page .clearfix:after{
	 content: " ";
	 display: block;
	 clear: both;
	 visibility: hidden;
	 line-height: 0;
	 height: 0;
 }
 
 /* wordpress core */
 .hotale-home-page .alignnone{
	 display: block;
	 margin: 5px 20px 20px 0;
 }
 
 .hotale-home-page .aligncenter,
.hotale-home-page div.aligncenter{
	 display: block;
	 margin: 5px auto 5px auto;
 }
 
 .hotale-home-page .alignright{
	 float: right;
	 margin: 5px 0 20px 20px;
 }
 
 .hotale-home-page .hotale-content-area p img.alignright{
	 clear: right;
 }
 
 .hotale-home-page .alignleft{
	 float: left;
	 margin: 5px 40px 10px 0;
 }
 
 .hotale-home-page a img.alignright{
	 float: right;
	 margin: 5px 0 20px 20px;
 }
 
 .hotale-home-page a img.alignnone{
	 margin: 5px 20px 20px 0;
 }
 
 .hotale-home-page a img.alignleft{
	 float: left;
	 margin: 5px 20px 20px 0;
 }
 
 .hotale-home-page a img.aligncenter{
	 display: block;
	 margin-left: auto;
	 margin-right: auto
 }
 
 .hotale-home-page .wp-caption{
	 text-align: center;
	 max-width: 100%;
 }
 
 .hotale-home-page .wp-caption.alignnone{
	 margin: 5px 20px 20px 0;
 }
 
 .hotale-home-page .wp-caption.alignleft{
	 margin: 5px 20px 20px 0;
 }
 
 .hotale-home-page .wp-caption.alignright{
	 margin: 5px 0 20px 20px;
 }
 
 .hotale-home-page .wp-caption img{
	 border: 0 none;
	 height: auto;
	 margin: 0;
	 max-width: 98.5%;
	 padding: 0;
	 width: auto;
 }
 
 .hotale-home-page .wp-caption p.wp-caption-text{
	 font-size: 11px;
	 line-height: 17px;
	 margin: 0;
	 padding: 0 4px 5px;
 }
 
 .hotale-home-page figcaption.wp-caption-text{
	 margin-top: 20px;
 }
 
 .hotale-home-page figure{
	 line-height: 0;
 }
 
 .hotale-home-page .wp-block-image figcaption,
.hotale-home-page figcaption,
.hotale-home-page figcaption.wp-caption-text{
	 margin-top: 0.7em;
	 margin-bottom: 20px;
	 font-size: 13px;
	 line-height: 1.7;
 }
 
 .hotale-home-page .bypostauthor{
	 max-width: 100%;
 }
 
 .hotale-home-page .gallery-caption{
	 max-width: 100%;
 }
 
 .hotale-home-page .sticky{
	 max-width: 100%;
 }
 
 .hotale-home-page .single-post figure.alignleft{
	 margin-right: 30px;
 }
 
 .hotale-home-page .single-format-gallery figcaption.wp-caption-text{
	 margin-bottom: 20px;
 }
 
 .hotale-home-page .single-format-gallery figure.gallery-item{
	 margin-bottom: 20px;
 }
 
 .hotale-home-page .navigation{
	 text-align: right;
	 margin-bottom: 30px;
 }
 
 .hotale-home-page .navigation .screen-reader-text{
	 display: none;
 }
 
 .hotale-home-page .title-rotate{
	 transform: rotate(-2.4deg);
 }
 
 .hotale-home-page .hotale-body .post-password-form input[type="password"]{
	 padding: 14px 20px;
	 margin-left: 5px;
	 margin-right: 6px;
 }
 
 .hotale-home-page .hotale-body .post-password-form input[type="submit"]{
	 padding: 16px 35px 15px;
 }
 
 .hotale-home-page .blocks-gallery-grid,
.hotale-home-page .wp-block-gallery{
	 display: flex;
 }
 
 .hotale-home-page .wp-block-gallery .alignnone{
	 margin: 0;
 }
 
 .hotale-home-page figcaption.blocks-gallery-caption{
	 margin-bottom: 20px;
	 margin-top: 0px;
 }
 
 .hotale-home-page .blocks-gallery-item .blocks-gallery-item__caption{
	 margin-bottom: 0px;
 }
 
 .hotale-home-page body .page-links>a,
.hotale-home-page body .nav-links>a,
.hotale-home-page body .nav-links>span.dots{
	 background-color: #f0f0f0;
	 color: #919191;
 }
 
 .hotale-home-page body .page-links>span,
.hotale-home-page body .page-links>a:hover,
.hotale-home-page body .nav-links>span.current,
.hotale-home-page body .nav-links>a:hover{
	 background-color: #3db166;
	 color: #fff;
 }
 
 .hotale-home-page .page-links{
	 clear: left;
	 padding-top: 30px;
	 margin-bottom: 20px;
 }
 
 .hotale-home-page .page-links>span,
.hotale-home-page .page-links>a{
	 text-decoration: none;
	 display: inline-block;
	 font-size: 14px;
	 padding: 9px 14px;
	 margin-right: 7px;
	 font-weight: bold;
	 border-radius: 3px;
	 -moz-border-radius: 3px;
	 -webkit-border-radius: 3px;
 }
 
 .hotale-home-page body .page-links>span.screen-reader-text{
	 display: none;
 }
 
 .hotale-home-page .nav-links{
	 clear: left;
 }
 
 .hotale-home-page .nav-links>span,
.hotale-home-page .nav-links>a{
	 text-decoration: none;
	 display: inline-block;
	 font-size: 14px;
	 padding: 9px 14px;
	 margin-right: 3px;
	 font-weight: bold;
	 border-radius: 3px;
	 -moz-border-radius: 3px;
	 -webkit-border-radius: 3px;
 }
 
 .hotale-home-page body .nav-links a{
	 text-transform: uppercase;
	 font-weight: 600;
	 letter-spacing: 1.5px;
	 font-size: 13px;
 }
 
 .hotale-home-page nav.navigation.comment-navigation{
	 display: inline-block;
	 width: 100%;
 }
 
 .hotale-home-page .nav-links .nav-previous{
	 float: left;
 }
 
 .hotale-home-page .nav-links .nav-next{
	 float: right;
 }
 
 .hotale-home-page .wp-block-gallery{
	 margin-left: 0px;
 }
 
 .hotale-home-page .gallery{
	 text-align: center;
	 margin-bottom: 30px;
 }
 
 .hotale-home-page .gallery:after{
	 content: " ";
	 display: block;
	 clear: both;
	 visibility: hidden;
	 line-height: 0;
	 height: 0;
 }
 
 .hotale-home-page .gallery-columns-2 .gallery-item{
	 float: left;
	 width: 50%;
 }
 
 .hotale-home-page .gallery-columns-3 .gallery-item{
	 float: left;
	 width: 33.33%;
 }
 
 .hotale-home-page .gallery-columns-4 .gallery-item{
	 float: left;
	 width: 25%;
 }
 
 .hotale-home-page .gallery-columns-5 .gallery-item{
	 float: left;
	 width: 20%;
 }
 
 .hotale-home-page .gallery-columns-6 .gallery-item{
	 float: left;
	 width: 16.66%;
 }
 
 .hotale-home-page .gallery-columns-7 .gallery-item{
	 float: left;
	 width: 14.28%;
 }
 
 .hotale-home-page .gallery-columns-8 .gallery-item{
	 float: left;
	 width: 12.5%;
 }
 
 .hotale-home-page .gallery-columns-9 .gallery-item{
	 float: left;
	 width: 11.11%;
 }
 
 .hotale-home-page .gallery-columns-10 .gallery-item{
	 float: left;
	 width: 10%;
 }
 
 .hotale-home-page .gallery-columns-2 .gallery-item:nth-child(2n + 1){
	 clear: left;
 }
 
 .hotale-home-page .gallery-columns-3 .gallery-item:nth-child(3n + 1){
	 clear: left;
 }
 
 .hotale-home-page .gallery-columns-4 .gallery-item:nth-child(4n + 1){
	 clear: left;
 }
 
 .hotale-home-page .gallery-columns-5 .gallery-item:nth-child(5n + 1){
	 clear: left;
 }
 
 .hotale-home-page .gallery-columns-6 .gallery-item:nth-child(6n + 1){
	 clear: left;
 }
 
 .hotale-home-page .gallery-columns-7 .gallery-item:nth-child(7n + 1){
	 clear: left;
 }
 
 .hotale-home-page .gallery-columns-8 .gallery-item:nth-child(8n + 1){
	 clear: left;
 }
 
 .hotale-home-page .gallery-columns-9 .gallery-item:nth-child(9n + 1){
	 clear: left;
 }
 
 .hotale-home-page .gallery-columns-10 .gallery-item:nth-child(10n + 1){
	 clear: left;
 }
 
 .hotale-home-page cite{
	 padding-bottom: 20px;
	 display: inline;
 }
 
 .hotale-home-page .wp-block-spacer{
	 clear: both;
 }
 
 .hotale-home-page .wp-block-cover{
	 margin-top: 5px;
	 margin-bottom: 20px;
 }
 
 .hotale-home-page .wp-block-cover,
.hotale-home-page .hotale-body .wp-block-cover a,
.hotale-home-page .hotale-body .wp-block-cover a:hover{
	 color: #fff;
 }
 
 .hotale-home-page .wp-block-button{
	 margin-bottom: 20px;
 }
 
 .hotale-home-page .hotale-body a.wp-block-button__link,
.hotale-home-page .hotale-body a.wp-block-button__link:hover{
	 color: #fff;
 }
 
 .hotale-home-page .is-style-outline .wp-block-button__link{
	 border-width: 2px;
	 border-style: solid;
	 border-color: #32373c;
 }
 
 .hotale-home-page .hotale-body .is-style-outline a.wp-block-button__link{
	 color: #32373c;
 }
 
 .hotale-home-page .wp-block-button.is-style-squared .wp-block-button__link{
	 border-radius: 0;
 }
 
 .hotale-home-page .wp-block-media-text{
	 margin-bottom: 30px;
 }
 
 .hotale-home-page .wp-block-media-text .wp-block-media-text__content{
	 padding-top: 20px;
 }
 
 .hotale-home-page .wp-block-embed__wrapper iframe{
	 max-width: 100%;
 }
 
 .hotale-home-page hr.wp-block-separator{
	 width: 50%;
	 margin-left: auto;
	 margin-right: auto;
 }
 
 .hotale-home-page hr.wp-block-separator.is-style-wide{
	 width: 100%;
 }
 
 /* layout */
 .hotale-home-page html,
.hotale-home-page body{
	 /*height: 100%;*/
 }
 
 .hotale-home-page .hotale-body-outer-wrapper{
	 min-height: 100%;
 }
 
 .hotale-home-page .hotale-body-outer-wrapper{
	 position: relative;
	 overflow: hidden;
 }
 
 .hotale-home-page .hotale-body-wrapper.hotale-with-frame{
	 position: relative;
 }
 
 .hotale-home-page .hotale-page-wrapper{
	 clear: both;
 }
 
 .hotale-home-page body.hotale-boxed .hotale-body-wrapper{
	 margin-left: auto;
	 margin-right: auto;
	 position: relative;
 }
 
 .hotale-home-page body.hotale-boxed .hotale-body-wrapper.hotale-left{
	 margin-left: 0px;
 }
 
 .hotale-home-page body.hotale-boxed .hotale-body-wrapper.hotale-right{
	 margin-right: 0px;
 }
 
 .hotale-home-page body.hotale-boxed.hotale-boxed-border .hotale-body-wrapper{
	 box-shadow: 0px -5px 9px rgba(0, 0, 0, 0.25);
	 -webkit-box-shadow: 0px -5px 9px rgba(0, 0, 0, 0.25);
 }
 
 .hotale-home-page body.hotale-boxed.hotale-background-pattern{
	 background-position: center;
	 background-repeat: repeat;
 }
 
 .hotale-home-page .hotale-body-background{
	 position: fixed;
	 top: 0px;
	 right: 0px;
	 bottom: 0px;
	 left: 0px;
	 background-position: center;
	 background-size: cover;
 }
 
 .hotale-home-page .hotale-container{
	 margin-left: auto;
	 margin-right: auto;
 }
 
 .hotale-home-page .hotale-column-10{
	 float: left;
	 width: 16.6666%;
 }
 
 .hotale-home-page .hotale-column-12{
	 float: left;
	 width: 20%;
 }
 
 .hotale-home-page .hotale-column-15{
	 float: left;
	 width: 25%;
 }
 
 .hotale-home-page .hotale-column-20{
	 float: left;
	 width: 33.3333%;
 }
 
 .hotale-home-page .hotale-column-24{
	 float: left;
	 width: 40%;
 }
 
 .hotale-home-page .hotale-column-30{
	 float: left;
	 width: 50%;
 }
 
 .hotale-home-page .hotale-column-36{
	 float: left;
	 width: 60%;
 }
 
 .hotale-home-page .hotale-column-40{
	 float: left;
	 width: 66.6666%;
 }
 
 .hotale-home-page .hotale-column-45{
	 float: left;
	 width: 75%;
 }
 
 .hotale-home-page .hotale-column-48{
	 float: left;
	 width: 80%;
 }
 
 .hotale-home-page .hotale-column-50{
	 float: left;
	 width: 83.3333%;
 }
 
 .hotale-home-page .hotale-column-60{
	 float: left;
	 width: 100%;
 }
 
 .hotale-home-page .hotale-sidebar-right{
	 float: right;
 }
 
 .hotale-home-page .hotale-sidebar-center{
	 float: none;
	 display: inline-block;
 }
 
 .hotale-home-page .hotale-content-area{
	 padding-top: 60px;
	 padding-bottom: 40px;
 }
 
 .hotale-home-page .hotale-sidebar-area{
	 padding-top: 60px;
 }
 
 .hotale-home-page .hotale-line-height-0{
	 line-height: 0;
 }
 
 .hotale-home-page a,
.hotale-home-page button{
	 text-decoration: none;
	 transition: background 300ms, color 300ms, border-color 300ms;
	 -moz-transition: background 300ms, color 300ms, border-color 300ms;
	 -o-transition: background 300ms, color 300ms, border-color 300ms;
	 -webkit-transition: background 300ms, color 300ms, border-color 300ms;
 }
 
 .hotale-home-page img{
	 max-width: 100%;
	 height: auto;
 }
 
 .hotale-home-page blockquote{
	 quotes: none;
	 padding: 30px 30px 15px;
	 font-size: 17px;
	 margin-bottom: 55px;
	 font-style: italic;
	 margin-top: 50px;
	 border-left-width: 2px;
	 border-left-style: solid;
 }
 
 .hotale-home-page .hotale-blockquote-style-2 blockquote{
	 font-size: 20px;
	 font-weight: 800;
	 padding-top: 10px;
	 padding-left: 35px;
	 padding-right: 0px;
	 font-style: normal;
	 padding-bottom: 10px;
	 border-left-width: 4px;
 }
 
 .hotale-home-page .hotale-blockquote-style-2 blockquote p{
	 margin-bottom: 0px;
 }
 
 .hotale-home-page .hotale-blockquote-style-3 blockquote{
	 font-size: 25px;
	 font-weight: 400;
	 line-height: 1.6;
	 padding: 0px;
	 border: none;
	 background: none;
 }
 
 .hotale-home-page .hotale-blockquote-style-3 blockquote:before{
	 content: '“';
	 font-style: normal;
	 font-size: 140px;
	 height: 60px;
	 line-height: 1;
	 float: left;
	 margin-right: 30px;
	 font-weight: 600;
	 margin-top: -5px;
 }
 
 .hotale-home-page .hotale-blockquote-style-3 blockquote p{
	 overflow: hidden;
 }
 
 .hotale-home-page .hotale-blockquote-style-3 .gdlr-core-blog-item blockquote:before{
	 content: "";
	 display: none;
 }
 
 .hotale-home-page q{
	 margin-right: 15px;
	 display: inline-block;
	 padding: 10px 20px;
	 vertical-align: middle;
	 border-left-width: 2px;
	 border-left-style: solid;
 }
 
 .hotale-home-page .hotale-media-image{
	 line-height: 0;
	 position: relative;
 }
 
 .hotale-home-page .hotale-media-video video{
	 width: 100%;
 }
 
 .hotale-home-page .hotale-left-align{
	 text-align: left;
 }
 
 .hotale-home-page .hotale-center-align{
	 text-align: center;
 }
 
 .hotale-home-page .hotale-right-align{
	 text-align: right;
 }
 
 .hotale-home-page .hotale-body-wrapper{
	 /* overflow: hidden; */
	 z-index: 1;
	 position: relative;
 }
 
 /* input */
 .hotale-home-page input,
.hotale-home-page textarea{
	 border-width: 1px 1px 2px 1px;
	 border-style: solid;
 }
 
 .hotale-home-page input:focus,
.hotale-home-page textarea:focus{
	 outline: none;
 }
 
 /* button */
 .hotale-home-page .hotale-button,
.hotale-home-page input[type="button"],
.hotale-home-page input[type="submit"],
.hotale-home-page input[type="reset"]{
	 font-size: 13px;
	 font-weight: bold;
	 text-transform: uppercase;
	 letter-spacing: 0.8px;
	 padding: 15px 33px;
	 display: inline-block;
	 -webkit-appearance: none;
 }
 
 .hotale-home-page input[type="button"],
.hotale-home-page input[type="submit"],
.hotale-home-page input[type="reset"]{
	 border-width: 0px;
	 border-style: solid;
	 cursor: pointer;
	 transition: background 300ms, color 300ms, border-color 300ms;
	 -moz-transition: background 300ms, color 300ms, border-color 300ms;
	 -o-transition: background 300ms, color 300ms, border-color 300ms;
	 -webkit-transition: background 300ms, color 300ms, border-color 300ms;
 }
 
 .hotale-home-page input[type="button"]:focus,
.hotale-home-page input[type="submit"]:focus,
.hotale-home-page input[type="reset"]:focus{
	 outline: none;
 }
 
 /**
  * 2.0 - Header
  */
 
 /* preload */
 .hotale-home-page .hotale-page-preload{
	 position: fixed;
	 z-index: 999999;
	 top: 0px;
	 right: 0px;
	 bottom: 0px;
	 left: 0px;
	 background-color: #fff;
	 background-image: url('../images/preload.gif');
	 background-position: center;
	 background-repeat: no-repeat;
 }
 
 .hotale-home-page .hotale-page-preload.hotale-out{
	 background-image: none;
 }
 
 /* top bar */
 .hotale-home-page .tourmaster-user-top-bar-nav{
	 z-index: 110;
 }
 
 .hotale-home-page .hotale-top-bar{
	 position: relative;
	 border-bottom-style: solid;
 }
 
 .hotale-home-page .hotale-top-bar-background{
	 position: absolute;
	 right: 0px;
	 left: 0px;
	 top: 0px;
	 bottom: 0px;
 }
 
 .hotale-home-page .hotale-top-bar-container{
	 margin-left: auto;
	 margin-right: auto;
 }
 
 .hotale-home-page .hotale-top-bar-container-inner{
	 position: relative;
 }
 
 .hotale-home-page .hotale-top-bar-left{
	 float: left;
 }
 
 .hotale-home-page .hotale-top-bar-left-text{
	 display: inline;
 }
 
 .hotale-home-page .hotale-top-bar-right{
	 float: right;
 }
 
 .hotale-home-page .hotale-top-bar-right-text{
	 display: inline;
 }
 
 .hotale-home-page .hotale-top-bar-right-social{
	 display: inline;
	 margin-left: 10px;
 }
 
 .hotale-home-page .hotale-top-bar-right-social a{
	 margin-left: 20px;
 }
 
 .hotale-home-page .hotale-top-bar-right .tourmaster-user-top-bar{
	 display: inline;
	 margin-left: 32px;
	 line-height: inherit;
	 font-size: inherit;
 }
 
 .hotale-home-page .hotale-top-bar-right .tourmaster-user-top-bar img{
	 margin-top: -5px;
	 margin-bottom: -5px;
 }
 
 .hotale-home-page .hotale-top-bar.hotale-inner{
	 border-bottom-width: 0px;
 }
 
 .hotale-home-page .hotale-top-bar-bottom-border{
	 position: absolute;
	 bottom: 0px;
	 left: 0px;
	 right: 0px;
	 border-style: solid;
 }
 
 .hotale-home-page .hotale-top-bar.hotale-splited-border .hotale-top-bar-right-social a:after{
	 content: " ";
	 position: absolute;
	 top: 0px;
	 bottom: 0px;
	 border-width: 0px 0px 0px 1px;
	 border-style: solid;
 }
 
 .hotale-home-page .hotale-top-bar.hotale-splited-border .hotale-top-bar-right-social a i{
	 margin-right: 21px;
 }
 
 .hotale-home-page .hotale-top-bar-left-text .hotale-with-divider{
	 padding-left: 20px;
	 padding-right: 20px;
 }
 
 .hotale-home-page .hotale-top-bar-left-text .hotale-with-divider:before{
	 content: " ";
	 position: absolute;
	 top: 0px;
	 bottom: 0px;
	 border-width: 0px 0px 0px 1px;
	 border-style: solid;
	 margin-left: -20px;
 }
 
 /* top bar menu */
 .hotale-home-page .hotale-top-bar .hotale-top-bar-menu{
	 display: inline-block;
	 margin-right: 23px;
	 margin-bottom: 0px;
 }
 
 .hotale-home-page .hotale-top-bar .hotale-top-bar-menu>li{
	 float: none;
	 display: inline-block;
 }
 
 .hotale-home-page .hotale-top-bar .hotale-top-bar-menu>li>a{
	 display: inline;
	 margin-right: 16px;
 }
 
 .hotale-home-page .sf-menu.hotale-top-bar-menu>.hotale-normal-menu ul{
	 margin-left: 0px;
	 font-size: 13px;
 }
 
 .hotale-home-page .sf-menu.hotale-top-bar-menu>.hotale-normal-menu:first-child ul{
	 margin-left: -17px;
 }
 
 .hotale-home-page .sf-menu.hotale-top-bar-menu>.hotale-normal-menu ul li{
	 padding: 0px 18px 10px;
 }
 
 .hotale-home-page .sf-menu.hotale-top-bar-menu>.hotale-normal-menu ul li:first-child{
	 padding-top: 10px;
 }
 
 .hotale-home-page .sf-menu.hotale-top-bar-menu>.hotale-normal-menu ul li>a{
	 background: transparent;
 }
 
 .hotale-home-page .sf-menu.hotale-top-bar-menu>.hotale-normal-menu ul li>a:after{
	 margin-left: 10px;
 }
 
 .hotale-home-page .sf-menu.hotale-top-bar-menu>.hotale-mega-menu .sf-mega-full{
	 left: 0px;
	 right: 0px;
	 padding-top: 18px;
	 padding-bottom: 8px;
 }
 
 .hotale-home-page .sf-menu.hotale-top-bar-menu>.hotale-mega-menu .sf-mega-section-inner ul{
	 font-size: 13px;
 }
 
 .hotale-home-page .sf-menu.hotale-top-bar-menu>.hotale-mega-menu .sf-mega-section-inner ul li{
	 padding: 0px 18px 10px;
 }
 
 /* side content menu */
 .hotale-home-page #hotale-side-content-menu{
	 display: none;
	 position: fixed;
	 right: 0px;
	 top: 0px;
	 bottom: 0px;
	 width: 460px;
	 padding: 120px 60px 80px;
	 text-align: left;
	 z-index: 1999;
	 overflow: auto;
	 transform: translateX(100%);
	 transition: transform 300ms;
	 -webkit-transition: transform 300ms;
	 -moz-transition: transform 300ms;
 }
 
 .hotale-home-page #hotale-side-content-menu.hotale-active{
	 transform: translateX(0);
 }
 
 .hotale-home-page #hotale-side-content-menu .hotale-widget-title{
	 font-size: 13px;
 }
 
 .hotale-home-page #hotale-side-content-menu .hotale-side-content-menu-close{
	 font-size: 35px;
	 position: absolute;
	 right: 30px;
	 top: 40px;
	 cursor: pointer;
 }
 
 .hotale-home-page .hotale-side-content-menu-button{
	 float: left;
	 width: 30px;
	 margin-left: 20px;
	 cursor: pointer;
 }
 
 .hotale-home-page .hotale-side-content-menu-button:before{
	 content: " ";
	 display: block;
	 height: 2px;
	 margin-bottom: 7px;
 }
 
 .hotale-home-page .hotale-side-content-menu-button span{
	 display: block;
	 height: 2px;
	 width: 66%;
	 margin-bottom: 7px;
 }
 
 .hotale-home-page .hotale-side-content-menu-button:hover span{
	 width: 100%;
 }
 
 .hotale-home-page .hotale-side-content-menu-button:after{
	 content: " ";
	 display: block;
	 height: 2px;
	 width: 33%;
 }
 
 .hotale-home-page .hotale-side-content-menu-button:hover:after{
	 width: 100%;
 }
 
 .hotale-home-page .hotale-side-content-menu-button span,
.hotale-home-page .hotale-side-content-menu-button:before,
.hotale-home-page .hotale-side-content-menu-button:after{
	 transition: width 300ms;
	 -webkit-transition: width 300ms;
	 -moz-transition: width 300ms;
 }
 
 .hotale-home-page #hotale-side-content-menu .hotale-widget{
	 margin-bottom: 60px;
 }
 
 .hotale-home-page #hotale-side-content-menu .hotale-widget-title{
	 font-size: 22px;
	 font-weight: 500;
	 margin-bottom: 30px;
 }
 
 /* mobile menu */
 .hotale-home-page .hotale-mm-menu-wrap{
	 display: none;
 }
 
 .hotale-home-page .admin-bar .mm-menu{
	 margin-top: 32px;
 }
 
 .hotale-home-page .hotale-mobile-button-hamburger-with-border{
	 font-size: 16px;
	 padding: 6px;
	 line-height: 0;
	 width: 32px;
	 height: 32px;
	 text-align: center;
	 display: inline-block;
	 border-width: 2px;
	 border-style: solid;
	 border-radius: 3px;
	 -moz-border-radius: 3px;
	 -webkit-border-radius: 3px;
	 box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 -webkit-box-sizing: border-box;
 }
 
 .hotale-home-page .hotale-right-menu-button{
	 display: inline-block;
	 margin-left: 27px;
 }
 
 .hotale-home-page .hotale-mobile-menu{
	 float: left;
	 margin-top: -8px;
	 margin-left: 21px;
 }
 
 .hotale-home-page .hotale-mobile-menu-right{
	 position: absolute;
	 right: 30px;
	 top: 50%;
	 margin-top: -9px;
 }
 
 .hotale-home-page .hotale-mobile-menu-right:first-child{
	 position: relative;
	 float: right;
	 margin: 0px;
	 padding: 8px 0px;
 }
 
 .hotale-home-page .hotale-mobile-menu-left{
	 position: absolute;
	 left: 30px;
	 top: 50%;
	 margin-top: -9px;
 }
 
 .hotale-home-page .hotale-mobile-menu-left .hotale-mobile-menu{
	 margin-left: 0px;
 }
 
 .hotale-home-page .hotale-mobile-header .hotale-mobile-logo-center .hotale-logo-inner{
	 margin-left: auto;
	 margin-right: auto;
 }
 
 .hotale-home-page .hotale-mobile-header.hotale-fixed-navigation .hotale-fixed-nav-logo{
	 display: block;
 }
 
 .hotale-home-page .hotale-mobile-header.hotale-fixed-navigation .hotale-orig-logo{
	 display: none;
 }
 
 .hotale-home-page .hotale-mobile-menu-right .tourmaster-user-top-bar{
	 float: left;
	 margin-top: -7px;
 }
 
 .hotale-home-page .hotale-mobile-menu-right .tourmaster-user-top-bar.tourmaster-user{
	 margin-left: 25px;
 }
 
 .hotale-home-page .hotale-mobile-menu-right .tourmaster-user-top-bar.tourmaster-user>i{
	 display: none;
 }
 
 /* hamburger */
 .hotale-home-page .hotale-mobile-button-hamburger{
	 box-sizing: border-box;
	 display: block;
	 width: 32px;
	 height: 32px;
	 position: relative;
 }
 
 .hotale-home-page .hotale-mobile-button-hamburger:before,
.hotale-home-page .hotale-mobile-button-hamburger:after,
.hotale-home-page .hotale-mobile-button-hamburger span{
	 content: '';
	 display: block;
	 width: 22px;
	 height: 2px;
	 position: absolute;
	 left: 5px;
 }
 
 .hotale-home-page .hotale-mobile-button-hamburger:before{
	 top: 8px;
 }
 
 .hotale-home-page .hotale-mobile-button-hamburger span{
	 top: 15px;
 }
 
 .hotale-home-page .hotale-mobile-button-hamburger:after{
	 top: 22px;
 }
 
 .hotale-home-page .hotale-mobile-button-hamburger:before{
	 transition-duration: 0.4s;
	 transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
 }
 
 .hotale-home-page .hotale-mobile-button-hamburger span{
	 transition: opacity 0.15s 0.4s ease;
 }
 
 .hotale-home-page .hotale-mobile-button-hamburger:after{
	 transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	 transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
 }
 
 .hotale-home-page .hotale-mobile-button-hamburger.hotale-active:before{
	 -webkit-transform: translate3d(0, 7px, 0) rotate(135deg);
	 transform: translate3d(0, 7px, 0) rotate(135deg);
	 transition-delay: 0.1s;
 }
 
 .hotale-home-page .hotale-mobile-button-hamburger.hotale-active span{
	 transition-delay: 0s;
	 opacity: 0;
 }
 
 .hotale-home-page .hotale-mobile-button-hamburger.hotale-active:after{
	 transition-delay: 0.1s;
	 -webkit-transform: translate3d(0, -7px, 0) rotate(-135deg);
	 transform: translate3d(0, -7px, 0) rotate(-135deg);
 }
 
 .hotale-home-page .hotale-right-menu-button.hotale-mobile-button-hamburger-small{
	 margin-left: 20px;
 }
 
 .hotale-home-page .hotale-mobile-button-hamburger-small{
	 box-sizing: border-box;
	 display: block;
	 width: 32px;
	 height: 32px;
	 position: relative;
 }
 
 .hotale-home-page .hotale-mobile-button-hamburger-small:before,
.hotale-home-page .hotale-mobile-button-hamburger-small:after,
.hotale-home-page .hotale-mobile-button-hamburger-small span{
	 content: '';
	 display: block;
	 width: 16px;
	 height: 2px;
	 position: absolute;
	 left: 7px;
 }
 
 .hotale-home-page .hotale-mobile-button-hamburger-small:before{
	 top: 11px;
 }
 
 .hotale-home-page .hotale-mobile-button-hamburger-small span{
	 top: 15px;
 }
 
 .hotale-home-page .hotale-mobile-button-hamburger-small:after{
	 top: 19px;
	 width: 10px;
	 transition: width 200ms;
	 -moz-transition: width 200ms;
	 -o-transition: width 200ms;
	 -webkit-transition: width 200ms;
 }
 
 .hotale-home-page .hotale-mobile-button-hamburger-small:hover:after{
	 width: 16px;
 }
 
 /* navigation menu */
 .hotale-home-page .hotale-navigation .sf-menu{
	 display: inline-block;
	 line-height: 1.7;
	 text-align: left;
	 margin-bottom: 0px;
 }
 
 .hotale-home-page .hotale-navigation .sf-menu>li:first-child{
	 padding-left: 0px;
 }
 
 .hotale-home-page .hotale-navigation .sf-menu>li:last-child{
	 padding-right: 0px;
 }
 
 .hotale-home-page .hotale-navigation .sf-menu>li>a{
	 letter-spacing: 0.5px;
 }
 
 .hotale-home-page .hotale-navigation-submenu-indicator .sf-menu>li>a.sf-with-ul-pre:after{
	 display: inline-block;
	 margin-left: 13px;
	 content: "\f107";
	 font-family: fontAwesome;
 }
 
 .hotale-home-page .hotale-navigation .sf-menu>.hotale-normal-menu li{
	 padding: 1px 11px;
 }
 
 .hotale-home-page .hotale-navigation .sf-menu>.hotale-normal-menu li:first-child{
	 padding-top: 12px;
 }
 
 .hotale-home-page .hotale-navigation .sf-menu>.hotale-normal-menu li:last-child{
	 padding-bottom: 12px;
 }
 
 .hotale-home-page .hotale-navigation .sf-menu>.hotale-normal-menu li li{
	 /* padding-left: 0; */
 }
 
 .hotale-home-page .hotale-navigation .sf-menu>.hotale-normal-menu li>a{
	 display: block;
	 padding: 6px 30px 6px 12px;
	 position: relative;
 }
 
 .hotale-home-page .hotale-navigation .sf-menu>.hotale-normal-menu li>a.sf-with-ul-pre:after{
	 position: absolute;
	 right: 10px;
	 content: "\f105";
	 font-family: fontAwesome;
 }
 
 .hotale-home-page .hotale-navigation .sf-menu>.hotale-normal-menu .sub-menu{
	 font-size: 14px;
 }
 
 .hotale-home-page .hotale-navigation .sf-menu>.hotale-mega-menu .sf-mega-full{
	 left: 0px;
	 right: 0px;
 }
 
 .hotale-home-page .hotale-navigation .sf-menu>.hotale-mega-menu .sf-mega-section-wrap{
	 overflow: hidden;
	 border-top-width: 1px;
	 border-top-style: solid;
 }
 
 .hotale-home-page .hotale-navigation .sf-menu>.hotale-mega-menu .sf-mega-section-wrap:first-child{
	 border-top: none;
 }
 
 .hotale-home-page .hotale-navigation .sf-menu>.hotale-mega-menu .sf-mega-section{
	 padding-bottom: 999px;
	 margin-bottom: -999px;
	 border-left-width: 1px;
	 border-left-style: solid;
 }
 
 .hotale-home-page .hotale-navigation .sf-menu>.hotale-mega-menu .sf-mega-section:first-child{
	 border-left: none;
 }
 
 .hotale-home-page .hotale-navigation .sf-menu>.hotale-mega-menu .sf-mega-section-inner{
	 padding: 31px 28px;
 }
 
 .hotale-home-page .hotale-navigation .sf-menu>.hotale-mega-menu .sf-mega-section-inner>a{
	 font-size: 15px;
	 display: block;
	 margin-bottom: 12px;
	 text-transform: uppercase;
	 letter-spacing: 1px;
	 font-weight: bold;
	 padding: 0px 12px;
 }
 
 .hotale-home-page .hotale-navigation .sf-menu>.hotale-mega-menu .sf-mega-section-inner .sub-menu a{
	 font-size: 14px;
	 padding: 5px 12px;
	 display: block;
 }
 
 .hotale-home-page .hotale-navigation .hotale-navigation-slide-bar-style-1{
	 border-bottom-width: 3px;
	 border-bottom-style: solid;
	 position: absolute;
	 display: none;
	 margin-top: -8px;
	 padding-top: 5px;
	 overflow: hidden;
 }
 
 .hotale-home-page .hotale-navigation .hotale-navigation-slide-bar-style-1:before{
	 content: " ";
	 display: block;
	 width: 0px;
	 height: 0px;
	 position: absolute;
	 left: 50%;
	 margin-left: -3px;
	 bottom: 0px;
	 border-width: 0px 5px 5px 5px;
	 border-style: solid;
	 border-color: transparent;
 }
 
 .hotale-home-page .hotale-navigation .hotale-navigation-slide-bar-style-2{
	 border-bottom-width: 3px;
	 border-bottom-style: solid;
	 position: absolute;
	 display: none;
	 margin-top: -3px;
	 overflow: hidden;
 }
 
 .hotale-home-page .hotale-navigation .hotale-navigation-slide-bar-style-dot{
	 text-align: center;
	 position: absolute;
	 display: none;
	 margin-top: -8px;
	 overflow: hidden;
 }
 
 .hotale-home-page .hotale-navigation .hotale-navigation-slide-bar-style-dot:before{
	 content: " ";
	 display: block;
	 width: 8px;
	 margin: 0px auto;
	 border-bottom-width: 4px;
	 border-top-width: 4px;
	 border-style: solid;
	 border-radius: 4px;
	 -moz-border-radius: 4px;
	 -webkit-border-radius: 4px;
 }
 
 
 .hotale-home-page .hotale-navigation .sf-menu a i{
	 margin-right: 10px;
 }
 
 .hotale-home-page .hotale-navigation .sf-vertical>li{
	 border-bottom-width: 1px;
	 border-bottom-style: solid;
 }
 
 .hotale-home-page .hotale-navigation .sf-vertical>li:first-child{
	 padding-top: 0px;
 }
 
 .hotale-home-page .hotale-navigation .sf-vertical>li>a{
	 font-weight: 800;
	 text-transform: uppercase;
	 letter-spacing: 0.5px;
	 display: block;
 }
 
 .hotale-home-page .hotale-navigation .sf-vertical ul.sub-menu{
	 font-size: 14px;
	 box-sizing: content-box;
	 -moz-box-sizing: content-box;
	 -webkit-box-sizing: content-box;
 }
 
 .hotale-home-page .hotale-navigation .sf-vertical ul.sub-menu li{
	 padding: 2px 11px;
 }
 
 .hotale-home-page .hotale-navigation .sf-vertical ul.sub-menu li:first-child{
	 padding-top: 20px;
 }
 
 .hotale-home-page .hotale-navigation .sf-vertical ul.sub-menu li:last-child{
	 padding-bottom: 20px;
 }
 
 .hotale-home-page .hotale-navigation .sf-vertical ul.sub-menu li>a{
	 display: block;
	 padding: 4px 12px;
 }
 
 .hotale-home-page .hotale-navigation .sf-vertical ul.sub-menu li>a.sf-with-ul:after,
.hotale-home-page .hotale-navigation-submenu-indicator .sf-vertical>li>a.sf-with-ul:after{
	 float: right;
	 margin-left: 18px;
	 content: "\f105";
	 font-family: fontAwesome;
 }
 
 /* bullet anchor */
 .hotale-home-page .hotale-bullet-anchor{
	 position: fixed;
	 top: 50%;
	 right: 30px;
	 margin-top: -50px;
	 z-index: 10;
	 opacity: 0;
	 transition: opacity 200ms;
	 -moz-transition: opacity 200ms;
	 -o-transition: opacity 200ms;
	 -webkit-transition: opacity 200ms;
 }
 
 .hotale-home-page .hotale-bullet-anchor.hotale-init{
	 opacity: 1;
 }
 
 .hotale-home-page .hotale-bullet-anchor a{
	 display: block;
	 width: 17px;
	 height: 17px;
	 margin-bottom: 5px;
	 overflow: hidden;
	 border-width: 1px;
	 border-style: solid;
	 border-color: transparent;
	 border-radius: 50%;
	 -moz-border-radius: 50%;
	 -webkit-border-radius: 50%;
 }
 
 .hotale-home-page .hotale-bullet-anchor a:before{
	 content: " ";
	 width: 9px;
	 height: 9px;
	 margin: 3px;
	 display: block;
	 overflow: hidden;
	 border-radius: 50%;
	 -moz-border-radius: 50%;
	 -webkit-border-radius: 50%;
	 transition: background-color 200ms;
	 -moz-transition: background-color 200ms;
	 -o-transition: background-color 200ms;
	 -webkit-transition: background-color 200ms;
 }
 
 /* breadcrumbs */
 .hotale-home-page .hotale-breadcrumbs a{
	 color: #c0c0c0;
 }
 
 .hotale-home-page .hotale-breadcrumbs,
.hotale-home-page .hotale-breadcrumbs a:hover{
	 color: #777;
 }
 
 .hotale-home-page .hotale-breadcrumbs{
	 font-size: 14px;
	 padding: 17px 0px;
	 border-bottom-width: 1px;
	 border-bottom-style: solid;
 }
 
 .hotale-home-page .hotale-breadcrumbs-item>span{
	 margin: 0px 22px;
 }
 
 .hotale-home-page .hotale-breadcrumbs-item>span:first-child{
	 margin-left: 0px;
 }
 
 .hotale-home-page .hotale-breadcrumbs-item a span{
	 transition: color 200ms;
	 -moz-transition: color 200ms;
	 -o-transition: color 200ms;
	 -webkit-transition: color 200ms;
 }
 
 /* top search */
 .hotale-home-page .hotale-top-search-wrap input.search-field{
	 border-bottom-color: #303030;
	 color: #fff;
 }
 
 .hotale-home-page .hotale-top-search-wrap .hotale-top-search-submit,
.hotale-home-page .hotale-top-search-wrap .hotale-top-search-close{
	 color: #fff;
 }
 
 .hotale-home-page .hotale-top-search-wrap input::-webkit-input-placeholder{
	 color: #fff;
 }
 
 .hotale-home-page .hotale-top-search-wrap input::-moz-placeholder{
	 color: #fff;
 }
 
 .hotale-home-page .hotale-top-search-wrap input:-ms-input-placeholder{
	 color: #fff;
 }
 
 .hotale-home-page .hotale-top-search-wrap input:-moz-placeholder{
	 color: #fff;
 }
 
 .hotale-home-page .hotale-top-search-row{
	 display: table;
	 width: 100%;
	 height: 100%;
 }
 
 .hotale-home-page .hotale-top-search-cell{
	 display: table-cell;
	 vertical-align: middle;
	 padding-left: 30px;
	 padding-right: 30px;
 }
 
 .hotale-home-page .hotale-top-search-wrap{
	 position: fixed;
	 left: 0px;
	 right: 0px;
	 top: 0px;
	 bottom: 0px;
	 z-index: 9999;
	 overflow-y: auto;
	 display: none;
 }
 
 .hotale-home-page .hotale-top-search-wrap form{
	 max-width: 630px;
	 margin-left: auto;
	 margin-right: auto;
	 position: relative;
 }
 
 .hotale-home-page .hotale-top-search-wrap input.search-field{
	 background: transparent;
	 width: 100%;
	 border-width: 0px 0px 3px;
	 font-size: 40px;
	 padding: 0px 120px 25px 0px;
	 line-height: 48px;
	 letter-spacing: 0.5px;
 }
 
 .hotale-home-page .hotale-top-search-wrap input.search-submit{
	 position: absolute;
	 top: 0px;
	 right: 52px;
	 width: 48px;
	 height: 48px;
	 padding: 0px;
	 opacity: 0;
	 filter: alpha(opacity=0);
 }
 
 .hotale-home-page .hotale-top-search-wrap .hotale-top-search-submit{
	 font-size: 30px;
	 position: absolute;
	 right: 52px;
	 top: 0px;
	 line-height: 48px;
	 width: 48px;
	 text-align: center;
 }
 
 .hotale-home-page .hotale-top-search-wrap .hotale-top-search-close{
	 font-size: 55px;
	 position: absolute;
	 right: 0px;
	 top: -4px;
	 line-height: 48px;
	 width: 48px;
	 text-align: center;
	 cursor: pointer;
 }
 
 /* overlay menu */
 .hotale-home-page .hotale-overlay-menu-row{
	 display: table;
	 width: 100%;
	 height: 100%;
 }
 
 .hotale-home-page .hotale-overlay-menu-cell{
	 display: table-cell;
	 vertical-align: middle;
 }
 
 .hotale-home-page .hotale-overlay-menu-content{
	 position: fixed;
	 left: 0px;
	 right: 0px;
	 top: 0px;
	 bottom: 0px;
	 z-index: 9999;
	 overflow-y: auto;
	 display: none;
 }
 
 .hotale-home-page .hotale-overlay-menu-content ul.menu{
	 list-style: none;
	 text-align: center;
	 padding-top: 180px;
	 padding-bottom: 140px;
	 max-width: 570px;
	 margin-left: auto;
	 margin-right: auto;
	 margin-bottom: 0px;
 }
 
 .hotale-home-page .hotale-overlay-menu-content ul.menu>li{
	 font-size: 23px;
	 font-weight: bold;
	 text-transform: uppercase;
	 opacity: 0;
	 margin-bottom: 17px;
	 padding-bottom: 17px;
	 letter-spacing: 1px;
	 border-bottom-width: 1px;
	 border-bottom-style: solid;
	 -webkit-transform: translate3d(0, -30px, 0);
	 transform: translate3d(0, -30px, 0);
	 transition: opacity 300ms, transform 300ms;
	 -moz-transition: opacity 300ms, -moz-transform 300ms;
	 -o-transition: opacity 300ms, -o-transform 300ms;
	 -webkit-transition: opacity 300ms, -webkit-transform 300ms;
 }
 
 .hotale-home-page .hotale-overlay-menu-content.hotale-active ul.menu>li{
	 opacity: 1;
	 filter: alpha(opacity=100);
	 -webkit-transform: none;
	 transform: none;
 }
 
 .hotale-home-page .hotale-overlay-menu-content ul.sub-menu{
	 display: none;
	 padding-top: 20px;
	 padding-bottom: 5px;
	 list-style: none;
	 margin-left: 0px;
	 margin-bottom: 0px;
 }
 
 .hotale-home-page .hotale-overlay-menu-content ul.sub-menu>li{
	 font-size: 15px;
	 letter-spacing: 0px;
	 text-transform: none;
	 font-weight: normal;
	 margin-bottom: 15px;
 }
 
 .hotale-home-page .hotale-overlay-menu-content ul.sub-menu ul.sub-menu{
	 max-width: 380px;
	 margin: 20px auto 20px;
	 border-top-width: 1px;
	 border-bottom-width: 1px;
	 border-style: solid;
 }
 
 .hotale-home-page .hotale-overlay-menu-content .hotale-overlay-menu-close{
	 line-height: 1;
	 font-size: 48px;
	 position: absolute;
	 left: 50%;
	 top: 75px;
	 margin-left: -24px;
	 cursor: pointer;
 }
 
 .hotale-home-page .hotale-overlay-menu-content .hotale-overlay-menu-close:after{
	 content: "\4d";
	 font-family: elegantIcons;
 }
 
 .hotale-home-page .hotale-overlay-menu-content ul li.menu-item-has-children>a:after{
	 content: "\f107";
	 font-family: "fontAwesome";
	 margin-left: 15px;
 }
 
 .hotale-home-page body.admin-bar .hotale-overlay-menu-content{
	 margin-top: 32px;
	 overflow-y: scroll;
 }
 
 /* menu right area */
 .hotale-home-page .hotale-main-menu-right-button{
	 float: left;
	 padding: 9px 21px;
	 font-size: 11px;
	 font-weight: bold;
	 text-transform: uppercase;
	 letter-spacing: 1px;
	 margin-top: -13px;
	 margin-left: 30px;
	 border-radius: 0px;
	 border-width: 2px;
	 border-style: solid;
 }
 
 .hotale-home-page .hotale-main-menu-right-button.hotale-style-round{
	 padding: 13px 21px 14px;
	 margin-top: -14px;
	 border-radius: 30px;
	 -moz-border-radius: 30px;
	 -webkit-border-radius: 30px;
 }
 
 .hotale-home-page .hotale-main-menu-right-button.hotale-style-round-with-shadow{
	 padding: 13px 21px 14px;
	 margin-top: -14px;
	 box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.11);
	 -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.11);
	 border-radius: 30px;
	 -moz-border-radius: 30px;
	 -webkit-border-radius: 30px;
 }
 
 .hotale-home-page .hotale-main-menu-right{
	 float: left;
	 margin-top: -7px;
 }
 
 .hotale-home-page .hotale-main-menu-search{
	 float: left;
	 margin-top: -5px;
	 margin-left: 25px;
 }
 
 .hotale-home-page .hotale-main-menu-search i{
	 font-size: 14px;
	 margin-top: -1px;
	 cursor: pointer;
 }
 
 .hotale-home-page .hotale-main-menu-cart{
	 float: left;
	 margin-top: -4px;
	 padding-left: 15px;
	 margin-left: 5px;
	 position: relative;
 }
 
 .hotale-home-page .hotale-main-menu-cart i{
	 font-size: 16px;
	 margin-top: -1px;
	 cursor: pointer;
 }
 
 .hotale-home-page .hotale-main-menu-cart>.hotale-top-cart-count{
	 font-size: 10px;
	 font-weight: 700;
	 vertical-align: super;
	 width: 16px;
	 height: 16px;
	 line-height: 15px;
	 position: absolute;
	 top: -5px;
	 right: -8px;
	 text-align: center;
	 border-radius: 50%;
	 -moz-border-radius: 50%;
	 -webkit-border-radius: 50%;
 }
 
 /* header */
 .hotale-home-page .hotale-logo{
	 position: relative;
 }
 
 .hotale-home-page .hotale-header-wrap{
	 position: relative;
	 z-index: 103;
 }
 
 .hotale-home-page .hotale-header-container{
	 position: relative;
	 margin-left: auto;
	 margin-right: auto;
	 background-color: var(--);
 }
 
 .hotale-home-page .hotale-header-container-inner{
	 position: relative;
 }
 
 /* header plain */
 .hotale-home-page .hotale-header-style-plain{
	 position: relative;
	 border-bottom-style: solid;
	 z-index: 101;
 }
 
 .hotale-home-page .hotale-header-style-plain .hotale-navigation{
	 line-height: 0;
 }
 
 .hotale-home-page .hotale-header-style-plain .hotale-header-background{
	 position: absolute;
	 right: 0px;
	 left: 0px;
	 top: 0px;
	 bottom: 0px;
 }
 
 .hotale-home-page .hotale-header-background-transparent{
	 position: absolute;
	 left: 0px;
	 right: 0px;
	 z-index: 3;
 }
 
 .hotale-home-page .hotale-header-style-plain.hotale-style-menu-left .hotale-logo{
	 float: left;
 }
 
 .hotale-home-page .hotale-header-style-plain.hotale-style-menu-left .hotale-navigation{
	 overflow: hidden;
 }
 
 .hotale-home-page .hotale-header-style-plain.hotale-style-menu-left .hotale-main-menu{
	 float: left;
	 vertical-align: top;
 }
 
 .hotale-home-page .hotale-header-style-plain.hotale-style-menu-left .hotale-main-menu-right-wrap{
	 float: right;
	 line-height: 1.7;
	 margin-left: 10px;
	 vertical-align: top;
 }
 
 .hotale-home-page .hotale-header-style-plain.hotale-style-menu-left .hotale-main-menu-right-button{
	 margin-left: 0px;
 }
 
 .hotale-home-page .hotale-header-style-plain.hotale-style-menu-left .hotale-main-menu-right-button.hotale-button-2{
	 margin-left: 10px;
 }
 
 .hotale-home-page .hotale-header-style-plain.hotale-style-menu-left .hotale-main-menu-search,
.hotale-home-page .hotale-header-style-plain.hotale-style-menu-left .hotale-main-menu-cart{
	 display: inline-block;
	 float: none;
	 vertical-align: top;
	 margin-top: 0px;
	 line-height: 1.4;
 }
 
 .hotale-home-page .hotale-header-style-plain.hotale-style-menu-right .hotale-logo{
	 float: left;
 }
 
 .hotale-home-page .hotale-header-style-plain.hotale-style-menu-right .hotale-navigation{
	 float: right;
 }
 
 .hotale-home-page .hotale-header-style-plain.hotale-style-menu-right .hotale-main-menu{
	 display: inline-block;
	 vertical-align: top;
 }
 
 .hotale-home-page .hotale-header-style-plain.hotale-style-menu-right .hotale-main-menu-right-wrap{
	 display: inline-block;
	 line-height: 1.7;
	 margin-left: 10px;
	 vertical-align: top;
 }
 
 .hotale-home-page .hotale-header-style-plain.hotale-style-center-logo .hotale-logo-inner{
	 margin-left: auto;
	 margin-right: auto;
 }
 
 .hotale-home-page .hotale-header-style-plain.hotale-style-center-logo .hotale-navigation{
	 text-align: center;
	 position: relative;
 }
 
 .hotale-home-page .hotale-header-style-plain.hotale-style-center-logo .hotale-main-menu{
	 display: inline-block;
	 vertical-align: top;
 }
 
 .hotale-home-page .hotale-header-style-plain.hotale-style-center-logo .hotale-main-menu-right-wrap{
	 position: absolute;
	 right: 0px;
	 line-height: 1.7;
 }
 
 .hotale-home-page .hotale-header-style-plain.hotale-style-center-menu .hotale-logo{
	 position: absolute;
 }
 
 .hotale-home-page .hotale-header-style-plain.hotale-style-center-menu .hotale-navigation{
	 text-align: left;
 }
 
 .hotale-home-page .hotale-header-style-plain.hotale-style-center-menu .hotale-main-menu{
	 display: inline-block;
	 vertical-align: top;
 }
 
 .hotale-home-page .hotale-header-style-plain.hotale-style-center-menu .hotale-main-menu-right-wrap{
	 position: absolute;
	 right: 0px;
	 line-height: 1.7;
 }
 
 .hotale-home-page .hotale-header-style-plain.hotale-style-splitted-menu .hotale-logo{
	 padding-top: 0px;
	 padding-bottom: 0px;
 }
 
 .hotale-home-page .hotale-header-style-plain.hotale-style-splitted-menu .hotale-navigation{
	 text-align: center;
 }
 
 .hotale-home-page .hotale-header-style-plain.hotale-style-splitted-menu .hotale-main-menu{
	 display: inline-block;
	 vertical-align: top;
 }
 
 .hotale-home-page .hotale-header-style-plain.hotale-style-splitted-menu .hotale-main-menu-right-wrap{
	 position: absolute;
	 right: 0px;
	 line-height: 1.7;
 }
 
 .hotale-home-page .hotale-header-style-plain.hotale-style-splitted-menu .hotale-main-menu-left-wrap{
	 position: absolute;
	 left: 0px;
	 line-height: 1.7;
 }
 
 .hotale-home-page .hotale-header-style-plain.hotale-style-splitted-menu .hotale-right-menu-button{
	 margin-left: 0px;
 }
 
 .hotale-home-page .hotale-header-style-plain.hotale-style-top-bar-logo .hotale-navigation{
	 text-align: center;
	 position: relative;
 }
 
 .hotale-home-page .hotale-header-style-plain.hotale-style-top-bar-logo .hotale-main-menu-right-wrap{
	 position: absolute;
	 right: 0px;
	 line-height: 1.7;
 }
 
 .hotale-home-page .hotale-top-bar.hotale-middle-logo .hotale-logo{
	 position: absolute;
	 left: 50%;
	 transform: translateX(-50%);
 }
 
 .hotale-home-page .hotale-top-bar.hotale-middle-logo .tourmaster-currency-switcher{
	 z-index: 999;
	 padding: 6px 21px 8px;
	 margin-top: -3px;
	 margin-bottom: -4px;
	 float: none;
	 display: inline-block;
 }
 
 /* header box */
 .hotale-home-page .hotale-header-boxed-wrap{
	 position: absolute;
	 left: 0px;
	 right: 0px;
	 z-index: 3;
 }
 
 .hotale-home-page .hotale-header-style-boxed.hotale-fixed-navigation{
	 margin-top: 0px;
 }
 
 .hotale-home-page .hotale-header-style-boxed .hotale-header-container-item{
	 position: relative;
 }
 
 .hotale-home-page .hotale-header-style-boxed .hotale-navigation{
	 line-height: 0;
 }
 
 .hotale-home-page .hotale-header-style-boxed .hotale-header-background{
	 position: absolute;
	 right: 0px;
	 left: 0px;
	 top: 0px;
	 bottom: 0px;
 }
 
 .hotale-home-page .hotale-header-style-boxed.hotale-style-menu-right .hotale-logo{
	 float: left;
 }
 
 .hotale-home-page .hotale-header-style-boxed.hotale-style-menu-right .hotale-navigation{
	 float: right;
 }
 
 .hotale-home-page .hotale-header-style-boxed.hotale-style-menu-right .hotale-main-menu{
	 display: inline-block;
	 vertical-align: top;
 }
 
 .hotale-home-page .hotale-header-style-boxed.hotale-style-menu-right .hotale-main-menu-right-wrap{
	 display: inline-block;
	 line-height: 1.7;
	 margin-left: 10px;
	 vertical-align: top;
 }
 
 .hotale-home-page .hotale-header-style-boxed.hotale-style-center-menu .hotale-logo{
	 position: absolute;
 }
 
 .hotale-home-page .hotale-header-style-boxed.hotale-style-center-menu .hotale-navigation{
	 text-align: center;
 }
 
 .hotale-home-page .hotale-header-style-boxed.hotale-style-center-menu .hotale-main-menu{
	 display: inline-block;
	 vertical-align: top;
 }
 
 .hotale-home-page .hotale-header-style-boxed.hotale-style-center-menu .hotale-main-menu-right-wrap{
	 position: absolute;
	 line-height: 1.7;
 }
 
 .hotale-home-page .hotale-header-style-boxed.hotale-style-splitted-menu .hotale-logo{
	 padding-top: 0px;
	 padding-bottom: 0px;
 }
 
 .hotale-home-page .hotale-header-style-boxed.hotale-style-splitted-menu .hotale-navigation{
	 text-align: center;
 }
 
 .hotale-home-page .hotale-header-style-boxed.hotale-style-splitted-menu .hotale-main-menu{
	 display: inline-block;
	 vertical-align: top;
 }
 
 .hotale-home-page .hotale-header-style-boxed.hotale-style-splitted-menu .hotale-main-menu-right-wrap{
	 position: absolute;
	 line-height: 1.7;
 }
 
 .hotale-home-page .hotale-header-style-boxed.hotale-style-splitted-menu .hotale-main-menu-left-wrap{
	 position: absolute;
	 line-height: 1.7;
 }
 
 .hotale-home-page .hotale-header-style-boxed.hotale-style-splitted-menu .hotale-right-menu-button{
	 margin-left: 0px;
 }
 
 /* header bar */
 .hotale-home-page .hotale-header-style-bar .hotale-logo{
	 float: left;
 }
 
 .hotale-home-page .hotale-header-style-bar .hotale-logo-right-text{
	 float: right;
	 text-align: right;
	 font-size: 13px;
 }
 
 .hotale-home-page .hotale-header-style-bar .hotale-header-container-inner{
	 position: relative;
 }
 
 .hotale-home-page .hotale-navigation-bar-wrap{
	 border-top-width: 1px;
	 border-top-style: solid;
	 position: relative;
 }
 
 .hotale-home-page .hotale-navigation-bar-wrap.hotale-style-transparent{
	 position: absolute;
	 left: 0px;
	 right: 0px;
	 z-index: 3;
 }
 
 .hotale-home-page .hotale-navigation-bar-wrap .hotale-navigation{
	 line-height: 0;
	 position: relative;
 }
 
 .hotale-home-page .hotale-navigation-bar-wrap .hotale-navigation-background{
	 position: absolute;
	 top: 0px;
	 right: 0px;
	 bottom: 0px;
	 left: 0px;
 }
 
 .hotale-home-page .hotale-navigation-bar-wrap .hotale-navigation-container{
	 position: relative;
 }
 
 .hotale-home-page .hotale-navigation-bar-wrap .hotale-main-menu{
	 display: inline-block;
	 vertical-align: top;
 }
 
 .hotale-home-page .hotale-navigation-bar-wrap.hotale-style-left .hotale-main-menu-right-wrap{
	 float: right;
	 line-height: 1.7;
	 margin-left: 10px;
 }
 
 .hotale-home-page .hotale-navigation-bar-wrap.hotale-style-center{
	 text-align: center;
 }
 
 .hotale-home-page .hotale-navigation-bar-wrap.hotale-style-center .hotale-main-menu-right-wrap{
	 position: absolute;
	 right: 0px;
	 line-height: 1.7;
 }
 
 .hotale-home-page .hotale-header-style-bar.hotale-style-center .hotale-logo{
	 float: none;
 }
 
 .hotale-home-page .hotale-header-style-bar.hotale-style-center .hotale-logo-inner{
	 margin-left: auto;
	 margin-right: auto;
 }
 
 .hotale-home-page .hotale-header-style-bar.hotale-style-center .hotale-logo-right-text{
	 position: absolute;
	 top: 0px;
	 right: 0px;
 }
 
 .hotale-home-page .hotale-header-style-bar.hotale-style-2 .hotale-header-background{
	 position: absolute;
	 top: 0px;
	 right: 0px;
	 bottom: 0px;
	 left: 0px;
 }
 
 .hotale-home-page .hotale-navigation-header-style-bar.hotale-style-2{
	 border: 0px;
 }
 
 .hotale-home-page .hotale-navigation-header-style-bar.hotale-style-2 .hotale-main-menu{
	 padding: 0px 25px;
 }
 
 .hotale-home-page .hotale-navigation-header-style-bar.hotale-style-2 .hotale-main-menu-right-wrap{
	 padding: 0px 25px;
 }
 
 .hotale-home-page .hotale-navigation-header-style-bar.hotale-style-2{
	 box-shadow: none;
	 -webkit-box-shadow: none;
	 -moz-box-shadow: none;
 }
 
 .hotale-home-page .hotale-navigation-header-style-bar.hotale-style-2.hotale-fixed-navigation .hotale-navigation-container{
	 position: static;
 }
 
 .hotale-home-page .hotale-navigation-header-style-bar.hotale-style-2.hotale-fixed-navigation .hotale-navigation-background{
	 left: 0px;
	 right: 0px;
	 margin-left: 0px;
	 margin-right: 0px;
 }
 
 /* header side */
 .hotale-home-page .hotale-header-side-content{
	 position: relative;
	 z-index: 98;
 }
 
 .hotale-home-page .hotale-header-side-nav{
	 position: fixed;
	 top: 0px;
	 bottom: 0px;
	 z-index: 99;
 }
 
 .hotale-home-page .hotale-header-side-nav.hotale-allow-slide{
	 position: absolute;
	 bottom: auto;
 }
 
 .hotale-home-page .hotale-header-side-nav.hotale-fix-bottom{
	 position: fixed;
	 top: auto;
	 bottom: 0px;
 }
 
 .hotale-home-page .hotale-header-side-nav.hotale-fix-top{
	 position: fixed;
 }
 
 .hotale-home-page .hotale-header-side-nav.hotale-style-left{
	 left: 0px;
 }
 
 .hotale-home-page .hotale-header-side-nav.hotale-style-right{
	 right: 0px;
 }
 
 .hotale-home-page .hotale-header-side-nav .hotale-pos-bottom,
.hotale-home-page .hotale-header-side-nav.hotale-style-middle .hotale-pos-middle{
	 opacity: 0;
	 filter: alpha(opacity=0);
	 transition: opacity 300ms;
	 -moz-transition: opacity 300ms;
	 -o-transition: opacity 300ms;
	 -webkit-transition: opacity 300ms;
 }
 
 .hotale-home-page .hotale-header-side-nav .hotale-pos-bottom.hotale-active,
.hotale-home-page .hotale-header-side-nav.hotale-style-middle .hotale-pos-middle.hotale-active{
	 opacity: 1;
	 filter: alpha(opacity=100);
 }
 
 .hotale-home-page .hotale-header-side-nav.hotale-style-side .hotale-header-social{
	 padding-top: 20px;
	 padding-bottom: 40px;
 }
 
 .hotale-home-page .hotale-header-side-nav.hotale-style-side .hotale-header-social a{
	 margin-left: 25px;
 }
 
 .hotale-home-page .hotale-header-side-nav.hotale-style-side .hotale-header-social a:first-child{
	 margin-left: 0px;
 }
 
 .hotale-home-page .hotale-header-side-nav.hotale-style-side .hotale-main-menu-right-wrap{
	 padding-top: 22px;
 }
 
 .hotale-home-page .hotale-header-side-nav.hotale-style-side .hotale-main-menu-search{
	 float: none;
	 display: inline-block;
	 margin-top: 0px;
	 margin-left: 20px;
 }
 
 .hotale-home-page .hotale-header-side-nav.hotale-style-side .hotale-main-menu-cart{
	 float: none;
	 display: inline-block;
	 margin-top: 0px;
	 margin-left: 0px;
 }
 
 .hotale-home-page .hotale-header-side-nav.hotale-style-side .hotale-main-menu-right-wrap>div:first-child{
	 margin-left: 0px;
 }
 
 .hotale-home-page .hotale-header-side-nav.hotale-style-left .sf-vertical ul.sub-menu{
	 text-align: left;
	 margin-left: 0px;
 }
 
 .hotale-home-page .hotale-header-side-nav.hotale-style-right .sf-vertical ul.sub-menu{
	 left: auto;
	 right: 100%;
	 text-align: right;
 }
 
 .hotale-home-page .hotale-header-side-nav.hotale-style-right .sf-vertical ul.sub-menu li>a.sf-with-ul:after{
	 content: "\f104";
	 float: left;
	 margin-left: 0px;
	 margin-right: 18px;
 }
 
 .hotale-home-page .hotale-header-style-side.hotale-center-align .hotale-logo-inner{
	 margin-right: auto;
	 margin-left: auto;
 }
 
 .hotale-home-page .hotale-header-style-side.hotale-right-align .hotale-logo-inner{
	 margin-right: 0px;
	 margin-left: auto;
 }
 
 .hotale-home-page .hotale-header-side-nav.hotale-style-side-toggle{
	 text-align: center;
 }
 
 .hotale-home-page .hotale-header-side-nav.hotale-style-side-toggle .hotale-logo-inner{
	 margin-left: auto;
	 margin-right: auto;
 }
 
 .hotale-home-page .hotale-header-side-nav.hotale-style-side-toggle .hotale-main-menu-search,
.hotale-home-page .hotale-header-side-nav.hotale-style-side-toggle .hotale-main-menu-cart{
	 float: none;
	 margin-bottom: 8px;
	 padding-left: 0px;
	 margin-left: 0px;
	 margin-top: 0px;
 }
 
 .hotale-home-page .hotale-header-side-nav.hotale-style-side-toggle .hotale-header-icon{
	 padding-bottom: 20px;
	 padding-top: 30px;
 }
 
 .hotale-home-page body.admin-bar .hotale-header-side-nav{
	 padding-top: 32px;
 }
 
 .hotale-home-page html.mm-opened body.admin-bar .hotale-header-side-nav{
	 padding-top: 0px;
 }
 
 /* fixed nav bar */
 .hotale-home-page .hotale-logo-inner{
	 transition: max-width 200ms;
	 -moz-transition: max-width 200ms;
	 -o-transition: max-width 200ms;
	 -webkit-transition: max-width 200ms;
 }
 
 .hotale-home-page .hotale-logo-inner img{
	 width: 100%;
	 /* for ie */
 }
 
 .hotale-home-page .hotale-fixed-nav-logo{
	 display: none;
 }
 
 .hotale-home-page .hotale-sticky-navigation.hotale-fixed-navigation .hotale-fixed-nav-logo{
	 display: block;
 }
 
 .hotale-home-page .hotale-sticky-navigation.hotale-fixed-navigation .hotale-orig-logo{
	 display: none;
 }
 
 .hotale-home-page .hotale-sticky-navigation.hotale-style-fixed .hotale-logo,
.hotale-home-page .hotale-sticky-navigation.hotale-style-fixed .hotale-navigation,
.hotale-home-page .hotale-sticky-navigation.hotale-style-fixed .hotale-navigation .sf-menu>li>a{
	 transition: background 300ms, color 300ms, border-color 300ms, padding 200ms;
	 -moz-transition: background 300ms, color 300ms, border-color 300ms, padding 200ms;
	 -o-transition: background 300ms, color 300ms, border-color 300ms, padding 200ms;
	 -webkit-transition: background 300ms, color 300ms, border-color 300ms, padding 200ms;
 }
 
 .hotale-home-page .hotale-sticky-navigation.hotale-style-fixed .hotale-navigation-top{
	 transition: top 200ms;
	 -moz-transition: top 200ms;
	 -o-transition: top 200ms;
	 -webkit-transition: top 200ms;
 }
 
 .hotale-home-page .hotale-sticky-navigation.hotale-style-fixed.hotale-animate-fixed-navigation .hotale-logo-inner img{
	 transition: height 200ms;
	 -moz-transition: height 200ms;
	 -o-transition: height 200ms;
	 -webkit-transition: height 200ms;
 }
 
 .hotale-home-page .hotale-fixed-navigation.hotale-style-fixed,
.hotale-home-page .hotale-fixed-navigation.hotale-style-slide{
	 position: fixed;
	 top: 0px;
	 left: 0px;
	 right: 0px;
	 z-index: 99;
	 box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	 -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
 }
 
 .hotale-home-page .hotale-fixed-navigation.hotale-style-slide .hotale-logo-inner img{
	 max-height: 35px !important;
	 width: auto;
 }
 
 .hotale-home-page body.hotale-sticky-navigation-no-logo .hotale-fixed-navigation .hotale-logo{
	 display: none;
 }
 
 .hotale-home-page body.hotale-sticky-navigation-no-logo .hotale-mobile-header.hotale-fixed-navigation .hotale-logo{
	 display: block;
 }
 
 .hotale-home-page body.admin-bar .hotale-fixed-navigation.hotale-style-fixed,
.hotale-home-page body.admin-bar .hotale-fixed-navigation.hotale-style-slide{
	 margin-top: 32px;
 }
 
 @media screen and (max-width: 782px) {
	 .hotale-home-page body.admin-bar .hotale-fixed-navigation.hotale-style-slide{
		 margin-top: 0px;
	 }
 }
 
 
 .hotale-home-page .hotale-animate-fixed-navigation.hotale-header-style-plain .hotale-navigation-top{
	 top: 30px;
 }
 
 .hotale-home-page .hotale-animate-fixed-navigation.hotale-header-style-plain.hotale-style-splitted-menu .hotale-logo{
	 margin-top: -10px;
 }
 
 .hotale-home-page .hotale-animate-fixed-navigation.hotale-header-style-plain.hotale-style-splitted-menu .hotale-navigation .sf-menu>li>a{
	 padding-top: 0px;
 }
 
 .hotale-home-page .hotale-animate-fixed-navigation.hotale-header-style-plain.hotale-style-splitted-menu .hotale-navigation-top{
	 top: 22px;
 }
 
 .hotale-home-page .hotale-animate-fixed-navigation.hotale-header-style-plain.hotale-style-center-logo .hotale-logo{
	 position: absolute;
	 left: 0px;
	 top: 0px;
	 z-index: 3;
 }
 
 .hotale-home-page .hotale-animate-fixed-navigation.hotale-header-style-boxed.hotale-style-splitted-menu .hotale-logo{
	 margin-top: -10px;
	 padding-top: 0px;
	 padding-bottom: 0px;
 }
 
 .hotale-home-page .hotale-animate-fixed-navigation.hotale-header-style-boxed.hotale-style-splitted-menu .hotale-navigation .sf-menu>li>a{
	 padding-top: 0px;
 }
 
 /* page title */
 .hotale-home-page .hotale-page-title-wrap{
	 background-position: center;
	 background-size: cover;
	 position: relative;
	 overflow: hidden;
	 clear: both;
 }
 
 .hotale-home-page .hotale-page-title-wrap .hotale-page-title-overlay{
	 position: absolute;
	 top: 0px;
	 right: 0px;
	 bottom: 0px;
	 left: 0px;
 }
 
 .hotale-home-page .hotale-page-title-wrap .hotale-page-title-top-gradient{
	 position: absolute;
	 top: 0px;
	 right: 0px;
	 left: 0px;
 }
 
 .hotale-home-page .hotale-page-title-wrap .hotale-page-title-bottom-gradient{
	 position: absolute;
	 right: 0px;
	 bottom: 0px;
	 left: 0px;
 }
 
 .hotale-home-page .hotale-page-title-wrap .hotale-page-title-container{
	 position: relative;
 }
 
 .hotale-home-page .hotale-page-title-wrap .hotale-page-title{
	 text-transform: uppercase;
	 letter-spacing: 2px;
 }
 
 .hotale-home-page .hotale-page-title-wrap.hotale-style-small .hotale-page-title{
	 font-size: 37px;
	 margin-bottom: 0px;
 }
 
 .hotale-home-page .hotale-page-title-wrap.hotale-style-small .hotale-page-caption{
	 font-size: 16px;
	 margin-top: 13px;
 }
 
 .hotale-home-page .hotale-page-title-wrap.hotale-style-small .hotale-page-title-content{
	 padding-top: 93px;
	 padding-bottom: 87px;
 }
 
 .hotale-home-page .hotale-page-title-wrap.hotale-style-medium .hotale-page-title{
	 font-size: 54px;
	 margin-bottom: 0px;
 }
 
 .hotale-home-page .hotale-page-title-wrap.hotale-style-medium .hotale-page-caption{
	 font-size: 19px;
	 margin-top: 13px;
 }
 
 .hotale-home-page .hotale-page-title-wrap.hotale-style-medium .hotale-page-title-content{
	 padding-top: 126px;
	 padding-bottom: 116px;
 }
 
 .hotale-home-page .hotale-page-title-wrap.hotale-style-large .hotale-page-title{
	 font-size: 75px;
	 margin-bottom: 0px;
 }
 
 .hotale-home-page .hotale-page-title-wrap.hotale-style-large .hotale-page-caption{
	 font-size: 25px;
	 margin-top: 13px;
 }
 
 .hotale-home-page .hotale-page-title-wrap.hotale-style-large .hotale-page-title-content{
	 padding-top: 184px;
	 padding-bottom: 168px;
 }
 
 .hotale-home-page .hotale-page-title-wrap.hotale-style-custom .hotale-page-title{
	 font-size: 37px;
	 margin-bottom: 0px;
 }
 
 .hotale-home-page .hotale-page-title-wrap.hotale-style-custom .hotale-page-caption{
	 font-size: 16px;
 }
 
 .hotale-home-page .hotale-page-title-event-time{
	 margin-top: 12px;
 }
 
 .hotale-home-page .hotale-page-title-event-link{
	 margin-top: 12px;
 }
 
 /**
  * 3.0 - Footer
  */
 
 /* footer */
 .hotale-home-page .hotale-footer-wrapper{
	 background-position: center;
 }
 
 .hotale-home-page .hotale-footer-wrapper .hotale-footer-container{
	 /*overflow: hidden;*/
 }
 
 .hotale-home-page .hotale-footer-wrapper .hotale-widget-title{
	 font-size: 13px;
	 text-transform: uppercase;
	 letter-spacing: 1.5px;
	 margin-bottom: 35px;
 }
 
 .hotale-home-page .hotale-footer-wrapper .hotale-widget-title .gdlr-core-flexslider-nav{
	 float: right;
	 margin-left: 20px;
 }
 
 .hotale-home-page .hotale-footer-wrapper .widget{
	 margin-bottom: 35px;
 }
 
 .hotale-home-page .hotale-footer-wrapper .widget:last-child{
	 margin-bottom: 0px;
 }
 
 .hotale-home-page .hotale-footer-wrapper,
.hotale-home-page .hotale-footer-wrapper *{
	 line-height: 2;
 }
 
 .hotale-home-page .hotale-footer-wrapper.hotale-with-column-divider .hotale-footer-column{
	 padding-bottom: 1029px;
	 margin-bottom: -1020px;
	 border-left: 1px;
	 border-style: solid;
	 border-color: inherit;
	 padding-left: 30px;
	 padding-right: 30px;
 }
 
 .hotale-home-page .hotale-footer-wrapper.hotale-with-column-divider .hotale-footer-column:first-child{
	 border: none;
 }
 
 .hotale-home-page .hotale-fixed-footer{
	 position: fixed;
	 left: 0px;
	 right: 0px;
	 bottom: 0px;
 }
 
 .hotale-home-page body.hotale-boxed .hotale-fixed-footer .hotale-footer-wrapper,
.hotale-home-page body.hotale-boxed .hotale-fixed-footer .hotale-copyright-wrapper{
	 margin-left: auto;
	 margin-right: auto;
 }
 
 .hotale-home-page .hotale-footer-back-to-top-button{
	 position: fixed;
	 z-index: 9;
	 right: 30px;
	 bottom: 30px;
	 font-size: 18px;
	 line-height: 20px;
	 width: 45px;
	 height: 45px;
	 text-align: center;
	 padding: 12px;
	 cursor: pointer;
	 opacity: 0;
	 border-radius: 50%;
	 -moz-border-radius: 50%;
	 -webkit-border-radius: 50%;
	 pointer-events: none;
	 transition: opacity 300ms;
	 -moz-transition: opacity 300ms;
	 -o-transition: opacity 300ms;
	 -webkit-transition: opacity 300ms;
 }
 
 .hotale-home-page .hotale-footer-back-to-top-button.hotale-scrolled{
	 opacity: 1;
	 pointer-events: auto;
 }
 
 /* copyright */
 .hotale-home-page .hotale-footer-wrapper{
	 padding-top: 70px;
	 padding-bottom: 50px;
 }
 
 .hotale-home-page .hotale-copyright-container{
	 text-transform: uppercase;
	 letter-spacing: 2px;
 }
 
 .hotale-home-page .hotale-copyright-text{
	 text-align: center;
	 font-size: 14px;
 }
 
 .hotale-home-page .hotale-copyright-left{
	 float: left;
 }
 
 .hotale-home-page .hotale-copyright-right{
	 float: right;
 }
 
 /**
  * 4.0 - Blog
  */
 
 /* single */
 .hotale-home-page .hotale-single-article.hotale-style .hotale-single-article-title{
	 font-size: 39px;
	 font-weight: 600;
	 margin-bottom: 15px;
 }
 
 .hotale-home-page .hotale-single-article.hotale-style .hotale-single-article-head{
	 text-align: left;
 }
 
 .hotale-home-page .hotale-single-article.hotale-style .hotale-blog-info-wrapper{
	 margin-bottom: 8px;
 }
 
 .hotale-home-page .hotale-single-article.hotale-style .hotale-excerpt-read-more{
	 margin-top: 12px;
 }
 
 .hotale-home-page .hotale-single-article-date-wrapper{
	 float: left;
	 width: 58px;
	 border-right-width: 1px;
	 border-right-style: solid;
	 line-height: 1;
	 margin-top: 8px;
	 margin-right: 30px;
	 padding-right: 20px;
	 text-align: center;
 }
 
 .hotale-home-page .hotale-single-article-date-wrapper .hotale-single-article-date-day{
	 font-size: 27px;
	 font-weight: bold;
	 margin-bottom: 8px;
	 margin-top: -4px;
	 letter-spacing: 1px;
	 white-space: nowrap;
 }
 
 .hotale-home-page .hotale-single-article-date-wrapper .hotale-single-article-date-month{
	 font-size: 14px;
	 text-transform: uppercase;
	 letter-spacing: 1px;
 }
 
 .hotale-home-page .hotale-single-article-date-wrapper .hotale-single-article-date-year{
	 font-size: 12px;
	 margin-top: 4px;
 }
 
 .hotale-home-page .hotale-single-article{
	 padding-bottom: 10px;
 }
 
 .hotale-home-page .hotale-single-article .hotale-single-article-content ul,
.hotale-home-page .hotale-single-article .hotale-single-article-content ol{
	 line-height: 2;
 }
 
 .hotale-home-page .hotale-single-article .hotale-single-article-thumbnail{
	 margin-bottom: 42px;
 }
 
 .hotale-home-page .hotale-single-article .hotale-single-article-head{
	 margin-bottom: 32px;
 }
 
 .hotale-home-page .hotale-single-article .hotale-single-article-title{
	 font-size: 37px;
	 font-weight: 700;
	 margin-bottom: 16px;
	 letter-spacing: 0.5px;
 }
 
 .hotale-home-page .hotale-single-article .hotale-single-article-head-right{
	 overflow: hidden;
 }
 
 .hotale-home-page .hotale-blog-info-wrapper .hotale-head{
	 margin-right: 13px;
	 vertical-align: middle;
 }
 
 .hotale-home-page .hotale-blog-info-wrapper .hotale-head i{
	 font-size: 15px;
 }
 
 .hotale-home-page .hotale-blog-info-wrapper .hotale-blog-info{
	 display: inline-block;
	 margin-right: 25px;
	 font-size: 11px;
	 font-weight: bold;
	 letter-spacing: 1px;
	 text-transform: uppercase;
 }
 
 .hotale-home-page .hotale-blog-info-wrapper .hotale-blog-info:last-child{
	 margin-right: 0px;
 }
 
 .hotale-home-page .hotale-sticky-banner{
	 line-height: 1;
	 display: inline-block;
	 letter-spacing: 0.5px;
	 padding: 18px 20px 17px;
	 text-transform: uppercase;
	 font-size: 11px;
	 font-weight: bold;
	 margin-bottom: 22px;
 }
 
 .hotale-home-page .hotale-sticky-banner i{
	 font-size: 12px;
	 margin-right: 10px;
 }
 
 .hotale-home-page .hotale-single-article-thumbnail .hotale-sticky-banner{
	 position: absolute;
	 left: 0px;
	 bottom: 0px;
	 margin-bottom: 0px;
 }
 
 .hotale-home-page body.single-post .hotale-sidebar-style-none{
	 margin-left: auto;
	 margin-right: auto;
 }
 
 .hotale-home-page body.blog .hotale-sidebar-style-none{
	 margin-left: auto;
	 margin-right: auto;
 }
 
 .hotale-home-page body.blog .hotale-single-article,
.hotale-home-page body.archive .hotale-single-article,
.hotale-home-page body.search .hotale-single-article{
	 padding-bottom: 60px;
 }
 
 .hotale-home-page .hotale-archive-taxonomy-description{
	 margin-bottom: 60px;
 }
 
 /* single post format */
 .hotale-home-page .hotale-blog-aside-format .hotale-single-article-content{
	 font-size: 18px;
	 font-style: italic;
	 padding: 50px 60px 40px;
 }
 
 .hotale-home-page .hotale-blog-aside-format .hotale-excerpt-read-more{
	 display: none;
 }
 
 .hotale-home-page .hotale-blog-quote-format .hotale-single-article-content{
	 padding: 50px 45px 40px;
	 position: relative;
 }
 
 .hotale-home-page .hotale-blog-quote-format .hotale-blog-quote-background{
	 position: absolute;
	 top: 0px;
	 right: 0px;
	 bottom: 0px;
	 left: 0px;
	 background-size: cover;
	 background-position: center;
	 opacity: 0.3;
	 filter: alpha(opacity=30);
 }
 
 .hotale-home-page .hotale-blog-quote-format .hotale-blog-quote{
	 display: none;
	 float: left;
	 font-size: 120px;
	 font-weight: 800;
	 margin-top: -10px;
	 line-height: 1;
	 margin-right: 35px;
	 position: relative;
 }
 
 .hotale-home-page .hotale-blog-quote-format .hotale-blog-content-wrap{
	 overflow: hidden;
	 position: relative;
 }
 
 .hotale-home-page .hotale-blog-quote-format .hotale-blog-quote-content{
	 font-size: 18px;
	 font-style: italic;
 }
 
 .hotale-home-page .hotale-blog-quote-format .hotale-blog-quote-author{
	 font-size: 16px;
	 font-style: italic;
	 margin-bottom: 20px;
	 font-weight: bold;
 }
 
 .hotale-home-page .hotale-blog-quote-format .hotale-blog-quote-author:before{
	 content: "-";
	 margin-right: 2px;
 }
 
 .hotale-home-page .hotale-blog-quote-format .hotale-excerpt-read-more{
	 display: none;
 }
 
 .hotale-home-page .hotale-blog-quote-format blockquote,
.hotale-home-page .hotale-blog-quote-format q{
	 background: transparent;
	 border: none;
	 padding: 0px;
	 margin-top: 0px;
	 margin-bottom: 0px;
	 font-size: 18px;
 }
 
 .hotale-home-page .hotale-blog-link-format .hotale-blog-icon-link{
	 font-size: 23px;
	 float: left;
	 margin-right: 30px;
	 margin-top: 5px;
 }
 
 .hotale-home-page .hotale-blog-link-format .hotale-blog-content-wrap{
	 overflow: hidden;
 }
 
 .hotale-home-page .hotale-blog-link-format .hotale-blog-title{
	 font-size: 20px;
	 text-transform: none;
	 letter-spacing: 0px;
	 margin-bottom: 9px;
 }
 
 .hotale-home-page .hotale-blog-link-format .hotale-blog-content{
	 font-size: 14px;
	 margin-bottom: 0px;
 }
 
 .hotale-home-page .hotale-blog-link-format .hotale-excerpt-read-more{
	 display: none;
 }
 
 /* single social share */
 .hotale-home-page .hotale-single-social-share{
	 padding-top: 10px;
	 padding-bottom: 48px;
 }
 
 /* single author */
 .hotale-home-page .hotale-single-author{
	 text-align: center;
	 margin-bottom: 55px;
	 margin-top: 41px;
	 border-top-width: 1px;
	 border-top-style: solid;
 }
 
 .hotale-home-page .hotale-single-author .hotale-single-author-wrap{
	 max-width: 80%;
	 margin: -41px auto 0px;
 }
 
 .hotale-home-page .hotale-single-author .hotale-single-author-avartar{
	 max-width: 80px;
	 margin: 0px auto 37px;
	 overflow: hidden;
	 border-radius: 50%;
	 -moz-border-radius: 50%;
	 -webkit-border-radius: 50%;
 }
 
 .hotale-home-page .hotale-single-author .hotale-single-author-caption{
	 font-size: 14px;
	 font-style: italic;
	 margin-bottom: 9px;
	 letter-spacing: 0.5px;
 }
 
 .hotale-home-page .hotale-single-author .hotale-single-author-title{
	 font-size: 26px;
	 margin-bottom: 22px;
 }
 
 /* single navigation */
 .hotale-home-page .hotale-single-nav-area{
	 border-top: 1px;
	 border-bottom: 1px;
	 border-style: solid;
	 padding: 33px 0px;
	 margin-bottom: 55px;
 }
 
 .hotale-home-page .hotale-single-nav i{
	 font-size: 25px;
 }
 
 .hotale-home-page .hotale-single-nav .hotale-text{
	 font-size: 15px;
	 text-transform: uppercase;
	 font-weight: bold;
	 letter-spacing: 1.5px;
 }
 
 .hotale-home-page .hotale-single-nav-left{
	 float: left;
 }
 
 .hotale-home-page .hotale-single-nav-left i{
	 margin-right: 15px;
	 vertical-align: middle;
 }
 
 .hotale-home-page .hotale-single-nav-right{
	 float: right;
 }
 
 .hotale-home-page .hotale-single-nav-right i{
	 margin-left: 15px;
	 vertical-align: middle;
 }
 
 /* blog tags */
 .hotale-home-page .hotale-single-author-tags{
	 margin-bottom: 65px;
	 margin-top: -18px;
 }
 
 .hotale-home-page .hotale-single-author-tags a{
	 display: inline-block;
	 font-size: 12px;
	 padding: 5px 13px 4px;
	 margin-right: 12px;
	 border-width: 2px;
	 border-style: solid;
	 font-weight: bold;
	 border-radius: 3px;
	 -moz-border-radius: 3px;
	 -webkit-border-radius: 3px;
 }
 
 .hotale-home-page .hotale-blog-style-1 .hotale-single-related-post-title{
	 font-size: 22px;
	 margin-bottom: 30px;
	 font-weight: 700;
	 text-align: left;
	 letter-spacing: 0px;
	 text-transform: none;
 }
 
 .hotale-home-page .hotale-single-related-post-container .gdlr-core-blog-grid .gdlr-core-blog-title{
	 font-size: 17px;
	 font-weight: 600;
 }
 
 /* blog style 4 */
 .hotale-home-page .hotale-single-blog-title-style-4.hotale-single-article-head{
	 text-align: center;
	 margin-bottom: 0px;
 }
 
 .hotale-home-page .hotale-single-blog-title-style-4.hotale-single-article .hotale-single-article-title{
	 font-size: 50px;
	 font-weight: 800;
	 margin-bottom: 20px;
 }
 
 .hotale-home-page .hotale-single-blog-title-style-4 .hotale-blog-info-wrapper .hotale-blog-info .hotale-head{
	 display: none;
 }
 
 .hotale-home-page .hotale-single-blog-title-style-4 .hotale-blog-info-wrapper .hotale-blog-info{
	 margin-right: 0px;
	 text-transform: none;
	 font-size: 15px;
	 font-weight: normal;
 }
 
 .hotale-home-page .hotale-single-blog-title-style-4 .hotale-blog-info-wrapper .hotale-blog-info .hotale-blog-info-sep{
	 margin: 0px 15px;
 }
 
 .hotale-home-page .hotale-single-blog-title-style-4 .hotale-blog-info-wrapper .hotale-blog-info:first-child .hotale-blog-info-sep{
	 display: none;
 }
 
 .hotale-home-page .hotale-blog-style-4 .hotale-single-article-thumbnail img{
	 border-radius: 6px;
	 -moz-border-radius: 6px;
	 -webkit-border-radius: 6px;
 }
 
 .hotale-home-page .hotale-blog-style-4 .hotale-single-article-thumbnail.hotale-media-gallery img{
	 border-radius: 0px;
	 -moz-border-radius: 0px;
	 -webkit-border-radius: 0px;
 }
 
 .hotale-home-page .hotale-blog-style-4 .hotale-single-nav-area{
	 border-top: 0px;
	 padding-top: 0px;
	 border-bottom: 0px;
	 padding-bottom: 0px;
 }
 
 .hotale-home-page .hotale-blog-style-4 .hotale-single-nav .hotale-text{
	 font-size: 12px;
	 letter-spacing: 3px;
	 display: block;
	 margin-bottom: 9px;
 }
 
 .hotale-home-page .hotale-blog-style-4 .hotale-single-nav-title{
	 font-size: 17px;
	 font-weight: bold;
	 letter-spacing: 0.5px;
	 line-height: 1;
 }
 
 .hotale-home-page .hotale-blog-style-4 .hotale-single-nav-left{
	 max-width: 50%;
 }
 
 .hotale-home-page .hotale-blog-style-4 .hotale-single-nav-right{
	 text-align: right;
	 max-width: 50%;
 }
 
 .hotale-home-page .hotale-blog-style-4 .gdlr-core-social-share-item{
	 float: left;
 }
 
 .hotale-home-page .hotale-blog-style-4 .gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-count{
	 font-size: 13px;
	 font-weight: bold;
 }
 
 .hotale-home-page .hotale-blog-style-4 .gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-suffix{
	 font-size: 13px;
	 font-weight: bold;
	 letter-spacing: 3px;
 }
 
 .hotale-home-page .hotale-blog-style-4 .gdlr-core-social-share-item .gdlr-core-divider{
	 display: none;
 }
 
 .hotale-home-page .hotale-blog-style-4 .gdlr-core-social-share-item .gdlr-core-social-share-count{
	 margin-right: 32px;
 }
 
 .hotale-home-page .hotale-blog-style-4 .hotale-single-social-share{
	 border-top-width: 1px;
	 border-top-style: solid;
	 padding-top: 19px;
 }
 
 .hotale-home-page .hotale-blog-style-4 .hotale-single-magazine-author-tags{
	 padding-bottom: 0px;
	 float: right;
 }
 
 .hotale-home-page .hotale-blog-style-4 .hotale-single-magazine-author-tags a{
	 font-size: 11px;
	 letter-spacing: 2px;
	 font-weight: 600;
	 text-transform: uppercase;
	 padding: 8px 17px 10px;
	 display: inline-block;
	 margin-right: 5px;
	 margin-bottom: 5px;
 }
 
 .hotale-home-page .hotale-blog-style-4 .hotale-comments-area .comment-author{
	 font-size: 16px;
 }
 
 .hotale-home-page .hotale-blog-style-4 section.comment-content{
	 font-size: 15px;
 }
 
 .hotale-home-page .hotale-blog-style-4 .hotale-single-related-post-title,
.hotale-home-page .hotale-blog-style-4 .hotale-comments-area .hotale-comments-title,
.hotale-home-page .hotale-blog-style-4 .hotale-comments-area .comment-reply-title{
	 font-size: 22px;
	 margin-bottom: 30px;
	 font-weight: 700;
	 text-align: left;
	 letter-spacing: 0px;
	 text-transform: none;
 }
 
 .hotale-home-page .hotale-blog-style-4 .hotale-single-author{
	 border-top: none;
	 background: #fff;
	 box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
	 padding: 45px;
	 margin-top: 30px;
	 margin-bottom: 80px;
 }
 
 .hotale-home-page .hotale-blog-style-4 .hotale-single-author .hotale-single-author-avartar{
	 float: left;
	 margin-bottom: 0px;
	 margin-right: 33px;
 }
 
 .hotale-home-page .hotale-blog-style-4 .hotale-single-author .hotale-single-author-wrap{
	 max-width: 100%;
	 margin: 0px;
 }
 
 .hotale-home-page .hotale-blog-style-4 .hotale-single-author-content-wrap{
	 overflow: hidden;
	 text-align: left;
 }
 
 .hotale-home-page .hotale-blog-style-4 .hotale-single-author .hotale-single-author-title{
	 font-size: 18px;
	 margin-bottom: 16px;
	 font-weight: 700;
 }
 
 .hotale-home-page .hotale-blog-style-4 .hotale-comments-area{
	 border-top-width: 1px;
	 border-top-style: solid;
	 padding-top: 45px;
	 margin-top: 5px;
 }
 
 .hotale-home-page .hotale-blog-style-4 .hotale-comments-area .comment-time{
	 font-style: normal;
	 font-size: 13px;
	 text-transform: uppercase;
	 font-weight: 600;
	 letter-spacing: 1px;
 }
 
 .hotale-home-page .hotale-blog-style-4 .hotale-comments-area .edit-link,
.hotale-home-page .hotale-blog-style-4 .hotale-comments-area .comment-reply{
	 font-size: 14px;
	 font-weight: 700;
	 letter-spacing: 2px;
	 text-transform: uppercase;
	 text-decoration: none;
 }
 
 .hotale-home-page .hotale-blog-style-4 .hotale-comments-area .comment-respond{
	 background: transparent;
	 padding: 10px 0px 30px;
	 margin-bottom: 40px;
 }
 
 .hotale-home-page .hotale-blog-style-4 .hotale-comments-area textarea{
	 border-bottom-width: 1px;
 }
 
 .hotale-home-page .hotale-blog-style-4 .hotale-comments-area input[type="text"]{
	 border-bottom-width: 1px;
 }
 
 .hotale-home-page .hotale-blog-style-4 .hotale-comments-area .hotale-comment-form-author{
	 width: 33.33%;
 }
 
 .hotale-home-page .hotale-blog-style-4 .hotale-comments-area .hotale-comment-form-email{
	 width: 33.33%;
	 padding-right: 7px;
 }
 
 .hotale-home-page .hotale-blog-style-4 .hotale-comment-form-url{
	 width: 33.33%;
	 float: left;
	 padding-left: 7px;
 }
 
 .hotale-home-page .hotale-blog-style-4 .hotale-comments-area .form-submit{
	 text-align: left;
 }
 
 .hotale-home-page .hotale-blog-style-4 .hotale-comments-area .form-submit input[type="submit"]{
	 font-size: 12px;
	 border-radius: 30px;
	 -moz-border-radius: 30px;
	 -webkit-border-radius: 30px;
 }
 
 .hotale-home-page .hotale-blog-style-4 .hotale-single-related-post-wrap .gdlr-core-blog-grid .gdlr-core-blog-title{
	 margin-bottom: 6px;
	 font-weight: 700;
 }
 
 .hotale-home-page .hotale-blog-style-4 .hotale-button,
.hotale-home-page .hotale-blog-style-4 input[type="button"],
.hotale-home-page .hotale-blog-style-4 input[type="submit"],
.hotale-home-page .hotale-blog-style-4 input[type="reset"]{
	 font-size: 13px;
	 font-weight: bold;
	 text-transform: uppercase;
	 letter-spacing: 0.8px;
	 padding: 21px 35px 23px;
 }
 
 /* blog style 2 */
 .hotale-home-page .hotale-blog-title-wrap .hotale-single-blog-title-style-2 .hotale-single-article-title{
	 margin-bottom: 0px;
	 margin-top: 5px;
 }
 
 .hotale-home-page .hotale-single-blog-title-style-2 .hotale-blog-info-wrapper .hotale-blog-info .hotale-head{
	 display: none;
 }
 
 .hotale-home-page .hotale-single-blog-title-style-2 .hotale-blog-info-wrapper .hotale-blog-info{
	 margin-right: 0px;
	 text-transform: none;
	 font-size: 13px;
 }
 
 .hotale-home-page .hotale-single-blog-title-style-2 .hotale-blog-info-wrapper .hotale-blog-info .hotale-blog-info-sep{
	 margin: 0px 15px;
 }
 
 .hotale-home-page .hotale-single-blog-title-style-2 .hotale-blog-info-wrapper .hotale-blog-info:first-child .hotale-blog-info-sep{
	 display: none;
 }
 
 .hotale-home-page .hotale-blog-style-2 .hotale-single-author .hotale-single-author-wrap{
	 margin: 0px;
 }
 
 .hotale-home-page .hotale-blog-style-2 .hotale-single-author{
	 border-top-width: 0px;
	 margin-top: 0px;
	 text-align: left;
 }
 
 .hotale-home-page .hotale-blog-style-2 .hotale-single-author .hotale-single-author-avartar{
	 margin: 0px;
	 float: left;
	 margin-right: 30px;
	 max-width: 100px;
	 border-radius: 3px;
	 -moz-border-radius: 3px;
	 -webkit-border-radius: 3px;
 }
 
 .hotale-home-page .hotale-blog-style-2 .hotale-single-author .hotale-single-author-caption{
	 display: none;
 }
 
 .hotale-home-page .hotale-blog-style-2 .hotale-single-author .hotale-single-author-content-wrap{
	 overflow: hidden;
	 padding-top: 12px;
 }
 
 .hotale-home-page .hotale-blog-style-2 .hotale-single-author .hotale-single-author-title{
	 font-size: 20px;
	 margin-bottom: 10px;
 }
 
 .hotale-home-page .hotale-blog-style-2 .gdlr-core-social-share-item{
	 text-align: left;
 }
 
 .hotale-home-page .hotale-blog-style-2 .gdlr-core-social-share-item .gdlr-core-social-share-count{
	 margin-right: 25px;
	 font-weight: bold;
 }
 
 .hotale-home-page .hotale-blog-style-2 .gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-count{
	 font-size: 16px;
 }
 
 .hotale-home-page .hotale-blog-style-2 .gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-suffix{
	 font-size: 16px;
	 text-transform: none;
	 letter-spacing: 0px;
 }
 
 .hotale-home-page .hotale-blog-style-2 .gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-divider{
	 display: none;
 }
 
 .hotale-home-page .hotale-blog-style-2 .hotale-single-article{
	 padding-bottom: 0px;
 }
 
 .hotale-home-page .hotale-blog-style-2 .hotale-single-nav-area{
	 border: none;
	 padding: 30px 0px 0px;
	 margin-bottom: 0px;
 }
 
 .hotale-home-page .hotale-blog-style-2 .hotale-single-nav-area a,
.hotale-home-page .hotale-blog-style-2 .hotale-single-nav-area a:hover{
	 color: #fff;
 }
 
 .hotale-home-page .hotale-blog-style-2 .hotale-single-nav-area-left{
	 float: left;
	 width: 50%;
	 padding: 50px 80px;
	 position: relative;
	 overflow: hidden;
 }
 
 .hotale-home-page .hotale-blog-style-2 .hotale-single-nav-area-right{
	 float: left;
	 width: 50%;
	 padding: 50px 80px;
	 position: relative;
	 overflow: hidden;
 }
 
 .hotale-home-page .hotale-blog-style-2 .hotale-single-nav-area-background{
	 position: absolute;
	 top: 0px;
	 right: 0px;
	 bottom: 0px;
	 left: 0px;
	 background-size: cover;
	 background-position: center;
	 transition: transform 300ms ease-out;
	 -moz-transition: transform 300ms ease-out;
	 -o-transition: transform 300ms ease-out;
	 -webkit-transition: transform 300ms ease-out;
 }
 
 .hotale-home-page .hotale-blog-style-2 .hotale-single-nav-area-left:hover .hotale-single-nav-area-background,
.hotale-home-page .hotale-blog-style-2 .hotale-single-nav-area-right:hover .hotale-single-nav-area-background{
	 -webkit-transform: scale(1.1);
	 transform: scale(1.1);
 }
 
 .hotale-home-page .hotale-blog-style-2 .hotale-single-nav-left i{
	 font-size: 20px;
 }
 
 .hotale-home-page .hotale-blog-style-2 .hotale-single-nav-left,
.hotale-home-page .hotale-blog-style-2 .hotale-single-nav-right{
	 float: none;
 }
 
 .hotale-home-page .hotale-blog-style-2 .hotale-single-nav{
	 position: relative;
 }
 
 .hotale-home-page .hotale-blog-style-2 .hotale-single-nav .hotale-text{
	 letter-spacing: 0px;
	 text-transform: none;
 }
 
 .hotale-home-page .hotale-blog-style-2 .hotale-single-nav-title{
	 font-size: 22px;
	 font-weight: 800;
	 display: block;
	 margin-top: 2px;
 }
 
 .hotale-home-page .hotale-blog-style-2 .hotale-single-nav-area-overlay{
	 opacity: 0.7;
	 filter: alpha(opacity=62);
	 position: absolute;
	 top: 0px;
	 right: 0px;
	 bottom: 0px;
	 left: 0px;
 }
 
 .hotale-home-page .hotale-blog-style-2 .hotale-comment-wrapper{
	 padding-top: 80px;
 }
 
 .hotale-home-page .hotale-blog-style-2 .hotale-comment-content{
	 margin: 0px auto;
 }
 
 .hotale-home-page .hotale-blog-style-2 .hotale-comments-area .hotale-comments-title{
	 text-align: left;
	 text-transform: none;
	 letter-spacing: 0px;
	 font-weight: 800;
	 font-size: 20px;
 }
 
 .hotale-home-page .hotale-blog-style-2 .hotale-comments-area .comment-avatar{
	 max-width: 90px;
	 border-radius: 3px;
 }
 
 .hotale-home-page .hotale-blog-style-2 .hotale-comments-area .comment-author{
	 font-size: 18px;
 }
 
 .hotale-home-page .hotale-blog-style-2 .hotale-comments-area .comment-time{
	 font-size: 13px;
	 font-style: normal;
 }
 
 .hotale-home-page .hotale-blog-style-2 .hotale-comments-area .comment-content{
	 font-size: 15px;
 }
 
 .hotale-home-page .hotale-blog-style-2 .hotale-comments-area .comment-meta{
	 margin-bottom: 16px;
 }
 
 .hotale-home-page .hotale-blog-style-2 .hotale-comments-area .comment-reply{
	 text-transform: none;
	 font-weight: 800;
	 letter-spacing: 0px;
 }
 
 .hotale-home-page .hotale-blog-style-2 .hotale-comments-area .comment-article{
	 padding-bottom: 0px;
	 border-bottom-width: 0px;
 }
 
 .hotale-home-page .hotale-blog-style-2 .hotale-comments-area .comment-reply-title{
	 font-size: 20px;
	 letter-spacing: 0px;
	 text-align: left;
	 text-transform: none;
	 font-weight: 800;
	 margin-bottom: 35px;
 }
 
 .hotale-home-page .hotale-blog-style-2 .hotale-comments-area .comment-respond{
	 padding: 0px 0px 85px;
	 background: transparent;
	 margin-bottom: 0px;
 }
 
 .hotale-home-page .hotale-blog-style-2 .hotale-comments-area textarea{
	 font-size: 14px;
	 padding: 20px 22px;
	 margin-bottom: 22px;
 }
 
 .hotale-home-page .hotale-blog-style-2 .hotale-comments-area input[type="text"]{
	 font-size: 14px;
	 padding: 20px 22px;
	 margin-bottom: 22px;
 }
 
 .hotale-home-page .hotale-blog-style-2 .hotale-comments-area .hotale-comment-form-author{
	 width: 33.33%;
	 padding-right: 13px;
 }
 
 .hotale-home-page .hotale-blog-style-2 .hotale-comments-area .hotale-comment-form-email{
	 width: 33.33%;
	 padding-right: 7px;
 }
 
 .hotale-home-page .hotale-blog-style-2 .hotale-comments-area .hotale-comment-form-url{
	 width: 33.33%;
	 float: left;
	 padding-left: 14px;
 }
 
 .hotale-home-page .hotale-blog-style-2 .hotale-comments-area .form-submit{
	 text-align: left;
	 padding-top: 0px;
 }
 
 .hotale-home-page .hotale-blog-style-2 .hotale-comments-area .form-submit input[type="submit"]{
	 font-size: 13px;
	 text-transform: none;
	 padding: 16px 30px;
	 border-radius: 3px;
	 -moz-border-radius: 3px;
	 -webkit-border-radius: 3px;
 }
 
 .hotale-home-page .hotale-blog-style-2 .hotale-single-related-post-wrap{
	 padding: 80px 0px 50px;
 }
 
 .hotale-home-page .hotale-blog-style-2 .hotale-single-related-post-container{
	 padding-left: 80px;
	 padding-right: 80px;
 }
 
 .hotale-home-page .hotale-blog-style-2 .hotale-single-related-post-title{
	 font-size: 20px;
	 margin-bottom: 40px;
	 font-weight: 800;
 }
 
 .hotale-home-page .hotale-blog-style-2 .hotale-single-related-post-container{
	 margin: 0px auto;
 }
 
 .hotale-home-page .hotale-blog-style-2 .gdlr-core-blog-grid .gdlr-core-blog-title{
	 font-size: 21px;
 }
 
 .hotale-home-page .hotale-blog-style-2 .hotale-single-related-post-wrap .gdlr-core-sticky-banner{
	 display: none;
 }
 
 /* blog style 3 */
 .hotale-home-page .hotale-blog-style-3 .hotale-single-nav-left,
.hotale-home-page .hotale-blog-style-3 .hotale-single-nav-right{
	 max-width: 50%;
 }
 
 .hotale-home-page .hotale-blog-style-3 .hotale-single-nav-right{
	 text-align: right;
 }
 
 .hotale-home-page .hotale-blog-style-3 .hotale-single-nav .hotale-text{
	 font-size: 14px;
	 text-transform: uppercase;
	 letter-spacing: 1px;
	 font-weight: 700;
	 display: block;
	 margin-bottom: 8px;
 }
 
 .hotale-home-page .hotale-blog-style-3 .hotale-single-nav .hotale-single-nav-title{
	 font-size: 18px;
	 font-weight: 800;
 }
 
 .hotale-home-page .hotale-blog-style-3 .hotale-single-social-share{
	 padding-bottom: 27px;
 }
 
 .hotale-home-page .hotale-blog-style-3 .gdlr-core-social-share-item{
	 position: relative;
 }
 
 .hotale-home-page .hotale-blog-style-3 .gdlr-core-social-share-item .gdlr-core-social-share-count{
	 position: absolute;
	 right: 0px;
 }
 
 .hotale-home-page .hotale-blog-style-3 .gdlr-core-social-share-item .gdlr-core-social-share-wrap{
	 margin-right: 25px;
	 float: left;
 }
 
 .hotale-home-page .hotale-blog-style-3 .gdlr-core-social-share-item .gdlr-core-divider{
	 display: none;
 }
 
 .hotale-home-page .hotale-blog-style-3 .gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-count{
	 font-size: 15px;
	 margin-right: 6px;
 }
 
 .hotale-home-page .hotale-blog-style-3 .gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-suffix{
	 font-size: 15px;
	 text-transform: none;
	 font-weight: 600;
	 letter-spacing: 0px;
 }
 
 .hotale-home-page .hotale-blog-style-3 .hotale-single-author .hotale-single-author-avartar{
	 margin: 0px;
	 float: left;
	 margin-right: 40px;
	 border-width: 1px;
	 border-style: solid;
	 max-width: 116px;
	 padding: 8px;
 }
 
 .hotale-home-page .hotale-blog-style-3 .hotale-single-author .hotale-single-author-wrap{
	 max-width: 100%;
	 margin: 0px;
 }
 
 .hotale-home-page .hotale-blog-style-3 .hotale-single-author{
	 border: none;
 }
 
 .hotale-home-page .hotale-blog-style-3 .hotale-single-author-content-wrap{
	 overflow: hidden;
	 text-align: left;
 }
 
 .hotale-home-page .hotale-blog-style-3 .hotale-single-author .hotale-single-author-title{
	 font-size: 18px;
	 margin-bottom: 15px;
 }
 
 .hotale-home-page .hotale-blog-style-3 .hotale-single-author .hotale-single-author-avartar img{
	 border-radius: 50%;
	 -moz-border-radius: 50%;
	 -webkit-border-radius: 50%;
 }
 
 .hotale-home-page .hotale-blog-style-3 .hotale-comments-area .hotale-comments-title{
	 font-size: 25px;
	 text-align: left;
	 letter-spacing: 0px;
	 text-transform: none;
	 font-weight: 800;
	 margin-bottom: 30px;
 }
 
 .hotale-home-page .hotale-blog-style-3 .hotale-comments-area .comment-respond{
	 background: transparent;
	 padding: 0px;
 }
 
 .hotale-home-page .hotale-blog-style-3 .hotale-comments-area textarea,
.hotale-home-page .hotale-blog-style-3 .hotale-comments-area input[type="text"]{
	 border-bottom-width: 1px;
	 font-size: 14px;
	 font-weight: 500;
 }
 
 .hotale-home-page .hotale-blog-style-3 .hotale-comments-area input[type="checkbox"]{
	 vertical-align: middle;
	 margin: 0px 10px 3px 0px;
 }
 
 .hotale-home-page .hotale-blog-style-3 .hotale-comments-area .form-submit{
	 text-align: left;
 }
 
 .hotale-home-page .hotale-blog-style-3 .hotale-comments-area .form-submit input[type="submit"]{
	 text-transform: none;
	 font-size: 14px;
	 letter-spacing: 0;
	 padding: 15px 33px 19px;
 }
 
 .hotale-home-page .hotale-blog-style-3 .hotale-comments-area .comment-reply-title{
	 text-align: left;
	 text-transform: none;
	 letter-spacing: 0px;
	 font-size: 22px;
 }
 
 .hotale-home-page .hotale-blog-style-3 .hotale-single-magazine-author-tags{
	 margin-bottom: 30px;
 }
 
 .hotale-home-page .hotale-blog-style-3 .hotale-comments-area .comment-time{
	 display: inline;
	 margin-right: 12px;
 }
 
 .hotale-home-page .hotale-blog-style-3 .hotale-comments-area .comment-time time{
	 text-transform: uppercase;
	 font-weight: 400;
	 letter-spacing: 0px;
 }
 
 .hotale-home-page .hotale-blog-style-3 .hotale-comments-area .comment-reply{
	 position: static;
	 display: inline;
	 font-size: 14px;
	 letter-spacing: 0px;
	 text-decoration: underline;
 }
 
 .hotale-home-page .hotale-blog-style-3 .hotale-comments-area .edit-link{
	 font-size: 14px;
	 text-decoration: underline;
	 text-transform: uppercase;
	 letter-spacing: 0.5px;
 }
 
 .hotale-home-page .hotale-blog-style-3 .hotale-single-related-post-wrap{
	 margin-bottom: 20px;
 }
 
 .hotale-home-page .hotale-blog-style-3 .hotale-single-related-post-title{
	 font-size: 22px;
	 margin-bottom: 40px;
	 font-weight: 700;
 }
 
 .hotale-home-page .hotale-blog-style-3 .hotale-single-related-post-wrap .gdlr-core-blog-info-wrapper .gdlr-core-blog-info{
	 font-size: 13px;
 }
 
 /* blog style 5 */
 .hotale-home-page .hotale-blog-style-5 .hotale-single-nav-area{
	 padding-top: 60px;
	 padding-bottom: 0px;
	 border-bottom: 0px;
 }
 
 .hotale-home-page .hotale-blog-style-5 .hotale-single-nav-left,
.hotale-home-page .hotale-blog-style-5 .hotale-single-nav-right{
	 max-width: 50%;
 }
 
 .hotale-home-page .hotale-blog-style-5 .hotale-single-nav-right{
	 text-align: right;
 }
 
 .hotale-home-page .hotale-blog-style-5 .hotale-single-nav .hotale-text{
	 font-size: 13px;
	 text-transform: uppercase;
	 letter-spacing: 1.5px;
	 font-weight: 600;
	 display: block;
	 margin-bottom: 2px;
 }
 
 .hotale-home-page .hotale-blog-style-5 .hotale-single-nav .hotale-single-nav-title{
	 font-size: 20px;
	 font-weight: 600;
 }
 
 .hotale-home-page .hotale-blog-style-5 .hotale-single-social-share{
	 float: right;
	 padding-top: 0px;
	 padding-bottom: 50px;
 }
 
 .hotale-home-page .hotale-blog-style-5 .gdlr-core-social-share-item.gdlr-core-style-round a{
	 font-size: 18px;
	 width: 40px;
	 height: 40px;
	 padding: 11px 0px;
 }
 
 .hotale-home-page .hotale-blog-style-5 .gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-count{
	 font-size: 15px;
	 margin-right: 6px;
 }
 
 .hotale-home-page .hotale-blog-style-5 .gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-suffix{
	 font-size: 15px;
	 text-transform: none;
	 font-weight: 600;
	 letter-spacing: 0px;
 }
 
 .hotale-home-page .hotale-blog-style-5 .hotale-single-author .hotale-single-author-avartar{
	 margin: 0px;
	 float: left;
	 margin-right: 30px;
	 max-width: 116px;
 }
 
 .hotale-home-page .hotale-blog-style-5 .hotale-single-author .hotale-single-author-wrap{
	 max-width: 100%;
	 margin: 0px;
 }
 
 .hotale-home-page .hotale-blog-style-5 .hotale-single-author{
	 border: none;
	 margin-top: 10px;
	 margin-bottom: 70px;
	 padding: 45px 55px 40px 40px;
	 box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
 }
 
 .hotale-home-page .hotale-blog-style-5 .hotale-single-author-content-wrap{
	 overflow: hidden;
	 text-align: left;
 }
 
 .hotale-home-page .hotale-blog-style-5 .hotale-single-author .hotale-single-author-title{
	 font-size: 18px;
	 margin-bottom: 25px;
 }
 
 .hotale-home-page .hotale-blog-style-5 .hotale-single-author .hotale-single-author-caption{
	 font-size: 13px;
	 font-style: normal;
	 text-transform: uppercase;
	 font-weight: 600;
	 letter-spacing: 2px;
	 margin-bottom: 2px;
 }
 
 .hotale-home-page .hotale-blog-style-5 .hotale-single-author .hotale-single-author-avartar img{
	 border-radius: 50%;
	 -moz-border-radius: 50%;
	 -webkit-border-radius: 50%;
 }
 
 .hotale-home-page .hotale-blog-style-5 .hotale-single-magazine-author-tags{
	 margin-bottom: 50px;
	 padding-bottom: 10px;
	 float: left;
 }
 
 .hotale-home-page .hotale-blog-style-5 .hotale-comments-area .hotale-comments-title{
	 font-size: 25px;
	 text-align: left;
	 letter-spacing: 0px;
	 text-transform: none;
	 font-weight: 800;
	 margin-bottom: 30px;
 }
 
 .hotale-home-page .hotale-blog-style-5 .hotale-comments-area .comment-respond{
	 background: transparent;
	 padding: 0px;
 }
 
 .hotale-home-page .hotale-blog-style-5 .hotale-comments-area textarea,
.hotale-home-page .hotale-blog-style-5 .hotale-comments-area input[type="text"]{
	 border-bottom-width: 1px;
	 font-size: 14px;
	 font-weight: 500;
 }
 
 .hotale-home-page .hotale-blog-style-5 .hotale-comments-area input[type="checkbox"]{
	 vertical-align: middle;
	 margin: 0px 10px 3px 0px;
 }
 
 .hotale-home-page .hotale-blog-style-5 .hotale-comments-area .form-submit{
	 text-align: left;
 }
 
 .hotale-home-page .hotale-blog-style-5 .hotale-comments-area .form-submit input[type="submit"]{
	 text-transform: none;
	 font-size: 14px;
	 letter-spacing: 0;
	 padding: 15px 33px 19px;
 }
 
 .hotale-home-page .hotale-blog-style-5 .hotale-comments-area .comment-reply-title{
	 text-align: left;
	 text-transform: none;
	 letter-spacing: 0px;
	 font-size: 28px;
 }
 
 .hotale-home-page .hotale-blog-style-5 .hotale-comments-area .comment-time{
	 display: inline;
	 margin-right: 12px;
 }
 
 .hotale-home-page .hotale-blog-style-5 .hotale-comments-area .comment-time time{
	 text-transform: uppercase;
	 font-weight: 400;
	 letter-spacing: 0px;
 }
 
 .hotale-home-page .hotale-blog-style-5 .hotale-comments-area .comment-reply{
	 position: static;
	 display: inline;
	 font-size: 14px;
	 letter-spacing: 0px;
	 text-decoration: underline;
 }
 
 .hotale-home-page .hotale-blog-style-5 .hotale-comments-area .edit-link{
	 font-size: 14px;
	 text-decoration: underline;
	 text-transform: uppercase;
	 letter-spacing: 0.5px;
 }
 
 .hotale-home-page .hotale-blog-style-5 .hotale-single-related-post-wrap{
	 margin-bottom: 5px;
 }
 
 .hotale-home-page .hotale-blog-style-5 .hotale-single-related-post-title{
	 font-size: 28px;
	 margin-bottom: 40px;
	 font-weight: 700;
 }
 
 .hotale-home-page .hotale-blog-style-5 .hotale-single-related-post-wrap .gdlr-core-blog-info-wrapper .gdlr-core-blog-info{
	 font-size: 13px;
 }
 
 .hotale-home-page .hotale-blog-style-5 .hotale-single-magazine-author-tags{
	 padding-bottom: 23px;
 }
 
 .hotale-home-page .hotale-blog-style-5 .hotale-single-magazine-author-tags i{
	 margin-right: 20px;
	 font-size: 18px;
	 vertical-align: middle;
 }
 
 .hotale-home-page .hotale-blog-style-5 .hotale-single-magazine-author-tags a{
	 font-size: 18px;
	 font-weight: 500;
	 display: inline-block;
	 border-bottom-width: 2px;
	 border-style: solid;
	 margin-right: 13px;
	 margin-bottom: 10px;
	 padding: 0;
	 background: transparent;
 }
 
 /* blog magazine */
 .hotale-home-page .hotale-blog-magazine .hotale-single-article{
	 padding-bottom: 0px;
 }
 
 .hotale-home-page .hotale-blog-magazine .hotale-single-article-content .hotale-single-social-share{
	 padding-bottom: 30px;
 }
 
 .hotale-home-page .hotale-blog-magazine .gdlr-core-social-share-item .gdlr-core-divider{
	 display: none;
 }
 
 .hotale-home-page .hotale-blog-magazine .gdlr-core-social-share-item .gdlr-core-social-share-count{
	 margin-left: 20px;
 }
 
 .hotale-home-page .hotale-blog-magazine .gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-count,
.hotale-home-page .hotale-blog-magazine .gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-suffix{
	 font-size: 13px;
	 font-weight: normal;
 }
 
 .hotale-home-page .hotale-blog-magazine .hotale-single-social-share{
	 padding-top: 0px;
	 padding-bottom: 23px;
 }
 
 .hotale-home-page .hotale-single-magazine-author-tags{
	 padding-bottom: 23px;
 }
 
 .hotale-home-page .hotale-single-magazine-author-tags a{
	 font-size: 13px;
	 font-weight: 500;
	 padding: 7px 12px;
	 display: inline-block;
	 margin-right: 5px;
	 margin-bottom: 5px;
 }
 
 .hotale-home-page .hotale-blog-magazine .hotale-single-nav-area{
	 margin-top: 60px;
	 margin-bottom: 45px;
	 border: none;
	 padding-top: 5px;
	 padding-bottom: 5px;
	 position: relative;
 }
 
 .hotale-home-page .hotale-blog-magazine .hotale-single-author{
	 border: none;
	 text-align: left;
	 padding: 40px;
	 margin-top: 50px;
 }
 
 .hotale-home-page .hotale-blog-magazine .hotale-single-author .hotale-single-author-wrap{
	 margin: 0px;
 }
 
 .hotale-home-page .hotale-blog-magazine .hotale-single-author .hotale-single-author-avartar{
	 float: left;
	 margin-right: 30px;
 }
 
 .hotale-home-page .hotale-blog-magazine .hotale-single-author-content-wrap{
	 overflow: hidden;
 }
 
 .hotale-home-page .hotale-blog-magazine .hotale-single-author .hotale-single-author-caption{
	 display: none;
 }
 
 .hotale-home-page .hotale-blog-magazine .hotale-single-author .hotale-single-author-title{
	 font-size: 16px;
	 margin-bottom: 18px;
 }
 
 .hotale-home-page .hotale-blog-magazine .hotale-single-author-description{
	 font-size: 15px;
 }
 
 .hotale-home-page .hotale-blog-magazine .hotale-single-nav-left,
.hotale-home-page .hotale-blog-magazine .hotale-single-nav-right{
	 max-width: 50%;
 }
 
 .hotale-home-page .hotale-blog-magazine .hotale-single-nav-right{
	 text-align: right;
 }
 
 .hotale-home-page .hotale-blog-magazine .hotale-single-nav-area-divider{
	 position: absolute;
	 left: 50%;
	 top: 0px;
	 bottom: 0px;
	 border-left-width: 1px;
	 border-left-style: solid;
 }
 
 .hotale-home-page .hotale-blog-magazine .hotale-single-nav .hotale-text{
	 font-size: 13px;
	 font-weight: 500;
	 letter-spacing: 0.5px;
	 display: block;
	 margin-bottom: 8px;
 }
 
 .hotale-home-page .hotale-blog-magazine .hotale-single-nav .hotale-single-nav-title{
	 font-size: 15px;
	 font-weight: bold;
 }
 
 .hotale-home-page .hotale-blog-magazine .hotale-single-related-post-wrap .hotale-single-related-post-title{
	 font-size: 16px;
	 border-bottom-width: 1px;
	 border-bottom-style: solid;
	 padding-bottom: 10px;
	 margin-bottom: 35px;
 }
 
 .hotale-home-page .hotale-blog-magazine .hotale-comment-wrapper{
	 margin-top: 45px;
 }
 
 .hotale-home-page .hotale-blog-magazine .hotale-single-related-post-wrap .gdlr-core-blog-grid .gdlr-core-blog-info-wrapper{
	 padding-top: 0px;
 }
 
 .hotale-home-page .hotale-blog-magazine .hotale-single-related-post-wrap .gdlr-core-blog-grid .gdlr-core-blog-title{
	 margin-bottom: 10px;
 }
 
 .hotale-home-page .hotale-blog-magazine .hotale-single-related-post-wrap .gdlr-core-blog-info-wrapper .gdlr-core-blog-info{
	 font-size: 11px;
 }
 
 .hotale-home-page .hotale-blog-magazine .hotale-single-related-post-wrap .gdlr-core-blog-grid-with-frame .gdlr-core-blog-grid-frame{
	 padding: 20px;
 }
 
 /* comment area */
 .hotale-home-page .hotale-comments-area .hotale-comments-title{
	 font-size: 16px;
	 text-align: center;
	 text-transform: uppercase;
	 font-weight: bold;
	 letter-spacing: 2px;
	 margin-bottom: 55px;
 }
 
 .hotale-home-page .hotale-comments-area ol.comment-list{
	 list-style: none;
	 margin-bottom: 55px;
	 margin-left: 0px;
 }
 
 .hotale-home-page .hotale-comments-area ol.comment-list ol{
	 margin-left: 50px;
	 list-style: none;
 }
 
 .hotale-home-page .hotale-comments-area ol.comment-list .comment-content ol{
	 list-style: decimal;
 }
 
 .hotale-home-page .hotale-comments-area .comment-article{
	 padding-bottom: 20px;
	 margin-bottom: 40px;
	 border-bottom-width: 1px;
	 border-bottom-style: solid;
 }
 
 .hotale-home-page .hotale-comments-area .comment-avatar{
	 max-width: 80px;
	 margin-right: 35px;
	 float: left;
	 overflow: hidden;
	 border-radius: 50%;
	 -moz-border-radius: 50%;
	 -webkit-border-radius: 50%;
 }
 
 .hotale-home-page .hotale-comments-area .comment-avatar img{
	 display: block;
 }
 
 .hotale-home-page .hotale-comments-area .comment-meta{
	 position: relative;
	 margin-bottom: 20px;
 }
 
 .hotale-home-page .hotale-comments-area .comment-author{
	 font-size: 19px;
	 font-weight: bold;
	 margin-bottom: 5px;
 }
 
 .hotale-home-page .hotale-comments-area .comment-body{
	 overflow: hidden;
 }
 
 .hotale-home-page .hotale-comments-area .comment-time{
	 font-size: 14px;
	 font-style: italic;
 }
 
 .hotale-home-page .hotale-comments-area .comment-reply{
	 font-size: 15px;
	 text-transform: uppercase;
	 font-weight: bold;
	 letter-spacing: 1.5px;
	 position: absolute;
	 right: 0px;
	 top: 4px;
 }
 
 .hotale-home-page .hotale-comments-area .comment-respond{
	 padding: 60px 55px 40px;
	 margin-bottom: 85px;
 }
 
 .hotale-home-page .hotale-comments-area ol.comment-list .comment-respond{
	 margin-top: 55px;
 }
 
 .hotale-home-page .hotale-comments-area .comment-reply-title{
	 font-size: 16px;
	 font-weight: bold;
	 text-transform: uppercase;
	 letter-spacing: 2px;
	 text-align: center;
	 margin-bottom: 40px;
 }
 
 .hotale-home-page .hotale-comments-area .comment-reply-title small{
	 margin-left: 10px;
 }
 
 .hotale-home-page .hotale-comments-area textarea{
	 width: 100%;
	 padding: 18px 22px;
	 display: block;
	 font-size: 14px;
	 border-width: 1px 1px 2px 1px;
	 border-style: solid;
	 margin: 0px;
	 margin-bottom: 14px;
 }
 
 .hotale-home-page .hotale-comments-area input[type="text"]{
	 font-size: 14px;
	 width: 100%;
	 display: block;
	 border-width: 1px 1px 2px 1px;
	 border-style: solid;
	 padding: 16px 22px;
	 margin-bottom: 14px;
 }
 
 .hotale-home-page .hotale-comments-area input[type="text"]:focus,
.hotale-home-page .hotale-comments-area textarea:focus{
	 outline: none;
 }
 
 .hotale-home-page .hotale-comments-area .hotale-comment-form-author{
	 width: 50%;
	 padding-right: 7px;
	 float: left;
 }
 
 .hotale-home-page .hotale-comments-area .hotale-comment-form-email{
	 width: 50%;
	 padding-left: 7px;
	 float: left;
 }
 
 .hotale-home-page .hotale-comments-area .form-submit{
	 text-align: center;
	 padding-top: 14px;
 }
 
 /* blog title */
 .hotale-home-page .hotale-blog-title-wrap{
	 background-position: center;
	 position: relative;
	 background-size: cover;
	 overflow: hidden;
 }
 
 .hotale-home-page .hotale-blog-title-wrap .hotale-blog-title-container{
	 position: relative;
 }
 
 .hotale-home-page .hotale-blog-title-wrap .hotale-blog-title-overlay{
	 position: absolute;
	 top: 0px;
	 right: 0px;
	 bottom: 0px;
	 left: 0px;
	 opacity: 0.8;
 }
 
 .hotale-home-page .hotale-blog-title-wrap.hotale-feature-image .hotale-blog-title-top-overlay{
	 position: absolute;
	 top: 0px;
	 right: 0px;
	 left: 0px;
	 height: 413px;
	 opacity: 1;
	 background: url("../images/blog-title-top-gradient.png") center top repeat-x;
 }
 
 .hotale-home-page .hotale-blog-title-wrap.hotale-feature-image .hotale-blog-title-bottom-overlay{
	 position: absolute;
	 right: 0px;
	 bottom: 0px;
	 left: 0px;
	 height: 413px;
	 opacity: 1;
	 background: url("../images/blog-title-gradient.png") center bottom repeat-x;
 }
 
 .hotale-home-page .hotale-blog-title-wrap.hotale-style-small .hotale-blog-title-content{
	 padding-top: 93px;
	 padding-bottom: 87px;
 }
 
 .hotale-home-page .hotale-blog-title-wrap.hotale-style-large .hotale-blog-title-content{
	 padding-top: 184px;
	 padding-bottom: 168px;
 }
 
 .hotale-home-page .hotale-blog-title-wrap .hotale-single-article-title{
	 font-size: 50px;
	 font-weight: 700;
	 margin-bottom: 11px;
	 letter-spacing: 0.5px;
 }
 
 .hotale-home-page .hotale-blog-title-wrap .hotale-single-article-head-right{
	 overflow: hidden;
 }
 
 .hotale-home-page .hotale-blog-title-wrap .hotale-single-article-date-wrapper{
	 margin-top: 11px;
 }
 
 /* 404 */
 .hotale-home-page .hotale-not-found-wrap{
	 text-align: center;
	 position: relative;
 }
 
 .hotale-home-page .hotale-not-found-wrap .hotale-not-found-background{
	 position: absolute;
	 top: 0px;
	 right: 0px;
	 bottom: 0px;
	 left: 0px;
	 opacity: 0.27;
	 filter: alpha(opacity=27);
	 background-position: center;
	 background-size: cover;
	 background-image: url('../images/404-background.jpg');
 }
 
 .hotale-home-page .hotale-not-found-wrap .hotale-not-found-content{
	 position: relative;
	 padding: 60px 0px 65px;
 }
 
 .hotale-home-page .hotale-not-found-wrap .hotale-not-found-head{
	 font-size: 150px;
	 line-height: 1;
	 margin-bottom: 40px;
 }
 
 .hotale-home-page .hotale-not-found-wrap .hotale-not-found-title{
	 font-size: 35px;
	 line-height: 1;
	 font-weight: 800;
	 text-transform: uppercase;
	 margin-bottom: 14px;
 }
 
 .hotale-home-page .hotale-not-found-wrap .hotale-not-found-caption{
	 font-size: 18px;
 }
 
 .hotale-home-page .hotale-not-found-wrap .hotale-not-found-back-to-home a{
	 font-size: 14px;
	 text-transform: uppercase;
	 letter-spacing: 1px;
 }
 
 .hotale-home-page .hotale-not-found-wrap form.search-form{
	 max-width: 430px;
	 margin: 58px auto 0px;
	 position: relative;
	 margin-bottom: 13px;
 }
 
 .hotale-home-page .hotale-not-found-wrap form.search-form input.search-field{
	 font-size: 15px;
	 width: 100%;
	 border: none;
	 padding: 22px 60px 22px 25px;
	 height: 64px;
	 border-radius: 3px;
	 -moz-border-radius: 3px;
	 -webkit-border-radius: 3px;
 }
 
 .hotale-home-page .hotale-not-found-wrap form.search-form input.search-submit{
	 position: absolute;
	 right: 0px;
	 top: 0px;
	 width: 64px;
	 height: 64px;
	 opacity: 0;
	 filter: alpha(opacity=0);
 }
 
 .hotale-home-page .hotale-not-found-wrap form.search-form .hotale-top-search-submit{
	 position: absolute;
	 right: 20px;
	 top: 50%;
	 margin-top: -15px;
	 font-size: 18px;
 }
 
 .hotale-home-page body.search .hotale-not-found-wrap .hotale-not-found-head{
	 font-size: 100px;
	 text-transform: uppercase;
	 margin-bottom: 18px;
 }
 
 .hotale-home-page body.search .hotale-not-found-wrap form.search-form{
	 margin-top: 50px;
 }
 
 /**
  * 5.0 - Widget
  */
 
 /* sidebar */
 .hotale-home-page .hotale-sidebar-area .hotale-widget{
	 margin-bottom: 55px;
 }
 
 .hotale-home-page .hotale-sidebar-area .hotale-widget-title{
	 font-size: 13px;
	 text-transform: uppercase;
	 font-weight: 800;
	 letter-spacing: 1px;
	 position: relative;
	 margin-bottom: 28px;
	 overflow: hidden;
 }
 
 .hotale-home-page .hotale-sidebar-area .hotale-widget-title .gdlr-core-flexslider-nav{
	 float: right;
	 margin-left: 20px;
 }
 
 .hotale-home-page .hotale-sidebar-area .hotale-widget-head-text{
	 display: block;
	 float: left;
	 margin-right: 28px;
 }
 
 .hotale-home-page .hotale-sidebar-area .hotale-widget-head-divider{
	 display: block;
	 border-top-width: 1px;
	 border-top-style: solid;
	 overflow: hidden;
	 margin-top: 0.6em;
 }
 
 /* list */
 .hotale-home-page .textwidget select{
	 max-width: 100%;
 }
 
 .hotale-home-page .widget_categories .screen-reader-text,
.hotale-home-page .widget_archive .screen-reader-text{
	 display: none;
 }
 
 .hotale-home-page .widget_rss .rss-widget-icon{
	 margin-right: 10px;
	 margin-top: -3px;
 }
 
 .hotale-home-page .widget_product_categories ul,
.hotale-home-page .widget_archive ul,
.hotale-home-page .widget_categories ul,
.hotale-home-page .widget_nav_menu ul,
.hotale-home-page .widget_meta ul,
.hotale-home-page .widget_pages ul,
.hotale-home-page .widget_recent_comments ul,
.hotale-home-page .widget_recent_entries ul,
.hotale-home-page .widget_rss ul,
.hotale-home-page ul.wp-block-latest-posts__list,
.hotale-home-page ul.wp-block-archives-list,
.hotale-home-page ul.wp-block-rss,
.hotale-home-page ol.wp-block-latest-comments{
	 position: relative;
	 list-style: none;
	 margin-left: 0px;
 }
 
 .hotale-home-page .widget_product_categories ul li,
.hotale-home-page .widget_archive ul li,
.hotale-home-page .widget_categories ul li,
.hotale-home-page .widget_nav_menu ul li,
.hotale-home-page .widget_meta ul li,
.hotale-home-page .widget_pages ul li,
.hotale-home-page .widget_recent_comments ul li,
.hotale-home-page .widget_recent_entries ul li,
.hotale-home-page .widget_rss ul li,
.hotale-home-page ul.wp-block-latest-posts__list li,
.hotale-home-page ul.wp-block-archives-list li,
.hotale-home-page ul.wp-block-rss li,
.hotale-home-page ol.wp-block-latest-comments li{
	 font-size: 16px;
	 margin-bottom: 15px;
	 padding-left: 28px;
	 line-height: 20px;
	 padding-bottom: 15px;
	 border-bottom-width: 1px;
	 border-bottom-style: solid;
 }
 
 .hotale-home-page ol.wp-block-latest-comments li{
	 padding-left: 0px;
 }
 
 .hotale-home-page .widget_product_categories ul ul,
.hotale-home-page .widget_archive ul ul,
.hotale-home-page .widget_categories ul ul,
.hotale-home-page .widget_nav_menu ul ul,
.hotale-home-page .widget_meta ul ul,
.hotale-home-page .widget_pages ul ul,
.hotale-home-page .widget_recent_comments ul ul,
.hotale-home-page .widget_recent_entries ul ul,
.hotale-home-page .widget_rss ul ul,
.hotale-home-page ul.wp-block-latest-posts__list ul{
	 margin-top: 20px;
	 margin-bottom: 0px;
 }
 
 .hotale-home-page .widget_product_categories ul ul ul,
.hotale-home-page .widget_archive ul ul ul,
.hotale-home-page .widget_categories ul ul ul,
.hotale-home-page .widget_nav_menu ul ul ul,
.hotale-home-page .widget_meta ul ul ul,
.hotale-home-page .widget_pages ul ul ul,
.hotale-home-page .widget_recent_comments ul ul ul,
.hotale-home-page .widget_recent_entries ul ul ul,
.hotale-home-page .widget_rss ul ul ul,
.hotale-home-page ul.wp-block-latest-posts__list ul ul{
	 margin-left: 5px;
 }
 
 .hotale-home-page .widget_product_categories ul ul li,
.hotale-home-page .widget_archive ul ul li,
.hotale-home-page .widget_categories ul ul li,
.hotale-home-page .widget_nav_menu ul ul li,
.hotale-home-page .widget_meta ul ul li,
.hotale-home-page .widget_pages ul ul li,
.hotale-home-page .widget_recent_comments ul ul li,
.hotale-home-page .widget_recent_entries ul ul li,
.hotale-home-page .widget_rss ul ul li,
.hotale-home-page ul.wp-block-latest-posts__list ul li{
	 border-top-width: 1px;
	 border-top-style: solid;
	 margin-bottom: 0px;
	 padding-bottom: 0px;
	 border-bottom: 0px;
	 padding-top: 15px;
	 margin-top: 15px;
 }
 
 .hotale-home-page .widget_product_categories ul li:before,
.hotale-home-page .widget_archive ul li:before,
.hotale-home-page .widget_categories ul li:before,
.hotale-home-page .widget_nav_menu ul li:before,
.hotale-home-page .widget_meta ul li:before,
.hotale-home-page .widget_pages ul li:before,
.hotale-home-page .widget_recent_comments ul li:before,
.hotale-home-page .widget_recent_entries ul li:before,
.hotale-home-page .widget_rss ul li:before,
.hotale-home-page ul.wp-block-latest-posts__list li:before,
.hotale-home-page ul.wp-block-archives-list li:before,
.hotale-home-page ul.wp-block-rss li:before{
	 content: "\f105";
	 font-family: FontAwesome;
	 text-align: center;
	 position: absolute;
	 left: 0px;
	 display: block;
	 height: 20px;
	 width: 20px;
	 margin-top: -1px;
 }
 
 .hotale-home-page .wp-block-categories-dropdown,
.hotale-home-page .wp-block-archives-dropdown{
	 margin-bottom: 20px;
 }
 
 .hotale-home-page .wp-block-categories-dropdown select,
.hotale-home-page .wp-block-archives-dropdown select,
.hotale-home-page .widget_archive select,
.hotale-home-page .widget_categories select,
.hotale-home-page .widget_text select{
	 font-size: 14px;
	 width: 100%;
	 height: 50px;
	 padding-left: 15px;
	 outline: none;
	 border-radius: 3px;
	 -moz-border-radius: 3px;
	 -webkit-border-radius: 3px;
	 border-width: 1px;
	 border-style: solid;
	 background: url('../images/dropdown.png') no-repeat 98% center;
	 -moz-appearance: none;
	 -webkit-appearance: none;
	 appearance: none;
 }
 
 .hotale-home-page .widget_rss span.rss-date{
	 margin-bottom: 17px;
	 margin-top: 3px;
	 display: block;
	 text-transform: uppercase;
	 font-weight: 700;
	 letter-spacing: 1.5px;
	 font-size: 12px;
 }
 
 .hotale-home-page .widget_rss .rssSummary{
	 line-height: 1.7;
	 margin-bottom: 15px;
 }
 
 .hotale-home-page .widget_rss a.rsswidget{
	 font-size: 16px;
	 font-weight: 700;
 }
 
 .hotale-home-page .widget_rss cite{
	 font-size: 14px;
	 margin-bottom: 14px;
	 display: block;
 }
 
 .hotale-home-page .widget_rss ul li{
	 margin-bottom: 27px;
 }
 
 /* search widget */
 .hotale-home-page .wp-block-search{
	 margin-bottom: 20px;
 }
 
 .hotale-home-page .wp-block-search__inside-wrapper{
	 position: relative;
 }
 
 .hotale-home-page .widget_search form{
	 display: block;
	 position: relative;
 }
 
 .hotale-home-page .wp-block-search__inside-wrapper:after,
.hotale-home-page .widget_search form:after{
	 content: "\f002";
	 font-family: "fontAwesome";
	 font-size: 14px;
	 line-height: 14px;
	 position: absolute;
	 right: 20px;
	 top: 50%;
	 margin-top: -7px;
 }
 
 .hotale-home-page .widget_search label .screen-reader-text{
	 display: none;
 }
 
 .hotale-home-page .widget_search .search-form input.search-field{
	 font-size: 13px;
	 line-height: 17px;
	 height: 51px;
	 border-width: 1px;
	 border-style: solid;
	 width: 100%;
	 padding: 16px 20px;
	 border-radius: 3px;
	 -moz-border-radius: 3px;
	 -webkit-border-radius: 3px;
 }
 
 .hotale-home-page .widget_search input.search-field:focus{
	 outline: none;
 }
 
 .hotale-home-page .widget_search input.search-submit{
	 position: absolute;
	 right: 0px;
	 top: 0px;
	 bottom: 0px;
	 width: 51px;
	 padding: 0px;
	 opacity: 0;
	 filter: alpha(opacity=0);
	 z-index: 1;
 }
 
 .hotale-home-page label.wp-block-search__label{
	 display: none;
 }
 
 .hotale-home-page .wp-block-search .wp-block-search__input{
	 font-size: 13px;
	 line-height: 17px;
	 height: 51px;
	 border-width: 1px;
	 border-style: solid;
	 width: 100%;
	 padding: 16px 20px;
	 border-radius: 3px;
	 -moz-border-radius: 3px;
	 -webkit-border-radius: 3px;
 }
 
 .hotale-home-page .wp-block-search .wp-block-search__button{
	 position: absolute;
	 right: 0;
	 top: 0;
	 bottom: 0;
	 width: 51px;
	 padding: 0;
	 opacity: 0;
	 filter: alpha(opacity=0);
	 z-index: 1;
	 cursor: pointer;
 }
 
 /* tag cloud */
 .hotale-home-page .tagcloud{
	 zoom: 1;
 }
 
 .hotale-home-page .tagcloud:after{
	 content: " ";
	 display: block;
	 clear: both;
	 visibility: hidden;
	 line-height: 0;
	 height: 0;
 }
 
 .hotale-home-page .tagcloud a{
	 font-size: 11px !important;
	 text-transform: uppercase;
	 font-weight: 600;
	 float: left;
	 padding: 7px 16px 8px;
	 border-width: 1px;
	 border-style: solid;
	 margin-right: 10px;
	 margin-bottom: 10px;
 }
 
 /* calendar */
 .hotale-home-page .widget_calendar table{
	 width: 100%;
	 margin-bottom: 0px;
 }
 
 .hotale-home-page .widget_calendar table thead th{
	 font-size: 13px;
	 font-weight: bold;
	 padding: 10px 0px;
 }
 
 .hotale-home-page .widget_calendar table tbody td{
	 text-align: center;
	 padding: 10px 0px;
 }
 
 .hotale-home-page .widget_calendar table tfoot td{
	 text-align: center;
	 padding: 10px 0px;
 }
 
 .hotale-home-page .widget_calendar caption{
	 font-size: 14px;
	 margin-bottom: 20px;
	 text-transform: uppercase;
	 font-weight: bold;
	 letter-spacing: 1px;
 }
 
 .hotale-home-page .widget ul.menu .sub-menu .sub-menu li{
	 padding-left: 20px;
 }
 
 .hotale-home-page .widget ul.menu .sub-menu .sub-menu li:before{
	 left: -10px;
 }
 
 .hotale-home-page .widget ul.menu .sub-menu .sub-menu .sub-menu .sub-menu li{
	 padding-left: 15px;
 }
 
 .hotale-home-page .widget ul.menu .sub-menu .sub-menu .sub-menu .sub-menu li:before{
	 left: -15px
 }
 
 .hotale-home-page .widget ul.menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu li{
	 padding-left: 5px;
 }
 
 .hotale-home-page .widget ul.menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu li:before{
	 left: -25px;
 }
 
 /* table */
 .hotale-home-page table{
	 width: 100%;
	 text-align: center;
	 border-spacing: 2px;
	 border-collapse: separate;
	 margin-bottom: 20px;
 }
 
 .hotale-home-page table tr td{
	 padding: 15px 0px;
 }
 
 .hotale-home-page table tr th{
	 padding: 13px 8px;
	 font-size: 16px;
	 font-weight: normal;
	 word-break: normal;
 }
 
 /* for goodlayer core plugin */
 .hotale-home-page body.hotale-boxed .gdlr-core-column-extend-left .gdlr-core-pbf-background-wrap{
	 margin-left: -50px;
 }
 
 .hotale-home-page body.hotale-boxed .gdlr-core-column-extend-right .gdlr-core-pbf-background-wrap{
	 margin-right: -50px;
 }
 
 /**
  * 6.0 - Responsive
  */
 .hotale-home-page .hotale-mobile-header-wrap{
	 display: none;
 }
 
 .hotale-home-page .hotale-mobile-header{
	 padding-top: 15px;
	 padding-bottom: 15px;
	 z-index: 99;
	 position: relative;
	 box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	 -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
 }
 
 .hotale-home-page .hotale-mobile-header.hotale-fixed-navigation{
	 display: none;
 }
 
 .hotale-home-page .hotale-mobile-header .hotale-mobile-header-container{
	 position: relative;
 }
 
 .hotale-home-page .hotale-mobile-header .hotale-logo-inner{
	 line-height: 45px;
	 margin-right: 80px;
 }
 
 .hotale-home-page .hotale-mobile-header .hotale-logo-inner img{
	 vertical-align: middle;
	 width: auto;
 }
 
 .hotale-home-page body .hotale-mobile-header .hotale-logo{
	 padding: 0px 15px;
 }
 
 /*--- tablet ---*/
 @media only screen and (max-width: 1140px) {
 
	 .hotale-home-page html .widget_product_search input[type="search"]#woocommerce-product-search-field{
		 width: 100%;
		 margin-bottom: 10px;
	 }
 
 }
 
 @media only screen and (max-width: 999px) {
 
	 .hotale-home-page body{
		 width: 100%;
		 overflow-x: hidden;
	 }
 
	 .hotale-home-page body.hotale-boxed div.hotale-body-wrapper{
		 margin-top: 0px;
		 margin-bottom: 0px;
	 }
 
	 .hotale-home-page .hotale-bullet-anchor{
		 display: none;
	 }
 
	 /* remove header */
	 .hotale-home-page .hotale-top-bar{
		 display: none;
	 }
 
	 .hotale-home-page .hotale-header-wrap.hotale-header-style-plain,
.hotale-home-page .hotale-header-wrap.hotale-header-style-bar,
.hotale-home-page .hotale-navigation-bar-wrap,
.hotale-home-page .hotale-header-background-transparent,
.hotale-home-page .hotale-header-boxed-wrap,
.hotale-home-page .hotale-header-side-nav,
.hotale-home-page .hotale-header-transparent-substitute,
.hotale-home-page .hotale-sticky-navigation{
		 display: none !important;
	 }
 
	 .hotale-home-page .hotale-mobile-header-wrap{
		 display: block;
	 }
 
	 .hotale-home-page .hotale-mobile-header-wrap .hotale-top-bar{
		 display: block;
	 }
 
	 .hotale-home-page .hotale-mobile-header-wrap .hotale-top-bar{
		 font-size: 13px;
	 }
 
	 .hotale-home-page .hotale-mobile-header-wrap .hotale-top-bar-left,
.hotale-home-page .hotale-mobile-header-wrap .hotale-top-bar-right{
		 padding-top: 0px;
		 padding-bottom: 0px;
	 }
 
	 .hotale-home-page .hotale-mobile-header.hotale-fixed-navigation{
		 display: block;
	 }
 
	 .hotale-home-page .hotale-sticky-menu-placeholder{
		 display: none !important;
	 }
 
	 .hotale-home-page body .hotale-header-side-content.hotale-style-left{
		 margin-left: 0px;
	 }
 
	 .hotale-home-page body .hotale-header-side-content.hotale-style-right{
		 margin-right: 0px;
	 }
 
	 .hotale-home-page body.single-product.woocommerce div.product form.cart{
		 float: none;
		 margin-bottom: 30px;
		 width: auto;
		 margin-right: 0px;
	 }
 
	 .hotale-home-page body.single-product.woocommerce div.product .product_meta{
		 margin-top: 0px;
	 }
 
	 .hotale-home-page .hotale-blog-style-2 .hotale-single-nav-area-left,
.hotale-home-page .hotale-blog-style-2 .hotale-single-nav-area-right{
		 padding: 30px 40px;
	 }
 
	 .hotale-home-page .hotale-blog-style-2 .hotale-single-related-post-container{
		 padding-left: 30px;
		 padding-right: 30px;
	 }
 }
 
 /*--- mobile landscape style ---*/
 @media only screen and (max-width: 767px) {
	 .hotale-home-page body.hotale-body-front .hotale-container{
		 max-width: 500px;
		 padding-left: 15px;
		 padding-right: 15px;
	 }
 
	 .hotale-home-page body.hotale-body-front .gdlr-core-container{
		 max-width: 500px;
		 padding-left: 15px;
		 padding-right: 15px;
	 }
 
	 .hotale-home-page .hotale-column-10,
.hotale-home-page .hotale-column-12,
.hotale-home-page .hotale-column-15,
.hotale-home-page .hotale-column-20,
.hotale-home-page .hotale-column-24,
.hotale-home-page .hotale-column-30,
.hotale-home-page .hotale-column-36,
.hotale-home-page .hotale-column-40,
.hotale-home-page .hotale-column-45,
.hotale-home-page .hotale-column-48,
.hotale-home-page .hotale-column-50,
.hotale-home-page .hotale-column-60{
		 width: 100%;
	 }
 
	 /* header */
	 .hotale-home-page .hotale-mobile-header-wrap .hotale-top-bar-left,
.hotale-home-page .hotale-mobile-header-wrap .hotale-top-bar-right{
		 float: none;
		 text-align: center;
	 }
 
	 .hotale-home-page .hotale-top-bar-right-text{
		 display: block;
	 }
 
	 .hotale-home-page .hotale-top-bar-right-social{
		 margin-left: 0px;
	 }
 
	 .hotale-home-page .hotale-top-bar-right-social a:first-child{
		 margin-left: 0px;
	 }
 
	 .hotale-home-page .hotale-page-title-wrap .hotale-page-title-content{
		 padding-top: 60px !important;
		 padding-bottom: 50px !important;
	 }
 
	 .hotale-home-page .hotale-blog-title-wrap .hotale-blog-title-content{
		 padding-top: 60px !important;
		 padding-bottom: 50px !important;
	 }
 
	 .hotale-home-page .hotale-single-article-date-wrapper{
		 display: none;
	 }
 
	 .hotale-home-page .hotale-overlay-menu-content ul.menu>li{
		 font-size: 18px;
		 padding-bottom: 10px;
		 margin-bottom: 10px;
	 }
 
	 .hotale-home-page .hotale-overlay-menu-content ul.menu{
		 padding-top: 120px;
		 padding-bottom: 100px;
		 max-width: 80%;
	 }
 
	 .hotale-home-page .hotale-overlay-menu-content .hotale-overlay-menu-close{
		 top: 35px;
	 }
 
	 .hotale-home-page body.admin-bar .hotale-overlay-menu-content{
		 margin-top: 0px;
	 }
 
	 .hotale-home-page body.admin-bar .hotale-overlay-menu-content ul.menu{
		 padding-top: 160px;
	 }
 
	 .hotale-home-page body.admin-bar .hotale-overlay-menu-content .hotale-overlay-menu-close{
		 top: 80px;
	 }
 
	 /* single*/
	 .hotale-home-page .hotale-comments-area .comment-respond{
		 padding: 45px 30px;
	 }
 
	 .hotale-home-page .hotale-comments-area .hotale-comment-form-author{
		 width: 100%;
		 padding-right: 0;
	 }
 
	 .hotale-home-page .hotale-comments-area .hotale-comment-form-email{
		 width: 100%;
		 padding-left: 0;
	 }
 
	 .hotale-home-page .hotale-comments-area .comment-avatar{
		 float: none;
		 margin-right: 0px;
		 margin-bottom: 30px;
	 }
 
	 .hotale-home-page .hotale-comments-area ol.comment-list ol{
		 margin-left: 10px;
	 }
 
	 .hotale-home-page .wp-block-image .alignleft{
		 float: none;
		 margin-left: auto;
		 margin-right: auto;
	 }
 
	 .hotale-home-page .wp-block-image .alignright{
		 float: none;
		 margin-left: auto;
		 margin-right: auto;
	 }
 
	 .hotale-home-page .hotale-blog-style-2 .hotale-comments-area .hotale-comment-form-author{
		 width: 100%;
		 padding-right: 0px;
	 }
 
	 .hotale-home-page .hotale-blog-style-2 .hotale-comments-area .hotale-comment-form-email{
		 width: 100%;
		 padding-right: 0px;
	 }
 
	 .hotale-home-page .hotale-blog-style-2 .hotale-comments-area .hotale-comment-form-url{
		 width: 100%;
		 padding-left: 0px;
	 }
 
	 .hotale-home-page .hotale-blog-style-2 .hotale-single-nav-area{
		 padding-top: 0px;
	 }
 
	 .hotale-home-page .hotale-blog-style-2 .hotale-single-nav-area-left,
.hotale-home-page .hotale-blog-style-2 .hotale-single-nav-area-right{
		 float: none;
		 width: 100%;
		 display: block;
		 text-align: center;
	 }
 
	 .hotale-home-page .hotale-blog-style-2 .hotale-single-nav-area a i{
		 display: none;
	 }
 
	 .hotale-home-page .hotale-blog-style-2 .hotale-single-related-post-container{
		 max-width: 500px;
	 }
 
	 .hotale-home-page .hotale-blog-style-4 .gdlr-core-social-share-item .gdlr-core-social-share-count{
		 margin-right: 0px;
	 }
 
	 .hotale-home-page .hotale-blog-style-4 .hotale-single-nav-left{
		 float: none;
		 text-align: center;
		 display: block;
		 margin-bottom: 30px;
		 max-width: none;
	 }
 
	 .hotale-home-page .hotale-blog-style-4 .hotale-single-nav-right{
		 float: none;
		 text-align: center;
		 display: block;
		 max-width: none;
	 }
 
	 .hotale-home-page .hotale-blog-style-4 .gdlr-core-social-share-item{
		 float: none;
	 }
 
	 .hotale-home-page .hotale-blog-style-4 .hotale-single-magazine-author-tags{
		 float: none;
		 margin-top: 30px;
		 text-align: center;
	 }
 
	 .hotale-home-page .hotale-blog-style-4 .hotale-comments-area .hotale-comment-form-author,
.hotale-home-page .hotale-blog-style-4 .hotale-comments-area .hotale-comment-form-email,
.hotale-home-page .hotale-blog-style-4 .hotale-comment-form-url{
		 width: 100%;
		 padding-left: 0px;
		 padding-right: 0px;
	 }
 
	 .hotale-home-page .hotale-blog-style-4 .hotale-single-author .hotale-single-author-avartar{
		 float: none;
		 max-width: 90px;
		 margin: 0px auto 30px;
	 }
 
	 .hotale-home-page .hotale-blog-style-4 .hotale-single-author-content-wrap{
		 text-align: center;
	 }
 
	 /* footer */
	 .hotale-home-page .hotale-footer-wrapper{
		 padding-bottom: 7px;
	 }
 
	 .hotale-home-page .hotale-footer-column{
		 margin-bottom: 60px;
	 }
 
	 .hotale-home-page .hotale-footer-wrapper.hotale-with-column-divider .hotale-footer-column{
		 padding: 0px 15px;
		 margin-bottom: 60px;
		 border: none;
	 }
 
	 .hotale-home-page .hotale-footer-wrapper.hotale-with-column-divider .hotale-footer-column:last-child{
		 margin-bottom: 20px;
	 }
 
	 .hotale-home-page .hotale-fixed-footer-placeholder{
		 display: none;
	 }
 
	 .hotale-home-page .hotale-fixed-footer{
		 position: static;
	 }
 
	 .hotale-home-page .hotale-copyright-left{
		 float: none;
		 text-align: center;
	 }
 
	 .hotale-home-page .hotale-copyright-right{
		 float: none;
		 text-align: center;
		 margin-top: 10px;
	 }
 
	 .hotale-home-page .hotale-copyright-right:first-child{
		 margin-top: 0px;
	 }
 
	 .hotale-home-page body .woocommerce .col2-set,
.hotale-home-page .woocommerce-page .col2-set{
		 width: 100%;
		 float: none;
		 margin-right: 0%;
	 }
 
	 .hotale-home-page body div#order_review{
		 width: 100%;
	 }
 
	 .hotale-home-page .mmr30{
		 margin-right: 30px !important;
	 }
 
	 .hotale-home-page .hotale-footer-wrapper{
		 padding-bottom: 30px;
	 }
 
	 .hotale-home-page body .hotale-top-bar{
		 padding: 15px 0px;
	 }
 
	 .hotale-home-page .hotale-top-bar-right-social{
		 display: block;
	 }
 
	 .hotale-home-page .hotale-top-bar-right .tourmaster-user-top-bar{
		 margin-left: 0px;
		 display: inline-block;
	 }
 
	 .hotale-home-page .hotale-top-bar-right .tourmaster-user-top-bar.tourmaster-user{
		 margin-top: 5px;
		 margin-bottom: 5px;
	 }
 
 }
 
 /*--- mobile portrait style ---*/
 @media only screen and (max-width: 419px) {
 
	 .hotale-home-page body{
		 min-width: 320px;
	 }
 
	 .hotale-home-page .hotale-top-search-wrap input.search-field{
		 font-size: 30px;
		 padding-right: 90px;
	 }
 
	 .hotale-home-page .hotale-top-search-wrap .hotale-top-search-submit{
		 right: 48px;
		 font-size: 24px;
		 margin-top: -2px;
	 }
 
	 .hotale-home-page .hotale-top-search-wrap input.search-submit{
		 right: 48px;
	 }
 
	 .hotale-home-page .hotale-top-search-wrap .hotale-top-search-close{
		 font-size: 40px;
		 top: 0;
	 }
 
	 .hotale-home-page .hotale-top-search-wrap input.search-field{
		 padding-bottom: 10px;
	 }
 
	 .hotale-home-page .hotale-top-cart-item .hotale-top-cart-item-content{
		 overflow: hidden;
		 clear: both;
	 }
 
	 .hotale-home-page .hotale-top-cart-item .hotale-top-cart-item-thumbnail{
		 margin-bottom: 7px;
	 }
 
	 .hotale-home-page .hotale-top-cart-item .hotale-top-cart-item-remove{
		 top: 1%;
	 }
 }
 
 /**
  * 7.0 - Hotale
  */
 
 /*------------------------*/
 /*--- hotale lightbox ---*/
 /*------------------------*/
 .hotale-home-page .hotale-lightbox-wrapper{
	 background: #000;
	 background: rgba(0, 0, 0, 0.78);
	 position: fixed;
	 top: 0px;
	 right: 0px;
	 bottom: 0px;
	 left: 0px;
	 z-index: 10001;
	 overflow: auto;
 }
 
 .hotale-home-page .hotale-lightbox-wrapper .hotale-lightbox-content-row{
	 display: table;
	 width: 100%;
	 height: 100%;
	 position: relative;
	 z-index: 10003;
 }
 
 .hotale-home-page .hotale-lightbox-wrapper .hotale-lightbox-content-cell{
	 display: table-cell;
	 vertical-align: middle;
	 padding: 20px;
	 overflow-y: auto;
 }
 
 .hotale-home-page .hotale-lightbox-content-wrap{
	 display: none;
	 background: #fff;
 }
 
 .hotale-home-page .hotale-lightbox-wrapper .hotale-lightbox-content-wrap{
	 display: block;
	 max-width: 835px;
	 margin: 0px auto;
 }
 
 .hotale-home-page .hotale-lightbox-wrapper .hotale-lightbox-title{
	 color: #0e0e0e;
	 font-size: 14px;
	 text-align: center;
	 margin-bottom: 0px;
	 text-transform: uppercase;
	 font-weight: 600;
	 letter-spacing: 1px;
 }
 
 .hotale-home-page .hotale-lightbox-wrapper .hotale-lightbox-head{
	 position: relative;
	 padding-bottom: 24px;
	 border-bottom-width: 2px;
	 border-bottom-style: solid;
	 margin-bottom: 45px;
 }
 
 .hotale-home-page .hotale-lightbox-wrapper .hotale-lightbox-content-wrap{
	 padding: 30px;
	 overflow: hidden;
	 position: relative;
 }
 
 .hotale-home-page .hotale-lightbox-wrapper .hotale-lightbox-close{
	 cursor: pointer;
	 font-size: 25px;
	 line-height: 25px;
	 position: absolute;
	 right: 20px;
	 top: 20px;
 }
 
 .hotale-home-page html.hotale-lightbox-on,
.hotale-home-page html.hotale-lightbox-on body{
	 position: relative;
	 overflow: hidden;
	 width: 100%;
	 height: 100%;
 }
 
 .hotale-home-page .hotale-top-cart-content-wrap .hotale-top-cart-title{
	 font-size: 17px;
	 font-weight: 600;
	 text-align: center;
	 margin-top: 22px;
	 margin-bottom: 45px;
 }
 
 .hotale-home-page .hotale-top-cart-item{
	 margin-bottom: 35px;
	 position: relative;
 }
 
 .hotale-home-page .hotale-top-cart-item .hotale-top-cart-item-thumbnail{
	 max-width: 78px;
	 float: left;
	 margin-right: 28px;
 }
 
 .hotale-home-page .hotale-top-cart-item .hotale-top-cart-item-content{
	 overflow: hidden;
	 padding-top: 8px;
 }
 
 .hotale-home-page .hotale-top-cart-item .hotale-top-cart-item-title{
	 font-size: 17px;
	 font-weight: 800;
	 margin-bottom: 2px;
 }
 
 .hotale-home-page .hotale-top-cart-item .hotale-top-cart-item-info{
	 font-size: 15px;
 }
 
 .hotale-home-page .hotale-top-cart-item .hotale-top-cart-item-remove{
	 position: absolute;
	 right: 0px;
	 top: 50%;
	 margin-top: -9px;
	 font-size: 17px;
	 cursor: pointer;
 }
 
 .hotale-home-page .hotale-top-cart-item-wrap{
	 margin: 0px 30px;
 }
 
 .hotale-home-page .hotale-top-cart-item-wrap .hotale-top-cart-item-divider{
	 margin: 38px 0px 30px;
	 border-bottom-width: 1px;
	 border-bottom-style: solid;
 }
 
 .hotale-home-page .hotale-top-cart-item-wrap .hotale-top-cart-price-wrap{
	 font-size: 17px;
 }
 
 .hotale-home-page .hotale-top-cart-item-wrap .hotale-top-cart-price-wrap .hotale-tail{
	 font-weight: 800;
	 margin-left: 10px;
 }
 
 .hotale-home-page .hotale-top-cart-button-wrap .hotale-button{
	 margin: 0px 6px 20px;
 }
 
 .hotale-home-page .hotale-top-cart-content-wrap .hotale-highlight,
.hotale-home-page .hotale-top-cart-item-wrap .hotale-top-cart-price-wrap .woocommerce-Price-amount.amount{
	 color: #fd2e2e;
 }
 
 /*-------------------*/
 /*--- wpml        ---*/
 /*-------------------*/
 .hotale-home-page ul.sf-menu>.menu-item-language img.iclflag{
	 vertical-align: baseline;
	 margin-right: 10px;
 }
 
 .hotale-home-page ul.sf-menu>.menu-item-language ul.submenu-languages{
	 display: none;
	 position: absolute;
	 z-index: 99;
	 list-style: none;
	 margin: 0px 0px 0px -15px;
 }
 
 .hotale-home-page ul.sf-menu>.menu-item-language li{
	 padding: 1px 11px;
 }
 
 .hotale-home-page ul.sf-menu>.menu-item-language li a{
	 padding: 6px 12px;
	 display: block;
 }
 
 .hotale-home-page ul.sf-menu>.menu-item-language li:first-child{
	 padding-top: 12px;
 }
 
 .hotale-home-page ul.sf-menu>.menu-item-language li:last-child{
	 padding-bottom: 12px;
 }
 
 .hotale-home-page .hotale-custom-wpml-flag{
	 margin-right: 26px;
 }
 
 .hotale-home-page .hotale-custom-wpml-flag .hotale-custom-wpml-flag-item{
	 margin-left: 20px;
 }
 
 .hotale-home-page .hotale-custom-wpml-flag .hotale-custom-wpml-flag-item:first-child{
	 margin-left: 0px;
 }
 
 .hotale-home-page .hotale-dropdown-wpml-flag{
	 position: relative;
	 padding-top: 19px;
	 padding-bottom: 19px;
 }
 
 .hotale-home-page .hotale-dropdown-wpml-flag .hotale-dropdown-wpml-flag-background{
	 position: absolute;
	 top: 0px;
	 bottom: 0px;
	 left: -27px;
	 right: 0px;
 }
 
 .hotale-home-page .hotale-dropdown-wpml-flag .hotale-dropdown-wpml-current-language{
	 font-weight: bold;
 }
 
 .hotale-home-page .hotale-dropdown-wpml-flag .hotale-dropdown-wpml-list{
	 position: absolute;
	 left: -27px;
	 min-width: 120px;
	 top: 100%;
	 z-index: 99;
	 padding: 10px 18px;
	 display: none;
 }
 
 .hotale-home-page .hotale-dropdown-wpml-flag .hotale-dropdown-wpml-item{
	 display: block;
	 white-space: nowrap;
 }
 
 .hotale-home-page .hotale-dropdown-wpml-flag .hotale-dropdown-wpml-current-language{
	 margin-right: 25px;
	 position: relative;
 }
 
 .hotale-home-page .hotale-dropdown-wpml-current-language:after{
	 content: "\f0d7";
	 font-family: fontAwesome;
	 margin-left: 12px;
	 font-size: 12px;
 }
 
 .hotale-home-page .gdlr-core-dropdown-tab .gdlr-core-dropdown-tab-head-wrap,
.hotale-home-page .hotale-dropdown-wpml-flag .hotale-dropdown-wpml-list{
	 background: #f3f3f3;
 }
 
 /*-------------------*/
 /*--- wpcf7       ---*/
 /*-------------------*/
 .hotale-home-page .hotale-body span.wpcf7-not-valid-tip{
	 font-size: 13px;
	 margin-bottom: 15px;
 }
 
 .hotale-home-page .hotale-body div.wpcf7-response-output{
	 font-size: 13px;
	 padding: 6px 20px;
	 clear: both;
	 margin: 0px;
 }
 
 .hotale-home-page .wpcf7 input,
.hotale-home-page .wpcf7 select{
	 font-size: 15px;
	 padding: 15px 22px;
	 width: 100%;
	 display: block;
 }
 
 .hotale-home-page .wpcf7 input[type="button"],
.hotale-home-page .wpcf7 input[type="submit"],
.hotale-home-page input[type="reset"]{
	 width: auto;
 }
 
 .hotale-home-page .wpcf7 input[type="checkbox"],
.hotale-home-page .wpcf7 input[type="radio"]{
	 width: auto;
	 display: inline;
 }
 
 .hotale-home-page .wpcf7 .wpcf7-form-control .wpcf7-list-item{
	 display: block;
	 margin-bottom: 5px;
 }
 
 .hotale-home-page .wpcf7 textarea{
	 font-size: 15px;
	 padding: 18px 22px;
	 height: 120px;
	 width: 100%;
 }
 
 /*-------------------*/
 /*--- woocommerce ---*/
 /*-------------------*/
 
 /* style */
 .hotale-home-page figure.woocommerce-product-gallery__wrapper{
	 max-width: none;
 }
 
 .hotale-home-page body.woocommerce .woocommerce-error,
.hotale-home-page body.woocommerce .woocommerce-info,
.hotale-home-page body.woocommerce .woocommerce-message{
	 padding: 0.7em 2em 1em 3.5em !important;
 }
 
 .hotale-home-page .woocommerce .woocommerce-error,
.hotale-home-page .woocommerce .woocommerce-info,
.hotale-home-page .woocommerce .woocommerce-message{
	 padding: 0.7em 2em 1em 3.5em !important;
 }
 
 .hotale-home-page .woocommerce .woocommerce-error:before,
.hotale-home-page .woocommerce .woocommerce-info:before,
.hotale-home-page .woocommerce .woocommerce-message:before{
	 top: 0.7em;
 }
 
 .hotale-home-page .woocommerce .woocommerce-error .button,
.hotale-home-page .woocommerce .woocommerce-info .button,
.hotale-home-page .woocommerce .woocommerce-message .button{
	 margin-top: 5px;
	 padding: 0;
	 background-color: transparent;
 }
 
 .hotale-home-page .woocommerce .woocommerce-error .button:hover,
.hotale-home-page .woocommerce .woocommerce-info .button:hover,
.hotale-home-page .woocommerce .woocommerce-message .button:hover{
	 background-color: transparent;
 }
 
 .hotale-home-page .woocommerce div.product form.cart .variations td.label{
	 padding-right: 1.3em;
	 padding-left: 1.3em;
 }
 
 .hotale-home-page .woocommerce div.product form.cart .variations td.value,
.hotale-home-page .woocommerce div.product form.cart .variations th.value{
	 min-width: 210px;
 }
 
 .hotale-home-page .woocommerce div.product form.cart .variations select{
	 float: left;
	 margin-top: 0.3em;
	 margin-left: 15px;
	 margin-right: 0px;
 }
 
 .hotale-home-page a.reset_variations{
	 margin-right: 15px;
	 margin-left: 7px;
 }
 
 .hotale-home-page .woocommerce div.product form.cart .variations select{
	 min-width: 59%;
 }
 
 .hotale-home-page .related.products h2{
	 font-size: 23px;
	 margin-bottom: 42px;
 }
 
 .hotale-home-page .woocommerce table.shop_attributes th{
	 background: transparent;
	 padding-top: 16px;
	 padding-bottom: 16px;
 }
 
 .hotale-home-page .woocommerce table.shop_attributes td,
.hotale-home-page .woocommerce table.shop_attributes th{
	 border-bottom: 0;
 }
 
 .hotale-home-page .woocommerce table.shop_attributes{
	 border-top: 0;
 }
 
 .hotale-home-page .single-product.woocommerce #review_form #respond p.comment-form-comment{
	 margin-bottom: 25px;
 }
 
 .hotale-home-page .woocommerce table.shop_table{
	 border: 0;
 }
 
 .hotale-home-page .woocommerce table.shop_table.shop_table_responsive.cart{
	 border-spacing: 0;
 }
 
 .hotale-home-page .woocommerce table.shop_table th{
	 padding: 17px 12px;
	 background: none;
 }
 
 .hotale-home-page .woocommerce table.shop_table.shop_table_responsive.cart tr:nth-child(odd),
.hotale-home-page .woocommerce table.shop_table.shop_table_responsive.cart tr:nth-child(even){
	 background-color: transparent;
 }
 
 .hotale-home-page .woocommerce table.shop_table td{
	 padding: 19px 20px;
 }
 
 .hotale-home-page .woocommerce-cart table.cart img{
	 width: 70px;
 }
 
 .hotale-home-page .woocommerce td.product-name dl.variation dd,
.hotale-home-page .woocommerce td.product-name dl.variation dt{
	 margin-bottom: 0;
 }
 
 .hotale-home-page .woocommerce a.remove{
	 width: auto;
 }
 
 .hotale-home-page .cart_item input.input-text.qty.text{
	 padding: 15px 0px 15px 10px;
	 border-bottom-width: 1px;
 }
 
 .hotale-home-page .woocommerce-cart table.cart td.actions .coupon .input-text{
	 padding: 15px 23px 15px;
	 height: 49px;
 }
 
 .hotale-home-page .woocommerce .cart input.button[name="apply_coupon"]{
	 height: 49px;
 }
 
 .hotale-home-page .woocommerce #content table.cart td.actions .input-text,
.hotale-home-page .woocommerce table.cart td.actions .input-text,
.hotale-home-page .woocommerce-page #content table.cart td.actions .input-text,
.hotale-home-page .woocommerce-page table.cart td.actions .input-text{
	 width: 180px;
 }
 
 .hotale-home-page .woocommerce .cart .button,
.hotale-home-page .woocommerce .cart input.button{
	 padding: 19px 20px 18px;
	 border-radius: 0;
	 font-size: 12px;
 }
 
 .hotale-home-page .woocommerce #respond input#submit,
.hotale-home-page .woocommerce a.button,
.hotale-home-page .woocommerce button.button,
.hotale-home-page .woocommerce input.button{
	 padding: 14px 24px 18px;
	 border-radius: 0;
	 font-size: 13px;
	 font-weight: 700;
 }
 
 .hotale-home-page .woocommerce #respond input#submit.disabled,
.hotale-home-page .woocommerce #respond input#submit:disabled,
.hotale-home-page .woocommerce #respond input#submit:disabled[disabled],
.hotale-home-page .woocommerce a.button.disabled,
.hotale-home-page .woocommerce a.button:disabled,
.hotale-home-page .woocommerce a.button:disabled[disabled],
.hotale-home-page .woocommerce button.button.disabled,
.hotale-home-page .woocommerce button.button:disabled,
.hotale-home-page .woocommerce button.button:disabled[disabled],
.hotale-home-page .woocommerce input.button.disabled,
.hotale-home-page .woocommerce input.button:disabled,
.hotale-home-page .woocommerce input.button:disabled[disabled]{
	 padding: inherit;
	 opacity: inherit;
	 padding-left: 23px;
	 padding-right: 23px;
 }
 
 .hotale-home-page .woocommerce .cart_totals h2{
	 font-size: 18px;
 }
 
 .hotale-home-page .woocommerce-cart .cart-collaterals .cart_totals tr td,
.hotale-home-page .woocommerce-cart .cart-collaterals .cart_totals tr th{
	 border-top: 0;
 }
 
 .hotale-home-page .woocommerce-cart .cart-collaterals .cart_totals table{
	 border-spacing: 0;
	 margin: 0;
 }
 
 .hotale-home-page .woocommerce-cart .wc-proceed-to-checkout{
	 padding: 0;
 }
 
 .hotale-home-page .woocommerce table.shop_table tbody:first-child tr:first-child td,
.hotale-home-page .woocommerce table.shop_table tbody:first-child tr:first-child th{
	 padding-left: 20px;
	 padding-right: 20px;
 }
 
 .hotale-home-page .woocommerce-cart .cart-collaterals .cart_totals tr td,
.hotale-home-page .woocommerce-cart .cart-collaterals .cart_totals tr th{
	 padding-left: 20px;
	 padding-right: 20px;
 }
 
 .hotale-home-page .woocommerce a.showcoupon,
.hotale-home-page .woocommerce a.showcoupon:hover{
	 margin-left: 20px;
	 color: #baf2ff;
 }
 
 .hotale-home-page .woocommerce .woocommerce-billing-fields h3,
.hotale-home-page .woocommerce .woocommerce-shipping-fields h3,
.hotale-home-page #order_review_heading{
	 font-size: 17px;
 }
 
 .hotale-home-page .woocommerce form .form-row input.input-text,
.hotale-home-page .woocommerce form .form-row textarea{
	 padding: 13px 15px;
	 border-bottom-width: 1px;
 }
 
 .hotale-home-page .woocommerce .col2-set .col-1,
.hotale-home-page .woocommerce-page .col2-set .col-1{
	 margin-bottom: 35px;
 }
 
 .hotale-home-page .woocommerce .col2-set,
.hotale-home-page .woocommerce-page .col2-set{
	 width: 47%;
	 float: left;
	 margin-right: 3%;
 }
 
 .hotale-home-page .woocommerce .col2-set .col-1,
.hotale-home-page .woocommerce-page .col2-set .col-1{
	 width: 100%;
 }
 
 .hotale-home-page .woocommerce .col2-set .col-2,
.hotale-home-page .woocommerce-page .col2-set .col-2{
	 width: 100%;
 }
 
 .hotale-home-page div#order_review{
	 float: left;
	 width: 50%;
 }
 
 .hotale-home-page .woocommerce form .form-row{
	 margin: 0 0 14px;
 }
 
 .hotale-home-page .woocommerce form p.form-row.form-row-first{
	 margin: 0;
 }
 
 .hotale-home-page .select2-container .select2-choice{
	 padding: 6px 1px 6px 13px;
 }
 
 .hotale-home-page .woocommerce form .form-row-first,
.hotale-home-page .woocommerce form .form-row-last,
.hotale-home-page .woocommerce-page form .form-row-first,
.hotale-home-page .woocommerce-page form .form-row-last{
	 width: 49%;
 }
 
 .hotale-home-page .shop_table.woocommerce-checkout-review-order-table{
	 border-spacing: 0px;
 }
 
 .hotale-home-page .woocommerce table.shop_table th{
	 padding: 17px 20px 17px 20px;
 }
 
 .hotale-home-page .woocommerce .cart_item td.product-total{
	 padding-right: 20px;
	 padding-left: 20px;
 }
 
 .hotale-home-page .woocommerce .cart_item td.product-name{
	 padding-left: 20px;
 }
 
 .hotale-home-page .woocommerce table.shop_table td{
	 padding-right: 20px;
 }
 
 .hotale-home-page .checkout_coupon .form-row.form-row-last{
	 margin-bottom: 0;
 }
 
 .hotale-home-page table tr.cart_item{
	 background: transparent;
 }
 
 .hotale-home-page .woocommerce form .form-row input.input-text,
.hotale-home-page .woocommerce form .form-row textarea{
	 font-size: 13px;
 }
 
 .hotale-home-page html .woocommerce a.remove{
	 border-radius: 100%;
	 color: #333 !important;
 }
 
 .hotale-home-page .woocommerce-checkout table tr.cart_item{
	 background: transparent;
 }
 
 .hotale-home-page li.woocommerce-MyAccount-navigation-link{
	 padding: 13px 0px;
	 padding-bottom: 13px;
	 border-bottom-width: 1px;
	 border-bottom-style: solid;
 }
 
 .hotale-home-page .woocommerce-account .woocommerce-MyAccount-navigation{
	 width: 28%;
 }
 
 .hotale-home-page li.woocommerce-MyAccount-navigation-link.is-active{
	 font-weight: 600;
 }
 
 .hotale-home-page header.woocommerce-Address-title.title h3{
	 font-size: 18px;
 }
 
 .hotale-home-page .woocommerce-Address address{
	 padding: 25px;
 }
 
 .hotale-home-page .u-columns.woocommerce-Addresses.col2-set.addresses{
	 width: 100%;
	 margin-bottom: 40px;
 }
 
 .hotale-home-page .woocommerce-account .woocommerce-MyAccount-content{
	 padding: 31px;
 }
 
 .hotale-home-page .woocommerce-Address address,
.hotale-home-page .woocommerce-account .woocommerce-MyAccount-content{
	 background: #f5f5f5;
 }
 
 .hotale-home-page .woocommerce form .select2-selection{
	 border-width: 1px;
	 border-style: solid;
	 border-radius: 0px;
	 -moz-border-radius: 0px;
	 -webkit-border-radius: 0px;
	 height: 43px;
	 padding: 7px 6px;
	 font-size: 13px;
 }
 
 .hotale-home-page .woocommerce form .select2-selection .select2-selection__arrow{
	 top: 8px;
	 right: 6px;
 }
 
 .hotale-home-page form.checkout:after{
	 content: " ";
	 clear: both;
	 display: block;
 }
 
 .hotale-home-page .woocommerce div.product form.cart .variations label{
	 white-space: nowrap;
 }
 
 .hotale-home-page .woocommerce div.product form.cart .reset_variations{
	 white-space: nowrap;
	 margin: 0px 5px;
 }
 
 /*-- Widget --*/
 .hotale-home-page .woocommerce ul.cart_list li dl dd,
.hotale-home-page .woocommerce ul.cart_list li dl dt,
.hotale-home-page .woocommerce ul.product_list_widget li dl dd,
.hotale-home-page .woocommerce ul.product_list_widget li dl dt{
	 margin-bottom: 0em;
 }
 
 .hotale-home-page .woocommerce ul.cart_list li dl,
.hotale-home-page .woocommerce ul.product_list_widget li dl{
	 padding-left: 0;
	 border-left: 0;
 }
 
 .hotale-home-page .woocommerce .widget_shopping_cart .cart_list li,
.hotale-home-page .woocommerce.widget_shopping_cart .cart_list li{
	 margin-bottom: 20px;
	 border-bottom-width: 1px;
	 border-bottom-style: solid;
	 padding-bottom: 15px;
 }
 
 .hotale-home-page .woocommerce .widget_shopping_cart .cart_list li:last-child,
.hotale-home-page .woocommerce.widget_shopping_cart .cart_list li:last-child{
	 margin-bottom: 15px;
 }
 
 .hotale-home-page .woocommerce .widget_shopping_cart .total,
.hotale-home-page .woocommerce.widget_shopping_cart .total{
	 border-top: 0;
	 font-size: 17px;
 }
 
 .hotale-home-page .widget_shopping_cart_content .total span.woocommerce-Price-amount.amount{
	 margin-left: 5px;
 }
 
 .hotale-home-page .woocommerce ul.cart_list li img,
.hotale-home-page .woocommerce ul.product_list_widget li img{
	 width: 47px;
 }
 
 .hotale-home-page .widget_shopping_cart a.button.wc-forward{
	 padding: 19px 28px;
	 font-size: 14px;
	 -webkit-border-radius: 3px;
	 -moz-border-radius: 3px;
	 border-radius: 3px;
 }
 
 .hotale-home-page .woocommerce .widget_price_filter .price_slider_amount .button{
	 float: left;
	 font-size: 14px;
	 padding: 16px 26px;
	 -webkit-border-radius: 3px;
	 -moz-border-radius: 3px;
	 border-radius: 3px;
 }
 
 .hotale-home-page .price_slider_amount .price_label{
	 margin-top: 24px;
	 font-size: 17px;
	 font-weight: 700;
 }
 
 .hotale-home-page .woocommerce ul.cart_list li,
.hotale-home-page .woocommerce ul.product_list_widget li{
	 padding: 15px 0;
	 border-bottom-style: solid;
	 border-bottom-width: 1px;
 }
 
 .hotale-home-page .woocommerce ul.cart_list li,
.hotale-home-page .woocommerce ul.product_list_widget li{
	 padding: 15px 0;
	 margin: 0;
	 list-style: none;
	 border-bottom-style: solid;
	 border-bottom-width: 1px;
 }
 
 .hotale-home-page html ul.cart_list li a,
.hotale-home-page html .woocommerce ul.product_list_widget li a{
	 font-weight: 400;
 }
 
 .hotale-home-page html .woocommerce ul.cart_list li a,
.hotale-home-page html .woocommerce ul.product_list_widget li a{
	 font-weight: 400;
 }
 
 .hotale-home-page html .woocommerce ul.cart_list li .star-rating{
	 float: left;
	 margin-top: 10px;
 }
 
 .hotale-home-page html .woocommerce ul.product_list_widget li .star-rating{
	 float: left;
	 margin-top: 3px;
	 margin-right: 10px;
 }
 
 .hotale-home-page html .woocommerce ul.product_list_widget li del{
	 margin-right: 10px;
 }
 
 .hotale-home-page html .product_list_widget span.reviewer{
	 margin-top: 4px;
	 margin-left: 12px;
	 float: left;
 }
 
 .hotale-home-page html .widget_product_search label.screen-reader-text{
	 display: none;
 }
 
 .hotale-home-page html .widget_product_search input[type="submit"]{
	 height: 47px;
 }
 
 .hotale-home-page html .widget_product_search input#woocommerce-product-search-field{
	 height: 47px;
	 padding: 14px 12px;
	 border-bottom-width: 1px;
	 width: 62%;
	 font-size: 13px;
 }
 
 .hotale-home-page .widget.woocommerce ul.cart_list li:first-child,
.hotale-home-page .widget.woocommerce ul.product_list_widget li:first-child{
	 padding-top: 0px;
 }
 
 /*-- Fixed Color --*/
 .hotale-home-page .woocommerce .woocommerce-message:before{
	 color: #fff;
 }
 
 .hotale-home-page .woocommerce .woocommerce-error{
	 background-color: #bd584e;
	 border-top: 3px solid #bd584e;
	 color: #fff;
 }
 
 .hotale-home-page .woocommerce .woocommerce-info{
	 background-color: #46a5ca;
	 border-top: 3px solid #46a5ca;
	 color: #fff;
 }
 
 .hotale-home-page .woocommerce .woocommerce-message{
	 background-color: #46ca7b;
	 border-top: 3px solid #46ca7b;
	 color: #fff;
 }
 
 .hotale-home-page .woocommerce #respond input#submit,
.hotale-home-page .woocommerce a.button,
.hotale-home-page .woocommerce button.button,
.hotale-home-page .woocommerce input.button{
	 color: #ffffff;
 }
 
 .hotale-home-page .single-product.woocommerce div.product .quantity .qty{
	 background: #f3f3f3;
 }
 
 .hotale-home-page .woocommerce .woocommerce-info:before{
	 color: #fff
 }
 
 .hotale-home-page .woocommerce .woocommerce-error:before,
.hotale-home-page .woocommerce .woocommerce-info:before,
.hotale-home-page .woocommerce .woocommerce-message:before{
	 color: #fff !important;
	 top: inherit;
 }
 
 .hotale-home-page html .woocommerce a.remove:hover{
	 color: #afafaf !important;
	 background: transparent !important;
 }
 
 .hotale-home-page html .woocommerce form .form-row .required{
	 color: #c5c5c5;
 }
 
 .hotale-home-page html .woocommerce form .form-row.woocommerce-invalid .select2-container,
.hotale-home-page html .woocommerce form .form-row.woocommerce-invalid input.input-text,
.hotale-home-page html .woocommerce form .form-row.woocommerce-invalid select{
	 border-color: #d4d4d4;
 }
 
 .hotale-home-page html .woocommerce form .form-row.woocommerce-invalid label{
	 color: #9e9e9e;
 }
 
 .hotale-home-page html .woocommerce form .form-row.woocommerce-validated .select2-container,
.hotale-home-page html .woocommerce form .form-row.woocommerce-validated input.input-text,
.hotale-home-page html .woocommerce form .form-row.woocommerce-validated select{
	 border-color: #d4d4d4;
 }
 
 /* single product */
 .hotale-home-page html .woocommerce span.onsale{
	 font-size: 13px;
	 font-weight: 800;
	 line-height: 46px;
	 width: 48px;
	 padding: 0px 0px 0px;
	 height: 48px;
 }
 
 .hotale-home-page .single-product.woocommerce .hotale-page-wrapper{
	 border-top-width: 1px;
	 border-top-style: solid;
 }
 
 .hotale-home-page .single-product.woocommerce .woocommerce-breadcrumb{
	 font-size: 14px;
 }
 
 .hotale-home-page .single-product.woocommerce .product_title{
	 font-size: 40px;
	 margin-bottom: 2px;
 }
 
 .hotale-home-page .single-product.woocommerce div.product .woocommerce-product-rating{
	 margin-bottom: 2px;
 }
 
 .hotale-home-page .single-product.woocommerce div.product .star-rating{
	 font-size: 14px;
	 padding-right: 15px;
	 box-sizing: content-box;
	 margin-right: 10px;
 }
 
 .hotale-home-page .single-product.woocommerce div.product .star-rating:before,
.hotale-home-page .single-product.woocommerce div.product .star-rating span:before{
	 letter-spacing: 3px;
 }
 
 .hotale-home-page .single-product.woocommerce div.product .woocommerce-review-link{
	 font-size: 13px;
 }
 
 .hotale-home-page .single-product.woocommerce div.product p.price{
	 padding-top: 27px;
	 margin-bottom: 28px;
 }
 
 .hotale-home-page .single-product.woocommerce div.product p.price ins{
	 text-decoration: none;
 }
 
 .hotale-home-page .single-product.woocommerce div.product p.price .woocommerce-Price-amount{
	 font-size: 26px;
	 font-weight: bold;
 }
 
 .hotale-home-page .single-product.woocommerce div.product p.price del .woocommerce-Price-amount{
	 font-size: 23px;
	 margin-right: 9px;
 }
 
 .hotale-home-page .single-product.woocommerce div.product span.onsale{
	 position: absolute;
	 left: -10px;
	 top: -10px;
	 display: inline-block;
	 margin-right: 15px;
	 vertical-align: middle;
 }
 
 .hotale-home-page .single-product.woocommerce div.product .quantity .qty{
	 height: 60px;
	 font-size: 16px;
	 width: 75px;
	 padding-left: 15px;
	 border: none;
 }
 
 .hotale-home-page .single-product.woocommerce div.product form.cart{
	 margin: 25px 0px 55px 0px;
 }
 
 .hotale-home-page .single-product.woocommerce div.product form.cart.variations_form{
	 width: 300px;
 }
 
 .hotale-home-page .single-product.woocommerce div.product form.cart .button{
	 font-size: 13px;
	 height: 60px;
	 text-transform: uppercase;
	 border-radius: 0px;
	 -moz-border-radius: 0px;
	 -webkit-border-radius: 0px;
	 padding: 10px 30px;
 }
 
 .hotale-home-page .single-product.woocommerce div.product .product_meta{
	 margin-top: 50px;
 }
 
 .hotale-home-page .single-product.woocommerce div.product .product_meta{
	 overflow: hidden;
	 padding-top: 5px;
 }
 
 .hotale-home-page .single-product.woocommerce div.product .product_meta>span{
	 display: block;
	 font-size: 13px;
	 margin-bottom: 5px;
 }
 
 .hotale-home-page .single-product.woocommerce div.product .product_meta>span .hotale-head{
	 font-weight: 600;
 }
 
 .hotale-home-page .single-product.woocommerce div.product .woocommerce-variation-add-to-cart-disabled{
	 display: none;
 }
 
 .hotale-home-page .single-product.woocommerce div.product .hotale-woocommerce-social-share{
	 clear: both;
	 padding-top: 15px;
	 margin-top: 50px;
	 border-top-width: 2px;
	 border-top-style: solid;
 }
 
 .hotale-home-page .single-product.woocommerce div.product .gdlr-core-social-share-item a{
	 font-size: 14px;
 }
 
 .hotale-home-page .hotale-woocommerce-tab{
	 clear: both;
 }
 
 .hotale-home-page .single-product.woocommerce div.product .hotale-woocommerce-tab{
	 clear: both;
	 padding-top: 60px;
	 margin-bottom: 50px;
 }
 
 .hotale-home-page .single-product.woocommerce div.product .hotale-woocommerce-tab .gdlr-core-tab-item-title{
	 font-size: 16px;
	 text-transform: none;
	 letter-spacing: 0px;
	 font-weight: 600;
	 padding-bottom: 18px;
 }
 
 .hotale-home-page .single-product.woocommerce div.product .hotale-woocommerce-tab .gdlr-core-tab-item-title-line{
	 border-bottom-width: 1px;
	 bottom: -1px;
 }
 
 .hotale-home-page .single-product.woocommerce div.product .hotale-woocommerce-tab .gdlr-core-tab-item-title-wrap{
	 border-bottom-width: 1px;
 }
 
 .hotale-home-page .single-product.woocommerce div.product .hotale-woocommerce-tab .gdlr-core-tab-item-content{
	 text-align: left;
	 margin: 0px auto;
 }
 
 .hotale-home-page .single-product.woocommerce .woocommerce-Reviews-title{
	 display: none;
 }
 
 .hotale-home-page .single-product.woocommerce #reviews{
	 padding-top: 43px;
 }
 
 .hotale-home-page .single-product.woocommerce #reviews .comment-respond{
	 text-align: left;
 }
 
 .hotale-home-page .single-product.woocommerce #reviews #comments ol.commentlist li img.avatar{
	 border: none;
	 width: 85px;
	 position: static;
	 padding: 0px;
	 border-radius: 50%;
	 margin-right: 30px;
 }
 
 .hotale-home-page .single-product.woocommerce #reviews #comments ol.commentlist li .comment-text{
	 overflow: hidden;
	 margin-left: 0px;
	 padding: 0;
	 border: none;
	 text-align: left;
 }
 
 .hotale-home-page .single-product.woocommerce #reviews #comments ol.commentlist li{
	 padding: 39px 49px;
	 margin-bottom: 30px;
 }
 
 .hotale-home-page .single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{
	 margin-bottom: 18px;
 }
 
 .hotale-home-page .single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong[itemprop="author"]{
	 display: block;
	 font-size: 17px;
	 text-transform: capitalize;
 }
 
 .hotale-home-page .single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time[itemprop="datePublished"]{
	 display: block;
	 font-size: 15px;
 }
 
 .hotale-home-page .single-product.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating{
	 float: none;
	 margin-top: 24px;
 }
 
 .hotale-home-page .single-product.woocommerce #reviews #review_form_wrapper{
	 padding-top: 35px;
 }
 
 .hotale-home-page .single-product.woocommerce #reviews .comment-reply-title{
	 font-size: 25px;
	 font-weight: 700;
	 letter-spacing: 0;
	 margin-bottom: 25px;
	 display: block;
 }
 
 .hotale-home-page .single-product.woocommerce #review_form #respond label{
	 font-size: 15px;
	 font-weight: 600;
 }
 
 .hotale-home-page .single-product.woocommerce #review_form #respond p{
	 margin-bottom: 30px;
 }
 
 .hotale-home-page .single-product.woocommerce #review_form #respond label[for="rating"]{
	 display: inline-block;
	 margin-right: 30px;
	 vertical-align: middle;
 }
 
 .hotale-home-page .single-product.woocommerce #review_form #respond p.stars{
	 display: inline-block;
	 vertical-align: middle;
	 margin-bottom: 0px;
	 font-size: 19px;
	 line-height: 1;
 }
 
 .hotale-home-page .single-product.woocommerce #review_form #respond p.stars a{
	 margin-right: 0px;
 }
 
 .hotale-home-page .single-product.woocommerce #review_form #respond input[type="text"],
.hotale-home-page .single-product.woocommerce #review_form #respond input[type="email"]{
	 display: block;
	 margin-top: 10px;
	 border-bottom-width: 1px;
	 width: 100%;
	 height: 55px;
 }
 
 .hotale-home-page .single-product.woocommerce #review_form #respond textarea{
	 display: block;
	 margin-top: 10px;
	 border-bottom-width: 1px;
	 width: 100%;
	 height: 150px;
	 padding: 15px;
	 font-size: 15px;
 }
 
 .hotale-home-page .single-product.woocommerce #review_form #respond .comment-form-rating{
	 margin-bottom: 20px;
 }
 
 .hotale-home-page .single-product.woocommerce #review_form #respond .form-submit input{
	 font-size: 13px;
	 height: 47px;
	 text-transform: uppercase;
	 border-radius: 0px;
	 -moz-border-radius: 0px;
	 -webkit-border-radius: 0px;
	 padding: 10px 38px;
 }
 
 .hotale-home-page .woocommerce.single-product .related.products{
	 clear: left;
 }
 
 .hotale-home-page .woocommerce-account .woocommerce-MyAccount-navigation>ul{
	 margin-left: 0px;
 }
 
 @media only screen and (max-width: 767px) {
	 .hotale-home-page .woocommerce-account .woocommerce-MyAccount-navigation{
		 width: auto;
		 float: none;
	 }
 }
 
 .hotale-home-page .woocommerce div.product form.cart .group_table td{
	 padding: 0px;
	 vertical-align: middle;
 }
 
 .hotale-home-page table.woocommerce-grouped-product-list.group_table tr:nth-child(odd),
.hotale-home-page table.woocommerce-grouped-product-list.group_table tr:nth-child(even){
	 background-color: transparent;
 }
 
 .hotale-home-page body.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label{
	 padding-left: 25px;
	 font-weight: 700;
	 text-align: left;
 }
 
 .hotale-home-page td.woocommerce-grouped-product-list-item__price{
	 text-align: left;
	 font-weight: 600;
 }
 
 .hotale-home-page .single-product.woocommerce div.product .quantity .qty{
	 height: 48px;
	 font-size: 16px;
	 width: 87px;
	 background: transparent !important;
	 border: 1px solid #e5e5e5;
 }
 
 .hotale-home-page table.woocommerce-grouped-product-list.group_table{
	 border-spacing: 0px 15px;
 }
 
 .hotale-home-page .single-product.woocommerce div.product form.cart .button{
	 height: 47px;
	 padding: 10px 40px;
 }
 
 .hotale-home-page .single-product.woocommerce div.product p.price{
	 font-size: 32px !important;
	 color: #bbb;
 }
 
 .hotale-home-page .single-product.woocommerce div.product p.price{
	 margin-bottom: 0px;
 }
 
 .hotale-home-page .single-product.woocommerce div.product p.price{
	 padding-top: 20px;
 }
 
 .hotale-home-page .single-product.woocommerce div.product form.cart{
	 margin: 25px 0px 30px 0px;
 }
 
 .hotale-home-page .single-product.woocommerce div.product .product_meta{
	 margin-top: 30px;
 }
 
 .hotale-home-page .single-product.woocommerce div.product .logisco-woocommerce-social-share{
	 clear: both;
	 padding-top: 15px;
	 margin-top: 30px;
 }
 
 .hotale-home-page .single-product.woocommerce div.product .product_meta>span{
	 font-size: 15px;
 }
 
 .hotale-home-page .woocommerce .cart_totals h2{
	 font-size: 20px;
 }
 
 .hotale-home-page .woocommerce .cross-sells h2{
	 font-size: 20px;
 }
 
 .hotale-home-page .woocommerce table.cart td.actions{
	 padding-left: 0;
	 padding-right: 0;
 }
 
 .hotale-home-page .woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
	 font-size: 15px;
	 padding: 21px;
 }
 
 .hotale-home-page .woocommerce .cart .button,
.hotale-home-page .woocommerce .cart input.button{
	 padding: 17px 20px 20px;
 }
 
 .hotale-home-page .woocommerce .woocommerce-result-count{
	 margin-bottom: 3em;
 }
 
 .hotale-home-page .woocommerce .woocommerce-result-count{
	 margin-bottom: 3em;
 }
 
 .hotale-home-page .woocommerce ul.products li.product .woocommerce-loop-category__title,
.hotale-home-page .woocommerce ul.products li.product .woocommerce-loop-product__title,
.hotale-home-page .woocommerce ul.products li.product h3{
	 font-size: 1.4em;
 }
 
 .hotale-home-page body .price ins{
	 text-decoration: none;
 }
 
 .hotale-home-page .woocommerce ul.products li.product .price ins{
	 font-weight: 800;
 }
 
 .hotale-home-page body span.woocommerce-Price-amount.amount{
	 font-size: 20px;
 }
 
 .hotale-home-page .woocommerce ul.products li.product .price{
	 font-weight: 800;
 }
 
 .hotale-home-page del span.woocommerce-Price-amount.amount{
	 font-size: 1.1em;
	 font-weight: 600;
 }
 
 .hotale-home-page li.product .gdlr-core-product-default .gdlr-core-product-thumbnail{
	 margin-bottom: 30px;
 }
 
 .hotale-home-page li.product .gdlr-core-product-default .gdlr-core-product-price.gdlr-core-title-font{
	 font-size: 19px;
	 font-weight: 600;
	 float: left;
 }
 
 .hotale-home-page li.product .gdlr-core-product-default span.woocommerce-Price-amount.amount{
	 font-size: 1em;
 }
 
 .hotale-home-page li.product .gdlr-core-product-default .star-rating{
	 float: right;
	 margin-top: 8px;
 }
 
 .hotale-home-page li.product .gdlr-core-product-default .gdlr-core-product-price del{
	 margin-right: 9px;
	 opacity: 0.5;
 }
 
 .hotale-home-page li.product .gdlr-core-product-default .gdlr-core-product-price ins{
	 text-decoration: none;
 }
 
 .hotale-home-page .woocommerce ul.products li.product .gdlr-core-product-default h3{
	 font-size: 25px;
	 margin-bottom: 22px;
	 padding-top: 5px;
	 padding-bottom: 0px;
 }
 
 .hotale-home-page .woocommerce ul.products li.product .gdlr-core-product-default .button{
	 font-size: 12px;
	 font-weight: 700;
	 text-transform: uppercase;
	 letter-spacing: 2px;
	 padding: 0px;
	 background: transparent;
	 margin-top: 0px;
 }
 
 .hotale-home-page .woocommerce ul.products li.product .gdlr-core-product-default img{
	 margin-bottom: 0px;
 }
 
 .hotale-home-page .woocommerce.single-product .related.products li.product{
	 position: relative;
 }
 
 .hotale-home-page .woocommerce.single-product .related.products .onsale{
	 position: absolute;
	 left: -10px;
	 top: -10px;
	 margin: 0;
 }
 
 .hotale-home-page .woocommerce-cart .woocommerce,
.hotale-home-page .woocommerce-checkout .woocommerce{
	 margin-bottom: 70px;
 }
 
 .hotale-home-page .hotale-body.woocommerce nav.woocommerce-pagination{
	 text-align: right;
	 margin-bottom: 30px;
 }
 
 .hotale-home-page .hotale-body.woocommerce nav.woocommerce-pagination ul{
	 margin: 0px;
	 border: 0px;
 }
 
 .hotale-home-page .hotale-body.woocommerce nav.woocommerce-pagination ul li{
	 border: 0px;
 }
 
 .hotale-home-page .hotale-body.woocommerce nav.woocommerce-pagination ul li span,
.hotale-home-page .hotale-body.woocommerce nav.woocommerce-pagination ul li a{
	 font-size: 14px;
	 font-weight: bold;
	 margin-right: 3px;
	 padding: 9px 14px;
	 line-height: 1.7;
	 border-radius: 3px;
	 -moz-border-radius: 3px;
	 -webkit-border-radius: 3px;
 }
 
 /*-------------*/
 /*--- mmenu ---*/
 /*-------------*/
 .hotale-home-page .mm-menu,
.hotale-home-page .mm-panels,
.hotale-home-page .mm-panels>.mm-panel{
	 margin: 0;
	 left: 0;
	 right: 0;
	 top: 0;
	 bottom: 0;
	 z-index: 0;
	 box-sizing: border-box
 }
 
 .hotale-home-page .mm-btn,
.hotale-home-page .mm-menu{
	 box-sizing: border-box
 }
 
 .hotale-home-page .mm-listview a,
.hotale-home-page .mm-listview a:hover,
.hotale-home-page .mm-navbar a,
.hotale-home-page .mm-navbar a:hover{
	 text-decoration: none
 }
 
 .hotale-home-page .mm-hidden{
	 display: none !important
 }
 
 .hotale-home-page .mm-wrapper{
	 overflow-x: hidden;
	 position: relative
 }
 
 .hotale-home-page .mm-menu{
	 display: block;
	 padding: 0;
	 position: absolute
 }
 
 .hotale-home-page .mm-panels,
.hotale-home-page .mm-panels>.mm-panel{
	 background: inherit;
	 border-color: inherit;
	 position: absolute
 }
 
 .hotale-home-page .mm-btn,
.hotale-home-page .mm-panel.mm-highest{
	 z-index: 1
 }
 
 .hotale-home-page .mm-panels{
	 overflow: hidden
 }
 
 .hotale-home-page .mm-panel{
	 transition: -webkit-transform .4s ease;
	 transition: transform .4s ease;
	 transition: transform .4s ease, -webkit-transform .4s ease;
	 -webkit-transform: translate3d(100%, 0, 0);
	 transform: translate3d(100%, 0, 0)
 }
 
 .hotale-home-page .mm-panel.mm-opened{
	 -webkit-transform: translate3d(0, 0, 0);
	 transform: translate3d(0, 0, 0)
 }
 
 .hotale-home-page .mm-panel.mm-subopened{
	 -webkit-transform: translate3d(-30%, 0, 0);
	 transform: translate3d(-30%, 0, 0)
 }
 
 .hotale-home-page .mm-panels>.mm-panel{
	 -webkit-overflow-scrolling: touch;
	 overflow: scroll;
	 overflow-x: hidden;
	 overflow-y: auto;
	 padding: 0 20px
 }
 
 .hotale-home-page .mm-listview .mm-divider,
.hotale-home-page .mm-listview>li>a,
.hotale-home-page .mm-listview>li>span,
.hotale-home-page .mm-navbar .mm-title{
	 text-overflow: ellipsis;
	 white-space: nowrap;
	 overflow: hidden
 }
 
 .hotale-home-page .mm-panels>.mm-panel.mm-hasnavbar{
	 padding-top: 40px
 }
 
 .hotale-home-page .mm-vertical .mm-panel{
	 -webkit-transform: none !important;
	 transform: none !important
 }
 
 .hotale-home-page .mm-listview .mm-vertical .mm-panel,
.hotale-home-page .mm-vertical .mm-listview .mm-panel{
	 display: none;
	 padding: 10px 0 10px 10px
 }
 
 .hotale-home-page .mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,
.hotale-home-page .mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after{
	 border-color: transparent
 }
 
 .hotale-home-page .mm-vertical li.mm-opened>.mm-panel,
.hotale-home-page li.mm-vertical.mm-opened>.mm-panel{
	 display: block
 }
 
 .hotale-home-page .mm-listview>li.mm-vertical>.mm-next,
.hotale-home-page .mm-vertical .mm-listview>li>.mm-next{
	 height: 40px;
	 bottom: auto
 }
 
 .hotale-home-page .mm-listview>li.mm-vertical>.mm-next:after,
.hotale-home-page .mm-vertical .mm-listview>li>.mm-next:after{
	 top: 16px;
	 bottom: auto
 }
 
 .hotale-home-page .mm-listview>li.mm-vertical.mm-opened>.mm-next:after,
.hotale-home-page .mm-vertical .mm-listview>li.mm-opened>.mm-next:after{
	 -webkit-transform: rotate(45deg);
	 transform: rotate(45deg);
	 right: 19px
 }
 
 .hotale-home-page .mm-btn{
	 width: 40px;
	 height: 40px;
	 position: absolute;
	 top: 0
 }
 
 .hotale-home-page .mm-clear:after,
.hotale-home-page .mm-clear:before,
.hotale-home-page .mm-close:after,
.hotale-home-page .mm-close:before{
	 content: '';
	 border: 2px solid transparent;
	 display: block;
	 width: 5px;
	 height: 5px;
	 margin: auto;
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 -webkit-transform: rotate(-45deg);
	 transform: rotate(-45deg)
 }
 
 .hotale-home-page .mm-clear:before,
.hotale-home-page .mm-close:before{
	 border-right: none;
	 border-bottom: none;
	 right: 18px
 }
 
 .hotale-home-page .mm-clear:after,
.hotale-home-page .mm-close:after{
	 border-left: none;
	 border-top: none;
	 right: 25px
 }
 
 .hotale-home-page .mm-arrow:after,
.hotale-home-page .mm-next:after{
	 content: '';
	 border: 1px solid transparent;
	 display: block;
	 width: 6px;
	 height: 6px;
	 margin: auto;
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 -webkit-transform: rotate(-45deg);
	 transform: rotate(-45deg)
 }
 
 .hotale-home-page .mm-prev:before{
	 border-right: none;
	 border-bottom: none;
	 left: 0px
 }
 
 .hotale-home-page .mm-arrow:after,
.hotale-home-page .mm-next:after{
	 border-top: none;
	 border-left: none;
	 right: 2px
 }
 
 .hotale-home-page .mm-navbar{
	 text-align: center;
	 line-height: 20px;
	 height: 40px;
	 margin: 0;
 }
 
 .hotale-home-page .mm-navbar .mm-btn:last-child{
	 text-align: right;
	 padding-right: 20px;
	 right: 0
 }
 
 .hotale-home-page .mm-panel .mm-navbar{
	 display: none
 }
 
 .hotale-home-page .mm-panel.mm-hasnavbar .mm-navbar{
	 display: block;
	 margin: 0px 25px 30px;
	 position: relative;
 }
 
 .hotale-home-page .mm-listview,
.hotale-home-page .mm-listview>li{
	 list-style: none;
	 display: block;
	 padding: 0;
	 margin: 0
 }
 
 .hotale-home-page .mm-listview{
	 font: inherit;
	 font-size: 14px;
	 line-height: 20px
 }
 
 .hotale-home-page .mm-listview>li{
	 position: relative
 }
 
 .hotale-home-page .mm-listview>li,
.hotale-home-page .mm-listview>li .mm-next,
.hotale-home-page .mm-listview>li .mm-next:before,
.hotale-home-page .mm-listview>li:after{
	 border-color: inherit
 }
 
 .hotale-home-page .mm-listview>li>a,
.hotale-home-page .mm-listview>li>span{
	 color: inherit;
	 display: block;
	 margin: 0
 }
 
 .hotale-home-page .mm-listview>li>a.mm-arrow,
.hotale-home-page .mm-listview>li>span.mm-arrow{
	 padding-right: 50px
 }
 
 .hotale-home-page .mm-listview .mm-next{
	 background: rgba(3, 2, 1, 0);
	 width: 50px;
	 padding: 0;
	 position: absolute;
	 right: 0;
	 top: 0;
	 bottom: 0;
	 z-index: 2
 }
 
 .hotale-home-page .mm-listview .mm-next.mm-fullsubopen{
	 width: 100%
 }
 
 .hotale-home-page .mm-listview .mm-next.mm-fullsubopen:before{
	 border-left: none
 }
 
 .hotale-home-page .mm-listview .mm-next.mm-fullsubopen+a,
.hotale-home-page .mm-listview .mm-next.mm-fullsubopen+span{
	 padding-right: 50px;
	 margin-right: 0
 }
 
 .hotale-home-page .mm-listview .mm-inset{
	 list-style: disc inside;
	 padding: 0 10px 15px 40px;
	 margin: 0
 }
 
 .hotale-home-page .mm-listview .mm-inset>li{
	 padding: 5px 0
 }
 
 .hotale-home-page .mm-listview .mm-divider{
	 font-size: 10px;
	 text-transform: uppercase;
	 text-indent: 20px;
	 line-height: 25px
 }
 
 .hotale-home-page .mm-listview .mm-spacer{
	 padding-top: 40px
 }
 
 .hotale-home-page .mm-listview .mm-spacer>.mm-next{
	 top: 40px
 }
 
 .hotale-home-page .mm-listview .mm-spacer.mm-divider{
	 padding-top: 25px
 }
 
 .hotale-home-page .mm-page{
	 box-sizing: border-box;
	 position: relative
 }
 
 .hotale-home-page .mm-slideout{
	 transition: -webkit-transform .4s ease;
	 transition: transform .4s ease;
	 transition: transform .4s ease, -webkit-transform .4s ease;
	 z-index: 2
 }
 
 .hotale-home-page html.mm-opened{
	 overflow-x: hidden;
	 position: static;
 }
 
 .hotale-home-page #mm-blocker{
	 background: rgba(3, 2, 1, 0);
	 display: none;
	 width: 100%;
	 height: 100%;
	 position: fixed;
	 top: 0;
	 left: 0;
	 z-index: 100
 }
 
 .hotale-home-page html.mm-blocking #mm-blocker{
	 display: block
 }
 
 .hotale-home-page .mm-menu.mm-offcanvas{
	 z-index: 0;
	 display: none;
	 position: fixed
 }
 
 .hotale-home-page .mm-menu.mm-offcanvas.mm-current{
	 display: block
 }
 
 .hotale-home-page .mm-menu{
	 width: 330px
 }
 
 @media all and (max-width:380px) {
	 .hotale-home-page .mm-menu{
		 width: 280px
	 }
 }
 
 .hotale-home-page html.mm-opening .mm-slideout{
	 -webkit-transform: translate3d(330px, 0, 0);
	 transform: translate3d(330px, 0, 0)
 }
 
 @media all and (max-width:380px) {
	 .hotale-home-page html.mm-opening .mm-slideout{
		 -webkit-transform: translate3d(280px, 0, 0);
		 transform: translate3d(280px, 0, 0)
	 }
 }
 
 /* right effect */
 .hotale-home-page html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom{
	 -webkit-transform: scale(.7, .7) translate3d(30%, 0, 0);
	 transform: scale(.7, .7) translate3d(30%, 0, 0);
	 -webkit-transform-origin: right center;
	 transform-origin: right center
 }
 
 .hotale-home-page html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom{
	 -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	 transform: scale(1, 1) translate3d(0, 0, 0)
 }
 
 .hotale-home-page html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide{
	 -webkit-transform: translate3d(30%, 0, 0);
	 transform: translate3d(30%, 0, 0)
 }
 
 .hotale-home-page html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide{
	 -webkit-transform: translate3d(0, 0, 0);
	 transform: translate3d(0, 0, 0)
 }
 
 .hotale-home-page html.mm-right.mm-opening.mm-fullscreen .mm-slideout{
	 -webkit-transform: translate3d(-100%, 0, 0);
	 transform: translate3d(-100%, 0, 0)
 }
 
 .hotale-home-page .mm-menu.mm-pageshadow.mm-right:after{
	 left: auto;
	 right: 100%
 }
 
 .hotale-home-page .mm-menu.mm-right{
	 left: auto;
	 right: 0
 }
 
 .hotale-home-page html.mm-right.mm-opening .mm-slideout{
	 -webkit-transform: translate3d(-330px, 0, 0);
	 transform: translate3d(-330px, 0, 0)
 }
 
 @media all and (max-width:380px) {
	 .hotale-home-page html.mm-right.mm-opening .mm-slideout{
		 -webkit-transform: translate3d(-280px, 0, 0);
		 transform: translate3d(-280px, 0, 0)
	 }
 }
 
 .hotale-home-page .mm-menu.mm-front.mm-right,
.hotale-home-page .mm-menu.mm-next.mm-right{
	 -webkit-transform: translate3d(100%, 0, 0);
	 transform: translate3d(100%, 0, 0)
 }
 
 /* page dim */
 .hotale-home-page html.mm-pagedim #mm-blocker,
.hotale-home-page html.mm-pagedim-black #mm-blocker,
.hotale-home-page html.mm-pagedim-white #mm-blocker{
	 opacity: 0
 }
 
 .hotale-home-page html.mm-pagedim-black.mm-opening #mm-blocker,
.hotale-home-page html.mm-pagedim-white.mm-opening #mm-blocker,
.hotale-home-page html.mm-pagedim.mm-opening #mm-blocker{
	 opacity: .3;
	 transition: ease .4s
 }
 
 .hotale-home-page html.mm-pagedim #mm-blocker{
	 background: inherit
 }
 
 .hotale-home-page html.mm-pagedim-white #mm-blocker{
	 background: #fff
 }
 
 .hotale-home-page html.mm-pagedim-black #mm-blocker{
	 background: #000
 }
 
 /* custom */
 .hotale-home-page ul.mm-listview li{
	 margin: 0px 25px;
	 border-bottom-width: 1px;
	 border-bottom-style: solid;
 }
 
 .hotale-home-page ul.mm-listview li a,
.hotale-home-page ul.mm-listview li span.hotale-mm-menu-blank{
	 font-size: 12px;
	 text-transform: uppercase;
	 font-weight: 700;
	 letter-spacing: 0.5px;
	 padding: 17px 0px;
 }
 
 .hotale-home-page .mm-navbar .mm-btn{
	 line-height: 40px;
	 font-size: 30px;
	 display: block;
	 text-align: left;
	 left: -8px;
	 padding: 0px;
 }
 
 .hotale-home-page .mm-navbar .mm-btn:before{
	 content: "\34";
	 font-family: elegantIcons;
 }
 
 .hotale-home-page .mm-navbar .mmenu-custom-close{
	 line-height: 40px;
	 font-size: 30px;
	 display: block;
	 text-align: left;
	 margin-left: -8px;
	 cursor: pointer;
 }
 
 .hotale-home-page .mm-navbar .mmenu-custom-close:after{
	 content: "\4d";
	 font-family: elegantIcons;
 }
 
 .hotale-home-page .mm-navbar .mm-title{
	 display: none;
 }
 
 .hotale-home-page .mm-navbar .mm-title:first-child{
	 display: block;
 }
 
 .hotale-home-page html.hotale-mmenu-left .hotale-sticky-navigation.hotale-fixed-navigation,
.hotale-home-page html.hotale-mmenu-right .hotale-sticky-navigation.hotale-fixed-navigation{
	 transition: -webkit-transform .4s ease;
	 transition: transform .4s ease;
	 transition: transform .4s ease, -webkit-transform .4s ease;
 }
 
 .hotale-home-page html.mm-opening.hotale-mmenu-left .hotale-sticky-navigation.hotale-fixed-navigation{
	 -webkit-transform: translate3d(330px, 0, 0);
	 transform: translate3d(330px, 0, 0);
 }
 
 .hotale-home-page html.mm-opening.hotale-mmenu-right .hotale-sticky-navigation.hotale-fixed-navigation{
	 -webkit-transform: translate3d(-330px, 0, 0);
	 transform: translate3d(-330px, 0, 0);
 }
 
 .hotale-home-page html.hotale-mmenu-left .hotale-mobile-header-wrap .hotale-top-bar,
.hotale-home-page html.hotale-mmenu-left .hotale-mobile-header,
.hotale-home-page html.hotale-mmenu-right .hotale-mobile-header-wrap .hotale-top-bar,
.hotale-home-page html.hotale-mmenu-right .hotale-mobile-header{
	 transition: -webkit-transform .4s ease;
	 transition: transform .4s ease;
	 transition: transform .4s ease, -webkit-transform .4s ease;
 }
 
 .hotale-home-page html.mm-opening.hotale-mmenu-left .hotale-mobile-header-wrap .hotale-top-bar,
.hotale-home-page html.mm-opening.hotale-mmenu-left .hotale-mobile-header{
	 -webkit-transform: translate3d(330px, 0, 0);
	 transform: translate3d(330px, 0, 0);
 }
 
 .hotale-home-page html.mm-opening.hotale-mmenu-right .hotale-mobile-header-wrap .hotale-top-bar,
.hotale-home-page html.mm-opening.hotale-mmenu-right .hotale-mobile-header{
	 -webkit-transform: translate3d(-330px, 0, 0);
	 transform: translate3d(-330px, 0, 0);
 }
 
 @media all and (max-width:380px) {
	 .hotale-home-page html.mm-opening.hotale-mmenu-left .hotale-sticky-navigation.hotale-fixed-navigation{
		 -webkit-transform: translate3d(280px, 0, 0);
		 transform: translate3d(280px, 0, 0);
	 }
 
	 .hotale-home-page html.mm-opening.hotale-mmenu-right .hotale-sticky-navigation.hotale-fixed-navigation{
		 -webkit-transform: translate3d(-280px, 0, 0);
		 transform: translate3d(-280px, 0, 0);
	 }
 
	 .hotale-home-page html.mm-opening.hotale-mmenu-left .hotale-mobile-header-wrap .hotale-top-bar,
.hotale-home-page html.mm-opening.hotale-mmenu-left .hotale-mobile-header{
		 -webkit-transform: translate3d(280px, 0, 0);
		 transform: translate3d(280px, 0, 0);
	 }
 
	 .hotale-home-page html.mm-opening.hotale-mmenu-right .hotale-mobile-header-wrap .hotale-top-bar,
.hotale-home-page html.mm-opening.hotale-mmenu-right .hotale-mobile-header{
		 -webkit-transform: translate3d(-280px, 0, 0);
		 transform: translate3d(-280px, 0, 0);
	 }
 }
 
 /*-----------------*/
 /*--- superfish ---*/
 /*-----------------*/
 
 /* top level */
 .hotale-home-page .sf-menu{
	 list-style: none;
	 margin-left: 0px;
 }
 
 .hotale-home-page .sf-menu>li{
	 float: left;
	 cursor: pointer;
 }
 
 .hotale-home-page .sf-menu>li>a{
	 display: block;
	 text-decoration: none;
	 position: relative;
	 z-index: 9;
 }
 
 /* normal menu */
 .hotale-home-page .sf-menu>.hotale-normal-menu ul{
	 list-style: none;
	 position: absolute;
	 display: none;
	 z-index: 99;
	 min-width: 220px;
 }
 
 .hotale-home-page .sf-menu>.hotale-normal-menu ul{
	 margin-left: -15px;
 }
 
 .hotale-home-page .sf-menu>.hotale-normal-menu ul ul{
	 margin-left: 0px;
 }
 
 .hotale-home-page .sf-menu>.hotale-normal-menu.sfHover>ul,
.hotale-home-page .sf-menu>.hotale-normal-menu.sfHover>ul:hover,
.hotale-home-page .sf-menu>.hotale-normal-menu li.sfHover>ul{
	 display: block;
 }
 
 .hotale-home-page .sf-menu>.hotale-normal-menu ul ul{
	 top: 0px;
	 left: 100%;
 }
 
 .hotale-home-page .sf-menu>.hotale-normal-menu ul.hotale-menu-right{
	 right: 0px;
 }
 
 .hotale-home-page .sf-menu>.hotale-normal-menu ul ul.sub-menu-right{
	 left: auto;
	 right: 100%;
 }
 
 .hotale-home-page .sf-menu>.hotale-normal-menu ul ul.sub-menu-left{
	 right: auto;
	 left: 100%;
 }
 
 .hotale-home-page .sf-menu>.hotale-normal-menu li{
	 position: relative;
	 white-space: nowrap;
 }
 
 .hotale-home-page .sf-menu>.hotale-normal-menu li a{
	 text-decoration: none;
 }
 
 .hotale-home-page .sf-menu>.hotale-normal-menu li>a.sf-with-ul-pre{}
 
 .hotale-home-page .sf-menu>.hotale-normal-menu li>a.sf-with-ul-pre:after{
	 content: '>';
 }
 
 /* mega menu */
 .hotale-home-page .sf-menu>.hotale-mega-menu .sf-mega{
	 position: absolute;
	 display: none;
	 z-index: 99;
 }
 
 .hotale-home-page .sf-menu>.hotale-mega-menu.sfHover .sf-mega,
.hotale-home-page .sf-menu>.hotale-mega-menu.sfHover .sf-mega:hover{
	 display: block;
 }
 
 .hotale-home-page .sf-menu>.hotale-mega-menu .sf-mega-section-inner a{
	 text-decoration: none;
 }
 
 .hotale-home-page .sf-menu>.hotale-mega-menu .sf-mega-section-inner ul{
	 list-style: none;
	 margin-left: 0px;
	 margin-bottom: 0px;
 }
 
 /* vertical menu */
 .hotale-home-page .sf-vertical{
	 list-style: none;
	 margin-left: 0px;
	 left: 100%;
	 top: 0;
	 margin-bottom: 0px;
 }
 
 .hotale-home-page .sf-vertical li{
	 position: relative;
 }
 
 .hotale-home-page .sf-vertical ul.sub-menu{
	 list-style: none;
	 position: absolute;
	 display: none;
	 left: 100%;
	 top: 0px;
	 z-index: 9;
	 min-width: 190px;
 }
 
 .hotale-home-page .sf-vertical ul.sub-menu li{
	 white-space: nowrap;
 }
 
 .hotale-home-page .gdlr-core-nav-side-text{
	 display: none;
 }
 
 .hotale-home-page .gdlr-core-custom-menu-widget .gdlr-core-nav-side-text{
	 display: inline;
	 margin-left: 10px;
 }
 
 .hotale-home-page .gdlr-core-custom-menu-widget .gdlr-core-nav-side-text.gdlr-core-with-bg{
	 display: inline-block;
	 padding: 1px 6px;
	 color: #fff;
	 border-radius: 3px;
	 -moz-border-radius: 3px;
	 -webkit-border-radius: 3px;
 }
 
 /* woocommerce category */
 .hotale-home-page .products>li.product-category{
	 float: left;
	 padding: 20px;
	 list-style: none;
 }
 
 .hotale-home-page .products>li.product-category.first{
	 clear: left;
 }
 
 .hotale-home-page .products>li.product-category h2{
	 font-size: 15px;
	 text-align: center;
 }
 
 .hotale-home-page .products.columns-2>li.product-category{
	 width: 50%;
 }
 
 .hotale-home-page .products.columns-3>li.product-category{
	 width: 33.33%;
 }
 
 .hotale-home-page .products.columns-4>li.product-category{
	 width: 25%;
 }
 
 .hotale-home-page .products.columns-5>li.product-category{
	 width: 20%;
 }
 
 @media only screen and (max-width: 767px) {
	 .hotale-home-page .products>li.product-category.product{
		 width: 50%;
	 }
 
	 .hotale-home-page .products>li.product-category.first{
		 clear: none;
	 }
 
	 .hotale-home-page .products>li.product-category:nth-child(2n+1){
		 clear: left;
	 }
 }
 
 /* timetable */
 .hotale-home-page .mptt-shortcode-wrapper .mptt-shortcode-table{
	 table-layout: fixed;
 }
 
 .hotale-home-page .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .timeslot{
	 font-size: 15px;
	 font-weight: 800;
	 line-height: 22px;
 }
 
 .hotale-home-page .mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th{
	 padding: 22px 10px;
	 font-weight: 700;
 }
 
 .hotale-home-page .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-title{
	 font-size: 15px;
	 font-weight: 700;
	 margin-top: 25px;
 }
 
 .hotale-home-page .hotale-body select.mptt-navigation-select{
	 width: 250px;
	 border: 0px;
	 background: none;
	 border-bottom-width: 2px;
	 border-bottom-style: solid;
	 padding-bottom: 10px;
	 font-size: 15px;
	 font-weight: 700;
	 margin-bottom: 30px;
	 border-radius: 0px;
	 -moz-border-radius: 0px;
	 -webkit-border-radius: 0px;
 }
 
 .hotale-home-page .hotale-body select.mptt-navigation-select:focus{
	 outline: none;
 }
 
 /* float social */
 .hotale-home-page .hotale-float-social{
	 position: fixed;
	 z-index: 999;
	 right: 35px;
	 top: 50%;
	 white-space: nowrap;
	 transform: translate(50%, 0) rotate(270deg);
	 transform-origin: 50% 50%;
 }
 
 .hotale-home-page .hotale-float-social a{
	 margin-right: 24px;
 }
 
 .hotale-home-page .hotale-float-social a:last-child{
	 margin-right: 0px;
 }
 
 .hotale-home-page .hotale-float-social.hotale-display-after-title{
	 opacity: 0;
 }
 
 .hotale-home-page .hotale-float-social .hotale-divider{
	 width: 8px;
	 border-top-width: 1px;
	 border-top-style: solid;
	 display: inline-block;
	 margin: 0px 24px 0.2em;
 }
 
 .hotale-home-page .hotale-float-social,
.hotale-home-page .hotale-float-social .hotale-float-social-icon{
	 color: #fff;
 }
 
 .hotale-home-page .hotale-float-social .hotale-float-social-icon:hover{
	 color: #fff;
 }
 
 @media only screen and (max-width: 1400px) {
	 .hotale-home-page .hotale-float-social{
		 display: none !important;
	 }
 }
 
 .hotale-home-page div.nsl-container.nsl-container-block .nsl-container-buttons{
	 display: flex;
 }
 
 @media only screen and (max-width: 850px) {
	 .hotale-home-page div.nsl-container.nsl-container-block .nsl-container-buttons{
		 display: block;
	 }
 }
 
 /* order woo */
 .hotale-home-page .woocommerce-thankyou-order-received,
.hotale-home-page .woocommerce ul.order_details li,
.hotale-home-page .woocommerce .woocommerce-order table.shop_table th,
.hotale-home-page .woocommerce .woocommerce-order table.shop_table td,
.hotale-home-page .woocommerce-order-pay table.shop_table th,
.hotale-home-page .woocommerce-order-pay table.shop_table td{
	 color: #000;
 }
 
 .hotale-home-page .woocommerce ul.order_details li{
	 border-color: #000;
 }
 
 .hotale-home-page .woocommerce .woocommerce-order .woocommerce-customer-details address{
	 background: #f5f5f5;
	 color: #000;
 }
 
 .hotale-home-page .woocommerce-thankyou-order-received{
	 font-size: 19px;
	 font-weight: 500;
	 margin-bottom: 35px;
 }
 
 .hotale-home-page .woocommerce ul.order_details li{
	 font-size: 16px;
	 text-transform: none;
	 font-weight: 500;
	 border-style: solid;
 }
 
 .hotale-home-page .woocommerce ul.order_details li strong{
	 font-size: 1em;
	 font-weight: normal;
	 margin-top: 6px;
 }
 
 .hotale-home-page .woocommerce ul.order_details span.woocommerce-Price-amount.amount{
	 font-size: inherit;
	 color: inherit;
 }
 
 .hotale-home-page .woocommerce .woocommerce-order h2{
	 font-size: 29px;
	 font-weight: 600;
 }
 
 .hotale-home-page .woocommerce .woocommerce-order h3{
	 font-size: 22px;
	 font-weight: 600;
 }
 
 .hotale-home-page .woocommerce .woocommerce-order table{
	 border-spacing: 0px;
 }
 
 .hotale-home-page .woocommerce .woocommerce-order table tr{
	 background: transparent;
 }
 
 .hotale-home-page .woocommerce .woocommerce-order table.shop_table{
	 font-size: 19px;
 }
 
 .hotale-home-page .woocommerce .woocommerce-order table.shop_table th{
	 padding: 18px 0px;
	 font-size: 19px;
	 font-weight: 500;
 }
 
 .hotale-home-page .woocommerce .woocommerce-order table.shop_table td{
	 padding: 18px 0px;
 }
 
 .hotale-home-page .woocommerce .woocommerce-order .product-quantity{
	 font-weight: normal;
 }
 
 .hotale-home-page .woocommerce .woocommerce-order span.woocommerce-Price-amount.amount{
	 font-size: inherit;
	 color: inherit;
 }
 
 .hotale-home-page .woocommerce .woocommerce-order table.shop_table tfoot td{
	 font-weight: 500;
 }
 
 .hotale-home-page .woocommerce .woocommerce-order section,
.hotale-home-page .woocommerce .woocommerce-order .woocommerce-customer-details,
.hotale-home-page .woocommerce .woocommerce-order .woocommerce-order-details,
.hotale-home-page .woocommerce .woocommerce-order .woocommerce-order-downloads{
	 margin-bottom: 60px;
 }
 
 .hotale-home-page .woocommerce .woocommerce-order .woocommerce-customer-details address{
	 border: none;
	 border-radius: 0px;
	 padding: 20px 27px;
	 margin-top: 30px;
 }
 
 .hotale-home-page .woocommerce-order-pay table{
	 border-spacing: 0px;
 }
 
 .hotale-home-page .woocommerce-order-pay table tr{
	 background: transparent !important;
 }
 
 .hotale-home-page .woocommerce-order-pay table.shop_table{
	 font-size: 19px;
 }
 
 .hotale-home-page .woocommerce-order-pay table.shop_table th{
	 padding: 18px 0px;
	 font-size: 19px;
	 font-weight: 500;
 }
 
 .hotale-home-page .woocommerce-order-pay table.shop_table td{
	 padding: 18px 0px;
 }
 
 .hotale-home-page .woocommerce-order-pay .product-quantity{
	 font-weight: normal;
 }
 
 .hotale-home-page .woocommerce-order-pay span.woocommerce-Price-amount.amount{
	 font-size: inherit;
	 color: inherit;
 }
 
 .hotale-home-page .woocommerce-order-pay table.shop_table tfoot td{
	 font-weight: 500;
 }
 
 .hotale-home-page #add_payment_method #payment,
.hotale-home-page .woocommerce-cart #payment,
.hotale-home-page .woocommerce-checkout #payment{
	 border-radius: 0px;
 }
 
 .hotale-home-page #add_payment_method #payment,
.hotale-home-page .woocommerce-cart #payment,
.hotale-home-page .woocommerce-checkout #payment{
	 border-radius: 0px;
 }
 
 .hotale-home-page #add_payment_method #payment ul.payment_methods,
.hotale-home-page .woocommerce-cart #payment ul.payment_methods,
.hotale-home-page .woocommerce-checkout #payment ul.payment_methods,
.hotale-home-page #add_payment_method #payment div.form-row,
.hotale-home-page .woocommerce-cart #payment div.form-row,
.hotale-home-page .woocommerce-checkout #payment div.form-row{
	 padding: 20px 25px;
 }
 
 .hotale-home-page .woocommerce #payment #place_order,
.hotale-home-page .woocommerce-page #payment #place_order{
	 text-transform: uppercase;
	 font-weight: 400;
	 letter-spacing: 1px;
 }
 
 .hotale-home-page .woocommerce-order-pay table.shop_table tr .product-total,
.hotale-home-page .woocommerce-order-pay table.shop_table tr .product-subtotal,
.hotale-home-page .woocommerce-order-pay table.shop_table tr .product-quantity{
	 text-align: right;
 }
 
 .hotale-home-page #add_payment_method #payment div.payment_box,
.hotale-home-page .woocommerce-cart #payment div.payment_box,
.hotale-home-page .woocommerce-checkout #payment div.payment_box{
	 padding: 0px 0px 0px 33px;
	 background: transparent;
 }
 
 .hotale-home-page #payment .payment_methods li .payment_box.payment_method_woocommerce_payments fieldset{
	 padding: 0;
 }
 
 .hotale-home-page #add_payment_method #payment div.payment_box::before,
.hotale-home-page .woocommerce-cart #payment div.payment_box::before,
.hotale-home-page .woocommerce-checkout #payment div.payment_box::before{
	 display: none;
 }
 
 .hotale-home-page #add_payment_method #payment ul.payment_methods,
.hotale-home-page .woocommerce-cart #payment ul.payment_methods,
.hotale-home-page .woocommerce-checkout #payment ul.payment_methods{
	 padding: 0px;
	 border-bottom: 0px;
 }
 
 .hotale-home-page #add_payment_method #payment ul.payment_methods li,
.hotale-home-page .woocommerce-cart #payment ul.payment_methods li,
.hotale-home-page .woocommerce-checkout #payment ul.payment_methods li{
	 background: #f3f3f3;
	 padding: 15px 25px;
	 margin-bottom: 10px;
 }
 
 .hotale-home-page #add_payment_method #payment,
.hotale-home-page .woocommerce-cart #payment,
.hotale-home-page .woocommerce-checkout #payment{
	 background: transparent !important;
 }
 
 @media only screen and (min-width: 500px) {
	 .hotale-home-page .paypal-button-container{
		 min-width: 380px;
		 max-width: 380px;
	 }
 }
 
 .hotale-home-page .woocommerce ul.order_details li{
	 padding-right: 4em;
 }
 
 .hotale-home-page .woocommerce .woocommerce-order .woocommerce-customer-details address{
	 padding: 40px;
 }
 
 .hotale-home-page .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.hotale-home-page .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone{
	 margin-top: 20px;
	 font-weight: 500;
 }
 
 .hotale-home-page .woocommerce ul.order_details{
	 margin: 0 0 5em;
 }
 
 .hotale-home-page .woocommerce .woocommerce-order h2{
	 font-weight: 500;
 }
 
 .hotale-home-page .ppc-button-wrapper{
	 width: 420px;
	 margin-top: 20px;
 }
 
 .hotale-home-page span.paypal-button-text.true{
	 margin-top: 10px;
 }
 
 /* woo style 2 */
 .hotale-home-page .hotale-single-product-style-2 .related.products h2{
	 text-align: center;
 }
 
 .hotale-home-page .hotale-single-product-style-2.single-product.woocommerce div.product .hotale-woocommerce-social-share{
	 border: none;
	 padding-top: 0px;
	 margin-top: 20px;
 }
 
 .hotale-home-page .hotale-single-product-style-2.single-product.woocommerce div.product .product_meta{
	 padding-top: 38px;
	 margin-top: 45px;
	 border-top-width: 1px;
	 border-top-style: solid;
 }
 
 .hotale-home-page .hotale-single-product-style-2.single-product.woocommerce div.product .gdlr-core-social-share-item a{
	 font-size: 20px;
	 margin: 0px 20px 0px 0px;
 }
 
 .hotale-home-page .hotale-single-product-style-2.single-product.woocommerce div.product p.price .woocommerce-Price-amount{
	 font-weight: 500;
 }
 
 .hotale-home-page .hotale-single-product-style-2.single-product.woocommerce div.product p.price{
	 margin-bottom: 25px;
 }
 
 .hotale-home-page .hotale-single-product-style-2.single-product.woocommerce div.product .product_title{
	 margin-bottom: 10px;
 }
 
 .hotale-home-page .hotale-single-product-style-2.single-product.woocommerce div.product span.onsale{
	 margin-right: 0px;
	 right: 0px;
	 top: 0px;
	 left: auto;
	 width: 80px;
	 height: 80px;
	 font-weight: 500;
	 font-size: 15px;
	 line-height: 78px;
 }
 
 .hotale-home-page .hotale-single-product-style-2.single-product.woocommerce div.product .star-rating{
	 margin-top: 9px;
	 width: 6.7em;
 }
 
 .hotale-home-page .hotale-single-product-style-2.single-product.woocommerce div.product .star-rating:before,
.hotale-home-page .hotale-single-product-style-2.single-product.woocommerce div.product .star-rating span:before{
	 letter-spacing: 0.5em;
 }
 
 .hotale-home-page .hotale-single-product-style-2.single-product.woocommerce div.product form.cart table.variations th{
	 background: none;
	 color: inherit;
	 padding: 0;
	 text-align: left;
	 vertical-align: middle;
 }
 
 .hotale-home-page .hotale-single-product-style-2.single-product.woocommerce div.product form.cart table.variations tr{
	 background: transparent;
 }
 
 .hotale-home-page .hotale-single-product-style-2.single-product.woocommerce div.product form.cart table.variations td{
	 padding: 0px;
	 display: flex;
	 align-items: center;
	 gap: 10px;
 }
 
 .hotale-home-page .hotale-single-product-style-2.single-product.woocommerce div.product form.cart table.variations select{
	 padding: 0px 15px;
	 width: 100%;
	 margin: 0px;
	 height: 50px;
	 border-radius: 5px;
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
 }
 
 .hotale-home-page .hotale-single-product-style-2.single-product.woocommerce div.product form.cart .variations label{
	 font-weight: 500;
 }
 
 .hotale-home-page .hotale-single-product-style-2.single-product.woocommerce div.product form.cart.variations_form{
	 max-width: 400px;
	 width: auto;
 }
 
 .hotale-home-page .hotale-single-product-style-2.single-product.woocommerce div.product form.cart .button{
	 border-radius: 5px;
	 -moz-border-radius: 5px;
	 -webkit-border-radius: 5px;
 }
 
 .hotale-home-page .hotale-single-product-style-2.single-product.woocommerce div.product .quantity .qty{
	 margin-right: 10px;
	 border-radius: 5px;
	 -moz-border-radius: 5px;
	 -webkit-border-radius: 5px;
 }
 
 .hotale-home-page .hotale-single-product-style-2.single-product.woocommerce div.product form.cart .reset_variations{
	 font-size: 12px;
	 text-transform: uppercase;
 }
 
 .hotale-home-page .hotale-single-product-style-2.single-product.woocommerce .woocommerce-variation-add-to-cart{
	 margin-top: 25px;
 }
 
 .hotale-home-page .hotale-single-product-style-2.single-product.woocommerce .summary span.woocommerce-Price-amount.amount{
	 font-size: 26px;
	 font-weight: 400;
 }
 
 .hotale-home-page .hotale-single-product-style-2.single-product.woocommerce div.product form.cart .variations{
	 margin-bottom: 35px;
 }
 
 .hotale-home-page .hotale-single-product-style-2.single-product.woocommerce div.product p.price{
	 font-size: 20px !important;
 }
 
 .hotale-home-page .hotale-single-product-style-2.single-product.woocommerce div.product form.cart table.variations select:focus{
	 outline: none;
 }
 
 .hotale-home-page .hotale-single-product-style-2.single-product.woocommerce #reviews #comments ol.commentlist li{
	 background: transparent;
	 border-width: 1px;
	 border-style: solid;
	 border-color: inherit;
 }
 
 .hotale-home-page .hotale-single-product-style-2.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{
	 display: flex;
	 flex-direction: column-reverse;
 }
 
 .hotale-home-page .hotale-single-product-style-2.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__dash{
	 display: none;
 }
 
 .hotale-home-page .hotale-single-product-style-2.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author{
	 font-size: 22px;
	 font-weight: 600;
 }
 
 .hotale-home-page .hotale-single-product-style-2.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time.woocommerce-review__published-date{
	 font-size: 14px;
	 letter-spacing: 0px;
 }
 
 .hotale-home-page .hotale-single-product-style-2.single-product.woocommerce table.shop_attributes{
	 max-width: 800px;
	 margin-left: auto;
	 margin-right: auto;
	 border-spacing: 0px;
 }
 
 .hotale-home-page .hotale-single-product-style-2.single-product.woocommerce table.shop_attributes tr{
	 background: transparent;
 }
 
 .hotale-home-page .hotale-single-product-style-2.single-product.woocommerce table.shop_attributes th{
	 text-align: left;
 }
 
 .hotale-home-page .hotale-single-product-style-2.single-product.woocommerce table.shop_attributes td{
	 text-align: right;
 }
 
 .hotale-home-page .hotale-single-product-style-2.single-product.woocommerce table.shop_attributes th,
.hotale-home-page .hotale-single-product-style-2.single-product.woocommerce table.shop_attributes td{
	 background: transparent;
	 border-bottom-width: 1px;
	 border-style: solid;
	 border-color: inherit;
 }
 
 .hotale-home-page .hotale-single-product-style-2.single-product.woocommerce div.product .product_title{
	 margin-bottom: 5px;
 }
 
 .hotale-home-page .hotale-single-product-style-2.single-product.woocommerce div.product p.price .woocommerce-Price-amount{
	 font-weight: 400;
 }
 
 .hotale-home-page .hotale-single-product-style-2.single-product.woocommerce div.product .product_meta{
	 padding-top: 45px;
 }
 
 .hotale-home-page .hotale-single-product-style-2.single-product.woocommerce div.product .hotale-woocommerce-social-share{
	 padding-top: 10px;
 }
 
 .hotale-home-page .hotale-single-product-style-2.single-product.woocommerce div.product form.cart table.variations select{
	 font-size: 17px;
 }
 
 .hotale-home-page .hotale-single-product-style-2.single-product.woocommerce div.product form.cart table.variations select{
	 height: 53px;
 }
 
 .hotale-home-page .hotale-single-product-style-2.single-product.woocommerce div.product form.cart .variations label{
	 font-size: 18px;
 }
 
 .hotale-home-page .hotale-single-product-style-2.single-product.woocommerce div.product form.cart table.variations td{
	 margin-left: 20px;
 }
 
 .hotale-home-page .hotale-single-product-style-2.single-product.woocommerce div.product form.cart .reset_variations{
	 letter-spacing: 1px;
	 font-weight: 500;
 }
 
 .hotale-home-page .hotale-single-product-style-2.single-product.woocommerce div.product>span.onsale{
	 font-size: 20px;
 }
 
 .hotale-home-page .hotale-single-product-style-2.single-product.woocommerce .hotale-top-cart-item-info span.woocommerce-Price-amount.amount{
	 font-size: 17px;
	 font-weight: 400;
 }
 
 .hotale-home-page .hotale-single-product-style-2.single-product.woocommerce .hotale-top-cart-price-wrap span.woocommerce-Price-amount.amount{
	 font-size: 21px;
	 font-weight: 400;
 }
 
 .hotale-home-page .single-product.woocommerce div.product .hotale-woocommerce-tab .gdlr-core-tab-item-content{
	 max-width: 800px;
 }
 
 .hotale-home-page .woocommerce div.product form.cart .variations select{
	 -webkit-appearance: none;
	 -moz-appearance: none;
	 appearance: none;
	 background-repeat: no-repeat;
	 background-image: var(--select-image);
	 background-position: right 15px top 50%;
 }
 
 .hotale-home-page :root{
	 --select-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uNDcgMS41MyAxLjUzLjQ3IDUgMy45NCA4LjQ3LjQ3bDEuMDYgMS4wNkw1IDYuMDYuNDcgMS41M3oiIGZpbGw9IiMxODE4MTgiLz48L3N2Zz4=");
	 --select-ordering-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgNiA0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMyAyLjU1MS42MzMuMTg0IDAgLjgxNmwzIDMgMy0zLS42MzMtLjYzMkwzIDIuNTVaIiBmaWxsPSIjNkE2QTZBIi8+PC9zdmc+");
 }
 
 .hotale-home-page .hotale-main-menu-right-wrap .tourmaster-user-top-bar{
	 float: left;
	 margin-top: -8px;
	 margin-left: 25px;
 }
 
 .hotale-home-page .hotale-main-menu-right-wrap .tourmaster-user-top-bar-name{
	 font-size: 16px;
 }
 
 .hotale-home-page .hotale-header-style-plain.hotale-style-menu-left .tourmaster-currency-switcher-inner{
	 padding-top: 0;
	 right: auto;
	 padding-top: 40px;
	 margin-top: -40px;
 }
 
 .hotale-home-page .hotale-header-style-plain.hotale-style-menu-left .tourmaster-currency-switcher{
	 position: static;
 }
 
 .hotale-home-page .hotale-header-style-plain.hotale-style-menu-left .tourmaster-user-top-bar{
	 position: static;
 }
 
 .hotale-home-page .hotale-header-style-plain.hotale-style-menu-left .tourmaster-user-top-bar-nav{
	 right: auto;
	 padding-top: 0px;
	 padding-top: 40px;
	 margin-top: -40px;
 }

.hotale-home-page body{
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--duotone--dark-grayscale: url("#wp-duotone-dark-grayscale");
    --wp--preset--duotone--grayscale: url("#wp-duotone-grayscale");
    --wp--preset--duotone--purple-yellow: url("#wp-duotone-purple-yellow");
    --wp--preset--duotone--blue-red: url("#wp-duotone-blue-red");
    --wp--preset--duotone--midnight: url("#wp-duotone-midnight");
    --wp--preset--duotone--magenta-yellow: url("#wp-duotone-magenta-yellow");
    --wp--preset--duotone--purple-green: url("#wp-duotone-purple-green");
    --wp--preset--duotone--blue-orange: url("#wp-duotone-blue-orange");
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
}
.hotale-home-page .has-black-color{
    color: var(--wp--preset--color--black) !important;
}
.hotale-home-page .has-cyan-bluish-gray-color{
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.hotale-home-page .has-white-color{
    color: var(--wp--preset--color--white) !important;
}
.hotale-home-page .has-pale-pink-color{
    color: var(--wp--preset--color--pale-pink) !important;
}
.hotale-home-page .has-vivid-red-color{
    color: var(--wp--preset--color--vivid-red) !important;
}
.hotale-home-page .has-luminous-vivid-orange-color{
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.hotale-home-page .has-luminous-vivid-amber-color{
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.hotale-home-page .has-light-green-cyan-color{
    color: var(--wp--preset--color--light-green-cyan) !important;
}
.hotale-home-page .has-vivid-green-cyan-color{
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.hotale-home-page .has-pale-cyan-blue-color{
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.hotale-home-page .has-vivid-cyan-blue-color{
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.hotale-home-page .has-vivid-purple-color{
    color: var(--wp--preset--color--vivid-purple) !important;
}
.hotale-home-page .has-black-background-color{
    background-color: var(--wp--preset--color--black) !important;
}
.hotale-home-page .has-cyan-bluish-gray-background-color{
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.hotale-home-page .has-white-background-color{
    background-color: var(--wp--preset--color--white) !important;
}
.hotale-home-page .has-pale-pink-background-color{
    background-color: var(--wp--preset--color--pale-pink) !important;
}
.hotale-home-page .has-vivid-red-background-color{
    background-color: var(--wp--preset--color--vivid-red) !important;
}
.hotale-home-page .has-luminous-vivid-orange-background-color{
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.hotale-home-page .has-luminous-vivid-amber-background-color{
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.hotale-home-page .has-light-green-cyan-background-color{
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.hotale-home-page .has-vivid-green-cyan-background-color{
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.hotale-home-page .has-pale-cyan-blue-background-color{
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.hotale-home-page .has-vivid-cyan-blue-background-color{
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.hotale-home-page .has-vivid-purple-background-color{
    background-color: var(--wp--preset--color--vivid-purple) !important;
}
.hotale-home-page .has-black-border-color{
    border-color: var(--wp--preset--color--black) !important;
}
.hotale-home-page .has-cyan-bluish-gray-border-color{
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.hotale-home-page .has-white-border-color{
    border-color: var(--wp--preset--color--white) !important;
}
.hotale-home-page .has-pale-pink-border-color{
    border-color: var(--wp--preset--color--pale-pink) !important;
}
.hotale-home-page .has-vivid-red-border-color{
    border-color: var(--wp--preset--color--vivid-red) !important;
}
.hotale-home-page .has-luminous-vivid-orange-border-color{
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.hotale-home-page .has-luminous-vivid-amber-border-color{
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.hotale-home-page .has-light-green-cyan-border-color{
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.hotale-home-page .has-vivid-green-cyan-border-color{
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.hotale-home-page .has-pale-cyan-blue-border-color{
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.hotale-home-page .has-vivid-cyan-blue-border-color{
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.hotale-home-page .has-vivid-purple-border-color{
    border-color: var(--wp--preset--color--vivid-purple) !important;
}
.hotale-home-page .has-vivid-cyan-blue-to-vivid-purple-gradient-background{
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}
.hotale-home-page .has-light-green-cyan-to-vivid-green-cyan-gradient-background{
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}
.hotale-home-page .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}
.hotale-home-page .has-luminous-vivid-orange-to-vivid-red-gradient-background{
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}
.hotale-home-page .has-very-light-gray-to-cyan-bluish-gray-gradient-background{
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}
.hotale-home-page .has-cool-to-warm-spectrum-gradient-background{
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.hotale-home-page .has-blush-light-purple-gradient-background{
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.hotale-home-page .has-blush-bordeaux-gradient-background{
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.hotale-home-page .has-luminous-dusk-gradient-background{
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.hotale-home-page .has-pale-ocean-gradient-background{
    background: var(--wp--preset--gradient--pale-ocean) !important;
}
.hotale-home-page .has-electric-grass-gradient-background{
    background: var(--wp--preset--gradient--electric-grass) !important;
}
.hotale-home-page .has-midnight-gradient-background{
    background: var(--wp--preset--gradient--midnight) !important;
}
.hotale-home-page .has-small-font-size{
    font-size: var(--wp--preset--font-size--small) !important;
}
.hotale-home-page .has-medium-font-size{
    font-size: var(--wp--preset--font-size--medium) !important;
}
.hotale-home-page .has-large-font-size{
    font-size: var(--wp--preset--font-size--large) !important;
}
.hotale-home-page .has-x-large-font-size{
    font-size: var(--wp--preset--font-size--x-large) !important;
}

@media only screen and (max-width: 767px) {
    .hotale-home-page #gdlr-core-wrapper-1.gdlr-core-pbf-wrapper{
        padding-top: 90px !important;
        padding-bottom: 30px !important;
    }
}
.hotale-home-page #gdlr-core-column-1:hover .gdlr-core-pbf-column-content-margin,
.hotale-home-page #gdlr-core-column-1:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-wrap,
.hotale-home-page #gdlr-core-column-1:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-frame{
    border-color: #ffffff !important;
}
.hotale-home-page #gdlr-core-column-1:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-wrap{
}
.hotale-home-page #gdlr-core-column-2:hover .gdlr-core-pbf-column-content-margin,
.hotale-home-page #gdlr-core-column-2:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-wrap,
.hotale-home-page #gdlr-core-column-2:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-frame{
    border-color: #ffffff !important;
}
.hotale-home-page #gdlr-core-column-2:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-wrap{
}
@media only screen and (max-width: 767px) {
    .hotale-home-page #gdlr-core-column-2 .gdlr-core-pbf-column-content-margin{
        padding-bottom: 30px !important;
    }
}
.hotale-home-page #gdlr-core-column-3:hover .gdlr-core-pbf-column-content-margin,
.hotale-home-page #gdlr-core-column-3:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-wrap,
.hotale-home-page #gdlr-core-column-3:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-frame{
    border-color: #ffffff !important;
}
.hotale-home-page #gdlr-core-column-3:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-wrap{
}
.hotale-home-page #gdlr-core-column-4:hover .gdlr-core-pbf-column-content-margin,
.hotale-home-page #gdlr-core-column-4:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-wrap,
.hotale-home-page #gdlr-core-column-4:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-frame{
    border-color: #ffffff !important;
}
.hotale-home-page #gdlr-core-column-4:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-wrap{
}
.hotale-home-page #gdlr-core-column-5:hover .gdlr-core-pbf-column-content-margin,
.hotale-home-page #gdlr-core-column-5:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-wrap,
.hotale-home-page #gdlr-core-column-5:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-frame{
    border-color: #ffffff !important;
}
.hotale-home-page #gdlr-core-column-5:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-wrap{
}
@media only screen and (max-width: 767px) {
    .hotale-home-page #gdlr-core-wrapper-2.gdlr-core-pbf-wrapper{
        padding-top: 20px !important;
    }
}
.hotale-home-page #gdlr-core-column-6:hover .gdlr-core-pbf-column-content-margin,
.hotale-home-page #gdlr-core-column-6:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-wrap,
.hotale-home-page #gdlr-core-column-6:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-frame{
    border-color: #ffffff !important;
}
.hotale-home-page #gdlr-core-column-6:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-wrap{
}
.hotale-home-page #gdlr-core-column-7:hover .gdlr-core-pbf-column-content-margin,
.hotale-home-page #gdlr-core-column-7:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-wrap,
.hotale-home-page #gdlr-core-column-7:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-frame{
    border-color: #ffffff !important;
}
.hotale-home-page #gdlr-core-column-7:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-wrap{
}
@media only screen and (max-width: 767px) {
    .hotale-home-page #gdlr-core-column-7 .gdlr-core-pbf-column-content-margin{
        padding-top: 75px !important;
    }
}
@media only screen and (max-width: 767px) {
    .hotale-home-page #gdlr-core-wrapper-3.gdlr-core-pbf-wrapper{
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
}
.hotale-home-page #gdlr-core-column-8:hover .gdlr-core-pbf-column-content-margin,
.hotale-home-page #gdlr-core-column-8:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-wrap,
.hotale-home-page #gdlr-core-column-8:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-frame{
    border-color: #ffffff !important;
}
.hotale-home-page #gdlr-core-column-8:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-wrap{
}
.hotale-home-page #gdlr-core-column-9:hover .gdlr-core-pbf-column-content-margin,
.hotale-home-page #gdlr-core-column-9:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-wrap,
.hotale-home-page #gdlr-core-column-9:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-frame{
    border-color: #ffffff !important;
}
.hotale-home-page #gdlr-core-column-9:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-wrap{
}
.hotale-home-page #gdlr-core-column-10:hover .gdlr-core-pbf-column-content-margin,
.hotale-home-page #gdlr-core-column-10:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-wrap,
.hotale-home-page #gdlr-core-column-10:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-frame{
    border-color: #ffffff !important;
}
.hotale-home-page #gdlr-core-column-10:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-wrap{
}
.hotale-home-page #gdlr-core-gallery-1 .gdlr-core-flexslider-custom-nav i:hover{
    color: #262626 !important;
}
@media only screen and (max-width: 767px) {
    .hotale-home-page #gdlr-core-wrapper-4.gdlr-core-pbf-wrapper{
        padding-top: 90px !important;
        padding-bottom: 70px !important;
    }
}
.hotale-home-page #gdlr-core-column-11:hover .gdlr-core-pbf-column-content-margin,
.hotale-home-page #gdlr-core-column-11:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-wrap,
.hotale-home-page #gdlr-core-column-11:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-frame{
    border-color: #ffffff !important;
}
.hotale-home-page #gdlr-core-column-11:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-wrap{
}
.hotale-home-page #gdlr-core-column-12:hover .gdlr-core-pbf-column-content-margin,
.hotale-home-page #gdlr-core-column-12:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-wrap,
.hotale-home-page #gdlr-core-column-12:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-frame{
    border-color: #ffffff !important;
}
.hotale-home-page #gdlr-core-column-12:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-wrap{
}
@media only screen and (max-width: 767px) {
    .hotale-home-page #gdlr-core-column-12 .gdlr-core-pbf-column-content-margin{
        padding-bottom: 60px !important;
    }
}
.hotale-home-page #gdlr-core-column-13:hover .gdlr-core-pbf-column-content-margin,
.hotale-home-page #gdlr-core-column-13:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-wrap,
.hotale-home-page #gdlr-core-column-13:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-frame{
    border-color: #ffffff !important;
}
.hotale-home-page #gdlr-core-column-13:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-wrap{
}
.hotale-home-page #gdlr-core-column-14:hover .gdlr-core-pbf-column-content-margin,
.hotale-home-page #gdlr-core-column-14:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-wrap,
.hotale-home-page #gdlr-core-column-14:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-frame{
    border-color: #ffffff !important;
}
.hotale-home-page #gdlr-core-column-14:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-wrap{
}
@media only screen and (max-width: 767px) {
    .hotale-home-page #gdlr-core-column-14 .gdlr-core-pbf-column-content-margin{
        padding-top: 40px !important;
    }
}
.hotale-home-page #gdlr-core-column-15:hover .gdlr-core-pbf-column-content-margin,
.hotale-home-page #gdlr-core-column-15:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-wrap,
.hotale-home-page #gdlr-core-column-15:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-frame{
    border-color: #ffffff !important;
}
.hotale-home-page #gdlr-core-column-15:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-wrap{
}
@media only screen and (max-width: 767px) {
    .hotale-home-page #gdlr-core-column-15 .gdlr-core-pbf-column-content-margin{
        padding-top: 40px !important;
    }
}
@media only screen and (max-width: 767px) {
    .hotale-home-page #gdlr-core-wrapper-5.gdlr-core-pbf-wrapper{
        padding-top: 60px !important;
        padding-bottom: 100px !important;
    }
}
.hotale-home-page #gdlr-core-column-16:hover .gdlr-core-pbf-column-content-margin,
.hotale-home-page #gdlr-core-column-16:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-wrap,
.hotale-home-page #gdlr-core-column-16:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-frame{
    border-color: #ffffff !important;
}
.hotale-home-page #gdlr-core-column-16:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-wrap{
}
@media only screen and (max-width: 767px) {
    .hotale-home-page #gdlr-core-column-16 .gdlr-core-pbf-column-content-margin{
        padding-bottom: 50px !important;
    }
}
.hotale-home-page #gdlr-core-column-17:hover .gdlr-core-pbf-column-content-margin,
.hotale-home-page #gdlr-core-column-17:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-wrap,
.hotale-home-page #gdlr-core-column-17:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-frame{
    border-color: #ffffff !important;
}
.hotale-home-page #gdlr-core-column-17:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-wrap{
}
.hotale-home-page #gdlr-core-column-18:hover .gdlr-core-pbf-column-content-margin,
.hotale-home-page #gdlr-core-column-18:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-wrap,
.hotale-home-page #gdlr-core-column-18:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-frame{
    border-color: #ffffff !important;
}
.hotale-home-page #gdlr-core-column-18:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-wrap{
}
.hotale-home-page #gdlr-core-column-19:hover .gdlr-core-pbf-column-content-margin,
.hotale-home-page #gdlr-core-column-19:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-wrap,
.hotale-home-page #gdlr-core-column-19:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-frame{
    border-color: #ffffff !important;
}
.hotale-home-page #gdlr-core-column-19:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-wrap{
}
.hotale-home-page #gdlr-core-social-network-1.gdlr-core-social-network-item .gdlr-core-social-network-icon:hover{
    background-color: #ceb391 !important;
}
.hotale-home-page #gdlr-core-social-network-1.gdlr-core-social-network-item .gdlr-core-social-network-icon:hover{
    color: #ffffff !important;
}


.hotale-home-page .input{
    width: 100% !important;
    border:1px solid #d8d8d8 !important;
    margin-bottom: 20px!important;
}

.hotale-home-page textarea.input{
    height: 200px;
}

.form-group{
	margin-bottom: 0 ;
}

.footer-payment-block img {
	margin: 0;
	/*width: 35px !important;*/
	margin-right: 5px;
}