/* =================================================================== 
 *
 *  Philosophy v1.0 Main Stylesheet
 *  1-2-2018
 *  ------------------------------------------------------------------
 *
 *  TOC:
 *  # base style overrides
 *    ## links
 *  # typography & general theme styles
 *    ## Lists
 *    ## responsive video container
 *    ## floated image
 *    ## tables
 *    ## spacing 
 *    ## pace.js styles - minimal
 *  # preloader (line scale)
 *  # forms
 *    ## Style Placeholder Text
 *    ## Change Autocomplete styles in Chrome
 *  # buttons
 *  # additional components
 *    ## alert box
 *    ## additional typo styles
 *    ## pagination
 *  # reusable and common theme styles
 *    ## mediaelement style overrides
 *    ## close button for search and mobile navigation
 *    ## slick slider
 *    ## masonry entries
 *    ## post formats - masonry view
 *  # pageheader
 *    ## header logo
 *    ## header social
 *    ## header-toggle
 *    ## header-search
 *    ## header search trigger
 *    ## main navigation
 *    ## pageheader content
 *    ## feature section animation
 *  # s-content
 *    ## masonry layout
 *  # s-extra
 *    ## popular posts
 *    ## about
 *    ## tags
 *  # footer
 *    ## footer link list
 *    ## subscribe form
 *    ## copyright
 *    ## go to top
 *  # blog styles
 *    ## content main
 *    ## content media
 *    ## post tags
 *    ## author profile
 *    ## blog single page navigation
 *    ## format gallery
 *    ## format video
 *    ## format audio
 *    ## comments
 *  # page styles
 *    ## contact page
 *
 * =================================================================== */


/* ===================================================================
 * # base style overrides
 *
 * ------------------------------------------------------------------- */
html {
   font-size: 10px;
}

@media only screen and (max-width:400px) {
   html {
      font-size: 9.375px;
   }

}

html, body {
   height: 100%;
}

body {
    font-family: "metropolis-regular", sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: normal;
    line-height: 1.875;
    color: #656565;
    margin: 0;
    padding: 0;
    background: linear-gradient( 
90deg
 , #131313 0%, #4c4c4c 20%, #5c5c5c 35%, #5c5c5c 50%, #5c5c5c 64%, #4c4c4c 80%, #131313 100%);
}


/* ------------------------------------------------------------------- 
 * ## links
 * ------------------------------------------------------------------- */
a {
   color: #0054a5;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

a:hover, a:focus, a:active {
   color: #000000;
}

a:hover, a:active {
   outline: 0;
}

table{
	color:#000;border:1px solid #ccc;border-collapse:unset;margin:0;padding:0;width:100%;table-layout:fixed
}
table caption{
	font-size:1.5em;margin:.5em 0 .75em
}
table tr{
	background-color:#f8f8f8;border:1px solid #ddd;padding:.35em
}
table td,table th{
	padding:.625em;text-align:center;vertical-align:middle !important;
	font-family: BelleroseLight;
    font-size: 17px;
}
table th{
	font-size:.85em;letter-spacing:.1em;text-transform:uppercase;
		font-family: BelleroseLight;
    font-size: 17px;
}
@media screen and (max-width:600px){table{border:0}
	table caption{
		font-size:1.3em
	}
	table thead{
		border:none;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px
	}
	table tr{
		border-bottom:3px solid #ddd;display:block;margin-bottom:.625em
	}
	table td{
		border-bottom:1px solid #ddd;display:block;text-align:right
	}
	table td::before{
		content:attr(data-label);float:left;font-weight:700;text-transform:uppercase
	}
	table td:last-child{
		border-bottom:0
	}
	table tbody td:first-child{
		text-align:center;
	}
	table tbody td:first-child img{
		display:inline-block !important;}
}
.odemeTab {
	display:flex;justify-content:space-evenly;
}
.odemeTab button {
	width:100%;
	background-color:#13131354;
	color:#f2ddb0;
	border-color:#ddd;
	font-family: BelleroseLight;
    font-size: 20px;
}
.odemeTab button.active {
    background-color: #13131354;
    color: #fff;
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/1px 0 1px 0 stretch;
    box-shadow: inset 0 0 0 1px #f2ddb0;
}
.odemeTab button:first-child {
	border-top-left-radius:15px;
}
.odemeTab button:last-child {border-top-right-radius:15px;
}
.odeme-container {
    width: 70%;
    margin: auto;
}.odemeTab button:hover {
    background-color: #13131354;
    color: #fff;
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/1px 0 1px 0 stretch;
    box-shadow: inset 0 0 0 1px #f2ddb0;
}
table tr {
    background-color: #13131354;
}
table {
    color: #fff;
}
th {
    color: #f2ddb0;
}
div#PayementTab_Yatirim {
    border-top: 1px solid;
    border-image: linear-gradient(to left, #131313 1%, #f2ddb0 50%, #131313 100%) 100% 0 100% 0/1px 0 1px 0 stretch;
}
/* ===================================================================
 * # typography & general theme styles
 * 
 * ------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
   font-family: "librebaskerville-bold", serif;
   color: #000000;
   font-style: normal;
   font-weight: normal;
   text-rendering: optimizeLegibility;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
   margin-top: 6rem;
   margin-bottom: 1.8rem;
}

@media only screen and (max-width:600px) {
   h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
      margin-top: 5.1rem;
   }

}

h5, .h5, h6, .h6 {
   margin-top: 4.2rem;
   margin-bottom: 1.5rem;
}

@media only screen and (max-width:600px) {
   h5, .h5, h6, .h6 {
      margin-top: 3.6rem;
      margin-bottom: 0.9rem;
   }

}

h1, .h1 {
   font-size: 3.6rem;
   line-height: 1.25;
   letter-spacing: -.1rem;
}

@media only screen and (max-width:600px) {
   h1, .h1 {
      font-size: 3.3rem;
      letter-spacing: -.07rem;
   }

}

h2, .h2 {
   font-size: 3rem;
   line-height: 1.3;
}

@media only screen and (max-width:600px) {
   h2, .h2 {
      font-size: 2.8rem;
   }

}

h3, .h3 {
   font-size: 2.4rem;
   line-height: 1.25;
}

h4, .h4 {
   font-size: 2.1rem;
   line-height: 1.286;
}

h5, .h5 {
   font-size: 1.6rem;
   line-height: 1.313;
}

h6, .h6 {
   font-size: 1.3rem;
   line-height: 1.385;
   text-transform: uppercase;
   letter-spacing: .16rem;
}

p img {
   margin: 0;
}

p.lead {
   font-family: "metropolis-medium", sans-serif;
   font-size: 2rem;
   line-height: 1.8;
   margin-bottom: 3.6rem;
   color: #000000;
}

@media only screen and (max-width:800px) {
   p.lead {
      font-size: 1.8rem;
   }

}

em, i, strong, b {
   font-size: inherit;
   line-height: inherit;
   font-style: normal;
   font-weight: normal;
}

em, i {
   font-family: "metropolis-italic", sans-serif;
	font-family: BelleroseLight;
    font-size: 17px;
}

strong, b {
   font-family: "metropolis-bold", sans-serif;
}

small {
   font-size: 1.2rem;
   line-height: inherit;
}

blockquote {
   margin: 3.9rem 0;
   padding-left: 4.5rem;
   position: relative;
}

blockquote:before {
   content: "\201C";
   font-size: 10rem;
   line-height: 0px;
   margin: 0;
   color: rgba(0, 0, 0, 0.25);
   font-family: arial, sans-serif;
   position: absolute;
   top: 3.6rem;
   left: 0;
}

blockquote p {
   font-family: "metropolis-medium", sans-serif;
   padding: 0;
   font-size: 2.1rem;
   line-height: 1.857;
   color: #000000;
}

blockquote cite {
   display: block;
   font-family: "metropolis-medium", sans-serif;
   font-size: 1.5rem;
   font-style: normal;
   line-height: 1.4;
}

blockquote cite:before {
   content: "\2014 \0020";
}

blockquote cite a, blockquote cite a:visited {
   color: #727272;
   border: none;
}

abbr {
   font-family: "metropolis-bold", sans-serif;
   font-variant: small-caps;
   text-transform: lowercase;
   letter-spacing: .05rem;
   color: #727272;
}

var, kbd, samp, code, pre {
   font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

pre {
   padding: 2.4rem 3rem 3rem;
   background: #F1F1F1;
   overflow-x: auto;
}

code {
   font-size: 1.4rem;
   margin: 0 .2rem;
   padding: .3rem .6rem;
   white-space: nowrap;
   background: #e5e5e5;
   border: 1px solid #d8d8d8;
   border-radius: 3px;
}

pre > code {
   display: block;
   white-space: pre;
   line-height: 2;
   padding: 0;
   margin: 0;
}

pre.prettyprint > code {
   border: none;
}

del {
   text-decoration: line-through;
}

abbr[title], dfn[title] {
   border-bottom: 1px dotted;
   cursor: help;
   text-decoration: none;
}

mark {
   background: #ffd900;
   color: #000000;
}

hr {
   border: solid rgba(0, 0, 0, 0.1);
   border-width: 1px 0 0;
   clear: both;
   margin: 2.4rem 0 1.5rem;
   height: 0;
}


/* ------------------------------------------------------------------- 
 * ## Lists
 * ------------------------------------------------------------------- */
ol {
   list-style: decimal;
}

ul {
   list-style: disc;
}

li {
   display: table-cell;
}

ol, ul {
   margin-left: 1.7rem;
}

ul li {
   padding-left: .4rem;
}

ul ul, ul ol, ol ol, ol ul {
   margin: .6rem 0 .6rem 1.7rem;
}

ul.disc li {
   display: list-item;
   list-style: none;
   padding: 0 0 0 .8rem;
   position: relative;
}

ul.disc li::before {
   content: "";
   display: inline-block;
   width: 8px;
   height: 8px;
   border-radius: 50%;
   background: #0054a5;
   position: absolute;
   left: -17px;
   top: 11px;
   vertical-align: middle;
}

dt {
   margin: 0;
   color: #0054a5;
}

dd {
   margin: 0 0 0 2rem;
}


/* ------------------------------------------------------------------- 
 * ## responsive video container
 * ------------------------------------------------------------------- */
.video-container {
   position: relative;
   padding-bottom: 56.25%;
   height: 0;
   overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}


/* ------------------------------------------------------------------- 
 * ## floated image
 * ------------------------------------------------------------------- */
img.pull-right {
   margin: 1.5rem 0 0 3rem;
}

img.pull-left {
   margin: 1.5rem 3rem 0 0;
}


/* ------------------------------------------------------------------- 
 * ## tables
 * ------------------------------------------------------------------- */
table {
   border-width: 0;
   width: 100%;
   max-width: 100%;
   font-family: "metropolis-regular", sans-serif;
}

th, td {
   padding: 1.5rem 3rem;
   text-align: left;
   border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

th {
    color: #f2ddb0;
    font-family: "metropolis-bold", sans-serif;
}

td {
   line-height: 1.5;
}

th:first-child, td:first-child {
   padding-left: 0;
}

th:last-child, td:last-child {
   padding-right: 0;
}

.table-responsive {
   overflow-x: auto;
   -webkit-overflow-scrolling: touch;
}


/* ------------------------------------------------------------------- 
 * ## spacing 
 * ------------------------------------------------------------------- */
button, .btn {
   margin-bottom: 1.2rem;
}

fieldset {
   margin-bottom: 1.5rem;
}

input,
textarea,
select,
pre,
blockquote,
figure,
table,
p,
ul,
ol,
dl,
form,
.video-container,
.cl-custom-select {
   margin-bottom: 3rem;
}


/* ------------------------------------------------------------------- 
 * ## pace.js styles - minimal
 * ------------------------------------------------------------------- */
.pace {
   -webkit-pointer-events: none;
   pointer-events: none;
   -webkit-user-select: none;
   -moz-user-select: none;
   user-select: none;
}

.pace-inactive {
   display: none;
}

.pace .pace-progress {
   background: #FFFFFF;
   position: fixed;
   z-index: 900;
   top: 0;
   right: 100%;
   width: 100%;
   height: 4px;
}

.oldie .pace {
   display: none;
}
img#ypx {
    width: 70%;
}
img#ypx1 {
    width: 70%;
}
img#ypx2 {
    width: 70%;
}
img#ypx3 {
    width: 70%;
}
img#ypx4 {
    width: 70%;
}
img#ypx5 {
    width: 70%;
}
img#ypx6 {
    width: 70%;
}
img#ypx7 {
    width: 70%;
}
img#ypx8 {
    width: 70%;
}
img#ypx9 {
    width: 70%;
}
img#ypx10 {
    width: 70%;
}
img#ypx11 {
    width: 70%;
}
img#ypx12 {
    width: 70%;
}
img#ypx13 {
    width: 70%;
}


/* ===================================================================
 * # preloader (line scale)
 *
 * ------------------------------------------------------------------- */
#preloader {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: #050505;
   z-index: 800;
   height: 100%;
   width: 100%;
   display: table;
}

.no-js #preloader, .oldie #preloader {
   display: none;
}

#loader {
   display: table-cell;
   text-align: center;
   vertical-align: middle;
}

