
#myCarousel {
	/*max-width: 1750px;*/
    margin: 20px auto  !important;
}
/* New Flexi template */

.flexible-content .statictxt 
{
	margin:0 0 40px;
	padding: 40px 0 15px !important;
}
.flexible-content .statictxt.dark-grey
{
	background-color: rgba(0, 0, 0, 0.8);
}
.flexible-content .statictxt.dark-grey *:not(.btn):not(h2):not(h3):not(h4):not(h5):not(h1)
{
	color: #fff;
}
.flexible-content .statictxt.light-grey
{
	background-color: #e9e9ea !important;
}
.flexible-content .statictxt.orange
{
	background-color:#fe5000;
}
.flexible-content .statictxt.orange *:not(.btn)
{
	color: #fff;
}
.statictxt ul, .statictxt ol
{
	margin:20px auto;
	font-size: 18px;
    font-family: 'VAGRoundedStd-Light', sans-serif;
	line-height:24px;
	padding: 0;
    list-style-position: inside;
}

.generic.flexi-content-block img 
{
  width: 100%;
}
.generic.flexi-content-block .wp-block-column img 
{
  margin-bottom: 20px;
}
.statictxt.orange .btn.orange,.statictxt.orange .btn.clrbtn
{
	background: #fe5000;
    color: #fff !important;
	border: solid 1px #fff !important;
}
.statictxt.orange .btn.darkbtn
{
	background: rgba(0, 0, 0, 0.8);
    color: #fff !important;
}
.statictxt.orange .btn.whitebtn
{
	background: #fff;
    color: #fe5000 !important;
}
.statictxt.orange .btn:hover
{
	background: rgba(0, 0, 0, 0.8);
    color: #fff !important;
}
.generic.flexi-content-block + .carousel 
{
	margin-bottom:40px !important;
}
main section.statictxt p
{
	margin-bottom:25px;
}
.generic.flexi-content-block .col-sm-12 .wp-block-media-text:last-child,
.generic.flexi-content-block .col-sm-12 .wp-block-quote,
.generic.flexi-content-block .col-sm-12 .wp-block-cover:last-child,
.generic.flexi-content-block .col-sm-12 .wp-block-gallery,
.generic.flexi-content-block .col-sm-12 .wp-block-columns:last-child,
.generic.flexi-content-block .col-sm-12 .wp-block-columns .wp-block-button ,
.generic.flexi-content-block .col-sm-12 .wp-block-columns .wp-block-column
{
	margin-bottom:0;
}
body .wp-block-cover.has-background-dim p
{
	color:#fff;
}
.wp-block-columns.has-2-columns .wp-block-media-text.special-offers.has-media-on-the-right .wp-block-media-text__content
{
    padding: 20px 20px 20px 0px !important;
	align-self: flex-start;
}
.wp-block-columns.has-2-columns .wp-block-media-text.special-offers.has-media-on-the-left .wp-block-media-text__content
{
    padding: 20px 0px 0px 20px !important;
	align-self: flex-start;
}
.wp-block-columns.has-2-columns  .wp-block-media-text.special-offers.special-offer-style-7 .wp-block-media-text__content {
    padding: 30px !important;
}
.special-offers.special-offer-style-7 .wp-block-media-text__content a,
.special-offers.special-offer-style-3 .wp-block-media-text__content a
{
	color:#fff !important;
}
.wp-block-media-text.special-offers .wp-block-media-text__content p:last-child
{
	margin:0;
}
.clrbtn .wp-block-button__link , .generic flexi-content-block.wp-block-columns   .wp-block-button__link
{
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    text-transform: uppercase;
    color: #ffffff !important;
    border: solid 0px #fe5000;
    background: #fe5000;
    font-family: 'VAGRoundedStd-Bold', sans-serif;
    font-size: 15px;
    position: relative;
    border-radius: 0;
    text-decoration: none;
    outline: none !important;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    box-shadow: inset 0 0 0 1px #fe5000;
}
 .darkbtn .wp-block-button__link {
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    text-transform: uppercase;
    color: #ffffff  !important;
    border: solid 0px #fe5000;
    background: rgba(0, 0, 0, 0.8);
    font-family: 'VAGRoundedStd-Bold', sans-serif;
    font-size: 15px;
    position: relative;
    border-radius: 0;
    text-decoration: none;
    outline: none !important;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    box-shadow: inset 0 0 0 1px #fe5000;
}
 .whitebtn .wp-block-button__link {
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    text-transform: uppercase;
    color: #fe5000 !important;
    border: solid 0px transparent;
    background: #fff;
    font-family: 'VAGRoundedStd-Bold', sans-serif;
    font-size: 15px;
    position: relative;
    border-radius: 0;
    text-decoration: none;
    outline: none !important;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    box-shadow: inset 0 0 0 1px #fe5000;
}
.clrbtn .wp-block-button__link:hover , 
.generic flexi-content-block.wp-block-columns   .wp-block-button__link:hover,
 .whitebtn .wp-block-button__link:hover
 {
	     background: #262626!important;
		 color: #fff !important;
		 text-decoration:none !important
 }
  .darkbtn .wp-block-button__link:hover
 {
	     background: rgba(0,0,0,1)!important;
		 color: #fff !important;
		 text-decoration:none !important
 }

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 40px;
    padding-left: 0;
}
.wp-block-media-text.special-offers.has-media-on-the-right .wp-block-media-text__content {
    padding: 0px 20px 0px 0px !important;
}
.wp-block-media-text.has-media-on-the-right {
    grid-template-areas: "media-text-content media-text-media";
    grid-template-columns: auto 50%;
}
.wp-block-media-text.has-media-on-the-left {
    grid-template-areas: "media-text-media media-text-content";
    grid-template-columns: auto 50%;
}
.wp-block-columns .wp-block-column img
{
	height:auto !important;
}
iframe
{
	max-width:100% !important;
}

