html {
	box-sizing: border-box
}

*,
:after,
:before {
	box-sizing: inherit
}

:focus {
	outline: 0
}

.flex {
	display: flex
}

.flex-inline {
	display: inline-flex
}

.flex-row {
	flex-direction: row
}

.flex-col {
	flex-direction: column
}

.flex-wrap {
	flex-wrap: wrap
}

.flex-no-wrap {
	flex-wrap: nowrap
}

.flex-justify-center {
	justify-content: center
}

.flex-justify-between {
	justify-content: space-between
}

.flex-justify-evenly {
	justify-content: space-evenly
}

.flex-justify-around {
	justify-content: space-around
}

.flex-align-start {
	align-items: flex-start
}

.flex-align-end {
	align-items: flex-end
}

.flex-align-center {
	align-items: center
}

.flex-align-stretch {
	align-items: stretch
}

.flex-auto {
	flex: 1 1 auto
}

body,
html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent
}

body {
	font-size: 19px;
	font-family: Lato-reg, sans-serif, fallback;
	color: #000;
	font-weight: 300;
	overflow-x: hidden
}

body,
h1 {
	line-height: 1.4em
}

h1 {
	margin: 24px 0 20px;
	font-size: 32px;
	color: #070733;
	font-family: Lato, sans-serif, fallback;
	font-weight: 700
}

@media only screen and (max-width:480px) {
	h1 {
		font-size: 27px
	}
}

h2 {
	font-size: 28px
}

h2,
h3 {
	margin: 24px 0 20px;
	line-height: 1.4em;
	color: #070733;
	font-family: Lato, sans-serif, fallback;
	font-weight: 700
}

h3 {
	font-size: 24px
}

h4 {
	margin: 24px 0 20px;
	font-size: 18px;
	line-height: 1.4em;
	color: #070733;
	font-family: Lato, sans-serif, fallback;
	font-weight: 700
}

p {
	margin: 0 0 30px;
	letter-spacing: 1.1px;
	font-weight: 300
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
	font-size: 16px !important;
	font-family: Lato-reg, sans-serif, fallback
}

hr {
	display: none
}

img {
	display: block;
	max-width: 100%;
	height: auto
}

a {
	text-decoration: none;
	color: #fb7927;
	transition: color .3s ease-in-out
}

a:hover {
	color: #b94903
}

ul {
	margin: 0;
	padding: 0
}

.btn,
.button,
button.btn {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	transition: background .3s ease-in-out;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	background-color: transparent;
	padding: 10px 30px;
	text-transform: uppercase;
	border-radius: 2px;
	border: 2px solid #fff
}

.btn.selected,
.btn:hover,
.button.selected,
.button:hover,
button.btn.selected,
button.btn:hover {
	color: #fff;
	background-color: #010106
}

section {
	margin: 0 auto 20px;
	max-width: 920px
}

@media (max-width:1230px) {
	section {
		padding: 0 20px
	}
}

@media (max-width:767px) {
	section {
		padding: 10px
	}
}

.mb-30 {
	margin-bottom: 30px
}

.no-m-p {
	margin: 0 !important;
	padding: 0 !important
}

.p-20 {
	padding: 20px
}

.p-10 {
	padding: 10px
}

.t-align-center {
	text-align: center
}

@media (max-width:992px) {
	.desktop {
		display: none !important
	}
}

@media (min-width:992px) {
	.mobile {
		display: none !important
	}
}

.success-icon {
	display: inline-block;
	width: 26px;
	height: 26px;
	font-size: 20px;
	border-radius: 50%;
	background-color: #3bb54a;
	position: relative;
	transform: rotate(45deg)
}

.success-icon:after {
	width: 8px;
	top: 14px
}

.success-icon:after,
.success-icon:before {
	content: "";
	left: 9px;
	position: absolute;
	background: #fff;
	height: 4px
}

.success-icon:before {
	width: 12px;
	transform: rotate(-90deg);
	top: 10px
}

.text-formatted table {
	table-layout: fixed;
	width: 100%;
	overflow-wrap: break-word
}

.text-formatted p {
	word-break: break-word
}