.line-scale > div:nth-child(1) {
   -webkit-animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
   animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(2) {
   -webkit-animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
   animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(3) {
   -webkit-animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
   animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(4) {
   -webkit-animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
   animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(5) {
   -webkit-animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
   animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div {
   background-color: #fff;
   width: 4px;
   height: 35px;
   border-radius: 2px;
   margin: 2px;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   display: inline-block;
}

@-webkit-keyframes line-scale {
   0% {
      -webkit-transform: scaley(1);
      transform: scaley(1);
   }

   50% {
      -webkit-transform: scaley(0.4);
      transform: scaley(0.4);
   }

   100% {
      -webkit-transform: scaley(1);
      transform: scaley(1);
   }

}

@keyframes line-scale {
   0% {
      -webkit-transform: scaley(1);
      transform: scaley(1);
   }

   50% {
      -webkit-transform: scaley(0.4);
      transform: scaley(0.4);
   }

   100% {
      -webkit-transform: scaley(1);
      transform: scaley(1);
   }

}



/* ===================================================================
 * # forms
 *
 * ------------------------------------------------------------------- */
fieldset {
   border: none;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
   display: block;
   height: 6rem;
   padding: 1.5rem 0;
   border: 0;
   outline: none;
   color: #151515;
   font-family: "metropolis-regular", sans-serif;
   font-size: 1.6rem;
   line-height: 3rem;
   max-width: 100%;
   background: transparent;
   border-bottom: 2px solid rgba(0, 0, 0, 0.5);
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

.cl-custom-select {
   position: relative;
   padding: 0;
}

.cl-custom-select select {
   -webkit-appearance: none;
   -moz-appearance: none;
   -ms-appearance: none;
   -o-appearance: none;
   appearance: none;
   text-indent: 0.01px;
   text-overflow: '';
   margin: 0;
   line-height: 3rem;
   vertical-align: middle;
}

.cl-custom-select select option {
   padding-left: 2rem;
   padding-right: 2rem;
}

.cl-custom-select select::-ms-expand {
   display: none;
}

.cl-custom-select::after {
   border-bottom: 2px solid rgba(0, 0, 0, 0.5);
   border-right: 2px solid rgba(0, 0, 0, 0.5);
   content: '';
   display: block;
   height: 8px;
   width: 8px;
   margin-top: -7px;
   pointer-events: none;
   position: absolute;
   right: 2.4rem;
   top: 50%;
   -webkit-transform-origin: 66% 66%;
   -ms-transform-origin: 66% 66%;
   transform-origin: 66% 66%;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
   -webkit-transition: all 0.15s ease-in-out;
   transition: all 0.15s ease-in-out;
}

/* IE9 and below */
.oldie .cl-custom-select::after {
   display: none;
}

textarea {
   min-height: 25rem;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
   color: #0054a5;
   border-bottom: 2px solid #0054a5;
}

label, legend {
   font-family: "metropolis-regular", sans-serif;
   font-size: 1.4rem;
   font-weight: bold;
   margin-bottom: .9rem;
   line-height: 1.714;
   color: #000000;
   display: block;
}

input[type="checkbox"], input[type="radio"] {
   display: inline;
}

label > .label-text {
   display: inline-block;
   margin-left: 1rem;
   font-family: "librebaskerville-regular", serif;
   font-weight: normal;
   line-height: inherit;
}

label > input[type="checkbox"], label > input[type="radio"] {
   margin: 0;
   position: relative;
   top: .15rem;
}


/* ------------------------------------------------------------------- 
 * ## Style Placeholder Text
 * ------------------------------------------------------------------- */
::-webkit-input-placeholder {
   color: #6d6d6d;
}

:-moz-placeholder {
   color: #6d6d6d;  /* Firefox 18- */
}

::-moz-placeholder {
   color: #6d6d6d;  /* Firefox 19+ */
}

:-ms-input-placeholder {
   color: #6d6d6d;
}

.placeholder {
   color: #6d6d6d !important;
}


/* ------------------------------------------------------------------- 
 * ## Change Autocomplete styles in Chrome
 * ------------------------------------------------------------------- */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus
input:-webkit-autofill, textarea:-webkit-autofill, textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
   -webkit-text-fill-color: #0054a5;
   transition: background-color 5000s ease-in-out 0s;
}



/* ===================================================================
 * # buttons
 *
 * ------------------------------------------------------------------- */
.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
   display: inline-block;
   font-family: "metropolis-bold", sans-serif;
   font-size: 1.2rem;
   text-transform: uppercase;
   letter-spacing: .3rem;
   height: 5.4rem;
   line-height: 5rem;
   padding: 0 3rem;
   margin: 0 .3rem 1.2rem 0;
   color: #000000;
   text-decoration: none;
   text-align: center;
   white-space: nowrap;
   border-radius: 3px;
   cursor: pointer;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   background-color: #c5c5c5;
   border: .2rem solid #c5c5c5;
}

.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.btn:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
   background-color: #b8b8b8;
   border-color: #b8b8b8;
   color: #000000;
   outline: 0;
}

/* button primary
 * ------------------------------------------------- */
.btn.btn--primary,
button.btn--primary,
input[type="submit"].btn--primary,
input[type="reset"].btn--primary,
input[type="button"].btn--primary {
   background: #000000;
   border-color: #000000;
   color: #FFFFFF;
}

.btn.btn--primary:hover,
button.btn--primary:hover,
input[type="submit"].btn--primary:hover,
input[type="reset"].btn--primary:hover,
input[type="button"].btn--primary:hover,
.btn.btn--primary:focus,
button.btn--primary:focus,
input[type="submit"].btn--primary:focus,
input[type="reset"].btn--primary:focus,
input[type="button"].btn--primary:focus {
   background: #0054a5;
   border-color: #0054a5;
}

/* button modifiers
 * ------------------------------------------------- */
.btn.full-width, button.full-width {
   width: 100%;
   margin-right: 0;
}

.btn--medium, button.btn--medium {
   height: 5.7rem !important;
   line-height: 5.3rem !important;
}

.btn--large, button.btn--large {
   height: 6rem !important;
   line-height: 5.6rem !important;
}

.btn--stroke, button.btn--stroke {
   background: transparent !important;
   border: 0.2rem solid #000000;
   color: #000000;
}

.btn--stroke:hover, button.btn--stroke:hover {
   border: 0.2rem solid #0054a5;
   color: #0054a5;
}

.btn--pill, button.btn--pill {
   padding-left: 3rem !important;
   padding-right: 3rem !important;
   border-radius: 1000px !important;
}

button::-moz-focus-inner, input::-moz-focus-inner {
   border: 0;
   padding: 0;
}



/* =================================================================== 
 * # additional components
 *
 * ------------------------------------------------------------------- */

/* ------------------------------------------------------------------- 
 * ## alert box
 * ------------------------------------------------------------------- */
.alert-box {
   padding: 2.1rem 4rem 2.1rem 3rem;
   position: relative;
   margin-bottom: 3rem;
   border-radius: 3px;
   font-family: "metropolis-semibold", sans-serif;
   font-size: 1.5rem;
   line-height: 1.6;
}

.alert-box__close {
   position: absolute;
   right: 1.8rem;
   top: 1.8rem;
   cursor: pointer;
}

.alert-box__close.fa {
   font-size: 12px;
}

.alert-box--error {
   background-color: #ffd1d2;
   color: #e65153;
}

.alert-box--success {
   background-color: #c8e675;
   color: #758c36;
}

.alert-box--info {
   background-color: #d7ecfb;
   color: #4a95cc;
}

.alert-box--notice {
   background-color: #fff099;
   color: #bba31b;
}


/* ------------------------------------------------------------------- 
 * ## additional typo styles
 * ------------------------------------------------------------------- */

/* drop cap 
 * ----------------------------------------------- */
.drop-cap::first-letter {
   float: left;
   margin: 0;
   padding: 1.5rem .6rem 0 0;
   font-size: 8.4rem;
   font-family: "metropolis-extrabold", sans-serif;
   font-weight: bold;
   line-height: 6rem;
   text-indent: 0;
   background: transparent;
   color: #000000;
}

/* line definition style 
 * ----------------------------------------------- */
.lining dt, .lining dd {
   display: inline;
   margin: 0;
}

.lining dt + dt::before, .lining dd + dt::before {
   content: "\A";
   white-space: pre;
}

.lining dd + dd::before {
   content: ", ";
}

.lining dd + dd::before {
   content: ", ";
}

.lining dd::before {
   content: ": ";
   margin-left: -0.2em;
}

/* dictionary definition style 
 * ----------------------------------------------- */
.dictionary-style dt {
   display: inline;
   counter-reset: definitions;
}

.dictionary-style dt + dt::before {
   content: ", ";
   margin-left: -0.2em;
}

.dictionary-style dd {
   display: block;
   counter-increment: definitions;
}

.dictionary-style dd::before {
   content: counter(definitions, decimal) ". ";
}

/** 
 * Pull Quotes
 * -----------
 * markup:
 *
 * <aside class="pull-quote">
 *    <blockquote>
 *       <p></p>
 *    </blockquote>
 * </aside>
 *
 * --------------------------------------------------------------------- */
.pull-quote {
   position: relative;
   padding: 2.1rem 3rem 2.1rem 0px;
}

.pull-quote::before, .pull-quote::after {
   height: 1em;
   position: absolute;
   font-size: 10rem;
   font-family: Arial, Sans-Serif;
   color: rgba(0, 0, 0, 0.25);
}

.pull-quote::before {
   content: "\201C";
   top: -3.6rem;
   left: 0;
}

.pull-quote::after {
   content: '\201D';
   bottom: 3.6rem;
   right: 0;
}

.pull-quote blockquote {
   margin: 0;
}

.pull-quote blockquote::before {
   content: none;
}

/** 
 * Stats Tab
 * ---------
 * markup:
 *
 * <ul class="stats-tabs">
 *    <li><a href="#">[value]<em>[name]</em></a></li>
 * </ul>
 *
 * Extend this object into your markup.
 *
 * --------------------------------------------------------------------- */
.stats-tabs {
   padding: 0;
   margin: 3rem 0;
}

.stats-tabs li {
   display: inline-block;
   margin: 0 1.5rem 3rem 0;
   padding: 0 1.5rem 0 0;
   border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.stats-tabs li:last-child {
   margin: 0;
   padding: 0;
   border: none;
}

.stats-tabs li a {
   display: inline-block;
   font-size: 2.5rem;
   font-family: "metropolis-bold", sans-serif;
   font-weight: bold;
   border: none;
   color: #000000;
}

.stats-tabs li a:hover {
   color: #0054a5;
}

.stats-tabs li a em {
   display: block;
   margin: .6rem 0 0 0;
   font-size: 1.5rem;
   font-family: "metropolis-regular", sans-serif;
   color: #727272;
}


/* -------------------------------------------------------------------
 * ## pagination 
 * ------------------------------------------------------------------- */
.pgn {
   margin: 3rem auto;
   text-align: center;
}

.pgn ul {
   display: inline-block;
   list-style: none;
   margin-left: 0;
   position: relative;
   padding: 0 6rem;
}

.pgn ul li {
   display: inline-block;
   margin: 0;
   padding: 0;
}

.pgn__num {
   font-family: "metropolis-bold", sans-serif;
   font-size: 1.5rem;
   line-height: 2.4rem;
   display: inline-block;
   padding: .6rem 1.2rem;
   height: 3.6rem;
   margin: .3rem .15rem;
   color: #151515;
   border-radius: 3px;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

.pgn__num:hover {
   background: #c4c4c4;
   color: #151515;
}

.pgn .current, .pgn .current:hover {
   background-color: #151515;
   color: #FFFFFF;
}

.pgn .inactive, .pgn .inactive:hover {
   color: #888888;
   cursor: default;
}

.pgn__prev, .pgn__next {
   display: block;
   background-color: #FFFFFF;
   background-repeat: no-repeat;
   background-size: 18px 12px;
   background-position: center;
   height: 4.8rem;
   width: 4.8rem;
   line-height: 4.8rem;
   padding: 0;
   margin: 0;
   border-radius: 50%;
   box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
   font: 0/0 a;
   text-shadow: none;
   color: transparent;
   -webkit-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   position: absolute;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
}

.pgn__prev:hover, .pgn__next:hover {
   background-color: #151515;
   color: #FFFFFF;
   text-decoration: none;
   background-repeat: no-repeat;
   background-position: center;
}

.pgn__prev {
   background-image: url("../images/icons/icon-arrow-left.svg");
   left: 0;
}

.pgn__prev:hover {
   background-image: url("../images/icons/icon-arrow-left-w.svg");
}

.pgn__next {
   background-image: url("../images/icons/icon-arrow-right.svg");
   right: 0;
}

.pgn__next:hover {
   background-image: url("../images/icons/icon-arrow-right-w.svg");
}

.pgn__prev.inactive, .pgn__next.inactive {
   background-color: #ffffff;
   opacity: 0.5;
   cursor: default;
}

.pgn__prev.inactive:hover {
   background-image: url("../images/icons/icon-arrow-left.svg");
}

.pgn__next.inactive:hover {
   background-image: url("../images/icons/icon-arrow-right.svg");
}

/* ------------------------------------------------------------------- 
 * responsive:
 * pagination
 * ------------------------------------------------------------------- */
@media only screen and (max-width:600px) {
   .pgn ul {
      padding: 0 5rem;
   }

   .pgn__prev, .pgn__next {
      height: 3.6rem;
      width: 3.6rem;
      line-height: 3.6rem;
      background-size: 12px 8px;
   }

}



/* ===================================================================
 * # reusable and common theme styles
 *
 * ------------------------------------------------------------------- */
.wide {
   max-width: 1400px;
}

.narrow {
   max-width: 800px;
}


/* ------------------------------------------------------------------- 
 * ## mediaelement style overrides
 * ------------------------------------------------------------------- */
.mejs__overlay-button {
   background-image: url("../images/mejs/mejs-controls.svg");
}

.mejs__overlay-loading-bg-img {
   background-image: url("../images/mejs/mejs-controls.svg");
}

.mejs__button > button {
   background-image: url("../images/mejs/mejs-controls.svg");
   background-color: transparent;
   outline: none !important;
}

.audio-wrap .mejs__container {
   background-color: rgba(0, 0, 0, 0.8) !important;
   font-family: "metropolis-light", sans-serif;
}

.audio-wrap .mejs__time-buffering,
.audio-wrap .mejs__time-current,
.audio-wrap .mejs__time-handle,
.audio-wrap .mejs__time-loaded,
.audio-wrap .mejs__time-marker,
.audio-wrap .mejs__time-total,
.audio-wrap .mejs__time-hovered {
   height: 2px;
}

.audio-wrap .mejs__time-total {
   margin-top: 9px;
}

.audio-wrap .mejs__time-handle {
   left: -5px;
   width: 12px;
   height: 12px;
   border-radius: 50%;
   background: #FFFFFF;
   top: -5px;
   cursor: pointer;
   display: block;
   position: absolute;
   z-index: 2;
   border: none;
}

.audio-wrap .mejs__time-handle-content {
   top: 0;
   left: 0;
   width: 12px;
   height: 12px;
}

.audio-wrap .mejs__horizontal-volume-total,
.audio-wrap .mejs__horizontal-volume-current {
   border-radius: 0;
}


/* ------------------------------------------------------------------- 
 * ## close button for search and mobile navigation 
 * ------------------------------------------------------------------- */
.header__overlay-close {
   position: absolute;
   display: block;
   width: 45px;
   height: 45px;
   top: 21px;
   left: 50%;
   margin-left: -23px;
   font: 0/0 a;
   text-shadow: none;
   color: transparent;
}

.header__overlay-close::before, .header__overlay-close::after {
   content: '';
   position: absolute;
   display: inline-block;
   width: 2px;
   height: 20px;
   top: 12px;
   left: 22px;
   background-color: #FFFFFF;
}

.header__overlay-close::before {
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
}

.header__overlay-close::after {
   -webkit-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   transform: rotate(-45deg);
}


/* ------------------------------------------------------------------- 
 * ## slick slider 
 * ------------------------------------------------------------------- */
.slick-slider .slick-slide {
   outline: none;
}

.slick-slider .slick-dots {
   display: block;
   list-style: none;
   width: 100%;
   padding: 0;
   margin: 3rem 0 0 0;
   text-align: center;
   position: absolute;
   top: 100%;
   left: 0;
}

.slick-slider .slick-dots li {
   display: inline-block;
   width: 18px;
   height: 18px;
   margin: 0;
   padding: 4px;
   cursor: pointer;
}

.slick-slider .slick-dots li button {
   display: block;
   width: 10px;
   height: 10px;
   border-radius: 50%;
   background: rgba(255, 255, 255, 0.6);
   border: none;
   line-height: 10px;
   padding: 0;
   margin: 0;
   cursor: pointer;
   font: 0/0 a;
   text-shadow: none;
   color: transparent;
}

.slick-slider .slick-dots li button:hover,
.slick-slider .slick-dots li button:focus {
   outline: none;
}

.slick-slider .slick-dots li.slick-active button,
.slick-slider .slick-dots li:hover button {
   background: #FFFFFF;
}


/* ------------------------------------------------------------------- 
 * ## masonry entries 
 * ------------------------------------------------------------------- */
.masonry .entry {
   margin-bottom: 40px;
}

.masonry .entry__thumb, .masonry .entry__text {
   box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}

.masonry .entry__thumb {
   position: relative;
   overflow: hidden;
}

.masonry .entry__thumb-link img {
   vertical-align: bottom;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

.masonry .entry__thumb-link::before {
   content: "";
   display: block;
   background: rgba(0, 0, 0, 0.8);
   opacity: 0;
   visibility: hidden;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   z-index: 1;
}

.masonry .entry__thumb-link::after {
   content: "...";
   font-family: georgia, serif;
   font-size: 2.7rem;
   z-index: 1;
   display: block;
   height: 90px;
   width: 90px;
   letter-spacing: -1px;
   line-height: 90px;
   margin-left: -45px;
   margin-top: -45px;
   position: absolute;
   left: 50%;
   top: 50%;
   text-align: center;
   color: #FFFFFF;
   opacity: 0;
   visibility: hidden;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   -webkit-transform: scale(0.5);
   -ms-transform: scale(0.5);
   transform: scale(0.5);
}

.masonry .entry__thumb:hover .entry__thumb-link::before {
   opacity: 1;
   visibility: visible;
}

.masonry .entry__thumb:hover .entry__thumb-link::after {
   opacity: 1;
   visibility: visible;
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
}

.masonry .entry__thumb:hover .entry__thumb-link img {
   -webkit-transform: scale(1.05);
   -ms-transform: scale(1.05);
   transform: scale(1.05);
}

.masonry .entry__text {
   padding: 3rem 2.8rem 3.6rem;
   background-color: #FFFFFF;
}

.masonry .entry__title {
   font-size: 2.4rem;
   line-height: 1.375;
   margin-top: 0;
   margin-bottom: 2.1rem;
}

.masonry .entry__title a {
   color: #000000;
   border-bottom: 1px solid transparent;
}

.masonry .entry__title a:hover, .masonry .entry__title a:focus {
   border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.masonry .entry__date {
   font-family: "metropolis-medium", sans-serif;
   font-size: 1.4rem;
   line-height: 1.714;
   margin-bottom: .6rem;
}

.masonry .entry__date a {
   color: #858585;
}

.masonry .entry__excerpt {
   font-size: 1.5rem;
   line-height: 1.8;
}

.masonry .entry__meta {
   font-family: "metropolis-semibold", sans-serif;
   font-size: 1.5rem;
   margin-bottom: 0;
}

.masonry .entry__meta a {
   color: #0054a5;
}

.masonry .entry__meta a:hover, .masonry .entry__meta a:focus {
   color: #000000;
}

.masonry .entry__meta-links a::after {
   content: ", ";
}

.masonry .entry__meta-links a:last-child::after {
   display: none;
}


/* ------------------------------------------------------------------- 
 *  ## post formats - masonry view
 * ------------------------------------------------------------------- */

/* format quote & format link
 * --------------------------------------- */
.format-quote, .format-link {
   text-align: center;
}

.format-quote .entry__thumb,
.format-link .entry__thumb {
   display: table;
   background: #FFFFFF;
   padding: 2.4rem 3rem 4.8rem;
   min-height: 324px;
   width: 100%;
   position: relative;
}

.format-quote .entry__thumb::before,
.format-link .entry__thumb::before {
   content: "";
   display: block;
   height: 3.6rem;
   width: 3.6rem;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: contain;
   opacity: .2;
   margin-bottom: 1.5rem;
   position: absolute;
   top: 3.3rem;
   left: 50%;
   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);
}

.format-quote blockquote::before {
   display: none;
}

.format-quote blockquote, .format-link .link-wrap {
   display: table-cell;
   margin: 0;
   padding-left: 0;
   vertical-align: middle;
}

.format-quote blockquote p, .format-link .link-wrap p {
   font-family: "librebaskerville-bold", serif;
   color: #000000;
   padding: 7.8rem 0 0 0;
   margin-bottom: 3.3rem;
   font-size: 2.4rem;
   line-height: 1.625;
}

.format-quote cite, .format-link cite {
   display: block;
   font-family: "metropolis-regular", sans-serif;
   font-size: 1.5rem;
   font-style: normal;
   line-height: 1.6;
   color: #999999;
}

.format-quote cite::before,
.format-link cite::before {
   display: none;
}

.format-quote cite a,
.format-quote cite a:visited {
   color: #999999;
   border: none;
}

.format-quote .entry__thumb::before {
   background-image: url(../images/icons/icon-quote.svg);
}

.format-link .entry__thumb::before {
   background-image: url(../images/icons/icon-link.svg);
   width: 3.3rem;
}

.format-link .link-wrap cite:before {
   display: none;
}

.format-link .link-wrap cite a,
.format-link .link-wrap cite a:visited {
   color: #999999;
   display: inline-block;
   padding-bottom: .3rem;
}

.format-link .link-wrap cite a:hover,
.format-link .link-wrap cite a:focus {
   color: #000000;
   border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

/* format video
 * --------------------------------------- */
.format-video .entry__thumb a {
   cursor: zoom-in;
   display: block;
   position: relative;
}

.format-video .entry__thumb a img {
   vertical-align: bottom;
}

.format-video .entry__thumb a::before {
   content: "";
   display: block;
   height: 4.5rem;
   width: 4.5rem;
   position: absolute;
   bottom: 3rem;
   left: 3rem;
   cursor: zoom-in;
   background-image: url(../images/icons/icon-video.svg);
   background-position: center center;
   background-repeat: no-repeat;
   background-size: contain;
}



/* ===================================================================
 * # pageheader
 *
 * ------------------------------------------------------------------- */
.s-pageheader {
   min-height: 174px;
   background: linear-gradient( 
90deg
 , #131313 0%, #4c4c4c 20%, #5c5c5c 35%, #5c5c5c 50%, #5c5c5c 64%, #4c4c4c 80%, #131313 100%);
   position: relative;
}

.s-pageheader::before {
   display: block;
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: linear-gradient( 
90deg, #131313 0%, #4c4c4c 20%, #5c5c5c 35%, #5c5c5c 50%, #5c5c5c 64%, #4c4c4c 80%, #131313 100%);
   opacity: .95;
}

.s-pageheader--home {
   min-height: 200px;
   padding-top: 222px;
	background: linear-gradient( 
90deg
 , #131313 0%, #4c4c4c 20%, #5c5c5c 35%, #5c5c5c 50%, #5c5c5c 64%, #4c4c4c 80%, #131313 100%);
}

.header {
   position: absolute;
   text-align: center;
   top: 30px;
   width: 100%;
}

.header__content {
   position: relative;
   padding: 0 20px;
}

.pageheader-content {
   overflow: hidden;
   padding: 0 75px;
   max-width: 1350px;
}


/* -------------------------------------------------------------------
 * ## header logo
 * ------------------------------------------------------------------- */
.header__logo {
   display: inline-block;
   margin: 0;
   padding: 0;
   z-index: 501;
}

.header__logo a {
   display: block;
   margin: 0 0 0 6px;
   padding: 0;
   outline: 0;
   border: none;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

.header__logo img {
    width: 150px;
    height: 40px;
}


/* -------------------------------------------------------------------
 * ## header social
 * ------------------------------------------------------------------- */
.header__social {
   list-style: none;
   font-size: 23px;
   line-height: 1;
   margin: 0;
   padding: 0;
   position: absolute;
   left: 20px;
   top: -30px;
}

.header__social a {
   color: #FFFFFF;
	font-size: 14px;
	font-family: BelleroseLight;
}
.header__social1 a {
   color: #FFFFFF;
	font-size: 14px;
	font-family: BelleroseLight;
	padding: 0px 10px 0 0;
}

.header__social li {
   display: inline-block;
   margin-right: 5px;
   padding-left: 0;
}

.header__social li:last-child {
   margin-right: 0;
}


/* ------------------------------------------------------------------- 
 * ## header-toggle
 * ------------------------------------------------------------------- */
.header__toggle-menu {
   display: none;
   width: 40px;
   height: 40px;
   position: absolute;
   left: 20px;
   top: 6px;
}

.header__toggle-menu span {
   display: block;
   width: 22px;
   height: 2px;
   margin-top: -1px;
   position: absolute;
   right: 9px;
   top: 50%;
   bottom: auto;
   left: auto;
   background-color: white;
   -webkit-transition: background 0.2s ease-in-out;
   transition: background 0.2s ease-in-out;
   font: 0/0 a;
   text-shadow: none;
   color: transparent;
}

.header__toggle-menu span::before,
.header__toggle-menu span::after {
   content: '';
   width: 100%;
   height: 100%;
   position: absolute;
   background-color: inherit;
   left: 0;
}

.header__toggle-menu span::before {
   top: -8px;
}

.header__toggle-menu span::after {
   bottom: -8px;
}


/* ------------------------------------------------------------------- 
 * ## header-search
 * ------------------------------------------------------------------- */
.header__search {
   display: block;
   text-align: center;
   background: #151515;
   opacity: 0;
   visibility: hidden;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   z-index: 900;
}

.header__search-form {
   width: 100%;
   position: absolute;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
}

.header__search-form label {
   color: #FFFFFF;
}

.header__search-form::after {
   content: "Press Enter to begin your search.";
   display: block;
   letter-spacing: 0.6px;
   font-size: 1.6rem;
   margin-top: 3rem;
   text-align: center;
   color: rgba(255, 255, 255, 0.5);
}

.header__search-form input[type="search"] {
   background-color: transparent;
   color: #000000;
   height: auto;
   width: 100%;
   font-family: "metropolis-semibold", sans-serif;
   font-size: 6rem;
   line-height: 1.5;
   border: none;
   border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
   max-width: 680px;
   padding-top: .6rem !important;
   padding-bottom: .6rem !important;
   margin: 0 auto;
}

.header__search-form input[type="search"]::-webkit-input-placeholder {
   color: #FFFFFF;
   text-align: center !important;
   opacity: 1;
}

.header__search-form input[type="search"]:-moz-placeholder {
   color: #FFFFFF;
   text-align: center !important;
   opacity: 1;
}

.header__search-form input[type="search"]::-moz-placeholder {
   color: #FFFFFF;
   text-align: center !important;
   opacity: 1;
}

.header__search-form input[type="search"]:-ms-input-placeholder {
   color: #FFFFFF;
   text-align: center !important;
   opacity: 1;
}

.header__search-form input[type="search"].placeholder {
   color: #FFFFFF;
   text-align: center !important;
   opacity: 1;
}

.header__search-form input[type="search"]:focus {
   outline: none;
}

.header__search-form input[type="submit"] {
   display: none;
}

body.search-is-visible {
   overflow: hidden;
}

.search-is-visible .header__search {
   opacity: 1;
   visibility: visible;
}


/* -------------------------------------------------------------------
 * ## header search trigger
 * ------------------------------------------------------------------- */
.header__social1 {
   height: 20px;
    min-width: 21px;
    position: absolute;
    right: 40px;
    top: 0px;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * header components
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1000px) {
   .header__social {
      font-size: 21px;
   }

}

@media only screen and (max-width:900px) {
   .header__logo img {
      width: 150px;
      height: 40px;
   }

}

@media only screen and (max-width:800px) {
   .s-pageheader {
      min-height: 90px;
   }

   .s-pageheader--home {
      padding-top: 120px;
   }

   .header {
      top: 24px;
   }

   .header__logo img {
      width: 150px;
      height: 40px;
   }

   .header__social {
      display: none;
   }

   .header__toggle-menu {
      top: 0;
      display: block;
   }

   .header__social1 {
      top: 9px;
      right: 0px;
   }

   .header__social1::before {
      display: none;
   }

   .header__search-form::after {
      font-size: 1.5rem;
   }

   .header__search-form input[type="search"] {
      max-width: none;
      width: 80%;
      font-size: 4.2rem;
   }

}

@media only screen and (max-width:600px) {
   .s-pageheader {
      min-height: 84px;
   }

   .header__logo img {
      width: 150px;
      height: 40px;
   }

   .header__toggle-menu {
      top: -3px;
   }

   .header__social1 {
      top: 6px;
   }

   .header__search-form input[type="search"] {
      font-size: 3.4rem;
   }

}

@media only screen and (max-width:400px) {
   .s-pageheader {
      min-height: 78px;
   }

   .s-pageheader--home {
      padding-top: 96px;
   }

   .header__logo img {
      width: 150px;
      height: 40px;
   }

   .header__toggle-menu {
      top: -7px;
   }

   .header__social1 {
      top: 3px;
   }

   .header__search-form input[type="search"] {
      font-size: 2.6rem;
   }

}


/* -------------------------------------------------------------------
 * ## main navigation
 * ------------------------------------------------------------------- */
.header__nav-wrap {
    margin-top: 10px;
    border-top: 1px solid;
    padding: 6px;
    border-top: 1px solid ;
    border-image: linear-gradient(to left, #131313 1%, #f2ddb0 50%, #131313 100%) 100% 0 100% 0/1px 0 1px 0 stretch;
    background: linear-gradient( 
90deg
 , rgba(119,119,119,0) 5%, rgba(119,119,119,1) 20%, rgba(51,51,51,0.9) 35%, rgba(37,37,37,1) 50%, rgba(51,51,51,0.9) 64%, rgba(119,119,119,1) 80%, rgba(119,119,119,0) 95%);
}

.header__nav-wrap a {
   color: rgba(255, 255, 255, 0.6);
}

.header__nav-wrap .header__nav-heading {
   text-align: center;
   font-family: "metropolis-semibold", sans-serif;
   font-size: 1.4rem;
   color: #FFFFFF;
   text-transform: uppercase;
   letter-spacing: .3rem;
   margin-top: 6rem;
}

.header__nav-wrap .header__nav-heading,
.header__nav-wrap .close-mobile-menu {
   display: none;
}

.header__nav {
   list-style: none;
   margin: 0;
   padding: 0px 0px 5px 0;
   font-family: "metropolis-medium", sans-serif;
   font-size: 15px;
}

.header__nav li {
   display: inline-block;
   position: relative;
   padding: 0 2rem;
	font-family: BelleroseLight;
}

.header__nav li.has-children {
   padding-right: 3.3rem;
}

.header__nav li a {
   display: block;
   color: #FFFFFF;
   line-height: 39px;
	font-size: 14px;
}

.header__nav li.has-children > a::after {
   border-bottom: 1px solid rgba(255, 255, 255, 0.3);
   border-right: 1px solid rgba(255, 255, 255, 0.3);
   content: '';
   display: block;
   height: 5px;
   width: 5px;
   margin-top: -4px;
   pointer-events: none;
   position: absolute;
   right: 1.8rem;
   top: 21px;
   -webkit-transform-origin: 66% 66%;
   -ms-transform-origin: 66% 66%;
   transform-origin: 66% 66%;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

.header__nav li:hover > a, .header__nav li:focus > a {
   color: #FFFFFF;
}

.header__nav li:hover li, .header__nav li:focus li {
   background: transparent;
}

.header__nav li.current > a {
   color: #FFFFFF;
}

.header__nav li ul {
   position: absolute;
   top: 45px;
   left: 0;
   font-size: 14px;
   margin: 0;
   padding: 1.8rem 0;
   background: #050505;
   border-radius: 0 0 3px 3px;
   z-index: 500;
   -webkit-transform: translate3d(0, 15px, 0);
   -ms-transform: translate3d(0, 15px, 0);
   transform: translate3d(0, 15px, 0);
   -webkit-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
   opacity: 0;
   visibility: hidden;
}

.header__nav li ul ul {
   position: absolute;
   top: 0;
   left: 100%;
   left: calc(100% + 1px);
   border-radius: 0 0 3px 3px;
   padding-top: 1.2rem;
}

.header__nav li ul li {
   display: block;
   text-align: left;
   padding: 0;
   margin: 0;
   min-height: 33px;
   width: 100%;
}

.header__nav li ul li a {
   display: block;
   white-space: nowrap;
   padding: 7.5px 3rem 7.5px 2rem;
   font-family: "metropolis-regular", sans-serif;
   line-height: 18px;
   color: rgba(255, 255, 255, 0.6);
}

.header__nav li ul li a:hover, .header__nav li ul li a:focus {
   color: #FFFFFF;
}

.header__nav li:hover > ul {
   opacity: 1;
   visibility: visible;
   -webkit-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
}

/* ------------------------------------------------------------------- 
 * responsive:
 * main navigation
 * ------------------------------------------------------------------- */
@media only screen and (min-width:801px) {
   .header__nav li.has-children:hover > a::after, 
   .header__nav li.has-children:focus > a::after {
      -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
      transform: rotate(225deg);
   }

   .header__nav li ul {
      display: block !important;
   }

}

@media only screen and (max-width:800px) {
   .header__nav-wrap {
      background-color: #151515;
      opacity: 0;
      visibility: hidden;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      margin: 0;
      border: none;
      z-index: 600;
      overflow-y: auto;
   }

   .header__nav-wrap .header__nav-heading, 
   .header__nav-wrap .close-mobile-menu {
      display: block;
   }

   .header__nav {
      margin: 4.8rem 6rem 3rem 6rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0.03);
      font-family: "metropolis-semibold", sans-serif;
      font-size: 16px;
   }

   .header__nav li {
      display: block;
      padding: 0;
      text-align: left;
   }

   .header__nav li ul {
      display: none;
      position: static;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
      visibility: visible;
      background-color: transparent;
      padding: 0 0 1.8rem 0;
      -webkit-transition: none !important;
      transition: none !important;
   }

   .header__nav li.has-children > a::after {
      top: 27px;
   }

   .header__nav li.has-children > a.sub-menu-is-open::after {
      -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
      transform: rotate(225deg);
   }

   .header__nav li ul li a {
      padding: 7.5px 1.5rem 7.5px 1.5rem;
   }

   .header__nav > li {
      border-top: 1px solid rgba(255, 255, 255, 0.03);
   }

   .header__nav > li a {
      line-height: 54px;
   }

   body.nav-wrap-is-visible {
      overflow: hidden;
   }

   .nav-wrap-is-visible .header__nav-wrap {
      opacity: 1;
      visibility: visible;
   }

}


@media only screen and (max-width:400px) {
   .header__nav {
      margin: 4.2rem 4.2rem 3rem 4.2rem;
   }

}


/* -------------------------------------------------------------------
 * ## pageheader content
 * ------------------------------------------------------------------- */
.featured {
   background-color: #151515;
   height: 564px;
   position: relative;
}

.featured::before, .featured::after {
   content: "";
   display: block;
   height: 1px;
   width: 60px;
   background-color: rgba(255, 255, 255, 0.15);
   position: absolute;
   top: 50%;
}

.featured::before {
   left: -75px;
}

.featured::after {
   right: -75px;
}

.featured__column {
   float: left;
}

.featured .entry {
   display: block;
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   overflow: hidden;
   position: relative;
}

.featured .entry h1 {
   font-size: 3.6rem;
   line-height: 1.333;
   margin-top: 0;
   margin-bottom: 3rem;
}

.featured .entry h1 a {
   color: #FFFFFF;
   border-bottom: 1px solid transparent;
   -webkit-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}

.featured .entry h1 a:focus, .featured .entry h1 a:hover {
   border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.featured .entry::before {
   display: block;
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   opacity: .5;
   background-color: #151515;
}

.featured .entry:hover::before {
   opacity: .8;
}

.featured .entry__content {
   position: absolute;
   left: 0;
   bottom: 6rem;
   width: 100%;
   padding: 0 20% 0 6rem;
   display: block;
}

.featured .entry__category {
   display: inline-block;
   font-family: "metropolis-bold", sans-serif;
   font-size: 1.1rem;
   line-height: 2.4rem;
   text-transform: uppercase;
   letter-spacing: .2rem;
   margin-bottom: 2.4rem;
}

.featured .entry__category a {
   display: inline-block;
   color: #FFFFFF;
   padding: 0 1.5rem;
}

.featured .entry__info {
   position: relative;
}

.featured .entry__profile-pic {
   float: left;
   height: 4.2rem;
   width: 4.2rem;
   margin-top: -.9rem;
}

.featured .entry__profile-pic img {
   border-radius: 50%;
}

.featured .entry__meta {
   list-style: none;
   margin: 0 0 0 6rem;
   padding: 0;
   font-family: "metropolis-semibold", sans-serif;
   color: rgba(255, 255, 255, 0.5);
   line-height: 1.5;
}

.featured .entry__meta li {
   display: inline-block;
   padding-left: 0;
}

.featured .entry__meta li::after {
   content: '\2022';
   margin-left: 9px;
   margin-right: 6px;
}

.featured .entry__meta li:last-child::after {
   display: none;
}

.featured .entry__meta a {
   color: rgba(255, 255, 255, 0.5);
}

.featured .entry__meta a:focus, .featured .entry__meta a:hover {
   color: #FFFFFF;
}

.featured__column--big {
   width: 66.66666%;
   position: relative;
}

.featured__column--big .entry {
   height: 564px;
}

.featured__column--big .entry__category a {
   background-color: #01aef0;
}

.featured__column--small {
   width: 33.333333333%;
   position: relative;
}

.featured__column--small .entry {
   height: 282px;
}

.featured__column--small .entry h1 {
   font-size: 2rem;
   margin-bottom: 1.2rem;
}

.featured__column--small .entry__content {
   bottom: 2.4rem;
   padding: 0 10% 0 3rem;
}

.featured__column--small .entry__category {
   font-size: 1rem;
   line-height: 2.1rem;
   margin-bottom: 1.5rem;
}

.featured__column--small .entry__category a {
   background-color: #679a23;
}

.featured__column--small .entry__profile-pic {
   display: none;
}

.featured__column--small .entry__meta {
   margin: 0;
   font-size: 1.4rem;
}


/* animate .featured
 * ------------------------------------------------------------------- */
html.cl-preload .featured {
   opacity: 0;
}

html.cl-loaded .featured {
   animation-duration: 2s;
   -webkit-animation-name: fadeIn;
   animation-name: fadeIn;
}

html.no-csstransitions .featured {
   opacity: 1;
}


/* ------------------------------------------------------------------- 
 * ## feature section animation
 * ------------------------------------------------------------------- */

/* fade in */
@-webkit-keyframes fadeIn {
   from {
      opacity: 0;
      -webkit-transform: translate3d(0, 150%, 0);
      -ms-transform: translate3d(0, 150%, 0);
      transform: translate3d(0, 150%, 0);
   }

   to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
   }

}

@keyframes fadeIn {
   from {
      opacity: 0;
      -webkit-transform: translate3d(0, 150%, 0);
      -ms-transform: translate3d(0, 150%, 0);
      transform: translate3d(0, 150%, 0);
   }

   to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
   }

}

/* fade out */
@-webkit-keyframes fadeOut {
   from {
      opacity: 1;
   }

   to {
      opacity: 0;
      -webkit-transform: translate3d(0, -150%, 0);
      -ms-transform: translate3d(0, -150%, 0);
      transform: translate3d(0, -150%, 0);
   }

}

@keyframes fadeOut {
   from {
      opacity: 1;
   }

   to {
      opacity: 0;
      -webkit-transform: translate3d(0, -150%, 0);
      -ms-transform: translate3d(0, -150%, 0);
      transform: translate3d(0, -150%, 0);
   }

}

/* ------------------------------------------------------------------- 
 * responsive:
 * pageheader content
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1400px) {
   .pageheader-content {
      padding: 0;
   }
   .featured::before, .featured::after {
      display: none;
   }

}

@media only screen and (max-width:1200px) {
   .featured {
      height: auto;
   }

   .featured__column--big .entry {
      height: 522px;
   }

   .featured__column--big .entry h1 {
      font-size: 3.2rem;
   }

   .featured__column--small .entry {
      height: 261px;
   }

}

@media only screen and (max-width:1000px) {
   .featured__column--big {
      width: 60%;
   }

   .featured__column--big .entry {
      height: 504px;
   }

   .featured__column--big .entry h1 {
      font-size: 3rem;
   }

   .featured__column--big .entry__content {
      padding: 0 10% 0 4.2rem;
   }

   .featured__column--small {
      width: 40%;
   }

   .featured__column--small .entry {
      height: 252px;
   }

}

@media only screen and (max-width:900px) {
   .pageheader-content {
      max-width: 780px;
   }

   .featured__column {
      float: none;
      width: 100%;
   }

   .featured__column--big .entry {
      height: 468px;
   }

   .featured__column--small:after {
      content: "";
      display: table;
      clear: both;
   }

   .featured__column--small .entry {
      height: 300px;
      float: left;
      width: 50%;
   }

}

@media only screen and (max-width:800px) {
   .featured__column .entry {
      height: 360px;
   }

   .featured__column .entry h1 {
      font-size: 2.8rem;
      margin-bottom: 3rem;
   }

   .featured__column .entry__content {
      bottom: 5.4rem;
      padding: 0 10% 0 4.2rem;
   }

   .featured__column--small .entry {
      float: none;
      width: 100%;
   }

   .featured__column--small .entry:last-child {
      display: none;
   }

   .featured__column--small .entry__category {
      font-size: 1.1rem;
      line-height: 2.4rem;
      margin-bottom: 2.4rem;
   }

   .featured__column--small .entry__profile-pic {
      display: block;
   }

   .featured__column--small .entry__meta {
      margin: 0 0 0 6rem;
      font-size: 1.6rem;
   }

}

@media only screen and (max-width:700px) {
   .pageheader-content {
      max-width: 540px;
   }

}

@media only screen and (max-width:600px) {
   .pageheader-content {
      max-width: 500px;
      width: auto;
      padding-left: 25px;
      padding-right: 25px;
   }

   .featured__column .entry {
      height: 330px;
   }

   .featured__column .entry h1 {
      font-size: 2.6rem;
      margin-bottom: 1.5rem;
   }

   .featured__column .entry__content {
      bottom: 4.2rem;
      padding: 0 3rem 0;
   }

   .featured__column .entry__category {
      font-size: 1rem;
      line-height: 2.1rem;
      margin-bottom: 1.5rem;
   }

   .featured__column .entry__profile-pic {
      display: none;
   }

   .featured__column .entry__meta {
      margin: 0rem;
      font-size: 1.5rem;
   }

}

@media only screen and (max-width:500px) {
   .featured__column .entry h1 {
      font-size: 2.4rem;
   }

   .featured .entry__content {
      bottom: 3.6rem;
   }

   .featured .entry__meta {
      font-size: 1.4rem;
   }

}

@media only screen and (max-width:400px) {
   .featured__column .entry {
      height: 288px;
   }

   .featured__column .entry h1 {
      font-size: 2rem;
   }

   .featured .entry__content {
      bottom: 3rem;
      padding: 0 2.4rem 0;
   }

}



/* ===================================================================
 * # s-content
 *
 * ------------------------------------------------------------------- */
.s-content {
   background-color: #f2f2f2;
   padding-top: 8.4rem;
   padding-bottom: 7.2rem;
}

.s-content--no-padding-bottom {
   padding-bottom: 0;
}

.s-content--narrow .row {
   max-width: 960px;
}

.s-content__header {
   padding-bottom: 3rem;
   text-align: center;
}

.s-content__header h1 {
   font-size: 4.8rem;
   line-height: 1.25;
   margin-top: 0;
   letter-spacing: -.15rem;
}

.s-content__header .lead {
   color: rgba(0, 0, 0, 0.5);
}

/* ------------------------------------------------------------------- 
 * responsive:
 * s-content
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1200px) {
   .s-content--narrow .row {
      max-width: 900px;
   }

}

@media only screen and (max-width:1000px) {
   .s-content--narrow .row {
      max-width: 800px;
   }

   .s-content__header h1 {
      font-size: 4.5rem;
   }

}

@media only screen and (max-width:800px) {
   .s-content {
      padding-top: 6rem;
   }

   .s-content__header h1 {
      font-size: 4rem;
   }

}

@media only screen and (max-width:600px) {
   .s-content__header h1 {
      font-size: 3.6rem;
   }

}

/* -------------------------------------------------------------------
 * ## masonry layout
 * ------------------------------------------------------------------- */
.masonry-wrap {
   max-width: none;
   width: 1440px;
   overflow: hidden;
}

.masonry {
   margin-bottom: 3rem;
}

.masonry:after {
   content: "";
   display: table;
   clear: both;
}

.masonry .grid-sizer, .masonry__brick {
   width: 360px;
}

.masonry__brick {
   float: left;
   padding: 0 20px;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * masonry layout
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1480px) {
   .masonry-wrap {
      width: 1080px;
   }

}

@media only screen and (max-width:1140px) {
   .masonry-wrap {
      width: 1020px;
   }

   .masonry .grid-sizer, .masonry .masonry__brick {
      width: 340px;
   }

}

@media only screen and (max-width:1060px) {
   .masonry-wrap {
      width: 740px;
   }

   .masonry .grid-sizer, .masonry .masonry__brick {
      width: 370px;
   }

}

@media only screen and (max-width:800px) {
   .masonry-wrap {
      max-width: 700px;
      width: 90%;
   }

   .masonry .grid-sizer, .masonry .masonry__brick {
      width: 50%;
      padding: 0 15px;
   }

}

@media only screen and (max-width:700px) {
   .masonry-wrap {
      max-width: 400px;
   }

   .masonry .grid-sizer, .masonry .masonry__brick {
      width: 100%;
      clear: both;
   }

}

@media only screen and (max-width:600px) {
   .masonry-wrap {
      width: auto;
   }

   .masonry .grid-sizer, .masonry .masonry__brick {
      padding: 0 10px;
   }

}

@media only screen and (max-width:400px) {
   .masonry .masonry__brick {
      width: 100% !important;
      float: none !important;
      clear: both !important;
      margin-left: 0;
      margin-right: 0;
      padding: 0;
   }

}


/* ===================================================================
 * # s-extra
 *
 * ------------------------------------------------------------------- */
.s-extra {
   background-color: #FFFFFF;
   padding-top: 7.8rem;
   padding-bottom: 9rem;
   font-family: "metropolis-regular", sans-serif;
   font-size: 1.5rem;
   line-height: 1.8;
}

.s-extra a {
   color: #000000;
}

.s-extra a:hover, .s-extra a:focus {
   color: #0054a5;
}

.s-extra h3, .s-extra h5 {
   margin-top: 0;
}

.s-extra h3 {
   font-size: 2.4rem;
   line-height: 1.375;
   margin-bottom: 3rem;
}

.s-extra h5 {
   font-family: "metropolis-extrabold", sans-serif;
   font-size: 1.6rem;
   line-height: 1.3125;
   margin-bottom: .6rem;
}

.s-extra .top [class*="col-"] {
   margin-bottom: 4.8rem;
}


/* -------------------------------------------------------------------
 * ## popular posts
 * ------------------------------------------------------------------- */
.s-extra .popular__post {
   position: relative;
   padding-left: 9.5rem;
   margin-bottom: 3.3rem;
   min-height: 5.4rem;
}

.s-extra .popular__thumb {
   position: absolute;
   top: .3rem;
   left: 0;
}

.s-extra .popular__thumb img {
   height: 6.9rem;
   width: 6.9rem;
}

.s-extra .popular__meta {
   font-size: 1.3rem;
   line-height: 1.615;
}


/* -------------------------------------------------------------------
 * ## about
 * ------------------------------------------------------------------- */
.s-extra .about {
   padding: 0 40px;
}

.s-extra .about p {
   margin-bottom: 1.5rem;
}

.s-extra .about__social {
   list-style: none;
   margin: 0;
   padding: 0;
   font-size: 2.4rem;
}

.s-extra .about__social li {
   display: inline-block;
   padding-left: 0;
   margin-right: 9px;
}


/* -------------------------------------------------------------------
 * ## tags
 * ------------------------------------------------------------------- */
.s-extra .tags-wrap {
   max-width: 900px;
}

.s-extra .tags {
   text-align: center;
}

.s-extra .tagcloud {
   padding-top: .6rem;
}

.s-extra .tagcloud a {
   display: inline-block;
   font-family: "metropolis-extrabold", sans-serif;
   font-size: 1.3rem;
   line-height: 3.6rem;
   text-transform: uppercase;
   letter-spacing: .2rem;
   padding: 0 2rem;
   margin: 0 1.2rem 1.5rem 0;
   border-radius: 3px;
   background: #e2e2e2;
   text-decoration: none;
   color: #333333;
   position: relative;
}

.s-extra .tagcloud a:hover, .s-extra .tagcloud a:focus {
   color: #FFFFFF;
   background: #151515;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * s-extra
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1200px) {
   .s-extra .top {
      max-width: 900px;
   }

   .s-extra .popular__posts article:nth-child(n+5) {
      display: none;
   }

}

@media only screen and (max-width:1000px) {
   .s-extra .top, .s-extra .tags-wrap {
      max-width: 800px;
   }

}

@media only screen and (max-width:800px) {
   .s-extra .top, .s-extra .tags-wrap {
      max-width: 550px;
   }

   .s-extra .about {
      padding: 0 15px;
   }

   .s-extra .tags {
      text-align: left;
   }

}

@media only screen and (max-width:600px) {
   .s-extra h3, .s-extra .about, .s-extra .tags {
      text-align: center;
   }

   .s-extra .popular__thumb {
      left: .6rem;
   }

   .s-extra .popular__thumb img {
      height: 6.6rem;
      width: 6.6rem;
   }

   .s-extra .about {
      padding: 0 10px;
   }

}

@media only screen and (max-width:400px) {
   .s-extra .popular__post {
      padding-left: 8.5rem;
   }

   .s-extra .popular__thumb {
      left: .6rem;
   }

   .s-extra .popular__thumb img {
      height: 6.3rem;
      width: 6.3rem;
   }

   .s-extra .about {
      padding: 0;
   }

}



/* ===================================================================
 * # footer
 *
 * ------------------------------------------------------------------- */
footer {
   padding-top: 10.2rem;
   padding-bottom: 6rem;
   font-size: 1.5rem;
   line-height: 2;
   color: rgba(255, 255, 255, 0.4);
}

footer a {
   color: #FFFFFF;
}

footer h4 {
   font-family: "metropolis-bold", sans-serif;
   font-size: 1.4rem;
   line-height: 1.286;
   text-transform: uppercase;
   letter-spacing: .25rem;
   padding-bottom: 4.2rem;
   color: #FFFFFF;
   margin-top: 0;
   position: relative;
}

footer h4::after {
   content: "";
   display: block;
   height: 1px;
   width: 120px;
   background-color: rgba(255, 255, 255, 0.1);
   position: absolute;
   left: 0;
   bottom: 0;
}

.s-footer__main {
   margin-bottom: 3.6rem;
}


/* -------------------------------------------------------------------
 * ## footer link list
 * ------------------------------------------------------------------- */
.s-footer__linklist {
   list-style: none;
   margin-left: 0;
}

.s-footer__linklist a {
   color: rgba(255, 255, 255, 0.4);
}

.s-footer__linklist li {
   padding-left: 0;
}


/* -------------------------------------------------------------------
 * ## subscribe form
 * ------------------------------------------------------------------- */
.s-footer__subscribe .subscribe-form {
   margin: 0;
   padding: 0;
   position: relative;
}

.s-footer__subscribe #mc-form {
   width: 100%;
}

.s-footer__subscribe #mc-form input[type="email"] {
   width: 100%;
   height: 5.4rem;
   font-size: 1.5rem;
   padding: 1.2rem 100px 1.2rem 60px;
   background: url(../images/icons/icon-mail.svg) 20px center no-repeat, rgba(0, 0, 0, 0.1);
   background-size: 24px 16px, auto;
   margin-bottom: 1.8rem;
   color: rgba(255, 255, 255, 0.5);
   border-radius: 3px;
   border: none;
}

.s-footer__subscribe #mc-form input[type="email"]:hover, 
.s-footer__subscribe #mc-form input[type="email"]:focus {
   color: #FFFFFF;
}

.s-footer__subscribe #mc-form input[type="email"]::-webkit-input-placeholder {
   color: rgba(255, 255, 255, 0.2);
}

.s-footer__subscribe #mc-form input[type="email"]:-moz-placeholder {
   color: rgba(255, 255, 255, 0.2);  /* Firefox 18- */
}

.s-footer__subscribe #mc-form input[type="email"]::-moz-placeholder {
   color: rgba(255, 255, 255, 0.2);  /* Firefox 19+ */
}

.s-footer__subscribe #mc-form input[type="email"]:-ms-input-placeholder {
   color: rgba(255, 255, 255, 0.2);
}

.s-footer__subscribe #mc-form input[type="email"].placeholder {
   color: rgba(255, 255, 255, 0.2) !important;
}

.s-footer__subscribe #mc-form input[type=submit] {
   position: absolute;
   top: 0;
   right: 0;
   color: #FFFFFF;
   background: #0054a5;
   border-color: #0054a5;
   padding: 0 15px;
   border-radius: 0 3px 3px 0;
}

.s-footer__subscribe #mc-form label {
   color: #FFFFFF;
   font-family: "metropolis-regular", sans-serif, sans-serif;
   font-size: 1.3rem;
   padding: 0 2rem;
}

.s-footer__subscribe #mc-form label i {
   padding-right: 6px;
}


