/* Card Styles */

.card {
  border-radius: 0px;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.33);
  background-color: #FFFFFF;
  margin-bottom: 20px;
}
.card .image {
  width: 100%;
  overflow: hidden;
  height: 100%;
  border-radius: 0px 0px 0 0;
  background-size: cover !important;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.card .image-details {
  overflow: hidden;
  height: 100%;
  border-radius: 6px 0px 0 0;
  background-size: cover !important;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.card .image img {
  width: 100%;
}
.card .filter {
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.68);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.card .filter .btn {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.card:hover .filter {
  opacity: 1;
  filter: alpha(opacity=100);
}
.card .btn-hover {
  opacity: 0;
  filter: alpha(opacity=0);
}
.card:hover .btn-hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.card .content {
  padding: 15px 15px 10px 15px;
}
.card .category {
  font-size: 14px;
  color: #9A9A9A;
  margin-bottom: 0px;
}
.card .category i {
  font-size: 16px;
}
.card .title {
  margin: 0 0 10px 0;
  color: #333333;
  font-weight: 300;
}
.card .title-details {
  margin: 0 0 10px 0;
  color: #333333;
  font-weight: 300;
  border-bottom: 1px solid #3333;
}
.card .coming-soon {
  margin: 0 0 10px 0;
  color: #F89E5A;
  font-weight: 200;
  font-size: 50px;
}
.card .avatar {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.card .description {
  font-size: 14px;
  color: #333;
}
.card .footer {
  padding: 0;
  background-color: transparent;
  line-height: 30px;
}
.card .footer div {
  display: inline-block;
}
.card .stats {
  margin-right: 5px;
  color: #9A9A9A;
}
.card .stats.pull-right {
  margin-left: 5px;
  margin-left: 0;
}
.card .card-link {
  color: #9A9A9A;
  font-size: 12px;
}
.card .card-link:hover {
	color: #000000;
}
/* Card Link Phone */
@media (min-width: 376px) {
	.card .card-link {
		font-size: 11px;
	}
}
/* Card Link Tablet */
@media (min-width: 668px) {
	.card .card-link {
		font-size: 12px;
	}
}
/* Card Link Desktop */
@media (min-width: 992px) {
	.card .card-link {
		font-size: 12px;
	}
}
.card .author {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.card .author i {
  font-size: 14px;
}
.card h6 {
  font-size: 12px;
  margin: 0;
}
.card.card-separator:after {
  height: 100%;
  right: -15px;
  top: 0;
  width: 1px;
  background-color: #DDDDDD;
  content: "";
  position: absolute;
}

.card-user .image {
  height: 110px;
}
.card-user .image-plain {
  height: 0;
  margin-top: 110px;
}
.card-user .author {
  text-align: center;
  text-transform: none;
  margin-top: -70px;
}
.card-user .avatar {
  width: 124px;
  height: 124px;
  border: 5px solid #FFFFFF;
  position: relative;
  margin-bottom: 15px;
}
.card-user .avatar.border-gray {
  border-color: #EEEEEE;
}
.card-user .title {
  line-height: 24px;
}
.card-user .content {
  min-height: 240px;
}

.card-product .image {
  height: auto;
}
.card-product .title {
  margin: 0;
}
.card-product .price {
  font-size: 18px;
  color: #9A9A9A;
  font-weight: 300;
}
.card-product .price-old {
  text-decoration: line-through;
  font-size: 16px;
  color: #9A9A9A;
}
.card-product .price-new {
  color: #FF3B30;
}
.card-product .footer {
  line-height: 40px;
  margin: 0;
}
.card-product .carousel-control {
  width: 40px;
  text-shadow: 0 0 0;
  color: #9A9A9A;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.card-product .carousel-control.left .fa {
  left: 5px;
}
.card-product .carousel-control.right .fa {
  left: auto;
  right: 5px;
}
.card-product .carousel-control:hover, .card-product .carousel-control:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.card-refine .header {
  padding: 10px 15px 0px 15px;
}
.card-refine .header h4 {
  line-height: 40px;
}
.card-refine .content {
  padding: 0;
}
.card-refine .panel {
  background-color: transparent;
  border-bottom: 0;
  border-top: 1px solid #DDDDDD;
}
.card-refine .panel-heading {
  padding: 0;
  box-shadow: 0 0 0;
  border-radius: 0;
}
.card-refine .panel-default > .panel-heading {
  box-shadow: 0 0 0;
  background-color: transparent;
}
.card-refine .panel-group .panel-heading + .panel-collapse .panel-body {
  border: 0;
}
.card-refine .panel-group .panel-title {
  font-size: 12px;
}
.card-refine .panel-title a {
  padding: 17px 15px;
  display: block;
}
.card-refine .slider {
  margin-top: 10px;
}
.card-refine .radio,
.card-refine .checkbox {
  margin-top: -5px;
}
.card-refine .price-left {
  float: left;
}
.card-refine .price-right {
  float: right;
}
.card-refine .panel-scroll {
  height: 273px;
  overflow-y: scroll;
}
.card-refine .panel-group .panel + .panel {
  margin: 0;
}
.card-refine .collapsed i {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.card-price {
  position: relative;
}
.card-price .price {
  font-weight: 300;
  text-align: center;
  font-size: 66px;
}
.card-price .price small {
  margin-right: 4px;
  margin-left: -13px;
  color: #333333;
}
.card-price .category {
  text-align: center;
  margin-top: 10px;
}
.card-price .content {
  min-height: 330px;
}
.card-price .list-unstyled {
  padding-top: 20px;
  font-size: 14px;
  text-align: center;
  color: #9A9A9A;
}
.card-price .list-unstyled b {
  color: #333333;
}
.card-price .list-unstyled li {
  margin-bottom: 5px;
}
.card-price .list-lines {
  text-align: left;
}
.card-price .list-lines li {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #E3E3E3;
}
.card-price .list-lines li:last-child {
  border: 0;
}
.card-price .fa {
  width: 26px;
  text-align: center;
  font-size: 16px;
}
.card-price.card-price-best-deal {
  margin-top: -25px;
}
.card-price.card-price-best-deal .content {
  min-height: 380px;
}

.card-background {
  position: relative;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.card-background .image {
  border-radius: 6px;
}
.card-background .filter {
  opacity: 0.55;
  filter: alpha(opacity=55.0);
  border-radius: 6px;
}
.card-background:hover .filter {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.card-background .title,
.card-background .stats,
.card-background .category,
.card-background .description,
.card-background small,
.card-background a {
  color: #FFFFFF;
}
.card-background small {
  font-weight: 400;
}
.card-background .title {
  margin-top: 30px;
  font-weight: 400;
}
.card-background .content,
.card-background .footer {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
}
.card-background .footer {
  bottom: 0;
  top: auto;
  padding: 10px 15px;
  width: 100%;
  line-height: 40px;
  color: #FFFFFF;
}
.card-background .avatar {
  border: 2px solid #FFFFFF;
  width: 32px;
  height: 32px;
}
.card-background .video {
  overflow: hidden;
  border-radius: 6px;
  position: relative;
  max-height: 300px;
}
.card-background video {
  width: 100%;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.card-background.state-play .filter, .card-background.state-play .content, .card-background.state-play .category, .card-background.state-play .btn, .card-background.state-play .stats {
  opacity: 0;
  filter: alpha(opacity=0);
}
.card-background.state-play:hover .btn {
  opacity: 1;
  filter: alpha(opacity=100);
}
.card-background .map {
  border-radius: 6px;
  height: 300px;
}
.card-background h1.title {
  font-weight: 300;
}
.card-background .price {
  margin: 0;
  color: #FFFFFF;
}

.card-refine .btn-xs,
.card-product .btn-xs {
  margin: 8px 0;
}
.card-refine .btn-simple,
.card-product .btn-simple {
  padding-left: 0;
  padding-right: 0;
}

.card-user .footer,
.card-price .footer {
  padding: 5px 15px 10px;
}
.card-user hr,
.card-price hr {
  margin: 5px 15px;
}

.card-plain {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
}
.card-plain .image {
  border-radius: 4px;
}

.card .card-text {
	color:#474747;
}

.card .card-deals {
	height: 350px;
	max-height: 350px;
	width: 100%;
}

/* Phone */
@media (min-width: 576px) {
	.card-horizontal .image {
    border-radius: 6px 6px 0px 0px;
  }
	.card-horizontal .image-details {
		border-radius: 6px 0px 0px 0px;
	}
  .card-horizontal .image img {
  width: 100%;
  height: 100%;	
  }
  .card-horizontal .description {
    min-height: 100px;
  }
  .card-horizontal .content {
    padding: 15px 15px 10px 0;
  }
}

/* Tablet */
@media (min-width: 768px) {
  .card-horizontal .image {
    border-radius: 6px 6px 0px 0px;
  }
	.card-horizontal .image-details {
		border-radius: 6px 0px 0px 0px;
	}
  .card-horizontal .image img {
  width: 100%;
  height: 100%;	
  }
  .card-horizontal .description {
    min-height: 100px;
  }
  .card-horizontal .content {
    padding: 15px 15px 10px 0;
  }
}
/* Desktop */
@media (min-width: 992px) {
	.card-horizontal .image {
    border-radius: 6px 0 0 6px;
  }
	.card-horizontal .image-details {
		border-radius: 6px 0px 0px 0px;
		height: 100%;
		overflow: hidden;
	}
  .card-horizontal .image img {
  		height: 100%;	
	  	overflow:hidden;
  }
	.card-horizontal .image-details img {
		height: 100%;
		overflow: hidden;
	}
  .card-horizontal .description {
    min-height: 100px;
  }
  .card-horizontal .content {
    padding: 15px 15px 10px 0;
  }
}

.card-price {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	color: #9FC28C;
	font-size:42px;
	font-weight: 100;
}

.card-price:hover {
	color: #839F73;
}
.card-price-small {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	color: #F26732;
	font-size:18px;
}


/* Horizontal Rules */

.hr-light {
	background-color: #b5b5b5;
	border-top: 1px;
	width:100%;
	height: 1px;	
}
.hr-dark {
	background-color: #474747;
	border-top: 1px;
	width:100%;
	height: 1px;	
}
.hr-card {
	background-color: #cccccc;
	border-top: 1px;
	width:100%;
	height: 1px;	
}
.hr-account {
	background-color: #474747;
	border-top: 1px;
	width:100%;
	height: 1px;
	margin-top:-15px;
	margin-bottom:10px;
}

/* Footer Text */

.footer-link {
	opacity: .6;
	font-weight: 100;
	-o-transition:.5s linear;
	-ms-transition:.5s linear;
	-moz-transition:.5s linear;
	-webkit-transkition:.5s linear;
	transition:.5s linear;
}

.footer-link:hover {
	opacity: 1;
}

.trademark-line {
	font-size: 10px;
	opacity: .5;
}

/* Nav Topper */

.nav-topper {
  height: 40px;
  max-height: 40px;
  line-height: 38px;
  border-bottom: 1px solid #ccc;
  background-color: #F1F4F8;
}
.nav-topper .module,
.nav-topper .module-group {
  height: 40px;
}
.nav-topper a {
  display: inline-block;
  height: 45px;
}

/* Misc */

.deal-one-background {
	background-image: url(img/burns3.jpg);
}

/* Filter Form */

.filter-form {
	height: 30px !important;
	border:1px solid #b5b5b5 !important;
	border-radius: 3px !important;
	margin-bottom: 10px !important; 
}
.filter-btn {
	width:100%;
	text-align:center;
	padding-right:15px;
	padding-left:15px;
	padding-bottom:1px;
}
.filter-box {
  border-radius: 6px;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.33);
  background-color: #FFFFFF;
  margin-bottom: 20px;
}
.getaway-title {
	font-size: 64px;
	line-height: 62px;
}
.search-results-section {
	background-color: #f2f2f2;
}

.days-remaining{
    position: absolute;
    bottom: 183px;
    right: 11px;
    font-size: 15px;
    background-color: #6BB9AE;
    width: 120px;
    height: 48px;
    border-radius: 30px 3px 3px 30px;
    text-align: center;
    line-height: 17px;
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.13);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.13);
	padding-top: 5px;
	z-index: 100;
}

.days-remaining-details{
    position: absolute;
    top: -3px;
    right: 12px;
    font-size: 13px;
    background-color: #F26732;
    width: 100px;
    height: 42px;
    border-radius: 3px 3px 3px 30px;
    text-align: center;
    line-height: 15px;
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.13);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.13);
	padding-top: 5px;
	z-index: 100;
}

.gap {
	padding-top: 15px;
	padding-bottom: 17px;
}
.half-gap {
	padding-top: 7px;
	padding-bottom: 8px;
}

.details-left {
	padding-left: 42px;
}

.details-right {
	padding-right: 42px;
}

.disclaimer-line {
	font-size: 12px;
	line-height: 15px;
	font-style: italic;
}
.important-info {
	font-size: 11px;
	line-height: 18px;
	text-align: justify;
	
}

.menu-text {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: 24px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666;
}

.form-group .account-forms {
	border: 1px solid #D6D6D6;
	height: 35px;
	width: 100%;
	margin-bottom: 10px;
	padding-left: 10px;
	margin-left: 0px;
	color: #828282;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
input::placeholder {
	color: #afafaf;
	font-weight: 500;
}

.forgot-password {
	color: #828282;
	font-weight: 300;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}
.forgot-password:hover {
	color: #424242;
}

.brio-365 {
	opacity: 1;
}

.cta {
	color: #fff;
	border: 0px;
	opacity:.9;
	text-shadow: 2px 2px 4px #ad3c13;
}
.cta:hover {
	color: #fff;
	opacity: 1;
}

.ml30 {
	margin-left: 30px;
}
.mr30 {
	margin-right: 30px;
}

.pl30 {
	padding-left: 30px;
}
.pr30 {
	padding-right: 30px;
}

.col-gap {
	padding-right:7px;
	padding-left:7px;
	padding-bottom: 3px;
}

h1.defined {
	font-family: 'Playfair Display', serif;
  	font-size: 112px;
  	line-height: 60px;
  	font-weight: 100;
}
@media all and (max-width: 990px) {
  	h1.defined {
    	font-size: 96px;
    	line-height: 64px;
  }
}
h5.defined {
  	font-size: 30px;
  	line-height: 0px;
  	font-weight: 100;
}
@media all and (max-width: 990px) {
  	h5.defined {
    	font-size: 26px;
    	line-height: 4px;
  }
}

.btn-speaker {
	width: 34px;
	height: 34px;
	font-size: 20px;
	min-width: 0;
	padding: 0;
	line-height: 38px;
	color:#6BB9AE !important;
	background: #fff;
	border-radius: 50px;
	box-shadow: 0px 0px 12px rgba(0,0,0,.4);
	padding-right:2px;
	margin-left: -10px;
}

.btn-speaker:hover {
	color: #fff !important;
	background: #6BB9AE !important;
}

h1.index-tagline {
	font-size: 50px;
	height: 20vh;
	line-height: 55px;
}

@media (max-width: 576px) {
	h1.index-tagline {
		margin-top: 40px;
		font-size: 30px;
		height: 15vh;
		line-height: 33px;
		text-align: center;
	}
}

.medium-weight {
	font-weight: 300;
}

/* Custom Carousel Controls */

.custom-carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5%;
  font-size: 30px;
  color: #C9E5E1;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=100);
  opacity: .95;
}
.custom-carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.custom-carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .0) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.custom-carousel-control:hover,
.custom-carousel-control:focus {
  color: #6BB9AE;
  text-decoration: none;
  filter: alpha(opacity=0);
  outline: 0;
  opacity: .99;
}
.custom-carousel-control .icon-prev,
.custom-carousel-control .icon-next,
.custom-carousel-control .ti-angle-left,
.custom-carousel-control .ti-angle-right {
  position: absolute;
  top: 40%;
  z-index: 5;
  display: inline-block;
}
.custom-carousel-control .icon-prev,
.custom-carousel-control .ti-angle-left {
  left: 20%;
  margin-left: -25px;
}
.custom-carousel-control .icon-next,
.custom-carousel-control .ti-angle-right {
  right: -20%;
  margin-right: 0px;
}
.custom-carousel-control .icon-prev,
.custom-carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.custom-carousel-control .icon-prev:before {
  content: '\2039';
}
.custom-carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-inner .caption {
	font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #6BB9AE
}

@media (max-width: 976px) {
	.carousel-inner .caption {
		font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 21px;
		font-weight: 300;
		color: #FFF;
		position: absolute;
		z-index: 5;
		margin-top: -60px;
		width: 100%;
		right: 0px;
	}
}
.row-footer hr {
	width:100%;
	border-color: #c3c3c3
}
.panel-spacing {
	margin-left: 30px;
	margin-right: 30px;
	padding: 15px;
	border-color: #c9c9c9;
}
.panel-savings {
	padding: 10px;
	border-color: #A0D2CB;
	border-radius: 10px;
	box-shadow: 2px 2px 8px rgba(53,53,53,.1);
}
.panel .title {
	margin: 0 0 10px 0;
	color: #333333;
	font-weight: 300;
	font-size: 22px;
	border-bottom: #AED8D2 solid 1px;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.panel .savings {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 46px;
	font-weight: 200;
	color: #6BB9AE;
}

.text-bold {
	font-weight: 900;
}

/* Table Styles */

.bg-brio {
	background-color: #6BB9AE;
	color: #ffffff;
}
.check-table {
	margin-bottom: -2px;
	margin-top: 2px;
}
.brio-column {
	background-color: #E4F2F0;
	font-weight: 900;
}
.table .bg-brio td {
	border: #6BB9AE solid 1px !important;
	font-weight: 700;
}

.table td {
	border: #C9E5E1 solid 1px !important;
}
.table-brio {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.row.match-my-cols {
    overflow: hidden; 
}

.row.match-my-cols [class*="col-"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}