﻿:root {
	--bd-primary: #004950 !important;
	--bd-greenlegion: #004950 !important;
	--bd-bg-primary: #004950;
}

.image-overly a::after {
	background: linear-gradient(180deg, rgba(0, 73, 80, 0) 0%, rgba(0, 73, 80, 0.75) 100%) !important;
}

.testimonial-style-five .testimonial-content::after {
	position: absolute;
	content: url(/greenlegion/images/testimonial-arrow-shape.png) !important;
	inset-inline-start: 50px;
	bottom: -41px !important;
}
.text-primary {
	color: #004950 !important;
}

.gl-green {
	color: var(--bd-greenlegion);
}
.strip_list {
	border-bottom: 2px dotted #ddd;
	margin-bottom: 30px;
	padding-bottom: 5px;
}

.strip_list:nth-of-type(5) {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.strip_list .img_container a:hover img {
	opacity: 1;
}

.strip_list .short_info {
	background: url(/assets/images/greenlegion/shadow_tour.png) repeat-x left top;
	padding: 40px 15px 25px 20px;
}

.strip_list .short_info_new {
	background: url(/assets/images/greenlegion/shadow_tour.png) repeat-x left top;
	padding: 40px 15px 15px 20px;
}

.strip_list .img_container a:hover .short_info {
	padding-bottom: 25px;
}

.strip_list .short_info em {
	font-weight: 400;
}

.strip_list h3 {
	margin-top: 30px;
}

.strip_list h3 span {
	font-weight: 300;
	display: block;
	color: #999;
	font-size: 18px;
	margin-top: 10px;
}

.rounded-corners {
	border-radius: 5px;
	border: 2px solid #004953;
	padding: 10px 10px 10px 10px;
	background: #fff;
}

.btn_action {
	padding: 12px !important;
	font-size: 16px !important;
	background: #004953 !important; /*d85757*/
	width: 95%;
}

.btn_action_sm {
	padding: 12px !important;
	font-size: 16px !important;
	background: #d85757 !important; /*d85757*/
}

.btn_action:hover, btn_action_sm:hover {
	background: #333 !important;
}

.under-text {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bolder;
}

.trip_title {
	color: #004953;
	font-size: 37px;
}

.ribbon {
	position: absolute;
	left: -5px;
	top: -5px;
	z-index: 1;
	overflow: hidden;
	width: 75px;
	height: 75px;
	text-align: right;
}

.ribbon span {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 100px;
	display: block;
	background: #79A70A;
	background: linear-gradient(#9BC90D 0%, #79A70A 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
	position: absolute;
	top: 19px;
	left: -21px;
}

.ribbon span::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 100%;
	z-index: -1;
	border-left: 3px solid #79A70A;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #79A70A;
}

.ribbon span::after {
	content: "";
	position: absolute;
	right: 0px;
	top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #79A70A;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #79A70A;
}

.ribbon.top span {
	background: linear-gradient(#2989d8 0%, #1e5799 100%);
}

.ribbon.top span::before {
	border-left: 3px solid #1e5799;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #1e5799;
}

.ribbon.top span::after {
	border-left: 3px solid transparent;
	border-right: 3px solid #1e5799;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #1e5799;
}


.price_grid {
	position: absolute;
	top: 18px;
	right: 0;
	padding: 7px 8px 3px 8px;
	background-color: #004953;
	z-index: 2;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	line-height: 1;
	display: inline-block;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.price_grid sup {
	position: relative;
	top: -5px;
	font-size: 16px;
}

.img_wrapper {
	background-color: #fff;
	margin: 5px;
	margin-bottom: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}

.img_container a:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 0.4;
}


.img_container img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition: 0.4s;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	opacity: 0.8;
	-webkit-backface-visibility: hidden;
}

.img_container {
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 0;
}

.short_info {
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(/assets/images/greenlegion/shadow_tour.png) repeat-x left bottom;
	width: 100%;
	padding: 25px 15px 15px 20px;
	color: #fff;
	font-size: 13px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.short_info h3 {
	font-size: 18px;
	color: #fff;
	margin: 0;
	padding: 0;
}

.short_info small {
	font-weight: bold;
}

.short_info strong {
	background-color: #ff5a5f;
	border-radius: 3px;
	color: #fff;
}

.short_info em {
	font-style: normal;
	opacity: 0.8;
}

.short_info p {
	opacity: 0;
	display: none;
	padding-top: 10px;
	line-height: 1.4;
	font-weight: 400;
}

.img_container a:hover .short_info {
	padding-bottom: 13%;
}

.img_container a:hover .short_info p {
	display: block;
	opacity: 1;
}

@media screen and (max-width: 767px) {
	.under-text {
		font-size: 16px;
	}

	.padding-bottom-15-sm {
		padding-bottom: 15px;
	}
}


.homeGames {
	background-color: #004953;
	border: 2px solid #FFF;
}


.homeGames .trip_title {
color: #FFFFFF;
font-size: 37px;
}


.homeGames .btn_action {
padding: 12px !important;
font-size: 16px !important;
background: #FFF !important;
width: 95%;
}

.btnHome {
background-color: #004953;
color: #004953;
z-index: 5;
}

.btnHome:hover {
background-color: #004953;
color: #004953;
z-index: 5;
}






.rounded-corners {
box-shadow: 11px 11px 5px 0px rgba(0,0,0,0.65);
-webkit-box-shadow: 11px 11px 5px 0px rgba(0,0,0,0.65);
-moz-box-shadow: 11px 11px 5px 0px rgba(0,0,0,0.65);
}