.cards-masonry {
  column-break-inside: avoid;
}
.cards-masonry .card {
  display: inline-block;
  overflow: visible;
}

@media only screen and (max-width: 600px) {
  .cards-masonry {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media only screen and (min-width: 601px) {
  .cards-masonry {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (min-width: 993px) {
  .cards-masonry {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
.text-center {
  text-align: center;
}


img {
	max-width: 100%
}

h4 {
	font-size: 1.5rem
}


.container-full {
	width: 100%;
	max-width: 100%
}




.card-expand {
	height: 355px;
	overflow: hidden;
	cursor: pointer
}

.card-expand:after {
	content:'';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	background: -webkit-linear-gradient(rgba(255,255,255,0) 0%, #ffffff 100%)
}




.h-scroll {
	overflow-x: scroll;
	white-space: nowrap;
	width: 100%;
	max-width: 100%;
	-webkit-overflow-scrolling: touch;
	padding: 10px 0 15px 0
}

.row .h-scroll .col {
	float: none;
	display: inline-block
}











.brand-logo img {
	vertical-align: middle;
	width: auto;
	height: 50px;
	padding: 3px 0 8px 0
}

@media (min-width: 768px) and (orientation: landscape) {
	
	.brand-logo img {
		height: 56px
	}
	
}










.hero {
	position: relative;
	padding: 70vw 0 5vw 0;
	background-color: #444;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}

.hero.lg {
	padding-top: 80vw
}

.hero-small-text {
	display: block;
	font-size: 1.3em
}

.hero-large-text {
	display: block;
	font-size: 2.3em;
	margin: 0 0 5px 0
}

.hero-btn {
	margin-top: 25px
}

@media (min-width: 768px) and (orientation: landscape) {
	
	.hero {
		padding: 15vw 0 3vw 0
	}
	
	.hero.lg {
		padding-top: 20vw
	}
	
}












.section {
	padding: 12px 0
}

.section.padded-lg {
	padding: 200px 0
}

.section.padded {
	padding: 60px 0 40px 0
}



.weather-bg {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('/img/weather/sunny.jpg');
}











.card.plain {
	border: none !important;
	box-shadow: none !important
}

.card.plain .card-content {
	padding-left: 0;
	padding-right: 0
}

.carousel {
	position: relative;
	top: -42px;
	height: 360px
}

.carousel-icon {
	width: 270px
}

.card-icon {
	margin: 25px 0;
	width: 120px
}

.card-image img {
	height: 200px;
	object-fit: cover
}


.responsive-video {
	width: 100%
}


.card .card-content .card-title {
	font-size: 19px;
	line-height: 1.3;
	font-weight: bold
}

.card .card-content p {
	font-size: .9em
}






.card-image {
	position: relative
}

.card-image-text {
	display: block;
	position: absolute;
	z-index: 2;
	bottom: 1em;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 1.15em;
	color: white;
	text-transform: uppercase
}

.overlay {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-linear-gradient(rgba(0,0,0,0) 12%, rgba(0,0,0,0.9) 100%)
}








hr {
	height: 1px;
	border: none;
	background: rgba(160,160,160,0.2);
	margin: 40px 0
}

hr.xs {
	margin: 5px 0
}





.select-wrapper {
	padding-bottom: .1px
}




.fw40 {
	display: inline-block;
	width: 40px
}




.huge-text {
	font-size: 6em;
	line-height: 1;
	margin: 0
}







.betting-bet-logo {
	width: 200px;
	margin-top: 10px
}