body main section.heading {
	background-color: #efeff0;
	height: 125px;
	margin-bottom: 0;
  }
  body main section.heading h1, 	
  body main section.heading h2 ,	
  body main section.heading .pg_tle
  {
	text-align: center;
	line-height: 125px;
	font-size: 36px;	
  font-family: 'VAGRoundedStd-Bold', sans-serif;
  }
  body main section.heading.confirm {
	height: auto;
  }
  body main section.heading.confirm h2 {
	padding: 45px 0 44px;
	line-height: 100%;
  }
  body main section.heading.confirm h2 span {
	color: #fe5000;
  }
  .owl-carousel .owl-item li
  {
	margin: 0 !important;
  }
  .darkbtn .wp-block-button__link, a.darkbtn
{
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
  color: #ffffff !important;
  border: solid 0px #fe5000;
  background: rgba(0, 0, 0, 0.8);
  font-family: 'VAGRoundedStd-Bold', sans-serif;
  font-size: 15px;
  position: relative;
  border-radius: 0;
  text-decoration: none;
  outline: none !important;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  box-shadow: inset 0 0 0 1px #fe5000;
}
.darkbtn .wp-block-button__link:hover, a.darkbtn:hover
{
	  background: rgba(0, 0, 0, 1);
}
.clrbtn .wp-block-button__link, a.clrbtn
{
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
  color: #ffffff !important;
  border: solid 0px #fe5000;
  background: #fe5000;
  font-family: 'VAGRoundedStd-Bold', sans-serif;
  font-size: 15px;
  position: relative;
  border-radius: 0;
  text-decoration: none;
  outline: none !important;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  box-shadow: inset 0 0 0 1px #fe5000;
}
.orange > .clrbtn .wp-block-button__link, a.clrbtn
{
  border: solid 1px #ffffff;
}
.clrbtn .wp-block-button__link:hover,a.clrbtn:hover
{
	  box-shadow: inset 0 0 0 1px #262626;
    background: #262626;
}
.whitebtn .wp-block-button__link, a.whitebtn
{
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
  color: #fe5000 !important;
  border: solid 1px #fe5000;
  background: #fff;
  font-family: 'VAGRoundedStd-Bold', sans-serif;
  font-size: 15px;
  position: relative;
  border-radius: 0;
  text-decoration: none;
  outline: none !important;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  box-shadow: inset 0 0 0 1px #fe5000;
}
.whitebtn .wp-block-button__link:hover, a.whitebtn:hover
{
	box-shadow: inset 0 0 0 1px #fe5000;
    background: #262626;
	color:#fff;
}
.btn.color 
{
	line-height: 40px;
    height: 40px;
    padding: 0 20px;
    text-transform: uppercase;
    color: #ffffff !important;
    border: solid 0px #fe5000;
    background: #fe5000;
    font-family: 'VAGRoundedStd-Bold', sans-serif;
    font-size: 15px;
    position: relative;
    border-radius: 0;
    text-decoration: none;
    outline: none !important;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    box-shadow: inset 0 0 0 1px #fe5000;
}
.btn.color:hover 
{
	box-shadow: inset 0 0 0 1px #fe5000;
    background: #262626;
    color: #ffffff;
}
#myCarousel {
    /* max-width: 1750px; */
    margin: 0 auto;
}
main section.testimonial::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    content: '';
}
section.item.testimonial {
    background-color: #262626;
}

