

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}

.component-one-outer {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.component-auto {
	max-width: 938px;
	margin: auto
}

.component-inner {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap
}

.component-two {
	display: inline-block;
	padding: 0 10px;
	width: 25%;
	text-align: center
}

.component-bg-inner {
	width: 100%;
	display: inline-block;
	padding: 30px 20px;
	position: relative;
	z-index: 9;
	height: 100%
}

.component-bg-inner h3 {
	padding: 0 0 10px;
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
	font-family: Lato, Arial, sans-serif
}

.component-bg-show {
	visibility: hidden;
	opacity: 0
}

.component-bg-img:hover .component-bg-show {
	opacity: 1;
	visibility: visible;
	transition: All .5s ease;
	-webkit-transition: All .5s ease;
	-moz-transition: All .5s ease;
	-o-transition: All .5s ease
}

.component-bg-img {
	display: inline-block;
	width: 100%;
	height: 234px;
	position: relative
}

.component-bg-icon {
	width: 128px;
	height: 128px;
	border-radius: 100%;
	background: #fff;
	margin: 0 auto 35px;
	overflow: hidden;
	position: absolute;
	top: 32%;
	left: 50%;
	transform: translateX(-50%);
	line-height: 128px;
	transition: All .5s ease;
	-webkit-transition: All .5s ease;
	-moz-transition: All .5s ease;
	-o-transition: All .5s ease
}

.component-bg-icon img {
	vertical-align: middle
}

.component-bg-img:hover .component-bg-icon {
	opacity: 0;
	visibility: hidden;
	transition: All .5s ease;
	-webkit-transition: All .5s ease;
	-moz-transition: All .5s ease;
	-o-transition: All .5s ease
}

.component-bg-show {
	display: inline-block;
	width: 100%;
	border-top: 2px solid grey;
	transition: All .5s ease;
	-webkit-transition: All .5s ease;
	-moz-transition: All .5s ease;
	-o-transition: All .5s ease
}

.component-bg-show p {
	font-size: 15px;
	color: #000;
	font-family: Lato, Arial, sans-serif;
	line-height: 1.5em;
	margin: 5px 0 0
}

.highlight-w {
	color: #f08e00;
	text-decoration: none
}

.component-bg-show #btn2-lm {
	display: inline-block;
	margin-top: 15px;
	color: #fff!important;
	font-size: 16px;
	background: #095c8f;
	padding: 16px 26px 16px 26px;
	text-decoration: none!important;
	font-family: Lato, Arial, sans-serif
}

.review-new {
	float: left;
	width: 100%
}

.review-new-inner {
	float: left;
	width: 100%;
	padding-top: 40px
}

.security-one {
	float: left;
	width: 50%;
	padding: 0 10px 20px;
	display: flex;
	flex-wrap: wrap;
	min-height: 290px
}

.security-img {
	float: left;
	width: 15%;
	max-width: 65px
}

.security-text {
	float: left;
	width: 85%;
	padding-left: 10px
}

.security-text h3 {
	font-size: 12px;
	margin-bottom: 40px;
	text-transform: uppercase;
	color: #595f68;
	margin-top: 0;
	font-family: Lato, Arial, sans-serif;
	position: relative
}

.security-text h3::after {
	content: "";
	width: 60px;
	height: 2px;
	background: #0076b2;
	position: absolute;
	top: 100%;
	margin-top: 20px;
	left: 0;
	transform: translateY(-100%)
}

.security-text p {
	font-size: 15px;
	margin: 0;
	line-height: 20px;
	color: #595f68;
	font-family: Lato, Arial, sans-serif
}

.componenttwo {
	float: left;
	width: 100%;
	padding-top: 20px
}

.componenttwo-inner {
	float: left;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 15px;
	box-sizing: border-box
}

.componenttwo-one {
	display: inline-block;
	width: 16%;
	text-align: center
}

.componenttwo-one-inner {
	max-width: 138px;
	height: 138px;
	padding: 15px;
	flex-flow: column;
	position: relative;
	width: 100%;
	box-shadow: 0 5px 20px rgba(204, 206, 213, .4);
	border-radius: 5px;
	border: 1px solid #e5e6e9;
	background-color: #fff;
	overflow: hidden;
	text-decoration: none;
	margin-bottom: 10px;
	box-sizing: border-box;
	transition: All .5s ease;
	-webkit-transition: All .5s ease;
	-moz-transition: All .5s ease;
	-o-transition: All .5s ease
}

.componenttwo-img {
	display: inline-block;
	width: 100%;
	height: 70px;
	line-height: 70px
}

.componenttwo-img img {
	vertical-align: middle
}

.componenttwo-one-inner h3 {
	text-align: center;
	color: #404040;
	font-family: Lato, sans-serif;
	font-size: 14px;
	font-weight: 900;
	line-height: 16px;
	transition: color .3s ease-out;
	margin: 12px 0 0
}