/* -------------------------------------------------------------------
 * ## copyright
 * ------------------------------------------------------------------- */
.s-footer__bottom .s-footer__copyright span {
   display: inline-block;
}

.s-footer__bottom .s-footer__copyright span::after {
   content: "|";
   display: inline-block;
   padding: 0 1rem 0 1.2rem;
   color: rgba(255, 255, 255, 0.1);
}

.s-footer__bottom .s-footer__copyright span:last-child::after {
   display: none;
}


/* ------------------------------------------------------------------- 
 * ## go to top
 * ------------------------------------------------------------------- */
.go-top {
   position: fixed;
   bottom: 30px;
   right: 30px;
   z-index: 600;
   opacity: 0;
   visibility: hidden;
   -webkit-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
   -webkit-transform: translate3d(0, 200%, 0);
   -ms-transform: translate3d(0, 200%, 0);
   transform: translate3d(0, 200%, 0);
}

.go-top a, .go-top a:visited {
   text-decoration: none;
   border: 0 none;
   display: block;
   height: 5.4rem;
   width: 5.4rem;
   line-height: 5.4rem;
   text-align: center;
   background-image: url(../images/icons/icon-arrow-up.svg);
   background-color: #000000;
   background-repeat: no-repeat;
   background-position: center center;
   background-size: 10px 16px;
   color: rgba(255, 255, 255, 0.5);
   text-align: center;
   text-transform: uppercase;
   border-radius: 50%;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

.go-top a:hover, .go-top a:focus {
   color: #FFFFFF;
   background-color: #0054a5;
}

.go-top.link-is-visible {
   opacity: 1;
   visibility: visible;
   -webkit-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
}

/* ------------------------------------------------------------------- 
 * responsive:
 * footer components
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1200px) {
   .s-footer__main > .row {
      max-width: 800px;
   }

   .s-footer__sitelinks, .s-footer__archives, .s-footer__social {
      margin-bottom: 3rem;
   }

   .s-footer__subscribe {
      clear: both;
   }

   .s-footer__bottom {
      text-align: center;
   }

}

@media only screen and (max-width:600px) {
   footer {
      padding-top: 7.8rem;
   }

   .s-footer__main .row {
      max-width: 480px;
   }

   .s-footer__main h4 {
      padding-bottom: 0;
      margin-bottom: 2.4rem;
   }

   .s-footer__main h4::after {
      display: none;
   }

   .s-footer__main .s-footer__linklist {
      width: 80%;
      margin: 0 auto;
   }

   .s-footer__main .s-footer__linklist li a {
      display: block;
      border-bottom: 1px solid rgba(255, 255, 255, 0.03);
      padding: .6rem 0;
   }

   .s-footer__main .s-footer__linklist li:first-child a {
      border-top: 1px solid rgba(255, 255, 255, 0.03);
   }

   .s-footer__sitelinks, .s-footer__archives, .s-footer__social, .s-footer__subscribe {
      text-align: center;
   }

   .s-footer__sitelinks, .s-footer__archives, .s-footer__social {
      margin-bottom: 4.2rem;
   }

   .s-footer__main .row [class*="col-"]:nth-child(2) {
      display: none;
   }

   .s-footer__bottom {
      padding-bottom: .6rem;
   }

   .s-footer__bottom .s-footer__copyright span {
      display: block;
   }

   .s-footer__bottom .s-footer__copyright span::after {
      display: none;
   }

}

/* ===================================================================
 * # blog styles
 *
 * ------------------------------------------------------------------- */
.s-content--narrow .s-content__header {
   padding: 0 8rem;
}

.s-content--narrow h3.remove-top-margin {
   margin-top: 0;
}

.s-content--narrow h3.quarter-top-margin {
   margin-top: 1.5rem;
}

.s-content--narrow h3.half-top-margin {
   margin-top: 3rem;
}

.s-content__header-title {
   font-size: 4.2rem;
   line-height: 1.214;
   margin-bottom: .9rem;
}

.s-content__header-meta {
   list-style: none;
   margin-left: 0;
   margin-bottom: 1.2rem;
   font-family: "metropolis-medium", sans-serif;
   font-size: 1.5rem;
   line-height: 1.8;
   position: relative;
}

.s-content__header-meta li {
   display: inline-block;
   padding-left: 0;
   margin: 0 1rem;
}

.s-content__header-meta span, .s-content__header-meta a {
   color: #000000;
}

.s-content__header-meta .cat a::after {
   content: ",";
}

.s-content__header-meta .cat a:last-child::after {
   content: none;
}


/* -------------------------------------------------------------------
 * ## content main
 * ------------------------------------------------------------------- */
.s-content__main {
   margin-top: 6rem;
   padding-left: 6rem;
   padding-right: 6rem;
}

.s-content__main img {
   max-width: 960px;
   margin: 3rem 0 3rem -6rem;
}


/* -------------------------------------------------------------------
 * ## content media
 * ------------------------------------------------------------------- */
.s-content__media {
   padding: 0;
   margin-top: 4.8rem;
}

.s-content__media img {
   vertical-align: bottom;
}

.s-content__media, .s-content__post-thumb {
   position: relative;
}


/* -------------------------------------------------------------------
 * ## post tags
 * ------------------------------------------------------------------- */
.s-content__tags {
   margin-top: 6rem;
   font-family: "metropolis-regular", sans-serif;
}

.s-content__tags span {
   font-family: "metropolis-bold", sans-serif;
   color: #151515;
   position: relative;
   padding-right: 55px;
   margin-right: 1.5rem;
   margin-top: 1.2rem;
}

.s-content__tags span::after {
   display: inline-block;
   content: "";
   height: 1px;
   width: 40px;
   background-color: rgba(0, 0, 0, 0.2);
   position: absolute;
   top: 50%;
   right: 0;
}

.s-content__tags .s-content__tag-list {
   display: inline-block;
   padding-right: 0;
   margin-right: 0;
}

.s-content__tags .s-content__tag-list::after {
   display: none;
}

.s-content__tags .s-content__tag-list a {
   display: inline-block;
   font-family: "metropolis-regular", sans-serif;
   font-size: 1.3rem;
   line-height: inherit;
   color: #7f7f7f;
   border: 1px solid rgba(0, 0, 0, 0.3);
   border-radius: 3px;
   margin-right: 6px;
   margin-bottom: 6px;
   padding: 0 10px;
}

.s-content__tags .s-content__tag-list a:hover, 
.s-content__tags .s-content__tag-list a:focus {
   background-color: #000000;
   border-color: #000000;
   color: #ffffff;
}

.s-content__tags .s-content__tag-list a:last-child {
   margin-right: 0;
}


/* -------------------------------------------------------------------
 * ## author profile
 * ------------------------------------------------------------------- */
.s-content__author {
   margin-top: 10.2rem;
   padding-left: 9rem;
   position: relative;
}

.s-content__author img {
   margin: 0 !important;
   width: 6.6rem;
   height: 6.6rem;
   border-radius: 50%;
   position: absolute;
   left: 0;
   top: 0;
}

.s-content__author p {
   margin-bottom: 1.2rem;
}

.s-content__author-name {
   margin-top: 0;
}

.s-content__author-name a {
   color: #151515;
}

.s-content__author-social {
   list-style: none;
   margin-left: 0;
   font-family: "metropolis-bold", sans-serif;
   font-size: 12px;
   text-transform: uppercase;
   letter-spacing: 1px;
}

.s-content__author-social li {
   display: inline-block;
   margin-right: 1rem;
   padding-left: 0;
}

.s-content__author-social a {
   color: #151515;
}


/* -------------------------------------------------------------------
 * ## blog single page navigation
 * ------------------------------------------------------------------- */
.s-content__pagenav {
   margin-top: 10.2rem;
   padding-top: 1.8rem;
   border-top: 1px solid rgba(0, 0, 0, 0.1);
   position: relative;
}

.s-content__nav:after {
   content: "";
   display: table;
   clear: both;
}

.s-content__nav span {
   display: block;
   font-family: "metropolis-medium", sans-serif;
   font-size: 12px;
   text-transform: uppercase;
   letter-spacing: 2.5px;
   color: #7f7f7f;
   margin-bottom: 1.2rem;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

.s-content__nav a {
   font-family: "librebaskerville-bold", serif;
   font-size: 2.2rem;
   line-height: 1.5;
   color: #19191b;
}

.s-content__nav a:hover span, .s-content__nav a:focus span {
   color: #19191b;
}

.s-content__prev, .s-content__next {
   width: 50%;
   float: left;
   padding-right: 2rem;
}


/* -------------------------------------------------------------------
 * ## format gallery
 * ------------------------------------------------------------------- */
.format-gallery .entry__thumb {
   overflow: hidden;
}

.format-gallery .slider {
   overflow: hidden;
}

.format-gallery .slick-dots {
   text-align: left;
   margin: 0;
   padding: 0 2rem 0 2.4rem;
   position: absolute;
   top: auto;
   bottom: 2.4rem;
   left: 0;
}

.format-gallery .slider__slides {
   cursor: pointer;
   overflow: hidden;
   opacity: 0;
   visibility: hidden;
}

.format-gallery .slider__slides.slick-initialized {
   opacity: 1;
   visibility: visible;
}


/* -------------------------------------------------------------------
 * ## format video
 * ------------------------------------------------------------------- */
.format-video .video-container {
   margin-bottom: 0;
}


/* -------------------------------------------------------------------
 * ## format audio
 * ------------------------------------------------------------------- */
.format-audio .audio-wrap {
   position: absolute !important;
   bottom: 0;
   left: 0;
   width: 100%;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * blog styles
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1200px) {
   .s-content--narrow .s-content__header {
      padding: 0 6rem;
   }

   .s-content__main {
      padding-left: 5rem;
      padding-right: 5rem;
   }

   .s-content__main img {
      max-width: 900px;
      margin: 3rem 0 3rem -5rem;
   }

}

@media only screen and (max-width:1000px) {
   .s-content--narrow .s-content__header {
      padding: 0 6rem;
   }

   .s-content__header-title {
      font-size: 3.8rem;
   }

   .s-content__main {
      padding-left: 4rem;
      padding-right: 4rem;
   }

   .s-content__main img {
      max-width: 800px;
      margin: 3rem 0 3rem -4rem;
   }

}

@media only screen and (max-width:900px) {
   .s-content__main, .s-content__media {
      padding-left: 15px;
      padding-right: 15px;
   }

   .s-content--narrow .s-content__header {
      padding: 0 5rem;
   }

   .s-content__main img {
      max-width: 100%;
      margin: 3rem 0 3rem;
   }

}

@media only screen and (max-width:800px) {
   .s-content__header-title {
      font-size: 3.6rem;
   }

   .s-content__prev, .s-content__next {
      width: 100%;
      float: none;
      padding: 0;
      text-align: left;
      margin-bottom: 1.8rem;
   }

   .s-content__author {
      text-align: center;
      padding-left: 0;
   }

   .s-content__author img {
      position: static;
   }

   .s-content__author-name {
      margin-top: 1.2rem;
   }

}

@media only screen and (max-width:600px) {
   .s-content--narrow .s-content__header, .s-content__main, .s-content__media {
      padding-left: 10px;
      padding-right: 10px;
   }

   .s-content__prev, .s-content__next {
      text-align: center;
   }

}

@media only screen and (max-width:500px) {
   .s-content__header-title {
      font-size: 3.4rem;
   }

}

@media only screen and (max-width:400px) {
   .s-content--narrow .s-content__header, .s-content__main, .s-content__media {
      padding-left: 0;
      padding-right: 0;
   }

   .s-content--narrow .s-content__header {
      margin-top: 0;
   }

   .s-content__header-title {
      font-size: 3.3rem;
   }

}


/* -------------------------------------------------------------------
 * ## comments 
 * ------------------------------------------------------------------- */
.comments-wrap {
   background-color: #e5e5e5;
   padding: 8.4rem 0 9rem;
   margin-top: 10.2rem;
}

/* comments
 * -------------------------------------------------- */
#comments {
   padding-top: 1.2rem;
   padding-bottom: 1.2rem;
   max-width: 880px;
   color: #4c4c4c;
}

#comments h3 {
   margin-top: 0;
   margin-bottom: 1.5rem;
}