.text-formatted .full {
	margin: 20px auto;
	width: auto
}

.text-formatted table {
	margin: 20px auto;
	border-collapse: collapse;
	border: 2px solid #707070
}

.text-formatted table td,
.text-formatted table th {
	padding: 10px;
	border: 2px solid #707070
}

.text-formatted ol,
.text-formatted ul {
	padding-left: 20px;
	margin-bottom: 20px;
	margin-left: 20px
}

.text-formatted ol li,
.text-formatted ul li {
	overflow-wrap: break-word;
	margin-bottom: 12px
}

app-betting-guides .header h1 {
	color: #fff
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.app {
	background: transparent
}

.mobile-nav .sidenav {
	background-color: #070733
}

.mobile-nav .highlighter {
	background-color: #fb7927
}

.mobile-nav .menu-item.active {
	color: #fb7927 !important
}

nav {
	background: #070733
}

nav .menu-link.active>a,
nav .menu-link:hover>a {
	color: #fb7927 !important
}

nav .sub-menu {
	border-top-color: #fb7927;
	background-color: #070733
}

nav .sub-menu a.active,
nav .sub-menu a:hover {
	color: #fb7927 !important
}

.dots-wrapper .dots li:after,
.dots-wrapper .dots li:before {
	background-color: #070733
}

.operators2-tbl {
	background-color: rgba(7, 7, 51, .16)
}

.operators2-tbl .btn {
	background-color: #fb7927;
	border: 3px solid #fb7927
}

.operators2-tbl .btn:hover {
	border: 3px solid #fb7927;
	color: #fb7927;
	background: #fff
}

.operators2-tbl .operators2 .freebet .free-amnt {
	color: #fb7927
}

.operators2-tbl .operators2 .infos .read-review,
.operators2-tbl .operators2 .playnow .responsible {
	color: #070733
}

.faq .faqItem {
	cursor: pointer
}

.faq .faqItem:hover .title {
	color: #fb7927 !important
}

.faq .faqItem:hover .expand {
	border-color: #070733
}

.faq .faqItem:hover .expand:after,
.faq .faqItem:hover .expand:before {
	background-color: #fb7927
}

.faq.main {
	border-bottom-color: #fb7927
}

.faq .expand {
	border-color: #fb7927
}

.faq .expand:after,
.faq .expand:before {
	background-color: #070733
}

.faq .title {
	color: #070733
}

.sticky-menu-desktop {
	background-color: #070733
}

.sticky-menu-desktop .active,
.sticky-menu-desktop a:hover {
	color: #fb7927 !important
}

.sticky-menu-mobile .links a,
.sticky-menu-mobile .whats {
	color: #070733
}

.sticky-menu-mobile .links .active {
	color: #fb7927 !important
}

.sticky-menu-mobile .arrow i {
	border-color: #070733
}

.pagination-wrapper .pagination-pager .page-index {
	color: #070733
}

.pagination-wrapper .pagination-pager .page-control {
	border: 1px solid #070733
}

.pagination-wrapper .pagination-pager .page-control:after {
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #070733
}

.search-page .pagination-wrapper .pagination-pager .page-index {
	color: #fff
}

.search-page .pagination-wrapper .pagination-pager .page-control {
	border: 1px solid #fff
}

.search-page .pagination-wrapper .pagination-pager .page-control:after {
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #fff
}

.news-card .img-wrapper {
	background: #070733
}

.news-card h4 {
	color: #070733
}

.search-page .news-card h4 {
	color: #fff
}

.review-widget {
	border-radius: 6px;
	box-shadow: 0 2px 9px 0 rgba(0, 0, 0, .05);
	border: 1px solid #e6e6e6;
	background-color: #fff;
	margin: 20px 0 40px;
	position: relative
}

.review-widget .wrapper {
	align-items: center
}

.review-widget .column {
	margin: 0 auto;
	text-align: center;
	padding: 0 .5rem
}

.review-widget .img-col {
	max-width: 150px
}

.review-widget .img-col img {
	width: 60px;
	height: 60px;
	margin: 0 auto
}

.review-widget .details {
	width: 20%;
	text-align: left
}

.review-widget .details h2 {
	font-size: 25px;
	padding: 20px 0 0;
	line-height: 1.1;
	margin: 0;
	border: none
}

.review-widget .details h2 .fifty.text {
	font-size: 20px;
	color: #000
}

.review-widget .details .rating {
	transform: scale(.7);
	margin-left: -17%
}

.review-widget span {
	display: block;
	margin: 0;
	color: #b9b9b9;
	text-align: left;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700
}

.review-widget .btn-col {
	width: 220px
}

.review-widget .sub-header {
	margin: 0;
	color: #afafaf;
	text-transform: uppercase
}

.review-widget .numbered,
.review-widget .sub-header {
	text-align: center;
	font-size: 20px;
	font-weight: 700
}

.review-widget .btn {
	margin: 0 auto;
	width: 160px;
	padding: 10px;
	font-size: 14px;
	background-color: #fb7927;
	border: 3px solid #fb7927
}

.review-widget .btn:hover {
	border: 3px solid #fb7927;
	color: #fb7927;
	background: #fff
}

.review-widget .tongue {
	text-align: center;
	font-size: 10px;
	color: #fff;
	letter-spacing: .1em;
	line-height: 20px;
	display: block;
	width: 65%;
	height: 20px;
	position: absolute;
	bottom: -21px;
	left: 45%;
	margin-left: -25%;
	padding: 0 20px;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	box-shadow: 0 2px 9px 0 rgba(0, 0, 0, .05);
	border: 1px solid #e6e6e6;
	border-top: 0;
	background: #fb7927
}

.review-widget .infos .success {
	transform: scale(.4);
	display: inline-block
}

.review-widget .infos .review {
	font-size: 14px;
	line-height: 14px;
	color: #707070
}

@media (max-width:767px) {
	.review-widget {
		height: auto;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0
	}

	.review-widget .wrapper {
		flex-wrap: wrap
	}

	.review-widget .img-col {
		width: 30%
	}

	.review-widget .img-col a {
		display: inline-flex
	}

	.review-widget .details {
		width: 70%
	}

	.review-widget .details h2 {
		line-height: 1;
		padding: 22px 0 0
	}

	.review-widget span {
		font-size: 12px
	}

	.review-widget .infos {
		padding: .5rem
	}

	.review-widget .infos .sub-header {
		margin: 5px 0 0
	}

	.review-widget .btn-col {
		width: 100%;
		padding: 10px 20px;
		background: #efefef
	}

	.review-widget .btn {
		margin: 0 auto;
		font-weight: 700
	}

	.tongue {
		width: 100%;
		left: 0;
		margin: 0;
		padding: 0;
		border: none;
		background: #afafaf;
		box-shadow: 0 4px 9px 0 rgba(0, 0, 0, .05)
	}
}

@media only screen and (max-width:992px) {
	.sport-types-widget .icon-collection {
		justify-content: center
	}
}

.sport-types-widget .item {
	margin: 15px 40px;
	min-width: 80px
}

@media only screen and (max-width:992px) {
	.sport-types-widget .item {
		margin: 15px 25px
	}
}

.sport-types-widget .item span {
	font-weight: 700;
	color: #070733;
	font-size: 18px
}

.sport-types-widget .see-more {
	font-weight: 700;
	font-size: 19px;
	text-transform: uppercase;
	color: #070733;
	margin: 25px 0
}

.sport-types-widget .see-more .down-arrow {
	border: solid #183773;
	border-width: 0 3px 3px 0;
	padding: 6px;
	transform: rotate(45deg);
	width: 12px
}

.sport-types-widget .img {
	margin-bottom: 10px
}

.sport-types-widget .img img {
	max-width: 75px;
	max-height: 75px
}

.expertise-overview {
	padding: 0 10px
}

.expertise-overview .item {
	min-height: 254px;
	padding: 20px;
	margin: 0 10px;
	border: 2px solid rgba(7, 7, 51, .1);
	flex-basis: 27%
}

.expertise-overview .item .img {
	width: 40%;
	margin-bottom: 20px
}

.expertise-overview .desktop-wrapper {
	margin-bottom: 30px
}

.expertise-overview .desktop-wrapper .item {
	margin: 0 20px 30px
}

.expertise-overview .title {
	margin-bottom: 10px
}

.bonus-overview .item {
	border: 2px solid rgba(7, 7, 51, .1)
}

.news-section .left .big-img {
	background-color: #070733
}

.news-section .left .header {
	background-color: #010106
}

.news-section .left .title-row {
	background-color: rgba(1, 1, 6, .93)
}

.news-section .left .title-row .read-now .btn:hover {
	color: #070733;
	border: 2px solid #070733
}

.news-section .right {
	background-color: #04041d
}

.news-section .right .articles .sideElement.active a {
	color: #fb7927 !important
}

.news-section .right .articles .title a:hover {
	color: #fb7927
}

.news-section .right .view-all a:hover {
	color: #070733;
	border: 2px solid #070733
}

.sportsWidget {
	background: #070733
}

.sportsWidget .sportDiv .content .read-now .btn:hover {
	color: #070733;
	background: #fff;
	border: 2px solid #070733
}

#contact .btn {
	background-color: #070733
}