main section.testimonial .container {
    position: relative;
	z-index: 9;
    padding-top: 8%;
}
main section.testimonial .container h4 {
    width: 500px;
	max-width: 100%;
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
}
main section.testimonial .container p {
    text-align: center;
    font-size: 19px;
    color: #fff;
    padding-left: 10%;
    padding-right: 10%;
    margin: 20px 0 40px;
}
.generic.flexi-content-block + .carousel {
    margin-bottom: 40px !important;
}
.generic.flexi-content-block {
    padding: 0 0 40px;
}
.flexi-content-block .wp-block-media-text.dark-grey {
    background-color: #262626 !important;
}
body main section.generic h3, body main.genrc .faq-list h3 {
    font-size: 18px;
    color: #fe5000;
    /* text-transform: uppercase; */
    margin-bottom: 15px;
    line-height: 1.4;
    font-family: 'VAGRoundedStd-Bold';
}
.flexi-content-block.light-grey .row, .wp-block-column.light-grey, .wp-block-media-text.light-grey {
    background-color: #e9e9ea !important;
    padding: 30px;
    margin: 0px;
}
.flexi-content-block.dark-grey .row, .wp-block-column.dark-grey, .wp-block-media-text.dark-grey {
    background-color: #262626 !important;
    padding: 30px;
    margin: 0px;
}
.flexi-content-block.dark-grey .row > div 
{
	padding: 0;
}
.flexi-content-block.orange .row, .wp-block-column.orange, .wp-block-media-text.orange {
    background-color: #fe5000 !important;
    padding: 30px;
    margin: 0px;
}
.flexi-content-block .wp-block-media-text .wp-block-media-text__content.orange *, .flexi-content-block .wp-block-media-text .wp-block-media-text__content.dark-grey * {
    color: #fff !important;
}