.componenttwo-one a {
	text-decoration: none
}

.componenttwo-one a {
	text-decoration: none!important
}

.componenttwo-one-inner:hover {
	background: #1e73be;
	transition: All .5s ease;
	-webkit-transition: All .5s ease;
	-moz-transition: All .5s ease;
	-o-transition: All .5s ease
}

.componenttwo-one-inner:hover h3 {
	color: #000
}

.componenttwo-one-inner:hover img {
	filter: brightness(0) invert(1)
}

.component-bg-img::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .5);
	left: 0;
	top: 0;
	opacity: .4
}

.grid-container {
	max-width: 1200px;
	margin: auto
}

.light-bg-Slots-outer {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px
}

.light-bg-Slots h3 strong {
	color: #2e973e
}

.light-Slots-text .term_condition_bonus-offer {
	margin: 0
}

.light-bg-Slots {
	float: left;
	width: 100%;
	position: relative
}

.light-bg-Slots h3 {
	font-size: 22px;
	line-height: normal;
	color: #2c2e2e;
	font-weight: 900;
	font-family: Lato, Helvetica, Arial, sans-serif;
	text-align: center;
	margin: 0 0 25px
}

.light-bg-Slots-inner {
	display: inline-block;
	width: 100%;
	text-align: center
}

.light-bg-Slots-inner .owl-stage {
	display: flex;
	flex-wrap: wrap;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap
}

.light-Slots-one {
	padding: 0;
	margin: 0 15px 20px;
	width: 170px;
	position: relative;
	overflow: hidden;
	transition: all .3s;
	height: auto;
	border-radius: 0;
	background: #fff;
	float: none;
	display: inline-block;
	height: 100%
}

.light-bg-Slots img {
	max-width: 100%;
	object-fit: cover;
	height: 100%;
	width: 100%
}

.light-Slots-one .overlay-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9
}

.light-Slots-img {
	float: left;
	width: 100%;
	height: 110px;
	overflow: hidden
}

.light-Slots-text {
	float: left;
	padding: 12px;
	border-radius: 0 0 5px 5px;
	width: 100%;
	text-align: center;
	transition: all .2s;
	padding-bottom: 32px
}

.light-Slots-text .name-slots {
	font-size: 14px;
	display: block;
	font-weight: 700;
	text-decoration: none;
	color: #333;
	margin: 5px 0 18px 0;
	line-height: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-family: Lato, Helvetica, Arial, sans-serif
}