#contact .btn.active {
	background-color: #fb7927
}

.gdpr .info-col a {
	color: #fb7927
}

.guides-boxes,
.guides-boxes a {
	background: transparent
}

.guides-boxes a {
	color: #fff;
	border: 6px solid #fff
}

.guides-boxes a h4 {
	color: #fff
}

.guides-boxes a .invert {
	filter: invert(100%) sepia(0) saturate(7475%) hue-rotate(197deg) brightness(105%) contrast(109%)
}

.guides-boxes a:hover {
	background: #fff;
	color: #070733
}

.guides-boxes a:hover .invert {
	filter: invert(15%) sepia(97%) saturate(1439%) hue-rotate(204deg) brightness(91%) contrast(92%)
}

.guides-boxes a:hover h4 {
	color: #070733
}

.guides-boxes.inverted a {
	border: 6px solid #070733
}

.guides-boxes {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	overflow: hidden;
	margin-bottom: 20px
}

.guides-boxes .item {
	width: 48%;
	margin: 0 auto 25px
}

.guides-boxes .item.backgrounded {
	background: #070733
}

@media only screen and (min-width:992px) {
	.guides-boxes .item {
		width: calc((100% / 4) - 15px);
		margin-bottom: 0
	}
}

.guides-boxes a {
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 15px
}