#comments ol, #comments ul {
   list-style: none;
}

.commentlist {
   margin: 6rem 0 5.4rem;
   padding: 0;
}

.commentlist > .comment {
   position: relative;
   list-style: none;
   margin: 0;
   padding: 1.8rem 0;
   padding-left: 14%;
}

.comment__avatar {
   position: absolute;
   left: 0;
   display: block;
   height: 6rem;
   width: 6rem;
}

.comment__avatar img {
   margin-top: 0.6rem;
   height: 6rem;
   width: 6rem;
   border-radius: 100%;
}

.comment__info cite {
   font-family: "metropolis-bold", sans-serif;
   font-size: 1.9rem;
   line-height: 1.263;
   font-style: normal;
   color: #151515;
}

.comment__meta {
   font-family: "metropolis-regular", sans-serif;
   font-size: 1.45rem;
   line-height: 3rem;
   font-style: normal;
   display: block;
   color: rgba(0, 0, 0, 0.7);
}

.comment__meta time {
   margin-right: 12px;
}

.comment__meta .reply {
   font-family: "metropolis-semibold", sans-serif;
}

.comment__text {
   clear: both;
   margin: 1.8rem 0 0 0;
   padding: 0;
}

.comment ul.children {
   margin: 0;
   padding: 1.8rem 0 0 0;
}

.comment ul.children li {
   padding-left: 5%;
   padding-top: 1.8rem;
}

/* comments form
 * ---------------------------- */
#comments .respond {
   padding-top: 4.2rem;
}

#comments form {
   padding-top: 3rem;
}

#comments form .form-field {
   margin-bottom: 3.9rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * comments
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1200px) {
   #comments {
      max-width: 830px;
   }

}

@media only screen and (max-width:1000px) {
   #comments {
      max-width: 750px;
   }

}

@media only screen and (max-width:800px) {
   #comments form button {
      width: 100%;
   }

   .comment__avatar {
      height: 5.1rem;
      width: 5.1rem;
   }

   .comment__avatar img {
      margin-top: 0;
      height: 5.1rem;
      width: 5.1rem;
   }

}

@media only screen and (max-width:600px) {
   #comments h3 {
      text-align: center;
   }

   .commentlist > .comment {
      padding-left: 0;
   }

   .commentlist .comment__avatar {
      display: none;
   }

}
.odemeTab {
    display: flex;
    justify-content: space-evenly;
}
.contain-footer-block {
    background: #131313;
    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/1px 0 0px 0 stretch;
    border-top: 1px solid;
}
.guide, .promotions-section-j .big-news-block {
    max-width: 1310px;
    width: calc(100% - 20px);
    float: none;
    margin: 0 auto;
    position: relative;
    box-sizing: content-box!important;
    padding-left: 10px;
    padding-right: 10px;
    clear: both;
}
.footer-group {
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    grid-area: footer;
    -ms-grid-row: 3;
}
.footer-cell {
    width: 100%;
}
.guide, .promotions-section-j .big-news-block {
    max-width: 100%;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
.guide, .promotions-section-j .big-news-block {
    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/0px 0 0px 0 stretch;
    border-top: 0px solid;
}
.guide:after, .guide:before, .promotions-section-j .big-news-block:after, .promotions-section-j .big-news-block:before {
    display: block;
    content: '';
    clear: both;
}
.contain-footer-block {
    float: left;
    width: 100%;
    position: relative;
    z-index: 9999;
    background: #131313;
    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/1px 0 0px 0 stretch;
    border-top: 1px solid;
}

.footer-j {
    display: table;
    float: left;
    width: 100%;
    margin: 0 0 0 -60px;
}
.footer-section {
    padding: 35px 0 0;
    width: 100%;
    display: table-cell;
    vertical-align: top;
	padding: 35px 20px 0 0;
}


/* ===================================================================
 * # page styles
 *
 * ------------------------------------------------------------------- */

/* ------------------------------------------------------------------- 
 * ## contact page
 * ------------------------------------------------------------------- */

/* map
 * ----------------------------------------------- */
#map-wrap {
   background: #FFFFFF;
   z-index: 500;
   height: 420px;
}

#map-wrap .gm-style img {
   max-width: none;
}

#map-wrap .gm-style label {
   width: auto;
   display: inline;
}

#map-wrap #map-container {
   height: 100%;
   width: 100%;
   background: #DDDDDD;
   position: relative;
}

#map-wrap #map-zoom-in, #map-wrap #map-zoom-out {
   height: 3.2rem;
   width: 3.2rem;
   cursor: pointer;
   margin-right: 4rem;
   color: white;
   background-color: #000000;
   display: none;
}

#map-wrap #map-zoom-in {
   margin-bottom: 2px;
   margin-top: 30px;
}

#map-wrap #map-zoom-in::before, #map-wrap #map-zoom-out::before {
   display: block;
   color: white;
   text-align: center;
   font-family: 'FontAwesome';
   font-size: 14px;
   content: "\f067";
   height: 32px;
   width: 32px;
   line-height: 32px;
   -webkit-transition: color 0.3s ease-in-out;
   transition: color 0.3s ease-in-out;
}

#map-wrap #map-zoom-in::before {
   content: "\f067";
}

#map-wrap #map-zoom-out::before {
   content: "\f068";
}

#map-wrap #map-zoom-in:hover::before, #map-wrap #map-zoom-out:hover::before {
   background-color: #0054a5;
}

/* contact form
 * ----------------------------------------------- */
#cForm {
   margin-top: 3.6rem;
}