.light-Slots-text .cta-button {
	background: linear-gradient(to bottom, #ffde03 0, #ffde03 0);
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 0 10px;
	font-size: 13px;
	font-weight: 900;
	border-radius: 5px;
	width: 100%;
	color: #2c2e2e;
	display: inline-block;
	padding: 12px 0;
	font-family: Lato, Helvetica, Arial, sans-serif;
	position: relative;
	z-index: 9;
	position: absolute;
	width: calc(100% - 24px);
	left: 12px;
	bottom: 12px
}

.light-Slots-text .cta-button:hover {
	background: #3cb371;
	color: #fff
}

.light-Slots-one.Slots-green {
	background-image: linear-gradient(to bottom, #115111, #186f17);
	border-radius: 5px
}

.light-Slots-one.Slots-green .name-slots {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	font-family: Lato, Helvetica, Arial, sans-serif;
	width: 100%
}

.light-Slots-one.Slots-green .sub-name {
	font-size: 16px;
	margin-top: 0;
	padding: 0 5px;
	font-weight: 700;
	color: #fff;
	font-family: Lato, Helvetica, Arial, sans-serif;
	display: inline-block;
	width: 100%
}

.light-Slots-one.Slots-green .middleSlots {
	display: flex;
	height: 157px;
	justify-content: center;
	align-items: center;
	text-align: center
}

.cards-wrap-outer {
	float: left;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 30px
}

.cards-wrap-inner {
	float: left;
	width: 100%;
	text-align: center
}

.cards-wrap-one {
	display: inline-block;
	width: 22.6%;
	margin: 0 10px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
	border-radius: 5px;
	background: #fff;
	height: 100%;
	position: relative
}

img {
	max-width: 100%
}

.cards-wrap-one {
	display: inline-block;
	width: 22.6%;
	margin: 0 10px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
	border-radius: 5px;
	background: #fff;
	height: auto;
	position: relative
}

.cards-wrap-one .cards-wrap-ovelay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	outline: 0
}

.cards-wrap-one-img {
	float: left;
	width: 100%;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0
}

.cards-wrap-one-img img {
	border-radius: 5px 5px 0 0
}

.cards-wrap-one-text {
	float: left;
	width: 100%;
	padding: 15px 10px
}

.cards-wrap-one-text .namecards {
	font-size: 16px;
	display: block;
	font-weight: 900;
	text-decoration: none;
	color: #333;
	margin-bottom: 5px;
	font-family: Lato, Helvetica, Arial, sans-serif
}

.rating-cards {
	float: left;
	width: 100%;
	text-align: center;
	margin: 10px 0
}

.rating-cards a {
	color: #ffd623!important
}

.cards-wrap-one-text .bonus-offer {
	margin: 10px 0 0 0;
	font-size: 18px;
	font-weight: 400;
	color: #333;
	line-height: normal;
	text-align: center;
	display: inline-block;
	width: 100%;
	font-family: Lato, Helvetica, Arial, sans-serif
}

.cards-wrap-one-text .bonus-offer .red-text {
	padding: 0 3px;
	color: #197419;
	font-weight: 900
}

.cards-wrap-one-text .cta-button {
	background: linear-gradient(to bottom, #ffde03 0, #ffde03 0);
	border: none;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 12px 10px;
	font-size: 13px;
	font-weight: 900;
	border-radius: 5px;
	box-shadow: none;
	color: #2c2e2e;
	margin: 15px auto 10px;
	z-index: 91;
	position: relative;
	display: inline-block;
	width: 175px;
	font-family: Lato, Helvetica, Arial, sans-serif
}

.cards-wrap-one-text .link-wrap {
	text-align: center
}

.cards-wrap-one-text .review-link {
	font-size: 12px;
	color: #767676;
	line-height: 1.92;
	z-index: 91;
	position: relative;
	font-family: Lato, Helvetica, Arial, sans-serif
}

.owl-stage-outer {
	overflow: hidden
}

.owl-item {
	float: left
}

.owl-dots {
	display: none
}

.owl-prev {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	border: none;
	background-color: rgba(255, 255, 255, .3);
	width: 34px;
	height: 34px;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 0 7px #ddd;
	line-height: 34px!important;
	outline: 0
}

.owl-prev span {
	font-size: 0;
	background: url(../img/arrow-back.svg);
	width: 20px;
	height: 25px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center!important
}

.owl-next {
	position: absolute;
	right: -37px;
	top: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	border: none;
	background-color: rgba(255, 255, 255, .3);
	width: 34px;
	height: 34px;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 0 7px #ddd;
	line-height: 34px!important;
	outline: 0
}

.owl-next span {
	font-size: 0;
	background: url(../img/arrow-forward.svg);
	background-position-x: 0;
	background-position-y: 0;
	background-repeat: repeat;
	width: 20px;
	height: 25px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center!important
}

.owl-nav.disabled {
	display: block!important
}

.author-info-box {
	display: inline-block;
}

/* new-layout */

.component-one-outer.sportsguides_new {
	margin: 20px 0 20px;
}
.sportsguides_new .component-two {
	padding: 0 8px;
}
.sportsguides_new .component-two a {
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	display: inline-block;
	width: 100%;
	padding: 20px 10px 30px;
	transform: perspective(1px) translateZ(0);
	transition-duration: 0.3s;
}

.sportsguides_new .component-two a:hover {
	transform: scale(1.05);
}
.sportsguides_new .component-img {
	display: inline-block;
	width: 93px;
	height: 37px;
}
.sportsguides_new .component-img img {
	object-fit: cover;
	height: 100%;
}
.sportsguides_new .component-inner {
	text-align: center;
	display: inline-block;
	width: 100%;
}
.sportsguides_new .component-inner h3 {
	font-size: 14px;
	line-height: 130%;
	text-align: center;
	color: #1C2642;
	margin: 12px 0 0;
}
/* new-layout-end*/

@media only screen and (min-width:992px) and (max-width:1200px) {
	.light-Slots-one {
		margin: 0 10px;
		width: 145px;
		float: none;
		display: inline-block
	}
	.light-Slots-one.Slots-green .middleSlots {
		height: 141px
	}
	.cards-wrap-one {
		width: 22.6%;
		margin: 0 10px
	}
	.owl-item {
		float: left;
		text-align: center
	}
	.owl-prev {
		left: 15px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.component-bg-show #btn2-lm {
		padding: 16px 26px 16px 26px!important
	}
	.security-text {
		width: 82%;
		padding-left: 10px
	}
	.security-one {
		min-height: 222px
	}
	.light-Slots-one {
		margin: 0 15px 30px;
		width: 170px;
		display: inline-block;
		vertical-align: top;
		float: none
	}
	.light-Slots-one.Slots-green .middleSlots {
		height: 156px
	}
	.cards-wrap-one {
		width: 28.6%;
		margin: 0 10px 20px
	}
	.light-bg-Slots-inner {
		display: inline-block;
		text-align: center
	}
	.owl-next {
		right: -32px
	}
	.owl-item {
		text-align: center
	}
	.owl-prev {
		left: 4px
	}
}

@media only screen and (min-width:640px) and (max-width:767px) {
	.component-bg-show #btn2-lm {
		padding: 16px 26px 16px 26px!important
	}
	.security-text {
		width: 78%;
		padding-left: 10px
	}
	.security-one {
		min-height: 222px
	}
	.component-two {
		padding: 0 10px 20px;
		width: 50%
	}
	.component-bg-img {
		background-size: cover!important
	}
	.security-one {
		min-height: 262px
	}
	.componenttwo-one {
		width: 33%;
		padding: 0 7px
	}
	.componenttwo-inner {
		justify-content: normal;
		padding: 0 10px
	}
	.componenttwo-one-inner {
		max-width: 100%
	}
	.light-Slots-one {
		margin: 0 15px 30px;
		width: 170px;
		display: inline-block;
		vertical-align: top;
		float: none
	}
	.light-Slots-one.Slots-green .middleSlots {
		height: 156px
	}
	.cards-wrap-one {
		width: 45.6%;
		margin: 0 10px 20px
	}
	.light-bg-Slots-inner {
		display: inline-block;
		text-align: center
	}
	.owl-next {
		right: -32px
	}
	.owl-prev {
		left: 5px
	}
	.owl-item {
		text-align: center
	}
	
/* new-layout*/

.sportsguides_new .component-two {
	padding: 0 8px 16px;
}
.sportsguides_new .component-two a:hover {
	transform: scale(1);
}

/* new-layout-end*/	
}

@media only screen and (min-width:480px) and (max-width:639px) {
	.component-bg-show #btn2-lm {
		padding: 16px 26px 16px 26px!important
	}
	.security-text {
		width: 84%;
		padding-left: 10px
	}
	.security-one {
		min-height: 222px
	}
	.component-two {
		padding: 0 10px 20px;
		width: 50%
	}
	.component-bg-img {
		background-size: cover!important
	}
	.security-one {
		min-height: 1px;
		width: 100%
	}
	.componenttwo-one {
		width: 33%;
		padding: 0 7px
	}
	.componenttwo-inner {
		justify-content: normal;
		padding: 0 10px
	}
	.componenttwo-one-inner {
		max-width: 100%
	}
	.light-Slots-one {
		margin: 0 10px 20px;
		width: 200px;
		display: inline-block;
		vertical-align: top;
		float: none
	}
	.light-Slots-one.Slots-green .middleSlots {
		height: 176px
	}
	.cards-wrap-one {
		width: 44.6%;
		margin: 0 10px 20px
	}
	.light-bg-Slots-inner {
		display: inline-block;
		text-align: center
	}
	.owl-next {
		right: -16px
	}
	.owl-item {
		text-align: center
	}
	.owl-prev {
		left: 15px
	}
	
/* new-layout*/

.sportsguides_new .component-two {
	padding: 0 8px 16px;
}
.sportsguides_new .component-two a:hover {
	transform: scale(1);
}
/* new-layout-end*/	
	
}