.guides-boxes a h4 {
	margin: 10px 0 0;
	line-height: 1.4em;
	text-transform: uppercase;
	font-size: 5vw;
	text-align: center;
	width: 80%;
	overflow-wrap: break-word
}

@media only screen and (min-width:480px) {
	.guides-boxes a h4 {
		font-size: 24px
	}
}

.guides-boxes a img {
	width: auto;
	height: 80px
}

#error {
	text-align: center
}

#error h3 {
	font-size: 60px
}

#error .notfound-description {
	font-size: 20px;
	width: 50%;
	margin: 40px auto 80px
}

@media (max-width:992px) {
	#error .notfound-description {
		width: 100%
	}
}

#error .btn {
	max-width: 300px;
	padding: 10px 20px;
	border-radius: 5px;
	margin: 0 auto;
	background: #070733
}

#error .btn:hover {
	color: #fb7927
}

#error ul {
	margin: 20px;
	padding: 0
}

#error ul li {
	display: inline;
	padding: 20px
}

#error ul li a {
	color: #939393;
	font-size: 16px;
	font-weight: 500
}

.social a {
	cursor: pointer
}

.social a svg {
	width: 35px;
	height: 35px;
	margin: 10px
}

.social a svg:hover path {
	fill: #fb7927
}

.search .wrapper:hover svg path {
	fill: #fb7927 !important
}

.authorSignature .flex-between .author-image .social svg path {
	fill: #070733
}

.authorSignature .flex-between .author-infos .firstName {
	color: #070733
}

.breadcrumbs .breadcrumbItem a {
	color: #777
}

.breadcrumbs .breadcrumbItem:last-child a {
	color: #070733
}

