body {
    font-family: Lato,sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    overflow-x: hidden!important;
    -webkit-font-smoothing: antialiased;
}
footer a {
  color: #fff
}
#button {
  display: inline-block;
  background-color: #d60524 ;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  margin: 30px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s;
  z-index: 1000;
  color: #fff;
  padding-top: 10px;
  opacity: 0
}
#button:hover {
  cursor: pointer;
  background-color: #d60524 ;
}
#button:active {
  background-color: #d60524 ;
}
#button::after {
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

.swal-button {
    background-color: #e4092a;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px;
    margin: 0;
    cursor: pointer;
}
.swal-button:not([disabled]):hover {
    background-color: #cc0826;
}
.topbar {
	position: relative;
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    background-color: #000;
    z-index: 111;
    box-sizing: border-box;
    padding-top: 13px
}
.topbar a {
	color: #fff;
}
.topbar i {
	margin-right: 10px
}
.align-right {
	text-align: right
}
.container2 {
	padding: 0 35px;
}
.header {
	border-bottom: solid 1px #ddd;
	height: 72px;
	padding-top: 25px
}
.header-menu {
	float: right;
}
.header-menu li {
    float: left;
    height: 100%;
    box-sizing: border-box;
}
.relative {
	position: relative;
}

.sub-menu {
	font-size: 14px;
	display: block;
	padding-bottom: 0px;
	margin-bottom: 0px
}
.sub-menu li {
	float: left;
	width: 50%
}
.sub-menu a {
	color: #000
}
.sub-menu i {
	margin-right: 5px
}
.sub-menu2 {
	font-size: 14px;
	display: block;
	padding-bottom: 0px;
	margin-bottom: 0px
}
.sub-menu2 li {
	display: block;
}
.sub-menu2 a {
	color: #000
}
.sub-menu2 i {
	margin-right: 5px
}
.mobile-menu {
	font-size: 16px; padding-top: 5px; font-weight: 100
}
.mobile-header {
	border-bottom: solid 1px #eee; text-align: center; padding: 20px
}
.nav-item {
	border:solid 1px #eee;
	padding: 0px 7px;
	border-bottom: none;
	border-radius: 0px
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0,0,0,.5);
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    color: #000;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0px;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0px 15px;
    clear: both;
    font-weight: 100;
    color: #000;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item i {
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
}
.navbar-light .navbar-toggler {
    color: #000;
    border-color: rgba(0,0,0,.1);
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #000
}
.carousel-item {
	  height: 100vh;
	  min-height: 350px;
	  max-height: 350px;
	  background: no-repeat center center scroll;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
      text-shadow: 2px 2px #000;
}
.display-4 {
	    font-size: 1.25rem;
	    font-weight: 600;
	    line-height: 1.2;
}
.lead {
    font-size: 1rem;
    font-weight: 300;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 25px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.btn-danger {
    color: #fff;
    background-color: #d60524;
    border-color: #d60524;
    border: none
}
.search-bar {
	background-color: #333;
    padding-bottom: 10px;
    padding-top: 10px
}
.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -60px;

}