.generic.flexi-content-block .col-sm-12 .wp-block-media-text:last-child, 
.generic.flexi-content-block .col-sm-12 .wp-block-quote, 
.generic.flexi-content-block .col-sm-12 .wp-block-cover:last-child, 
.generic.flexi-content-block .col-sm-12 .wp-block-gallery, 
.generic.flexi-content-block .col-sm-12 .wp-block-columns:last-child, 
.generic.flexi-content-block .col-sm-12 .wp-block-columns .wp-block-button, 
.generic.flexi-content-block .col-sm-12 .wp-block-columns .wp-block-column 
{
    margin-bottom: 0;
}
.generic.flexi-content-block .col-sm-12 .wp-block-cover.has-background-dim
{
	background-size: cover;
}
.flexi-content-block .wp-block-media-text.orange {
    background-color: #fe5000 !important;
	padding: 30px;
    margin: 0px;
}
.flexi-content-block .wp-block-media-text.dark-grey .wp-block-media-text__content, .flexi-content-block .wp-block-media-text.light-grey .wp-block-media-text__content, .flexi-content-block .wp-block-media-text.orange .wp-block-media-text__content {
    padding-left: 30px;
}

  body main section.generic h1,
  body main.genrc .faq-list h1
   {
	font-size: 24px;
	color: #fe5000;
	line-height: 1.4;
	/*text-transform: uppercase;*/
	margin-bottom: 15px;
	font-family: 'VAGRoundedStd-Bold';
  }
  body main section.generic h2,
  body main.genrc .faq-list h2 {
	font-size: 20px;
	color: #fe5000;
	line-height: 1.4;
	margin-bottom: 15px;
	font-family: 'VAGRoundedStd-Bold';
  }
	  body main section.generic h2.black,	
  body main.genrc .faq-list h2.black {	
	color: #333;	
  }
  body main section.generic h3,
  body main.genrc .faq-list h3 {
	font-size: 18px;
	color: #fe5000;
	/*text-transform: uppercase;*/
	margin-bottom: 15px;
	line-height: 1.4;
	font-family: 'VAGRoundedStd-Bold';
  }
  body main section.generic .orange h3,
  body main.genrc .faq-list .orange h3
  {
    color: #fff !important;
  }
  body main section.generic h4,
  body main.genrc .faq-list h4 {
	font-size: 16px;
	color: #262626;
	line-height: 1.4;
	margin-bottom: 15px;
	font-family: 'VAGRoundedStd-Bold';
  }
  body main section.generic h5,
  body main.genrc .faq-list h5 {
	font-size: 14px;
	color: #262626;
	margin-bottom: 15px;
	line-height: 1.4;
	font-family: 'VAGRoundedStd-Bold';
  }
  body main section.generic h6,
  body main.genrc .faq-list h6{
	font-size: 14px;
	color: #fe5000;
	line-height: 1.4;
	margin-bottom: 15px;
	font-family: 'VAGRoundedStd-Bold';
  }
  body main section.generic.orange h1,
  body main section.generic.orange h2,
  body main section.generic.orange h3,
  body main section.generic.orange h4,
  body main section.generic.orange h5,
  body main section.generic.orange h6
  {
	color: #fff !important;
  }
  body main section.generic .error-wrap {
	font-size: 40px;
  }
  body main section.generic .searchform .search-field,
  body main section.generic .searchform .searchsubmit {
	line-height: 50px;
	padding: 0 15px;
	font-size: 24px;
  }
  body main section.generic .searchform .search-field .fa,
  body main section.generic .searchform .searchsubmit .fa {
	font-size: 24px;
  }
  body main section.generic p,
  body main.genrc .faq-list p {
	font-size: 16px;
	line-height: 23px;
  }
  body main section.generic.dark-grey p,
  body main.genrc .generic.orange p,
  body main section.generic.dark-grey li,
  body main.genrc .generic.orange li,
  body main section.generic .dark-grey p,
  body main section.generic .dark-grey li,
  body main section.generic .orange li,
  body main section.generic .orange p
  {
	color: #fff;
  }
  body main section.generic p.intro,
  body main.genrc .faq-list p.intro {
	font-size: 18px;
	line-height: 25px;
  }
  body main section.generic p.pl-subtitle {
	font-size: 18px;
	padding: 0 25%;
	text-align: center;
  }
  body main section.generic p.pl-subtitle a {
	text-decoration: underline;
  }
  body main section.generic a,
  body main.genrc .faq-list a {
	color: #fe5000;
	text-decoration: none;
  }
  /*body main section.generic a:hover,
  body main.genrc .faq-list a:hover {
	text-decoration: underline;
  }
  body main section.generic a:visited,
  body main.genrc .faq-list a:visited  {
	color: #d78e6d;
  }*/
  body main section.generic ol  {
	padding-left: 15px;
  }
  body main section.generic ol li::marker, body .faq-list ol li::marker {
	font-family: 'VAGRoundedStd-Bold', sans-serif;
	color: #fe5000;
  }
  body main.genrc .faq-list ul li ol 
  {
		  padding-left: 24px;
		margin-bottom: 15px;
  }
  body main.genrc .faq-list ol li {
	padding-left: 0;
  }
  body main section.generic ol li,
  body main.genrc .faq-list ol li   {
	margin: 0;
	position: relative;
	font-family: 'VAGRoundedStd-Light', sans-serif;
	font-size: 16px;
	line-height: 23px;
  }
  body main.genrc .faq-list ul li ol  li	
  {	
	  list-style-type: decimal;	
	  padding-left: 0;	
  }
  body main section.generic ul,
  body main.genrc .faq-list ul  {
	margin: 0 0 25px;
	padding: 0;
  }
  body main.genrc .faq-list ul {
	margin-left: 9px;
  }
  body main section.generic ul li,
  body main.genrc .faq-list ul li  {
	margin: 0;
	padding: 0 0 0 13px;	
	list-style: none;
	position: relative;
	font-family: 'VAGRoundedStd-Light', sans-serif;
	font-size: 16px;
	line-height: 23px;
  }
  body main section.generic ul li {
	list-style-type: none;
  }
  .faq-list ul li ol > li
  {
	  list-style-type: decimal;
	  padding-left: 10px !important;
  }
  body main.genrc .faq-list .detail > ul > li, body main.genrc .faq-list .detail > ul > label > li
  {
	  padding-left:0;
  }

  
  body main section.generic ul li ul,
  body main.genrc .faq-list ul li ul li ul {
	margin: 0 0 10px 15px;
	padding: 0;
  }
  body main section.generic ul li ul li,
  body main.genrc .faq-list ul li ul li ul li {
	margin: 0;
	padding: 0 0 0 12px;
	list-style: none;
  }
  body main section.generic ul li ul li:before,
  body main.genrc .faq-list ul li ul li ul li:before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: transparent;
	border: solid 1px #fe5000;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 8px;
  }
  body main section.generic #agent_from {
	position: relative;
	top: -50px;
  }
  body main section.generic #agent_from .lease-term h5 {
	float: left;
	width: 20%;
	text-align: left;
	line-height: 50px;
  }
  body main section.generic #agent_from .lease-term h5 + p {
	float: left;
	width: 80%;
  }
  body main section.generic #agent_from .lease-term h5 + p .btn {
	width: auto !important;
	float: right;
	height: 45px;
	line-height: 45px;
	margin-top: 20px!important;
	font-size: 14px;
	padding: 0 35px;
  }
  body main section.generic.search ul {
	margin: 0;
	padding: 0;
  }
  body main section.generic.search ul li {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
  }
  body main section.generic.search ul li:before {
	display: none;
  }
  body main section.generic.search ul li h4 {
	font-size: 24px;
	margin: 0 0 15px;
	color: inherit;
  }
  body main section.generic.search ul li a * {
	color: #fe5000;
  }
  body main section.generic.search ul li p {
	font-size: 16px;
  }
  body main section.generic.search ul li p.dt {
	margin: 0;
  }
  body main section.generic table {
	margin: 0 0 40px;
	border: solid 1px #eee;
  }
  body main section.generic table th {
	background: #f1f1f1;
	font-family: 'VAGRoundedStd-Bold', sans-serif;
	font-size: 16px;
	padding: 8px 5px 8px 10px;
  }
  body main section.generic table tbody tr:nth-child(even) {
	background: #f6f6f6;
  }
  body main section.generic table tbody tr td {
	padding: 8px 5px 8px 10px;
	font-family: 'VAGRoundedStd-Light', sans-serif;
	font-size: 16px;
  }
  body main section.generic.confirmation h2 {
	margin-bottom: 20px;
  }
  body main section.generic.confirmation .cont_details hr {
	margin: 20px 0 0;
  }
  body main section.generic.confirmation .cont_details h3 {
	margin: 20px 0 15px;
	float: left;
	width: 100%;
  }
  body main section.generic.confirmation .cont_details h4 {
	margin: 10px 10px 5px 0;
	color: #000;
	font-size: 16px;
	float: left;
	clear: left;
	font-family: 'VAGRoundedStd-Light', sans-serif;
	width: 180px;
  }
  body main section.generic.confirmation .cont_details h5 {
	color: #2a2a2a;
	float: left;
	margin: 10px 0 5px;
	font-family: 'VAGRoundedStd-Bold', sans-serif;
	font-size: 16px;
  }
  body main section.generic.confirmation .cont_details h5 a {
	color: #2a2a2a;
	font-family: 'VAGRoundedStd-Bold', sans-serif;
	margin: 0 5px ;
  }
  .flexi-content-block .wp-block-media-text .wp-block-media-text__content.orange *, .flexi-content-block .wp-block-media-text .wp-block-media-text__content.dark-grey * {
    color: #fff !important;
}
   body main section.generic img
	 {
		 height:auto !important;
	 }
	 .generic.flexi-content-block  .wp-block-columns
	 {
		 gap: 20px;
	 }
  @media screen and (max-width: 767px) {
	body main.page404 .heading h2 {
	  font-size: 32px;
	}
	body main.page404 .generic h2 {
	  font-size: 26px;
	}

	
	body main section.generic #agent_from .lease-term h5,
	body main section.generic #agent_from .lease-term p {
	  width: 100%!Important;
	}
	body main section.generic h1,
	body main section.generic h2,
	body main section.generic h3,
	body main section.generic h4,
	body main section.generic h5,
	body main section.generic h6 {
	  margin-bottom: 15px;
	}
	body main section.generic .pl-subtitle {
	  padding: 0 20px !important;
	  margin-top: 30px;
	}
	body main section.generic #accordion .panel .panel-collapse .panel-body {
	  padding-top: 0 !Important;
	}
	body main section.generic.confirmation .cont_details h4 {
	  width: 100%;
	  float: leftl;
	}
  }
  @media screen and (max-width: 480px) {
	body main section.generic.confirmation .cont_details h5 {
	  font-size: 13px;
	}
	body main section.generic.confirmation .cont_details h3 {
	  margin-bottom: 0px;
	}
  }@media screen and (max-width: 767px) {
	
	.wp-block-media-text.has-media-on-the-right.special-offers
	{
		 display:flex;
		flex-wrap:wrap;
	}
	.wp-block-media-text.special-offers > div
	{
		width:100%;
	/*	padding: 0 !important;*/
	}
	.wp-block-media-text>figure>img, .wp-block-media-text>figure> p img
	{
		height:auto;
	}
	.generic.flexi-content-block .col-sm-12 .wp-block-columns .wp-block-column
	{
		margin:0 !important;
		width:100%;	
		flex-basis: 100% !important;
		padding: 20px !important;
	}
	body .generic.flexi-content-block .col-sm-12 .wp-block-columns .wp-block-column.white 
  {
    padding: 0 !important;
  }
	.generic.flexi-content-block .col-sm-12 .wp-block-columns
	{
		padding-bottom:0;
	}
	.wp-block-columns.has-2-columns .wp-block-media-text.special-offers.has-media-on-the-left .wp-block-media-text__content {
    padding: 20px 0px 0px 0px !important;
	}
	
}
.wp-block-columns .wp-block-column .wp-block-button
{
	margin-bottom:10px;
}
@media screen and (max-width: 420px) 
{
	.wp-block-columns .wp-block-column .wp-block-button a
	{
		margin-top:10px ;
		margin-bottom:0;
		width:100%;
	}
}
body main section.generic #bk-sum table thead th {
	background: #fff;
    font-family: 'VAGRoundedStd-Bold', sans-serif;
    font-size: 15px;
	letter-spacing:normal;
	 text-transform:none;
	color: #000;
    padding: 20px 5px 10px 10px;
	font-weight:300;
	border:0;
}
body main section.generic #bk-sum table tbody tr td
{
	 font-size: 15px;
	 border:0;
}
#bk-sum  .table-bordered>thead>tr>td,#bk-sum  .table-bordered>thead>tr>th {
    border-bottom-width: 0px;
}
body main section.generic #bk-sum table thead th:last-child
{
	text-align:left;
}
body.page-template-tpl-booking-summary main section.generic #bk-sum table tr th:first-child,
 body.page-template-tpl-booking-summary main section.generic #bk-sum table tr td:first-child
 {
	 padding-left:10px !important;
 }
 body main section.generic #bk-sum table tbody tr:nth-child(odd)
 {
	 background:#ebebed;
 }

 body main section.generic #bk-sum table tbody tr:nth-child(even)
 {
	 background:#ffffff;
 }
 @media screen and  (max-width: 1024px) {
	body main section.generic #bk-sum table thead th:last-child
	{
		text-align:right;
	}
	body main section.generic #bk-sum table thead th 
	{
		padding-top:8px;
	}
 }

 /*FAQ page */