.container {
	max-width: 1190px;
	margin: 0 auto
}

.bordered-bottom {
	border-bottom: 1px solid #070733
}

.mobile-nav a,
nav a {
	color: #fff
}

.colored,
footer {
	background-color: #070733
}

uss-footer .footer .disclaimer {
	background-color: #fb7927
}

#news .flex-scroll {
	position: relative;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	width: auto;
	left: 0;
	transition: all .3s ease-in-out;
	white-space: nowrap
}

@media (min-width:767px) {
	#news .flex-scroll {
		justify-content: space-between
	}
}
/*++++++++++++++++++++++ custome  ++++++++++++*/
#router-content > p:first-child{display:none;}

/*+++++++++++++++++++++++++++++++++++++++++++++    PART 1 - CSS       +++++++++++++++++++++++++++++++++++++*/

.flex-between[_ngcontent-sc35] {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media screen and (max-width:450px) {
    .flex-between[_ngcontent-sc35] {
        display: block
    }
}

.flex-between.breadcrumbs[_ngcontent-sc35] {
    font-size: 12px;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    margin: 0 auto;
    max-width: 980px
}

.flex-between.breadcrumbs.custom[_ngcontent-sc35] {
    border: none
}

.flex-between.breadcrumbs.custom[_ngcontent-sc35] .breadcrumbItem[_ngcontent-sc35]:after,
.flex-between.breadcrumbs.custom[_ngcontent-sc35] .breadcrumbItem[_ngcontent-sc35] a[_ngcontent-sc35],
.flex-between.breadcrumbs.custom[_ngcontent-sc35] .updatedDate[_ngcontent-sc35] {
    color: #fff
}

.flex-between.breadcrumbs[_ngcontent-sc35] .breadcrumbItem[_ngcontent-sc35]:after {
    content: "/";
    padding: 2px
}

.flex-between.breadcrumbs[_ngcontent-sc35] .breadcrumbItem[_ngcontent-sc35]:last-child:after {
    content: "";
    padding: 5px
}

@media screen and (max-width:450px) {
    .flex-between.breadcrumbs[_ngcontent-sc35] .updatedDate[_ngcontent-sc35] {
        display: block
    }
}

/*+++++++++++++++++++++++++++++++++++++++++++++    PART 2 - CSS       +++++++++++++++++++++++++++++++++++++*/

.header {
    margin: 0 auto
}

.header h1,
.header li,
.header ol,
.header p,
.header ul {
    color: #fff
}

.header ol,
.header ul {
    padding-left: 20px;
    margin-bottom: 20px;
    margin-left: 20px
}

.header ol li,
.header ul li {
    margin-bottom: 10px
}
/*+++++++++++++++++++++++++++++++++++++++++++++    PART 3 - CSS       +++++++++++++++++++++++++++++++++++++*/

[_nghost-sc37] {
    height: 64px;
    display: block
}

.sticky-menu-desktop[_ngcontent-sc37] {
    padding: 20px 104px;
    transition: all .6s ease;
    position: relative;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16)
}

.sticky-menu-desktop[_ngcontent-sc37]:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    background: #ccc
}

.sticky-menu-desktop[_ngcontent-sc37] .whats[_ngcontent-sc37] {
    margin-right: 40px;
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    align-self: center
}

.sticky-menu-desktop[_ngcontent-sc37] .links[_ngcontent-sc37] {
    flex: 1;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    margin-right: 30px
}

.sticky-menu-desktop[_ngcontent-sc37] .links[_ngcontent-sc37] a[_ngcontent-sc37] {
    font-size: 15.75px;
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
    padding: 0 25px 0 0;
    cursor: pointer
}

.sticky-menu-desktop[_ngcontent-sc37] .links[_ngcontent-sc37]::-webkit-scrollbar {
    display: none
}

.sticky[_ngcontent-sc37] {
    position: fixed;
    top: 82px;
    left: 0;
    overflow: hidden;
    z-index: 1;
    width: 100%
}

.left-arrow[_ngcontent-sc37],
.right-arrow[_ngcontent-sc37] {
    display: block;
    align-self: center;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    cursor: pointer
}