.blog .carousel-item {
    height: inherit;
    min-height: inherit;
    max-height: inherit;
    background: inherit inherit inherit inherit;
    -webkit-background-size: inherit;
    -moz-background-size: inherit;
    -o-background-size: inherit;
    background-size: inherit;
    text-shadow: 0px 0px #000;
}
.blog .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 5px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #333;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    transition: opacity .6s ease;
}
.blog .carousel-indicators .active {
    background-color: #d60524;
}
.card-title {
    font-size: 16px;
    font-weight: 600;
    height: 30px;
}
.card-img-top {
    height: 180px
}
.intl-tel-input {
    position: relative;
    display: inline-block;
    width: 100%;
}
.lb-data .lb-close:hover {
   cursor: pointer;
   filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
   opacity: 1;
   }
   .lb-nav a.lb-next:hover {
   filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
   opacity: 1;
   }
   .lb-dataContainer {
   margin: 0 auto;
   padding-top: 5px;
   *zoom: 1;
   width: 100%;
   -moz-border-radius-bottomleft: 4px;
   -webkit-border-bottom-left-radius: 4px;
   border-bottom-left-radius: 4px;
   -moz-border-radius-bottomright: 4px;
   -webkit-border-bottom-right-radius: 4px;
   border-bottom-right-radius: 4px;
   }
   .lb-dataContainer:after {
   content: "";
   display: table;
   clear: both;
   }
   .lb-data {
   padding: 0 4px;
   color: #ccc;
   }
   .lb-data .lb-details {
   width: 85%;
   float: left;
   text-align: left;
   line-height: 1.1em;
   }
   .lb-data .lb-caption {
   font-size: 13px;
   font-weight: bold;
   line-height: 1em;
   }
   .lb-data .lb-caption a {
   color: #4ae;
   }
   .lb-data .lb-number {
   display: block;
   clear: left;
   padding-bottom: 1em;
   font-size: 12px;
   color: #999999;
   }
      .lb-nav {
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   z-index: 10;
   }
   .lb-container > .nav {
   left: 0;
   }
   .lb-nav a {
   outline: none;
   background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
   }
   .lb-prev, .lb-next {
   height: 100%;
   cursor: pointer;
   display: block;
   }
   .lightboxOverlay {
   position: absolute;
   top: 0;
   left: 0;
   z-index: 9999;
   background-color: black;
   filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
   opacity: 0.8;
   display: none;
   }
   .lightbox {
   position: absolute;
   left: 0;
   width: 100%;
   z-index: 10000;
   text-align: center;
   line-height: 0;
   font-weight: normal;
   }
   .lightbox .lb-image {
   display: block;
   height: auto;
   max-width: inherit;
   max-height: none;
   border-radius: 3px;
   /* Image border */
   border: 4px solid white;
   }
   .lightbox a img {
   border: none;
   }
   .lb-outerContainer {
   position: relative;
   *zoom: 1;
   width: 250px;
   height: 250px;
   margin: 0 auto;
   border-radius: 4px;
   /* Background color behind image.
   This is visible during transitions. */
   background-color: white;
   }
   .lb-outerContainer:after {
   content: "";
   display: table;
   clear: both;
   }
   .lb-loader {
   position: absolute;
   top: 43%;
   left: 0;
   height: 25%;
   width: 100%;
   text-align: center;
   line-height: 0;
   }
@media (max-width: 768px){
  #button {
  display: inline-block;
  background-color: #d60524 ;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  margin: 30px;
  position: fixed;
  bottom: 30px;
  right: 10px;
  transition: background-color .3s;
  z-index: 1000;
  color: #fff;
  padding-top: 10px;
  opacity: 0
}
}
@media (min-width: 768px){


	.header {
		border-bottom: solid 1px #ddd;
		height: 72px;
	}
	.btn-danger {
    color: #fff;
    background-color: #d60524;
    border-color: #d60524;

	}
    
}
.line-1 {
    background: rgb(51,51,51); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(51,51,51,1) 50%, rgba(214,5,36,1) 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(51,51,51,1) 50%,rgba(214,5,36,1) 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(51,51,51,1) 50%,rgba(214,5,36,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#d60524',GradientType=1 );
    width: 100px;
    min-height: 4px;

    margin-bottom: 15px
}
.card-img-top {
        height: 310px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: .5em;
    background: #efefef;
    border: none;
    border-radius: 3px;
    padding: 1em 2em 1em 1em;
    font-size: 1em;
}
.select-container {position:relative; display: inline;}
.select-container:after {content:""; width:0; height:0; position:absolute; pointer-events: none;}
.select-container:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 0px;
    right: .75em;
    border-top: 8px solid black;
    opacity: 0.5;
}
select::-ms-expand {
    display: none;
}
.btn-secondary {
    background-color: #333
}
.big {
    font-size: 38px;
    margin-top: 5px
}
.swal-text {
    text-align: center;
}
.filter {
    background: #333;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 15px;
    text-decoration: uppercase
}
.dropdown-menu {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 1000;
      display: none;
      float: left;
      min-width: 10rem;
      padding: 0px;
      margin: 0px;
      font-size: 14px;
      color: #000;
      text-align: left;
      list-style: none;
      background-color: #fff;
      background-clip: padding-box;
      border: none;
      border-radius: 0px;
      width: 100%;
      background-color: #545b62;
      padding: 15px;
      /* border: solid 1px #dddd; */
  }
  .dropdown-menu a {
        display: block;
        color: #fff;
        border-bottom: solid 1px #6c757d;
        padding-top: 5px;
        padding-bottom: 5px;
    }
   .btn {
   outline: none !important;
   -webkit-box-shadow: none !important;
   box-shadow: none !important;
   border:none !important
   }
   .dropdown-menu{
    transform: translate3d(0px, 35px, 0px)!important;
}
.dest {
        float: none !important;
        text-align: left !important
}
.click:hover {
  cursor: pointer;
}
.d-ns {
  position: absolute; bottom: 30px; left: 35px; color: #fff; font-size: 20px; font-weight: 400; text-shadow: 2px 2px #000;
  }