main .faq-list p a,
main .content-list p a,
main .faq-list li a,
main .content-list li a {
  color: #fe5000;
}
main .faq-list h2 p,
main .content-list h2 p {
  font-size: 19px;
  margin-bottom: 40px;
}
main .faq-list h4,
main .content-list h4 {
  font-size: 20px;
  color: #262626;
}
main .faq-list ul,
main .content-list ul {
  margin: 0 0 60px 0 ;
  padding: 0;
  list-style: none;
}
main .faq-list ul input[type="checkbox"],
main .content-list ul input[type="checkbox"] {
  display: none;
}
main .faq-list ul input[type="checkbox"] + label,
main .content-list ul input[type="checkbox"] + label {
  padding: 0;
  margin: 0;
  width: 100%;
}
main .faq-list ul input[type="checkbox"] + label:before,
main .content-list ul input[type="checkbox"] + label:before {
  display: none;
}
main .faq-list ul input[type="checkbox"] + label li h5,
main .content-list ul input[type="checkbox"] + label li h5 {
  margin: 0;
  font-size: 16px;
  font-family: 'VAGRoundedStd-Bold', sans-serif;
  line-height: 25px;
  color: #fe5000;
  padding: 15px 0;
  position: relative;
}
main .faq-list ul input[type="checkbox"] + label li h5:after,
main .content-list ul input[type="checkbox"] + label li h5:after {
  content: ' ';
  position: absolute;
  background: url(../images/ico_down_arrow_dark.png) no-repeat 0 0;
  right: 0;
  top: 18px;
  width: 46px;
  height: 18px;
  display: block;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
main .faq-list ul input[type="checkbox"] + label + li,
main .content-list ul input[type="checkbox"] + label + li {
  max-height: 2px;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  border-bottom: solid 1px #d9d9d9;
}
main .faq-list ul input[type="checkbox"] + label + li P,
main .content-list ul input[type="checkbox"] + label + li P {
  margin: 10px 70px 20px 0;
}
main .faq-list ul input[type="checkbox"]:checked + label li,
main .content-list ul input[type="checkbox"]:checked + label li {
  border: 0;
}
main .faq-list ul input[type="checkbox"]:checked + label li h5,
main .content-list ul input[type="checkbox"]:checked + label li h5 {
  padding-bottom: 10px;
}
main .faq-list ul input[type="checkbox"]:checked + label li h5:after,
main .content-list ul input[type="checkbox"]:checked + label li h5:after {
  transform: rotate(180deg);
  right: 13px;
}
main .faq-list ul input[type="checkbox"]:checked + label + li,
main .content-list ul input[type="checkbox"]:checked + label + li {
  max-height: 2000px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
main .content-list ul input[type="checkbox"]:checked + label + li .wp-block-button 
{
	margin-bottom: 20px;
}
main .faq-list ul li,
main .content-list ul li {
  margin: 0;
  padding: 0;
  list-style: none;
	    font-family: 'VAGRoundedStd-Light', sans-serif;
    font-size: 16px;
       line-height: 23px;
    margin: 0;
}
main .faq-list ul li p,
main .content-list ul li p {
  margin: 10px 0 20px 0;
  line-height: 1.2;
}
main .faq-list ul li ul,
main .content-list ul li ul {
  margin: 0px 0 25px 46px;
  padding: 0;
}
main .faq-list ul li ul li,
main .content-list ul li ul li {
  list-style: none;
  position: relative;
}
main .faq-list ul li ul li::before,
main .content-list ul li ul li::before{
  content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fe5000;
    position: absolute;
    left: -13px;
    top: 7px;
}
main .content-list ul li::before,
.wp-block-gallery li::before,
main section.grey .prop-features li::before,
.social li::before
{
	display: none;
}
body main section.statictxt h3
{
	margin-bottom: 25px;
}
body main section .btn 
{
	margin-bottom: 25px;
}
@media screen and (max-width: 980px) {
  main.faq section.istory_det .nav li a {
    line-height: 50px;
    font-size: 18px;
  }
  main.faq section.istory_det .nav li a:before {
    height: 30px;
  }
  main.faq section.istory_det .nav li.active a {
    line-height: 49px;
  }
}
@media screen and (max-width: 767px) {
  main.faq .faq-list h6 {
    margin: 20px 0 0;
  }
}

main section.grey {
    background: #ebebeb;
    padding: 40px 0 15px;
	margin-bottom: 40px;
}
main section.grey h3 {
    /* text-transform: uppercase; */
    margin-bottom: 40px;
}
main section.grey .prop-features {
    margin: 0;
    padding: 0;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}

main section.grey .prop-features li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    position: relative;
}

.feat-ico-img {
    display: inline-block;
    position: absolute;
    max-width: 28px;
    max-height: 28px;
    top: 5px;
}
main section.grey .prop-features li h6 {
    margin: 0 0 0 40px;
    display: inline-block;
    color: #fe5000;
    font-size: 18px;
	font-family: 'VAGRoundedStd-Bold', sans-serif;
}
main section.grey .prop-features li p {
    margin-left: 40px;
    line-height: 120%;
    /* padding-right: 10%; */
    margin-bottom: 25px;
}
main section.social {
	padding: 60px 0;
	margin: 0;
	position: relative;
	  background-color:#e9e9ea;
  }
  main section.social:before {
	width: 100%;
	height: 100%;
   
	position: absolute;
	left: 0;
	top: 0;
	content: '';
  }
  main section.social ul {
	margin: 0;
	padding: 0;
  }
  main section.social ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 250px;
	max-width: 20%;
	height: 250px;
	background-size: cover;
	display: block;
	float: left;
  }
  main section.social ul li a {
	width: 100%;
	height: 100%;
	background-image: none !important;
	display: block;
  }
  main section.social ul li:first-child {
	width: 250px;
	padding: 120px 20px 0 90px;
	height: auto;
  }
  main section.social ul li:first-child p {
	width: 100%;
	text-align: right;
	font-size: 24px;
	line-height: 1.2;
	color: #434343;
  }
  main section.social ul li:first-child p strong {
	color: #fe5000;
	font-size: 26px;
	font-family: 'VAGRoundedStd-Bold', sans-serif;
	font-weight: normal;
  }
  main section.social ul li:first-child {
    width: 250px;
    padding: 120px 20px 0 90px;
}
  main section.social ul li:first-child {
    padding-left: 0px !important;
    text-align: right;
}
main section.grey .prop-features li p a {
    color: #000000;
}
#wl_email
{
	margin-top: 40px;
}
.master_banner .tab-content .univ .owl-carousel li:before
{	
  display: block !important;
}
#myCarousel .owl-carousel .owl-item li::before
{
	display: none;
}
.master_banner .tab-content .univ .owl-carousel li p a
{
	
	background: none !important;
    position: relative;
     height: 30px;
    margin: 0 auto ;
    padding-top:5px;
	
}
.master_banner .tab-content .univ .owl-carousel li p a::before
{
  position: relative;
  content: 'View';
  color:#fe5000;
}