.left-arrow[_ngcontent-sc37] {
    transform: rotate(180deg) translateX(15px)
}
/*+++++++++++++++++++++++++++++++++++++++++++++    PART 4 - CSS       +++++++++++++++++++++++++++++++++++++*/

.authorSignature[_ngcontent-sc46] {
    max-width: 980px;
    margin: 0 auto
}

.authorSignature[_ngcontent-sc46] .flex-between[_ngcontent-sc46] {
    display: flex;
    justify-content: space-between;
    align-items: top
}

@media screen and (max-width:450px) {
    .authorSignature[_ngcontent-sc46] .flex-between[_ngcontent-sc46] {
        display: block
    }
}

.authorSignature[_ngcontent-sc46] .flex-between.author-content[_ngcontent-sc46] {
    padding: 10px
}

.authorSignature[_ngcontent-sc46] .flex-between[_ngcontent-sc46] .author-image[_ngcontent-sc46] {
    width: 150px
}

@media screen and (max-width:450px) {
    .authorSignature[_ngcontent-sc46] .flex-between[_ngcontent-sc46] .author-image[_ngcontent-sc46] {
        width: 100%;
        display: block
    }
}

.authorSignature[_ngcontent-sc46] .flex-between[_ngcontent-sc46] .author-image[_ngcontent-sc46] img[_ngcontent-sc46] {
    display: block;
    max-width: 125px;
    border-radius: 50%;
    margin: 0 auto
}

.authorSignature[_ngcontent-sc46] .flex-between[_ngcontent-sc46] .author-image[_ngcontent-sc46] .social[_ngcontent-sc46] {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px
}

.authorSignature[_ngcontent-sc46] .flex-between[_ngcontent-sc46] .author-image[_ngcontent-sc46] .social[_ngcontent-sc46] svg[_ngcontent-sc46] {
    border-radius: 50%;
    background: #fff;
    transform: scale(1.1)
}

.authorSignature[_ngcontent-sc46] .flex-between[_ngcontent-sc46] .author-infos[_ngcontent-sc46] {
    flex: 2;
    margin-left: 25px
}

@media screen and (max-width:450px) {
    .authorSignature[_ngcontent-sc46] .flex-between[_ngcontent-sc46] .author-infos[_ngcontent-sc46] {
        width: 100%;
        margin: 0;
        display: block
    }
}

.authorSignature[_ngcontent-sc46] .flex-between[_ngcontent-sc46] .author-infos[_ngcontent-sc46] span[_ngcontent-sc46] {
    margin-bottom: 5px
}

.authorSignature[_ngcontent-sc46] .flex-between[_ngcontent-sc46] .author-infos[_ngcontent-sc46] p[_ngcontent-sc46] {
    margin: 0
}

.authorSignature[_ngcontent-sc46] .flex-between[_ngcontent-sc46] .author-infos[_ngcontent-sc46] .username[_ngcontent-sc46] {
    display: block;
    padding-bottom: 5px
}

.authorSignature[_ngcontent-sc46] .flex-between[_ngcontent-sc46] .author-infos[_ngcontent-sc46] .firstName[_ngcontent-sc46],
.authorSignature[_ngcontent-sc46] .flex-between[_ngcontent-sc46] .author-infos[_ngcontent-sc46] .lastName[_ngcontent-sc46] {
    display: block;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px
}

.authorSignature[_ngcontent-sc46] .flex-between[_ngcontent-sc46] .author-infos[_ngcontent-sc46] .title[_ngcontent-sc46] {
    display: block;
    font-size: 16px;
    line-height: 16px
}

.authorSignature[_ngcontent-sc46] .flex-between[_ngcontent-sc46] .author-infos[_ngcontent-sc46] .bio[_ngcontent-sc46] {
    padding-top: 25px
}


/*+++++++++++++++++++++++++++++++++++++++++++++    PART 5 - CSS       +++++++++++++++++++++++++++++++++++++*/
[_nghost-sc48] uss-social .social a svg:hover path {
    fill: #070733
}

article[_ngcontent-sc48] {
    background: transparent
}