/*# sourceMappingURL=main.css.map */
.footer-group {
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    grid-area: footer;
    -ms-grid-row: 3;
}
.footer-cell {
    width: 100%;
}
.contain-footer-block {
    background: #131313;
    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/1px 0 0px 0 stretch;
    border-top: 1px solid;
}
.contain-footer-block {
    float: left;
    width: 100%;
    position: relative;
    z-index: 9999;
}
.float-left {
    float: left;
}
.width-100 {
    width: 100%;
}
.guide, .promotions-section-j .big-news-block {
    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/0px 0 0px 0 stretch;
    border-top: 0px solid;
}
.guide, .promotions-section-j .big-news-block {
    max-width: 100%;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
.guide, .promotions-section-j .big-news-block {
    float: none;
    margin: 0 auto;
    position: relative;
    box-sizing: content-box!important;
    clear: both;
}
.guide:after, .guide:before, .promotions-section-j .big-news-block:after, .promotions-section-j .big-news-block:before {
    display: block;
    content: '';
    clear: both;
}
.footer-j {
    display: table;
    float: left;
    width: 100%;
margin: 0 0 0 -60px;
}
.footer-section {
    width: 100%;
    display: table-cell;
    vertical-align: top;
padding: 35px 20px 0 0;
}
.footer-j .footer-nav-b {
    margin-left: unset;
    text-align: center;
    margin: auto;
display: table;
}
html[dir=ltr] .footer-j .footer-nav-b ul {
    padding: 0 20px 0 0;
}
.footer-j .footer-nav-b ul {
    float: none;
    width: 204px;
    max-width: inherit;
    display: table-cell;
}
.footer-j .footer-nav-b ul li:first-child {
    padding-bottom: 5px;
border-bottom: 1px solid;
    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/0px 0 1px 0 stretch;
padding: 7px 0;
}
.footer-j a {
    text-decoration: none;
    color: #d2b06d;
    pointer-events: none;
font-family: BelleroseLight;
    line-height: 0rem;
    letter-spacing: 1px;
}
.footer-section {
    padding: 35px 0 0;
    vertical-align: top;
width: 1%;
    white-space: nowrap;
    text-align: right;
    position: relative;
    margin: auto;
    display: contents;
}
.ref-social-icons-j {
    margin-top: 15px;
}
.ref-social-icons-j {
    font-size: 0;
    margin-bottom: 24px;
}
.social-facebook {
    background: url(https://cmsbetconstruct.com/content/images/903fbe1…_1866572_media.png) no-repeat 0 0 / 136%;
}
.footer-j a {
    text-decoration: none;
}
.ref-social-icons-j a {
    width: 40px;
    height: 40px;
    margin: 10px 0px 0px;
}
.footer-j .copyright-j {
    float: left;
    width: 100%;
    font: 12px/20px Roboto,Arial,Helvetica,sans-serif;
    color: rgba(255,255,255,.75);
    position: absolute;
    margin: 65px 0 0 -25px;
}
.footer-j .copyright-j a {
    color: rgba(255,255,255,.75);
}
.footer-j a {
    text-decoration: none;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide:not(.ng-hide-animate) {
    display: none !important;
}

.age-restriction-block {
    float: left;
    margin: 0px 0px 0px 0px;
    width: 100%;
}
html[dir=ltr] .age-restriction-block .age-restriction-j {
    float: right;
}
.age-restriction-block .age-restriction-j {
    width: 42px;
    height: 42px;
    background: rgba(255,255,255,.03);
    box-shadow: 0 0 1px rgba(255,255,255,.28)inset;
    font: 16px/42px Roboto,Arial,Helvetica,sans-serif;
    color: #fff;
    border-radius: 100%;
    text-align: center;
}
.footer-j .back-block-j {
    width: 100%;
    display: flex;
}
html[dir=ltr] .footer-j .back-block-j button:only-child, html[dir=rtl] .footer-j .back-block-j button:only-child {
    font-family: BelleroseLight;
    line-height: 0rem;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 0px 0px 10px 0;
}
html[dir=ltr] .footer-j .back-block-j button:only-child, html[dir=rtl] .footer-j .back-block-j button:only-child {
    margin: 0;
}
.footer-j .back-block-j button[class-on-scroll=",back-to-top-hide"] {
    box-shadow: inset 0 0 0 0px #d5d5d5;
}
.footer-j .back-block-j button[class-on-scroll=",back-to-top-hide"] {
    border-radius: 10px;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-image: linear-gradient(to left, #13131321 1%, #d5d5d5 50%, #13131321 100%) 100% 0 100% 0/2px 0 2px 0 stretch;
}
.footer-j .back-block-j button[class-on-scroll=",back-to-top-hide"] {
    background: 0 0;
    border-color: rgba(255,255,255,.28);
    color: #fff;
}
.footer-j .back-block-j button {
    width: 100%;
    height: 32px;
    font: 12px Roboto,Arial,Helvetica,sans-serif;
    border: 1px solid #d2b06d;
    text-transform: uppercase;
    transition: 300ms color,300ms background,300ms border;
}
.float-width, .float-width-height {
    width: 100%;
    float: left;
    display: block;
    margin-top: 0px;
}
.extended-license-footer {
    margin: 4% 35% 1% 15% !important;
    position: relative;
    padding: 5px 0px 0px 0;
}
.extended-license-footer {
    float: left;
    width: 70%;
    border-top: 0px solid rgba(255,255,255,.13);
    font: 11px/16px Roboto,Arial,Helvetica,sans-serif;
    color: rgba(255,255,255,.28);
    align-items: center;
    align-content: center;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide:not(.ng-hide-animate) {
    display: none !important;
}
.extended-license-footer>div {
    float: left;
    width: 100%;
}
.extended-license-footer>div>div {
    float: left;
    width: 100%;
    text-align: center;
}
.extended-license-footer>div>div>div:last-child {
    margin-right: 0;
}
.extended-license-footer>div>div>div:first-child {
    margin-left: 0;
}
.extended-license-footer>div>div>div {
    margin: 0 20px 20px;
    display: inline-block;
}
.extended-license-footer a {
    position: relative;
    margin: -7px 0px 0 0px;
}
.extended-license-footer a {
    color: #6f6f6f;
    text-decoration: none;
}
.extended-license-footer>ul {
    display: table;
    float: left;
    width: 100%;
}
html[dir=ltr] .extended-license-footer>ul>li {
    width: 71%;
}

html[dir=ltr] .extended-license-footer>ul>li {
    font-family: inherit;
    font-size: 12px;
    color: #ffffffde;
padding: 0 0 0 10px;
}
.extended-license-footer>ul>li:first-child {
    width: 70%;
    padding: 0;
}
.extended-license-footer>ul>li {
    display: table-cell;
    vertical-align: top;
}
.extended-license-footer>ul>li.gamble-logos-j>ul {
    display: table;
    float: left;
}
.extended-license-footer>ul>li.gamble-logos-j>ul>li {
    display: table-cell;
    vertical-align: middle;
}
.extended-license-footer>ul>li.gamble-logos-j a, .extended-license-footer>ul>li.gamble-logos-j iframe, .extended-license-footer>ul>li.gamble-logos-j img {
    display: block;
    float: left;
    width: 150px;
    height: 50px;
}
.guide:after, .guide:before, .promotions-section-j .big-news-block:after, .promotions-section-j .big-news-block:before {
    display: block;
    content: '';
    clear: both;
}
.contain-footer-block .paymen-icons-list {
    background: #131313;
 background: #010101;
border-image: linear-gradient(to left, #ffffff40 1%, #ffffff40 50%, #ffffff40 100%) 100% 0 100% 0/1px 0 0px 0 stretch;
border-bottom: 2px solid;
border-top: 1px solid;
}
.paymen-icons-list {
    width: 100%;
    float: left;
margin: 0px 0 0;
}
.guide, .promotions-section-j .big-news-block {
    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/0px 0 0px 0 stretch;
    border-top: 0px solid;
}
.guide, .promotions-section-j .big-news-block {
    max-width: 100%;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
.guide, .promotions-section-j .big-news-block {
    float: none;
    margin: 0 auto;
    position: relative;
    box-sizing: content-box!important;
    clear: both;
}
.guide:after, .guide:before, .promotions-section-j .big-news-block:after, .promotions-section-j .big-news-block:before {
    display: block;
    content: '';
    clear: both;
}
.contain-footer-block .payment-content-block {
    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/0px 0 1px 0 stretch;
}
.contain-footer-block .payment-content-block {
    border-top: 1px solid;
}
.contain-footer-block .payment-content-block {
    float: unset;
    width: 70%;
}
.contain-footer-block .payment-content-block {
    box-sizing: border-box;
    display: table;
    table-layout: fixed;
    max-height: 140px;
}
.payment-content-block {
    margin: 0 auto;
    overflow: hidden;
}
.contain-footer-block .payment-content-block>ul {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 50px;
    padding: 20px 0;
}
.contain-footer-block .payment-content-block>ul>li {
    display: inline-block;
    vertical-align: middle;
    min-width: 9.5%;
    padding: 0 6px;
}
.payment-content-block ul li {
    display: table-cell;
    height: 50px;
    margin: 0;
    filter: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale);
    filter: gray;
    transition: filter .6s,opacity .6s;
    -webkit-filter: grayscale(0%) saturate(8%);
    opacity: .6;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide:not(.ng-hide-animate) {
    display: none !important;
}
.payment-content-block ul li span {
    height: 50px;
    margin: 0 auto;
}
.paymentImage {
    max-width: 110px!important;
    max-height: 38px!important;
    box-sizing: border-box;
}
.footer-custom-sprite {
    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/0px 0 1px 0 stretch;
    border-top: 1px solid;
}
.footer-custom-sprite {
    float: left;
    width: 100%;
}
.footer-custom-sprite img {
    width: 65%;
}

.footer-custom-sprite img {
    margin: -25px auto -25px auto;
}
.footer-custom-sprite img {
    padding-right: 0px;
}
.footer-custom-sprite img {
    display: block;
    max-width: 100%;
}
.guide:after, .guide:before, .promotions-section-j .big-news-block:after, .promotions-section-j .big-news-block:before {
    display: block;
    content: '';
    clear: both;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide:not(.ng-hide-animate) {
    display: none !important;
}
.footer-button {
    background: #1d1d1d;
}
.footer-button {
    position: fixed;
    width: 60px;
    height: 18px;
    margin: 0;
    z-index: 100019;
    bottom: 0;
    left: calc((100% - 60px) / 2);
    font: 16px/18px icomoon;
    color: #fff;
    text-align: center;
    border-radius: 3px 3px 0 0;
    transition: opacity 300ms,transform 300ms;
    opacity: 1;
    transform: translate3d(0,0,0);
}

/* -------------------------------------------------------------------------*/
/* logo */.logo-nav-wrapper a img {    display: inline-block;    vertical-align: middle;    max-height: 92px;    height: 55px;    position: absolute;    left: 575px;}/* girisyap */.signin-reg-buttons-b>ul>li:first-child>button {    background: 0 0;    color: rgba(255,255,255,.7);    border-radius: 15px 0px 0px 15px;}/* kayÄ±l ol */.signin-reg-buttons-b>ul>li>button {    height: 30px;    border: 1px solid #d2b06d;    background: #d2b06d;    box-sizing: border-box;    padding: 0 15px;    font: 12px/16px Roboto,Arial,Helvetica,sans-serif;    color: #000;    text-transform: uppercase;    cursor: pointer;    min-width: 100px;    transition: color 180ms,background 180ms,border 180ms;    margin-top: 3px;    background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);    border-radius: 0px 15px 15px 0px;}/* favori */.favorite-icon-b {    position: absolute;    right: 1px;}/* bildirim ve diÄŸerleri */.responsive-header-contain-j .responsive-header-item-j {    display: table-cell;    width: 1%;    right: 1px;}/* menÃ¼ Ã¼stÃ¼ yeni */.header-nav-contain>ul>li a:before, .subtop-header-menu-j>ul>li a:before {    display: inline-block;    color: #000;    /* background: #d2b06d; */    box-shadow: 0 1px 1px 0 rgba(0,0,0,.6);    position: absolute;    height: 10px;    font: 8px/11px Roboto,Arial,Helvetica,sans-serif;    padding: 0 2px;    border-radius: 5px 5px 5px 5px;    right: 8px;    top: 5px;    box-sizing: border-box;    background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);}/* daha */.body-wrapper .headerVersion_2 .top-menu-more {    display: block;    height: 40px;    padding: 0 6px;    font: 14px/40px Roboto,Arial,Helvetica,sans-serif;    background: #d2b06d;    color: #000;    border-radius: inherit;    background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);    border-radius: 5px 5px 5px 5px;}/* menÃ¼ */.responsive-header-mainMenu-j>li {    display: table-cell;    vertical-align: top;    width: 100%;    direction: ltr;    border-top: 2px solid #d2b06d;    border-image: linear-gradient(to left, #131313 1%, #f2ddb0 50%, #131313 100%) 100% 0 100% 0/0px 0 0px 0 stretch;    height: 50px;}/* slider */.hp-slider-17 .hp-slide-17 a img {    display: block;    float: left;    width: 100%;    margin-top: 35px;    border-top: 2px solid;    border-bottom: 2px solid;    /* border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/2px 0 2px 0 stretch; */    border-radius: 50px;}/* header zemin */.header-container-b {    float: left;    width: 100%;    margin: 0 0 2px;    box-sizing: border-box;    background: #131313;    position: relative;    height: 90px;  box-shadow: 0 2px 0;}/* notf seperator */.separator-contain-nav {    float: left;    box-sizing: border-box;    padding: 0 10px;    box-shadow: 1px 0 0 rgba(255,255,255,.1);    height: 36px;    position: relative;    top: -20px;}.signin-reg-buttons-b {    float: left;    box-sizing: border-box;    height: 36px;    padding: 0 10px;    border-right: 1px solid rgba(255,255,255,.1);    white-space: nowrap;    font-size: 0;    line-height: 0;    margin-top: -35px;}/* 2 buton hiza */.signin-reg-buttons-b>ul {    float: left;    box-sizing: border-box;    position: absolute;    margin-top: 35px;    right: 35px;}/* menÃ¼ hiza */.header-nav-contain {    float: left;    width: 100%;    box-sizing: border-box;    text-align: center;    position: relative;    z-index: 33;    font-size: 0;    margin-top: 3px;    margin: 4px 0px 0px -30px;}/* menÃ¼ alt background */.header-nav-contain>ul>li.active>.top-menu-sub-a-t>a, .header-nav-contain>ul>li>.top-menu-sub-a-t>a:hover {    background: #d2b06d;    color: #000;    background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);    border-radius: 5px;}/* daha menÃ¼ alt background */.header-nav-contain>ul>li.sub-menu-item .top-menu-sub-a-t>a:hover {    background: #d2b06d;    background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);    border-radius: 15px;}/* ilk hali daha menÃ¼ alt background */.header-nav-contain>ul>li.sub-menu-item>.top-menu-sub-a-t>a {    width: 220px;    border-top: 2px solid #d2b06d;    background: #131313;    border-radius: 15px;}/* responsive header */.header-container-b {    float: left;    width: 100%;    margin: -1px 0 0px;    box-sizing: border-box;    background: #131313;    position: relative;    height: 90px;    border-top: 2px solid;    border-bottom: 2px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/0px 0 2px 0 stretch;}.responsive-header-mainMenu-j {    background: #131313;    display: table;    float: left;    width: 100%;    margin-top: 2px;    /* border-top: 2px solid; */    border-bottom: 2px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/0px 0 2px 0 stretch;}/* buton Ã¼stÃ¼ yuvarlaklar */.sport-news-link-t:after {    content: '1';    font-size: 8px;    line-height: 12px;    font-family: sans-serif;    text-align: center;    display: block;    background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);    color: #000;    width: 10px;    height: 10px;    border-radius: 10px;    position: absolute;    top: 10px;    right: 8px;}.favorite-count-view, .mybets-count-view {    display: inline-block;    box-sizing: border-box;    min-width: 14px;    height: 14px;    padding: 0 3px;    border-radius: 8px;    background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);    text-align: center;    font: 9px/14px Roboto,Arial,Helvetica,sans-serif;    color: #000;    position: absolute;    top: -4px;    right: -5px;}/* menÃ¼ yukarÄ± boÄ±ÅŸluk */.responsive-header-mainMenu-j {    background: #131313;    display: table;    float: left;    width: 100%;    margin-top: 2px;}/* hepsi alt Ã§izgi */.nav-news-sport-cat-j a.active {    box-shadow: inset 0 0px 0 #d2b06d;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/0px 0 1px 0 stretch;}/* anasayfa dakikalar alt Ã§izgi */.lmb-time-selector li.active-j {    box-shadow: inset 0 0px 0 #d2b06d;  border-bottom: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/0px 0 1px 0 stretch;}.lmb-sport-select-j ul li.active-j {    /* background-color: #d2b06d; */    max-width: 100%;    transition: 400ms max-width linear,300ms background cubic-bezier(0.4,0,.2,1);    background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);    border-radius: 15px;  border: 1px solid #d2b06d;}/* footer mobil buton */.footer-j .old-version-link-j a {    display: inline-block;    vertical-align: top;    font: 10px/22px Roboto,Arial,Helvetica,sans-serif;    height: 22px;    margin: 20px 0 0;    padding: 0 10px;    border: 1px solid #d2b06d;    color: #fff;    text-transform: uppercase;    transition: 300ms background,300ms border,300ms color;    border-radius: 15px;}.footer-j .old-version-link-j a:hover{  background:linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);  border-color:#d2b06d;  color:#000}/* footer Ã¼ste git buton */.footer-j .back-block-j button[class-on-scroll=",back-to-top-hide"] {    background: 0 0;    border-color: rgba(255,255,255,.28);    color: #fff;    border-radius: 15px;}.footer-j .back-block-j button[class-on-scroll=",back-to-top-hide"]:hover {    background:linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);  border-color:#d2b06d;  color:#000}/* giris bilgi cerceve */.form-register-layout.signin .field-separator .form-text input, .gift-bet-form>input, .input-separator-b input, .reg-list-item-wrapper-j input, .register-steps-b .reg-form-input-number input, .register-steps-b .registration-form-city input, .register-steps-b input:not([type=radio]), .send-message-j input[type=text] {    border: 1px solid #d2b06d;}/* giris cerceve */.register-contain-new {    float: left;    width: 100%;    padding: 28px;    box-sizing: border-box;    white-space: normal;    border-top: 1px solid;    border-left: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/1px 0 1px 0 stretch;}/* giris buton */.button-confirm>button {    border-radius: 15px;    border: 1px solid #d2b06d;    background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);}/* giris cerceve */.register-steps-b {    border-radius: 20px;    border-top: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/1px 0 1px 0 stretch;}/* giris kayit boyut */.signin-reg-buttons-b>ul>li:first-child>button {    height: 25px;}.signin-reg-buttons-b>ul>li>button {    height: 25px;}/*kayÄ±t step 2 */.block-sign-in-form .select-j {    position: relative;    float: left;    width: 100%;    border: 1px solid #d2b06d;}/*kayÄ±t geri buton */.button-confirm.step-2 button:nth-child(2) {   border-color: #edeff0;}/*kayÄ±t onay kutusu */html[dir=ltr] .mini-checkbox-b>input[type=checkbox]+label:before {  border: 1px solid #edeff0;}/*kayÄ±t noktalar */
reg-s-pagination small.active { 
	background: #d2b06d;}reg-s-pagination small {
	background: #edeff0;}/*kayÄ±t recaphta */.gift-bet-wrapper {    border-radius: 25px;    border-top: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/1px 0 1px 0 stretch;}/*kayÄ±t logo */.logo-form-b img {    display: inline-block;    vertical-align: middle;    max-height: 76px;    max-width: 100%;    height: 60px;}/*affi yatÄ±rÄ±m buton cerceve */html[dir=ltr] .simple-nav-j ul {    float: left;    border-left: none;    border-radius: 15px;    border: 1px solid #d2b06d;    position: absolute;  margin-top: -35px;  background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);}.simple-nav-j a, .simple-nav-j p {    color: rgb(0 0 0);  min-height: 10px;    height: 28px;}/* canlÄ± saÄŸ yukarÄ± hiza */.view-settings-b-v3>ul {    margin-top: 7px;}html[dir=ltr] .simple-nav-j li:not(:last-child) {    margin: -5px 5px 0px 10px;}.simple-nav-j li {    margin: -5px 10px 0px 5px;}/*bahis yap anasayfa */html[dir=ltr] .game-link-wrapper-b>a {    float: left;    background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);    border-radius: 15px;    border: 1px solid #d2b06d;  margin-left: 0px;}/* gÃ¼nÃ¼n maÃ§larÄ± Ã§erÃ§eve */.games-view-slider-contain>ul {    border-top: 1px solid;    border-bottom: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/1px 0 1px 0 stretch;}/* iconlar back */.lmb-sport-select-j .sport-icon-j {    color: #d2b06d;}/* futbol topu */.game-full-information-w:before {    color: #d2d2d2;}/* canlÄ± menÃ¼ altÄ± */.view-switcher-v3 {    box-sizing: border-box;    float: left;    width: 100%;    height: 46px;    margin: 13px 0px 0px 3px;    border-bottom: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/0px 0 1px 0 stretch;}/* canlÄ± ve maconcesi butonu */.view-switcher-v3>ul>li.active>button, .view-switcher-v3>ul>li:hover>button {    box-sizing: border-box;    color: #000000;    background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);    border-radius: 10px;}html[dir=ltr] .view-switcher-v3>ul>li:last-child>button {    border-radius: 10px;}/* canlÄ± ve maconcesi sag alt */.betslip-title-v3 {    box-sizing: border-box;    float: left;    width: 100%;    margin: 0 0 1px;    height: 38px;    background: #1d1d1d;    box-shadow: 0 -1px 0 #000 inset;    border-radius: 2px 2px 0 0;    padding: 0;    border-bottom: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/0px 0 1px 0 stretch;}/* canlÄ± ve maconcesi saha icon */.anime-video-switcher-v3>ul>li.active {    background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);}/* mac ici Ã¼st butonlar */.euro2016-changeStatsMode-j input.active {    background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);}/* kupon kapat btn */.quick-bet-form-b-v3>ul>li>button, .save-settings-button-v3>button:hover {    background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);}.quick-bet-form-b-v3>ul>li>button, .save-settings-button-v3>button {  border-radius: 10px;  border: 1px solid #d2b06d;}/* kupon radio btn */.price-change-settings-v3>ul>li>label>span:before {    background: #d2b06d;}/* kupon bahis kutu */.quick-bet-form-b-v3>ul>li>input[type=text], .stake-form-contain-v3>ul>li>input[type=text] {    border: 1px solid #d2b06d;  border-radius: 10px;}/* oran bilgi kutu */.max-bet-tooltip-v3:after {    background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);}/* secili oran */.single-events-b-v3.active, .single-events-b-v3.active:hover {    background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);    border-radius: 3px;}/* bahis filitre */.filter-row-v3>ul>li.active>i {    background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);}/* kupon onay btn */.button-view-contain-v3>button:not(:disabled) {    background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);    border-radius: 10px;}/* secilimac alt cizgi */.single-game-item-v3.active {    border-bottom: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/0px 0 1px 0 stretch;}/* kitli mac icon */.blocked-icon-v3:before {    color: #d2b06d;}/* favori mac icon */.markets-group-wrap-v3>ul>li.favorte-markets-group-j>span:before {    box-sizing: border-box;    content: "\f005";    cursor: pointer;    display: block;    width: 100%;    font: 18px/33px icomoon;    color: #d2b06d;}/* degissiklileri kaydet buton */.button-view-contain-v3 {    border: 1px solid #d2b06d;    border-radius: 10px;}/* footer yazÄ±lar */.footer-j .footer-nav-b ul li a {    color: #d2b06d;}/* footer baslÄ±k alt cizgi */.footer-j .footer-nav-b ul li:first-child {    padding-bottom: 12px;    border-bottom: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/0px 0 1px 0 stretch;}/* e-spor buton */.view-switcher>li.active {    background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);    color: #000;}html[dir=ltr] .header-nav-contain>ul:first-child {    padding-left: 0px;}/* slayt alti animasyonlu buton */.product-list-contain>ul>li>a>button {    border-radius: 10px;    border-top: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/1px 0 0px 0 stretch;}.product-list-contain>ul>li>a>button:hover {    border-radius: 10px;    border: 1px solid #d2b06d;  background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);}.product-list-contain>ul>li>a>button:after {    background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);}.product-list-contain>ul>li>a {    border-radius: 10px;    border: 1px solid #d2b06d;}/* promosyon Ã¼st secenek */.promotions-menu-p ul {    float: left;    width: 100%;    display: table;    table-layout: fixed;    background: #131313;    margin-top: 10px;    border-radius: 10px;}.promotions-menu-p ul li.active, .promotions-menu-p ul li:hover {    color: #000;    background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);    border-radius: 10px;    border: 1px solid #d2b06d;}.promotions-menu-p {    border-bottom: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/0px 0 1px 0 stretch;}/* menu alt ust cizgi */.responsive-header-mainMenu-j {    background: #131313;    display: table;    float: left;    width: 100%;    margin-top: 2px;    border-top: 2px solid;    border-bottom: 2px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/0px 0 2px 0 stretch;}/* csino hepsinigor */.casino-gamer>a, .tournaments-content>a {    background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);    border: 1px solid #d2b06d;    border-radius: 10px;}/* csino turnuva altcizgi */.casino-gamer>p, .tournaments-content>p {    border-bottom: 2px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/0px 0 1px 0 stretch;}.tab-jackpots>ul>li.active { box-shadow: 0 -1px 0 ;}.tab-winners>ul>li.active {    box-shadow: 0 -1px 0 ;    border-bottom: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/0px 0 1px 0 stretch;}/* casino secili saglayÄ±cÄ±lar */.games-providers>a.active, .games-providers>a:hover {    box-shadow: 0 0 0 1px #323232;    border-radius: 10px;    border: 1px solid #d2b06d;  background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);}/* oyun ustu buton */.games-buttons>strong button {    background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);    border-radius: 10px;    border: 1px solid #d2b06d;}/* oyun gorunumleri */.all-games-container>a {    border-radius: 10px;    margin: 0px 25px 15px 5px;  border: 1px solid #d2b06d;}/* canlÄ± casino oyunlar */float-width, .float-width-height {    width: 99%;    float: left;    display: block;}.live-casino-game-as-image {    float: left;    width: 99%;    height: 100%;    overflow: hidden;    transform: translate3d(0,0,0);    position: relative;    border-radius: 10px;    border: 1px solid #d2b06d;}.live-casino-image-splash-play button {    background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);    border-radius: 10px;    border: 1px solid #d2b06d;}.live-casino-providers button.active {
		pointer-events: none;    border-color: #d2b06d;    border-radius: 10px;    color: #000;  background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);}/* gereksiz cizgi */body>.about .headerVersion_2 .conteiner:before, body>.backgammon .headerVersion_2 .conteiner:before, body>.belote .headerVersion_2 .conteiner:before, body>.blast .headerVersion_2 .conteiner:before, body>.csbpoolbetting .headerVersion_2 .conteiner:before, body>.draw .headerVersion_2 .conteiner:before, body>.external .headerVersion_2 .conteiner:before, body>.fantasy .headerVersion_2 .conteiner:before, body>.first_deposit_bonus .headerVersion_2 .conteiner:before, body>.first_deposit_bonus_and_20_free_spins .headerVersion_2 .conteiner:before, body>.freebet .headerVersion_2 .conteiner:before, body>.gameCSB1providerCSBexid152000 .headerVersion_2 .conteiner:before, body>.games .headerVersion_2 .conteiner:before, body>.gameslanding .headerVersion_2 .conteiner:before, body>.livedealer .headerVersion_2 .conteiner:before, body>.ogwil .headerVersion_2 .conteiner:before, body>.poker .headerVersion_2 .conteiner:before, body>.pokerklas .headerVersion_2 .conteiner:before, body>.poolbetting .headerVersion_2 .conteiner:before, body>.vip-promos .headerVersion_2 .conteiner:before, body>.vrcasino .headerVersion_2 .conteiner:before {    content: "";    height: 40px;    display: block;    position: absolute;    width: 100%;    background: #131313;    left: 0;    bottom: 0;    border-bottom: solid 0px #d2b06d;}/* footer sosyalmedya ikonlar */.ref-social-icons-j a {    width: 40px;    height: 40px;  margin: 12px 0px 24px;}.social-facebook {    background: url(https://cmsbetconstruct.com/content/images/903fbe19ac8676acb1907b7db74afc32_1866572_media.png) no-repeat 0 0 / 136%;}.ref-social-icons-j a.facebook:before, .ref-social-icons-j a.facebookUrl:before, .ref-social-icons-j a.facebookUrlLangs:before {    content: none;}.ref-social-icons-j a.cms-jcon-twitter1:before, .ref-social-icons-j a.twitter:before {    content: unset;}.social-twitter {    background: url(https://cmsbetconstruct.com/content/images/10098d3585af47b1800fe4dab8f3c372_1866572_media.png) no-repeat 0 0 / 136%;}.ref-social-icons-j a.cms-jcon-insstagram1:before, .ref-social-icons-j a.instagram:before {    content: unset;}.social-instagram {    background: url(https://cmsbetconstruct.com/content/images/d4d8d91a232096f33b4448c19c6c3337_1866572_media.png) no-repeat 0 0 / 136%;}.ref-social-icons-j a.youtube:before, .ref-social-icons-j a.youtubeUrl:before, .ref-social-icons-j a.youtubeUrlLangs:before {    content: unset;}.social-youtube {    background: url(https://cmsbetconstruct.com/content/images/eaf72ef975b8cd750901d4b356338c88_1866572_media.png) no-repeat 0 0 / 136%;}.ref-social-icons-j a.telegram:before, .ref-social-icons-j a.telegramUrl:before, .ref-social-icons-j a.telegramUrlLangs:before {    content: unset;}.social-telegram {    background: url(https://cmsbetconstruct.com/content/images/8d338c576ffe78c2babaece5a4ef6ea8_1866572_media.png) no-repeat 0 0 / 136%;}/* yan menu renk */.sidebutton {    background: linear-gradient(90deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);    border: 2px solid #d2b06d;}.sidebutton span {    color: #000;  font-size: 13px;}/* oyunlar simdi oyna */.games-pw-buttonset-j button.skin-j {    color: #fff;    min-width: 110px;    background: rgba(0,0,0,.3);    border-radius: 10px;}.games-pw-buttonset-j button.skin-j:hover {    background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);    border-radius: 10px;  border: 1px solid #d2b06d;}/* oyunlar goz */.action-button-set-j div a:hover {    background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);  border-radius: 10px;  border: 1px solid #d2b06d;}.action-button-set-j div a {    border-radius: 10px;}/* tombala hata */.popup-wrapper-j .pu-button-wrap-j button {    border: 1px solid #d2b06d;    border-radius: 10px;}/* oyunlar cerceve */.wrapper-game-link .game-link-tj {    border-radius: 10px;    border: 1px solid #d2b06d;}/* sanal oyunlar butonlar */.virtual-games .virtuals-switch-results-wrapper>ul>li>button {    background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);    border-radius: 10px;}.body-wrapper.classic.virtualsports .virtual-games .upcoming-events ul li.active {    background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);    border: 1px solid #d2b06d;}.body-wrapper.classic.virtualsports .virtual-games .upcoming-events ul li {    border-radius: 10px;    color: #6f6f6f;    border: 1px solid #6f6f6f;}/* kenarlÄ±k bahis alani */.single-events-b-v3 {    border-radius: 10px;}html[dir=ltr] .markets-group-wrap-v3>ul:not(.has-dropdown)>li:last-child {    border-radius: 10px;}.body-wrapper.classic.virtualsports .market-title-v3, .body-wrapper.classic.virtualsports .upcoming-events {    background: #1d1d1d;    border-radius: 10px;}.virtual-games .group-container {    padding-bottom: 2px;    overflow: hidden;    position: relative;    border-bottom: 2px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/0px 0 2px 0 stretch;}.virtual-games .virt-video-container {    background: #101010;    border-radius: 10px;}.body-wrapper.classic.virtualsports .left-column-v3 .v-sports-tab {    border-radius: 10px;}.betslip-title-v3 {    border-radius: 10px;}.mini-filters-box-v3 {    border-radius: 10px;}.mini-list-events-b-v3>ul>li {    border-radius: 10px;}.markets-group-wrap-v3>ul>li {    border-radius: 10px;}.market-title-v3 {    border-radius: 10px;}.single-events-b-v3 {    border-radius: 10px;}.competition-title-v3 {    border-radius: 10px;}.settings-contain-betslip-v3 {    border-radius: 10px;}.sports-item-v3 {    border-radius: 10px;}html[dir=ltr] .statistic-view-v3 .game-score-multiset ul.title li:last-child, html[dir=ltr] .statistic-view-v3 .live-game-container .sport-title, html[dir=rtl] .statistic-view-v3 .game-score-multiset ul.title li:first-child, html[dir=rtl] .statistic-view-v3 .live-game-container .sport-title {    border-radius: 10px;}.region-item-v3 {    border-radius: 10px;}.search-box-v3 .block-search>input[type=text] {    border-radius: 10px;}.single-game-item-v3 {    border-radius: 10px;}html[dir=ltr] .classic-view-column-v3 .sports-item-v3.Soccer~.region-item-row-v3 .single-game-item-v3.active:after {    border-radius: 10px;}.ctournament-image-wrapper {    border-radius: 10px;}.ctournament-title-table button {    background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);    border-radius: 10px;    border: 1px solid #d2b06d;}/* turnuva border */.ctournament-status-boxes>li {    border: 1px solid #d2b06d;  border-radius: 10px;}.casino-tournaments-filters-wrapper {    border-radius: 10px;}.casino-tournaments-filters-wrapper {    border-radius: 10px;}.responsive-header-mainMenu-j {    border-radius: 10px;}.responsive-header-contain-j {    border-radius: 10px;}.casino-tournament-filter:first-child div>ul>li:last-child button {    border: 1px solid #d2b06d;    background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);    border-radius: 10px;}.casino-tournament-filter>div>ul {    border-radius: 10px;}.euro2016-changeStatsMode-j input {    background: #d2b06d;    color: #000000;}.euro2016-changeStatsMode-j input:first-child {    border-right: 0;    border-radius: 10px 0 0 10px;}.euro2016-changeStatsMode-j input:last-child {    border-left: 0;    border-radius: 0 10px 10px 0;}html[dir=ltr] .live-game-container .game-info .unpin-button {    right: 7px;    margin-top: 21px;}html[dir=ltr] .statistic-view-v3 .game-score-multiset ul.title li:last-child, html[dir=ltr] .statistic-view-v3 .live-game-container .sport-title, html[dir=rtl] .statistic-view-v3 .game-score-multiset ul.title li:first-child, html[dir=rtl] .statistic-view-v3 .live-game-container .sport-title {    border-radius: 10px;    margin-top: 18px;}.sidebutton span {    color: #000;    font-size: 10px;}.count-info-box-b {    background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);}.bonus-promo-code>button {    background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);    border-radius: 10px;    border: 1px solid #d2b06d;}html[dir=ltr] .all-main-tabs-b>ul {    border-radius: 10px;}.bonus-function-b>button {    background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);    border: 1px solid #d2b06d;}.new-default-popup-j * {    border-radius: 10px;}.mybets-filter-show-b>button {    background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);    border: 1px solid #d2b06d;}.balance-lightbox-j article .form-j button:not(.deposit-data-view):not(.btn-sm), .balance-lightbox-j article form button:not(.deposit-data-view):not(.btn-sm) {    border-radius: 10px;    background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);    border: 1px solid #d2b06d;}.verfiy-account-balance-j ul li button { 
			background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);    border: 1px solid #d2b06d;}.cashier-button button {    background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);    border: 1px solid #d2b06d;}.verify-account button {    background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);    border: 1px solid #d2b06d;}.notification-nav-view>.nav-open-view-contain .drop-nav-notification>ul>li {    border-radius: 10px;}.notification-nav-view>.nav-open-view-contain>ul>li>h2 {    border-radius: 10px;}.notification-nav-view>.nav-open-view-contain .drop-nav-notification {    border-radius: 10px;}drop-items-contain-b>ul>li {    border-radius: 10px;}.signin-reg-buttons-b>ul>li>button {    background: #000;  color: #d2b06d;      border-radius: 15px;}.signin-reg-buttons-b>ul>li>button:hover {background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);  color: #000;  }.signin-reg-buttons-b>ul>li:first-child>button {    background: 0 0;    color: rgba(255,255,255,.7);    border-radius: 15px;    margin-right: 3px;}.signin-reg-buttons-b>ul>li:first-child>button:hover {    background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);  color: #000;}.signin-reg-buttons-b>ul {    float: left;    box-sizing: border-box;    position: absolute;    margin-top: 35px;    right: 10px;}.footer-j .footer-nav-b ul li.top-level-page a {    font: 700 14px/16px Roboto,Arial,Helvetica,sans-serif;    color: #d2b06d;    pointer-events: none;}.footer-j .footer-nav-b ul li a {    color: #ffffffde;}.list-news ul li:hover .picture-news-block>a img {    margin-top: 10px;    box-shadow: 0 0 20px 2px #d2b06d;}.extended-license-footer>ul>li {    display: table-cell;    vertical-align: top;    width: 1%;    color: #FFF;;}.extended-license-footer a {    color: #6f6f6f;    text-decoration: none;    position: absolute;    margin: 70px 0px 0 -600px;}html[dir=ltr] .extended-license-footer>ul>li {    padding: 0 0 0 10px;    width: 75%;}.extended-license-footer {    float: left;    width: 70%;    border-top: 0px solid rgba(255,255,255,.13);    padding: 20px 0;    font: 11px/16px Roboto,Arial,Helvetica,sans-serif;    color: rgba(255,255,255,.28);    align-items: center;    align-content: center;    margin: 0px 0 0 350px;}.extended-license-footer>ul>li.gamble-logos-j a, .extended-license-footer>ul>li.gamble-logos-j iframe, .extended-license-footer>ul>li.gamble-logos-j img {    display: block;    float: left;    width: 150px;    height: 50px;}.body-wrapper.homepage .lmb-time-selector {    border-radius: 10px;}.lmb-sport-select-j ul li {    border-radius: 10px;}.last-minute-bets-j * {    border-radius: 10px;}.footer-j .copyright-j {    float: left;    width: 100%;    font: 12px/20px Roboto,Arial,Helvetica,sans-serif;    color: rgba(255,255,255,.75);    position: absolute;    margin: 90px 0 0 -25px;}.footer-section.right {    width: 1%;    white-space: nowrap;    text-align: right;    position: absolute;    margin: 550px 0 0 -900px;    display: flex;}.footer-j .old-version-link-j {    font-size: 0;    float: left;    width: 100%;    margin: 7px 20px 0 0;}html[dir=ltr] .footer-j .back-block-j button {    margin: 10px 0 0 20px;}.footer-j .footer-nav-b {    margin: auto;    display: table;}.extended-license-footer a {    color: #6f6f6f;    text-decoration: none;    position: absolute;    margin: -7px 0px 0 -1000px;}.signin-reg-buttons-b {    float: left;    box-sizing: border-box;    height: 36px;    padding: 0 10px;    border-right: 1px solid rgba(255,255,255,.1);    white-space: nowrap;    font-size: 0;    line-height: 0;    margin-top: -38px;}.signin-reg-buttons-b>ul {    float: left;    box-sizing: border-box;    position: absolute;    margin-top: 45px;    right: 10px;}.signin-reg-buttons-b>ul>li:first-child>button {    background: 0 0;    color: rgb(255 255 255 / 1);    border-radius: 15px;    margin-right: 3px;    border: 1px solid #dcdcdc;}.signin-reg-buttons-b>ul>li>button {    background: #131313;    color: #d2b06d;    border-radius: 15px;}.contain-footer-block .paymen-icons-list {    background: #010101;}.extended-license-footer {    margin: 0px 0 0 420px;}.footer-j .footer-nav-b {    margin-left: 240px;}.footer-j .copyright-j {    margin: 65px 0 0 -25px;}.footer-custom-sprite img {    margin: 100px auto;}.footer-section.right {    width: 1%;    white-space: nowrap;    text-align: right;    position: relative;    margin: auto;    display: contents;}.drop-items-contain-b>ul>li {    border-radius: 10px;}.block-sign-in-form {    margin: 30px auto 0px auto;}.centr-tabs-block ul li.active-tab {    background: 0 0;    color: #fff;    box-shadow: 0 0px 0 #d2b06d inset;    pointer-events: none;    border-bottom: 2px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/0px 0 2px 0 stretch;}.All-Bets-history {    border-radius: 10px;}.general-nav-block ul li ul li a {    border-radius: 10px;}html[dir=ltr] .extended-license-footer>ul>li {    font-family: inherit;    font-size: 12px;    color: #ffffffde;;}.contain-footer-block .paymen-icons-list {    background: #010101;    border-top: 2px solid;    border-bottom: 2px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/2px 0 2px 0 stretch;}.footer-custom-sprite img {    margin: 10px auto;}.footer-j {    margin: 0 0 0 -60px;}.ref-social-icons-j {    margin-top: 15px;}.header-nav-contain {    margin: 4px 0px 0px 10px;}.balance-lightbox-j article .unplayed-balance>li {    color: #ffffff00;    overflow: hidden;    white-space: nowrap;    text-overflow: ellipsis;    font: 0px/0px Roboto,Arial,Helvetica,sans-serif;}.live-casino-image-splash-play:hover {    background: #d2b06d54;}.contain-footer-block .paymen-icons-list {    background: #010101;    border-top: 2px solid;    border-bottom: 2px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/0px 0 0px 0 stretch;}
.paymen-icons-list {    margin: 0px 0 0;}.footer-custom-sprite img {    margin: -45px auto;}.games-view-wrapper-v3 {    top: 15px;}html[dir=ltr] .right-column-v3 {    top: 15px;}.slide-casino-new-img-b .banner-set-img a>img {    border-radius: 30px;  margin: 40px 0 0 0;}.slider-games-bg:before {    background: #d2b06d7d;}.slider-games>a:hover {    border-color: #d2b06d;    border-radius: 10px;}.slider-games>a {    border-radius: 10px;}.tab-winners>ul>li {    border-radius: 10px;}.casino-gamer .casino-games-row, .casino-gamer .jackpot-coins-content>ul, .tournaments-content .casino-games-row, .tournaments-content .jackpot-coins-content>ul {    border-radius: 10px;}.games-type {    border-radius: 10px;}.games-providers-container {    border-radius: 10px;}.footer-custom-sprite img {    margin: 30px auto;}.product-list-contain>ul>li>a>button {    border-radius: 10px;    border-top: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/1px 0 0px 0 stretch;}.product-list-contain>ul>li>a>button:hover {    border-radius: 10px;    border: 1px solid #d2b06d;  background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);}.product-list-contain .product-list-wrapper>a {    border-radius: 10px;    border: 1px solid #d2b06d;}.product-list-contain>ul>li>a>button:after {    background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);}.product-list-contain>ul>li>a {    border-radius: 10px;    border: 1px solid #d2b06d;}.product-list-contain .product-list-wrapper>a>button {    border-radius: 10px;}.product-list-contain .product-list-wrapper>a>button:after {    background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);    }.product-list-contain .product-list-wrapper>a>button {    border-top: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/1px 0 0px 0 stretch;}.promotions-menu-p {    box-shadow: 0 0px 0 #d2b06d;}.all-games-container>a:before {    background: #d2b06d75;}.picture-news-block a:hover {    box-shadow: 0 0 20px 2px #d2b06d;}.list-news.promo>ul {    width: 90%;    margin-left: 15px;}.hp-slider-17 .hp-slide-17 a img {    border-top: 0px solid;    border-bottom: 0px solid;  margin-top: 40px;}.hp-slider-pagination small.active {    background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);}.view-settings-b-v3 .resize-icon-b-v3.active {    background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);    color: #000;}.results-buttons>div:first-child, .results-buttons>div:first-child:hover {    color: #000;    background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);    border-color: #d2b06d;    border-radius: 10px;}.results-buttons>div {    border-radius: 10px;}.casino-games-results {    border-radius: 10px;} .casino-games-search .block-games-search input[type=text] {
				border-radius: 10px;}.all-games-container>a {    margin: 0px 0px 15px 30px;}.games-providers>a.active, .games-providers>a:hover {    border: 0px solid #d2b06d;}.form-register-layout.signin .field-separator .form-text input, .gift-bet-form>input, .input-separator-b input, .reg-list-item-wrapper-j input, .register-steps-b .reg-form-input-number input, .register-steps-b .registration-form-city input, .register-steps-b input:not([type=radio]), .send-message-j input[type=text] {    border-radius: 15px;}.slider-optional-b-casino>span.active {    background: linear-gradient(0deg, rgba(134,100,51,1) 0%, rgba(220,190,131,1) 30%, rgba(242,221,175,1) 50%, rgba(220,190,131,1) 75%, rgba(183,151,97,1) 100%);}.block-sign-in-form .select-j {    border-radius: 15px;}.block-sign-in-form .select-j select, .contain-cashier-forms .select-block select, .left-block-history .form-sign-in .select-block select {    border: 0px solid rgb(255 255 255 / 0%);    border-radius: 15px;}#sidebarbuttonVirtualSports {    top: 25%;}#sidebarbuttonBetGames {    top: calc(25% + 130px);}.header-nav-contain {    margin: 3px auto auto auto;}.CSS_stage {    top: 40px;}.snowflake {  color: #fff;  font-size: 1em;  font-family: Arial;  text-shadow: 0 0 1px #000;}@-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%{-webkit-transform:translateX(0px);transform:translateX(0px)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}100%{-webkit-transform:translateX(0px);transform:translateX(0px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%{transform:translateX(0px)}50%{transform:translateX(80px)}100%{transform:translateX(0px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}/* Demo Purpose Only*/.demo {  font-family: 'Raleway', sans-serif;	color:#fff;    display: block;    margin: 0 auto;    padding: 15px 0;    text-align: center;}.demo a{  font-family: 'Raleway', sans-serif;color: #000;		}@keyframes pulse-white {	0% {		transform: scale(0.95);		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);	}		70% {		transform: scale(1);		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);	}		100% {		transform: scale(0.95);		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);	}}.Football:before, .MixedFootball:before, .Soccer:before {    content: "\E66F";    color: white;}.IceHockey:before {    content: "\e62c";    color: #50a2c6;}.Tennis:before {    content: "\e663";    color: #8c893a;}.Volleyball:before {    content: "\e66a";    color: #e5e795;}.BallHockey:before, .Bandy:before {    content: "\e628";    color: #168763;}.BeachVolleyball:before {    content: "\e60c";    color: #d9c68f;}.Darts:before {    content: "\e617";    color: #d32939;}.TableTennis:before {    content: "\e65f";    color: #0c82b3;}.Basketball:before {    content: "\e609";    color: #d76732;}.AirHockey:before {    content: "\e931";    color: #2fbcff;}.Baseball:before {    color: #60aca9;}.Handball:before {    color: #42777f;}.AmericanFootball:before {    color: #e7685c;}.Badminton:before {    color: #70c2a7;}.Cricket:before {    color: #1bab7d;}.Mma:before {    color: #868686;}.Futsal:before {    color: #65b5c2;}.Snooker:before {    color: #37b764;}.RugbyUnion:before {    color: #799755;}.RugbyLeague:before {    color: #799755;}.Boxing:before {    color: #0e7acc;}.Basketball:before {    color: #d76732;}.AustralianFootball:before {    color: #119a18;}.Golf:before {    color: #189946;}.Formula1:before {    color: #b8292b;}.Floorball:before {    color: #72cddb;}.Cycling:before {    color: #d9c68f;}.Chess:before {    color: #edbd6f;}.Rally:before {    color: #c28540;}.Nascar:before {    color: #b92f93;}.Surfing:before {    color: #3598e4;}.contain-footer-block .paymen-icons-list {    background: #131313;}.contain-footer-block {    background: #131313;}.body-wrapper.homepage {    background-image: url(https://cmsbetconstruct.com/content/images/742c85aâ€¦_1866572_background.jg);    background-color: #131313;}body .row {    background-color: #131313;}body .row:first-of-type {    box-shadow: 0 0px 0 rgba(9,9,9,.55);}.body-wrapper.homepage {    background-image: #131313;    background-size: cover;    background-position: center top;    background-attachment: fixed;    background-color: #131313;    background-repeat: no-repeat;    background-image: blue;}.body-wrapper .headerVersion_2 .top-menu-more {    border: 0px solid #d2b06d;    border-top: 1px solid;    border-bottom: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/2px 0 2px 0 stretch;    box-shadow: inset 0 0 0 1px #d2b06d;    background: transparent;    color: #ffde9e;    border-radius: 10px;}.simple-nav-j ul {    border: 0px solid #d2b06d;    border-top: 1px solid;    border-bottom: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/2px 0 2px 0 stretch;    box-shadow: inset 0 0 0 1px #d2b06d;    background: transparent;}.simple-nav-j a, .simple-nav-j p {    color: #ffde9e;}.signin-reg-buttons-b>ul>li>button {    border: 0px solid #d2b06d;    border-top: 1px solid;    border-bottom: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/2px 0 2px 0 stretch;    box-shadow: inset 0 0 0 1px #d2b06d;    background: transparent;    color: #ffde9e;}.signin-reg-buttons-b>ul>li:first-child>button {    border: 1px solid #d5d5d5;}.header-nav-contain>ul>li.active>.top-menu-sub-a-t>a, .header-nav-contain>ul>li>.top-menu-sub-a-t>a:hover {border-radius: 10px;    border: 0px solid #d2b06d;    border-top: 1px solid;    border-bottom: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/2px 0 2px 0 stretch;    box-shadow: inset 0 0 0 1px #d2b06d;    background: transparent;    color: #ffde9e;}.product-list-contain .product-list-wrapper>a>button {    border: 0px solid #d2b06d;    border-top: 1px solid;    border-bottom: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/2px 0 2px 0 stretch;    box-shadow: inset 0 0 0 1px #d2b06d;}.product-list-contain .product-list-wrapper>a {    border: 0px solid #d2b06d;    border-top: 1px solid;    border-bottom: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/2px 0 2px 0 stretch;    box-shadow: inset 0 0 0 1px #d2b06d;}.lmb-sport-select-j ul li.active-j {    border: 0px solid #d2b06d;    border-top: 1px solid;    border-bottom: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/2px 0 2px 0 stretch;    box-shadow: inset 0 0 0 1px #d2b06d;    background: transparent;    border-radius: 10px;}.lmb-sport-select-j ul li span {    color: #ffde9e;}.footer-j .old-version-link-j a {    border-radius: 10px;    border: 0px solid #d2b06d;    border-top: 1px solid;    border-bottom: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/2px 0 2px 0 stretch;    box-shadow: inset 0 0 0 1px #d2b06d;}.footer-j .back-block-j button[class-on-scroll=",back-to-top-hide"] {    border-radius: 10px;    border-top: 2px solid;    border-bottom: 2px solid;    border-image: linear-gradient(to left, #13131321 1%, #d5d5d5 50%, #13131321 100%) 100% 0 100% 0/2px 0 2px 0 stretch;    box-shadow: inset 0 0 0 1px #d5d5d5;}.single-events-b-v3.active, .single-events-b-v3.active:hover {    border: 0px solid #d2b06d;    border-top: 1px solid;    border-bottom: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/2px 0 2px 0 stretch;    box-shadow: inset 0 0 0 1px #d2b06d;    background: transparent;    border-radius: 10px;    color: #d5d5d5;}.single-events-b-v3.active .down-1:before, .single-events-b-v3.active .down0:before, .single-events-b-v3.active .up--1:before, .single-events-b-v3.active .up-0:before, .single-events-b-v3.active:hover>.mini-box-market-info-v3>.p-v, .single-events-b-v3.active>.boosted, .single-events-b-v3.active>.mini-box-market-info-v3>.p-v, .single-events-b-v3.active>.p-v {    color: #ffde9e;}.view-switcher-v3>ul>li.active>button, .view-switcher-v3>ul>li:hover>button {    border: 0px solid #d2b06d;    border-top: 1px solid;    border-bottom: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/2px 0 2px 0 stretch;    box-shadow: inset 0 0 0 1px #d2b06d;    background: transparent;    color: #d5d5d5;}html[dir=ltr] .view-switcher-v3>ul>li>button>b {    
					right: 2px;    top: 2px;}.view-switcher-v3>ul>li.active>button>b, .view-switcher-v3>ul>li:hover>button>b {    background: #d2b06d;    color: #000;}.quick-bet-form-b-v3>ul>li>button, .save-settings-button-v3>button {    border: 0px solid #d2b06d;    border-top: 1px solid;    border-bottom: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/2px 0 2px 0 stretch;    box-shadow: inset 0 0 0 1px #d2b06d;    background: transparent;    color: #ffde9e;}.quick-bet-form-b-v3>ul>li>input[type=text], .stake-form-contain-v3>ul>li>input[type=text] {    border: 0px solid #d2b06d;    border-top: 1px solid;    border-bottom: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/2px 0 2px 0 stretch;    box-shadow: inset 0 0 0 1px #d2b06d;    background: transparent;    color: #ffde9e;}.button-view-contain-v3 {    border: 0px solid #d2b06d;    border-top: 1px solid;    border-bottom: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/2px 0 2px 0 stretch;    box-shadow: inset 0 0 0 1px #d2b06d;    background: transparent;    color: #ffde9e;}.edit-bet-notifications ul li, .expanded-notifications-j ul li {    border-radius: 10px;}.euro2016-changeStatsMode-j input.active {    border: 0px solid #d2b06d;    border-top: 1px solid;    border-bottom: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/2px 0 2px 0 stretch;    box-shadow: inset 0 0 0 1px #d2b06d;    background: #131313;    color: #ffde9e;}.euro2016-changeStatsMode-j input {    background: #131313;    color: #ffffff;}.form-register-layout.signin .field-separator .form-text input, .gift-bet-form>input, .input-separator-b input, .reg-list-item-wrapper-j input, .register-steps-b .reg-form-input-number input, .register-steps-b .registration-form-city input, .register-steps-b input:not([type=radio]), .send-message-j input[type=text] {    border: 0px solid #d2b06d;    border-top: 1px solid;    border-bottom: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/2px 0 2px 0 stretch;    box-shadow: inset 0 0 0 1px #d2b06d;    background: transparent;}.button-confirm>button {    border: 0px solid #d2b06d;    border-top: 1px solid;    border-bottom: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/2px 0 2px 0 stretch;    box-shadow: inset 0 0 0 1px #d2b06d;    background: #131313;    color: #ffde9e;}.games-buttons>strong button {    border: 0px solid #d2b06d;    border-top: 1px solid;    border-bottom: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/2px 0 2px 0 stretch;    box-shadow: inset 0 0 0 1px #d2b06d;    background: #131313;    color: #ffde9e;}.games-providers>a.active, .games-providers>a:hover {    background: #131313;    color: #ffde9e;}.results-buttons>div:first-child, .results-buttons>div:first-child:hover {    border: 0px solid #d2b06d;    border-top: 1px solid;    border-bottom: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/2px 0 2px 0 stretch;    box-shadow: inset 0 0 0 1px #d2b06d;    background: transparent;    color: #ffde9e;}.results-buttons>div {    border-radius: 10px;    border-top: 1px solid;    border-bottom: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #d5d5d5 50%, #13131321 100%) 100% 0 100% 0/2px 0 2px 0 stretch;    box-shadow: inset 0 0 0 1px #d5d5d5;    background: transparent;}.games-results>ul li>img {    display: block;    max-width: 110px;    border-radius: 10px;    border: 1px solid #d2b06d;}.live-casino-providers button.active {    border: 0px solid #d2b06d;    border-top: 1px solid;    border-bottom: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/2px 0 2px 0 stretch;    box-shadow: inset 0 0 0 1px #d2b06d;    background: transparent;    color: #ffde9e;}.live-casino-image-splash-play button {    border: 0px solid #d2b06d;    border-top: 1px solid;    border-bottom: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/2px 0 2px 0 stretch;    box-shadow: inset 0 0 0 1px #d2b06d;    background: #131313;    color: #ffde9e;}.games-pw-buttonset-j button.skin-j:hover {    border: 0px solid #d2b06d;    border-top: 1px solid;    border-bottom: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/2px 0 2px 0 stretch;    box-shadow: inset 0 0 0 1px #d2b06d;    background: #131313;    color: #ffde9e;}.promotions-menu-p ul li.active, .promotions-menu-p ul li:hover {    border: 0px solid #d2b06d;    border-top: 1px solid;    border-bottom: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/2px 0 2px 0 stretch;    box-shadow: inset 0 0 0 1px #d2b06d;    background: transparent;    color: #ffde9e;}.block-meny-news.promo .open_blok_news {    background: #afafaf;    border-radius: 10px;}.header-nav-contain>ul>li.sub-menu-item>.top-menu-sub-a-t>a {    border: 0px solid #d2b06d;    border-top: 1px solid;    border-bottom: 0px solid;    border-image: linear-gradient(to left, #13131300 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/2px 0 2px 0 stretch;    background: #131313;    color: #fff;}.button-confirm>button {    border: 0px solid #d2b06d;    border-top: 1px solid;    border-bottom: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/2px 0 2px 0 stretch;    box-shadow: inset 0 0 0 1px #d2b06d;    background: #131313;    color: #ffde9e;}.cashier-button button {    border: 0px solid #d2b06d;    border-top: 1px solid;    border-bottom: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/2px 0 2px 0 stretch;    box-shadow: inset 0 0 0 1px #d2b06d;    background: #131313;    color: #ffde9e;}.verify-account button {    border: 0px solid #d2b06d;    border-top: 1px solid;    border-bottom: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/2px 0 2px 0 stretch;    box-shadow: inset 0 0 0 1px #d2b06d;    background: #131313;    color: #ffde9e;}html[dir=ltr] .fileUpload-button span {    border-left: 0;    border-radius: 10px;    border-top: 1px solid;    border-bottom: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #d5d5d5 50%, #13131321 100%) 100% 0 100% 0/2px 0 2px 0 stretch;    box-shadow: inset 0 0 0 1px #d5d5d5;    background: transparent;}.balance-lightbox-j article .form-j button:not(.deposit-data-view):not(.btn-sm), .balance-lightbox-j article form button:not(.deposit-data-view):not(.btn-sm) {    border: 0px solid #d2b06d;    border-top: 1px solid;    border-bottom: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/2px 0 2px 0 stretch;    box-shadow: inset 0 0 0 1px #d2b06d;    background: #131313;    color: #ffde9e;}.balance-lightbox-j article .load-more {    border: 0px solid #d2b06d;    border-top: 1px solid;    border-bottom: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/2px 0 2px 0 stretch;    box-shadow: inset 0 0 0 1px #d2b06d;    background: #131313;    color: #ffde9e;}.mybets-filter-show-b>button {    border: 0px solid #d2b06d;    border-top: 1px solid;    border-bottom: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/2px 0 2px 0 stretch;    box-shadow: inset 0 0 0 1px #d2b06d;    background: #131313;    color: #ffde9e;}.bonus-promo-code>button {    border: 0px solid #d2b06d;    border-top: 1px solid;    border-bottom: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/2px 0 2px 0 stretch;    box-shadow: inset 0 0 0 1px #d2b06d;    background: #131313;    color: #ffde9e;}.drop-items-contain-b>ul>li.active {    border: 0px solid #d2b06d;    border-top: 1px solid;    border-bottom: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/2px 0 2px 0 stretch;    box-shadow: inset 0 0 0 1px #d2b06d;    background: #131313;    color: #ffde9e;}.drop-items-contain-b>ul>li.active:before {    background: #4c4c4c;}html[dir=ltr] .simple-nav-j ul {border: 0px solid #d2b06d;    border-top: 1px solid;    border-bottom: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/2px 0 2px 0 stretch;    box-shadow: inset 0 0 0 1px #d2b06d;    background: transparent;}.casino-tournaments-filters-wrapper {    margin-top: 50px;}.ctournament-title-table button {    border: 0px solid #d2b06d;    border-top: 1px solid;    border-bottom: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/2px 0 2px 0 stretch;    box-shadow: inset 0 0 0 1px #d2b06d;    background: transparent;    color: #ffde9e;}html[dir=ltr] .simple-nav-j ul {    border-radius: 10px;}.signin-reg-buttons-b>ul>li:first-child>button {    border-radius: 10px;}.signin-reg-buttons-b>ul>li>button {    border-radius: 10px;}.lmb-sport-select-j ul li.Volleyball.active-j {    color: #000;    background: transparent;}.ref-social-icons-j a.facebook, .ref-social-icons-j a.facebookUrl, .ref-social-icons-j a.facebookUrlLangs {    color: #395693;    box-shadow: 0 0 0 0px #6c89c6;}.ref-social-icons-j a.cms-jcon-twitter1, .ref-social-icons-j a.twitter {    color: #2ca5db;    box-shadow: 0 0 0 0px #83caea;}.ref-social-icons-j a.cms-jcon-insstagram1, .ref-social-icons-j a.instagram { 
						color: #ca4b77;    box-shadow: 0 0 0 0px #e19ab3;}.ref-social-icons-j a.youtube, .ref-social-icons-j a.youtubeUrl, .ref-social-icons-j a.youtubeUrlLangs {    color: #f70000;    box-shadow: 0 0 0 0px #ff5e5e;}.ref-social-icons-j a.telegram, .ref-social-icons-j a.telegramUrl, .ref-social-icons-j a.telegramUrlLangs {    color: #31a8de;    box-shadow: 0 0 0 0px #89cdec;}.lmb-sport-select-j ul li.Soccer.active-j {    color: #fff;    background: transparent;}.lmb-sport-select-j ul li.IceHockey.active-j {    color: #fff;    background: transparent;}.lmb-sport-select-j ul li.Tennis.active-j {    color: #fff;    background: transparent;}.lmb-sport-select-j ul li.Volleyball.active-j {    color: #fff;    background: transparent;}.lmb-sport-select-j ul li.BallHockey.active-j {    color: #fff;    background: transparent;}.lmb-sport-select-j ul li.BeachVolleyball.active-j {    color: #fff;    background: transparent;}.lmb-sport-select-j ul li.Darts.active-j {    color: #fff;    background: transparent;}.lmb-sport-select-j ul li.TableTennis.active-j {    color: #fff;    background: transparent;}.lmb-sport-select-j ul li.Basketball.active-j {    color: #fff;    background: transparent;}.lmb-sport-select-j ul li.AirHockey.active-j {    color: #fff;    background: transparent;}.lmb-sport-select-j ul li.Baseball.active-j {    color: #fff;    background: transparent;}.lmb-sport-select-j ul li.Handball.active-j {    color: #fff;    background: transparent;}.lmb-sport-select-j ul li.AmericanFootball.active-j {    color: #fff;    background: transparent;}.lmb-sport-select-j ul li.Badminton.active-j {    color: #fff;    background: transparent;}.lmb-sport-select-j ul li.Cricket.active-j {    color: #fff;    background: transparent;}.lmb-sport-select-j ul li.Mma.active-j {    color: #fff;    background: transparent;}.lmb-sport-select-j ul li.Futsal.active-j {    color: #fff;    background: transparent;}.lmb-sport-select-j ul li.Snooker.active-j {    color: #fff;    background: transparent;}.lmb-sport-select-j ul li.RugbyUnion.active-j {    color: #fff;    background: transparent;}.lmb-sport-select-j ul li.RugbyLeague.active-j {    color: #fff;    background: transparent;}.lmb-sport-select-j ul li.Boxing.active-j {    color: #fff;    background: transparent;}.lmb-sport-select-j ul li.AustralianFootball.active-j {    color: #fff;    background: transparent;}.lmb-sport-select-j ul li.Golf.active-j {    color: #fff;    background: transparent;}.lmb-sport-select-j ul li.Formula1.active-j {    color: #fff;    background: transparent;}.lmb-sport-select-j ul li.Floorball.active-j {    color: #fff;    background: transparent;}.lmb-sport-select-j ul li.Cycling.active-j {    color: #fff;    background: transparent;}.lmb-sport-select-j ul li.Chess.active-j {    color: #fff;    background: transparent;}.lmb-sport-select-j ul li.Rally.active-j {    color: #fff;    background: transparent;}.lmb-sport-select-j ul li.Nascar.active-j {    color: #fff;    background: transparent;}.lmb-sport-select-j ul li.Surfing.active-j {    color: #fff;    background: transparent;}.topMenuToggleBtn {    background: linear-gradient(0deg, rgba(173,132,88,1) 0%, rgba(196,154,106,1) 15%, rgba(241,190,128,1) 30%, rgba(247,224,192,1) 50%, rgba(241,190,128,1) 70%, rgba(196,154,106,1) 85%, rgba(173,132,88,1) 100%)!important;}.simple-nav-j a, .simple-nav-j p {    color: #FFF;}html[dir=ltr] .simple-nav-j ul {    box-shadow: inset 0 0 0 0px #d2b06d;}.simple-nav-j a:hover , .simple-nav-j p:hover {    color: #ffde9e;}.product-list-contain .product-list-wrapper>a>button {    border-image: linear-gradient(to left, #13131321 1%, #d5d5d5 50%, #13131321 100%) 100% 0 100% 0/2px 0 2px 0 stretch;    box-shadow: inset 0 0 0 0px #d2b06d;    width: 95%;    margin-left: 5px;    margin-bottom: 1px;}.float-width, .float-width-height {    margin-top: 9px;}.gaming-wrapper-asia {    margin-top: 8px;}.market-title-v3 {    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/1px 0 1px 0 stretch;    border-top: 1px solid;}.header-nav-contain>ul>li.active>.top-menu-sub-a-t>a, .header-nav-contain>ul>li>.top-menu-sub-a-t>a:hover {    box-shadow: inset 0 0 0 0px #d2b06d;}.mini-list-events-b-v3>ul>li {    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/0px 0 1px 0 stretch;    border-top: 1px solid;}.search-box-v3 .block-search {    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/2px 0 2px 0 stretch;    border-top: 1px solid;}.markets-group-wrap-v3>ul>li.active, .markets-group-wrap-v3>ul>li:hover {    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/0px 0 1px 0 stretch;    border-top: 1px solid;}.full-region-info-v3.active>.region-item-v3, .region-item-v3.active, .region-item-v3 {    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/0px 0 1px 0 stretch;    border-top: 1px solid;}.region-item-v3 {    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/0px 0 1px 0 stretch;    border-top: 1px solid;}.view-switcher-v3>ul>li.active>button, .view-switcher-v3>ul>li:hover>button {    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/0px 0 2px 0 stretch;    box-shadow: inset 0px 0 20px 0px #d2b06d;}.t-row-l-game {    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/0px 0 1px 0 stretch;    border-top: 1px solid;}.sports-item-v3 {    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/0px 0 1px 0 stretch;    border-top: 1px solid;}.title-slider-games .title-slider-games-line:before {    background: linear-gradient(90deg, rgba(19,19,19,0.21) 0%, rgba(242,221,176,1) 50%, rgba(19,19,19,0.21) 100%);    z-index: 5;    transform: translate3d(0,0,0);}.title-slider-games .title-slider-games-line:before {    background: linear-gradient(90deg, rgba(19,19,19,0.21) 0%, rgba(242,221,176,1) 50%, rgba(19,19,19,0.21) 100%);}.live-casino-providers {    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/1px 0 1px 0 stretch;    border-top: 1px solid;  background: #1d1d1d;  border-radius: 40px;}.live-casino-providers button.active {    box-shadow: inset 0 0 0 0px #d2b06d;}.games-pw-buttonset-j button.skin-j:hover {    box-shadow: inset 0 0 0 0px #d2b06d;}.ctournament-title-table button {    box-shadow: inset 0 0 0 0px #d2b06d;}.casino-tournament-game:not(:last-child) {    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/0px 0 1px 0 stretch;}.sports-item-v3 {    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/0px 0 0px 0 stretch;}.game-header-view-v3.Soccer {    box-shadow: 0 0px 0 #1a7051 inset, inset 0 0px 0 #000;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/0px 0 1px 0 stretch;    border-bottom: 1px solid;    border-radius: 20px;}html[dir=ltr] .prematch-list-view-v3.prematch .mini-title-box-gameview-v3 {    border-bottom: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/0px 0 1px 0 stretch;}.prematch-games-list-title-v3 {    border-bottom: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/0px 0 1px 0 stretch;}.responsive-header-mainMenu-j {    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/0px 0 1px 0 stretch;}.header-container-b {    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/0px 0 1px 0 stretch;}.footer-j .old-version-link-j a {    box-shadow: inset 0 0 0 0px #d2b06d;}.footer-j .back-block-j button[class-on-scroll=",back-to-top-hide"] {    box-shadow: inset 0 0 0 0px #d5d5d5;}.header-bottom-row {    background: #13131300;}.responsive-header-mainMenu-j {    border-image: linear-gradient(to left, #13131321 10%, #f2ddb0 50%, #13131321 90%) 100% 0 100% 0/0px 0 1px 0 stretch;}.responsive-header-mainMenu-j {    background: linear-gradient(90deg, rgba(119,119,119,0) 5%, rgba(119,119,119,1) 20%, rgba(51,51,51,0.9) 35%, rgba(37,37,37,1) 50%, rgba(51,51,51,0.9) 64%, rgba(119,119,119,1) 80%, rgba(119,119,119,0) 95%);}.header-container-b {    border-image: linear-gradient(to left, #13131321 10%, #f2ddb0 50%, #13131321 90%) 100% 0 100% 0/0px 0 1px 0 stretch;  box-shadow: 0 0px 0;  background: transparent;}body .row:first-of-type {    box-shadow: 0 0px 0 rgb(9 9 9 / 55%);}body .row {    background-color: transparent;}.contain-footer-block {    background: linear-gradient(90deg, #131313 0%, #3b3b3b 25%, #5c5c5c 44%, #5c5c5c 50%, rgba(92,92,92,1) 56%, rgba(59,59,59,1) 75%, rgba(19,19,19,1) 100%);}.contain-footer-block .paymen-icons-list {    background: linear-gradient(90deg, #131313 0%, #3b3b3b 25%, #5c5c5c 44%, #5c5c5c 50%, rgba(92,92,92,1) 56%, rgba(59,59,59,1) 75%, rgba(19,19,19,1) 100%);}.body-wrapper, .body-wrapper.euro2016, .body-wrapper.sport.classic {    background: linear-gradient(90deg, #131313 0%, #3b3b3b 25%, #5c5c5c 44%, #5c5c5c 50%, rgba(92,92,92,1) 56%, rgba(59,59,59,1) 75%, rgba(19,19,19,1) 100%);}.header-container-b {    background: linear-gradient(90deg, rgba(19,19,19,1) 5%, rgba(68,68,68,1) 20%, rgba(92,92,92,1) 35%, rgba(92,92,92,1) 50%, rgba(92,92,92,1) 64%, rgba(68,68,68,1) 80%, rgba(19,19,19,1) 95%);}.games-type {    background: #323232;}.games-providers-container {    background: #323232;}.games-providers>a.active, .games-providers>a:hover {    background: #323232;    color: #ffde9e;}.champions-date-count {    border-radius: 15px;}.float-width, .float-width-height {    margin-top: 0px;}.headerVersion_2 .subtop-game-menu-j, .headerVersion_2 .subtop-header-menu-j {    background: #323232;    margin-top: 55px;   
							border-radius: 20px;}.subtop-header-menu-j>ul>li.active>a {    box-shadow: inset 0 0px 0 #d2b06d;    color: #fff;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/0px 0 2px 0 stretch;    border-top: 1px solid;}.games-providers>a {    color: #d4d4d4;}.games-providers-container {    background: #1d1d1d;}.games-type {    background: #1d1d1d;}html[dir=ltr] .footer-j .old-version-link-j a:before {    margin-top: -5px;}.body-wrapper.homepage .lmb-time-selector h3 {    font-family: BelleroseLight;}.footer-custom-sprite img {    width: 50%;}.single-bet-maxbet-view-v3 {    border-bottom: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/2px 0 2px 0 stretch;    box-shadow: inset 0 0 0 1px #d2b06d;    background: transparent;    color: #ffde9e;    border-radius: 10px;}html[dir=ltr] .lmb-time-selector h3 {    font-size: 20px;    line-height: 2rem;    font-weight: bold;    color: #d6d6d6;}.header-nav-contain>ul>li>.top-menu-sub-a-t>a {    font-family: BelleroseLight;    line-height: 2rem;    letter-spacing: 1px;}html[dir=ltr] .flash-game-contain {    padding: 40px 40px 0px 0;}.body-wrapper.homepage .lmb-time-selector h3 {    color: #dddddd;}.footer-j .footer-nav-b ul li.top-level-page a {    font-family: BelleroseLight;    line-height: 0rem;    letter-spacing: 1px;}.hp-slider-17 .hp-slide-17 {    transition: all 4s ease 2s;}.guide, .promotions-section-j .big-news-block {    max-width: 100%;    width: 100%;    padding-left: 0px;    padding-right: 0px;}.logo-nav-wrapper a img {    left: 660px;}.extended-license-footer a {    margin: -7px 0px 0 -1100px;}.logo-nav-wrapper a img {    left: 630px;}.footer-custom-sprite img {    width: 40%;    padding-right: 100px;}.all-games-container>a {    margin: 0px 10px 15px 30px;}.slide-casino-new-img-b .banner-set-img a>img {    border-radius: 30px;    margin: 40px auto 0 auto;}.simple-nav-j a, .simple-nav-j p {    font-family: 'BelleroseLight';    line-height: 1.5rem;    letter-spacing: 0px;    font-size: 13px;}.signin-reg-buttons-b>ul {    right: 25px;}.separator-contain-nav {    box-shadow: 1px 0 0 rgb(255 255 255 / 27%);    top: -20px;    right: 30px;}.signin-reg-buttons-b {    border-right: 0px solid rgba(255,255,255,.1);}.favorite-icon-b {    right: 5px;}.signin-reg-buttons-b>ul>li:first-child>button {    height: 25px;}.signin-reg-buttons-b>ul>li:first-child>button {    border-radius: 10px;    font-family: 'BelleroseLight';    letter-spacing: 0.7px;    font-size: 14px;    padding: 0px 0px 10px 0px;    text-align: center;}.signin-reg-buttons-b>ul>li>button {    border-radius: 10px;    font-family: 'BelleroseLight';    letter-spacing: 0.7px;    font-size: 14px;    padding: 0px 0px 10px 0px;    text-align: center;    word-spacing: -3px;}.header-nav-contain>ul>li>.top-menu-sub-a-t>a {    font-family: BelleroseLight;    line-height: 2rem;    letter-spacing: 1px;    font-size: 14px;    word-spacing: -2px;}.product-list-contain .product-list-wrapper>a {    margin: 0px 35px 0px 35px;}html[dir=ltr] .simple-nav-j ul {    border: 0px solid #d2b06d;    border-top: 1px solid;    border-bottom: 1px solid;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/0px 0 0px 0 stretch;    box-shadow: inset 0 0 0 1px #d2b06d;    background: transparent;}html[dir=ltr] .simple-nav-j ul {    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/0px 0 0px 0 stretch;  box-shadow: inset 0 0 0 0px #d2b06d;}.signin-reg-buttons-b>ul>li:first-child>button {    border: 0px solid #d5d5d5;}.signin-reg-buttons-b>ul>li>button {    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/0px 0 0px 0 stretch;    box-shadow: inset 0 0 0 0px #d2b06d;}.signin-reg-buttons-b>ul>li>button {    min-width: 75px;}html[dir=ltr] .simple-nav-j p {    color: #ffde9e;}html[dir=ltr] .simple-nav-j p:hover {    color: #fff;}html[dir=ltr] .simple-nav-j a {    color: #fff;}html[dir=ltr] .simple-nav-j a:hover {    color: #ffde9e;}.signin-reg-buttons-b>ul>li:first-child>button:hover {    background: transparent;  color: #ffde9e;}.signin-reg-buttons-b>ul>li>button:hover {    background: transparent;  color: #fff;}.footer-custom-sprite img {    margin: 0px auto 0px auto;}.extended-license-footer:before {    padding-bottom: 3px;}.extended-license-footer {    float: left;    width: 70%;    border-top: 0px solid rgba(255,255,255,.13);    padding: 0px 0px 10px 0;    font: 11px/16px Roboto,Arial,Helvetica,sans-serif;    color: rgba(255,255,255,.28);    align-items: center;    align-content: center;    margin: 0px 0 0 350px;}.slider-games>a {    background: rgb(0 0 0 / 86%);}.slider-games {    margin: 15px 0px 0px 50px;}.row .row-child>div>div>div, .row .row-child>div>div>ng-include, .row .row-child>div>ng-include>div, .row .row-child>div>ng-include>ng-include, .row .row-child>div>products-slider>div, .row .row-child>div>products-slider>ng-include {    padding: 5px 30px 5px 5px;}.casino-gamer-board .top-winners-wrapper {    border-radius: 10px;}.tab-winners>ul>li.active {    box-shadow: 0 0px 0;}.live-casino-providers button {    padding: 0px 10px 10px 10px;    margin: 0 5px;    font-family: BelleroseLight;    line-height: 0rem;    letter-spacing: 1px;    font-size: 16px;}.contain-footer-block {    background: #131313;}.contain-footer-block {    background: #131313;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/1px 0 0px 0 stretch;    border-top: 1px solid;}.contain-footer-block .paymen-icons-list {    background: #131313;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/0px 0 1px 0 stretch;    border-top: 1px solid;}.contain-footer-block .payment-content-block {    float: unset;    width: 70%;}.guide, .promotions-section-j .big-news-block {    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/0px 0 0px 0 stretch;    border-top: 0px solid;}.extended-license-footer {    padding: 0px 0px 30px 0;}.contain-footer-block .payment-content-block {    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/1px 0 1px 0 stretch;    border-top: 1px solid;}.contain-footer-block .paymen-icons-list {    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/0px 0 0px 0 stretch;  background: #212121;}.contain-footer-block .payment-content-block {    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/0px 0 1px 0 stretch;}.contain-footer-block .paymen-icons-list {    border-image: linear-gradient(to left, #ffffff40 1%, #ffffff40 50%, #ffffff40 100%) 100% 0 100% 0/1px 0 0px 0 stretch;}.contain-footer-block .paymen-icons-list {    background: #131313;}.extended-license-footer a {    position: relative;    margin: -7px 0px 0 0px;}.extended-license-footer>ul>li.gamble-logos-j>ul {    float: left;}html[dir=ltr] .extended-license-footer>ul>li {    width: 61%;}.extended-license-footer {    margin: 4% 35% 1% 15% !important;    position: relative;}.extended-license-footer {    padding: 0px 0px 0px 0;}.extended-license-footer:before {    left: 50%;}.extended-license-footer {    padding: 5px 0px 0px 0;}html[dir=ltr] .extended-license-footer>ul>li {    width: 71%;}.footer-j .footer-nav-b {    margin-left: unset;    text-align: center;    margin: auto;}.footer-j .footer-nav-b ul li:first-child {    padding-bottom: 5px;}.all-main-tabs-b>ul>li>p>i.profile-id-copy {    display: inline-block;    vertical-align: top;    margin-top: -8px;    font-size: 11px;}.all-main-tabs-b>ul>li>p>i {    margin-bottom: 2px;    font-family: BelleroseLight;    line-height: 1rem;    letter-spacing: 1px;    padding: 0 0 5px 0;    font-size: 14px;}.first-level-history-tab>ul>li>span {    display: block;    float: left;    width: 100%;    font-family: BelleroseLight;    line-height: 2rem;    letter-spacing: 1px;    padding: 0 0 5px 0;    font-size: 16px;}.first-level-history-tab>ul>li.active {    color: #cecece;}.profile-tab-contain-b h3 {    font-family: BelleroseLight;    line-height: 2rem;    letter-spacing: 1px;    padding: 0 0 5px 0;    font-size: 16px;}.second-level-history-tab>ul>li>span {    font-family: BelleroseLight;    line-height: 1rem;    letter-spacing: 1px;    padding: 0 0 5px 0;    font-size: 13px;}.favorite-icon-b {    right: 5px;    left: 0px;}.balance-lightbox-j section>div>ul li label {    font-family: BelleroseLight;    line-height: 2rem;    letter-spacing: 1px;    padding: 0 0 5px 0;    font-size: 13px;}html[dir=ltr] .balance-lightbox-j section>div>ul li {    font-family: BelleroseLight;    line-height: 2rem;    letter-spacing: 1px;    padding: 0 0 5px 0;    font-size: 13px;}.balance-lightbox-j article .form-j label:not(.notthis) p, .balance-lightbox-j article form label:not(.notthis) p {    font-family: BelleroseLight;    line-height: 2rem;    letter-spacing: 1px;    padding: 0 0 5px 0;    font-size: 17px;    color: #dadada;}.separator-contain-nav .mybets-icon-box-b+span {    display: inline-block;    padding: 0 0 0 3px;    font-family: BelleroseLight;    line-height: 0rem;    letter-spacing: 1px;    padding: 0 0 5px 0;    font-size: 15px;}.user-info-box-b>h3 {   
								font-family: BelleroseLight;    line-height: 2rem;    letter-spacing: 1px;    font-size: 14px;}.user-info-box-b>h4 {    font-family: BelleroseLight;    line-height: 1rem;    letter-spacing: 1px;    font-size: 13px;}html[dir=ltr] .user-info-box-b>h5.id-num {    font-family: BelleroseLight;    line-height: 1rem;    letter-spacing: 1px;    font-size: 13px;}.switcher-t-view-b>p {    font-family: BelleroseLight;    line-height: 1.5rem;    letter-spacing: 1px;    font-size: 14px;}.drop-nav-new-b>p {    padding: 0px 30px 10px 12px;    font-family: BelleroseLight;    line-height: 1rem;    letter-spacing: 1px;    font-size: 15px;}.sidebutton span {    font-family: BelleroseLight;    line-height: 1rem;    letter-spacing: 1px;    font-size: 14px;    font-weight: 600;}.product-list-contain .product-list-wrapper>a>button span {    font-family: BelleroseLight;    line-height: 0rem;    letter-spacing: 1px;    font-size: 14.5px;    padding: 0px 0px 10px 0;}.product-list-contain .product-list-wrapper>a>.product-title-animation-wrapper>h4 {    font-family: BelleroseLight;    line-height: 2rem;    letter-spacing: 1px;    font-size: 16px;    padding: 0px 0px 10px 0px;}html[dir=ltr] .lmb-time-selector li {    float: right;    font-family: BelleroseLight;    line-height: 3rem;    letter-spacing: 1px;    font-size: 15px;}html[dir=ltr] .footer-j .back-block-j button:only-child, html[dir=rtl] .footer-j .back-block-j button:only-child {    font-family: BelleroseLight;    line-height: 0rem;    letter-spacing: 1px;    font-size: 14px;    padding: 0px 0px 10px 0;}.footer-j .old-version-link-j a {    font-family: BelleroseLight;    line-height: 0.7rem;    letter-spacing: 1px;    font-size: 14px;    padding: 0px 0px 10px 0;}.menu-visible-icon-b {    font-family: BelleroseLight;    line-height: 1rem;    letter-spacing: 1px;    font-size: 14px;}.lmb-sport-select-j ul li.Soccer.active-j {    font-family: BelleroseLight;    line-height: 0rem;    letter-spacing: 1px;    font-size: 14px;    padding: 0px 10px 10px 10px;}html[dir=ltr] .lmb-table-j li:nth-child(2) {    padding-right: 10px;}.lmb-table-j .lmb-title-j li, .lmb-table-j .lmb-title-j li:nth-child(5), .lmb-table-j .lmb-title-j li:nth-child(6), .lmb-table-j .lmb-title-j li:nth-child(7) {    padding-left: 10px;}.lmb-table-j .market-info-b.market-name-j {    padding-left: 10px;}.subtop-header-menu-j>ul>li>a {    font-family: BelleroseLight;    line-height: 1.5rem;    letter-spacing: 1px;    font-size: 14px;}.betslip-name-row-v3>h3>i {    font-family: BelleroseLight;    line-height: 2rem;    letter-spacing: 1px;    font-size: 14px;}.view-switcher-v3>ul>li>button>span {    font-family: BelleroseLight;    line-height: 2rem;    letter-spacing: 1px;    font-size: 14px;}.markets-group-wrap-v3>ul>li span b, .markets-group-wrap-v3>ul>li span i {    font-family: BelleroseLight;    line-height: 1rem;    letter-spacing: 1px;    font-size: 14px;}html[dir=ltr] .live-game-container .game-info .unpin-button {    right: 7px;    margin-top: 0px;}html[dir=ltr] .statistic-view-v3 .game-score-multiset ul.title li:last-child, html[dir=ltr] .statistic-view-v3 .live-game-container .sport-title, html[dir=rtl] .statistic-view-v3 .game-score-multiset ul.title li:first-child, html[dir=rtl] .statistic-view-v3 .live-game-container .sport-title {    border-radius: 10px;    margin-top: 0px;}.results-center-ba-j h4 {    font-family: BelleroseLight;    line-height: 1rem;    letter-spacing: 1px;    font-size: 30px;}.view-settings-b-v3>ul {    margin-top: 0px;}.results-header-j h2 {    font-family: BelleroseLight;    line-height: 1rem;    letter-spacing: 1px;    font-size: 18px;}.title-slider-games>li {    font-family: BelleroseLight;    line-height: 0.4rem;    letter-spacing: 1px;    font-size: 18px;}html[dir=ltr] .tab-winners>ul>li {    font-family: BelleroseLight;    line-height: 2rem;    letter-spacing: 1px;    font-size: 15px;}.wrapper-game-link>p {    font-family: BelleroseLight;    line-height: 0rem;    letter-spacing: 1px;    font-size: 20px;}.games-pw-buttonset-j button.skin-j {    font-family: BelleroseLight;    line-height: 0rem;    letter-spacing: 1px;    font-size: 15px;}.ctournament-title-table>li {    font-family: BelleroseLight;    line-height: 0rem;    letter-spacing: 1px;    font-size: 25px;}.ct-page-intro-info-holder>h1 {    font-family: BelleroseLight;    line-height: 3rem;    letter-spacing: 1px;    font-size: 36px;}.ct-page-games-group-title h2 {    font-family: BelleroseLight;    line-height: 1rem;    letter-spacing: 1px;    font-size: 25px;}.block-slider.popup .all-popup-separator .register-information-b h3 {    font-family: BelleroseLight !important;    line-height: 0rem !important;    letter-spacing: 1px;    font-size: 19px !important;}.all-main-tabs-b>ul>li>h4 {    font-family: BelleroseLight;    line-height: 2.4rem;    letter-spacing: 1px;    font-size: 14px;}.first-level-history-tab>ul>li {    color: #b1b1b1;}.first-level-history-tab>ul>li.active {    color: #ffffff;}.button-sign:disabled, .cashier-button button:disabled {    background: #32323200;    color: #b3b3b3;}.cashier-button button {    color: #ffde9e;}.reg-radio>div>label>span {    margin: 0 0px 0 5px;}html[dir=ltr] .profile-permissions-p>p, html[dir=ltr] .profile-preference-p>p {    font-family: BelleroseLight;    line-height: 1rem;    letter-spacing: 1px;    font-size: 14px;    font-weight: 100;}.settings-nav-contain h3 {    font-family: BelleroseLight;    line-height: 3rem;    letter-spacing: 1px;    font-size: 30px;}.my-bets-closed-icon-b:before {    content: "\e6ee";    font-family: 'icomoon';}.All-Bets-history>h3 {    font-family: BelleroseLight;     line-height: 2rem;     letter-spacing: 1px;     font-size: 25px;}html[dir=ltr] .bonus-info-list-separator-b>ul>li.bonus-start-end-b>p>span:first-child, html[dir=rtl] .bonus-info-list-separator-b>ul>li.bonus-start-end-b>p>span {    line-height: 0.8rem;}html[dir=ltr] .balance-view-progress-b .progress-bonus-info-box>p:first-child>span {    text-align: left;    line-height: 1rem;}html[dir=ltr] .bet-info-list-separator-b>ul>li.bet-type-column-b>span {    float: left;    line-height: 1.5rem;}.bonus-table-information-b>p {    font-family: BelleroseLight;    line-height: 1rem;    letter-spacing: 1px;    font-size: 14px;}.right-block-history.message.compose.send-message-j .settings-info-contain button:disabled {    color: rgb(185 185 185);}.cashier-button button {    border-radius: 10px;}.cashier-button button {    color: #ffffff;}.right-block-history.message.compose.send-message-j .settings-info-contain textarea {    border-radius: 10px;}.list-news ul li h3 a {    color: #fff;    font: 15px/20px Roboto,Arial,Helvetica,sans-serif;    float: left;    text-decoration: none;    font-family: BelleroseLight;    line-height: 2rem;    letter-spacing: 1px;    font-size: 20px;}.list-news.promo .picture-news-block>a {    border-radius: 10px;    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/1px 0 1px 0 stretch;    border-top: 1px solid;    border-bottom: 1px solid;}.promotions-menu-p {    max-width: 90%;    margin: 0 auto 10px;    overflow: hidden;}.block-sport-news {    width: 100%;    overflow: hidden;    max-width: 1000%;    margin: 0 auto 20px;}.balance-lightbox-j article .form-j>div .filter-columns-container>ul>li .select-box-period-b>p, .balance-lightbox-j article form>div .filter-columns-container>ul>li .select-box-period-b>p {    margin: 0 10px;    line-height: 25px;}.hp-slider-17 .hp-slide-17 {    transition: all 4s ease 1s;}.footer-custom-sprite img {    width: 75%;  padding-right: 0px;}.footer-custom-sprite img {    margin: -25px auto -25px auto;}.footer-custom-sprite {    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/0px 0 1px 0 stretch;    border-top: 1px solid;}.footer-custom-sprite img {    width: 65%;}.ref-social-icons-j a {    margin: 10px 0px 0px;}.age-restriction-block {    margin: 0px 0px 0px 0px;}.product-list-contain .product-list-wrapper>a {    border-image: linear-gradient(to left, #13131321 1%, #f2ddb0 50%, #13131321 100%) 100% 0 100% 0/0px 0 0px 0 stretch;}.product-list-contain .product-list-wrapper {    border-image: linear-gradient(to left, #42424200 10%,#6b6b6b30 25% , #ffffff 50%,#6b6b6b30 75% , #42424200 90%) 100% 0 100% 0/4px 0 4px 0 stretch;    border-top: 10px solid;    border-bottom: 10px solid;}