@media screen and (min-width: 768px) {
    .mOnly {
        display: none;
    }
}

  @media screen and (max-width: 980px) {
	main section.social ul li {
		height: 150px;
	  }
	  main section.social ul li:first-child {
		padding-top: 70px;
	  }
	  main section.social ul li:first-child p {
		font-size: 18px;
	  }
	  main section.social ul li:first-child p a {
		font-size: 20px;
	  }
  }

  @media screen and (max-width:767px) {
	.sless {
        color: #000;
        font-size: 11px;
        text-decoration: underline;
        text-transform: uppercase;
		position: relative;
    }
	.sless.mview 
	{
		top: 0;
	}
	main section.social {
		padding: 20px 0;
		margin: 0 0 6px;
	  }
	  main section.social ul li {
		width: 50%;
		max-width: 100%;
		padding: 0;
		height: 200px;
	  }
	  main section.social ul li:first-child {
		width: 100%;
		padding: 0;
		height: auto;
	  }
	  main section.social ul li:first-child p {
		max-width: 100%;
		floaT: right;
	  }
	  .flexi-content-block .wp-block-media-text {
        display: flex;
        flex-wrap: wrap;
        padding: 20px;
    }
	.flexi-content-block .wp-block-media-text.dark-grey .wp-block-media-text__content, 
	.flexi-content-block .wp-block-media-text.light-grey .wp-block-media-text__content, 
	.flexi-content-block .wp-block-media-text.orange .wp-block-media-text__content
	{
		padding: 20px 0 0 !important;
	}
	main section.grey .prop-features, main section.room-mc .itmlist {
        max-height: 375px;
        position: relative;
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        transition: all 0.6s;
        overflow: hidden;
    }
	main section.grey .prop-features {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
		margin-bottom:30px;
		display: flex;
		flex-wrap: wrap;
    }
	main section.grey .prop-features.moreview, main section.room-mc .itmlist.moreview {
        max-height: 20000px;
    }
	main section.grey .prop-features li h6 {
        font-size: 17px;
    }
	main .faq-list ul input[type="checkbox"] + label li h5:after {
        width: 30px;
        background-size: contain;
        top: 25px;
    }
	.wp-block-cover .wp-block-cover-text, .wp-block-cover-image .wp-block-cover-image-text, section.wp-block-cover-image>h2
	{
		font-size: 19px !important;
	}
	.generic.flexi-content-block
	{
		padding: 0 0 20px;
	}
	main section.grey, .flexible-content .statictxt
	{
		padding: 30px 0 !important;
		margin: 0 0 30px !important;
	}
	main section.grey
	{
		margin-bottom: 30px !important;
	}
	body main section.generic ul.wp-block-gallery  li
	{
		padding-left: 0 !important;
	}
	.flexi-content-block.light-grey .row, .wp-block-column.light-grey, .wp-block-media-text.light-grey
	{
		padding: 20px;
	}
	main section.grey .prop-features::after, main section.room-mc .itmlist::after {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        content: '';
        height: 200px;
        background: rgb(235, 235, 235);
        background: -moz-linear-gradient(0deg, rgba(235, 235, 235, 1) 0%, rgba(235, 235, 235, 0) 100%);
        background: -webkit-linear-gradient(0deg, rgba(235, 235, 235, 1) 0%, rgba(235, 235, 235, 0) 100%);
        background: linear-gradient(0deg, rgba(235, 235, 235, 1) 0%, rgba(235, 235, 235, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="transparent",endColorstr="#ffffff",GradientType=1);
    }
	main section.grey .prop-features.moreview::after
	{
		display: none;
	}
	.flexible-content .statictxt.orange
	{
		margin-bottom: 20px !important;
	}
  }