article[_ngcontent-sc48] header[_ngcontent-sc48] {
    position: relative;
    background-color: #070733;
    background-image: url(https://images.staticjw.com/urh/9945/background.jpg);
    padding: 20px
}

article[_ngcontent-sc48] header[_ngcontent-sc48],
article[_ngcontent-sc48] header[_ngcontent-sc48] .gradient[_ngcontent-sc48] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

article[_ngcontent-sc48] header[_ngcontent-sc48] .gradient[_ngcontent-sc48] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%
}

article[_ngcontent-sc48] header.sports[_ngcontent-sc48] {
    background-image: url(https://images.staticjw.com/urh/7642/sports_background.jpg)
}

article[_ngcontent-sc48] header.esports[_ngcontent-sc48] {
    background-image: url(https://images.staticjw.com/urh/6789/esports_background.jpg)
}

article[_ngcontent-sc48] header.sportsbooks[_ngcontent-sc48] {
    background-image: url(https://images.staticjw.com/urh/2442/sportsbooks_background.jpg)
}

@media only screen and (max-width:480px) {
    article[_ngcontent-sc48] header[_ngcontent-sc48] {
        padding: 0;
        background-image: none !important
    }
}

article[_ngcontent-sc48] .container[_ngcontent-sc48] {
    max-width: 980px
}

article[_ngcontent-sc48] .container[_ngcontent-sc48] h1[_ngcontent-sc48] {
    font-size: 41px;
    text-transform: uppercase;
    color: #fff
}

article[_ngcontent-sc48] .container[_ngcontent-sc48] p[_ngcontent-sc48] {
    color: #fff
}

article[_ngcontent-sc48] .container[_ngcontent-sc48] .left[_ngcontent-sc48] {
    margin-right: 35px
}

@media only screen and (max-width:480px) {
    article[_ngcontent-sc48] .container[_ngcontent-sc48] .left[_ngcontent-sc48] {
        margin-right: 0
    }
}

article[_ngcontent-sc48] .container[_ngcontent-sc48] .left[_ngcontent-sc48] h1[_ngcontent-sc48],
article[_ngcontent-sc48] .container[_ngcontent-sc48] .left[_ngcontent-sc48] p[_ngcontent-sc48] {
    color: #fff
}

article[_ngcontent-sc48] .container[_ngcontent-sc48] .right[_ngcontent-sc48] {
    width: 100%
}

article[_ngcontent-sc48] .container[_ngcontent-sc48] .right[_ngcontent-sc48] img[_ngcontent-sc48] {
    min-width: 200px;
    max-width: 200px
}

@media only screen and (max-width:480px) {
    article[_ngcontent-sc48] .container[_ngcontent-sc48] {
        padding: 10px 20px
    }
}

.news-card {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    width: 100%;
    padding-bottom: 20px;
    background: transparent;
    overflow: hidden;
    transition: all .2s ease-out;
    height: 100%
}

.news-card:hover .read-more-btn {
    text-decoration: underline
}

.news-card:hover img {
    transform: scale(1.2)
}

.news-card a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.news-card h4 {
    font-size: 20px;
    margin: 0 0 10px
}

.news-card p {
    white-space: normal;
    font-size: 14px;
    margin: 0
}

.news-card .news-content {
    width: 100%;
    padding: 15px
}

.img-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 55%;
    background-position: 50%;
    overflow: hidden
}

.img-wrapper svg {
    position: absolute;
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1
}

.img-wrapper img {
    height: 100%;
    left: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 2;
    animation: opacityIn 1s ease-out forwards;
    -webkit-animation: opacityIn 1s ease-out forwards
}

.img-wrapper img,
.read_more {
    position: absolute;
    width: 100%;
    transition: all .3s ease-in-out
}

.read_more {
    bottom: 0;
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    padding: 0 15px;
    font-size: 14px
}

.read_more span {
    flex: 0
}

.read_more svg {
    transform: scale(.6)
}

.read_more svg path {
    fill: #fff
}

@keyframes opacityIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes opacityIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

#news {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 25px 10px
}

@media (min-width:375px) {
    #news.container {
        padding: 25px 50px
    }
}