@media only screen and (max-width:479px) {
	.component-bg-show #btn2-lm {
		padding: 16px 26px 16px 26px!important
	}
	.security-text {
		width: 78%;
		padding-left: 10px
	}
	.security-one {
		min-height: 222px
	}
	.component-two {
		padding: 0 10px 10px;
		width: 100%
	}
	.component-bg-img {
		background-size: cover!important
	}
	.security-one {
		min-height: 1px;
		width: 100%
	}
	.componenttwo-one {
		width: 100%;
		padding: 0 7px
	}
	.componenttwo-inner {
		justify-content: normal;
		padding: 0 10px
	}
	.componenttwo-one-inner {
		max-width: 100%
	}
	.light-Slots-one {
		margin: 0 5px 10px;
		width: 147px;
		display: inline-block;
		vertical-align: top;
		float: none
	}
	.light-Slots-one.Slots-green .middleSlots {
		height: 142px
	}
	.cards-wrap-one {
		width: 100%;
		margin: 0 0 10px
	}
	.light-bg-Slots-inner {
		display: inline-block;
		text-align: center
	}
	.light-bg-Slots h3 {
		font-size: 19px;
		margin: 0 0 20px
	}
	.cards-wrap-inner {
		padding: 0 10px
	}
	.owl-next {
		right: -13px
	}
	.owl-item {
		text-align: center
	}
	.owl-prev {
		left: 20px
	}
	.light-bg-Slots img {
		height: auto;
		width: 100%
	}

/* new-layout*/

.sportsguides_new .component-two {
	padding: 0 8px 8px;
}
.sportsguides_new .component-two a {
	padding: 20px 10px 20px;
}
.sportsguides_new .component-two a:hover {
	transform: scale(1);
}

/* new-layout-end*/		
	
}