@media (min-width: 768px){

	.header {
		border-bottom: solid 1px #ddd;
		height: 72px;
	}
	.carousel-item {
	  height: 100vh;
	  min-height: 350px;
	  max-height: 350px;
	  background: no-repeat center center scroll;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
      text-shadow: 2px 2px #000;
	}
	.display-4 {
	    font-size: 1.5rem;
	    font-weight: 600;
	    line-height: 1.2;
	}
	.lead {
    	font-size: 1.25rem;
    	font-weight: 300;
	}
    .card-img-top {
        height: 310px;
    }
    .dest {
        float: none !important;
        text-align: left !important
    }
  .d-ns {
  position: absolute; bottom: 30px; left: 35px; color: #fff; font-size: 18px; font-weight: 400; text-shadow: 2px 2px #000;
  }
}
@media (min-width: 992px){
.dest {
        float: inherit;
        text-align: inherit !important
}
.header-menu a {
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .185em;
    font-weight: 400;
    box-sizing: border-box;
    padding: 50px 21px;
    padding-bottom: 25px;
}
.menu {
	background-color: #fff;
	position: absolute;
	top: 45px;
	width:500px;
	left: 510px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border:solid 1px #ddd;
	border-top:none;
	padding: 15px;
	z-index: 99;
}
.menu2 {
	background-color: #fff;
	position: absolute;
	top: 45px;
	width:200px;
	left: 815px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border:solid 1px #ddd;
	border-top:none;
	padding: 15px;
	z-index: 99;
}
.display-4 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
}
.lead {
    	font-size: 1.25rem;
    	font-weight: 300;
}
.card-img-top {
    height: 250px;
}
.d-ns {
  position: absolute; bottom: 30px; left: 35px; color: #fff; font-size: 14px; font-weight: 400; text-shadow: 2px 2px #000;
}
}

@media (min-width: 993px){
    .search-bar {
    background-color: #333;
    padding-bottom: 0px;
    padding-top: 0px
    }

.card-img-top {
    height: 225px;
}    
.carousel-item {
  height: 100vh;
  min-height: 550px;
  max-height: 550px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-shadow: 2px 2px #000;
}	
.header-menu a {
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .185em;
    font-weight: 400;
    box-sizing: border-box;
    padding: 50px 11px;
    padding-bottom: 25px;
}
.menu {
	background-color: #fff;
	position: absolute;
	top: 45px;
	width:500px;
	left: 390px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border:solid 1px #ddd;
	border-top:none;
	padding: 15px;
	z-index: 99;
}
.menu2 {
	background-color: #fff;
	position: absolute;
	top: 45px;
	width:200px;
	left: 655px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border:solid 1px #ddd;
	border-top:none;
	padding: 15px;
	z-index: 99;
}
.display-4 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
}
.lead {
    	font-size: 1.25rem;
    	font-weight: 300;
	}
  .d-ns {
  position: absolute; bottom: 30px; left: 35px; color: #fff; font-size: 18px; font-weight: 400; text-shadow: 2px 2px #000;
}
}

@media (min-width: 1300px){
.dest {
    text-align: right !important;
}  
.header-menu a {
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .185em;
    font-weight: 400;
    box-sizing: border-box;
    padding: 50px 11px;
    padding-bottom: 25px;
}
.menu {
  background-color: #fff;
  position: absolute;
  top: 45px;
  width:500px;
  left: 565px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border:solid 1px #ddd;
  border-top:none;
  padding: 15px;
  z-index: 99;
}
.menu2 {
  background-color: #fff;
  position: absolute;
  top: 45px;
  width:200px;
  left: 830px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border:solid 1px #ddd;
  border-top:none;
  padding: 15px;
  z-index: 99;
}
.d-ns {
  position: absolute; bottom: 30px; left: 35px; color: #fff; font-size: 20px; font-weight: 400; text-shadow: 2px 2px #000;
}
}