@media (min-width:1300px) {
    #news.container {
        padding: 50px 0
    }
}

#news .item {
    width: 100%;
    max-width: 380px;
    height: auto;
    margin: 25px 0
}

@media (min-width:767px) {
    #news .item {
        width: calc((100% / 2) - 25px);
        max-width: unset
    }
}

@media (min-width:992px) {
    #news .item {
        width: calc((100% / 3) - 20px);
        max-width: 380px
    }
}

@media (min-width:1300px) {
    #news .item {
        width: calc((100% / 3))
    }
}

#news .nores {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    min-height: 30vh
}
.form-elm {
    width: 100%;
    height: 50px;
    margin-bottom: 12.5px;
    padding: 0 10px;
    border: 1px solid #ced4da;
    border-radius: 3px;
    outline: 0;
    font-size: 14px;
    line-height: 28px;
    -webkit-appearance: none
}

textarea.form-elm {
    height: 200px;
    padding: 10px;
    line-height: normal;
    resize: vertical
}

#contact .form-wrapper {
    min-height: 40vh
}

#contact .checkInput {
    margin: 30px 0 25px;
    white-space: pre
}

#contact .checkInput input {
    margin-right: 10px
}

#contact .checkInput a {
    color: #0997fa
}

#contact .checkInput a:hover {
    color: #035c9a
}

#contact .emailBtn {
    margin-top: 20px;
    margin-bottom: 25px
}

#contact .emailBtn .btn {
    border-radius: 7px;
    padding: 15px 11px;
    width: 100%
}

#contact .box-input {
    flex-basis: 49%
}

#contact .error-txt span {
    color: #ecbc36;
    font-style: italic;
    padding: 5px;
    font-size: 12px
}

#contact button:disabled {
    cursor: not-allowed;
    background-color: #c2c2c2
}

#contact .response-send {
    padding: 50px
}

#contact .response-send h3 {
    text-align: center;
    font-size: 18px
}

#contact .response-send h3.secondary {
    font-size: 30px
}

@media only screen and (max-width:992px) {

    #contact .emailBtn,
    #contact .name-email {
        flex-direction: column
    }
}
@media only screen and (max-width:1230px){.container{padding:0 20px}}

header .header-link-tw{
    text-decoration: none;
    color: #fb7927;
    transition: color .3s ease-in-out;
}
ul {
    margin: 0 30px;
}
.pagination-wrapper {
    position: relative
}

.pagination-wrapper .flex-slider-container {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-width: none
}

.pagination-wrapper .flex-slider-container::-webkit-scrollbar,
.pagination-wrapper .flex-slider-container::-webkit-scrollbar-track {
    display: none;
    height: 0;
    width: 0;
    background: transparent
}

.pagination-wrapper .flex-slider-container .flex-scroll {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: auto;
    left: 0;
    transition: all .3s ease-in-out
}

@media (min-width:767px) {
    .pagination-wrapper .flex-slider-container .flex-scroll {
        justify-content: space-between
    }
}

.pagination-wrapper .flex-slider-container .flex-scroll .item {
    display: block
}

@media (min-width:992px) {
    .pagination-wrapper .flex-slider-container .flex-scroll .item {
        display: none
    }

    .pagination-wrapper .flex-slider-container .flex-scroll .item.active {
        display: block;
        min-height: 250px
    }
}

.pagination-wrapper .pagination-pager {
    display: none;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 20px 0
}

.pagination-wrapper .pagination-pager .page-index {
    margin: 0 20px;
    font-size: 16px;
    font-weight: 700
}

@media (min-width:992px) {
    .pagination-wrapper .pagination-pager {
        display: flex
    }
}

.pagination-wrapper .page-control {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer
}

.pagination-wrapper .page-control:after {
    content: "";
    display: block;
    width: 0;
    height: 0
}

.pagination-wrapper .page-control.prev {
    transform: rotate(180deg)
}
#listPostTW > .item:not(.active){display:none;}

@media (min-width:992px) {
  uss-social .social{
        margin: 53px 0px 10px 0px;
  }
}