@font-face {
	font-family: Roboto;
	font-style: normal;
	src: url(../fonts/Roboto-Regular.ttf);
}
body{
    background:#ffffff ;
    font-family: Roboto;
    font-size: 14px;
    margin:0;
    overflow-x: hidden;
    /*min-width: 345px;*/
}
img, iframe {
  display: block;
}
* {
  box-sizing: border-box;
}
textarea:focus, input:focus, select:focus{
  outline: none;
}
a {
  text-decoration: none;
}
.Clear{
  clear: both;
}
/*************************** Header *****************************/
#HeaderCon {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  z-index: 1000;
  background: linear-gradient(
180deg, rgba(0,0,0,0.8211659663865546) 0%, rgba(250,250,250,0) 100%);
}
.HeaderMin {
  width: 1200px;
  height: 100px;
  margin: 0 auto;
}
#Logo {
  width: 270px;
  height: 100px;
  margin: 0 15px 0 0;
  padding: 5px 0;
  float: left;
}
#Logo img {
  height: 100%;
}
#SideLogo {
  width: calc(100% - 285px);
  float: right;
}
#TopBar {
  height: 50px;
  width: 100%;
  padding: 22px 0 11px 50px;
}
.TopBarMenuItem {
  display: block;
  height: 17px;
  color: #fff;
  font-size: 15px;
  float: right;
  margin: 0 0 0 20px;
}
.TopBarMenuItem:hover {
  text-decoration: underline;
}
#BottomBar {
  height: 50px;
  width: 100%;
  padding: 15px 0 11px 50px;
}
.BottomBarItem {
  display: block;
  height: 24px;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
  float: right;
  margin: 0 0 0 20px;
  padding: 0 0 0 25px;
}
.BottomBarItem:hover {
  text-decoration: underline;
}
.Respo.BottomBarItem {
  display: none;
  margin: 0 0 0 6px;
}
.BottomBarItem.Facebook {
  background-image: url(../img/icons/contact_facebook.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: 0 center;
}
.BottomBarItem.Instagram {
  background-image: url(../img/icons/contact_instagram.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: 0 center;
}
.BottomBarItem.Youtube {
  background-image: url(../img/icons/contact_youtube.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: 0 center;
}
.BottomBarItem.Whatsapp {
  background-image: url(../img/icons/contact_whatsapp.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: 0 center;
}
.ResponsiveSearch{
  display: none;
}
#UnderHeader {
  border-top: 1px solid #ffffff5e;
  position: relative;
}
#MenuCon {
  padding: 0;
  margin: 0;
  float: left;
  margin: 8px 0 0 0;
}
.MenuItem {
  color: #fff;
  font-size: 115%;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 10px 0 0;
  padding: 0 10px;
  border-radius: 2px;
  text-shadow: 0px 0px 3px #000;
}
.MenuItem:hover {
  border-bottom: solid 3px #fda82e;
  cursor: pointer;
}
.MenuItem:hover > .MainDropDown {
  display: block;
}
.MainDropDown {
  display: none;
  position: absolute;
  top: 48px;
  left: 0;
  background: #000;
  width: 100%;
  height: 610px;
  text-shadow: none;
  line-height: unset;
}
.DropDownMenu {
  float: left;
  width: 300px;
  height: 100%;
  padding: 80px 0;
  background: #3b3833;
}
.DropDownMenuItem {
  display: block;
  height: 55px;
  line-height: 55px;
  padding: 0 15px 0 30px;
  text-transform: uppercase;
  font-size: 17px;
  color: #b9b5b1;
}
.DropDownMenuItem:hover {
  background-color: #21201f;
  color: #ff1e00;
}
.ActiveDropDownMenuItem {
  background-color: #21201f;
  color: #ff1e00;
}
.DropDownContent {
  display: none;
  float: left;
  width: calc(100% - 300px);
  height: 100%;
  background: #21201f;
  padding: 30px 15px;
}
.ActiveDropDownContent {
  display: block;
}
.DropDownContentItem {
  position: relative;
  display: block;
  width: calc(50% - 30px);
  margin: 0 15px;
  float: left;
}
.DropDownContentImg {
  width: 100%;
  border: 5px solid #21201f;
}
.DropDownContentImg:hover {
  border: 5px solid #fda82e;
}
.DropDownContentTitle {
  position: absolute;
  bottom: 10px;
  left: 30px;
  text-shadow: 0px 0px 8px #000;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
}
.EventMenuCon {
  position: relative;
  display: block;
  float: left;
  width: 260px;
  height: 260px;
  margin: 0 15px 30px 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 3px solid #21201f;
}
.EventMenuCon:hover {
  border: 3px solid #fda82e;
}
.EventMenuDate {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 12px;
  color: #fff;
  text-shadow: 0px 0px 4px #000;
}
.EventMenuDetails {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #09097900 56%, #000000bf 100%);
}
.EventMenuTitle {
  position: absolute;
  bottom: 20px;
  left: 10px;
  font-size: 12px;
  width: calc(100% - 20px);
  color: #fff;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.EventMenuDestination {
  position: absolute;
  bottom: 0;
  left: 10px;
  font-size: 11px;
  color: #fff;
  padding: 0 0 0 12px;
  background-image: url(../img/icons/local.png);
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: 0px center;
}
.MenuMoreOffers {
  position: relative;
  display: block;
  float: left;
  width: 260px;
  height: 260px;
  margin: 0 15px 30px 15px;
  padding: 40px 0 0 0;
  text-align: center;
}
.MenuMoreOffersIcon {
  width: 140px;
  height: 140px;
  border: 3px solid #f18e3c;
  border-radius: 50%;
  padding: 10px;
  margin: 0 auto 10px auto;
}
.MenuMoreOffersButt {
  border: 1px solid #fff;
  border-radius: 3px;
  text-align: center;
  padding: 6px 20px;
  color: #fff;
}
/*********************** Search ***************************/
.SearchCon {
  float: right;
  width: 400px;
  margin: 8px 0 0 0;
}
.SearchKeyWord {
  height: 40px;
  width: 350px;
  float: left;
  padding: 0 10px;
  font-size: 17px;
  color: #fff;
  background: #ffffff8a;
  border: 1px solid #fff;
  border-radius: 3px 0px 0px 3px;
  text-shadow: 0px 0px 3px #000;
}
.SearchButt {
  display: block;
  float: left;
  height: 40px;
  width: 50px;
  background: #fff;
  border-radius: 0px 3px 3px 0px;
  background-image: url(../img/icons/black_search.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
}
/*********************** Responsive ***************************/
#RespoMenuIcon {
  display: none;
  height: 100px;
  margin: 0 15px 0 0;
  padding: 22px 0;
  float: left;
}
#CloseMenuIcon {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 25px;
  height: 25px;
}
#RespoMenuCon {
  position: fixed;
  text-align: left;
  background: #424242;
  left: 0;
  top: 0;
  max-width: 300px;
  width: 80%;
  height: 1500px;
  display: none;
  z-index: 1000;
}
#RespoMenuItemsCon {
  width: 100%;
  padding: 30px 20px;
}
.MenuGroupCon {
  border-bottom: 2px solid #fda82e;
  padding: 0 0 10px 0;
}
.MenuGroupTitle {
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 15px 0;
}
.RespoMenuItem {
  display: block;
  color: #fff;
  padding: 5px 0 5px 15px;
  font-size: 13px;
  text-transform: uppercase;
}
/***************Cover & title & Guide*****************/
#CoverCon {
  width: 100%;
  height: 500px;
  max-width: 1350px;
  margin: 0 auto;
}
.CoverMin {
  width: 100%;
  height: 100%;
  max-width: 1350px;
  margin: 0 auto;
  background: #00000080;
  text-align: center;
}
.PageTitle {
  display: block;
  width: 100%;
  margin: 0 0 12px 0;
  padding: 233px 0 0 0;
  font-size: 28px;
  color: #fff;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}
.GuidePage {
  display: inline-block;
  color: #d2d2d2;
  cursor: pointer;
}
.GuidePage:hover {
  color: #fff;
}
.GuideArrow {
  display: inline-block;
  height: 17px;
  padding: 0 6px;
  color: #d2d2d2;
  cursor: default;
}

/*********************Slidehow***********************/
.SlideShowCon {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
}
/*********************Secure Payment***********************/
.SecurePaymentCon {
  width: 100%;
  background: #4f5fe470;
}
.SecurePaymentMin {
  margin: auto;
  width: 1200px;
  padding: 10px 0;
  text-align: center;
  line-height: 0;
}
.SecurePaymentItem {
  display: inline-block;
  width: 60px;
  margin: 0 8px;
}
/*********************Why Us***********************/
.WhyCon {
  width: 100%;
  background: url(../img/nature.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.WhyCover {
  background: #08053e85;
}
.WhyMin {
  width: 1200px;
  margin: auto;
  padding: 60px 0 80px 0;
}
.BoxsTitleChoose {
  text-align: center;
  font-size: 180%;
  margin: 0 0 80px 0;
  color: #fff;
}
.WhyItem1 {
  width: calc(33.33% - 40px);
  margin: 0 40px 0 0;
  float: left;
  position: relative;
}
.WhyItem2 {
  width: calc(33.33% - 40px);
  margin: 0 20px 0 20px;
  float: left;
  position: relative;
}
.WhyItem3 {
  width: calc(33.33% - 40px);
  margin: 0 0 0 40px;
  float: left;
  position: relative;
}
.WhyImg {
  position: absolute;
  left: calc(50% - 35px);
  top: -35px;
  width: 70px;
  height: 70px;
}
.WhytextCon {
  width: 90%;
  margin: 60px auto 10px auto;
  text-align: center;
}
.WhyTitle {
  font-size: 18px;
  font-weight: bold;
  color: #6b73b5;
}
.WhyDesc {
  margin: 20px 40px 30px 40px;
  color: #fff;
  line-height: 23px;
  text-shadow: 0 0 3px #000000;
}
/**********************Footer***********************/
.FooterCon {
  width: 100%;
  padding: 100px 0 0 0;
  background: #3d3d3d;
}
.FooterMin {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 40px 0;
}
.FloatedContactCon {
  display: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 400px;
  z-index: 100;
}
.FloatedContactMin {
  position: relative;
  left: -50%;
  background: #b3bfff;
  height: 40px;
}
.FloatedContactItem {
  display: block;
  color: #fff;
  float: left;
  width: 33.33%;
  height: 40px;
  padding: 22px 0 1px 0;
  font-size: 13px;
  text-align: center;
}
.FloatedContactItem.Phone {
  background: #ce702f;
  background-image: url(../img/icons/phone.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center 3px;
}
.FloatedContactItem.Gsm {
  background: #267cb5;
  background-image: url(../img/icons/cell-phone.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center 3px;
}
.FloatedContactItem.Whatsapp {
  background: #09821e;
  background-image: url(../img/icons/whatsapp-floated.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center 3px;
}
.WhatsappFloted {
  display: block;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 25px;
  bottom: 60px;
}
.WhatsappFlotedImg {
  width: 100%;
  height: 100%;
  -webkit-filter: drop-shadow(2px 2px 4px #222);
  filter: drop-shadow(2px 2px 4px #222);
}
.FooterBox {
  width: calc(33.33% - 120px);
  float: left;
  padding: 0 10px;
}
.FooterBox.Presentation {
  width: 360px;
}
.FooterBoxTitle {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  margin: 0 0 25px 0;
  text-transform: uppercase;
  cursor: default;
}
.FooterBoxLink {
  color: #fff;
  opacity: 0.8;
  display: block;
  margin: 0 0 15px 0;
}
.FooterAbout {
  color: #fff;
  margin: 0;
  font-size: 16px;
  line-height: 21px;
}
.FooterLogo {
  width: 80px;
  height: 80px;
  float: left;
}
.CopyrightsCon {
  position: relative;
  background: #2f2f2f;
  z-index: 101;
}
.CopyrightsMin {
  width: 1200px;
  margin: auto;
  padding: 8px 0;
}
.CopyrightsSection {
  float: left;
  color: #aeb9f7;
  font-size: 12px;
}
.CopyrightClient {
  display: block;
  height: 20px;
  line-height: 20px;
}
.CopyrightCreator {
  display: block;
  height: 20px;
  line-height: 20px;
}
.FooterMenu {
  float: right;
  height: 40px;
  line-height: 40px;
}
.FooterMenuItem {
  height: 40px;
  line-height: 40px;
  display: block;
  float: right;
  padding: 0 5px;
  margin: 0 8px;
  color: #aeb9f7;
}
.FooterMenuItem:hover {
  color: #f1f3ff;
}
/***********************************Device Resolution*********************************/
@media screen and (max-width:1200px){
  .HeaderMin {
    width: 100%;
    padding: 0 10px;
  }
  .MainDropDown {
    height: 530px;
    width: 1080px;
  }
  .SecurePaymentMin {
    width: 100%;
  }
  .EventMenuCon {
    width: 220px;
    height: 220px;
  }
  .EventMenuTitle {
    font-size: 12px;
  }
  .MenuMoreOffers {
    width: 220px;
    height: 220px;
    padding: 20px 0 0 0;
  }
  .WhyMin {
    width: 100%;
    padding: 30px 15px;
  }
  .WhyTitle {
    font-size: 15px;
  }
  .WhyDesc {
    margin: 20px 20px 30px 20px;
  }
  .WhyItem1 {
    width: calc(33.33% - 10px);
    margin: 0 10px 0 0;
  }
  .WhyItem2 {
    width: calc(33.33% - 10px);
    margin: 0 5px 0 5px;
  }
  .WhyItem3 {
    width: calc(33.33% - 10px);
    margin: 0 0 0 10px;
  }
  .FooterCon {
    padding: 25px 0 20px 0;
  }
  .FooterMin {
    width: 100%;
    padding: 25px 0;
  }
  .CopyrightsMin {
    width: 100%;
    padding: 8px;
  }
}
@media screen and (max-width :1110px){
  .MainDropDown {
    height: 470px;
    width: 990px;
  }
  .EventMenuCon {
    width: 190px;
    height: 190px;
  }
  .MenuMoreOffers {
    width: 190px;
    height: 190px;
  }
  .MenuMoreOffersIcon {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width :1025px){
  .ResponsiveSearch, #RespoMenuIcon {
    display: block;
  }
  #TopBar {
    display: none;
  }
  #UnderHeader {
    display: none;
  }
  #SideLogo {
    width: calc(100% - 360px);
  }
  #BottomBar {
    padding: 15px 0 11px  0;
  }
}
@media screen and (max-width :950px){
  .FooterBox.Presentation {
    width: 100%;
  }
  .FooterBox {
    width: 33.33%;
    float: left;
    padding: 0 10px;
  }
}
@media screen and (max-width :800px){
  #CoverCon {
    height: 380px;
  }
  .PageTitle {
    padding: 160px 0 0 0;
    font-size: 22px;
  }
}
@media screen and (max-width :850px){
  .MenuItem {
    font-size: 100%;
    height: 35px;
    line-height: 35px;
    margin: 0px 6px;
    padding: 0 8px;
  }
  .FooterMenu {
    display: none;
  }
  .CopyrightsSection {
    float: none;
    text-align: center;
  }
  .BottomBarItem {
    display: none;
  }
  .Respo.BottomBarItem {
    display: block;
  }
  .ResponsiveSearch {
    display: none;
  }
  #UnderHeader {
    display: block;
  }
  #MenuCon {
    display: none;
  }
  .SearchCon {
    float: none;
    width: 100%;
  }
  .SearchKeyWord {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width :750px){
  #TopBar {
    display: none;
  }
}
@media screen and (max-width :700px){
  .ContactItem {
    font-size: 100%;
    margin: 0 10px 0 0;
  }
  #PageTitle {
    height: 60px;
    line-height: 60px;
    font-size: 140%;
  }
  .WhyItem1, .WhyItem2, .WhyItem3 {
    width: calc(100% - 10px);
    margin: 0 5px 70px 5px;
  }
  .WhyMin {
    padding: 30px 15px 0 15px;
  }
}
@media screen and (max-width :600px){
  #CoverCon {
    height: 230px;
  }
  .PageTitle {
    padding: 80px 10px 0 10px;
    font-size: 20px;
  }
}
@media screen and (max-width :550px){
  #HeaderCon {
    position: unset;
    background: linear-gradient(
180deg, rgba(0,0,0,0.8211659663865546) 0%, rgb(135 135 135 / 45%) 100%);
  }
  .SearchCon {
    position: absolute;
    z-index: 100;
  }
}
@media screen and (max-width :590px){
  .ContactsInfoCon {
    display: none;
  }
  .HeaderMin {
    position: relative;
    height: 70px;
    text-align: center;
  }
  #RespoMenuIcon {
    height: 70px;
    padding: 10px 0;
  }
  #Logo {
    width: unset;
    height: 70px;
  }
  #SideLogo {
    width: calc(100% - 260px);
  }
  #PageTitle {
    height: 45px;
    line-height: 45px;
    font-size: 130%;
  }
  .BoxsTitleChoose {
    font-size: 110%;
    margin: 0 0 60px 0;
  }
  .WhyMin {
    padding: 20px 20px 0 20px;
  }
  .FooterCon {
    padding: 25px 0 0 0;
  }
  .FloatedContactCon {
    display: block;
  }
  .WhatsappFloted {
    display: none;
  }
  .FooterBox {
    width: 100%;
    float: left;
    padding: 0 10px 10px 10px;
    margin: 0 0 15px 0;
    text-align: center;
    border-bottom: 1px solid #cccccc75;
  }
  .FooterBox.Presentation {
    width: 100%;
    border-bottom: none;
  }
  .FooterLogo {
    margin: 0 auto;
    float: none;
  }
}
@media screen and (max-width:480px){
  .SecurePaymentItem {
    width: 40px;
    margin: 0 2px;
  }
  .WhyItem {
    width: calc(50% - 20px);
  }
  .CopyrightCreator {
    height: unset;
    line-height: unset;
  }
}