.wc-shortcodes-clearfix:before,
.wc-shortcodes-clearfix:after {
    content: "";
    display: table;
}

.wc-shortcodes-clearfix:after {
    clear: both;
}

.wc-shortcodes-clearfix {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.wc-shortcodes-accordion { 
	margin-bottom: 20px; 
}
.wc-shortcodes-accordion .wc-shortcodes-accordion-trigger {
	display: block;
	position: relative;
	padding: 0;
	border: 1px solid #cccccc;
	outline: 0;
	margin: 3px 0 0 0; 
}
.wc-shortcodes-accordion .wc-shortcodes-accordion-trigger a {
	display: block;
	padding: 10px 20px;
	cursor: pointer;
}
.wc-shortcodes-font-awesome-enabled .wc-shortcodes-accordion .wc-shortcodes-accordion-trigger a {
	padding: 10px 20px 10px 40px;
	position: relative;
}
.wc-shortcodes-font-awesome-enabled .wc-shortcodes-accordion .wc-shortcodes-accordion-trigger a:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-size: inherit;
	text-decoration: inherit;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* *margin-right: @spacing; */
	speak: none;
	content: "\f105";
	margin-right: 0px;
	display: inline-block;
	line-height: inherit;

	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	padding: 10px 0;
	width: 40px;
	text-align: center;
}
.wc-shortcodes-font-awesome-enabled .wc-shortcodes-accordion .wc-shortcodes-accordion-trigger a:hover:before {
	text-decoration: none;
}
.wc-shortcodes-font-awesome-enabled .wc-shortcodes-accordion .wc-shortcodes-accordion-trigger.wc-shortcodes-accordion-header-active a:before {
		content: "\f107";
}
.wc-shortcodes-accordion .wc-shortcodes-accordion-trigger:first-child {
	margin-top: 0; 
}
.wc-shortcodes-accordion .wc-shortcodes-accordion-content {
	padding: 20px;
	border: 1px solid #cccccc;
	border-top: 0px; 
	display: none;
}
.wc-shortcodes-accordion.wc-shortcodes-accordion-layout-none .wc-shortcodes-accordion-content {
	padding: 20px 0;
	border-width: 0;
}
.wc-shortcodes-accordion .wc-shortcodes-accordion-content *:last-child {
	margin-bottom: 0 
}


/**
 * [wc_toggle]
 * ----------------------------------------------------------------------------
 */
.wc-shortcodes-toggle {
	margin-bottom: 20px; 
}
.wc-shortcodes-toggle .wc-shortcodes-toggle-trigger {
	display: block;
	position: relative;
	padding: 0;
	border: 1px solid #cccccc;
	outline: 0;
	margin: 3px 0 0 0; 
}
.wc-shortcodes-toggle .wc-shortcodes-toggle-trigger a {
	display: block;
	padding: 10px 20px;
	cursor: pointer;
}
.wc-shortcodes-font-awesome-enabled .wc-shortcodes-toggle .wc-shortcodes-toggle-trigger a {
	padding: 10px 20px 10px 40px;
	position: relative;
}
.wc-shortcodes-font-awesome-enabled .wc-shortcodes-toggle .wc-shortcodes-toggle-trigger a:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-size: inherit;
	text-decoration: inherit;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* *margin-right: @spacing; */
	speak: none;
	content: "\f105";
	margin-right: 0px;
	display: inline-block;
	line-height: inherit;

	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	padding: 10px 0;
	width: 40px;
	text-align: center;
}
.wc-shortcodes-font-awesome-enabled .wc-shortcodes-toggle .wc-shortcodes-toggle-trigger a:hover:before {
	text-decoration: none;
}
.wc-shortcodes-font-awesome-enabled .wc-shortcodes-toggle .wc-shortcodes-toggle-trigger.active a:before {
	content: "\f107";
}

.wc-shortcodes-toggle .wc-shortcodes-toggle-trigger.active a {
}
.wc-shortcodes-toggle .wc-shortcodes-toggle-trigger:first-child {
	margin-top: 0; 
}
.wc-shortcodes-toggle .wc-shortcodes-toggle-container {
	display: none;
	overflow: hidden;
	padding: 20px;
	border: 1px solid #cccccc;
	border-top: 0px; 
}
.wc-shortcodes-toggle.wc-shortcodes-toggle-layout-none .wc-shortcodes-toggle-container {
	border-width: 0;
	padding: 20px 0;
}
.wc-shortcodes-toggle .wc-shortcodes-toggle-container *:last-child {
	margin-bottom: 0 
}


/**
 * [wc_tabs]
 * ----------------------------------------------------------------------------
 */
.wc-shortcodes-tabs {
	margin-bottom: 20px; 
}
.wc-shortcodes-tabs ul.wcs-tabs-nav {
	padding-top:10px;	
}
.wc-shortcodes-tabs ul.wcs-tabs-nav li {
	display: block;
	width: auto;
	padding: 0;
	float: left;
	
}
.wc-shortcodes-tabs ul.wcs-tabs-nav li a {
	display: block;
	width: auto;
	padding: 10px 20px;
	border: 1px solid #cccccc;
	margin-right: 0px;
	outline: none; 
}
.wc-shortcodes-tabs ul.wcs-tabs-nav .wcs-state-active a {
	background-color: #ffffff;
	border-bottom-width: 0;
	border-bottom-color: transparent; 
}
.wc-shortcodes-tabs .tab-content {
	background: #ffffff;
	padding: 20px;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc; 
	display: none;
}
.wc-shortcodes-tabs.wc-shortcodes-tabs-layout-none .tab-content {
	padding: 20px 0;
	border-width: 0;
}
.wc-shortcodes-tabs .tab-content *:last-child {
	margin-bottom: 0 
}


/**
 * [wc_row]
 * ----------------------------------------------------------------------------
 */
.wc-shortcodes-row {
	display: block;
	width: 100%;
}


/**
 * [wc_column]
 * ----------------------------------------------------------------------------
 */
.wc-shortcodes-one-half { width: 48% }
.wc-shortcodes-one-third { width: 30.66% }
.wc-shortcodes-two-third { width: 65.33% }
.wc-shortcodes-one-fourth { width: 22% }
.wc-shortcodes-three-fourth { width: 74% }
.wc-shortcodes-one-fifth { width: 16.8% }
.wc-shortcodes-two-fifth { width: 37.6% }
.wc-shortcodes-three-fifth { width: 58.4% }
.wc-shortcodes-four-fifth { width: 67.2% }
.wc-shortcodes-one-sixth { width: 13.33% }
.wc-shortcodes-five-sixth { width: 82.67% }

.wc-shortcodes-one-half,
.wc-shortcodes-one-third,
.wc-shortcodes-two-third,
.wc-shortcodes-three-fourth,
.wc-shortcodes-one-fourth,
.wc-shortcodes-one-fifth,
.wc-shortcodes-two-fifth,
.wc-shortcodes-three-fifth,
.wc-shortcodes-four-fifth,
.wc-shortcodes-one-sixth,
.wc-shortcodes-five-sixth {
	position: relative;
	margin-left: 4%;
	margin-bottom: 0;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wc-shortcodes-column-first {
	margin-left: 0!important;
	clear: left;
}

@media (max-width: 480px) {
	body .wc-shortcodes-one-half,
	body .wc-shortcodes-one-third,
	body .wc-shortcodes-two-third,
	body .wc-shortcodes-three-fourth,
	body .wc-shortcodes-one-fourth,
	body .wc-shortcodes-one-fifth,
	body .wc-shortcodes-two-fifth,
	body .wc-shortcodes-three-fifth,
	body .wc-shortcodes-four-fifth,
	body .wc-shortcodes-one-sixth,
	body .wc-shortcodes-five-sixth {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-bottom: 20px;
	}
}


/**
 * [wc_testimonials]
 * ----------------------------------------------------------------------------
 */
.wc-shortcodes-testimonial { 
	margin-bottom: 20px;
}
.wc-shortcodes-testimonial-content { 
	position: relative;
	float: left;
	background: #eeeeee;
	padding: 20px;
	width: 100%;
}
.wc-shortcodes-testimonial-content:after {
	content: "";
	position: absolute;
	left: 12px;
	bottom: -15px;
	width: 0px;
	height: 0px;
	border-bottom: 15px solid rgba(255,255,255,0);
	border-top: 15px solid rgba(255,255,255,0);
	border-right: 15px solid #eeeeee;
	font-size: 0px;
	line-height: 0px;
}
.wc-shortcodes-testimonial-content *:last-child {
	margin-bottom: 0;
	clear: both;
}
.wc-shortcodes-testimonial-author {
	float: left;
	margin-top: 20px;
	margin-left: 15px;
}
.wc-shortcodes-testimonial-right .wc-shortcodes-testimonial-content:after {
	right: 12px;
	left: auto;
	bottom: -15px;
	border-left: 15px solid #eeeeee;
	border-right-width: 0;
}
.wc-shortcodes-testimonial-right .wc-shortcodes-testimonial-author {
	float: right;
	margin-right: 15px;
	margin-left: 0;
	text-align: right;
}


/**
 * Border
 * ----------------------------------------------------------------------------
 */
.wc-shortcodes-divider {
	display: block;
	width: 100%;
	background: none; 
}

/* Image Line */
.wc-shortcodes-divider.wc-shortcodes-divider-style-image {
	border: 0;
	height: 10px;
	background: url("https://slotwinner.de/circle-border.png") repeat-x center left scroll;
}

/* Image Line 2 */
.wc-shortcodes-divider.wc-shortcodes-divider-style-image2 {
	border: 0;
	height: 10px;
	background: url("https://slotwinner.de/dash-border.png") repeat-x center left scroll;
}

/* Image Line 3 */
.wc-shortcodes-divider.wc-shortcodes-divider-style-image3 {
	border: 0;
	height: 10px;
	background: url("https://slotwinner.de/rustic-border.png") repeat-x center left scroll;
}

/* Single Solid Line */
.wc-shortcodes-divider.wc-shortcodes-divider-style-solid {
	border: 0;
	height: auto;
	background: none;
	border-bottom: 1px solid #cccccc;
}

/* Single Dotted Line */
.wc-shortcodes-divider.wc-shortcodes-divider-style-dotted {
	border: 0;
	height: auto;
	background: none;
	border-bottom: 1px dotted #cccccc;
}

/* Single Dashed Line */
.wc-shortcodes-divider.wc-shortcodes-divider-style-dashed {
	border: 0;
	height: auto;
	background: none;
	border-bottom: 1px dashed #cccccc;
}

/* Double Solid Line */
.wc-shortcodes-divider.wc-shortcodes-divider-line-double.wc-shortcodes-divider-style-solid {
	border: 0;
	background: none;
	height: 5px;
	border-bottom: 1px solid #cccccc;
}
.wc-shortcodes-divider.wc-shortcodes-divider-line-double.wc-shortcodes-divider-style-solid:before {
	content: '';
	display: block;
	width: 100%;
	border: 0;
	height: auto;
	background: none;
	border-bottom: 1px solid #cccccc;
}

/* Double Dotted Line */
.wc-shortcodes-divider.wc-shortcodes-divider-line-double.wc-shortcodes-divider-style-dotted {
	border: 0;
	background: none;
	height: 5px;
	border-bottom: 1px dotted #cccccc;
}
.wc-shortcodes-divider.wc-shortcodes-divider-line-double.wc-shortcodes-divider-style-dotted:before {
	content: '';
	display: block;
	width: 100%;
	border: 0;
	height: auto;
	background: none;
	border-bottom: 1px dotted #cccccc;
}

/* Double Dashed Line */
.wc-shortcodes-divider.wc-shortcodes-divider-line-double.wc-shortcodes-divider-style-dashed {
	border: 0;
	background: none;
	height: 5px;
	border-bottom: 1px dashed #cccccc;
}
.wc-shortcodes-divider.wc-shortcodes-divider-line-double.wc-shortcodes-divider-style-dashed:before {
	content: '';
	display: block;
	width: 100%;
	border: 0;
	height: auto;
	background: none;
	border-bottom: 1px dashed #cccccc;
}


/**
 * [wc_spacing]
 * ----------------------------------------------------------------------------
 */
.wc-shortcodes-spacing {
	display: block !important;
	height: auto;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	outline: none !important;
	background: none !important;
}


/**
 * [wc_button]
 * ----------------------------------------------------------------------------
 */
.wc-shortcodes-button {
	line-height: 1.3;
	margin-right: 10px;
	margin-bottom: 20px;
}
.wc-shortcodes-button:visited,
.wc-shortcodes-button {
	border: none;
	text-decoration: none;
	color: #ffffff;
	background-color: #428bca;
	border: 1px solid #357ebd;
	display: inline-block;
	padding: 6px 20px;
}

.wc-shortcodes-button:hover {
	color: #ffffff;
	background-color: #3276b1;
	border-color: #285e8e;
	text-decoration: none;
	outline: none;
}

.wc-shortcodes-button:active {}

.wc-shortcodes-button-left {
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
}
.wc-shortcodes-button-center {
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
}
.wc-shortcodes-button-center .wc-shortcodes-button {
	margin-right: 0px;
	margin-left: 0px;
}

.wc-shortcodes-button-right {
	text-align: right;
}
.wc-shortcodes-button-right .wc-shortcodes-button {
	margin-right: 0px;
	margin-left: 10px;
}

/* Secondary */
.wc-shortcodes-button.wc-shortcodes-button-secondary:visited,
.wc-shortcodes-button.wc-shortcodes-button-secondary {
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

.wc-shortcodes-button.wc-shortcodes-button-secondary:hover {
	color: #333333;
	background-color: #ebebeb;
	border-color: #adadad;
}

/* Inverse */
.wc-shortcodes-button.wc-shortcodes-button-inverse:visited,
.wc-shortcodes-button.wc-shortcodes-button-inverse {
	color: #357ebd;
	background-color: #e4ecf3;
	border: 1px solid #428bca;
}

.wc-shortcodes-button.wc-shortcodes-button-inverse:hover {
	color: #ffffff;
	background-color: #428bca;
	border-color: #357ebd;
}

/* Success */
.wc-shortcodes-button.wc-shortcodes-button-success:visited,
.wc-shortcodes-button.wc-shortcodes-button-success {
	color: #ffffff;
	background-color: #5cb85c;
	border: 1px solid #4cae4c;
}

.wc-shortcodes-button.wc-shortcodes-button-success:hover {
	color: #ffffff;
	background-color: #47a447;
	border-color: #398439;
}

/* Warning */
.wc-shortcodes-button.wc-shortcodes-button-warning:visited,
.wc-shortcodes-button.wc-shortcodes-button-warning {
	color: #ffffff;
	background-color: #f0ad4e;
	border: 1px solid #eea236;
}

.wc-shortcodes-button.wc-shortcodes-button-warning:hover {
	color: #ffffff;
	background-color: #ed9c28;
	border-color: #d58512;
}

/* Danger */
.wc-shortcodes-button.wc-shortcodes-button-danger:visited,
.wc-shortcodes-button.wc-shortcodes-button-danger {
	color: #ffffff;
	background-color: #d9534f;
	border: 1px solid #d43f3a;
}

.wc-shortcodes-button.wc-shortcodes-button-danger:hover {
	color: #ffffff;
	background-color: #d2322d;
	border-color: #ac2925;
}

/* Info */
.wc-shortcodes-button.wc-shortcodes-button-info:visited,
.wc-shortcodes-button.wc-shortcodes-button-info {
	color: #ffffff;
	background-color: #5bc0de;
	border: 1px solid #46b8da;
}

.wc-shortcodes-button.wc-shortcodes-button-info:hover {
	color: #ffffff;
	background-color: #39b3d7;
	border-color: #269abc;
}


/**
 * [wc_box]
 * ----------------------------------------------------------------------------
 */
.wc-shortcodes-box {
	display: block;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.wc-shortcodes-box *:last-child {
	margin: 0;
}
.wc-shortcodes-box *:first-child {
	margin-top: 0;
}

/* Primary Box */
.wc-shortcodes-box.wc-shortcodes-box-primary {
	background-color: #428bca;
	border: 1px solid #358ebd;
}
.wc-shortcodes-box.wc-shortcodes-box-primary * {
	color: #ffffff;
}

/* Secondary Box */
.wc-shortcodes-box.wc-shortcodes-box-secondary {
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
.wc-shortcodes-box.wc-shortcodes-box-secondary * {
	color: #333333;
}

/* Inverse Box */
.wc-shortcodes-box.wc-shortcodes-box-inverse {
	background-color: #e4ecf3;
	border: 1px solid #428bca;
}
.wc-shortcodes-box.wc-shortcodes-box-inverse * {
	color: #357ebd;
}

/* Success Box */
.wc-shortcodes-box.wc-shortcodes-box-success {
	background-color: #5cb85c;
	border: 1px solid #4cae4c;
}
.wc-shortcodes-box.wc-shortcodes-box-success * {
	color: #ffffff;
}

/* Warning Box */
.wc-shortcodes-box.wc-shortcodes-box-warning {
	background-color: #f0ad4e;
	border: 1px solid #eea236;
}
.wc-shortcodes-box.wc-shortcodes-box-warning * {
	color: #ffffff;
}

/* Danger Box */
.wc-shortcodes-box.wc-shortcodes-box-danger {
	background-color: #d9534f;
	border: 1px solid #d43f3a;
}
.wc-shortcodes-box.wc-shortcodes-box-danger * {
	color: #ffffff;
}

/* Info */
.wc-shortcodes-box.wc-shortcodes-box-info {
	background-color: #5bc0de;
	border: 1px solid #46b8da;
}
.wc-shortcodes-box.wc-shortcodes-box-info * {
	color: #ffffff;
}


/**
 * [wc_googlemap]
 * ----------------------------------------------------------------------------
 */
.googlemap {
	position: relative;
	max-width: inherit;
	margin-bottom: 20px;
}
.googlemap .map_canvas {
	width: 100%; height: 100%;
}
.googlemap .map_canvas h3 {
	margin: 0 0 10px; font-size: 14px;
}
#page .map_canvas img {
	max-width: none;
}


/**
 * [wc_social_icons]
 * ----------------------------------------------------------------------------
 */
.wc-shortcodes-social-icons-wrapper {
	width: 100%;
	margin-bottom: 14px;
	line-height: 1;
}
.wc-shortcodes-social-icons {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 1;
}
.wc-shortcodes-social-icons.wc-shortcodes-social-icons-align-center {
	text-align: center;
}
.wc-shortcodes-social-icons.wc-shortcodes-social-icons-align-center li {
	margin-right: 3px;
	margin-left: 3px;
}
.wc-shortcodes-social-icons.wc-shortcodes-social-icons-align-right {
	text-align: right;
}
.wc-shortcodes-social-icons.wc-shortcodes-social-icons-align-right li {
	margin-right: 0;
	margin-left: 6px;
}
.wc-shortcodes-social-icons.wc-shortcodes-social-icons-size-medium img {
	max-height: 24px;
}
.wc-shortcodes-social-icons.wc-shortcodes-social-icons-size-medium i {
	font-size: 14px;
	width: 24px;
	height: 24px;
	line-height: 24px;
}
.wc-shortcodes-social-icons.wc-shortcodes-social-icons-size-small img {
	max-height: 16px;
}
.wc-shortcodes-social-icons.wc-shortcodes-social-icons-size-small i {
	font-size: 10px;
	width: 16px;
	height: 16px;
	line-height: 16px;
}
.wc-shortcodes-social-icons li {
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 6px;
}
.wc-shortcodes-social-icons li a {
	display: block;
	line-height: 1;
}
.wc-shortcodes-social-icons li img {
	max-height: 48px;
}
.wc-shortcodes-social-icons li i {
	font-size: 24px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	background-color: #999999;
	color: #ffffff;
}
.wc-shortcodes-social-icons li i.fa-facebook { background-color: #305999; }
.wc-shortcodes-social-icons li i.fa-google-plus { background-color: #ee7321; }
.wc-shortcodes-social-icons li i.fa-twitter { background-color: #00a7f1; }
.wc-shortcodes-social-icons li i.fa-pinterest { background-color: #d64800; }
.wc-shortcodes-social-icons li i.fa-instagram { background-color: #b2b2b4; }
.wc-shortcodes-social-icons li i.fa-plus-square { background-color: #00b5fc; }
.wc-shortcodes-social-icons li i.fa-flickr { background-color: #ff6182; }
.wc-shortcodes-social-icons li i.fa-rss { background-color: #facf4c; }
.wc-shortcodes-social-icons li i.fa-envelope { background-color: #ebe180; }
.wc-shortcodes-social-icons li i.fa-dollar { background-color: #d46000; }
.wc-shortcodes-social-icons li i.fa-camera { background-color: #333333; }
.wc-shortcodes-social-icons li i.fa-shopping-cart { background-color: #a5d488; }
.wc-shortcodes-social-icons li i.fa-youtube { background-color: #c74a00; }
.wc-shortcodes-social-icons li i.fa-tumblr { background-color: #426b8a; }

.wc-shortcodes-social-icons.wc-shortcodes-maxheight-10 img { max-height: 10px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-12 img { max-height: 12px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-14 img { max-height: 14px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-16 img { max-height: 16px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-18 img { max-height: 18px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-20 img { max-height: 20px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-22 img { max-height: 22px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-24 img { max-height: 24px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-26 img { max-height: 26px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-28 img { max-height: 28px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-30 img { max-height: 30px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-32 img { max-height: 32px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-34 img { max-height: 34px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-36 img { max-height: 36px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-38 img { max-height: 38px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-40 img { max-height: 40px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-42 img { max-height: 42px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-44 img { max-height: 44px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-46 img { max-height: 46px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-48 img { max-height: 48px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-50 img { max-height: 50px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-52 img { max-height: 52px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-54 img { max-height: 54px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-56 img { max-height: 56px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-58 img { max-height: 58px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-60 img { max-height: 60px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-62 img { max-height: 62px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-64 img { max-height: 64px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-66 img { max-height: 66px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-68 img { max-height: 68px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-70 img { max-height: 70px; }

.wc-shortcodes-social-icons.wc-shortcodes-maxheight-10 i { font-size: 6px; line-height: 10px; height: 10px; width: 10px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-12 i { font-size: 8px; line-height: 12px; height: 12px; width: 12px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-14 i { font-size: 8px; line-height: 14px; height: 14px; width: 14px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-16 i { font-size: 10px; line-height: 16px; height: 16px; width: 16px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-18 i { font-size: 10px; line-height: 18px; height: 18px; width: 18px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-20 i { font-size: 12px; line-height: 20px; height: 20px; width: 20px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-22 i { font-size: 12px; line-height: 22px; height: 22px; width: 22px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-24 i { font-size: 14px; line-height: 24px; height: 24px; width: 24px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-26 i { font-size: 14px; line-height: 26px; height: 26px; width: 26px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-28 i { font-size: 16px; line-height: 28px; height: 28px; width: 28px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-30 i { font-size: 16px; line-height: 30px; height: 30px; width: 30px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-32 i { font-size: 18px; line-height: 32px; height: 32px; width: 32px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-34 i { font-size: 18px; line-height: 34px; height: 34px; width: 34px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-36 i { font-size: 18px; line-height: 36px; height: 36px; width: 36px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-38 i { font-size: 20px; line-height: 38px; height: 38px; width: 38px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-40 i { font-size: 20px; line-height: 40px; height: 40px; width: 40px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-42 i { font-size: 22px; line-height: 42px; height: 42px; width: 42px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-44 i { font-size: 22px; line-height: 44px; height: 44px; width: 44px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-46 i { font-size: 24px; line-height: 46px; height: 46px; width: 46px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-48 i { font-size: 24px; line-height: 48px; height: 48px; width: 48px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-50 i { font-size: 26px; line-height: 50px; height: 50px; width: 50px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-52 i { font-size: 26px; line-height: 52px; height: 52px; width: 52px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-54 i { font-size: 28px; line-height: 54px; height: 54px; width: 54px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-56 i { font-size: 28px; line-height: 56px; height: 56px; width: 56px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-58 i { font-size: 30px; line-height: 58px; height: 58px; width: 58px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-60 i { font-size: 30px; line-height: 60px; height: 60px; width: 60px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-62 i { font-size: 32px; line-height: 62px; height: 62px; width: 62px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-64 i { font-size: 32px; line-height: 64px; height: 64px; width: 64px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-66 i { font-size: 34px; line-height: 66px; height: 66px; width: 66px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-68 i { font-size: 34px; line-height: 68px; height: 68px; width: 68px; }
.wc-shortcodes-social-icons.wc-shortcodes-maxheight-70 i { font-size: 36px; line-height: 70px; height: 70px; width: 70px; }

.wc-shortcodes-social-icons li:first-child {
	margin-left: 0;
}
.wc-shortcodes-social-icons li:last-child {
	margin-right: 0;
}


/**
 * [wc_share]
 * ----------------------------------------------------------------------------
 */
.wc-shortcodes-share-buttons {
	line-height: 1;
}
.wc-shortcodes-share-buttons ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1;
}
.wc-shortcodes-share-buttons li {
	display: inline-block;
	margin-right: 7px;
}
.wc-shortcodes-share-buttons li a {
	display: block;
	line-height: 1;
}
.wc-shortcodes-share-buttons li a img {
	vertical-align: top;
	max-height: 36px;
}
.wc-shortcodes-share-buttons ul li:last-child {
	margin-right: 0;
}
.wc-shortcodes-share-buttons li i {
	font-size: 20px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	text-align: center;
	vertical-align: top;
	background-color: #999999;
	color: #ffffff;
}
.wc-shortcodes-share-buttons-format-icon-text li span {
	margin-left: 0.4em;
}
.wc-shortcodes-share-buttons-format-text li a i {
	display: none;
}
.wc-shortcodes-share-buttons li i.fa-facebook { background-color: #305999; }
.wc-shortcodes-share-buttons li i.fa-google-plus { background-color: #ee7321; }
.wc-shortcodes-share-buttons li i.fa-twitter { background-color: #00a7f1; }
.wc-shortcodes-share-buttons li i.fa-pinterest { background-color: #d64800; }
.wc-shortcodes-share-buttons li i.fa-instagram { background-color: #b2b2b4; }
.wc-shortcodes-share-buttons li i.fa-plus-square { background-color: #00b5fc; }
.wc-shortcodes-share-buttons li i.fa-flickr { background-color: #ff6182; }
.wc-shortcodes-share-buttons li i.fa-rss { background-color: #facf4c; }
.wc-shortcodes-share-buttons li i.fa-envelope { background-color: #ebe180; }
.wc-shortcodes-share-buttons li i.fa-dollar { background-color: #d46000; }
.wc-shortcodes-share-buttons li i.fa-camera { background-color: #333333; }
.wc-shortcodes-share-buttons li i.fa-shopping-cart { background-color: #a5d488; }
.wc-shortcodes-share-buttons li i.fa-youtube { background-color: #c74a00; }
.wc-shortcodes-share-buttons li i.fa-tumblr { background-color: #426b8a; }


/**
 * [wc_skillbar]
 * ----------------------------------------------------------------------------
 */
.wc-shortcodes-skillbar {
	position: relative;
	display: block;
	margin-bottom: 15px;
	width: 100%;
	background: #eee;
	height: 35px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: 0.4s linear;
	-moz-transition: 0.4s linear;
	-ms-transition: 0.4s linear;
	-o-transition: 0.4s linear;
	transition: 0.4s linear;
	-webkit-transition-property: width, background-color;
	-moz-transition-property: width, background-color;
	-ms-transition-property: width, background-color;
	-o-transition-property: width, background-color;
	transition-property: width, background-color;
}
.wc-shortcodes-skillbar-title {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	background: #6adcfa;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.wc-shortcodes-skillbar-title span {
	display: block;
	background: rgba(0,0,0,0.1);
	padding: 0 20px;
	height: 35px;
	line-height: 35px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.wc-shortcodes-skillbar-bar {
	height: 35px;
	width: 0px;
	background: #6adcfa;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.wc-shortcodes-skill-bar-percent {
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 11px;
	height: 35px;
	line-height: 35px;
	color: #444;
	color: rgba(0,0,0,0.4);
}


/**
 * [wc_pricing]
 * ----------------------------------------------------------------------------
 */
.wc-shortcodes-pricing {
	margin-bottom: 20px;
}
.wc-shortcodes-pricing div {
	list-style: none;
}
.wc-shortcodes-pricing > div {
	list-style: none;
	text-shadow: none;
	margin-bottom: 0;
}
.wc-shortcodes-pricing .wc-shortcodes-pricing-header {
	background: #428bca;
	color: #ffffff;
	text-align: center;
	padding: 20px 0;
	border: 1px solid #357ebd;
}
.wc-shortcodes-pricing .wc-shortcodes-pricing-header h5 {
	color: #ffffff;
	font-size: 130%;
	margin: 0;
	padding: 0 20px 20px;
}
.wc-shortcodes-pricing .wc-shortcodes-pricing-cost {
	font-size: 170%;
	padding-top: 20px;
	border-top: 1px solid #357ebd;
}
.wc-shortcodes-pricing .wc-shortcodes-pricing-per {
	font-size: 80%;
}
.wc-shortcodes-pricing .wc-shortcodes-pricing-content {
	background: #ffffff;
	text-align: center;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
}
.wc-shortcodes-pricing .wc-shortcodes-pricing-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.wc-shortcodes-pricing .wc-shortcodes-pricing-content ul li {
	margin: 0;
	padding: 10px 20px;
	border-bottom: 1px solid #eeeeee;
	list-style: none;
}
.wc-shortcodes-pricing .wc-shortcodes-pricing-content ul li:nth-child(2n+2) {
	background: #f7f7f7;
}
.wc-shortcodes-pricing .wc-shortcodes-pricing-button {
	text-align: center;
	padding: 20px;
	border: 1px solid #eeeeee;
	border-top-width: 0;
}
.wc-shortcodes-pricing .wc-shortcodes-pricing-button .wc-shortcodes-button {
	float: none;
	margin: 0;
}

/* Secondary */
.wc-shortcodes-pricing.wc-shortcodes-pricing-type-secondary .wc-shortcodes-pricing-header {
	background: #333333;
	color: #ffffff;
	border: 1px solid #cccccc;
}
.wc-shortcodes-pricing.wc-shortcodes-pricing-type-secondary .wc-shortcodes-pricing-header h5 {
	color: #ffffff;
}
.wc-shortcodes-pricing.wc-shortcodes-pricing-type-secondary .wc-shortcodes-pricing-cost {
	border-top: 1px solid #000000;
}

/* Inverse */
.wc-shortcodes-pricing.wc-shortcodes-pricing-type-inverse .wc-shortcodes-pricing-header {
	background: #e4ecf3;
	color: #357ebd;
	border: 1px solid #cccccc;
}
.wc-shortcodes-pricing.wc-shortcodes-pricing-type-inverse .wc-shortcodes-pricing-header h5 {
	color: #357ebd;
}
.wc-shortcodes-pricing.wc-shortcodes-pricing-type-inverse .wc-shortcodes-pricing-cost {
	border-top: 1px solid #cccccc;
}


/**
 * [wc_highlight]
 * ----------------------------------------------------------------------------
 */
.wc-shortcodes-highlight-yellow, .wc-shortcodes-highlight-yellow a {
	background-color: #fff7a8;
	color: #695d43;
}
.wc-shortcodes-highlight-blue, .wc-shortcodes-highlight-blue a {
	color: #5091b2;
	background: #e9f7fe;
}
.wc-shortcodes-highlight-green, .wc-shortcodes-highlight-green a {
	color: #5f9025;
	background: #d3e8da;
}
.wc-shortcodes-highlight-red, .wc-shortcodes-highlight-red a {
	color: #de5959;
	background: #ffe9e9;
}
.wc-shortcodes-highlight-gray, .wc-shortcodes-highlight-gray a {
	color: #555555;
	background: #f7f7f7;
}


/**
 * [wc_html]
 * ----------------------------------------------------------------------------
 */
.wc-shortcodes-html-wrapper {
	margin-bottom: 20px;
}


/**
 * [wc_pre]
 * ----------------------------------------------------------------------------
 */
/* desert scheme ported from vim to google prettify */
pre.prettyprint { 
	display: block;
	background-color: #333;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	word-wrap: normal;
}
pre .nocode { background-color: transparent; color: #000 }
pre .str { color: #ffa0a0 } /* string  - pink */
pre .kwd { color: #f0e68c; font-weight: bold }
pre .com { color: #87ceeb } /* comment - skyblue */
pre .typ { color: #98fb98 } /* type    - lightgreen */
pre .lit { color: #cd5c5c } /* literal - darkred */
pre .pun { color: #fff }    /* punctuation */
pre .pln { color: #fff }    /* plaintext */
pre .tag { color: #f0e68c; font-weight: bold } /* html/xml tag    - lightyellow */
pre .atn { color: #bdb76b; font-weight: bold } /* attribute name  - khaki */
pre .atv { color: #ffa0a0 } /* attribute value - pink */
pre .dec { color: #98fb98 } /* decimal         - lightgreen */

/* Specify class=linenums on a pre to get line numbering */
ol.linenums { margin-top: 0; margin-bottom: 0; color: #AEAEAE } /* IE indents via margin-left */
/* li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8 { list-style-type: none } */
/* Alternate shading for lines */
li.L1,li.L3,li.L5,li.L7,li.L9 { }

@media print {
	pre.prettyprint { background-color: transparent; }
	pre .str, code .str { color: #060 }
	pre .kwd, code .kwd { color: #006; font-weight: bold }
	pre .com, code .com { color: #600; font-style: italic }
	pre .typ, code .typ { color: #404; font-weight: bold }
	pre .lit, code .lit { color: #044 }
	pre .pun, code .pun { color: #440 }
	pre .pln, code .pln { color: #000 }
	pre .tag, code .tag { color: #006; font-weight: bold }
	pre .atn, code .atn { color: #404 }
	pre .atv, code .atv { color: #060 }
}

pre.pre-scrollable {
	max-height: 600px;
}
pre.pre-wrap {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

/**
 * [wc_center]
 * ----------------------------------------------------------------------------
 */
.wc-shortcodes-center {
	margin: 0 auto;
	width: 100%;
}
.wc-shortcodes-center.wc-shortcodes-center-inner-align-center {
	text-align: center;
}
.wc-shortcodes-center.wc-shortcodes-center-inner-align-left {
	text-align: left;
}
.wc-shortcodes-center.wc-shortcodes-center-inner-align-right {
	text-align: right;
}


/**
 * [wc_heading]
 * ----------------------------------------------------------------------------
 */
.wc-shortcodes-heading .wc-shortcodes-heading-style1 {
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}
.wc-shortcodes-heading.text-align-center {
	text-align: center;
}
.wc-shortcodes-heading.text-align-left {
	text-align: left;
}
.wc-shortcodes-heading.text-align-right {
	text-align: right;
}


/**
 * Social Media Widget
 * ----------------------------------------------------------------------------
 */
.widget_wc_shortcodes_social_icons .wc-shortcodes-social-icons {
	text-align: center;
}
.wc-shortcodes-social-icons.wc-shortcodes-columns-float-left {
	text-align: left;
}
.wc-shortcodes-social-icons.wc-shortcodes-columns-float-right {
	text-align: right;
}
.widget_wc_shortcodes_social_icons .wc-shortcodes-social-icons li {
	display: inline-block;
	padding: 3px;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
.widget_wc_shortcodes_social_icons .wc-shortcodes-social-icons.wc-shortcodes-columns-float-left li {
	padding-right: 6px;
	padding-left: 0;
}
.widget_wc_shortcodes_social_icons .wc-shortcodes-social-icons.wc-shortcodes-columns-float-right li {
	padding-right: 0;
	padding-left: 6px;
}
.widget_wc_shortcodes_social_icons .wc-shortcodes-social-icons.wc-shortcodes-columns-8 li {
	width: 12.5%;
}
.widget_wc_shortcodes_social_icons .wc-shortcodes-social-icons.wc-shortcodes-columns-7 li {
	width: 14.28571428%;
}
.widget_wc_shortcodes_social_icons .wc-shortcodes-social-icons.wc-shortcodes-columns-6 li {
	width: 16.66666666%;
}
.widget_wc_shortcodes_social_icons .wc-shortcodes-social-icons.wc-shortcodes-columns-5 li {
	width: 20%;
}
.widget_wc_shortcodes_social_icons .wc-shortcodes-social-icons.wc-shortcodes-columns-4 li {
	width: 25%;
}
.widget_wc_shortcodes_social_icons .wc-shortcodes-social-icons.wc-shortcodes-columns-3 li {
	width: 33.33333333%;
}
.widget_wc_shortcodes_social_icons .wc-shortcodes-social-icons.wc-shortcodes-columns-2 li {
	width: 50%;
}
.widget_wc_shortcodes_social_icons .wc-shortcodes-social-icons.wc-shortcodes-columns-1 li {
	width: 100%;
}

/**
 * jQuery Countdown styles 1.6.3.
 * ----------------------------------------------------------------------------
 */
.wc-shortcodes-countdown-bg4 {
	margin-bottom: 20px;
}
.wc-shortcodes-countdown {
	border: 1px solid #ccc;
	background-color: #eee;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.wc-shortcodes-countdown.countdown_rtl {
	direction: rtl;
}
.wc-shortcodes-countdown.countdown_holding div {
	color: #888;
}
.wc-shortcodes-countdown .countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.wc-shortcodes-countdown .countdown_show1 .countdown_section {
	width: 98%;
}
.wc-shortcodes-countdown .countdown_show2 .countdown_section {
	width: 48%;
}
.wc-shortcodes-countdown .countdown_show3 .countdown_section {
	width: 32.5%;
}
.wc-shortcodes-countdown .countdown_show4 .countdown_section {
	width: 24.5%;
}
.wc-shortcodes-countdown .countdown_show5 .countdown_section {
	width: 19.5%;
}
.wc-shortcodes-countdown .countdown_show6 .countdown_section {
	width: 16.25%;
}
.wc-shortcodes-countdown .countdown_show7 .countdown_section {
	width: 14%;
}
.wc-shortcodes-countdown .countdown_section {
	display: inline-block;
	font-size: 80%;
	text-align: center;
	border-right: 1px solid #cccccc;
}
.wc-shortcodes-countdown .countdown_row *:last-child,
.wc-shortcodes-countdown .countdown_row:last-child {
	border-width: 0;
}
.wc-shortcodes-countdown .countdown_amount {
	font-size: 200%;
}
.wc-shortcodes-countdown .countdown_descr {
	display: block;
	width: 100%;
}
.wc-shortcodes-countdown .countdown_expired_message {
	font-size: 200%;
}


/**
 * [wc_rsvp]
 * ----------------------------------------------------------------------------
 */
.wc-shortcodes-rsvp input[type="text"], 
.wc-shortcodes-rsvp textarea, 
.wc-shortcodes-rsvp select {
	width: 100%;
}
.wc-shortcodes-rsvp-align-center {
	text-align: center;
}
.wc-shortcodes-rsvp-align-right {
	text-align: right;
}
.rsvp-button-align-center .rsvp-button-wrapper {
	text-align: center;
}
.rsvp-button-align-center .wc-shortcodes-box {
	text-align: center;
}
.rsvp-button-align-right .rsvp-button-wrapper {
	text-align: right;
}
.rsvp-button-align-right .wc-shortcodes-box {
	text-align: right;
}
.rsvp-button-align-left .rsvp-button-wrapper {
	text-align: left;
}
.rsvp-button-align-left .wc-shortcodes-box {
	text-align: left;
}
.wc-shortcodes-rsvp .wc-shortcodes-box {
	padding-top: 5px;
	padding-bottom: 5px;
	display: none;
}


/**
 * [wc_post]
 * ----------------------------------------------------------------------------
 */
.wc-shortcodes-posts-wrapper {
	overflow-x: hidden;
}
.wc-shortcodes-post-content {
	padding: 0 20px;
}
.wc-shortcodes-post-border {
	border: 1px solid #dddddd;
}
.wc-shortcodes-entry-thumbnail {
	margin: 0;
	text-align: center;
}
.wc-shortcodes-entry-title {
	margin-top: 20px;
	margin-bottom: 20px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.wc-shortcodes-entry-meta {
	margin-top: 20px;
	margin-bottom: 0;
}
.wc-shortcodes-entry-meta-inner {
	margin-bottom: 20px;
}
.wc-shortcodes-entry-summary {
	margin-top: 20px;
	margin-bottom: 0;
}
.wc-shortcodes-entry-quote blockquote {
	margin-top: 0;
	padding: 10px 20px;
}
.wc-shortcodes-footer-entry-meta {
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 80%;
}
.wc-shortcodes-posts {
	position: relative;
	overflow: hidden;
}
.wc-shortcodes-post-box {
	background-color: #ffffff;
	margin-bottom: 20px;
	padding: 0;
}
.wc-shortcodes-posts-layout-masonry .wc-shortcodes-post-box {
	display: none;
}
.wc-shortcodes-sep {
	padding-left: 5px;
	padding-right: 5px;
}
.wc-shortcodes-sep,
.wc-shortcodes-author,
.wc-shortcodes-date {
	float: left;
}
/* No Masonry */
.wc-shortcodes-posts.wc-shortcodes-posts-no-masonry {
	visibility: visible;
}
/* Comment Box */
.wc-shortcodes-comments-link {
	float: right;
}
.wc-shortcodes-comments-link a {
	position: relative;
	margin-left: 3px;
	padding: 2px 7px;
	background-color: #eeeeee;
	color: #999999;
	line-height: 1;
}

.wc-shortcodes-comments-link a:after {
	content: "";
	position: absolute;
	left: 40%;
	bottom: -8px;
	width: 0px;
	height: 0px;
	border-bottom: 8px solid rgba(255,255,255,0);
	border-left: 8px solid #eeeeee;
	font-size: 0px;
	line-height: 0px;
}
.wc-shortcodes-comments-link a,
.wc-shortcodes-comments-link a:hover,
.wc-shortcodes-comments-link a:visited,
.wc-shortcodes-comments-link a:active,
.wc-shortcodes-comments-link a:focus {
	color: #999999;
	text-decoration: none;
}

/* masonry filtering */
.wc-shortcodes-filtering {
	margin-bottom: 20px;
}
.wc-shortcodes-filtering .tag-divider {
	display: inline-block;
	padding: 0 7px;
}

/* Post Gallery Slider */
.wc-shortcodes-post-box.format-gallery .rslides-wrapper {
	position: relative;
	background-color: #000000;
}
.wc-shortcodes-post-box.format-gallery .rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.wc-shortcodes-post-box.format-gallery .rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	text-align: center;
}

.wc-shortcodes-post-box.format-gallery .rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.wc-shortcodes-post-box.format-gallery .rslides img {
	display: inline-block;
	height: auto;
	/* float: left; */
	/* width: 100%; */
	border: 0;
}
.wc-shortcodes-post-box.format-gallery .rslides_nav {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	width: 36px;
	height:36px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(0,0,0,.2);
	z-index: 2;
}
.wc-shortcodes-post-box.format-gallery .rslides_nav.prev {
	left: 0;
	background-image: url("https://slotwinner.de/slide-arrow-left.png")/*tpa=wp-content/plugins/wc-shortcodes/includes/img/slide-arrow-left.png*/;
}
.wc-shortcodes-post-box.format-gallery .rslides_nav.next {
	right: 0;
	background-image: url("https://slotwinner.de/slide-arrow-right.png")/*tpa=wp-content/plugins/wc-shortcodes/includes/img/slide-arrow-right.png*/;
}
/* Masonry 2 */
.wc-shortcodes-posts-template-borderless .wc-shortcodes-post-border {
	border: none;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 20px;
}
.wc-shortcodes-posts-template-borderless .wc-shortcodes-post-border > *:first-child {
	margin-top: 0;
}
.wc-shortcodes-posts-template-borderless .wc-shortcodes-post-border > *:last-child {
	margin-bottom: 0;
}
.wc-shortcodes-posts-gutter-space-0 .wc-shortcodes-post-box { margin-bottom: 0px; }
.wc-shortcodes-posts-gutter-space-1 .wc-shortcodes-post-box { margin-bottom: 1px; }
.wc-shortcodes-posts-gutter-space-2 .wc-shortcodes-post-box { margin-bottom: 2px; }
.wc-shortcodes-posts-gutter-space-3 .wc-shortcodes-post-box { margin-bottom: 3px; }
.wc-shortcodes-posts-gutter-space-4 .wc-shortcodes-post-box { margin-bottom: 4px; }
.wc-shortcodes-posts-gutter-space-5 .wc-shortcodes-post-box { margin-bottom: 5px; }
.wc-shortcodes-posts-gutter-space-6 .wc-shortcodes-post-box { margin-bottom: 6px; }
.wc-shortcodes-posts-gutter-space-7 .wc-shortcodes-post-box { margin-bottom: 7px; }
.wc-shortcodes-posts-gutter-space-8 .wc-shortcodes-post-box { margin-bottom: 8px; }
.wc-shortcodes-posts-gutter-space-9 .wc-shortcodes-post-box { margin-bottom: 9px; }
.wc-shortcodes-posts-gutter-space-10 .wc-shortcodes-post-box { margin-bottom: 10px; }
.wc-shortcodes-posts-gutter-space-11 .wc-shortcodes-post-box { margin-bottom: 11px; }
.wc-shortcodes-posts-gutter-space-12 .wc-shortcodes-post-box { margin-bottom: 12px; }
.wc-shortcodes-posts-gutter-space-13 .wc-shortcodes-post-box { margin-bottom: 13px; }
.wc-shortcodes-posts-gutter-space-14 .wc-shortcodes-post-box { margin-bottom: 14px; }
.wc-shortcodes-posts-gutter-space-15 .wc-shortcodes-post-box { margin-bottom: 15px; }
.wc-shortcodes-posts-gutter-space-16 .wc-shortcodes-post-box { margin-bottom: 16px; }
.wc-shortcodes-posts-gutter-space-17 .wc-shortcodes-post-box { margin-bottom: 17px; }
.wc-shortcodes-posts-gutter-space-18 .wc-shortcodes-post-box { margin-bottom: 18px; }
.wc-shortcodes-posts-gutter-space-19 .wc-shortcodes-post-box { margin-bottom: 19px; }
.wc-shortcodes-posts-gutter-space-20 .wc-shortcodes-post-box { margin-bottom: 20px; }
.wc-shortcodes-posts-gutter-space-21 .wc-shortcodes-post-box { margin-bottom: 21px; }
.wc-shortcodes-posts-gutter-space-22 .wc-shortcodes-post-box { margin-bottom: 22px; }
.wc-shortcodes-posts-gutter-space-23 .wc-shortcodes-post-box { margin-bottom: 23px; }
.wc-shortcodes-posts-gutter-space-24 .wc-shortcodes-post-box { margin-bottom: 24px; }
.wc-shortcodes-posts-gutter-space-25 .wc-shortcodes-post-box { margin-bottom: 25px; }
.wc-shortcodes-posts-gutter-space-26 .wc-shortcodes-post-box { margin-bottom: 26px; }
.wc-shortcodes-posts-gutter-space-27 .wc-shortcodes-post-box { margin-bottom: 27px; }
.wc-shortcodes-posts-gutter-space-28 .wc-shortcodes-post-box { margin-bottom: 28px; }
.wc-shortcodes-posts-gutter-space-29 .wc-shortcodes-post-box { margin-bottom: 29px; }
.wc-shortcodes-posts-gutter-space-30 .wc-shortcodes-post-box { margin-bottom: 30px; }
.wc-shortcodes-posts-gutter-space-31 .wc-shortcodes-post-box { margin-bottom: 31px; }
.wc-shortcodes-posts-gutter-space-32 .wc-shortcodes-post-box { margin-bottom: 32px; }
.wc-shortcodes-posts-gutter-space-33 .wc-shortcodes-post-box { margin-bottom: 33px; }
.wc-shortcodes-posts-gutter-space-34 .wc-shortcodes-post-box { margin-bottom: 34px; }
.wc-shortcodes-posts-gutter-space-35 .wc-shortcodes-post-box { margin-bottom: 35px; }
.wc-shortcodes-posts-gutter-space-36 .wc-shortcodes-post-box { margin-bottom: 36px; }
.wc-shortcodes-posts-gutter-space-37 .wc-shortcodes-post-box { margin-bottom: 37px; }
.wc-shortcodes-posts-gutter-space-38 .wc-shortcodes-post-box { margin-bottom: 38px; }
.wc-shortcodes-posts-gutter-space-39 .wc-shortcodes-post-box { margin-bottom: 39px; }
.wc-shortcodes-posts-gutter-space-40 .wc-shortcodes-post-box { margin-bottom: 40px; }
.wc-shortcodes-posts-gutter-space-41 .wc-shortcodes-post-box { margin-bottom: 41px; }
.wc-shortcodes-posts-gutter-space-42 .wc-shortcodes-post-box { margin-bottom: 42px; }
.wc-shortcodes-posts-gutter-space-43 .wc-shortcodes-post-box { margin-bottom: 43px; }
.wc-shortcodes-posts-gutter-space-44 .wc-shortcodes-post-box { margin-bottom: 44px; }
.wc-shortcodes-posts-gutter-space-45 .wc-shortcodes-post-box { margin-bottom: 45px; }
.wc-shortcodes-posts-gutter-space-46 .wc-shortcodes-post-box { margin-bottom: 46px; }
.wc-shortcodes-posts-gutter-space-47 .wc-shortcodes-post-box { margin-bottom: 47px; }
.wc-shortcodes-posts-gutter-space-48 .wc-shortcodes-post-box { margin-bottom: 48px; }
.wc-shortcodes-posts-gutter-space-49 .wc-shortcodes-post-box { margin-bottom: 49px; }
.wc-shortcodes-posts-gutter-space-50 .wc-shortcodes-post-box { margin-bottom: 50px; }

.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-0 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 0px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-1 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 1px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-2 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 2px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-3 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 3px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-4 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 4px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-5 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 5px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-6 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 6px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-7 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 7px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-8 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 8px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-9 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 9px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-10 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 10px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-11 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 11px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-12 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 12px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-13 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 13px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-14 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 14px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-15 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 15px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-16 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 16px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-17 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 17px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-18 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 18px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-19 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 19px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-20 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 20px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-21 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 21px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-22 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 22px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-23 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 23px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-24 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 24px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-25 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 25px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-26 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 26px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-27 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 27px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-28 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 28px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-29 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 29px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-30 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 30px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-31 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 31px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-32 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 32px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-33 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 33px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-34 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 34px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-35 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 35px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-36 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 36px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-37 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 37px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-38 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 38px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-39 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 39px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-40 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 40px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-41 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 41px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-42 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 42px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-43 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 43px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-44 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 44px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-45 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 45px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-46 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 46px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-47 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 47px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-48 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 48px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-49 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 49px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-50 .wc-shortcodes-post-box .wc-shortcodes-post-border { margin-right: 50px; }

.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-0 { margin-right: 0px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-1 { margin-right: -1px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-2 { margin-right: -2px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-3 { margin-right: -3px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-4 { margin-right: -4px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-5 { margin-right: -5px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-6 { margin-right: -6px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-7 { margin-right: -7px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-8 { margin-right: -8px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-9 { margin-right: -9px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-10 { margin-right: -10px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-11 { margin-right: -11px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-12 { margin-right: -12px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-13 { margin-right: -13px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-14 { margin-right: -14px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-15 { margin-right: -15px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-16 { margin-right: -16px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-17 { margin-right: -17px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-18 { margin-right: -18px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-19 { margin-right: -19px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-20 { margin-right: -20px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-21 { margin-right: -21px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-22 { margin-right: -22px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-23 { margin-right: -23px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-24 { margin-right: -24px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-25 { margin-right: -25px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-26 { margin-right: -26px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-27 { margin-right: -27px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-28 { margin-right: -28px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-29 { margin-right: -29px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-30 { margin-right: -30px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-31 { margin-right: -31px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-32 { margin-right: -32px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-33 { margin-right: -33px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-34 { margin-right: -34px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-35 { margin-right: -35px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-36 { margin-right: -36px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-37 { margin-right: -37px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-38 { margin-right: -38px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-39 { margin-right: -39px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-40 { margin-right: -40px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-41 { margin-right: -41px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-42 { margin-right: -42px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-43 { margin-right: -43px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-44 { margin-right: -44px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-45 { margin-right: -45px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-46 { margin-right: -46px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-47 { margin-right: -47px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-48 { margin-right: -48px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-49 { margin-right: -49px; }
.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-50 { margin-right: -50px; }

.wc-shortcodes-posts-layout-grid .wc-shortcodes-post-box { float: left; }
.wc-shortcodes-posts.wc-shortcodes-posts-layout-grid .wc-shortcodes-post-box { margin-bottom: 50px; }
.wc-shortcodes-posts-template-borderless .wc-shortcodes-post-box .wc-shortcodes-post-border { padding-bottom: 20px; }

@media (min-width: 991px) {
	.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-2 .wc-shortcodes-post-box { width: 50%; }
	.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-3 .wc-shortcodes-post-box { width: 33.33%; }
	.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-4 .wc-shortcodes-post-box { width: 25%; }
	.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-5 .wc-shortcodes-post-box { width: 20%; }
	.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-6 .wc-shortcodes-post-box { width: 16.66%; }
	.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-7 .wc-shortcodes-post-box { width: 14.28%; }
	.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-8 .wc-shortcodes-post-box { width: 12.5%; }
	.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-9 .wc-shortcodes-post-box { width: 11.11%; }

	.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-2 .wc-shortcodes-post-box:nth-child(2n+3) { clear: left; }
	.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-3 .wc-shortcodes-post-box:nth-child(3n+4) { clear: left; }
	.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-4 .wc-shortcodes-post-box:nth-child(4n+5) { clear: left; }
	.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-5 .wc-shortcodes-post-box:nth-child(5n+6) { clear: left; }
	.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-6 .wc-shortcodes-post-box:nth-child(6n+7) { clear: left; }
	.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-7 .wc-shortcodes-post-box:nth-child(7n+8) { clear: left; }
	.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-8 .wc-shortcodes-post-box:nth-child(8n+9) { clear: left; }
	.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-9 .wc-shortcodes-post-box:nth-child(9n+10) { clear: left; }
}

@media (max-width: 990px) {
	body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-2 .wc-shortcodes-post-box { width: 50%; }
	body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-3 .wc-shortcodes-post-box { width: 50%; }
	body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-4 .wc-shortcodes-post-box { width: 33.33%; }
	body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-5 .wc-shortcodes-post-box { width: 25%; }
	body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-6 .wc-shortcodes-post-box { width: 20%; }
	body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-7 .wc-shortcodes-post-box { width: 16.66%; }
	body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-8 .wc-shortcodes-post-box { width: 14.28%; }
	body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-9 .wc-shortcodes-post-box { width: 12.5%; }

	body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-2 .wc-shortcodes-post-box:nth-child(2n+3) { clear: left; }
	body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-3 .wc-shortcodes-post-box:nth-child(2n+3) { clear: left; }
	body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-4 .wc-shortcodes-post-box:nth-child(3n+4) { clear: left; }
	body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-5 .wc-shortcodes-post-box:nth-child(4n+5) { clear: left; }
	body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-6 .wc-shortcodes-post-box:nth-child(5n+6) { clear: left; }
	body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-7 .wc-shortcodes-post-box:nth-child(6n+7) { clear: left; }
	body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-8 .wc-shortcodes-post-box:nth-child(7n+8) { clear: left; }
	body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-9 .wc-shortcodes-post-box:nth-child(8n+9) { clear: left; }
}

@media (max-width: 767px) {
	html body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-2 .wc-shortcodes-post-box { width: 50%; }
	html body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-3 .wc-shortcodes-post-box { width: 50%; }
	html body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-4 .wc-shortcodes-post-box { width: 50%; }
	html body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-5 .wc-shortcodes-post-box { width: 33.33%; }
	html body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-6 .wc-shortcodes-post-box { width: 25%; }
	html body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-7 .wc-shortcodes-post-box { width: 20%; }
	html body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-8 .wc-shortcodes-post-box { width: 16.66%; }
	html body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-9 .wc-shortcodes-post-box { width: 14.28%; }

	html body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-2 .wc-shortcodes-post-box:nth-child(2n+3) { clear: left; }
	html body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-3 .wc-shortcodes-post-box:nth-child(2n+3) { clear: left; }
	html body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-4 .wc-shortcodes-post-box:nth-child(2n+3) { clear: left; }
	html body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-5 .wc-shortcodes-post-box:nth-child(3n+4) { clear: left; }
	html body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-6 .wc-shortcodes-post-box:nth-child(4n+5) { clear: left; }
	html body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-7 .wc-shortcodes-post-box:nth-child(5n+6) { clear: left; }
	html body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-8 .wc-shortcodes-post-box:nth-child(6n+7) { clear: left; }
	html body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-9 .wc-shortcodes-post-box:nth-child(7n+8) { clear: left; }
}

@media (max-width: 567px) {
	html body div.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-2 .wc-shortcodes-post-box,
	html body div.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-3 .wc-shortcodes-post-box,
	html body div.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-4 .wc-shortcodes-post-box,
	html body div.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-5 .wc-shortcodes-post-box,
	html body div.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-6 .wc-shortcodes-post-box,
	html body div.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-7 .wc-shortcodes-post-box,
	html body div.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-8 .wc-shortcodes-post-box,
	html body div.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-9 .wc-shortcodes-post-box {
		width: 100%;
	}
	html body div.wc-shortcodes-posts.wc-shortcodes-posts-layout-grid .wc-shortcodes-post-box .wc-shortcodes-post-border,
	html body div.wc-shortcodes-posts.wc-shortcodes-posts-layout-grid {
		margin-right: 0;
	}
}

/**
 * [wc_image]
 * ----------------------------------------------------------------------------
 */
.wc-shortcodes-image-wrapper {
	position: relative;
}
.wc-shortcodes-image-anchor {
}
.wc-shortcodes-image {
}
.wc-shortcodes-image-flag-bg {
	position: absolute;
	padding: 5px 10px;
	background-color: #56ab00;
	color: #ffffff;
}
.wc-shortcodes-image-wrapper.alignnone,
.wc-shortcodes-image-wrapper.aligncenter {
	margin-bottom: 20px;
}
/**
 * [wc_fullwidth]
 * ----------------------------------------------------------------------------
 */
.wc-shortcodes-full-width {
	visibility: hidden;
}
#recommendedcasinos {
    border: none;
    border-spacing: 0;
	margin-bottom:5px;
}
table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}
#recommendedcasinos tr:nth-child(2n+1) {
    background: #f4fafb;
}
#recommendedcasinos th:first-child {
    border-radius: 6px 0 0 0;
}
#recommendedcasinos th {
    background: #FF3C1F;
    color: #fff;
    font-weight: 600;
}
#recommendedcasinos th, #recommendedcasinos td {
    border: none;
}
img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
#recommendedcasinos a:hover{text-decoration:underline;}
.top3 li>.logo span{display:block;width: 62px;height: 46px;margin: 15px auto;background:url(img/horiz-logos.webp) no-repeat 0 0;text-indent:-9999px;}
.top3 li>.logo.cas777 span{width: 62px;height: 50px;margin: 11px auto;background-position: -147px -508px;}
.top3 li>.logo.winner span{width:112px;height:32px;margin:22px auto;background-position:0 -51px;}
.top3 li>.logo.sunmaker span{width:92px;height:40px;margin: 18px auto;background-position:0 -83px;}
.top3 li>.logo.scasino span{width:92px;height:26px;margin: 25px auto;background-position:0 -123px;}
.top3 li>.logo.stargames span{width:118px;height:24px;margin: 26px auto;background-position:-93px -137px;}
.top3 li>.logo.lad span{width: 113px;height: 22px;margin: 27px auto;background-position: -96px -162px;}
.top3 li>.logo.eg span{width: 109px;height: 28px;margin: 24px auto;background-position: 0px -189px;}
.top3 li>.logo.betfair span{width: 113px;height: 20px;margin: 28px auto;background-position: -109px -187px;}
.top3 li>.logo.wh span{width: 87px;height: 40px;margin: 18px auto;background-position: 0px -149px;}
.top3 li>.logo.euro span{width: 112px;height: 58px;margin: 9px auto;background-position: -1px -218px;}
.top3 li>.logo.mrgreen span{width: 64px;height: 50px;margin: 14px auto;background-position: -69px 0;}
.top3 li>.logo.netbet span{width: 115px;height: 30px;margin: 23px auto;background-position: -93px -107px;}
.top3 li>.logo.betsson span{width: 108px;height: 44px;margin: 16px auto;background-position: -116px -208px;}
.top3 li>.logo.elv span{width: 73px;height: 66px;margin: 5px auto;background-position: -135px 0px;}
.top3 li>.logo.europa span{width: 106px;height: 32px;margin: 22px auto;background-position: -117px -254px;}
.top3 li>.logo.p2w span{width: 82px;height: 42px;margin: 17px auto;background-position: -118px -288px;}
.top3 li>.logo.cclub span{width: 106px;height: 42px;margin: 17px auto;background-position: 0px -277px;}
.top3 li>.logo.amazon span{width: 97px;height: 26px;margin: 25px auto;background-position: -130px -69px;}
.top3 li>.logo.inter span{width: 98px;height: 24px;margin: 26px auto;background-position: -119px -339px;}
.top3 li>.logo.spin span{width: 65px;height: 48px;margin: 14px auto;background-position: 0px -399px;}
.top3 li>.logo.europalace span{width: 96px;height: 48px;margin: 14px auto;background-position: 0px -352px;}
.top3 li>.logo.leo span{width: 111px;height: 36px;margin: 20px auto;background-position: -96px -366px;}
.top3 li>.logo.mega span{width: 108px;height: 32px;margin: 22px auto;background-position: 0px -320px;}
.top3 li>.logo.betway span{width: 106px;height: 30px;margin: 23px auto;background-position: 0px -447px;}
.top3 li>.logo.jackpotcity span{width: 115px;height: 44px;margin: 16px auto;background-position: 0px -504px;}
.top3 li>.logo.ovo span{width: 96px;height: 26px;margin: 25px auto;background-position: 0px -478px;}
.top3 li>.logo.seven span{width: 61px;height: 48px;margin: 14px auto;background-position: -147px -509px;}
.top3 li>.logo.quasar span {width: 111px;height: 30px;margin: 25px auto;background-position: -117px -405px;}
.top3 li>.logo.fantasia span { width: 111px; height: 38px; margin: 25px auto; background-position: -117px -293px;}


.top3{margin:0 0 10px;padding:0;list-style:none;font:normal 12px/17px 'open sans',sans-serif;color:#959ead;width:800px;}
.top3 li{padding:5px;border: 1px solid #c1cfd8;border-top:none;overflow:hidden;box-shadow: 0 0 0 5px #fff inset,0 0 0 6px #c1cfd8 inset;}
.top3.lesspadd li{padding:0}
.top3.noborder li{box-shadow: none;}
.top3 li:first-child{border-top:1px solid #c1cfd8;}
.top3 li.best{font-size:13px;line-height:21px;color:#51575b;background:#e6f1f7;}
.top3 li>.logo{float:left;padding: 0 10px;border-left: 1px solid #c1cfd8;border-top:1px solid #c1cfd8;height: 52px;line-height: 50px;text-align: center;background: white;min-width: 110px;}
.top3.noborder li>.logo,.top3.noborder li>.bonus,.top3.noborder li>.note,.top3.noborder li>.avi,.top3.noborder li>.link{border:none;}
.top3 li.best>.logo{height: 76px;line-height: 74px;padding: 0 5px;}
.top3 li>.logo span{display:inline-block;margin-top: auto!important;margin-bottom: auto!important;vertical-align: middle;}
.top3 li>.avi{display:block;overflow:hidden;padding:12px 0;font: normal 14px/26px 'open sans condensed','droid sans condensed',sans-serif;color:#6b6b6b;background: url(https://slotwinner.de/img/avi-icons.png) no-repeat right 9px;border-top: 1px solid #c1cfd8;border-right: 1px solid #c1cfd8;}

.top3 li>.avi.text{background: none;}
.top3.noborder li>.avi{padding:0;margin:12px 0;background-position:50px 0}
.top3.noborder li>.avi.playtech{background-position:50px -45px;}
.top3.noborder li>.avi.microgaming{background-position:50px -90px}
.top3.noborder li>.avi.netent{background-position:50px -135px}
.top3.noborder li>.avi.dragonfish{background-position:50px -180px}
.top3.noborder li>.avi.wagerlogic{background-position:50px -225px}
.top3.noborder li>.avi.skillonnet{background-position:50px -270px}
.top3.noborder li>.avi.gtech{background-position:50px -315px}
.top3 li>.avi strong{display:block;width:30%;max-width: 44px;text-align:center;}
.top3 li>.avi.text strong{display:inline-block; margin-right: 20px;}
.top3.noborder li>.avi.dragonfish, .top3.noborder li>.avi.playtech, .top3.noborder li>.avi.microgaming{margin-left:5%;}
html body article .flash-inside-page {
    margin-bottom: 15px;
    /* max-width: 616px; */
    overflow: hidden;
    
}
div.c {
    position: relative;
    height: 0;
    padding-bottom: 44.65%;
    padding-top: 43px;
}

embed, html body article .flash-inside-page div.c iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.top3 li>.bonus{float: left;clear: left;width: 135px;font-size: 18px;font-weight: 600;color: #8a9898;line-height: 18px;padding: 5px 0;border-left: 1px solid #c1cfd8;border-bottom: 1px solid #c1cfd8;background: white;text-align: center;}
.top3 li>.bonus strong{display: block;font-size: 28px;color: #c0cada;line-height: 24px;}
.top3 li.best>.bonus strong{font-size: 32px;color: #517ec4;}
.top3 li>.args{overflow: hidden;display: block;border-top: 1px solid #c1cfd8;border-right: 1px solid #c1cfd8;background: white;padding: 9px 0;}
.top3.noborder li>.args{border-top: none;border-right: none;}
.top3 li.best>.args{padding: 6px 0 7px;}
.top3 li.best>.args span{background-position: 0 -170px;padding-left: 22px;font-size: 12px;}
.top3 li.best>.args.b1 span{background-position: 0px -384px;padding-left: 20px;}
.top3 li>.note{display: none;}
.top3 li>.note.n35>i:after,.sidelist2 li.rate.n35>i:after{width:70%}
.top3 li>.note.n36>i:after,.sidelist2 li.rate.n36>i:after{width:71%}
.top3 li>.note.n37>i:after,.sidelist2 li.rate.n37>i:after{width:72%}
.top3 li>.note.n38>i:after,.sidelist2 li.rate.n38>i:after{width:74%}
.top3 li>.note.n39>i:after,.sidelist2 li.rate.n39>i:after{width:76%}
.top3 li>.note.n40>i:after,.sidelist2 li.rate.n40>i:after{width:80%}
.top3 li>.note.n41>i:after,.sidelist2 li.rate.n41>i:after{width:84%}
.top3 li>.note.n42>i:after,.sidelist2 li.rate.n42>i:after{width:86%}
.top3 li>.note.n43>i:after,.sidelist2 li.rate.n43>i:after{width:88%}
.top3 li>.note.n44>i:after,.sidelist2 li.rate.n44>i:after{width:89%}
.top3 li>.note.n45>i:after,.sidelist2 li.rate.n45>i:after{width:90%}
.top3 li>.note.n46>i:after,.sidelist2 li.rate.n46>i:after{width:91%}
.top3 li>.note.n47>i:after,.sidelist2 li.rate.n47>i:after{width:92%}
.top3 li>.note.n48>i:after,.sidelist2 li.rate.n48>i:after{width:94%}
.top3 li>.note.n49>i:after,.sidelist2 li.rate.n49>i:after{width:96%}
.top3 li>.link{overflow: hidden;display: block;border-right: 1px solid #c1cfd8;border-bottom: 1px solid #c1cfd8;padding: 8px 5px;background: white;}
.close{display:none;}


@media only screen and (min-width: 480px) {
	.top3 li>.logo{padding:0 20px;}
.top3 li>.bonus{width:40%;}
.top3 li.best>.bonus{width:25%;padding-left:15%;background-position: 10% center;}
.top3 li>.note{float: right;display:block;width: 30%;margin-top: -50px;font: bold 20px/25px 'open sans',sans-serif;color: #c1cfd8;text-align: center;}
.top3 li>.note b{color: #517ec4;}
.top3 li>.note>i{display: block;width: 100px;height:20px;line-height: 20px;text-indent:-9999px;background:url(img/stars.png) repeat-x  0 0;margin: 0 auto;}
.top3 li>.note>i:after{content:"";display:block;height:100%;background:url(img/stars.png) repeat-x 0 -20px;margin-top: -20px;}
.top3 li.best>.args span{font-size:13px}
.top3 li.best>.note{font-size: 27px;line-height: 30px;margin-top: -63px;}
.top3 li>.avi{background-position: 50px 9px;}

}


@media only screen and (min-width: 240px) {
	.top3 li{box-shadow:none;}
.top3 li>.logo{width: 24%;padding: 8px 0;}
.top3 li.best>.logo{padding: 6px 0;}
.top3 li>.args,.top3 li>.avi{float:left;width: 20%;border-right: none;padding: 17px 0 17px 5%;background-position: 80px 15px;}
.top3.noborder li>.avi{overflow:visible;margin:20px 0;}
.top3 li>.avi:before{float:right;content:"";background:url(https://slotwinner.de/img/misc.png) no-repeat 0 0;width:6px;height:52px;margin:-13px 0;}
.top3 li.best>.args{width: 28%;padding: 12px 0 13px;margin-bottom: -80px;}
.top3 li>.bonus{clear: none;border-left: none;border-top: 1px solid #c1cfd8;border-bottom: 0;width: 20%;padding: 13px 0;}
.top3 li.best>.bonus{width: 16%;padding: 20px 0 16px 11%;box-shadow: 0 0 0 5px white inset,0 0 0 6px #c1cfd8 inset;line-height: 28px;}
.top3 li>.note{margin: 3px 0 0 -20px!important;width: 21%;background: white;border-top: 1px solid #c1cfd8;border-right: 1px solid #c1cfd8;padding: 7px 0 16px;}
.top3 li.best>.note{padding: 19px 0;}
.top3 li.best>.args.b1 span{background-position: 0px -384px;padding-left: 10px;}
.top3 li>.link{clear:both;padding-left:70%;border-left: 1px solid #c1cfd8;}

}

@media only screen and (min-width: 670px) {
.top3 li>.avi:before{margin-right:7px}
}

@media only screen and (max-width: 768px) {
.topnav ul { width: 100%;}
.topnav ul li {text-align: center;}
.topnav ul li a {padding-left: 0;padding-right: 0;width: 100%;}
.top3 li>.link{clear: none;overflow: hidden;padding: 16px 2%;border: none;}
}

@media only screen and (min-width: 700px) {
.top3 li>.logo{width: 18%;border-bottom: 1px solid #c1cfd8;}
.top3 li.best>.logo{}
.top3 li>.args{width: 25%;border-bottom: 1px solid #c1cfd8;padding-left: 3%;}
.top3 li>.avi{width: 10%;border-bottom: 1px solid #c1cfd8;padding: 20px 0 20px 3%;background-position: 75px 18px;}
.top3 li.best>.args{width: 24%;padding-left: 0;margin-right: -15px;}
.top3 li>.bonus{width: 16%;border-bottom: 1px solid #c1cfd8;}
.top3 li.best>.bonus{width: 12%;padding-left: 8%;margin-left: 15px;}
.top3 li>.note{float: left;margin: 0 1% 0 0!important;width: 13%;border-bottom: 1px solid #c1cfd8;}
.top3 li.best>.note{}
.top3 li>.link{clear: none;overflow: hidden;padding: 16px 2%;border: none;}
.top3 li.best>.link{border: 1px solid #c1cfd8;padding-top: 26px;padding-bottom: 26px;}
}


@media only screen and (min-width: 850px) {
.top3.noborder li>.avi{width: 9%;margin-left: 5%;background-position: 40px 0}
.top3.noborder li>.avi.playtech{background-position:40px -45px}
.top3.noborder li>.avi.microgaming{background-position:40px -90px}
.top3.noborder li>.avi.netent{background-position:40px -135px}
.top3.noborder li>.avi.dragonfish{background-position:40px -180px}
.top3.noborder li>.avi.wagerlogic{background-position:40px -225px}
.top3.noborder li>.avi.skillonnet{background-position:40px -270px}
.top3.noborder li>.avi.gtech{background-position:40px -315px}
}


@media only screen and (min-width: 980px) {
.top3 li>.args{width: 24%;}
.top3 li>.note{width: 15%;}
.top3 li.best>.note{width: 16%;}
.top3 li.best>.args{width: 23%;padding-left: 2%;}
.top3 li.best>.args.b1{width: 24%;padding-left:1%;}
.top3 li.best>.args.b1 span{background-position: 0px -384px;padding-left: 20px;}
.top3 li.best>.bonus{width: 10.5%;padding-left: 6.5%;}
.top3 li>.avi{background-position: 110px 20px;width: 27%;margin-right: -3%;position: relative;}
.top3.noborder li>.avi{width: 8%;margin-left: 3%;background-position: 70px 0}
.top3.noborder li>.avi.playtech{background-position:70px -45px}
.top3.noborder li>.avi.microgaming{background-position:70px -90px}
.top3.noborder li>.avi.netent{background-position:70px -135px}
.top3.noborder li>.avi.dragonfish{background-position:70px -180px}
.top3.noborder li>.avi.wagerlogic{background-position:70px -225px}
.top3.noborder li>.avi.skillonnet{background-position:70px -270px}
.top3.noborder li>.avi.gtech{background-position:70px -315px}
.top3 li>.avi.playtech{background-position: 110px -25px}
.top3 li>.avi.microgaming{background-position: 110px -70px}
.top3 li>.avi.netent{background-position: 110px -115px}
.top3 li>.avi.dragonfish{background-position: 110px -160px}
.top3 li>.avi.wagerlogic{background-position: 110px -205px}
.top3 li>.avi.skillonnet{background-position: 110px -250px}
.top3 li>.avi.gtech{background-position: 110px -295px}
.top3 li>.avi strong{max-width:55px;}
.top3 li>.avi:before{}
}

span.avi.text {
    font-size: 18px;
	font-family: 'Open Sans';
}
span.avi.text strong {
    font-size: 14px;
}

.btn1,.btn2,.btn3,.top3>li>.link a{display:block;padding:10px 0 7px;font: normal 14px/16px 'open sans',sans-serif;;color:#fff;text-align:center;text-decoration:none;background:#ff715c;border-bottom:3px solid #bf2818;border-radius:5px;}

.btn2,.top3>li>.link a.kop{background-color:#0ab50a;border-color:#2a8605;color:white;}
.btn3{background-color:#98bcd3;border-bottom: 2px solid #6693b1;color:white;font-size:12px;font-weight:bold;padding:4px 0 2px;}
.btn1:hover,.top3>li>.link a:hover{background-color:#e75641;border-color:#bf2818;color:#fff;}
.btn2:hover,.top3>li>.link a.kop:hover{background-color:#e75641;border-color:#bf2818;}

.topnav ul.close{display:none!important;}

#close-menu {display:none;}
@media only screen and (max-width: 480px) {
	
	
	.topnav ul li > ul{
		display: block;
		position: static;
	}
	
	
	.topnav ul li > ul li a {
		font-size:20px;
	}

#close-menu {width: 52px;height: 47px;display: block;background: url(https://slotwinner.de/img/burger.png) no-repeat;cursor: pointer;margin: auto;    text-indent: -9999px;}
.topnav.open #close-menu {background-image: url(https://slotwinner.de/img/close.png);}
.topnav {height: auto;margin-top: -5px;margin-bottom: -5px;text-align: center;position: relative;}
.topnav.open {background:white;}
.topnav ul {overflow:hidden;max-height:0;}
.topnav.open ul {max-height:500px;}
.topnav ul li {width: auto;background-color: #ea6a57;float: none;}	
.topnav ul li a {line-height: 29px;padding: 19px 0;display: block;height: auto;}	
img.right {display: block;margin: 20px auto;float: none;}
}

@media all and (max-width: 640px) {
	div.video {position: relative;padding-bottom: 56.25%;/*16:9 aspect ratio*/height: 0;margin-bottom: 75px;}
	div.video iframe {position: absolute;top:65px;left: 0;width: 100%;height: 100%;}
	footer {text-align: center;}
}

@media all and (max-width: 780px) {
	
	
	article {padding: 2%;}
	h1, h2, h3 {text-align: center;}
	article p.border::after {margin: 20px -2% -15px;}
	h3.border::before {margin: 0 -2% 20px;}
	table tbody td {text-align: center;text-indent: 0;line-height: 15px;}
}
.detail-list li span.brand.begambleaware,.top-jackpots>.box>.logos>span.prov.begambleaware:after,.toptable ul li>.soft>span span.begambleaware,.highlights>.mid>.more>span.begambleaware{width: 60px;height:30px;background-position: 0 -332px}
.detail-list li span.brand.novoline,.top-jackpots>.box>.logos>span.prov.novoline:after,.toptable ul li>.soft>span span.novoline,.highlights>.mid>.more>span.novoline{width: 85px;background-position: 0 0}
.detail-list li span.brand.novomatic,.top-jackpots>.box>.logos>span.prov.novomatic:after,.toptable ul li>.soft>span span.novomatic,.highlights>.mid>.more>span.novomatic{width:108px;background-position: 0 -22px}
.detail-list li span.brand.microgaming,.top-jackpots>.box>.logos>span.prov.microgaming:after,.toptable ul li>.soft>span span.microgaming,.highlights>.mid>.more>span.microgaming{width: 60px;background-position: 0 -307px}
.detail-list li span.brand.playtech,.top-jackpots>.box>.logos>span.prov.playtech:after,.toptable ul li>.soft>span span.playtech,.highlights>.mid>.more>span.playtech{width: 73px;background-position: 0 -88px}
.detail-list li span.brand.netent,.top-jackpots>.box>.logos>span.prov.netent:after,.toptable ul li>.soft>span span.netent,.highlights>.mid>.more>span.netent{width: 54px;background-position: 0 -110px}
.detail-list li span.brand.merkur,.top-jackpots>.box>.logos>span.prov.merkur:after,.toptable ul li>.soft>span span.merkur,.highlights>.mid>.more>span.merkur{width: 96px;background-position: 0 -132px}
.detail-list li span.brand.gauserlmann,.top-jackpots>.box>.logos>span.prov.gauserlmann:after,.toptable ul li>.soft>span span.gauserlmann,.highlights>.mid>.more>span.gauserlmann{width:73px;background-position: 0 -154px}
.detail-list li span.brand.igt,.top-jackpots>.box>.logos>span.prov.igt:after,.toptable ul li>.soft>span span.igt,.highlights>.mid>.more>span.igt{width: 28px;background-position: 0 -198px;}
.detail-list li span.brand.nextgen,.top-jackpots>.box>.logos>span.prov.nextgen:after,.toptable ul li>.soft>span span.nextgen,.highlights>.mid>.more>span.nextgen{width: 73px;background-position: 0 -220px}
.detail-list li span.brand.playngo,.top-jackpots>.box>.logos>span.prov.playngo:after,.toptable ul li>.soft>span span.playngo,.highlights>.mid>.more>span.playngo{width: 62px;background-position: 0 -242px}
.detail-list li span.brand.ashgaming,.top-jackpots>.box>.logos>span.prov.ashgaming:after,.toptable ul li>.soft>span span.ashgaming,.highlights>.mid>.more>span.ashgaming{width: 74px;background-position: 0 -264px}
.detail-list li span.brand.realistic,.top-jackpots>.box>.logos>span.prov.realistic:after,.toptable ul li>.soft>span span.realistic,.highlights>.mid>.more>span.realistic{width: 55px;background-position: 0 -286px}
.detail-list li span.icon.no{font-size:0;}
.detail-list li span.icon:before{content:"";display:inline-block;width:20px;height:10px;vertical-align: middle;background:url(https://slotwinner.de/sprite/voting-misc.png) no-repeat 0 -50px;}
.detail-list li span.icon.yes:before{width:10px;margin-right:10px;background-position: 0 -57px}
.detail-list li span.icon.no:before{width:10px;margin-right:10px;background-position: -11px -57px}
.detail-list li span.icon.url:before{height:14px;background-position: 0 -68px}
.detail-list li span.icon.email:before{height:9px;background-position: 0 -83px}
.detail-list li span.icon.phone:before{height:9px;background-position: 0 -93px}
.detail-list li span.icon.work:before{height:10px;background-position: 0 -103px}
.top-jackpots{background: #E4ECEF url(img/top-jackpots-bg1.jpg) repeat-x 0 bottom;padding:0 0 1px;margin: 0 0 18px;}
.top-jackpots:after{content:"";display:table;clear:both;}
.top-jackpots>.title{font:500 14px/16px raleway,sans-serif;text-align:center;color:white;margin-bottom:10px;padding:7px;background:#6c8795;}
.top-jackpots>.box{width:80%;margin:0 auto 10px;background:#fcfcfc;text-align:center;font:normal 11px/12px Arial,sans-serif;color:#9a9a9a;}
.top-jackpots>.box>.brand{padding:1px 0 5px;font:normal 20px/24px 'russo one',sans-serif;color:#525252;}
.top-jackpots>.box>.brand:before{content:"";display:block;width: 129px;height: 50px;margin:15px auto;background: url(img/slots.png) no-repeat 0 0;}
.top-jackpots>.box>.brand.mega-fortune:before,.boxes-offer.ver3>.boxes>div>.slot.mega-fortune span{width: 129px;height: 50px;margin:15px auto;background-position: 0 0;}
.top-jackpots>.box>.brand.avengers:before,.boxes-offer.ver3>.boxes>div>.slot.avengers span{width: 131px;height: 46px;margin:17px auto;background-position: 0 -51px;}
.top-jackpots>.box>.brand.book-of-ra:before,.boxes-offer.ver3>.boxes>div>.slot.book-of-ra span{width: 177px;height: 64px;margin:23px auto 13px;background-position: 0 -899px;}
.top-jackpots>.box>.brand.twin-spin:before,.boxes-offer.ver3>.boxes>div>.slot.twin-spin span{width: 160px;height: 32px;margin:24px auto;background-position: 0 -154px;}
.top-jackpots>.box>.brand.king-cashalot:before,.boxes-offer.ver3>.boxes>div>.slot.king-cashalot span{width: 139px;height: 62px;margin:9px auto;background-position: 0 -187px;}
.top-jackpots>.box>.brand.hall-of-gods:before,.boxes-offer.ver3>.boxes>div>.slot.hall-of-gods span{width: 158px;height: 38px;margin:21px auto;background-position: 0 -250px;}
.top-jackpots>.box>.brand.beach-life:before,.boxes-offer.ver3>.boxes>div>.slot.beach-life span{width: 123px;height: 66px;margin: 7px auto;background-position: 0 -289px;}
.top-jackpots>.box>.brand.arabian-nights:before,.boxes-offer.ver3>.boxes>div>.slot.arabian-nights span{width: 160px;height: 50px;margin: 15px auto;background-position: 0 -355px;}
.top-jackpots>.box>.brand.major-millions:before,.boxes-offer.ver3>.boxes>div>.slot.major-millions span{width: 139px;height: 64px;margin: 8px auto;background-position: 0 -406px;}
.top-jackpots>.box>.brand.jackpot-giant:before,.boxes-offer.ver3>.boxes>div>.slot.jackpot-giant span{width: 154px;height: 70px;margin: 5px auto;background-position: 0 -471px;}
.top-jackpots>.box>.brand.gold-rally:before,.boxes-offer.ver3>.boxes>div>.slot.gold-rally span{width: 125px;height: 58px;margin: 11px auto;background-position: 0 -542px;}
.top-jackpots>.box>.brand.monty-pythons-spamalot:before,.boxes-offer.ver3>.boxes>div>.slot.monty-pythons-spamalot span{width: 134px;height: 60px;margin: 10px auto;background-position: 0 -602px;}
.top-jackpots>.box>.brand.sweet-party:before,.boxes-offer.ver3>.boxes>div>.slot.sweet-party span{width: 127px;height: 64px;margin: 8px auto;background-position: 0 -662px;}
.top-jackpots>.box>.brand.gladiator-jackpot:before,.boxes-offer.ver3>.boxes>div>.slot.gladiator-jackpot span{width: 188px;height: 16px;margin: 32px auto;background-position: 0 -727px;}
.top-jackpots>.box>.brand.funky-fruits:before,.boxes-offer.ver3>.boxes>div>.slot.funky-fruits span{width: 138px;height: 70px;margin: 5px auto;background-position: 0 -745px;}
.top-jackpots>.box>.brand.marvel-jackpot:before,.boxes-offer.ver3>.boxes>div>.slot.marvel-jackpot span{width: 102px;height: 72px;margin: 4px auto;background-position: 0 -816px;}
.top-jackpots>.box>.brand span{color:#677886;}
.top-jackpots>.box>.logos{width:75%;margin:0 auto;padding: 10px 8px 2px;overflow:hidden;border-top:1px solid #dddddd;border-bottom:1px solid #dddddd;}
.top-jackpots>.box>.logos>span{line-height:44px;}
.top-jackpots>.box>.logos>span em{display:block;line-height:14px;}
.top-jackpots>.box>.logos>span.prov{float:left;text-align:left;}
.top-jackpots>.box>.logos>span.prov:after{content:"";display:inline-block;vertical-align:middle;width: 80px;height: 22px;background: url(img/provider-mid.png) no-repeat 0 0;}
.top-jackpots>.box>.logos>span.cas{float:right;text-align:right;}
.top-jackpots>.box>.logos>span.cas:after{content:"";display:inline-block;vertical-align:middle;width: 65px;height: 18px;background: url(img/casinos-mid.png) no-repeat 0 -14px;}
.top-jackpots>.box>.link{padding:2px;}
.top-jackpots>.box>.link a{display: block;width: 110px;margin: 8px auto;padding: 11px 5%;font: bold 15px/14px Arial,sans-serif;color: white;text-align: center;text-decoration: none;background: #ff6900;border-radius: 3px;}
.top-jackpots>.box>.link a:hover{background-color: #ffae00;}

.top-jackpots>.box>.logos>span.cas.ladbrokes-casino:after,.tabular td.brand.ladbrokes-casino span,.table td.ladbrokes-casino span,.casinolist ul li a.ladbrokes-casino:before{width:66px;height:13px;background-position:0px -0px; }
.top-jackpots>.box>.logos>span.cas.betway-casino:after,.tabular td.brand.betway-casino span,.table td.betway-casino span,.casinolist ul li a.betway-casino:before{width:66px;height:18px;background-position:0px -14px; }
.top-jackpots>.box>.logos>span.cas.stargames-casino:after,.tabular td.brand.stargames-casino span,.table td.stargames-casino span,.casinolist ul li a.stargames-casino:before{width:85px;height:17px;background-position:0px -33px; }
.top-jackpots>.box>.logos>span.cas.intercasino:after,.tabular td.brand.intercasino span,.table td.intercasino span,.casinolist ul li a.intercasino:before{width:85px;height:21px;background-position:0px -49px; }
.top-jackpots>.box>.logos>span.cas.quasar-gaming:after,.tabular td.brand.quasar-gaming span,.table td.quasar-gaming span,.casinolist ul li a.quasar-gaming:before{width:80px;height:22px;background-position:0px -71px; }
.top-jackpots>.box>.logos>span.cas.the32red-casino:after,.tabular td.brand.the32red-casino span,.table td.the32red-casino span,.casinolist ul li a.the32red-casino:before{width:50px;height:21px;background-position:0px -94px; }
.top-jackpots>.box>.logos>span.cas.leo-vegas-casino:after,.tabular td.brand.leo-vegas-casino span,.table td.leo-vegas-casino span,.casinolist ul li a.leo-vegas-casino:before{width:75px;height:25px;background-position:0px -116px; }
.top-jackpots>.box>.logos>span.cas.bgo-vegas-casino:after,.tabular td.brand.bgo-vegas-casino span,.table td.bgo-vegas-casino span,.casinolist ul li a.bgo-vegas-casino:before{width:74px;height:16px;background-position:0px -142px; }
.top-jackpots>.box>.logos>span.cas.william-hill-casino:after,.tabular td.brand.william-hill-casino span,.table td.william-hill-casino span span,.casinolist ul li a.william-hill-casino:before{width:71px;height:20px;background-position:0px -159px; }
.top-jackpots>.box>.logos>span.cas.gala-casino:after,.tabular td.brand.gala-casino span,.table td.gala-casino span,.casinolist ul li a.gala-casino:before{width:80px;height:10px;background-position:0px -180px; }
.top-jackpots>.box>.logos>span.cas.sky-vegas-casino:after,.tabular td.brand.sky-vegas-casino span,.table td.sky-vegas-casino span,.casinolist ul li a.sky-vegas-casino:before{width:82px;height:13px;background-position:0px -191px; }
.top-jackpots>.box>.logos>span.cas.betsson-casino:after,.tabular td.brand.betsson-casino span,.table td.betsson-casino span,.casinolist ul li a.betsson-casino:before{width:90px;height:20px;background-position:0px -205px; }
.top-jackpots>.box>.logos>span.cas.casino-euro:after,.tabular td.brand.casino-euro span,.table td.casino-euro span,.casinolist ul li a.casino-euro:before{width:66px;height:28px;background-position:0px -226px; }
.top-jackpots>.box>.logos>span.cas.betvictor:after,.tabular td.brand.betvictor span,.table td.betvictor span,.casinolist ul li a.betvictor:before{width:79px;height:10px;background-position:0px -255px; }
.top-jackpots>.box>.logos>span.cas.royal-panda-casino:after,.tabular td.brand.royal-panda-casino span,.table td.royal-panda-casino span,.casinolist ul li a.royal-panda-casino:before{width:84px;height:24px;background-position:0px -266px; }
.top-jackpots>.box>.logos>span.cas.netbet-casino:after,.tabular td.brand.netbet-casino span,.table td.netbet-casino span,.casinolist ul li a.netbet-casino:before{width:78px;height:16px;background-position:0px -291px; }
.top-jackpots>.box>.logos>span.cas.casino-cruise:after,.tabular td.brand.casino-cruise span,.table td.casino-cruise span,.casinolist ul li a.casino-cruise:before{width:57px;height:27px;background-position:0px -309px; }
.top-jackpots>.box>.logos>span.cas.sunnyplayer-casino:after,.tabular td.brand.sunnyplayer-casino span,.table td.sunnyplayer-casino span,.casinolist ul li a.sunnyplayer-casino:before{width:65px;height:22px;background-position:0px -337px; }
.top-jackpots>.box>.logos>span.cas.stake7-casino:after,.tabular td.brand.stake7-casino span,.table td.stake7-casino span,.casinolist ul li a.stake7-casino:before{width:71px;height:18px;background-position:0px -360px; }
.top-jackpots>.box>.logos>span.cas.casino-fantasia:after,.tabular td.brand.casino-fantasia span,.table td.casino-fantasia span,.casinolist ul li a.casino-fantasia:before{width:79px;height:27px;background-position:0px -379px; }
.top-jackpots>.box>.logos>span.cas.platin-casino:after,.tabular td.brand.platin-casino span,.table td.platin-casino span,.casinolist ul li a.platin-casino:before{width:62px;height:22px;background-position:0px -407px; }
.top-jackpots>.box>.logos>span.cas.sunmaker-casino:after,.tabular td.brand.sunmaker-casino span,.table td.sunmaker-casino span,.casinolist ul li a.sunmaker-casino:before{width:68px;height:22px;background-position:0px -430px; }
.top-jackpots>.box>.logos>span.cas.jackpotcity-casino:after,.tabular td.brand.jackpotcity-casino span,.table td.jackpotcity-casino span,.casinolist ul li a.jackpotcity-casino:before{width:84px;height:18px;background-position:0px -32px; }
.top-jackpots>.box>.logos>span.cas.europalace-casino:after,.tabular td.brand.europalace-casino span,.table td.europalace-casino span,.casinolist ul li a.europalace-casino:before{width:54px;height:26px;background-position:0px -475px; }
.top-jackpots>.box>.logos>span.cas.titanbet-casino:after,.tabular td.brand.titanbet-casino span,.table td.titanbet-casino span,.casinolist ul li a.titanbet-casino:before{width:66px;height:18px;background-position:0px -502px; }
.top-jackpots>.box>.logos>span.cas.paddy-power-casino:after,.tabular td.brand.paddy-power-casino span,.table td.paddy-power-casino span,.casinolist ul li a.paddy-power-casino:before{width:57px;height:19px;background-position:0px -521px; }
.top-jackpots>.box>.logos>span.cas.winner-casino:after,.tabular td.brand.winner-casino span,.table td.winner-casino span,.casinolist ul li a.winner-casino:before{width:61px;height:15px;background-position:0px -541px;}
.top-jackpots>.box>.logos>span.cas.eurogrand-casino:after,.tabular td.brand.eurogrand-casino span,.table td.eurogrand-casino span,.casinolist ul li a.eurogrand-casino:before{width:73px;height:18px;background-position:0px -557px; }
.top-jackpots>.box>.logos>span.cas.betfair-casino:after,.tabular td.brand.betfair-casino span,.table td.betfair-casino span,.casinolist ul li a.betfair-casino:before{width: 87px;height: 14px;background-position: 0px -576px;}
.top-jackpots>.box>.logos>span.cas.mrgreen-casino:after,.tabular td.brand.mrgreen-casino span,.table td.mrgreen-casino span,.casinolist ul li a.mrgreen-casino:before{width:43px;height:33px;background-position:-90px -0px; }
.top-jackpots>.box>.logos>span.cas.grosvenor-casino:after,.tabular td.brand.grosvenor-casino span,.table td.grosvenor-casino span,.casinolist ul li a.grosvenor-casino:before{width:37px;height:37px;background-position:-90px -34px; }
.top-jackpots>.box>.logos>span.cas.the888-casino:after,.tabular td.brand.the888-casino span,.table td.the888-casino span,.casinolist ul li a.the888-casino:before{width:34px;height:25px;background-position:-90px -72px; }
.top-jackpots>.box>.logos>span.cas.ovo-casino:after,.tabular td.brand.ovo-casino span,.table td.ovo-casino span,.casinolist ul li a.ovo-casino:before{width:45px;height:17px;background-position:-90px -98px; }
.top-jackpots>.box>.logos>span.cas.spinpalace-casino:after,.tabular td.brand.spinpalace-casino span,.table td.spinpalace-casino span,.casinolist ul li a.spinpalace-casino:before{width:38px;height:26px;background-position:-90px -116px; }
.top-jackpots>.box>.logos>span.cas.bet365-casino:after,.tabular td.brand.bet365-casino span,.table td.bet365-casino span,.casinolist ul li a.bet365-casino:before{width:25px;height:24px;background-position:-90px -143px; }
.top-jackpots>.box>.logos>span.cas.casumo-casino:after,.tabular td.brand.casumo-casino span,.table td.casumo-casino span,.casinolist ul li a.casumo-casino:before{width:65px;height:27px;background-position:-80px -172px; }
.top-jackpots>.box>.logos>span.cas.europa:after,.tabular td.brand.europa span,.table td.europa span,.casinolist ul li a.europa:before{width:65px;height:27px;background-position:-83px -200px; }
@media only screen and (min-width: 400px) {
footer>.bot>.mostread{float: left;margin: 0 0 0 9%;}
footer>.bot>.about{margin:0 auto;display: table;padding-left:0;}
footer>.bot>.about b{text-align:left;margin-left:0;}
footer>.bot>.about a{float:none;width: auto;}
#homefilter>.filterform .checkboxes{float:left;width:50%;clear: both;}
#homefilter>.filterform .selects>div{margin-bottom:5px;width: auto;margin: 0 auto 5px;}
#homefilter>.filterform .selects>div>label{float:left;width: 24%;}
#homefilter>.filterform .selects>div>div{float: right;width: 66%;}
#homefilter>.filterform .results{background:url(https://slotwinner.de/asset/wide-arr.png) no-repeat 0 center;padding-left: 20px;width: 155px;}
#homefilter>.filterform .results>.pages{display: block;}
}
@media only screen and (min-width: 480px) {
#instagame>.txt{font-size: 11px;line-height: 13px}
#instagame>.txt strong{font-size: 20px;line-height: 28px;}
#instagame>.txt strong>i{/* width: 20px; *//* line-height: 22px; */}

#voting>.ec-stars-wrapper,#voting>i, #voting>strong, #voting>div>strong{display:inline-block;padding: 0;vertical-align: top;line-height: 25px;}
.detail-list{text-align:left;max-height: 110px;color: #144078;}
.detail-list li span{float:right;width:50%;margin-left:10px;margin-top: 0;}
.detail-list li span.brand{width:50%!important;margin-top: -4px;}
.detail-list li span.icon:before{width:25px;}
.symbol-list{max-height:none;transition:none;padding:0;margin-left:0;margin-right:0;}
.symbol-list li{float:left;width:50%;}
.symbol-list li.more{display:none;}
.symbol-list:after{content:"";display:block;overflow:hidden;height: 88px;border: solid 1px white;box-shadow:0 0 0 1px #ddd inset;}

.symbol-list.x2:after,.symbol-list.x4:after,.symbol-list.x6:after,.symbol-list.x8:after,.symbol-list.x10:after,.symbol-list.x12:after,.symbol-list.x14:after,.symbol-list.x16:after{display:none;}
.side-slots>.title>span{width: 45%;}
.side-slots>.title>span.brand{/* width: 104px; */margin: 0 15px;}
#homefilter .controls{height: 644px;padding: 22px 7%;}
#homefilter>.controls>.prev,#homefilter>.controls>.next{width: 7%;}
#homefilter .wrap ul li{float:left;width:50%;}
.slot-text{padding:10px;}
.slot-text>.txt p.rating{text-align:left;}
.slot-text>.txt p.rating a{float:right;}
.top-jackpots>.box{float:left;width:48%;margin:0 1% 10px;}
.top-jackpots>.box>.logos{width:85%;}
#homefilter>.filterform .brand{float:left;height: 72px;      line-height: 72px;width: 30%;padding: 5px 2% 5px 0;background: url(https://slotwinner.de/asset/wide-arr.png) no-repeat right center;}
#homefilter>.filterform .selects{float:right;width: 64%;padding-top: 5px;}
#homefilter .quick1 ul{overflow:hidden;}
#homefilter .quick1 ul li{float:left;width:50%;}
#homefilter .quick1>.pick{display:none;}
#homefilter .quick1 ul li>a{width: 168px;margin: 0 auto 10px;}
#homefilter .quick1 ul li>a:hover{border-color: #5f7e8e;}
#homefilter .quick1 ul li>a:after{bottom: 5px;right: 5px;}
#homefilter .quick1 ul li>a:hover:after{background-position: -134px -42px;}
#homefilter .quick1 ul li>a>b{padding: 5px 0;border-bottom: 1px solid #e4e4e4;}
#homefilter .quick1 ul li>a>span{display: block;}
#csearch #wpsearch>input{padding: 0px 8%;width: 84%;}
#csearch #cfilter>.trigger>span{display:inline;}
#comments{/* max-height: 700px; */}
#comments form .types label{padding:0 20px 15px 0;}
#comments form .types label span:after{margin: 0px -18px -4px 5px;display: inline-block;}
#comments form .bot>span{width: 26%;margin-right: 3%;}
#comments form .bot>input[type="text"]{width: 34%;margin-right: 3%;}
#comments form input[type="submit"]{float:left;width: 29%;}
footer>.top{margin: 10px 3%;border-bottom:1px solid #9bb1bc;padding-bottom:10px;}
footer>.top>.loved{float:left;margin:0 0 0 20%}
footer>.top>.payout{overflow: hidden;display: table;margin: 0 auto;}
footer>.top>.payout>b{padding: 15px 0 14px;}
footer>.bot>.cas{width: auto;margin: 0 0%;text-align: left;overflow:hidden;}
footer>.bot>.cas>span{float:left;width:40%;}
footer>.bot>.mostread{margin: 0 0 0 6%;}
footer>.bot>.mostread>b span{display:inline;}
footer>.bot>.about b{padding-top:0;}
footer>.bot>.cas>span b{margin-bottom: 0px;text-align:left;}
footer>.bot>.cas>div{padding-top: 5px;}
#foot>div:first-child{float:right;margin-right:15px}
#foot>.icons{float:left;margin-left:15px;}
#foot>.copy{clear:both;padding: 5px 0;}
}
@keyframes glide {
0%{background-position: -80% 20%;}
25%{background-position: 180% 85%;}
100%{background-position: 180% 85%;}
}
@-webkit-keyframes glide {
0%{background-position: -80% 20%;;}
25%{background-position: 180% 85%;}
100%{background-position: 180% 85%;}
}
@-moz-keyframes glide {
0%{background-position: -80% 20%;;}
25%{background-position: 180% 85%;}
100%{background-position: 180% 85%;}
}
#instagame>.txt strong:after{margin-top:4px;}
#instagame>.txt strong>i{width: 30px;vertical-align: middle;line-height: 30px;}
h2.dark.fix{padding: 8px 2px;margin: 0 0 8px;font-size: 13px;}
.top-brands{overflow:hidden;margin: 0 0 14px;background: none;}
.top-brands li{margin: 0;padding-left: 2%;width:32%;float:left;background: white;}
.top-brands li.last{margin-right: 2%;}
.top-brands:after{content:"";display:block;overflow: hidden;height: 115px;box-shadow: 1px 0 0 white inset,2px 0 0 #ddd inset,0 0 0 1px #ddd inset;}
.top-brands li:first-child{padding-left: 0;}
.top-brands li a{line-height: 48px;padding:4px;height: 105px;}
.top-brands li a>i{margin:0 13px;border-bottom:1px solid #eeeeee;}
.top-brands li a>span{display: inline-block;font-size:21px;line-height: 15px;padding-right: 10px;vertical-align: middle;}
.top-brands li a>span>span{display:block;color:#a9a9a9;font-size:16px;line-height: 17px;}
.top-brands li a>span>span:first-child{color:#616161;font-size:20px;}
.top-brands li a>span>span>b{color:#616161;}
.top-brands li a>span>span>span>b{color:#616161;}
.detail-list li span{float:right;width:50%;margin-left:10px;}
.detail-list li span.icon:before{width:25px;}
.top-jackpots{padding-left:1.5%;padding-right:1.5%;}
.top-jackpots>.title{margin-left:-1.5%;margin-right:-1.5%;}
.top-jackpots>.box{width:44%;margin:0 3% 10px;}
.boxes-offer.withimg>.img{display:none;}
.authmap>.img{float:left;margin-right:15px;}
#csearch{position: static;float: right;width: 54%;max-width: 480px;margin: 0 -10px;background: none;max-height: none;overflow: visible;}
#csearch.opened:before{display:none;}
#csearch #wpsearch{position: absolute;z-index: 2;top: 49px;right: 0;width: 320px;margin: 0;background: #6C8795 url(https://slotwinner.de/sprite/header-2.png) no-repeat 83.5% -2px;height: 0;overflow: hidden;transition: 0.2s linear;}
#csearch.opened #wpsearch{height: 76px;}
#csearch #wpsearch>span{display:none;}
#csearch #wpsearch>input{margin: 25px 20px 20px;padding: 0 25px;width: 228px;}
#csearch #cfilter{max-height:49px;position: relative;overflow: visible;}
#csearch #cfilter.opened{background: #6c8795;}
#csearch #cfilter>.trigger{margin: 8px 15px 8px;padding: 7px 6px;}
#csearch #cfilter>.trigger>em{font-style:normal;text-transform:capitalize;}
#csearch #cfilter>.trigger>span{display:none;}
#csearch #cfilter form{position: absolute;top: 39px;left: 15px;right: 15px;overflow: hidden;max-height: 0;transition: 0.3s linear;margin: 0;padding: 0 15px;z-index: 20;border-bottom: none;}
#csearch #cfilter #cresults{position: absolute;top: 39px;left: 0;right: 0;overflow: hidden;max-height: 0;transition: 0.3s linear;margin: 0;padding: 0 15px;z-index: 20;border-bottom: none;}
#csearch #cfilter.opened form{max-height: 650px;padding-top: 10px;padding-bottom: 10px;border-bottom: 1px solid #ddd;box-shadow: 0 0 0 15px #6c8795,0 4px 12px 11px black;overflow: visible;}
#csearch #cfilter.opened #cresults{max-height: 700px;padding-top: 10px;padding-bottom: 10px;box-shadow: 0 4px 12px -3px black;}
#sitemap{
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-gap: 20px;
-moz-column-gap: 20px;
column-gap: 20px;
}
#sitemap>ul{/* overflow:hidden; */-webkit-column-break-inside: avoid;            page-break-inside: avoid;                 break-inside: avoid;}
#backlit .wrap{margin-top: -180px;}
#backlit .wrap>.title{font-size: 20px;padding-bottom:20px;}
#backlit .wrap>p{font-size:14px}
#backlit .wrap>form{overflow: hidden;border-bottom: 1px solid #ddd;margin-bottom: 20px;padding: 7px 1px;}
#backlit .wrap>form input{float:left;width: 26%;margin-right:2%;padding: 8px 2%;}
#backlit .wrap>form input:first-child{}
#backlit .wrap>form button{float: left;width: 35%;}
#crumbs{display:block;}
#foot{padding-bottom: 0px;overflow: hidden;}
#foot>.copy{clear:none;padding: 6px 10px 0;overflow: hidden;}}
@media only screen and (min-width: 768px) {
#cmenu{max-height: none;max-width: none;position: relative;clear: both;z-index: 1;top: 0;overflow: visible;}
#cmenu #cmore{overflow: hidden;position: absolute;top: 32px;left: 0;right: 0;background: white;color: #535353;transition: none;}
#cmenu #cmore.opened{border:2px solid #819ca8}
#cmenu #cmore>.title{display: block;font: normal 18px/20px 'russo one',sans-serif;color: #616161;padding: 10px 0;border-bottom: 1px solid #dddddd;margin: 0 20px 10px;}
#cmenu #cmore>ul{padding-bottom: 17px;float: none;overflow: hidden;width: auto;}
#cmenu #cmore>ul li{float: left;width: 25%;margin-left: -1px;box-shadow: 1px 0 0 #e5e5e5 inset;}
#cmenu #cmore>ul li a{background: white;font: normal 13px/22px Arial,sans-serif;color: #535353;padding: 0;text-align: left;margin: 0 20px;border-bottom: 1px dashed #efefef;}
#cmenu #cmore>ul li a:before{content:"";display:inline-block;width:6px;height:8px;vertical-align:middle;margin-right: 10px;margin-top:-4px;background:url(https://slotwinner.de/sprite/header-1.png) no-repeat -85px -28px;}
#cmenu #cmore>ul li a:hover{background: #d6eff6;border-color: #d6eff6;box-shadow: 10px 0 0 #d6eff6,-10px 0 0 #d6eff6;}
#cmenu #cmain{}
header nav{clear:both;background:#6c8896;}
header nav>ul{float: left;width: 95%;display:block;margin: 0;padding: 0;}
header nav>ul>li{/* float: left; */display: table-cell;width: 1%;}
header nav>ul>li.arrow{position: relative;}
header nav>ul>li>a,#omore{display:block;padding: 8px 0;border-bottom: none;text-transform: none;border-right: 1px solid transparent;border-left: 1px solid transparent;}
header nav>ul>li>a{white-space:nowrap;margin-left: -2px;text-align: center;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAATAQMAAABrxfVaAAAAA1BMVEXd3d3u346CAAAAC0lEQVQI12MgCgAAACYAARgIwYoAAAAASUVORK5CYII=) no-repeat 0 center;}
header nav>ul>li:first-child>a{background:none;margin-left: 0;}
#omore{overflow: hidden;margin: 0;cursor:pointer;padding: 5px 0;text-align: center;font-size: 1px;line-height: 22px;color: #6C8896;border-left: 1px solid #dddddd;}
#omore:hover:after{margin-top:8px;}
header nav>ul>li.arrow>a{border-bottom:none;}
header nav>ul>li>a:before,#omore:before{display: none;}
header nav>ul>li.arrow>a:after, #omore:after{float: none;display: inline-block;margin-left: 5px;}
#omore:after{content:"";float: none;width: 0;height: 0;display: inline-block;border: 4px solid transparent;border-top: 4px solid #d6eff6;background: none;margin: 4px 0 0px;vertical-align: middle;}
header nav>ul>li>a:hover{background: #466677;border-color: #dddddd;}
header nav>ul>li>ul{position: absolute;margin: 0 0 0 -2px;padding: 0;overflow: hidden;height: auto;border: none;width: 140px;max-height: 0;transition:0.3s linear}
header nav>ul>li:hover>ul{max-height: 200px;}
header nav>ul>li>ul>li{}
header nav>ul>li>ul>li>a{text-transform: none;}
header nav>ul>li>ul>li>a:before{content:"";display:inline-block;width:6px;height:8px;vertical-align:middle;margin-right:10px;margin-top:-2px;background:url(https://slotwinner.de/sprite/header-1.png) no-repeat -85px -28px;}
header nav>ul>li>ul>li>a:hover{}
#omenu{display:none;}
#csearch{width: 470px;margin-right: 1%;}
#csearch #cfilter{float:none;padding-top: 1px;}
#csearch #cfilter>.trigger>em{text-transform:none;}
#csearch #cfilter>.trigger>span{display:inline;}
#csearch #cfilter>.trigger>b{color: #a3a3a3;}
#csearch #cfilter>.trigger:before{margin-right: 20px;}
#csearch #cfilter>.trigger:after{margin-left: 30px;}
#instagame{box-shadow:0 0 0 20px white inset;padding: 20px 20px 10%;}
#instagame>.txt{right:20px;left:20px;}
#instagame>.txt strong{line-height: 56px;}
#instagame>.txt strong>i{width: 50px;line-height: 50px;}
#homefilter .quick1 ul li{width:25%;}
#homefilter .quick1 ul li>a{padding-left: 5px;padding-right: 5px;}
.top-brands li a>span{padding-right: 10px;}
.home-speaker{display:block;}
.side-slots{margin:0 0 14px;padding: 15px 8%;background: #dfebee;}
.side-slots>.title{border: 1px solid #ddd;}
.side-slots>.title:before{display:none;}
.side-slots>.title>span{width: auto;}
.side-slots>.list{padding:15px 0 0;border:none;}
.side-slots>.list ul{width: 600px;}
.side-slots:before,.side-slots:after{top:40px;bottom: 0px;margin:auto;width: 35px;height: 34px;box-shadow: none;background:url(https://slotwinner.de/asset/swipe.png) no-repeat 0 -35px;}
.side-slots:before{left:2%;background-position:0 -69px}
.side-slots:after{right:2%;}
.slot-text>.img{float:left;width: 49%;margin: 0 2.4% 10px 0;max-width: 602px;}
.slot-text>.txt p.title{padding-top: 1px;}
.slot-text>.txt p.rating{overflow:hidden;}
.top-jackpots{padding-left:2.5%;padding-right:2.5%;}
.top-jackpots>.title{margin-left:-2.5%;margin-right:-2.5%;}
.top-jackpots>.box{width:40%;margin:0 5% 10px;}
#homefilter>.filterform .brand{width: 16%;padding: 11px 1% 11px 0;max-width: 160px;}
#homefilter>.filterform .selects{float: left;width: 34%;padding: 7px 1% 0;}
#homefilter>.filterform .checkboxes{width: 22%;clear: none;padding-top: 6px;}
#homefilter>.filterform .results{padding: 19px 5px 19px 20px;}
#instagame:hover>.txt strong:before,#instagame:hover>.txt strong:after{width:100%;}
#backlit .wrap{margin-top: -180px;}
#backlit .wrap>.title{font-size: 22px;padding-bottom:20px;}
#backlit .wrap>p{font-size:16px}
#backlit .wrap>ul li{float: left;width: 33.33%;}
#backlit .wrap>ul li>a{width: 188px;height: 125px;}
#backlit .wrap>ul li>span{display:block;}
#backlit .wrap>form{overflow: hidden;border-bottom: 1px solid #ddd;margin-bottom: 20px;padding: 7px 1px;}
#backlit .wrap>form input{width: 33%;}
#backlit .wrap>form input:first-child{width:25%}
#backlit .wrap>form button{float: right;width: 25%;}
}

@media only screen and (min-width: 768px) and (max-width: 899px),(min-width: 1024px){
#voting{float:left;width:185px;margin-right:10px;}
#voting>i,#voting>.ec-stars-wrapper, #voting>strong, #voting>div>strong{display:block}
#voting>strong, #voting>div>strong{padding: 15px 0 10px;line-height: 30px;}
.top-brands li a>span{padding-right: 11px;}
.detail-list{max-height: none;padding: 0;transition:none;margin-left: 0;margin-right: 0;}
.detail-list.first{float:left;width: 49%;margin-right: 2%;}
.detail-list li:first-child{text-align:left;}
.detail-list li span,.detail-list li span.brand{width:57%!important;}
ul>li.more{display:none;}
}
@media only screen and (min-width: 800px) {
.latest-jackpots>.tabular{padding-top: 40px;}
.latest-jackpots>.tabular>.caption{display: block;}
}
@media only screen and (max-width: 900px) {.widget-area .widget {
    position: relative;
	margin-left:90px;
}}
@media only screen and (min-width: 900px) {
#csearch.opened #wpsearch{background-position:12% -2px;}
#olang{display:none;}
#clang{position: relative;top: 0;float: right;max-height: none;background: none;margin: 0 1%;padding: 0;width: 220px;overflow: visible;}
#clang.opened{max-height:300px;transition:0.5s linear;padding-top:10px;padding-bottom:10px;}
#clang>.caption{display:none;}
#clang>.profiles{padding: 13px 0 0;margin-bottom: 0;margin-right: 10px;float: left;border: none;}
#clang>.profiles>a{display:inline-block;width: 22px;height: 22px;margin: 0 1px;}
#clang>.profiles>a.f{background-position: 0 -85px;}
#clang>.profiles>a.t{background-position: -22px -85px;}
#clang>.profiles>a.y{background-position: -44px -85px;}
#clang>.profiles>a.p{background-position: -44px -85px;}
#clang>.langs{position: absolute;top: 0;right: 0;width: 116px;background: white;border: 1px solid #c9c9c9;border-radius: 15px;padding: 0 7px 5px;clear: none;margin: 8px auto 0;max-height: 24px;transition: 0.3s linear;}
#clang>.langs:hover{max-height: 107px;}
#clang>.langs a:before,#clang>.langs span:before{display: none;}
#clang>.langs a,#clang>.langs span{display: block;float: none;width: auto;line-height: 13px;color: #7e7e7e;padding: 4px 0 4px 15px;text-align: left;}
#clang>.langs span{line-height: 21px;border-bottom: 1px solid #bbbbbb;cursor: default;margin-bottom: 5px;text-decoration:none;}
#clang>.langs a i,#clang>.langs span i{display:block;width: 34px;height: 11px;padding: 1px 3px 1px 7px;float: right;border-left: 1px solid #dddddd;}
#clang>.langs a:hover{text-decoration: underline;color: black;}
#clang>.langs span i{padding: 4px 3px 4px 7px;}
#clang>.langs a i:before,#clang>.langs span i:before{content:"";display:inline-block;float: left;height:11px;width: 16px;margin-right: 8px;background:url(https://slotwinner.de/sprite/flags-small.png) no-repeat 0 0;}
#clang>.langs span i:after{content:"";display: block;width: 10px;height:7px;overflow: hidden;margin-top: 2px;background:url(https://slotwinner.de/sprite/header-1.png) no-repeat -75px -44px;}
#csearch{width: 50%;}
#csearch #cfilter, #csearch #cfilter #cresults,#csearch #cfilter.opened, #csearch #cfilter.opened #cresults{background: none;box-shadow:none;}
#csearch #cfilter>.trigger:before{margin-right: 10px;}
#csearch #cfilter>.trigger:after{margin-left: 20px;}
#csearch #cfilter.opened>.trigger{border-radius: 20px;}
#csearch #cfilter.opened>.trigger:before{content: attr(data-choose);background: white;position: absolute;top: 0;left: 5px;right: 70px;bottom: 0;width: auto;height: 20px;margin: auto;font-weight: 600;line-height: 20px;color: black;text-align: center;}
#csearch.resulted #cfilter.opened>.trigger:before{content: attr(data-results);}
#csearch #cfilter.opened>.trigger:after{width:18px;height:17px;background-position:-99px -88px;margin-bottom: -2px;}
#csearch #cfilter form{box-shadow:none;border-radius:0;top: 0;left: -100px;right: -100px;margin-left: auto;margin-right: auto;width: 600px;}
#csearch #cfilter.opened form{box-shadow:none;border-radius:0;border:2px solid #819ca8;top: 0;padding-top: 60px;}
#csearch #cfilter .sliders:after{display:table;content:"";clear:both;}
#csearch #cfilter .sliders>div{float: left;width: 47%;margin-left: 6%;}
#csearch #cfilter .sliders>div:first-child{margin-left: 0;}
#csearch #cfilter .selects:after{content:"";display:table;clear:both;}
#csearch #cfilter .selects>div{float: left;width: 47%;margin-bottom: 15px;margin-top: 5px;}
#csearch #cfilter .selects>div:first-child,#csearch #cfilter .selects>div.third{margin-right: 6%;}
#csearch #cfilter .selects>div>label{float: none;width: auto;display: block;padding: 7px 0;}
#csearch #cfilter .selects>div>div{float: none;width: auto;}
#csearch #cfilter .radios>div strong:before{content:"";display: inline-block;width: 21px;height: 21px;vertical-align: middle;margin-right: 20px;background:url(https://slotwinner.de/sprite/radio_icons.png) no-repeat 0 0;}
#csearch #cfilter .radios>div strong.a:before{background-position:0 0}
#csearch #cfilter .radios>div strong.b:before{background-position:0 -21px}
#csearch #cfilter .radios>div strong.c:before{background-position:0 -42px}
#csearch #cfilter .radios>div strong.d:before{background-position:0 -63px}
#csearch #cfilter .radios>div strong.e:before{background-position:0 -84px}
#csearch #cfilter .radios>div:first-child{height: 34px;}
#csearch #cfilter .radios>div strong{width: 33%;}
#csearch #cfilter .radios>div:first-child strong{padding-top: 2px;}
#csearch #cfilter .radios>div label,#csearch #cfilter .radios>div:first-child label{font-size: 12px;line-height: 16px;color: #9c9c9c;width: 22%;}
#csearch #cfilter .radios>div label i,#csearch #cfilter .radios>div:first-child label i{display:inline-block;vertical-align: middle;margin-left: 12px;}
#csearch #cfilter button{width: 400px;margin: 20px auto 10px;}
#csearch #cfilter button>span{display:inline}
#csearch #cfilter.opened #cresults{top: 0px;background: white;border: 2px solid #819ca8;left: -100px;right: -100px;margin-left: auto;margin-right: auto;width: 624px;padding: 65px 35px 40px 35px;}
#csearch #cfilter.opened #cresults:before{content:"";display: block;width: 624px;height: 1px;position: absolute;top: 55px;left: 0;right: 0;margin: auto;background: #dddddd;}
#cresults>.wrap{background: #e4ecef;height: 430px;border-color: #f3f3f3;padding: 0px 7px;}
#cresults>.wrap:before{/*display:none;*/height: 14px;}
#cresults>.wrap ul li{width:33.333%;margin-bottom: 14px;}
#cresults>.controls>.prev-next{width: 57%;}

#inhalt ul{padding: 12px 0;}
#inhalt ul li a{padding: 4px 0;}

.side-list{display:block;margin: 0 auto 14px;padding: 0;list-style: none;font: normal 12px/15px Arial,sans-serif;color: #144078;}
.side-list li{}
.side-list li:first-child{background:#dfebee;font-size: 13px;line-height: 18px;padding: 6px 0;margin-bottom: 3px;}
.side-list.read li:first-child:before{content:"";float: left;width: 19px;height: 17px;margin: 0 20px;background: url(https://slotwinner.de/sprite/header-1.png) no-repeat -128px 0px;}
.side-list.neu li:first-child:before{content:"";float: left;width: 15px;height: 15px;margin: 1px 15px;background: url(https://slotwinner.de/sprite/header-1.png) no-repeat -148px 0px;}
.side-list li a{display:block;color: #1f1f1f;text-decoration: none;padding: 10px 5px;border-bottom: 1px dashed #dfdfdf;}
.side-list.read li a:before{content:"";display: inline-block;width: 5px;height: 6px;vertical-align: middle;margin: -2px 8px 0 3px;background: url(https://slotwinner.de/sprite/header-1.png) no-repeat -128px -42px;}
.side-list.neu li a:before{content:"";display: inline-block;width: 5px;height: 5px;vertical-align: middle;margin: -2px 7px 0 10px;background: url(https://slotwinner.de/sprite/header-1.png) no-repeat -91px -27px;}
.side-list li a span{float:right;color: #6c8795;}
.side-list li a:hover{text-decoration:underline;}
h1{font-size: 24px;line-height:27px;padding-left:0px;padding-right:0px;padding-top: 5px;}
h2.dark.fix{font-size: 14px;}
article>p.intro, article>div>p.intro{padding-bottom: 28px;}
article>p.intro.home, article>div>p.intro.home{padding-bottom: 20px;}
#instagame{margin-bottom: 18px!important;}
#instagame:before{content:"";display:block;width: 15%;max-width: 174px;height: 92px;position:absolute;top: 32%;right: 6%;margin-right: -10px;background:url(https://slotwinner.de/asset/instagame-cta.png) no-repeat 0 0;background-size: contain;}
#instagame.cleaned:before{display:none;}
.side-top{display:block}
.top-brands{margin-bottom: 14px!important;}
article .side-slots{display:none;}
aside .side-slots{display:block;border:1px solid #f3f3f3;background:#fbfbfb;}
.side-slots:before,.side-slots:after,.side-slots>.title:before{display:none;}
.side-slots{position:static;padding:0;background: #cedce3;}
.side-slots>.title{padding:20px 0 0;margin:15px;}
.side-slots>.title>span{display:block;width: 140px;margin:15px auto;text-align:center;}
.side-slots>.title>span.brand{width: 135px;height: 16px;margin:0 auto;background: url(https://slotwinner.de/sprite/provider-big.png) no-repeat 0px 0;}
.side-slots>.title>span.brand.novoline{width:135px;height:16px;background-position: 0 0}
.side-slots>.title>span.brand.micro,.side-slots>.title>span.brand.microgaming{width:133px;height:33px;background-position: 0 -17px}
.side-slots>.title>span.brand.netent{width:100px;height:37px;background-position: 0 -51px;}
.side-slots>.title>span.brand.merkur{width:87px;height:37px;background-position: 0 -89px}
.side-slots>.title>span.brand.dragonfish{width:137px;height:21px;background-position: 0 -127px}
.side-slots>.title>span.brand.playtech{width:105px;height:22px;background-position: 0 -149px}
.side-slots>.title>span.brand.amaya{width:128px;height:24px;background-position: 0 -172px}
.side-slots>.title>span.brand.playngo{width:112px;height:43px;background-position: 0 -197px}
.side-slots>.title>span.brand.nextgen{width:137px;height:23px;background-position: 0 -241px}
.side-slots>.title>span.brand.bally{width:132px;height:34px;background-position: 0 -265px}
.side-slots>.title>span.brand.wivis{width:110px;height:24px;background-position: 0 -300px}
.side-slots>.title>span.brand.randomlogic{width:92px;height:48px;background-position: -140px 0}
.side-slots>.title>span.brand.nyx{width:101px;height:33px;background-position: -140px -49px}
.side-slots>.title>span.brand.igt{width:63px;height:43px;background-position: -140px -83px}
.side-slots>.list{position:static;overflow:visible;padding: 0 0 3px;border:none}
.side-slots>.list ul{width: auto!important;padding:0;margin:0;list-style:none;}
.side-slots>.list ul li{float:none;width: auto!important;margin: 0 auto 12px!important;}
.side-slots>.list ul li a{margin: 0 auto;}
#homefilter .controls{padding: 22px 5%;}
#homefilter>.controls>.prev,#homefilter>.controls>.next{width: 5%;}
#homefilter .wrap ul li{width:25%;}
.slot-text{padding: 1.7% 2.3% 1.7% 1.7%;overflow: hidden;}
.top-jackpots{padding-left:0.5%;padding-right:0.5%;}
.top-jackpots>.title{margin-left:-0.5%;margin-right:-0.5%;}

.merkur-hook{margin-top: 0!important;}
#sitemap{
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 30px;
-moz-column-gap: 30px;
column-gap: 30px;
}
#comments{position:static;padding-bottom:0;overflow:visible;max-height:none;transition: none;margin-top: 0!important;}
#comments>.more{display:none;}
footer:after{content:"";display:table;clear:both;}
footer>.top{float:left;margin: 10px 10px 0 0px;border-bottom: 0;padding-bottom: 0;padding-right: 10px;border-right: 1px solid #9bb1bc;}
footer>.top>.loved{float:left;margin-left: 90px;}
footer>.top>.loved>b{margin: 6px auto;}
footer>.top>.payout{float:left;display: block;margin: 0;}
footer>.top>.payout>b{padding: 8px 0 14px;}
footer>.bot{padding-top: 10px;}
footer>.bot>.cas{width: auto;float: none;margin-left: 0;margin-top: 8px;}
footer>.bot>.cas>span{width: 40%;}
footer>.bot>.mostread{width: auto;margin-left: 3%;}
footer>.bot>.about{display:none;}
}
@media (min-width: 991px){
	.top-jackpots>.box{width:24%;margin:0 0.5% 10px;}
}
@media only screen and (min-width: 1024px) {
header nav>ul{width: 97%;}
#cmenu #cmore>ul li{width: 20%;}
#osearch{display:none;}
#csearch{margin-right:0;width: 61%;max-width: none;}
#csearch #cfilter{float: right;width: 70%;}
#csearch #wpsearch{position: static;clear: none;height: auto!important;background: none;width: auto;overflow: hidden;}
#csearch #wpsearch>input{padding: 0px 8%;height: 29px;border: 1px solid #c9c9c9;border-radius: 14px;width: 82.9%;transition: 0.2s linear;margin: 9px 0px;}
#csearch #wpsearch>input:hover{border-color: #ABABAB;}
#csearch #wpsearch>input.focused{border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-color: #c9c9c9;}
#instagame{box-shadow: 0 0 0 26px white inset;padding: 26px 26px 11%;}
#instagame:before{width: 20%;}
#instagame>.txt{right: 26px;left: 26px;}
#instagame>.txt strong{font-size: 25px;line-height: 72px;}
#instagame>.txt strong>i{width: 60px;line-height: 60px;}
.symbol-list li{width:25%;}
#content .symbol-list:after{display:block!important;}
#content .symbol-list.x4:after,#content .symbol-list.x8:after,#content .symbol-list.x12:after,#content .symbol-list.x16:after{display:none!important;}
.home-speaker{margin-top: -37px;}
.slot-text{position:relative;}
.slot-text>.img{width:56%;height:auto;margin-bottom:0;}
.slot-text>.txt p.title{line-height:18px;}
.slot-text>.txt{overflow:hidden;padding-bottom: 32px;}
.slot-text>.txt p.rating{position:absolute;bottom: 6%;right: 1.7%;left: 57.5%;}
.detail-list-img{display:block;float:left;margin-right:20px;margin-top: 5px;}
.detail-list-img + .detail-list{width: 38%;}
.top-jackpots{padding: 0 1.2% 1px;}
.top-jackpots>.box{width:80%;margin:0 auto 10px;background:#fcfcfc;text-align:center;font:normal 11px/12px Arial,sans-serif;color:#9a9a9a;}
.top-jackpots>.title{margin-left: -1.2%;margin-right: -1.2%;}
.top-jackpots>.box{width: 21.8%;margin: 0 1.6% 10px;}
.top-jackpots>.box>.brand{padding: 5px 0 10px;}
.top-jackpots>.box>.brand:before{margin: 25px auto;}
.top-jackpots>.box>.brand.mega-fortune:before{margin:25px auto;}
.top-jackpots>.box>.brand.avengers:before{margin:27px auto;}
.top-jackpots>.box>.brand.mega-moolah:before{margin:22px auto 23px;}
.top-jackpots>.box>.brand.twin-spin:before{margin:34px auto;}
.top-jackpots>.box>.brand.king-cashalot:before{margin:19px auto;}
.top-jackpots>.box>.brand.hall-of-gods:before{margin:31px auto;}
.top-jackpots>.box>.brand.beach-life:before{margin: 17px auto;}
.top-jackpots>.box>.brand.arabian-nights:before{margin: 25px auto;}
.top-jackpots>.box>.brand.major-millions:before{margin: 18px auto;}
.top-jackpots>.box>.brand.jackpot-giant:before{margin: 15px auto;}
.top-jackpots>.box>.brand.gold-rally:before{margin: 21px auto;}
.top-jackpots>.box>.brand.monty-pythons-spamalot:before{margin: 20px auto;}
.top-jackpots>.box>.brand.sweet-party:before{margin: 18px auto;}
.top-jackpots>.box>.brand.gladiator-jackpot:before{margin: 42px auto;}
.top-jackpots>.box>.brand.funky-fruits:before{margin: 15px auto;}
.top-jackpots>.box>.brand.marvel-jackpot:before{margin: 14px auto;}
.top-jackpots>.box>.logos{width: 80%;}
.top-jackpots>.box>.link a{margin: 18px auto;padding: 11px 7%;}
.boxes-offer.withimg>.boxes{float:right;margin-left: 12px;}
.boxes-offer.withimg>.boxes:after{display:none;}
.boxes-offer.withimg>.img{display:block;overflow:hidden;clear: none;margin-top: 0;height: 240px;line-height: 240px;padding: 32px 0 33px;}
#homefilter .quick1>.pick{overflow: hidden;display: block;}
#homefilter .quick1 ul{float: right;width: 80%;}
#homefilter .quick1 ul li>a{padding-left: 10px;padding-right: 10px;}
#homefilter>.filterform .selects{width: 45%;}
#homefilter>.filterform .selects>div{float:left;width:48%;}
#homefilter>.filterform .selects>div:first-child{margin-right: 3%;margin-left: 1%;}
#homefilter>.filterform .selects>div>label{float:none;width: auto;display: block;padding: 11px 0 5px;}
#homefilter>.filterform .selects>div>div{float: none;width: auto;}
#homefilter>.filterform .checkboxes{width:16%;}
#comments form{float:right;width:50%;padding-left: 2%;background: white;}
#comments>.empty+form{float:none;width:auto;padding-left: 0;padding-left:1px}
footer>.bot>.cas{width: 78%;float: left;margin-left: 0;}
footer>.bot>.mostread{width: 79%;margin-left: 0;}
footer>.bot>.about{display:table;padding: 5px 2.5% 0px;}
}

@media only screen and (min-width: 1130px) {
.latest-jackpots>.tabular{padding-left: 184px;padding-right: 15px;background:url(https://slotwinner.de/asset/latest-jackpots-bg1.jpg) no-repeat 15px 43px;}
.tabular td,.tabular th{padding: 0 23px;}
.latest-jackpots>.tabular>.caption{left: 183px;right: 4px;width: auto;}
.slot-text>.txt p.rating{left: 57.4%;}
#homefilter .controls{/* height:422px; */padding: 22px 5%;}
#homefilter.ver1 .controls{height:644px;padding: 22px 5%;}
#homefilter>.controls>.prev,#homefilter>.controls>.next{width: 5.5%;}
#homefilter .wrap ul li{width:20%;}
#csearch #cfilter>.trigger:before{margin-right: 20px;}
#csearch #cfilter>.trigger:after{margin-left: 30px;}
#homefilter .quick1{padding: 10px 60px 0;}
#homefilter>.filterform .selects{width: 50%;}
}
@media only screen and (min-width: 1280px) {
footer>.top{overflow: visible;margin-right: 30px;}
footer>.top>.loved{width: 200px;margin-left: 0;}
footer>.top>.loved ul{display:block;}
footer>.top>.loved>b{margin-left: 4px;}
footer>.top>.payout{float:left;display: block;margin: 0;width: 240px;}
footer>.top>.payout>b{text-align: left;}
footer>.top>.payout ul{display: block;}
footer>.bot{padding-top: 10px;}
footer>.bot>.cas{width: 77%;}
footer>.bot>.cas>div{float:right;}
footer>.bot>.mostread{width: 77%;margin-left: 0;}
footer>.bot>.about{padding: 5px 0 0 4%;}
}
/* helpers */
.clearleft{clear:left;}
.clearright{clear:right;}
.clearboth{clear:both}
.clear:before,.clear:after {content: " ";display: table;}
.clear:after {clear: both;}
.clear {*zoom: 1;}
/*! nouislider - 8.0.2 - 2015-07-06 13:22:09 */
.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-user-select:none;-ms-touch-action:none;-ms-user-select:none;-moz-user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}
.noUi-target{position:relative;direction:ltr}
.noUi-base{width:100%;height:100%;position:relative;z-index:1;background: url(https://slotwinner.de/asset/bar-bg1.png) no-repeat 0 1px;}
.noUi-origin{position:absolute;right:0;top:0;left:0;bottom:0}
.noUi-handle{position:relative;z-index:1}
.noUi-stacking .noUi-handle{z-index:10}
.noUi-state-tap .noUi-origin{-webkit-transition:left .3s,top .3s;transition:left .3s,top .3s}
.noUi-state-drag *{cursor:inherit!important}
.noUi-base{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.noUi-horizontal{height: 22px;}
.noUi-horizontal .noUi-handle{width: 29px;height: 30px;left: -9px;top: -4px;border: 0;border-radius: 0;background: url(https://slotwinner.de/sprite/header-1.png) no-repeat -136px -52px;box-shadow: none;}
.noUi-horizontal .noUi-handle>div{position: absolute;top: -35px;left: -10px;display: block;width: 53px;padding: 7px 3px 14px;font: 400 14px/14px Arial;color:#5c5c5c;text-align: center;text-shadow: 1px 1px white;background: url(https://slotwinner.de/asset/bar-tip.png) no-repeat 0 0;opacity:0.0;transition:1s 1s linear}
.noUi-horizontal .noUi-handle.noUi-active>div{opacity:1.0;transition:none}
.noUi-vertical{width:18px}
.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}
.noUi-background{background: #f7f7f7;box-shadow: 0 3px 5px #d9d9d9 inset;}
.noUi-origin.noUi-background{background: #f7f7f7 url(https://slotwinner.de/asset/bar-bg1.png) no-repeat right 1px;}
.noUi-connect{background: url(https://slotwinner.de/asset/bar-bg.png) repeat-x 0 -21px;-webkit-transition:background 450ms;transition:background 450ms}
.noUi-origin{border-radius: 11px;}
.noUi-target{border-radius: 11px;box-shadow: 0 3px 5px #d9d9d9 inset;/* padding: 0 10px; */}
.noUi-target.noUi-connect{box-shadow:inset 0 0 3px rgba(51,51,51,.45),0 3px 6px -5px #BBB}
.noUi-dragable{cursor:w-resize}
.noUi-vertical .noUi-dragable{cursor:n-resize}
.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}
.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}
.noUi-handle:after,.noUi-handle:before{content:"";display: none;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}
.noUi-handle:after{left:17px}
.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}
.noUi-vertical .noUi-handle:after{top:17px}
[disabled] .noUi-connect,[disabled].noUi-connect{background:#B8B8B8}
[disabled] .noUi-handle,[disabled].noUi-origin{cursor:not-allowed}
.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}
.noUi-pips{position:absolute;font:400 12px Arial;color:#999}
.noUi-value{width:40px;position:absolute;text-align:center;color: #9c9c9c;}
.noUi-value-sub{color:#ccc;font-size:10px}
.noUi-marker{position:absolute;background:#CCC}
.noUi-marker-large,.noUi-marker-sub{background: #dddddd;}
.noUi-pips-horizontal{height: 40px;top:100%;left:0;margin-top: -7px;width:100%}
.noUi-value-horizontal{margin-left:-20px;padding-top:20px}
.noUi-value-horizontal.noUi-value-sub{padding-top:15px}
.noUi-marker-horizontal.noUi-marker{width: 1px;height:5px}
.noUi-marker-horizontal.noUi-marker-sub{height:10px}
.noUi-marker-horizontal.noUi-marker-large{height: 10px;}
.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}
.noUi-value-vertical{width:15px;margin-left:20px;margin-top:-5px}
.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}
.noUi-marker-vertical.noUi-marker-sub{width:10px}
.noUi-marker-vertical.noUi-marker-large{width:15px}
.jBox-wrapper{text-align:left}.jBox-wrapper,
.jBox-wrapper *{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.jBox-title,.jBox-content,.jBox-container{position:relative;word-break:break-word}
.jBox-container{background:#fff}
.jBox-content{padding:8px 10px;overflow:auto;-webkit-transition:opacity .15s;transition:opacity .15s}
.jBox-Tooltip .jBox-container,.jBox-Mouse .jBox-container{border-radius:3px;box-shadow:0 0 5px rgba(0, 0, 0, .3)}.jBox-Tooltip .jBox-title,.jBox-Mouse .jBox-title{padding:8px 10px 0;font-weight:bold}.jBox-hasTitle.jBox-Tooltip .jBox-content,.jBox-hasTitle.jBox-Mouse .jBox-content{padding-top:5px}.jBox-pointer{position:absolute;overflow:hidden}.jBox-pointer-top{top:0}.jBox-pointer-bottom{bottom:0}.jBox-pointer-left{left:0}.jBox-pointer-right{right:0}
.jBox-pointer-top,.jBox-pointer-bottom{width:30px;height:12px}
.jBox-pointer-left,.jBox-pointer-right{width:12px;height:30px}
.jBox-pointer:after{content:'';width:20px;height:20px;position:absolute;background:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg)}
.jBox-pointer-top:after{left:5px;top:6px;box-shadow:-1px -1px 4px rgba(0,0,0,.2)}
.jBox-pointer-right:after{top:5px;right:6px;box-shadow:1px -1px 4px rgba(0,0,0,.2)}
.jBox-pointer-bottom:after{left:5px;bottom:6px;box-shadow:1px 1px 4px rgba(0,0,0,.2)}
.jBox-pointer-left:after{top:5px;left:6px;box-shadow:-1px 1px 4px rgba(0, 0, 0, .2)}
.jBox-Modal .jBox-container, .jBox-Confirm .jBox-container{border-radius:3px;box-shadow:0 3px 15px rgba(0, 0, 0, .4), 0 0 5px rgba(0, 0, 0, .4)}
.jBox-Modal .jBox-title, .jBox-Confirm .jBox-title{border-radius:3px 3px 0 0;padding:10px 15px;background:#f4f5f6;border-bottom:1px solid #ddd;text-shadow:0 1px 0 #fff}
.jBox-Modal.jBox-closeButton-title .jBox-title, .jBox-Confirm.jBox-closeButton-title .jBox-title{padding-right:55px}
.jBox-Modal.jBox-closeButton-box:before,.jBox-Confirm.jBox-closeButton-box:before{box-shadow:0 3px 15px rgba(0, 0, 0, .4), 0 0 5px rgba(0, 0, 0, .4)}
.jBox-Modal .jBox-content{padding:12px 15px}
.jBox-Confirm .jBox-content{text-align:center;padding:45px 35px}
.jBox-Confirm-footer{border-top:1px solid #e2e2e2;background:#fafafa;border-radius:0 0 3px 3px;text-align:center;padding:10px 0}
.jBox-Confirm-button{display:inline-block;cursor:pointer;font-size:15px;line-height:30px;height:30px;border-radius:3px;padding:0 20px;-webkit-transition:color .2s, background-color .2s;transition:color .2s, background-color .2s}
.jBox-Confirm-button-cancel{text-shadow:0 1px 1px rgba(255,255,255,.6);background:#ddd;color:#999;margin-right:25px}
.jBox-Confirm-button-cancel:hover{background:#ccc;color:#666}
.jBox-Confirm-button-submit{text-shadow:0 -1px 1px rgba(0,0,0,.2);background:#5fc04c;color:#fff}
.jBox-Confirm-button-submit:hover{background:#53a642}
.jBox-Confirm-button-cancel:active,.jBox-Confirm-button-submit:active{box-shadow:inset 0 1px 3px rgba(0,0,0,.26)}
.jBox-Notice{-webkit-transition:margin .2s;transition:margin .2s}
.jBox-Notice .jBox-container{border-radius:3px;box-shadow:0 0 3px rgba(0, 0, 0, .2);color:#fff;text-shadow:0 -1px 0 #000;background:#333;background-image:linear-gradient(to bottom, #444, #222)}
.jBox-Notice .jBox-content{border-radius:3px;padding:6px 20px 12px}
.jBox-Notice .jBox-title{padding:8px 20px 0;font-weight:bold}
.jBox-hasTitle.jBox-Notice .jBox-container{padding-top:8px}
.jBox-Notice-color .jBox-container{text-shadow:none;font-family:"Lato", sans;font-size:15px}
.jBox-Notice-gray .jBox-container{color:#666;text-shadow:0 1px 0 #fff;background:#f4f4f4;background-image:linear-gradient(to bottom, #fafafa, #f0f0f0)}
.jBox-Notice-red .jBox-container{background:#b02222;background-image:linear-gradient(to bottom, #ee2222, #b02222)}
.jBox-Notice-green .jBox-container{background:#70a800;background-image:linear-gradient(to bottom, #95cc2a, #70a800)}
.jBox-Notice-blue .jBox-container{background:#008DFB}
.jBox-Notice-yellow .jBox-container{color:#744700;text-shadow:0 1px 0 rgba(255, 255, 255, .6);background:#ffb11f;background-image:linear-gradient(to bottom,#ffd665,#ffb11f)}
.jBox-Image{background:#fff;padding:8px
8px 45px;border-radius:5px}.jBox-Image .jBox-content{padding:0;width:100%;height:100%}.jBox-image-container{border-radius:5px;background:#fff center center no-repeat;position:absolute;width:100%;height:100%;opacity:0}.jBox-image-label{box-sizing:border-box;position:absolute;background:#fff;top:100%;left:0;width:100%;color:#333;margin-top:-35px;padding:0
90px 5px 10px;border-radius:0 0 5px 5px;-webkit-transition:opacity .3s;transition:opacity .3s;opacity:0}.jBox-image-label.active{opacity:1}.jBox-image-pointer-next:hover,.jBox-image-pointer-prev:hover{opacity:1}.jBox-image-pointer-next{right:8px;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.jBox-image-pointer-prev{right:30px}.jBox-image-open #jBox-overlay{background-color:rgba(0, 0, 0, .86)}.jBox-Image.jBox-loading .jBox-container:before{left:auto;top:auto;bottom:-33px;right:55px;margin-top:-9px;margin-left:-9px}.jBox-closeButton{cursor:pointer;position:absolute}.jBox-closeButton
svg{position:absolute;top:50%;right:50%}.jBox-closeButton
path{-webkit-transition:fill .2s;transition:fill .2s}.jBox-closeButton
path{fill:#aaa}.jBox-closeButton:hover
path{fill:#888}.jBox-closeButton:active
path{fill:#666}#jBox-overlay .jBox-closeButton{top:0;right:0;width:40px;height:40px}#jBox-overlay .jBox-closeButton
svg{width:20px;height:20px;margin-top:-10px;margin-right:-10px}#jBox-overlay .jBox-closeButton
path{fill:#d2d4d6}#jBox-overlay .jBox-closeButton:hover
path{fill:#fff}#jBox-overlay .jBox-closeButton:active
path{fill:#b2b4b6}.jBox-closeButton-title .jBox-closeButton{top:0;right:0;bottom:0;width:40px}.jBox-closeButton-title .jBox-closeButton
svg{width:12px;height:12px;margin-top:-6px;margin-right:-6px}.jBox-closeButton-box .jBox-closeButton{top:-8px;right:-10px;width:24px;height:24px;background:#fff;border-radius:50%}.jBox-closeButton-box .jBox-closeButton
svg{width:10px;height:10px;margin-top:-5px;margin-right:-5px}.jBox-hasTitle.jBox-Modal.jBox-closeButton-box .jBox-closeButton{background:#f4f5f6}.jBox-closeButton-box:before{content:'';position:absolute;top:-8px;right:-10px;width:24px;height:24px;border-radius:50%;box-shadow:0 0 5px rgba(0,0,0,.3)}.jBox-pointerPosition-top.jBox-closeButton-box:before{top:4px}.jBox-pointerPosition-right.jBox-closeButton-box:before{right:2px}#jBox-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000;background-color:rgba(0, 0, 0, .6)}body[class^="jBox-blockScroll-"],
body[class*=" jBox-blockScroll-"]{overflow:hidden}.jBox-draggable{cursor:move}@keyframes
jBoxLoading{to{transform:rotate(360deg)}}@-webkit-keyframes
jBoxLoading{to{-webkit-transform:rotate(360deg)}}.jBox-loading .jBox-content{min-height:32px;min-width:38px;opacity:0}.jBox-spinner{position:absolute;top:50%;left:50%;width:20px;height:20px;margin-top:-10px;margin-left:-10px}.jBox-spinner:before{content:'Loading…';display:block;width:20px;height:20px;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box}.jBox-spinner:not(:required):before{content:'';border-radius:50%;border:2px
solid rgba(0, 0, 0, .3);border-top-color:rgba(0, 0, 0, .6);animation:jBoxLoading .6s linear infinite;-webkit-animation:jBoxLoading .6s linear infinite}.jBox-IE8.jBox-Tooltip .jBox-container,
.jBox-IE8.jBox-Mouse .jBox-container{border:1px
solid #aaa}.jBox-IE8 .jBox-pointer:after{display:none}.jBox-IE8 .jBox-pointer-top{background-position:center top}.jBox-IE8 .jBox-pointer-bottom{background-position:center bottom}.jBox-IE8 .jBox-pointer-left{background-position:left center}.jBox-IE8 .jBox-pointer-right{background-position:right center}.jBox-IE8.jBox-Modal .jBox-container{border:3px
solid #aaa}.jBox-nosvg .jBox-closeButton:before{font-family:Verdana,sans-serif;content:'x';text-align:center;font-size:18px;color:#888}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle;}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none;}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px;}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none;}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap;}.select2-container .select2-search--inline{float:left;}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none;}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051;}.select2-results{display:block;}.select2-results__options{list-style:none;margin:0;padding:0;}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none;}.select2-results__option[aria-selected]{cursor:pointer;}.select2-container--open .select2-dropdown{left:0;}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0;}.select2-search--dropdown{display:block;padding:4px;}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box;}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none;}.select2-search--dropdown.select2-search--hide{display:none;}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0);}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px;}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px;}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999;}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px;}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0;}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left;}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto;}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default;}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none;}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px;}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%;}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left;}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px;}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px;}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder{float:right;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto;}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0;}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default;}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none;}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0;}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa;}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto;}.select2-container--default .select2-results__option[role=group]{padding:0;}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999;}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd;}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em;}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white;}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px;}.select2-container--classic .select2-selection--single{background-color:#f6f6f6;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);background-image:-o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);background-image:linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb;}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px;}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px;}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999;}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);background-image:-o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);background-image:linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0;}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left;}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto;}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb;}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none;}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px;}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);background-image:-o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);background-image:linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);background-image:-o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);background-image:linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb;}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px;}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none;}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px;}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px;}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto;}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb;}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0;}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0;}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;}.select2-container--classic .select2-dropdown{background-color:white;border:1px solid transparent;}.select2-container--classic .select2-dropdown--above{border-bottom:none;}.select2-container--classic .select2-dropdown--below{border-top:none;}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto;}.select2-container--classic .select2-results__option[role=group]{padding:0;}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey;}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:white;}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px;}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb;}

.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes
bounce{0%,20%,53%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes
bounce{0%,20%,53%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-30px,0);-ms-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-15px,0);-ms-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);-ms-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes
flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@keyframes
flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes
pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes
pulse{0%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);-ms-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes
rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,0.75,1);transform:scale3d(1.25,0.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,0.85,1);transform:scale3d(1.15,0.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes
rubberBand{0%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,0.75,1);-ms-transform:scale3d(1.25,0.75,1);transform:scale3d(1.25,0.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);-ms-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,0.85,1);-ms-transform:scale3d(1.15,0.85,1);transform:scale3d(1.15,0.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);-ms-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);-ms-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes
shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0)}}@keyframes
shake{0%,100%{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);-ms-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);-ms-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes
swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0, 0, 1, 0deg);transform:rotate3d(0, 0, 1, 0deg)}}@keyframes
swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);-ms-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);-ms-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);-ms-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);-ms-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);-ms-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes
tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);transform:scale3d(.9, .9, .9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes
tada{0%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);-ms-transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);transform:scale3d(.9, .9, .9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);-ms-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);-ms-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes
wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);transform:translate3d(-25%, 0, 0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);transform:translate3d(20%, 0, 0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);transform:translate3d(-15%, 0, 0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);transform:translate3d(10%, 0, 0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);transform:translate3d(-5%, 0, 0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}@keyframes
wobble{0%{-webkit-transform:none;-ms-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);-ms-transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);transform:translate3d(-25%, 0, 0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);-ms-transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);transform:translate3d(20%, 0, 0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);-ms-transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);transform:translate3d(-15%, 0, 0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);-ms-transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);transform:translate3d(10%, 0, 0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);-ms-transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);transform:translate3d(-5%, 0, 0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;-ms-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes
bounceIn{0%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes
bounceIn{0%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);-ms-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);-ms-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);-ms-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);-ms-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn;-webkit-animation-duration: .75s;animation-duration: .75s}@-webkit-keyframes
bounceInDown{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@keyframes
bounceInDown{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);-ms-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);-ms-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);-ms-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;-ms-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes
bounceInLeft{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes
bounceInLeft{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);-ms-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);-ms-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);-ms-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);-ms-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;-ms-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes
bounceInRight{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes
bounceInRight{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);-ms-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);-ms-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);-ms-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);-ms-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;-ms-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes
bounceInUp{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes
bounceInUp{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);-ms-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);-ms-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);-ms-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);-ms-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes
bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3, .3, .3);transform:scale3d(.3, .3, .3)}}@keyframes
bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);-ms-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);-ms-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut;-webkit-animation-duration: .75s;animation-duration: .75s}@-webkit-keyframes
bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}}@keyframes
bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);-ms-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);-ms-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);-ms-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes
bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}}@keyframes
bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);-ms-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);-ms-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes
bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}}@keyframes
bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);-ms-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);-ms-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes
bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}}@keyframes
bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);-ms-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);-ms-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);-ms-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes
fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes
fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes
fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes
fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes
fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes
fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);-ms-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes
fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes
fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes
fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes
fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);-ms-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes
fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes
fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes
fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes
fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);-ms-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes
fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes
fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes
fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes
fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);-ms-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes
fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes
fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes
fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}}@keyframes
fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes
fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}}@keyframes
fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);-ms-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes
fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}@keyframes
fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes
fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}}@keyframes
fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);-ms-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes
fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}@keyframes
fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes
fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}}@keyframes
fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);-ms-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes
fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}@keyframes
fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes
fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}}@keyframes
fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);-ms-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes
flip{0%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95, .95, .95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes
flip{0%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -360deg);-ms-transform:perspective(400px) rotate3d(0, 1, 0, -360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);-ms-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);-ms-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95, .95, .95);-ms-transform:perspective(400px) scale3d(.95, .95, .95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;-ms-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes
flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes
flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);-ms-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);-ms-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 10deg);-ms-transform:perspective(400px) rotate3d(1, 0, 0, 10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -5deg);-ms-transform:perspective(400px) rotate3d(1, 0, 0, -5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible !important;-ms-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes
flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes
flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);-ms-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);-ms-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);-ms-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);-ms-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible !important;-ms-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes
flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transform:perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}@keyframes
flipOutX{0%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);-ms-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);-ms-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-animation-duration: .75s;animation-duration: .75s;-webkit-backface-visibility:visible !important;-ms-backface-visibility:visible !important;backface-visibility:visible !important}@-webkit-keyframes
flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);opacity:0}}@keyframes
flipOutY{0%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -15deg);-ms-transform:perspective(400px) rotate3d(0, 1, 0, -15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);-ms-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible !important;-ms-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-animation-duration: .75s;animation-duration: .75s}@-webkit-keyframes
lightSpeedIn{0%{-webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes
lightSpeedIn{0%{-webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);-ms-transform:translate3d(100%, 0, 0) skewX(-30deg);transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);-ms-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);-ms-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes
lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%, 0, 0) skewX(30deg);transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}@keyframes
lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%, 0, 0) skewX(30deg);-ms-transform:translate3d(100%, 0, 0) skewX(30deg);transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes
rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes
rotateIn{0%{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);-ms-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes
rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes
rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);-ms-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes
rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes
rotateInDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);-ms-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes
rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes
rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);-ms-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes
rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes
rotateInUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);-ms-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes
rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0, 0, 1, 200deg);transform:rotate3d(0, 0, 1, 200deg);opacity:0}}@keyframes
rotateOut{0%{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);-ms-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes
rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}}@keyframes
rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);-ms-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes
rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}}@keyframes
rotateOutDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);-ms-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes
rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}}@keyframes
rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);-ms-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes
rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, 90deg);transform:rotate3d(0, 0, 1, 90deg);opacity:0}}@keyframes
rotateOutUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);-ms-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes
hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0, 0, 1, 80deg);transform:rotate3d(0, 0, 1, 80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0, 0, 1, 60deg);transform:rotate3d(0, 0, 1, 60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0, 700px, 0);transform:translate3d(0, 700px, 0);opacity:0}}@keyframes
hinge{0%{-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0, 0, 1, 80deg);-ms-transform:rotate3d(0, 0, 1, 80deg);transform:rotate3d(0, 0, 1, 80deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0, 0, 1, 60deg);-ms-transform:rotate3d(0, 0, 1, 60deg);transform:rotate3d(0, 0, 1, 60deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);-ms-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes
rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);transform:translate3d(-100%, 0, 0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes
rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);-ms-transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);transform:translate3d(-100%, 0, 0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes
rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)}}@keyframes
rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);-ms-transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);transform:translate3d(100%, 0, 0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes
zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes
zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes
zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);transform:scale3d(.1, .1, .1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1)}}@keyframes
zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);-ms-transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);transform:scale3d(.1, .1, .1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);-ms-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);transform:scale3d(.475, .475, .475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes
zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);transform:scale3d(.1, .1, .1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1)}}@keyframes
zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);-ms-transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);transform:scale3d(.1, .1, .1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);-ms-transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);transform:scale3d(.475, .475, .475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes
zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);transform:scale3d(.1, .1, .1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1)}}@keyframes
zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);-ms-transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);transform:scale3d(.1, .1, .1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);-ms-transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);transform:scale3d(.475, .475, .475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes
zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);transform:scale3d(.1, .1, .1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1)}}@keyframes
zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);-ms-transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);transform:scale3d(.1, .1, .1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);-ms-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);transform:scale3d(.475, .475, .475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes
zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}@keyframes
zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes
zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);transform:scale3d(.475, .475, .475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}100%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1)}}@keyframes
zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);-ms-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);transform:scale3d(.475, .475, .475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}100%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);-ms-transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes
zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0);transform:scale3d(.475, .475, .475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px, 0, 0);transform:scale(.1) translate3d(-2000px, 0, 0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes
zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0);-ms-transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0);transform:scale3d(.475, .475, .475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px, 0, 0);-ms-transform:scale(.1) translate3d(-2000px, 0, 0);transform:scale(.1) translate3d(-2000px, 0, 0);-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes
zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0);transform:scale3d(.475, .475, .475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px, 0, 0);transform:scale(.1) translate3d(2000px, 0, 0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes
zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0);-ms-transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0);transform:scale3d(.475, .475, .475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px, 0, 0);-ms-transform:scale(.1) translate3d(2000px, 0, 0);transform:scale(.1) translate3d(2000px, 0, 0);-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes
zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);transform:scale3d(.475, .475, .475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}100%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1)}}@keyframes
zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);-ms-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);transform:scale3d(.475, .475, .475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}100%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);-ms-transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes
slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes
slideInDown{0%{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes
slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes
slideInLeft{0%{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes
slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes
slideInRight{0%{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes
slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes
slideInUp{0%{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes
slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes
slideOutDown{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes
slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes
slideOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes
slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes
slideOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes
slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}
.container_12{margin-left:auto;margin-right:auto;width:1068px}.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12{display:inline;float:left;position:relative;margin-left:10px;margin-right:10px}.push_1,.pull_1,.push_2,.pull_2,.push_3,.pull_3,.push_4,.pull_4,.push_5,.pull_5,.push_6,.pull_6,.push_7,.pull_7,.push_8,.pull_8,.push_9,.pull_9,.push_10,.pull_10,.push_11,.pull_11,.push_12,.pull_12{position:relative}.alpha{margin-left:0}.omega{margin-right:0}.container_12
.grid_1{width:69px}.container_12
.grid_2{width:158px}.container_12
.grid_3{width:247px}.container_12
.grid_4{width:336px}.container_12
.grid_5{width:425px}.container_12
.grid_6{width:514px}.container_12
.grid_7{width:603px}.container_12
.grid_8{width:692px}.container_12
.grid_9{width:781px}.container_12
.grid_10{width:870px}.container_12
.grid_11{width:959px}.container_12
.grid_12{width:1048px}.container_12
.prefix_1{padding-left:89px}.container_12
.prefix_2{padding-left:178px}.container_12
.prefix_3{padding-left:267px}.container_12
.prefix_4{padding-left:356px}.container_12
.prefix_5{padding-left:445px}.container_12
.prefix_6{padding-left:534px}.container_12
.prefix_7{padding-left:623px}.container_12
.prefix_8{padding-left:712px}.container_12
.prefix_9{padding-left:801px}.container_12
.prefix_10{padding-left:890px}.container_12
.prefix_11{padding-left:979px}.container_12
.suffix_1{padding-right:89px}.container_12
.suffix_2{padding-right:178px}.container_12
.suffix_3{padding-right:267px}.container_12
.suffix_4{padding-right:356px}.container_12
.suffix_5{padding-right:445px}.container_12
.suffix_6{padding-right:534px}.container_12
.suffix_7{padding-right:623px}.container_12
.suffix_8{padding-right:712px}.container_12
.suffix_9{padding-right:801px}.container_12
.suffix_10{padding-right:890px}.container_12
.suffix_11{padding-right:979px}.container_12
.push_1{left:89px}.container_12
.push_2{left:178px}.container_12
.push_3{left:267px}.container_12
.push_4{left:356px}.container_12
.push_5{left:445px}.container_12
.push_6{left:534px}.container_12
.push_7{left:623px}.container_12
.push_8{left:712px}.container_12
.push_9{left:801px}.container_12
.push_10{left:890px}.container_12
.push_11{left:979px}.container_12
.pull_1{left:-89px}.container_12
.pull_2{left:-178px}.container_12
.pull_3{left:-267px}.container_12
.pull_4{left:-356px}.container_12
.pull_5{left:-445px}.container_12
.pull_6{left:-534px}.container_12
.pull_7{left:-623px}.container_12
.pull_8{left:-712px}.container_12
.pull_9{left:-801px}.container_12
.pull_10{left:-890px}.container_12
.pull_11{left:-979px}.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:before,.clearfix:after{content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both}.clearfix{zoom:1}.top_bar__btn{background:#494e55;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#494e55), color-stop(100%,#383c40));background:-webkit-linear-gradient(top,  #494e55 0%,#383c40 100%);background:-o-linear-gradient(top,  #494e55 0%,#383c40 100%);background:-ms-linear-gradient(top,  #494e55 0%,#383c40 100%);background:linear-gradient(to bottom,  #494e55 0%,#383c40 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#494e55', endColorstr='#383c40',GradientType=0 )}.grn_skin{background:#33d24e;border:none;border-bottom:2px solid #008f04;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 0 0 1px rgba(40,93,142,0.6);-moz-box-shadow:0 0 0 1px rgba(40,93,142,0.6);box-shadow:0 0 0 1px rgba(40,93,142,0.6);text-shadow:1px 1px 1px #008f04;-webkit-transition:background 300ms ease-out;-moz-transition:background 300ms ease-out;-ms-transition:background 300ms ease-out;-o-transition:background 300ms ease-out;transition:background 300ms ease-out;}.grn_skin:hover,.grn_skin1:hover{background:#27B140;color:#fff}.grn_skin:active{background:#2bbf43;border-bottom:none;border-top:2px solid #24a038}.grn_skin1{background:#33d24e;border:0;border-bottom:3px solid #008f04;text-shadow:1px 1px 1px #008f04;-webkit-transition:background 300ms ease-out;-moz-transition:background 300ms ease-out;-ms-transition:background 300ms ease-out;-o-transition:background 300ms ease-out;transition:background 300ms ease-out;}.grn_skin1:active{border-bottom-width:1px;border-top-width:3px}.grn_skin2{background:#45d95d;background:-moz-linear-gradient(top,  #45d95d 0%, #2abe43 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#45d95d), color-stop(100%,#2abe43));background:-webkit-linear-gradient(top,  #45d95d 0%,#2abe43 100%);background:-o-linear-gradient(top,  #45d95d 0%,#2abe43 100%);background:-ms-linear-gradient(top,  #45d95d 0%,#2abe43 100%);background:linear-gradient(to bottom,  #45d95d 0%,#2abe43 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#45d95d', endColorstr='#2abe43',GradientType=0 );border:1px
solid #229f37;border-bottom-width:4px;text-shadow:0 1px 1px rgba(0,0,0,.3);color:#fff}.grn_skin2:hover{background:#2abe43;background:-moz-linear-gradient(top,  #2abe43 0%, #45d95d 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#2abe43), color-stop(100%,#45d95d));background:-webkit-linear-gradient(top,  #2abe43 0%,#45d95d 100%);background:-o-linear-gradient(top,  #2abe43 0%,#45d95d 100%);background:-ms-linear-gradient(top,  #2abe43 0%,#45d95d 100%);background:linear-gradient(to bottom,  #2abe43 0%,#45d95d 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2abe43', endColorstr='#45d95d',GradientType=0 );color:#fff}.grn_skin2:active{border-top-width:4px;border-bottom-width:1px}.grn_bg{background-color:#55d56b}.grn_bg1{background-color:#eafded}.grn_bg2{background-color:#2cbf44}.orng_bg{background-color:#ffae57}.aqua_bg{background-color:#79b2ff}.grn_txt{color:#2dc146}.gray_skin{background:#f7f7f7;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e5e5e5));background:-webkit-linear-gradient(top,  #f7f7f7 0%,#e5e5e5 100%);background:-o-linear-gradient(top,  #f7f7f7 0%,#e5e5e5 100%);background:-ms-linear-gradient(top,  #f7f7f7 0%,#e5e5e5 100%);background:linear-gradient(to bottom,  #f7f7f7 0%,#e5e5e5 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e5e5e5',GradientType=0 );border-bottom:2px solid #bfbfbf;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 0 0 1px rgba(40,93,142,0.6);-moz-box-shadow:0 0 0 1px rgba(40,93,142,0.6);box-shadow:0 0 0 1px rgba(40,93,142,0.6)}.gray_skin:hover{background:#e6e6e6;background:-moz-linear-gradient(top,  #e6e6e6 0%, #f7f7f7 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#f7f7f7));background:-webkit-linear-gradient(top,  #e6e6e6 0%,#f7f7f7 100%);background:-o-linear-gradient(top,  #e6e6e6 0%,#f7f7f7 100%);background:-ms-linear-gradient(top,  #e6e6e6 0%,#f7f7f7 100%);background:linear-gradient(to bottom,  #e6e6e6 0%,#f7f7f7 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#f7f7f7',GradientType=0 )}.gray_skin:active{border-top:2px solid #bfbfbf;border-bottom:none}.gray_skin1{background:#ccc;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 1px 0 #42648b;-moz-box-shadow:0 1px 0 #42648b;box-shadow:0 1px 0 #42648b;color:#333}.gray_skin2{background:#f7f7f7;background:-moz-linear-gradient(top,  #f7f7f7 0%, #e6e6e6 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e6e6e6));background:-webkit-linear-gradient(top,  #f7f7f7 0%,#e6e6e6 100%);background:-o-linear-gradient(top,  #f7f7f7 0%,#e6e6e6 100%);background:-ms-linear-gradient(top,  #f7f7f7 0%,#e6e6e6 100%);background:linear-gradient(to bottom,  #f7f7f7 0%,#e6e6e6 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e6e6e6',GradientType=0 );-webkit-box-shadow:0 0 0 1px #ccc;-moz-box-shadow:0 0 0 1px #ccc;box-shadow:0 0 0 1px #ccc;border-bottom:3px solid #c0c0c0}.gray_skin2:hover{background:#e6e6e6;background:-moz-linear-gradient(top,  #e6e6e6 0%, #f7f7f7 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#f7f7f7));background:-webkit-linear-gradient(top,  #e6e6e6 0%,#f7f7f7 100%);background:-o-linear-gradient(top,  #e6e6e6 0%,#f7f7f7 100%);background:-ms-linear-gradient(top,  #e6e6e6 0%,#f7f7f7 100%);background:linear-gradient(to bottom,  #e6e6e6 0%,#f7f7f7 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#f7f7f7',GradientType=0 )}.gray_skin2:active,.gray_skin2.active{background:#e6e6e6;border-bottom:none;border-top:3px solid #c0c0c0}.gray_skin3{background:#f2f2f2;background:-moz-linear-gradient(top,  #f2f2f2 0%, #e4e4e4 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e4e4e4));background:-webkit-linear-gradient(top,  #f2f2f2 0%,#e4e4e4 100%);background:-o-linear-gradient(top,  #f2f2f2 0%,#e4e4e4 100%);background:-ms-linear-gradient(top,  #f2f2f2 0%,#e4e4e4 100%);background:linear-gradient(to bottom,  #f2f2f2 0%,#e4e4e4 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e4e4e4',GradientType=0 )}.gray_skin4{background:#f7f7f7;background:-moz-linear-gradient(top,  #f7f7f7 0%, #e5e5e5 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e5e5e5));background:-webkit-linear-gradient(top,  #f7f7f7 0%,#e5e5e5 100%);background:-o-linear-gradient(top,  #f7f7f7 0%,#e5e5e5 100%);background:-ms-linear-gradient(top,  #f7f7f7 0%,#e5e5e5 100%);background:linear-gradient(to bottom,  #f7f7f7 0%,#e5e5e5 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e5e5e5',GradientType=0 );border:1px
solid #aaa;border-bottom-width:4px;color:#333}.gray_skin4:hover{background:#e5e5e5;background:-moz-linear-gradient(top,  #e5e5e5 0%, #f7f7f7 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#f7f7f7));background:-webkit-linear-gradient(top,  #e5e5e5 0%,#f7f7f7 100%);background:-o-linear-gradient(top,  #e5e5e5 0%,#f7f7f7 100%);background:-ms-linear-gradient(top,  #e5e5e5 0%,#f7f7f7 100%);background:linear-gradient(to bottom,  #e5e5e5 0%,#f7f7f7 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#f7f7f7',GradientType=0 )}.fraction-slider{position:relative;height:491px;margin:0
auto}.fraction-slider
.slide{display:none;width:100%;height:100%;position:absolute;z-index:5000}.fraction-slider .active-slide{z-index:99}.fraction-slider
.fs_obj{display:block;display:none;position:absolute;top:0px;left:100%;z-index:7000}.fraction-slider
div.btns{z-index:7001}.fraction-slider
.fs_fixed_obj{z-index:6000;left:0}.fraction-slider .fs_obj
*{display:inline-block;position:relative;top:0px;left:0px}.fraction-slider .prev,
.fraction-slider
.next{display:none;position:absolute;width:45px;height:45px;z-index:9999} .fraction-slider:hover .prev,
.fraction-slider:hover
.next{display:block}.fs-pager-wrapper{position:absolute;left:35px;bottom:85px;z-index:9999}.fs-pager-wrapper
a{display:inline-block;width:15px;height:15px;margin:0
0px 0 0;background:url(https://slotwinner.de/default/img/sprite.png) 0 -831px no-repeat transparent}.fs-pager-wrapper .active,
.fs-pager-wrapper a:hover{background-position:0 -814px}.tooltipster-default{border-radius:5px;border:2px
solid #0e335d;background:#366ba8;color:#fff}.tooltipster-default .tooltipster-content{font-size:13px;line-height:16px;padding:8px
10px;overflow:hidden}.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border{}.tooltipster-icon{cursor:help;margin-left:4px}.tooltipster-base{padding:0;font-size:0;line-height:0;position:absolute;left:0;top:0;z-index:9999999;pointer-events:none;width:auto;overflow:visible}.tooltipster-base .tooltipster-content{overflow:hidden}.tooltipster-arrow{display:block;text-align:center;width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1}.tooltipster-arrow span,.tooltipster-arrow-border{display:block;width:0;height:0;position:absolute}.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left
span{border-left:8px solid transparent !important;border-right:8px solid transparent !important;border-top:8px solid;bottom:-7px}.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border{border-left:9px solid transparent !important;border-right:9px solid transparent !important;border-top:9px solid;bottom:-7px}.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left
span{border-left:8px solid transparent !important;border-right:8px solid transparent !important;border-bottom:8px solid;top:-7px}.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border{border-left:9px solid transparent !important;border-right:9px solid transparent !important;border-bottom:9px solid;top:-7px}.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border{left:0;right:0;margin:0
auto}.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left
span{left:6px}.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border{left:5px}.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right
span{right:6px}.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border{right:5px}.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border{border-top:8px solid transparent !important;border-bottom:8px solid transparent !important;border-left:8px solid;top:50%;margin-top:-7px;right:-7px}.tooltipster-arrow-left .tooltipster-arrow-border{border-top:9px solid transparent !important;border-bottom:9px solid transparent !important;border-left:9px solid;margin-top:-8px}.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border{border-top:8px solid transparent !important;border-bottom:8px solid transparent !important;border-right:8px solid;top:50%;margin-top:-7px;left:-7px}.tooltipster-arrow-right .tooltipster-arrow-border{border-top:9px solid transparent !important;border-bottom:9px solid transparent !important;border-right:9px solid;margin-top:-8px}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1);-webkit-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);-moz-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);-ms-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);-o-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing-show{opacity:1;-webkit-transform:rotateZ(0deg);-moz-transform:rotateZ(0deg);-o-transform:rotateZ(0deg);-ms-transform:rotateZ(0deg);transform:rotateZ(0deg);-webkit-transition-timing-function:cubic-bezier(0.230,0.635,0.495,1);-webkit-transition-timing-function:cubic-bezier(0.230,0.635,0.495,2.4);-moz-transition-timing-function:cubic-bezier(0.230,0.635,0.495,2.4);-ms-transition-timing-function:cubic-bezier(0.230,0.635,0.495,2.4);-o-transition-timing-function:cubic-bezier(0.230,0.635,0.495,2.4);transition-timing-function:cubic-bezier(0.230,0.635,0.495,2.4)}.tooltipster-fall{top:0;-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1);-webkit-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);-moz-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);-ms-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);-o-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15)}.tooltipster-fall-show{}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0px !important;opacity:0}.tooltipster-slide{left:-40px;-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1);-webkit-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);-moz-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);-ms-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);-o-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15)}.tooltipster-slide.tooltipster-slide-show{}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0px !important;opacity:0}.tooltipster-content-changing{opacity:0.5;-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);transform:scale(1.1,1.1)}body{font-family:"helveticaregular",Arial,Helvetica,sans-serif;font-size:14px;line-height:20px;color:#333;background:#1e2022;-webkit-text-size-adjust:none}.tp-banner-container{width:100%;position:relative;padding:0}.tp-banner{width:100%;position:relative}input[type="text"]:focus,textarea:focus{border-color:#659ff1;-webkit-box-shadow:0 0 4px #659ff1;-moz-box-shadow:0 0 4px #659ff1;box-shadow:0 0 4px #659ff1;color:#333}button{outline:none;cursor:pointer}a{color:#333;outline:none;text-decoration:none;cursor:pointer}a:hover{color:#333;text-decoration:none}.btn1{display:inline-block;padding:6px
12px 4px;margin:0
0 0 0;font-size:14px;line-height:19px;color:#fff;cursor:pointer}.btn2{display:inline-block;padding:6px
13px;margin:0
0 0;font-size:16px;line-height:22px;color:#fff}.btn3{padding:15px
20px 14px}.btn3_1{padding:12px
33px}.btn4{text-align:center;font-size:16px;line-height:20px;color:#fff;padding:8px
23px 6px}.btn4.gray{color:#333}.btn5{font-size:14px;color:#ccc;padding:5px
11px 5px;border:none;border-bottom:1px solid #242528;vertical-align:middle}.btn5:hover{color:#ccc}.btn6{font-size:14px;color:#fff;padding:5px
12px 3px;vertical-align:middle}button.btn6{padding:7px
12px 6px}.btn7{padding:5px
17px 3px}.btn8{padding:14px
0px 12px;font-size:20px;line-height:24px}.btn8white{padding:14px
0px 12px;font-size:20px;line-height:24px;color:#fff}.btn8.extra{padding-left:22px;padding-right:22px}.btn9{padding:2px
12px;font-size:18px;line-height:22px;color:#fff;background:#e84c3d}.btn10{text-align:center;font-size:14px;line-height:20px;color:#fff;padding:8px
15px 5px}.gray_skin2.btn10{color:#333}.btn11{display:inline-block;padding:3px
12px 3px;margin:0
0 0 0;font-size:14px;line-height:19px;color:#fff;cursor:pointer}.send_btn{width:35px;height:30px;line-height:32px !important}.blue_link{color:#ce9a15;padding:0
10px 0 0}.blue_link1{color:#285c98}.blue_link2{color:#0e335d}.blue_link3{color:#275b97}.green_txt{color:#31b437}.reg{text-transform:uppercase}.f_left{float:left}.f_right{float:right}.al_right{text-align:right}.al_center{text-align:center}.al_left{text-align:left}.it{font-style:italic}.let{letter-spacing:-1px}.vertical{display:inline-block}.vertical:after{display:inline-block;vertical-align:middle;height:100%;width:0px;content:""}.val_mid{vertical-align:middle}.full_s{top:0;left:0;right:0;bottom:0;position:absolute}.radius_top{-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.radius_bot{-webkit-border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px}.radius{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.radius1{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.radius5{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.bold,.privacy_item:before,.ui-tabs-active>.terms_nav__link,.ui-tabs-active>.sub_terms_nav__link{font-family:"helvetica",Arial,Helvetica,sans-serif;font-weight:bold}.fz_16{font-size:16px;line-height:22px}.fz_13{font-size:13px}.fz_14{font-size:14px}.fz_14_1{font-size:14px;line-height:24px}.fz_18{font-size:18px;line-height:26px}.fz_18_1{font-size:18px;line-height:22px}.fz_20{font-size:20px}.fz_22{font-size:22px;line-height:26px}.fz_30{font-size:30px}.fz_34{font-size:13px}.fz_46{font-size:46px !important}.fz_43{font-size:43px !important}.fz_37{font-size:37px !important}.lh_22{line-height:22px}.lh_46{line-height:42px !important}.z_10{z-index:10}.z_9{z-index:9}.z_8{z-index:8}.z_7{z-index:7}.z_6{z-index:6}.z_5{z-index:5}.ml_15{margin-left:15px}.ml_12{margin-left:10px !important}.ml_6{margin-left:6px !important}.m_bot_zero{margin-bottom:0 !important}.m_left_zero{margin-left:0 !important}.p_bot_zero{padding-bottom:0 !important}.p_left_zero{padding-left:0 !important}.p_abs{position:absolute}.p_rel{position:relative}.p_fix{position:fixed}.clear{clear:both;width:100%;line-height:0;font-size:0}.wrapper{overflow:hidden}.f_elem *:first-child{margin-top:0 !important}.f_elem1 *:first-child{margin-top:0 !important;border:none !important}.bg_none{background:none !important}.d_block{display:block}.d_none{display:none}.d_in-block{display:inline-block}.d_table{display:table}.d_tc{display:table-cell}.f_clear{clear:both}.white{color:#fff}.grn{color:#2bbf44}.blue{color:#005fe2}.blue1{color:#285c98}.orange{color:#fe9524}.gray{color:#888}.gray2{color:#555}.white_bg{background-color:#fff}.gray_bg1{background:#f4f4f4}.gray_bg2{background:#efefef}.gray_bg3{background:#e6e6e6}.gray_bg4{background:#2e3135}.gray_bg5{background:#f9f9f9}.gray_bg6{background:#2a2d30}.gray_bg7{background-color:#f5f5f5 !important}.tsh{text-shadow:0 1px 1px #fff}.tsh1{text-shadow:0 2px 1px rgba(0,0,0,0.21)}.tsh2{text-shadow:0 1px 1px rgba(0,0,0,0.5)}.border{border:1px solid #ccc}.border1{border:1px solid #ddd}.border10{border:10px solid #fff;border-radius:3px}.border_bot{border-bottom:1px solid #ddd}.grn1{color:#229f37}.red1{color:#c62121}.lt_blue_bg{background-color:#f8f8f8}.blue_bg{background-color:#2161be}.blue_bg1{background-color:#233e94}.blue_bg2{background-color:#295e9a}.blue_bg3{background-color:#6997ca}.blue_bg4{background-color:#4573a7}
.top_bar{background:#2E3136;font-family:'Lato',sans-serif;font-weight:400;font-size:16px;height:45px;line-height:25px;color:#5f666f;z-index:9999}
.top_bar__left{padding-left:35px}
.top_bar__btn{width:35px;height:25px;padding:11px 0 0;color:#888;font-size:19px;left:50%;margin-left:-524px;top:0;z-index:10000;-webkit-box-shadow:0 0 0 1px #242528;-moz-box-shadow:0 0 0 1px #242528;box-shadow:0 0 0 1px #242528}
.top_bar__btn.active{margin-left:-574px}
.top_bar__btn.active span{-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}
.top_bar__btn:hover{color:#fff}
.top_bar__btn,.top_bar__btn span,.bonus_popup{-webkit-transition:all 300ms linear;-moz-transition:all 300ms linear;-ms-transition:all 300ms linear;-o-transition:all 300ms linear;transition:all 300ms linear}
.top_bar__label{vertical-align:bottom;padding:4px 0 4px 10px;height:32px;line-height:35px}
.top_bar_item{border-left:1px solid #4C525A}
.top_bar_item.border-right{border-right:1px solid #4C525A}
.top_bar_item.no-border{border-left:0}
.top_bar_item .btn_wh_c_flat{color:#fff;font-size:16px;line-height:16px;padding:6px 15px;margin:-2px 15px 0}
.top_bar_item .btn_wh_c_flat:hover{color:#fff}
.top_bar_item .money-icon{width:22px;height:25px;background:url(https://slotwinner.de/default/img/icons/money_icon.png) center no-repeat;margin:0 8px 0 15px}
.top_bar button{outline:none;cursor:pointer;font-family:'Lato';font-weight:400;font-size:16px;padding:0 0 0 5px;border:0;background:none;color:#fff;height:25px;line-height:24px;margin: 0 2px 0 10px}
.top_bar button::-moz-focus-inner{border:1px dotted transparent}
.top_bar button:focus::-moz-focus-inner{border-color:#454A52}
.top_bar__right{padding:10px 0}
.repeat_deposit .method{background:#FFF;padding:3px 0px 4px;width:100px;margin-right:0px;border-radius:5px 0 0 5px}
.repeat_deposit .method span{display: inline-block;vertical-align: middle;width: 60px;height: 21px}
.repeat_deposit .method .giropay, .repeat_deposit .method .giropayppro{background:url("https://slotwinner.de/default/img/pay-logos/giropay.png") no-repeat center;background-size:48px;}
.repeat_deposit .method .paysafecard, .repeat_deposit .method .paysafecarddirect{background:url("https://slotwinner.de/default/img/pay-logos/paysafe.png") no-repeat center;background-size:58px;}
.repeat_deposit .method .nt{background:url("https://slotwinner.de/default/img/pay-logos/neteller.png") no-repeat center;background-size:60px;}
.repeat_deposit .method .mb{background:url("https://slotwinner.de/default/img/pay-logos/skrill.png") no-repeat center;background-size:54px;}
.repeat_deposit .method .sofortppro{background:url("https://slotwinner.de/default/img/pay-logos/sofort.png") no-repeat center;background-size:60px;}
.repeat_deposit .method .card{background:url("https://slotwinner.de/default/img/pay-logos/sprites.png") no-repeat -240px -91px;width:100px;height:14px;margin:5px 0 2px 0}
.repeat_deposit .method .ot{background:url("https://slotwinner.de/default/img/pay-logos/onetap.png") no-repeat center;background-size:90px;width:90px}
.repeat_deposit .method .qw{background:url("https://slotwinner.de/default/img/pay-logos/qiwi.png") no-repeat center;background-size:45px;width:90px}
.repeat_deposit .method .yx{background:url("https://slotwinner.de/default/img/pay-logos/yandex.png") no-repeat center;background-size:54px;width:90px}
.repeat_deposit .method .mt{background:url("https://slotwinner.de/default/img/pay-logos/moneta.png") no-repeat center;background-size:80px;width:90px}
.repeat_deposit .method .wm{background:url("https://slotwinner.de/default/img/pay-logos/webmoney.png") no-repeat center;background-size:80px;width:90px}
.repeat_deposit .method .fa{background:url("https://slotwinner.de/default/img/pay-logos/faktura.png") no-repeat center;background-size:84px;width:90px}
.repeat_deposit .method .p24ppro{background:url("https://slotwinner.de/default/img/pay-logos/przelewy.png") no-repeat center;background-size:60px;width:90px}
.repeat_deposit .method .trustlyppro{background:url("https://slotwinner.de/default/img/pay-logos/trustly.png") no-repeat center;background-size:60px;width:90px}
.repeat_deposit .method .trustpayppro{background:url("https://slotwinner.de/default/img/pay-logos/trustpay.png") no-repeat center;background-size:60px;width:90px}
.repeat_deposit .method .idealppro{background:url("https://slotwinner.de/default/img/pay-logos/ideal.png") no-repeat center;background-size:25px;width:70px}
.repeat_deposit .repeat{border-radius:0 5px 5px 0;margin-left:0}
.live_chat span{background:url(https://slotwinner.de/default/img/sprite.png) 0 -378px no-repeat;display:block;padding:2px 0 1px 21px}
.live_chat.active span{background-position:0 -336px}
.drop_button .fa{padding:0 5px 0 5px;font-size:18px;line-height:25px;color:#8D96A2}
.drop_box,.drop_box a{color:#B7B7B7;font-size:14px}
.flag_icon_wrap{padding:0 2px 0 0}
.flags_box{right:-34px;top:48px;width:390px;}
.flags_box__inner{padding:20px 0px 9px 23px}
.flags_list{width:100px}
.flags_list.w120{width:120px}
.flag_list__item{margin-bottom:10px}
.flag_list__item a{color:#fff}
.flag_icon_globe{background:url(https://slotwinner.de/default/img/icons/globe-icon-white.png) 0 0 no-repeat;margin:0;width:24px;height:22px !important}
.flag_icon,.flag_icon1{background:url(https://slotwinner.de/default/img/sprite-flags/flag_24.png) 0 0 no-repeat;margin:0;width:24px;height:22px !important}
.flag_icon1{margin-right:0}.flag-of-ASEAN{background-position:0 0;width:24px;height:24px}.flag-of-Afghanistan{background-position:0 -84px;width:24px;height:24px}.flag-of-AfricanUnion{background-position:0 -168px;width:24px;height:24px}.flag-of-Aland,.flag-of-olandIslands{background-position:0 -252px;width:24px;height:24px}.flag-of-Albania{background-position:0 -336px;width:24px;height:24px}.flag-of-Alderney{background-position:0 -420px;width:24px;height:24px}.flag-of-Algeria{background-position:0 -504px;width:24px;height:24px}.flag-of-AmericanSamoa{background-position:0 -588px;width:24px;height:24px}.flag-of-Andorra{background-position:0 -672px;width:24px;height:24px}.flag-of-Angola{background-position:0 -756px;width:24px;height:24px}.flag-of-Anguilla{background-position:0 -840px;width:24px;height:24px}.flag-of-Antarctica{background-position:0 -924px;width:24px;height:24px}.flag-of-AntiguaBarbuda,.flag-of-AntiguaandBarbuda{background-position:0 -1008px;width:24px;height:24px}.flag-of-ArabLeague{background-position:0 -1092px;width:24px;height:24px}.flag-of-Argentina{background-position:0 -1176px;width:24px;height:24px}.flag-of-Armenia{background-position:0 -1260px;width:24px;height:24px}.flag-of-Aruba{background-position:0 -1344px;width:24px;height:24px}.flag-of-Australia{background-position:0 -1428px;width:24px;height:24px}.flag-of-Austria{background-position:0 -1512px;width:24px;height:24px}.flag-of-Azerbaijan{background-position:0 -1596px;width:24px;height:24px}.flag-of-Bahamas{background-position:0 -1680px;width:24px;height:24px}.flag-of-Bahrain{background-position:0 -1764px;width:24px;height:24px}.flag-of-Bangladesh{background-position:0 -1848px;width:24px;height:24px}.flag-of-Barbados{background-position:0 -1932px;width:24px;height:24px}.flag-of-BasqueCountry{background-position:-74px 0;width:24px;height:24px}.flag-of-Belarus{background-position:-74px -84px;width:24px;height:24px}.flag-of-Belgium{background-position:-74px -168px;width:24px;height:24px}.flag-of-Belize{background-position:-74px -252px;width:24px;height:24px}.flag-of-Benin{background-position:-74px -336px;width:24px;height:24px}.flag-of-Bermuda{background-position:-74px -420px;width:24px;height:24px}.flag-of-Bhutan{background-position:-74px -504px;width:24px;height:24px}.flag-of-Bolivia{background-position:-74px -588px;width:24px;height:24px}.flag-of-Bonaire-SintEustatius-and-Saba{background-position:-74px -672px;width:24px;height:24px}.flag-of-BosniaandHerzegovina{background-position:-74px -756px;width:24px;height:24px}.flag-of-Botswana{background-position:-74px -840px;width:24px;height:24px}.flag-of-Bouvet{background-position:-74px -924px;width:24px;height:24px}.flag-of-Brazil{background-position:-74px -1008px;width:24px;height:24px}.flag-of-BritishIndianOceanTerritory,.flag-of-BritishIndianOcean{background-position:-74px -1092px;width:24px;height:24px}.flag-of-Brunei{background-position:-74px -1176px;width:24px;height:24px}.flag-of-Bulgaria{background-position:-74px -1260px;width:24px;height:24px}.flag-of-BurkinaFaso{background-position:-74px -1344px;width:24px;height:24px}.flag-of-Burundi{background-position:-74px -1428px;width:24px;height:24px}.flag-of-CARICOM{background-position:-74px -1512px;width:24px;height:24px}.flag-of-CIS{background-position:-74px -1596px;width:24px;height:24px}.flag-of-Cambodja,.flag-of-Cambodia{background-position:-74px -1680px;width:24px;height:24px}.flag-of-Cameroon{background-position:-74px -1764px;width:24px;height:24px}.flag-of-Canada{background-position:-74px -1848px;width:24px;height:24px}.flag-of-CapeVerde{background-position:-74px -1932px;width:24px;height:24px}.flag-of-Catalonia{background-position:-148px 0;width:24px;height:24px}.flag-of-CaymanIslands{background-position:-148px -84px;width:24px;height:24px}.flag-of-CentralAfricanRepublic{background-position:-148px -168px;width:24px;height:24px}.flag-of-Chad{background-position:-148px -252px;width:24px;height:24px}.flag-of-Chile{background-position:-148px -336px;width:24px;height:24px}.flag-of-China{background-position:-148px -420px;width:24px;height:24px}.flag-of-Christmas,.flag-of-ChristmasIsland{background-position:-148px -504px;width:24px;height:24px}.flag-of-CocosKeeling,.flag-of-CocosKeelingIslands{background-position:-148px -588px;width:24px;height:24px}.flag-of-Colombia{background-position:-148px -672px;width:24px;height:24px}.flag-of-Commonwealth{background-position:-148px -756px;width:24px;height:24px}.flag-of-Comoros{background-position:-148px -840px;width:24px;height:24px}.flag-of-Congo-Brazzaville,.flag-of-Congo{background-position:-148px -924px;width:24px;height:24px}.flag-of-Congo-Kinshasa,.flag-of-CongoDemocraticRepublic{background-position:-148px -1008px;width:24px;height:24px}.flag-of-CookIslands{background-position:-148px -1092px;width:24px;height:24px}.flag-of-Costa-Rica,.flag-of-CostaRica{background-position:-148px -1176px;width:24px;height:24px}.flag-of-CotedIvoire{background-position:-148px -1260px;width:24px;height:24px}.flag-of-Croatia{background-position:-148px -1344px;width:24px;height:24px}.flag-of-Cuba{background-position:-148px -1428px;width:24px;height:24px}.flag-of-Curacao{background-position:-148px -1512px;width:24px;height:24px}.flag-of-Cyprus{background-position:-148px -1596px;width:24px;height:24px}.flag-of-CzechRepublic{background-position:-148px -1680px;width:24px;height:24px}.flag-of-Denmark{background-position:-148px -1764px;width:24px;height:24px}.flag-of-Djibouti{background-position:-148px -1848px;width:24px;height:24px}.flag-of-Dominica{background-position:-148px -1932px;width:24px;height:24px}.flag-of-Dominican-Republic,.flag-of-DominicanRepublic{background-position:-222px 0;width:24px;height:24px}.flag-of-Egypt{background-position:-222px -84px;width:24px;height:24px}.flag-of-ElSalvador{background-position:-222px -168px;width:24px;height:24px}.flag-of-England{background-position:-222px -252px;width:24px;height:24px}.flag-of-Equador,.flag-of-Ecuador{background-position:-222px -336px;width:24px;height:24px}.flag-of-EquatorialGuinea{background-position:-222px -420px;width:24px;height:24px}.flag-of-Eritrea{background-position:-222px -504px;width:24px;height:24px}.flag-of-Estonia{background-position:-222px -588px;width:24px;height:24px}.flag-of-Ethiopia{background-position:-222px -672px;width:24px;height:24px}.flag-of-EuropeanUnion{background-position:-222px -756px;width:24px;height:24px}.flag-of-FAO{background-position:-222px -840px;width:24px;height:24px}.flag-of-FalklandMalvinas,.flag-of-FalklandIslands{background-position:-222px -924px;width:24px;height:24px}.flag-of-Faroes,.flag-of-Feroe{background-position:-222px -1008px;width:24px;height:24px}.flag-of-Fiji{background-position:-222px -1092px;width:24px;height:24px}.flag-of-Finland{background-position:-222px -1176px;width:24px;height:24px}.flag-of-France{background-position:-222px -1260px;width:24px;height:24px}.flag-of-FrenchSouthernandAntarcticLands,.flag-of-FrenchSouthernTerritories{background-position:-222px -1344px;width:24px;height:24px}.flag-of-French-Guiana,.flag-of-FrenchGuiana{background-position:-222px -1428px;width:24px;height:24px}.flag-of-Gabon{background-position:-222px -1512px;width:24px;height:24px}.flag-of-Galicia{background-position:-222px -1596px;width:24px;height:24px}.flag-of-Gambia,.flag-of-GambiaThe{background-position:-222px -1680px;width:24px;height:24px}.flag-of-Georgia{background-position:-222px -1764px;width:24px;height:24px}.flag-of-Germany,.flag-de{background-position:-222px -1848px;width:24px;height:24px}.flag-of-Ghana{background-position:-222px -1932px;width:24px;height:24px}.flag-of-Gibraltar{background-position:-296px 0;width:24px;height:24px}.flag-of-Greece{background-position:-296px -84px;width:24px;height:24px}.flag-of-Greenland{background-position:-296px -168px;width:24px;height:24px}.flag-of-Grenada{background-position:-296px -252px;width:24px;height:24px}.flag-of-Guadeloupe{background-position:-296px -336px;width:24px;height:24px}.flag-of-Guam{background-position:-296px -420px;width:24px;height:24px}.flag-of-Guatemala{background-position:-296px -504px;width:24px;height:24px}.flag-of-Guernsey{background-position:-296px -588px;width:24px;height:24px}.flag-of-Guinea-Bissau,.flag-of-GuineaBissau{background-position:-296px -672px;width:24px;height:24px}.flag-of-Guinea{background-position:-296px -756px;width:24px;height:24px}.flag-of-Guyana{background-position:-296px -840px;width:24px;height:24px}.flag-of-Haiti{background-position:-296px -924px;width:24px;height:24px}.flag-of-HeardIslandandMcDonald,.flag-of-HeardIslandandMcdonalIslands{background-position:-296px -1008px;width:24px;height:24px}.flag-of-Honduras{background-position:-296px -1092px;width:24px;height:24px}.flag-of-HongKong{background-position:-296px -1176px;width:24px;height:24px}.flag-of-Hungary{background-position:-296px -1260px;width:24px;height:24px}.flag-of-IAEA{background-position:-296px -1344px;width:24px;height:24px}.flag-of-IHO{background-position:-296px -1428px;width:24px;height:24px}.flag-of-Iceland{background-position:-296px -1512px;width:24px;height:24px}.flag-of-India{background-position:-296px -1596px;width:24px;height:24px}.flag-of-Indonesia{background-position:-296px -1680px;width:24px;height:24px}.flag-of-Iran{background-position:-296px -1764px;width:24px;height:24px}.flag-of-Iraq{background-position:-296px -1848px;width:24px;height:24px}.flag-of-Ireland{background-position:-296px -1932px;width:24px;height:24px}.flag-of-IslamicConference{background-position:-370px 0;width:24px;height:24px}.flag-of-IsleofMan{background-position:-370px -84px;width:24px;height:24px}.flag-of-Israel{background-position:-370px -168px;width:24px;height:24px}.flag-of-Italy{background-position:-370px -252px;width:24px;height:24px}.flag-of-Jamaica{background-position:-370px -336px;width:24px;height:24px}.flag-of-Jersey{background-position:-370px -420px;width:24px;height:24px}.flag-of-Jordan{background-position:-370px -504px;width:24px;height:24px}.flag-of-Kazakhstan{background-position:-370px -588px;width:24px;height:24px}.flag-of-Kenya{background-position:-370px -672px;width:24px;height:24px}.flag-of-Kiribati{background-position:-370px -756px;width:24px;height:24px}.flag-of-Kosovo{background-position:-370px -840px;width:24px;height:24px}.flag-of-Kuwait{background-position:-370px -924px;width:24px;height:24px}.flag-of-Kyrgyzstan{background-position:-370px -1008px;width:24px;height:24px}.flag-of-Laos{background-position:-370px -1092px;width:24px;height:24px}.flag-of-Latvia{background-position:-370px -1176px;width:24px;height:24px}.flag-of-Lebanon{background-position:-370px -1260px;width:24px;height:24px}.flag-of-Lesotho{background-position:-370px -1344px;width:24px;height:24px}.flag-of-Liberia{background-position:-370px -1428px;width:24px;height:24px}.flag-of-Libya{background-position:-370px -1512px;width:24px;height:24px}.flag-of-Liechtenstein{background-position:-370px -1596px;width:24px;height:24px}.flag-of-Lithuania{background-position:-370px -1680px;width:24px;height:24px}.flag-of-Luxembourg{background-position:-370px -1764px;width:24px;height:24px}.flag-of-Macao{background-position:-370px -1848px;width:24px;height:24px}.flag-of-Macedonia{background-position:-370px -1932px;width:24px;height:24px}.flag-of-Madagascar{background-position:-444px 0;width:24px;height:24px}.flag-of-Malawi{background-position:-444px -84px;width:24px;height:24px}.flag-of-Malaysia{background-position:-444px -168px;width:24px;height:24px}.flag-of-Maldives{background-position:-444px -252px;width:24px;height:24px}.flag-of-Mali{background-position:-444px -336px;width:24px;height:24px}.flag-of-Malta{background-position:-444px -420px;width:24px;height:24px}.flag-of-MarshallIslands{background-position:-444px -504px;width:24px;height:24px}.flag-of-Martinique{background-position:-444px -588px;width:24px;height:24px}.flag-of-Mauritania{background-position:-444px -672px;width:24px;height:24px}.flag-of-Mauritius{background-position:-444px -756px;width:24px;height:24px}.flag-of-Mayotte{background-position:-444px -840px;width:24px;height:24px}.flag-of-Mexico{background-position:-444px -924px;width:24px;height:24px}.flag-of-Micronesia,.flag-of-MicronesiaFederatedStatesof{background-position:-444px -1008px;width:24px;height:24px}.flag-of-Moldova{background-position:-444px -1092px;width:24px;height:24px}.flag-of-Monaco{background-position:-444px -1176px;width:24px;height:24px}.flag-of-Mongolia{background-position:-444px -1260px;width:24px;height:24px}.flag-of-Montenegro{background-position:-444px -1344px;width:24px;height:24px}.flag-of-Montserrat{background-position:-444px -1428px;width:24px;height:24px}.flag-of-Morocco{background-position:-444px -1512px;width:24px;height:24px}.flag-of-Mozambique{background-position:-444px -1596px;width:24px;height:24px}.flag-of-MyanmarBurma,.flag-of-Myanmar{background-position:-444px -1680px;width:24px;height:24px}.flag-of-NATO{background-position:-444px -1764px;width:24px;height:24px}.flag-of-Namibia{background-position:-444px -1848px;width:24px;height:24px}.flag-of-Nauru{background-position:-444px -1932px;width:24px;height:24px}.flag-of-Nepal{background-position:-518px 0;width:24px;height:24px}.flag-of-NetherlandsAntilles,.flag-of-NetherlandsAntiles{background-position:-518px -84px;width:24px;height:24px}.flag-of-Netherlands{background-position:-518px -168px;width:24px;height:24px}.flag-of-NewCaledonia{background-position:-518px -252px;width:24px;height:24px}.flag-of-NewZealand{background-position:-518px -336px;width:24px;height:24px}.flag-of-Nicaragua{background-position:-518px -420px;width:24px;height:24px}.flag-of-Niger{background-position:-518px -504px;width:24px;height:24px}.flag-of-Nigeria{background-position:-518px -588px;width:24px;height:24px}.flag-of-Niue{background-position:-518px -672px;width:24px;height:24px}.flag-of-Norfolk,.flag-of-NorfolkIsland{background-position:-518px -756px;width:24px;height:24px}.flag-of-NorthKorea{background-position:-518px -840px;width:24px;height:24px}.flag-of-NorthernCyprus{background-position:-518px -924px;width:24px;height:24px}.flag-of-NorthernIreland{background-position:-518px -1008px;width:24px;height:24px}.flag-of-NorthernMariana,.flag-of-NorthernMarianaIslands{background-position:-518px -1092px;width:24px;height:24px}.flag-of-Norway{background-position:-518px -1176px;width:24px;height:24px}.flag-of-OAS{background-position:-518px -1260px;width:24px;height:24px}.flag-of-OECD{background-position:-518px -1344px;width:24px;height:24px}.flag-of-OPEC{background-position:-518px -1428px;width:24px;height:24px}.flag-of-OlimpicMovement{background-position:-518px -1512px;width:24px;height:24px}.flag-of-Oman{background-position:-518px -1596px;width:24px;height:24px}.flag-of-Pakistan{background-position:-518px -1680px;width:24px;height:24px}.flag-of-Palau{background-position:-518px -1764px;width:24px;height:24px}.flag-of-Palestine{background-position:-518px -1848px;width:24px;height:24px}.flag-of-Panama{background-position:-518px -1932px;width:24px;height:24px}.flag-of-PapuaNewGuinea{background-position:-592px 0;width:24px;height:24px}.flag-of-Paraguay{background-position:-592px -84px;width:24px;height:24px}.flag-of-Peru{background-position:-592px -168px;width:24px;height:24px}.flag-of-Philippines{background-position:-592px -252px;width:24px;height:24px}.flag-of-Pitcairn,.flag-of-PitcairnIslands{background-position:-592px -336px;width:24px;height:24px}.flag-of-Poland,.flag-pl{background-position:-592px -420px;width:24px;height:24px}.flag-of-Portugal{background-position:-592px -504px;width:24px;height:24px}.flag-of-PuertoRico{background-position:-592px -588px;width:24px;height:24px}.flag-of-Qatar{background-position:-592px -672px;width:24px;height:24px}.flag-of-Quebec{background-position:-592px -756px;width:24px;height:24px}.flag-of-RedCross{background-position:-592px -840px;width:24px;height:24px}.flag-of-Reunion{background-position:-592px -924px;width:24px;height:24px}.flag-ro{background-position:-592px -1008px;width:24px;height:24px}.flag-of-RussianFederation,.flag-of-Russia,.flag-ru,.flag-of-Ru{background-position:-592px -1092px;width:24px;height:24px}.flag-of-Rwanda{background-position:-592px -1176px;width:24px;height:24px}.flag-of-SaintBarthelemy{background-position:-592px -1260px;width:24px;height:24px}.flag-of-SaintHelena,.flag-of-StHelena{background-position:-592px -1344px;width:24px;height:24px}.flag-of-SaintLucia{background-position:-592px -1428px;width:24px;height:24px}.flag-of-SaintPierreandMiquelon{background-position:-592px -1512px;width:24px;height:24px}.flag-of-Saint-MartinFrench{background-position:-592px -1596px;width:24px;height:24px}.flag-of-Samoa{background-position:-592px -1680px;width:24px;height:24px}.flag-of-SanMarino{background-position:-592px -1764px;width:24px;height:24px}.flag-of-SaoTomePrincipe{background-position:-592px -1848px;width:24px;height:24px}.flag-of-SaudiArabia{background-position:-592px -1932px;width:24px;height:24px}.flag-of-Scotland{background-position:-666px 0;width:24px;height:24px}.flag-of-Senegal{background-position:-666px -84px;width:24px;height:24px}.flag-of-SerbiaYugoslavia,.flag-of-Serbia{background-position:-666px -168px;width:24px;height:24px}.flag-of-Seyshelles,.flag-of-Seychelles{background-position:-666px -252px;width:24px;height:24px}.flag-of-SierraLeone{background-position:-666px -336px;width:24px;height:24px}.flag-of-Singapore{background-position:-666px -420px;width:24px;height:24px}.flag-of-Sint-Maarten{background-position:-666px -504px;width:24px;height:24px}.flag-of-Slovakia{background-position:-666px -588px;width:24px;height:24px}.flag-of-Slovenia{background-position:-666px -672px;width:24px;height:24px}.flag-of-SolomonIslands{background-position:-666px -756px;width:24px;height:24px}.flag-of-Somalia{background-position:-666px -840px;width:24px;height:24px}.flag-of-Somaliland{background-position:-666px -924px;width:24px;height:24px}.flag-of-SouthAfrica{background-position:-666px -1008px;width:24px;height:24px}.flag-of-SouthGeorgiaandSouthSandwich,.flag-of-SouthGeorgia{background-position:-666px -1092px;width:24px;height:24px}.flag-of-SouthKorea{background-position:-666px -1176px;width:24px;height:24px}.flag-of-Southern-Sudan{background-position:-666px -1260px;width:24px;height:24px}.flag-of-Spain{background-position:-666px -1344px;width:24px;height:24px}.flag-of-SriLanka{background-position:-666px -1428px;width:24px;height:24px}.flag-of-StKittsNevis,.flag-of-SaintKittsandNevis{background-position:-666px -1512px;width:24px;height:24px}.flag-of-StVincenttheGrenadines,.flag-of-SaintVincentandtheGrenadines{background-position:-666px -1596px;width:24px;height:24px}.flag-of-Sudan{background-position:-666px -1680px;width:24px;height:24px}.flag-of-Suriname{background-position:-666px -1764px;width:24px;height:24px}.flag-of-SvalbardandJanMayen{background-position:-666px -1848px;width:24px;height:24px}.flag-of-Swaziland{background-position:-666px -1932px;width:24px;height:24px}.flag-of-Sweden{background-position:-740px 0;width:24px;height:24px}.flag-of-Switzerland{background-position:-740px -84px;width:24px;height:24px}.flag-of-Syria{background-position:-740px -168px;width:24px;height:24px}.flag-of-TahitiFrenchPolinesia,.flag-of-FrenchPolynesia{background-position:-740px -252px;width:24px;height:24px}.flag-of-Taiwan{background-position:-740px -336px;width:24px;height:24px}.flag-of-Tajikistan{background-position:-740px -420px;width:24px;height:24px}.flag-of-Tanzania{background-position:-740px -504px;width:24px;height:24px}.flag-of-Thailand{background-position:-740px -588px;width:24px;height:24px}.flag-of-Timor-Leste{background-position:-740px -672px;width:24px;height:24px}.flag-of-Togo{background-position:-740px -756px;width:24px;height:24px}.flag-of-Tokelau{background-position:-740px -840px;width:24px;height:24px}.flag-of-Tonga{background-position:-740px -924px;width:24px;height:24px}.flag-of-TrinidadTobago,.flag-of-TrinidadandTobago{background-position:-740px -1008px;width:24px;height:24px}.flag-of-Tristan-da-Cunha{background-position:-740px -1092px;width:24px;height:24px}.flag-of-Tunisia{background-position:-740px -1176px;width:24px;height:24px}.flag-of-Turkey{background-position:-740px -1260px;width:24px;height:24px}.flag-of-Turkmenistan{background-position:-740px -1344px;width:24px;height:24px}.flag-of-TurksandCaicosIslands,.flag-of-TurksCaicosIsland{background-position:-740px -1428px;width:24px;height:24px}.flag-of-Tuvalu{background-position:-740px -1512px;width:24px;height:24px}.flag-of-UNESCO{background-position:-740px -1596px;width:24px;height:24px}.flag-of-UNICEF{background-position:-740px -1680px;width:24px;height:24px}.flag-of-Uganda{background-position:-740px -1764px;width:24px;height:24px}.flag-of-Ukraine{background-position:-740px -1848px;width:24px;height:24px}.flag-of-UnitedArabEmirates{background-position:-740px -1932px;width:24px;height:24px}.flag-uk,.flag-en{background-position:-814px 0;width:24px;height:24px}.flag-of-UnitedNations{background-position:-814px -84px;width:24px;height:24px}.flag-of-UnitedStatesMinorOutlying{background-position:-814px -168px;width:24px;height:24px}.flag-us{background-position:-814px -252px;width:24px;height:24px}.flag-of-Uruguay{background-position:-814px -336px;width:24px;height:24px}.flag-of-Uzbekistan{background-position:-814px -420px;width:24px;height:24px}.flag-of-Vanuatu{background-position:-814px -504px;width:24px;height:24px}.flag-of-VaticanCity,.flag-of-HolySee{background-position:-814px -588px;width:24px;height:24px}.flag-of-Venezuela{background-position:-814px -672px;width:24px;height:24px}.flag-of-VietNam,.flag-of-Vietnam{background-position:-814px -756px;width:24px;height:24px}.flag-of-VirginIslandsBritish,.flag-of-BritishVirginIslands{background-position:-814px -840px;width:24px;height:24px}.flag-of-VirginIslandsUS,.flag-of-Virginislands{background-position:-814px -924px;width:24px;height:24px}.flag-of-WHO{background-position:-814px -1008px;width:24px;height:24px}.flag-of-WTO{background-position:-814px -1092px;width:24px;height:24px}.flag-of-Wales{background-position:-814px -1176px;width:24px;height:24px}.flag-of-WallisandFutuna{background-position:-814px -1260px;width:24px;height:24px}.flag-of-WesternSahara{background-position:-814px -1344px;width:24px;height:24px}.flag-of-Yemen{background-position:-814px -1428px;width:24px;height:24px}.flag-of-Zambia{background-position:-814px -1512px;width:24px;height:24px}.flag-of-Zimbabwe{background-position:-814px -1596px;width:24px;height:24px}.flag-jp,.flag-of-Japan{background-position:-814px -1680px;width:24px;height:24px}
.flagselect{padding:0px 0px 0px 35px !important;margin-left:5px;text-align:left}
.flagselect1{padding:2px 0px 0px 10px !important;margin-left:5px;text-align:left}
.dd_list{right:-33px;top:57px;width:180px}
.dd_list.dd_list_bonuses{top:47px;width:230px}
.dd_list.dd_list_bonuses a{font-size:13px}
.dd_list .dd_list__item:first-child .dd_link{border:none;padding-top:7px;border-top-left-radius:5px;border-top-right-radius:5px}
.dd_link{border-top:1px solid #414447;padding:6px 15px 7px}
.dd_link:hover{background-color:#383b40;color:#fff}
.dd_link.white{color:#fff}
.drop_box{opacity:0;visibility:hidden;-moz-transform:translateY(-30px);-webkit-transform:translateY(-30px);-o-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px);-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;-ms-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease}
.drop_box:after{display:block;position:absolute;width:18px;height:9px;top:-9px;right:40px;background:url("https://slotwinner.de/default/img/sprite.png")  0 -280px no-repeat;content:""}
.drop_box.opened{-moz-transform:translateY(0px);-webkit-transform:translateY(0px);-o-transform:translateY(0px);-ms-transform:translateY(0px);transform:translateY(0px);opacity:1;visibility:visible}
#topBonusesListLobby{z-index:101 !important;transform:none !important}
.auth_link{padding:0 10px}
.auth_link:hover{color:#ccc}
.confirm_modal{width:514px;margin:0 auto}.confirm_modal.wide{width:714px}.confirm_modal .arcticmodal-close{width:31px;height:31px;top:35px;cursor:pointer;right:5px;background:url(https://slotwinner.de/default/img/blue_close_btn.png) 0 0 no-repeat}.confirm_modal__header{height:109px;background:url(https://slotwinner.de/default/img/login_modal_heade.png) 0 0 no-repeat}.confirm_modal.wide
.confirm_modal__header{background-size:714px 109px}.confirm_modal__header
.title1{line-height:109px}.confirm_modal.wide
.confirm_modal_content{width:714px}.confirm_modal_content_inner{padding:20px
9px}.confirm_create{padding:22px
0;background:#f9f9f9}.confirm_modal
div.buttons{text-align:center;min-height:60px}
.logo{padding:14px 0}
.logo a{display:block;width:210px;height:59px;background:url(https://slotwinner.de/default/img/logo.png) 0 0 no-repeat;text-decoration:none;text-indent:-9999px}
.blue_box{background:#005ad0;border-bottom:0;border-top:0;overflow:hidden;height:65px;clear:both}
.jeckpot_box{vertical-align:middle;height:63px;text-align:center;font-size:16px;line-height:20px;padding:0 16px 0 0}
.jackpot__label{color:#2e6597;padding:3px 4px 0 0;letter-spacing:2px;text-shadow:0 -1px 1px rgba(0,0,0,0.67)}
.jackpot__item,.jackpot__label,.jackpot__counts{vertical-align:middle;margin:0 3px}
.jackpot__item img{width:165px;height:38px;border-radius:5px;-moz-border-radius:5px;-khtml-border-radius:5px;-webkit-border-radius:5px}
.jackpot__item a:hover{color:#fff}
.jackpot__item .btn4, .jackpot__item .btn2{padding:6px 20px 8px;line-height:22px}
.vert:after{display:inline-block;vertical-align:middle;height:100%;width:0px;content:""}
.jackpot__counts{padding:2px 3px 3px}
.jackpot_count{display:inline-block;background:#fff;padding:5px 5px 4px;margin:0 -1px;border:1px solid #bbb;-webkit-box-shadow:inset 0 0 6px #d6d6d6;-moz-box-shadow:inset 0 0 6px #d6d6d6;box-shadow:inset 0 0 6px #d6d6d6;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;vertical-align:bottom}
.pad1{padding:8px 10px}
#section_img{left:0;top:0;width:100%}
.section_img__items{margin:0 auto;min-height:168px}
#section_img img{max-width:100%;height:168px}
.win_trans_box .white_bg{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border:none}
.win_trans__inner{padding:28px 0 0}
.congrat_box div{padding:10px 15px 11px}
.text_page .congrat_box{background-image:url(https://slotwinner.de/default/img/win_box_bg.png);background-repeat:no-repeat;padding:46px 15px 23px}
.congrat_box .congrat_text{line-height:21px}
.congrat_img{margin:0px 0px 0 0}
.congrat_img img{width:165px;height:38px;border-radius:5px;-moz-border-radius:5px;-khtml-border-radius:5px;-webkit-border-radius:5px}
.transfer_form{height:57px}
.transfer_form__inner{padding:12px 0 0 11px}
.transfer_form__inner .wrapper{display:table;width:100%}
.transfer_form__inner .wrapper div{display:table-cell}
.transfer_item{min-height:32px}
.select_value{width:80px;line-height:32px;border-right:1px solid #e7e7e7;text-align:center}
.select_value_s{width:60px;line-height:32px;border-right:1px solid #e7e7e7;text-align:center}
.transfer_select{width:170px}
.transfer_arrow{right:-15px;top:8px;font-size:18px;color:#888}
.transfer_field_wrap{margin:0 20px}
.transfer_field[type="text"]{width:80px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;font-size:14px;color:#888;padding:8px 7px 7px;margin:0}
.transfer_form .btn6{margin:2px 0 0 6px}
.deposit_box{border-top:1px solid #d7d7d7;-webkit-box-shadow:inset 0 0 3px #f2f2f2;-moz-box-shadow:inset 0 0 3px #f2f2f2;box-shadow:inset 0 0 3px #f2f2f2;height:33px;padding:10px 12px 10px 15px}
.deposit_text{padding:6px 0 0}
a.bonus_link:hover{color:#0049b4}
.slider_content{width:510px;white-space:normal}
.login_form{padding-bottom:10px}
.login_form .login_form__field[type="text"], .login_form .login_form__field[type="password"]{width:242px;margin:0 14px 0 0}
.refresh_wallet{margin:10px 0 0 10px}
.refresh_wallet:hover{opacity: .5}
#latest_winners_slider .viewport{height:185px;overflow:hidden}
#home_tab1 #latest_winners_slider .viewport{height:448px}
#latest_winners_slider .overview{position:relative}
#content{padding:0px 0px 25px;background:#fff;position:relative;min-height:100px}
#content.cont_pad{padding:49px 0 25px}
#content.cont_pad1{padding:37px 0 25px}
#content.cont_pad2{padding-top:32px}
#content.cont_pad3{padding-top:30px}
#content.cont_pad_smaller{padding-top:10px}
.tabs_nav1{padding: 0 10px;}
.tabs_nav1 li{float:left;width:25%;text-align:center;position:relative;}
.tabs_nav1 .ui-tabs-active .active-tab{width:100%;height:13px;position:absolute;left:0;bottom:-13px;background:url("https://slotwinner.de/default/img/homepage-active-tab.png") no-repeat scroll top center;}
.tabs_nav1 .ui-state-default a{display:block;padding:21px 0 10px;border-right:1px solid #fff;color:#2A2D30;font-size:16px;line-height:20px;}
.tabs_nav1 .ui-state-default:first-child a{border-left:1px solid #fff;}
.tabs_nav1 .ui-tabs-active a{background-color:#0055C2;color:#fff !important;}
.tabs_nav1 li:hover a{color:#0055C3}
.tabs_nav1 .tab_img_mask{height:57px;width:97px;position:relative;margin-bottom:4px;}
.tab_img_mask img{position:absolute;top:0;}
.ui-tabs-active .tab_img_mask img{top:-56px !important;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-ms-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out;}
.ui-state-hover .tab_img_mask img{top:-112px;-webkit-transition:all 0ms ease-out;-moz-transition:all 0ms ease-out;-ms-transition:all 0ms ease-out;-o-transition:all 0ms ease-out;transition:all 0ms ease-out;}
.tab_img_mask .hs1{left:-1649px}
.tab_img_mask .hs2{left:-1514px}
.tab_img_mask .hs3{left:-1769px}
.tab_img_mask .hs4{left:-1387px}
.tab_img_mask .hs5{left:9px;top:0}
#home_tab1{margin-bottom:23px;}
#home_tab1 .ui-tabs-panel{padding:27px 0 0;}
.game_item{background:#f3f3f3;margin-bottom:1px}.game_item__caption{margin:-9px 1px 0}.game_item__btn{color:#333;text-align:center;padding:21px
0 8px}.game_btns{top:0;bottom:0;left:0;right:0;z-index:10;padding:32px
17px 0}.game_btns:before{background-color:#222;opacity:0;-webkit-transition:all 400ms ease-out;-moz-transition:all 400ms ease-out;-ms-transition:all 400ms ease-out;-o-transition:all 400ms ease-out;transition:all 400ms ease-out;display:block;position:absolute;top:0;left:0;right:0;bottom:0;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;content:""}.game_item:hover .game_btns:before,.casino_item:hover .game_btns:before{opacity:.5}.game_btns
.btn4{-moz-transform:translateY(-200px);-webkit-transform:translateY(-200px);-o-transform:translateY(-200px);-ms-transform:translateY(-200px);transform:translateY(-200px);-webkit-transition:-webkit-transform 750ms ease-out;-moz-transition:-moz-transform 750ms ease-out;-ms-transition:-ms-transform 750ms ease-out;-o-transition:-o-transform 750ms ease-out;transition:transform 750ms ease-out}.game_item .game_btns .btn4:first-child,
.game_item:hover .game_btns .btn4:first-child,
.casino_item .game_btns .btn4:first-child,
.casino_item:hover .game_btns .btn4:first-child{-webkit-transition-delay:250ms;-moz-transition-delay:250ms;-ms-transition-delay:250ms;-o-transition-delay:250ms;transition-delay:250ms}.game_item:hover .game_btns:before,
.casino_item:hover .game_btns:before{-moz-transform:scale(1) rotate(0deg) translateX(0px) translateY(0px);-webkit-transform:scale(1) rotate(0deg) translateX(0px) translateY(0px);-o-transform:scale(1) rotate(0deg) translateX(0px) translateY(0px);-ms-transform:scale(1) rotate(0deg) translateX(0px) translateY(0px);transform:scale(1) rotate(0deg) translateX(0px) translateY(0px);-webkit-transition:all 100ms ease;-moz-transition:all 100ms ease;-ms-transition:all 100ms ease;-o-transition:all 100ms ease;transition:all 100ms ease}.game_item:hover .game_btns .btn4,
.casino_item:hover .game_btns
.btn4{-moz-transform:translateX(0px);-webkit-transform:translateX(0px);-o-transform:translateX(0px);-ms-transform:translateX(0px);transform:translateX(0px);-webkit-transition:-webkit-transform 350ms ease;-moz-transition:-moz-transform 350ms ease;-ms-transition:-ms-transform 350ms ease;-o-transition:-o-transform 350ms ease;transition:transform 350ms ease;-webkit-transition-delay:400ms;-moz-transition-delay:400ms;-ms-transition-delay:400ms;-o-transition-delay:400ms;transition-delay:400ms}.game_btns
.btn4{margin-bottom:13px}#home_tab2{border-top:1px solid #ccc}
.tab_nav2 li{float:left;width:15%;}
.tab_nav2 li.ui-tabs-active{width:25%;}
.tab_nav_link{border-right:1px solid #fff;}
.tab_nav_link:hover{background:#fff;}
.tab_nav_link>span{height:40px;vertical-align:middle;}
.tab_nav_icon{width:47px;text-align:right;overflow:hidden;position:relative;}
.tab_nav_icon img{position:absolute;}
.h_icon1{left:15px;top:6px;}
.h_icon2{left:-215px;top:5px;}
.h_icon3{left:-447px;top:6px;}
.h_icon4{left:-678px;top:7px;}
.h_icon5{left:-920px;top:8px;}
.h_icon6{left:-1156px;top:5px;}
.tab_nav_text{padding:1px 0 0 12px;color:#333;font-size:15px;}
.tab_nav2 .ui-state-default{border-top:1px solid #e0e0e0;position:relative;overflow:hidden;background:#E6E6E6;}
.tab_nav2 .ui-tabs-active a{font-weight:bold;background:#EFEFEF;border-right:0;padding-left:0 !important;}
.tab_nav2 .ui-state-default:first-child,.tab_nav2 .ui-state-default:last-child{border:none;border-right:none;}
.tab_nav2 .ui-state-default a{padding-left:50px;}
.tab_nav2 span.tab_nav_text{display:none;}
.tab_nav2 .ui-tabs-active span.tab_nav_text{display:table-cell;}
.tab_content__title{font-size:30px;line-height:107px;
    /*background:url(https://slotwinner.de/img/home-sprites/banner-sprite.jpg) 0 0 no-repeat;*/
    margin-bottom:28px;display:none;}
.tab2_content_inner{padding:0px;line-height:18px;}
.tab2_scroll_box{height:337px;overflow:auto;}
.tab2_content_inner p{margin-bottom:22px;}
#slots
.tab_content__title{background-position:0 -595px}#management
.tab_content__title{background-position:0 -116px}#support
.tab_content__title{background-position:0 -234px}#promotions
.tab_content__title{background-position:0 -357px}#payments
.tab_content__title{background-position:0 -476px}#aboutQuasar
.tab_content__title{background-position:0 0}.latest_box_wrap{border:1px
solid #ccc}.latest_list{background:#fff}[class^="latest_list_item"]{margin:0
15px;position:relative;padding:23px
0 26px 20px}.latest_list_item1{padding-bottom:15px}[class^="latest_box"] .title7{padding:16px
21px 13px;margin:0}.latest_box1{width:514px}.latest_box2{width:531px}[class^="latest_box"] .title4{margin-bottom:3px}[class^="latest_box"] .title7,[class^="latest_list_item"]{border-bottom:1px solid #ccc}.latest_list_item:before{display:block;position:absolute;left:5px;top:29px;content:"";background:url(https://slotwinner.de/default/img/sprite.png) 0px -508px no-repeat;width:4px;height:4px}[class^="latest_box"] [class^="latest_list_item"]:last-child{border:none}.latest_box2{border-left:1px solid #ccc}.latest_list_img{margin:-7px 15px 0 -16px}.latest_posted_time{font-size:13px}.support_box{margin:1px
0 15px}.support_top{background:url(https://slotwinner.de/default/img/support_bg.png) no-repeat;padding:13px
0 6px;border-bottom:1px solid #ccc}.support_title{font-size:16px;margin-bottom:-2px;text-transform:uppercase}.support_title
span{padding-left:21px}.support_lang{padding-top:4px}.support_link{border-top:1px solid #fff;border-bottom:3px solid #bfbfbf;padding:6px
0 8px;background:#e9e9e9;background:-moz-linear-gradient(top,  #e9e9e9 0%, #e4e4e4 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(100%,#e4e4e4));background:-webkit-linear-gradient(top,  #e9e9e9 0%,#e4e4e4 100%);background:-o-linear-gradient(top,  #e9e9e9 0%,#e4e4e4 100%);background:-ms-linear-gradient(top,  #e9e9e9 0%,#e4e4e4 100%);background:linear-gradient(to bottom,  #e9e9e9 0%,#e4e4e4 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#e4e4e4',GradientType=0 )}.support_link:hover{background:#e4e4e4;background:-moz-linear-gradient(top,  #e4e4e4 0%, #e9e9e9 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e4e4), color-stop(100%,#e9e9e9));background:-webkit-linear-gradient(top,  #e4e4e4 0%,#e9e9e9 100%);background:-o-linear-gradient(top,  #e4e4e4 0%,#e9e9e9 100%);background:-ms-linear-gradient(top,  #e4e4e4 0%,#e9e9e9 100%);background:linear-gradient(to bottom,  #e4e4e4 0%,#e9e9e9 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#e9e9e9',GradientType=0 )}.support_link:active{border-bottom:none;border-top:4px solid #bfbfbf}
#home_tab1 .lat_winners{margin:50px 0 0 20px;}
.lat_winner__caption{padding:15px 0;background: #ce9a15;color: #fff;}
.lat_winners__item{line-height:18px;border-bottom:2px dotted #D5D8DD;}
.winners2 .lat_winners__item{padding:0 0 0 15px;}
.winners2 .lat_winners__name{width:262px;padding-left:0;}
.lat_winners__flag{width:40px;padding-top:13px;text-align:center;}
.lat_winners__name{padding:8px 0 10px 10px;width:130px;color:#000000;text-transform:uppercase;font-size:11px;}
.lat_winners__name span{display:inline-block;width:130px;height:18px;overflow:hidden;text-overflow:ellipsis;font-weight: 600;}
.lat_winners__name a{display:inline-block;width:130px;height:18px;overflow:hidden;text-overflow:ellipsis;}
.lat_winners__price,.casino_winners__game_price{width:100px;color:#ce9a15;vertical-align:middle;padding-right:10px;font-size: 16px;font-weight: 600;}
.about_box{border-top: 2px solid #cccccc;padding: 0px 0 25px;font-size: 12px;line-height: 18px;color: #888888;}
.payments_box{border-top:1px solid #ccc;height:65px;border-bottom:1px solid #fff}.payments{padding:0px}.payment_img{margin:0
7px;background:url(https://slotwinner.de/default/img/payments-sprites/payment-sprites.png) no-repeat}.payment1{background-position:-1149px 0;width:56px;height:40px}.payment2{background-position:0 -242px;width:61px;height:40px}.payment3{background-position:-261px -242px;width:84px;height:40px}.payment4{background-position:-545px -242px;width:112px;height:40px}.payment5{background-position:-857px -242px;width:73px;height:40px}.payment6{background-position:-1130px -242px;width:56px;height:40px}.payment7{background-position:-1386px -242px;width:69px;height:40px}.payment8{background-position:-1655px -242px;width:117px;height:40px}.payment9{background-position:0 -484px;width:61px;height:40px}.payment10{background-position:-1410px 5px;width:61px;height:40px}.payment11{background-position:-1645px 5px;width:107px;height:40px}.payment_img_wrap{position:relative;overflow:hidden}.payment_img_wrap
img{position:absolute;top:0}.links_box{padding:43px
0 33px;font-size:12px;line-height:16px;color:#e2e2e2}.links_box:after{display:block;width:1000px;height:100%;position:absolute;top:0;left:50%;margin:0
0 0 175px;background:#2a2d30;content:""}.links_col{padding-right:53px}.promotions{padding-bottom:100px}.promotion{color:#888;padding:0}.promotion_body{border: 1px solid #ccc;border-top:0;padding:11px 0 42px 0}.promotion_row{margin-top:28px}.promotions .promotion_row:first-child{margin-top:0}.promotion_img{margin-bottom:0;cursor:pointer}.promotion_price{font-size:75px;line-height:74px;color:#333;letter-spacing:-2px}.promotion_title{font-size:20px;line-height:22px;margin:-4px 0 17px;color:#333}.promotion_title1{font-size:31px !important;font-weight:400 !important;line-height:56px !important;color:#333;letter-spacing:0em;padding: 5px 0 14px 0}
.promotion_text{padding:0 17px 19px;min-height:60px;font-size: 15px;font-weight:600 !important}
.promotion_modal{width:900px;padding-bottom:20px}.promotion_modal
.jspVerticalBar{right:6px}.promotion_modal_img{margin-bottom:17px;text-align:center}.promotion_modal_content{max-height:470px;overflow:auto}.promotion_modal_content_inner{padding:0px
23px 23px}.promotion_modal
.promotion_title{margin-bottom:23px}.promotion_modal .arcticmodal-close,.close_modal{width:31px;height:31px;right:8px;top:8px;cursor:pointer;background:url(https://slotwinner.de/default/img/promotion_modal_close.png) 0 0 no-repeat}.close_modal_grey{width:31px;height:31px;right:8px;top:8px;cursor:pointer;background:url(https://slotwinner.de/default/img/modal_close_grey.png) 0 0 no-repeat}
.sitemap_col{position:relative}
.sitemap_col:before{display:block;width:1px;position:absolute;left:-22px;top:0;height:100%;background:#ddd;content:""}
.q_contact{padding:10px 0 0 22px;margin:-11px 0 0;border-left:1px solid #ddd}
.q_contact__map{height:246px;margin:-3px 0 23px -22px}
.q_contact__list{}
.q_contact__item{padding:0 0 20px 25px}
.q_contact__list .fa{left:1px;top:3px}
.contact_box{padding:27px 0 50px}
.contact_map{left:0;top:0;width:100%;height:330px;border-top:1px solid #1b4779}
.congrat_box,.transfer_box{height:130px;border-radius:5px;box-shadow:0 3px 0px #00459D;margin: 0 10px;position: relative}
.congrat_box{width:250px;}.transfer_box{width:778px}
.topbox_leftlower{width:35%}.topbox_leftlower.de{width:30%}.topbox_leftlower.tworows{margin-top:-14px;line-height:24px;}.contact_form_box{margin-top:55px}.contact_form{padding:35px
61px 0 59px}.contact_col1{width:592px}.contact_col2{width:296px;padding:82px
23px 0 19px}.form_row{min-height:72px}.form_row1{min-height:68px}.form_row2{min-height:49px}input,textarea{color:#303030}.placeholder{color:#aaa}*:-ms-input-placeholder{color:#aaa}
.text_field[type="text"],.text_field1[type="text"],.text_field1[type="password"],.form_area,.select,.date_field[type="text"]{margin:-1px 0 0;border:1px solid #ddd;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;width:100%;font-size:14px;padding:12px 10px;height:42px;outline:none;position:relative;font-family:'Lato',sans-serif;background:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;resize:none}
.select1{margin:-1px 0 0;border:1px
solid #ddd;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;width:100%;font-size:14px;padding:12px
10px;height:42px;outline:none;position:relative;font-family:Arial,Helvetica,sans-serif;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;resize:none}.text_field1[type="text"],.text_field1[type="password"],.date_field[type="text"]{padding:8px
10px 8px 10px;height:34px}.form_area{height:162px}.form_area.mid{height:62px}.form_area.high{height:102px}.form_fields{padding-bottom:7px}.select,.select1{padding:0;height:auto}.location_list{margin-bottom:40px;word-spacing:-1px}.location_item{margin-bottom:23px}.location_icon_wrap{vertical-align:middle}.location_icon{width:41px;height:41px;text-align:center;line-height:43px;background:#09c;-webkit-border-radius:200px;-moz-border-radius:200px;border-radius:200px;font-size:22px;margin:0px
17px 0 0}.privacy_list
ol{counter-reset:li}.privacy_list
li{margin-top:20px;text-align:justify}.privacy_list li:first-child{margin-top:0}.privacy_list li:before{content:counter(li)".";counter-increment:li;font-weight:bold;font-size:14px;margin-right:4px}.privacy_list li
li{padding-left:20px;margin:0}.privacy_list li li:first-child{margin-top:20px}.privacy_list li li:before{content:counter(li,lower-roman)".";counter-increment:li;font-weight:bold}.create_account{padding:51px
0 50px;background:url(https://slotwinner.de/default/img/transfer_bg.jpg) 50% 0 no-repeat #fff}.create_form_fields{padding-bottom:7px}.account_steps{border:1px
solid #ccc}.account_steps .account_step:first-child{width:233px}.account_steps .account_step:first-child:after{display:block;position:absolute;top:0;right:-17px;width:17px;height:60px;z-index:1;background:url(https://slotwinner.de/default/img/sprite.png) 0 -962px no-repeat;content:""}.account_errors{min-height:31px;color:#c62121;padding-top:5px;padding-bottom:5px}.account_step{vertical-align:middle;height:60px;width:280px;font-size:14px;position:relative}.step_num{width:25px;height:25px;line-height:25px;background:#e1e1e1;color:#555;text-align:center;-webkit-border-radius:25px;-moz-border-radius:25px;border-radius:25px;margin:-3px 5px 0 0}.account_step.active
.step_num{background:#1650a6;color:#fff}.account_step:first-child+.account_step.active
.step_num{background-color:#21387c}.captcha_row{min-height:88px;padding-bottom:10px}.captcha_row
.text_field1{width:157px}.captcha_img_box,
.captcha_img_box span,.captcha_img{vertical-align:middle}.captcha_img{width:150px;height:51px;margin-right:25px}.captcha_img:after{display:block;position:absolute;right:-20px;top:10px;color:#7d7d7d;content:"="}.checkbox{float:left;margin:0
8px 0 0}.details_list{margin:-2px 0 0 }dt.details_title{padding:15px
10px 15px 16px;border-bottom:none;margin-bottom:0}dt.details_title.success{border-bottom:1px solid #ddd;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;margin-bottom:-1px}dt.details_title.success
.details_success{display:block}dt.details_title.success .blue_link1,dt.details_title.success+.details_content{display:none}.details_content{padding:17px
18px 14px 15px;border-top:none;min-height:400px}.personal_details{}.personal_details a.send-code{margin-top:17px}.details_fields{margin-bottom:7px}.details_success{display:none;width:24px;height:24px;font-size:16px;line-height:24px;text-align:center;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;right:12px;top:12px;background:#38d13f;background:-moz-linear-gradient(top,  #38d13f 0%, #22b329 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#38d13f), color-stop(100%,#22b329));background:-webkit-linear-gradient(top,  #38d13f 0%,#22b329 100%);background:-o-linear-gradient(top,  #38d13f 0%,#22b329 100%);background:-ms-linear-gradient(top,  #38d13f 0%,#22b329 100%);background:linear-gradient(to bottom,  #38d13f 0%,#22b329 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#38d13f', endColorstr='#22b329',GradientType=0 )}.personal_row,.security_row{min-height:61px}.personal_col1{width:229px;margin-right:23px}.personal_col2{width:369px;margin-right:13px}.personal_col3{width:100px;margin-right:13px}.select_sm{width:115px;margin-right:3px}.select_md{width:85px}.select_ld{width:226px}.field_md[type="text"]{width:229px}.faq_title{padding:17px
15px 13px;margin-top:-1px}.accord_icon{right:13px;top:50%;margin-top:-5px}.ui-accordion-header{cursor:pointer}.ui-accordion-header-active .fa:before,
.about_fm__title.active .fa:before{content:"\f056"}.faq_content{padding:17px
15px 28px;margin:-1px 0 0;line-height:18px}.win_pattern_box{margin-bottom:60px}.win_pattern__caption{border-top:none;padding:10px
0 9px 11px}.win_pattern__total{padding:0
14px;right:0;top:0;bottom:0;line-height:39px;border-left:1px solid #ccc}.winner_week{padding:4px
0 3px 15px}.winner_week__label{padding:7px
12px 0 0px}.winner_date_wrap{width:157px}.winner_date_wrap .fa-calendar{font-size:18px;line-height:18px;right:8px;top:7px}.winner_week__field{border:none;background:none;color:#ccc;width:100%;font-size:14px;padding:12px
10px;height:32px;outline:none;position:relative;font-family:"helveticaregular",Arial,Helvetica,sans-serif;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.winner_table{width:100%;text-align:left}.winner_name{padding:0px
0 0px 16px;width:505px;height:32px}.winner_amount,.winner_name,.winner_table__item{vertical-align:middle}.winner_table__item{height:32px}.winner_table__row .winner_table__item:first-child{padding-left:14px}.about_fm__title{padding:15px
0 13px 15px;margin-top:-1px;cursor:pointer}.game_box{padding:90px
0 90px;background-color:#fff}.game_title{background-color:rgba(255,255,255,0.7);padding:32px
0 51px;margin:31px
auto 0}.game_bonus{font-size:18px;line-height:42px;margin-bottom:13px}.game_bonus__count{font-size:34px;margin-top:-8px;letter-spacing:2px}.game_title__btn{width:199px;margin:0
3px}.game_description{margin:-1px 0 0;text-align:justify}

.game_description__title{color:#5B5B5B !important;background-color:#E6E6E6;padding:4px
10px 6px 10px;margin-bottom:0px !important;-webkit-border-radius:0px !important;-moz-border-radius:0px !important;border-radius:0 !important;font-family:'Lato',sans-serif;font-weight:600;font-size: 17px !important;}.game_description__title.fa{display:block}.game_description__title.fa:before{margin:2px
16px 0 0;font-family:FontAwesome;font-weight:normal;line-height:1;font-size: 14px !important;}h2.fa:before{margin:2px
7px 5px 0;font-family:FontAwesome;font-weight:normal;line-height:1;font-size:14px;position:relative;top:-1px}

.game_description__content{padding:15px
0 30px;margin-bottom:0}.rating-wrap{float:left;width:320px}.social-items{float:right;width:372px;padding-top:15px;transform: scale(1.3);-ms-transform: scale(1.3);-webkit-transform: scale(1.3);-o-transform: scale(1.3);-moz-transform: scale(1.3);transform-origin:top right;-ms-transform-origin:top right;-webkit-transform-origin:top right;-moz-transform-origin:top right;-webkit-transform-origin:top right;}.social-items
li{float:right;margin-right:10px;overflow:hidden}.social-items
li.facebook{width:150px;height:20px}.social-items
li.twitter{width:80px}.social-items
li.pinterest{width:74px;margin-right:0}#___plus_0{vertical-align:top !important}.game_about__box{margin-bottom:25px}.game_about{padding:20px
20px 16px 17px;margin-top:20px;font-size:12px;line-height:14px}.game_about .title4,.game_about{color:#888}.game_about
.title4{margin-bottom:13px}.game_about
p{margin-bottom:14px}.games_imgs{padding-top:5px}.games_imgs__item{margin-bottom:23px}.games_imgs__item
img{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;width:333px}ul.rating
li{display:inline-block}ul.rating li
i{color:#888}ul.rating li.active
i{color:#f5c419}div.result{font-size:13px}.game_box__content .heading i, .game_box__content .heading
h2{float:left}.game_box__content .heading
i{margin-top:3px;margin-right:9px}.game_box__content aside
img{border-radius:5px}.lock_content{z-index:2;background-color:rgba(0,0,0,0.78)}.lock_content_inner{padding:120px
30px 0}.frame_box{height:456px}.question_box{padding:0
0 20px;background:url(https://slotwinner.de/default/img/question_bg.png) 0 bottom no-repeat}[class^="question_box_inner"]{padding-left:15px;padding-right:15px}.question_box_inner1{padding-top:9px;padding-bottom:7px}.question_inner2{padding-top:0px;padding-bottom:7px}.search_game{margin:-6px 0 0;padding:0
33px 0 0;-webkit-box-shadow:inset 0 2px 6px #f5f5f5;-moz-box-shadow:inset 0 2px 6px #f5f5f5;box-shadow:inset 0 2px 6px #f5f5f5}.search_game__field{width:266px;margin:0;padding:10px
7px 11px;border:none;background:none;font-size:14px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.search_game__field[type="text"]:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;outline:none}.game_search__btn{border:none;background:none;width:33px;height:37px;right:0;top:0;color:#333;font-size:14px;padding:0;text-align:center;margin:0}.casino_games{}.casino_top{padding-bottom:13px}.casino_games{margin:0
-18px 0 -10px}.casino_item{width:247px;position:relative;float:left;height:184px;margin:10px
10px 19px}.casino_item__img{position:relative;z-index:2}.casino_item__caption{text-shadow:0 1px 1px #f9f9f9;padding:14px
11px 9px;margin:-5px 0px 0 0px !important;max-height:20px}.casino_item__caption:after{color:#333}.casino_item__star{width:40px;line-height:47px;height:100%;top:0;right:0;-webkit-box-shadow:inset -1px 0 0 #f3f3f3;-moz-box-shadow:inset -1px 0 0 #f3f3f3;box-shadow:inset -1px 0 0 #f3f3f3;border-left:1px solid #ccc;background:url(https://slotwinner.de/default/img/sprite.png) 11px -880px no-repeat}.casino_item__star.active{background:url(https://slotwinner.de/default/img/sprite.png) 10px -912px no-repeat}.isotope-item{z-index:2}.isotope-hidden.isotope-item{pointer-events:none;z-index:1}.isotope,
.isotope .isotope-item{-webkit-transition-duration:0.8s;-moz-transition-duration:0.8s;-ms-transition-duration:0.8s;-o-transition-duration:0.8s;transition-duration:0.8s}.isotope{-webkit-transition-property:height, width;-moz-transition-property:height, width;-ms-transition-property:height, width;-o-transition-property:height, width;transition-property:height, width}.isotope .isotope-item{-webkit-transition-property:-webkit-transform, opacity;-moz-transition-property:-moz-transform, opacity;-ms-transition-property:-ms-transform, opacity;-o-transition-property:-o-transform, opacity;transition-property:transform, opacity}.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition{-webkit-transition-duration:0s;-moz-transition-duration:0s;-ms-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s}.isotope.infinite-scrolling{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}.casino_winners{line-height:18px}.casino_winners__item{border-top:1px solid #ccc}.casino_winners__game_img{padding:0
12px 0 7px;width:165px}.casino_winners__game_img,.casino_winners__game_price{height:58px;vertical-align:middle}.casino_winners__game_name{width:250px;vertical-align:middle;padding:10px
0}.casino_sm_flag{margin:1px
5px 0 0;height:16px;width:16px;background:url(https://slotwinner.de/default/img/sprite-flags/flag_16.png) no-repeat}.flag16w-of-ASEAN{background-position:0 0;width:16px;height:16px}.flag16w-of-Afghanistan{background-position:0 -76px;width:16px;height:16px}.flag16w-of-AfricanUnion{background-position:0 -152px;width:16px;height:16px}.flag16w-of-Aland{background-position:0 -228px;width:16px;height:16px}.flag16w-of-Albania{background-position:0 -304px;width:16px;height:16px}.flag16w-of-Alderney{background-position:0 -380px;width:16px;height:16px}.flag16w-of-Algeria{background-position:0 -456px;width:16px;height:16px}.flag16w-of-AmericanSamoa{background-position:0 -532px;width:16px;height:16px}.flag16w-of-Andorra{background-position:0 -608px;width:16px;height:16px}.flag16w-of-Angola{background-position:0 -684px;width:16px;height:16px}.flag16w-of-Anguilla{background-position:0 -760px;width:16px;height:16px}.flag16w-of-Antarctica{background-position:0 -836px;width:16px;height:16px}.flag16w-of-AntiguaBarbuda{background-position:0 -912px;width:16px;height:16px}.flag16w-of-ArabLeague{background-position:0 -988px;width:16px;height:16px}.flag16w-of-Argentina{background-position:0 -1064px;width:16px;height:16px}.flag16w-of-Armenia{background-position:0 -1140px;width:16px;height:16px}.flag16w-of-Aruba{background-position:0 -1216px;width:16px;height:16px}.flag16w-of-Australia{background-position:0 -1292px;width:16px;height:16px}.flag16w-of-Austria{background-position:0 -1368px;width:16px;height:16px}.flag16w-of-Azerbaijan{background-position:0 -1444px;width:16px;height:16px}.flag16w-of-Bahamas{background-position:0 -1520px;width:16px;height:16px}.flag16w-of-Bahrain{background-position:0 -1596px;width:16px;height:16px}.flag16w-of-Bangladesh{background-position:0 -1672px;width:16px;height:16px}.flag16w-of-Barbados{background-position:0 -1748px;width:16px;height:16px}.flag16w-of-BasqueCountry{background-position:0 -1824px;width:16px;height:16px}.flag16w-of-Belarus{background-position:0 -1900px;width:16px;height:16px}.flag16w-of-Belgium{background-position:-66px 0;width:16px;height:16px}.flag16w-of-Belize{background-position:-66px -76px;width:16px;height:16px}.flag16w-of-Benin{background-position:-66px -152px;width:16px;height:16px}.flag16w-of-Bermuda{background-position:-66px -228px;width:16px;height:16px}.flag16w-of-Bhutan{background-position:-66px -304px;width:16px;height:16px}.flag16w-of-Bolivia{background-position:-66px -380px;width:16px;height:16px}.flag16w-of-Bonaire-SintEustatius-and-Saba{background-position:-66px -456px;width:16px;height:16px}.flag16w-of-BosniaHerzegovina{background-position:-66px -532px;width:16px;height:16px}.flag16w-of-Botswana{background-position:-66px -608px;width:16px;height:16px}.flag16w-of-Bouvet{background-position:-66px -684px;width:16px;height:16px}.flag16w-of-Brazil{background-position:-66px -760px;width:16px;height:16px}.flag16w-of-BritishIndianOceanTerritory{background-position:-66px -836px;width:16px;height:16px}.flag16w-of-Brunei{background-position:-66px -912px;width:16px;height:16px}.flag16w-of-Bulgaria{background-position:-66px -988px;width:16px;height:16px}.flag16w-of-BurkinaFaso{background-position:-66px -1064px;width:16px;height:16px}.flag16w-of-Burundi{background-position:-66px -1140px;width:16px;height:16px}.flag16w-of-CARICOM{background-position:-66px -1216px;width:16px;height:16px}.flag16w-of-CIS{background-position:-66px -1292px;width:16px;height:16px}.flag16w-of-Cambodja{background-position:-66px -1368px;width:16px;height:16px}.flag16w-of-Cameroon{background-position:-66px -1444px;width:16px;height:16px}.flag16w-of-Canada{background-position:-66px -1520px;width:16px;height:16px}.flag16w-of-CapeVerde{background-position:-66px -1596px;width:16px;height:16px}.flag16w-of-Catalonia{background-position:-66px -1672px;width:16px;height:16px}.flag16w-of-CaymanIslands{background-position:-66px -1748px;width:16px;height:16px}.flag16w-of-CentralAfricanRepublic{background-position:-66px -1824px;width:16px;height:16px}.flag16w-of-Chad{background-position:-66px -1900px;width:16px;height:16px}.flag16w-of-Chile{background-position:-132px 0;width:16px;height:16px}.flag16w-of-China{background-position:-132px -76px;width:16px;height:16px}.flag16w-of-Christmas{background-position:-132px -152px;width:16px;height:16px}.flag16w-of-CocosKeeling{background-position:-132px -228px;width:16px;height:16px}.flag16w-of-Colombia{background-position:-132px -304px;width:16px;height:16px}.flag16w-of-Commonwealth{background-position:-132px -380px;width:16px;height:16px}.flag16w-of-Comoros{background-position:-132px -456px;width:16px;height:16px}.flag16w-of-Congo-Brazzaville{background-position:-132px -532px;width:16px;height:16px}.flag16w-of-Congo-KinshasaZaire{background-position:-132px -608px;width:16px;height:16px}.flag16w-of-CookIslands{background-position:-132px -684px;width:16px;height:16px}.flag16w-of-Costa-Rica{background-position:-132px -760px;width:16px;height:16px}.flag16w-of-CotedIvoire{background-position:-132px -836px;width:16px;height:16px}.flag16w-of-Croatia{background-position:-132px -912px;width:16px;height:16px}.flag16w-of-Cuba{background-position:-132px -988px;width:16px;height:16px}.flag16w-of-Curacao{background-position:-132px -1064px;width:16px;height:16px}.flag16w-of-Cyprus{background-position:-132px -1140px;width:16px;height:16px}.flag16w-of-CzechRepublic{background-position:-132px -1216px;width:16px;height:16px}.flag16w-of-Denmark{background-position:-132px -1292px;width:16px;height:16px}.flag16w-of-Djibouti{background-position:-132px -1368px;width:16px;height:16px}.flag16w-of-Dominica{background-position:-132px -1444px;width:16px;height:16px}.flag16w-of-Dominican-Republic{background-position:-132px -1520px;width:16px;height:16px}.flag16w-of-Ecuador{background-position:-132px -1596px;width:16px;height:16px}.flag16w-of-Egypt{background-position:-132px -1672px;width:16px;height:16px}.flag16w-of-ElSalvador{background-position:-132px -1748px;width:16px;height:16px}.flag16w-of-England{background-position:-132px -1824px;width:16px;height:16px}.flag16w-of-EquatorialGuinea{background-position:-132px -1900px;width:16px;height:16px}.flag16w-of-Eritrea{background-position:-198px 0;width:16px;height:16px}.flag16w-of-Estonia{background-position:-198px -76px;width:16px;height:16px}.flag16w-of-Ethiopia{background-position:-198px -152px;width:16px;height:16px}.flag16w-of-EuropeanUnion{background-position:-198px -228px;width:16px;height:16px}.flag16w-of-FAO{background-position:-198px -304px;width:16px;height:16px}.flag16w-of-FalklandMalvinas{background-position:-198px -380px;width:16px;height:16px}.flag16w-of-Faroes{background-position:-198px -456px;width:16px;height:16px}.flag16w-of-Fiji{background-position:-198px -532px;width:16px;height:16px}.flag16w-of-Finland{background-position:-198px -608px;width:16px;height:16px}.flag16w-of-France{background-position:-198px -684px;width:16px;height:16px}.flag16w-of-FrenchSouthernandAntarcticLands{background-position:-198px -760px;width:16px;height:16px}.flag16w-of-French-Guiana{background-position:-198px -836px;width:16px;height:16px}.flag16w-of-Gabon{background-position:-198px -912px;width:16px;height:16px}.flag16w-of-Galicia{background-position:-198px -988px;width:16px;height:16px}.flag16w-of-Gambia{background-position:-198px -1064px;width:16px;height:16px}.flag16w-of-Georgia{background-position:-198px -1140px;width:16px;height:16px}.flag16w-of-Germany{background-position:-198px -1216px;width:16px;height:16px}.flag16w-of-Ghana{background-position:-198px -1292px;width:16px;height:16px}.flag16w-of-Gibraltar{background-position:-198px -1368px;width:16px;height:16px}.flag16w-of-Greece{background-position:-198px -1444px;width:16px;height:16px}.flag16w-of-Greenland{background-position:-198px -1520px;width:16px;height:16px}.flag16w-of-Grenada{background-position:-198px -1596px;width:16px;height:16px}.flag16w-of-Guadeloupe{background-position:-198px -1672px;width:16px;height:16px}.flag16w-of-Guademala{background-position:-198px -1748px;width:16px;height:16px}.flag16w-of-Guam{background-position:-198px -1824px;width:16px;height:16px}.flag16w-of-Guernsey{background-position:-198px -1900px;width:16px;height:16px}.flag16w-of-Guinea-Bissau{background-position:-264px 0;width:16px;height:16px}.flag16w-of-Guinea{background-position:-264px -76px;width:16px;height:16px}.flag16w-of-Guyana{background-position:-264px -152px;width:16px;height:16px}.flag16w-of-Haiti{background-position:-264px -228px;width:16px;height:16px}.flag16w-of-HeardIslandandMcDonald{background-position:-264px -304px;width:16px;height:16px}.flag16w-of-Honduras{background-position:-264px -380px;width:16px;height:16px}.flag16w-of-HongKong{background-position:-264px -456px;width:16px;height:16px}.flag16w-of-Hungary{background-position:-264px -532px;width:16px;height:16px}.flag16w-of-IAEA{background-position:-264px -608px;width:16px;height:16px}.flag16w-of-IHO{background-position:-264px -684px;width:16px;height:16px}.flag16w-of-Iceland{background-position:-264px -760px;width:16px;height:16px}.flag16w-of-India{background-position:-264px -836px;width:16px;height:16px}.flag16w-of-Indonesia{background-position:-264px -912px;width:16px;height:16px}.flag16w-of-Iran{background-position:-264px -988px;width:16px;height:16px}.flag16w-of-Iraq{background-position:-264px -1064px;width:16px;height:16px}.flag16w-of-Ireland{background-position:-264px -1140px;width:16px;height:16px}.flag16w-of-IslamicConference{background-position:-264px -1216px;width:16px;height:16px}.flag16w-of-IsleofMan{background-position:-264px -1292px;width:16px;height:16px}.flag16w-of-Israel{background-position:-264px -1368px;width:16px;height:16px}.flag16w-of-Italy{background-position:-264px -1444px;width:16px;height:16px}.flag16w-of-Jamaica{background-position:-264px -1520px;width:16px;height:16px}.flag16w-of-Japan{background-position:-264px -1596px;width:16px;height:16px}.flag16w-of-Jersey{background-position:-264px -1672px;width:16px;height:16px}.flag16w-of-Jordan{background-position:-264px -1748px;width:16px;height:16px}.flag16w-of-Kazakhstan{background-position:-264px -1824px;width:16px;height:16px}.flag16w-of-Kenya{background-position:-264px -1900px;width:16px;height:16px}.flag16w-of-Kiribati{background-position:-330px 0;width:16px;height:16px}.flag16w-of-Kosovo{background-position:-330px -76px;width:16px;height:16px}.flag16w-of-Kuwait{background-position:-330px -152px;width:16px;height:16px}.flag16w-of-Kyrgyzstan{background-position:-330px -228px;width:16px;height:16px}.flag16w-of-Laos{background-position:-330px -304px;width:16px;height:16px}.flag16w-of-Latvia{background-position:-330px -380px;width:16px;height:16px}.flag16w-of-Lebanon{background-position:-330px -456px;width:16px;height:16px}.flag16w-of-Lesotho{background-position:-330px -532px;width:16px;height:16px}.flag16w-of-Liberia{background-position:-330px -608px;width:16px;height:16px}.flag16w-of-Libya{background-position:-330px -684px;width:16px;height:16px}.flag16w-of-Liechtenstein{background-position:-330px -760px;width:16px;height:16px}.flag16w-of-Lithuania{background-position:-330px -836px;width:16px;height:16px}.flag16w-of-Luxembourg{background-position:-330px -912px;width:16px;height:16px}.flag16w-of-Macao{background-position:-330px -988px;width:16px;height:16px}.flag16w-of-Macedonia{background-position:-330px -1064px;width:16px;height:16px}.flag16w-of-Madagascar{background-position:-330px -1140px;width:16px;height:16px}.flag16w-of-Malawi{background-position:-330px -1216px;width:16px;height:16px}.flag16w-of-Malaysia{background-position:-330px -1292px;width:16px;height:16px}.flag16w-of-Maldives{background-position:-330px -1368px;width:16px;height:16px}.flag16w-of-Mali{background-position:-330px -1444px;width:16px;height:16px}.flag16w-of-Malta{background-position:-330px -1520px;width:16px;height:16px}.flag16w-of-MarshallIslands{background-position:-330px -1596px;width:16px;height:16px}.flag16w-of-Martinique{background-position:-330px -1672px;width:16px;height:16px}.flag16w-of-Mauritania{background-position:-330px -1748px;width:16px;height:16px}.flag16w-of-Mauritius{background-position:-330px -1824px;width:16px;height:16px}.flag16w-of-Mayotte{background-position:-330px -1900px;width:16px;height:16px}.flag16w-of-Mexico{background-position:-396px 0;width:16px;height:16px}.flag16w-of-Micronesia{background-position:-396px -76px;width:16px;height:16px}.flag16w-of-Moldova{background-position:-396px -152px;width:16px;height:16px}.flag16w-of-Monaco{background-position:-396px -228px;width:16px;height:16px}.flag16w-of-Mongolia{background-position:-396px -304px;width:16px;height:16px}.flag16w-of-Montenegro{background-position:-396px -380px;width:16px;height:16px}.flag16w-of-Montserrat{background-position:-396px -456px;width:16px;height:16px}.flag16w-of-Morocco{background-position:-396px -532px;width:16px;height:16px}.flag16w-of-Mozambique{background-position:-396px -608px;width:16px;height:16px}.flag16w-of-MyanmarBurma{background-position:-396px -684px;width:16px;height:16px}.flag16w-of-NATO{background-position:-396px -760px;width:16px;height:16px}.flag16w-of-Namibia{background-position:-396px -836px;width:16px;height:16px}.flag16w-of-Nauru{background-position:-396px -912px;width:16px;height:16px}.flag16w-of-Nepal{background-position:-396px -988px;width:16px;height:16px}.flag16w-of-NetherlandsAntilles{background-position:-396px -1064px;width:16px;height:16px}.flag16w-of-Netherlands{background-position:-396px -1140px;width:16px;height:16px}.flag16w-of-NewCaledonia{background-position:-396px -1216px;width:16px;height:16px}.flag16w-of-NewZealand{background-position:-396px -1292px;width:16px;height:16px}.flag16w-of-Nicaragua{background-position:-396px -1368px;width:16px;height:16px}.flag16w-of-Niger{background-position:-396px -1444px;width:16px;height:16px}.flag16w-of-Nigeria{background-position:-396px -1520px;width:16px;height:16px}.flag16w-of-Niue{background-position:-396px -1596px;width:16px;height:16px}.flag16w-of-Norfolk{background-position:-396px -1672px;width:16px;height:16px}.flag16w-of-NorthKorea{background-position:-396px -1748px;width:16px;height:16px}.flag16w-of-NorthernCyprus{background-position:-396px -1824px;width:16px;height:16px}.flag16w-of-NorthernIreland{background-position:-396px -1900px;width:16px;height:16px}.flag16w-of-NorthernMariana{background-position:-462px 0;width:16px;height:16px}.flag16w-of-Norway{background-position:-462px -76px;width:16px;height:16px}.flag16w-of-OAS{background-position:-462px -152px;width:16px;height:16px}.flag16w-of-OECD{background-position:-462px -228px;width:16px;height:16px}.flag16w-of-OPEC{background-position:-462px -304px;width:16px;height:16px}.flag16w-of-OlimpicMovement{background-position:-462px -380px;width:16px;height:16px}.flag16w-of-Oman{background-position:-462px -456px;width:16px;height:16px}.flag16w-of-Pakistan{background-position:-462px -532px;width:16px;height:16px}.flag16w-of-Palau{background-position:-462px -608px;width:16px;height:16px}.flag16w-of-Palestine{background-position:-462px -684px;width:16px;height:16px}.flag16w-of-Panama{background-position:-462px -760px;width:16px;height:16px}.flag16w-of-PapuaNewGuinea{background-position:-462px -836px;width:16px;height:16px}.flag16w-of-Paraguay{background-position:-462px -912px;width:16px;height:16px}.flag16w-of-Peru{background-position:-462px -988px;width:16px;height:16px}.flag16w-of-Philippines{background-position:-462px -1064px;width:16px;height:16px}.flag16w-of-Pitcairn{background-position:-462px -1140px;width:16px;height:16px}.flag16w-of-Poland{background-position:-462px -1216px;width:16px;height:16px}.flag16w-of-Portugal{background-position:-462px -1292px;width:16px;height:16px}.flag16w-of-PuertoRico{background-position:-462px -1368px;width:16px;height:16px}.flag16w-of-Qatar{background-position:-462px -1444px;width:16px;height:16px}.flag16w-of-Quebec{background-position:-462px -1520px;width:16px;height:16px}.flag16w-of-RedCross{background-position:-462px -1596px;width:16px;height:16px}.flag16w-of-Reunion{background-position:-462px -1672px;width:16px;height:16px}.flag16w-of-Romania{background-position:-462px -1748px;width:16px;height:16px}.flag16w-of-RussianFederation{background-position:-462px -1824px;width:16px;height:16px}.flag16w-of-Rwanda{background-position:-462px -1900px;width:16px;height:16px}.flag16w-of-SaintBarthelemy{background-position:-528px 0;width:16px;height:16px}.flag16w-of-SaintHelena{background-position:-528px -76px;width:16px;height:16px}.flag16w-of-SaintLucia{background-position:-528px -152px;width:16px;height:16px}.flag16w-of-SaintMartinFrench{background-position:-528px -228px;width:16px;height:16px}.flag16w-of-SaintPierreandMiquelon{background-position:-528px -304px;width:16px;height:16px}.flag16w-of-Samoa{background-position:-528px -380px;width:16px;height:16px}.flag16w-of-SanMarino{background-position:-528px -456px;width:16px;height:16px}.flag16w-of-SaoTomePrincipe{background-position:-528px -532px;width:16px;height:16px}.flag16w-of-SaudiArabia{background-position:-528px -608px;width:16px;height:16px}.flag16w-of-Scotland{background-position:-528px -684px;width:16px;height:16px}.flag16w-of-Senegal{background-position:-528px -760px;width:16px;height:16px}.flag16w-of-Serbia{background-position:-528px -836px;width:16px;height:16px}.flag16w-of-Seyshelles{background-position:-528px -912px;width:16px;height:16px}.flag16w-of-SierraLeone{background-position:-528px -988px;width:16px;height:16px}.flag16w-of-Singapore{background-position:-528px -1064px;width:16px;height:16px}.flag16w-of-Sint-Maarten{background-position:-528px -1140px;width:16px;height:16px}.flag16w-of-Slovakia{background-position:-528px -1216px;width:16px;height:16px}.flag16w-of-Slovenia{background-position:-528px -1292px;width:16px;height:16px}.flag16w-of-SolomonIslands{background-position:-528px -1368px;width:16px;height:16px}.flag16w-of-Somalia{background-position:-528px -1444px;width:16px;height:16px}.flag16w-of-Somaliland{background-position:-528px -1520px;width:16px;height:16px}.flag16w-of-SouthAfriica{background-position:-528px -1596px;width:16px;height:16px}.flag16w-of-SouthGeorgiaandSouthSandwich{background-position:-528px -1672px;width:16px;height:16px}.flag16w-of-SouthKorea{background-position:-528px -1748px;width:16px;height:16px}.flag16w-of-Southern-Sudan{background-position:-528px -1824px;width:16px;height:16px}.flag16w-of-Spain{background-position:-528px -1900px;width:16px;height:16px}.flag16w-of-SriLanka{background-position:-594px 0;width:16px;height:16px}.flag16w-of-StKittsNevis{background-position:-594px -76px;width:16px;height:16px}.flag16w-of-StVincenttheGrenadines{background-position:-594px -152px;width:16px;height:16px}.flag16w-of-Sudan{background-position:-594px -228px;width:16px;height:16px}.flag16w-of-Suriname{background-position:-594px -304px;width:16px;height:16px}.flag16w-of-SvalbardandJanMayen{background-position:-594px -380px;width:16px;height:16px}.flag16w-of-Swaziland{background-position:-594px -456px;width:16px;height:16px}.flag16w-of-Sweden{background-position:-594px -532px;width:16px;height:16px}.flag16w-of-Switzerland{background-position:-594px -608px;width:16px;height:16px}.flag16w-of-Syria{background-position:-594px -684px;width:16px;height:16px}.flag16w-of-TahitiFrenchPolinesia{background-position:-594px -760px;width:16px;height:16px}.flag16w-of-Taiwan{background-position:-594px -836px;width:16px;height:16px}.flag16w-of-Tajikistan{background-position:-594px -912px;width:16px;height:16px}.flag16w-of-Tanzania{background-position:-594px -988px;width:16px;height:16px}.flag16w-of-Thailand{background-position:-594px -1064px;width:16px;height:16px}.flag16w-of-Timor-Leste{background-position:-594px -1140px;width:16px;height:16px}.flag16w-of-Togo{background-position:-594px -1216px;width:16px;height:16px}.flag16w-of-Tokelau{background-position:-594px -1292px;width:16px;height:16px}.flag16w-of-Tonga{background-position:-594px -1368px;width:16px;height:16px}.flag16w-of-TrinidadTobago{background-position:-594px -1444px;width:16px;height:16px}.flag16w-of-Tristan-da-Cunha{background-position:-594px -1520px;width:16px;height:16px}.flag16w-of-Tunisia{background-position:-594px -1596px;width:16px;height:16px}.flag16w-of-Turkey{background-position:-594px -1672px;width:16px;height:16px}.flag16w-of-Turkmenistan{background-position:-594px -1748px;width:16px;height:16px}.flag16w-of-TurksandCaicosIslands{background-position:-594px -1824px;width:16px;height:16px}.flag16w-of-Tuvalu{background-position:-594px -1900px;width:16px;height:16px}.flag16w-of-UNESCO{background-position:-660px 0;width:16px;height:16px}.flag16w-of-UNICEF{background-position:-660px -76px;width:16px;height:16px}.flag16w-of-Uganda{background-position:-660px -152px;width:16px;height:16px}.flag16w-of-Ukraine{background-position:-660px -228px;width:16px;height:16px}.flag16w-of-UnitedArabEmirates{background-position:-660px -304px;width:16px;height:16px}.flag16w-of-UnitedKingdomGreatBritain{background-position:-660px -380px;width:16px;height:16px}.flag16w-of-UnitedNations{background-position:-660px -456px;width:16px;height:16px}.flag16w-of-UnitedStatesMinorOutlying{background-position:-660px -532px;width:16px;height:16px}.flag16w-of-UnitedStatesofAmerica{background-position:-660px -608px;width:16px;height:16px}.flag16w-of-Uruguay{background-position:-660px -684px;width:16px;height:16px}.flag16w-of-Uzbekistan{background-position:-660px -760px;width:16px;height:16px}.flag16w-of-Vanutau{background-position:-660px -836px;width:16px;height:16px}.flag16w-of-VaticanCity{background-position:-660px -912px;width:16px;height:16px}.flag16w-of-Venezuela{background-position:-660px -988px;width:16px;height:16px}.flag16w-of-VietNam{background-position:-660px -1064px;width:16px;height:16px}.flag16w-of-VirginIslandsBritish{background-position:-660px -1140px;width:16px;height:16px}.flag16w-of-VirginIslandsUS{background-position:-660px -1216px;width:16px;height:16px}.flag16w-of-WHO{background-position:-660px -1292px;width:16px;height:16px}.flag16w-of-WTO{background-position:-660px -1368px;width:16px;height:16px}.flag16w-of-Wales{background-position:-660px -1444px;width:16px;height:16px}.flag16w-of-WallisandFutuna{background-position:-660px -1520px;width:16px;height:16px}.flag16w-of-WesternSahara{background-position:-660px -1596px;width:16px;height:16px}.flag16w-of-Yemen{background-position:-660px -1672px;width:16px;height:16px}.flag16w-of-Zambia{background-position:-660px -1748px;width:16px;height:16px}.flag16w-of-Zimbabwe{background-position:-660px -1824px;width:16px;height:16px}.find_game{padding:39px
0 45px;border-bottom:1px solid #ccc}.find_game
.search_game{width:378px;margin:0
auto}.find_game__field{width:100%;margin:0;padding:12px
8px;border:none;background:none;font-size:14px;color:#888;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.search_game{padding:0px
0 0}.search_game__field[type="text"]:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;outline:none}.suggest_box{padding:38px
40px 48px 60px}.suggest_title
.fa{color:#888;margin:2px
5px 0}.suggest_field[type="text"]{color:#888;width:249px}.suggest_btn{border-top:none;border-left:none;border-right:none;padding:9px
13px 8px;font-size:14px;color:#fff;margin:2px
5px 0}.casino_modal{width:514px}.casion_modal__header{background:url(https://slotwinner.de/default/img/modal_header.png) 0 0 no-repeat;padding:28px
0 0;height:101px}.casion_modal__header .font1,
.casion_modal__header
.title1{text-shadow:0 -1px 1px rgba(0,0,0,0.31)}.casion_modal__header
.title1{margin-bottom:17px}.casino_modal__close{width:31px;height:31px;background:url(https://slotwinner.de/default/img/sprite.png) 0 -733px no-repeat;position:absolute;top:26px;right:7px;cursor:pointer;-webkit-border-radius:31px;-moz-border-radius:31px;border-radius:31px}.casion_modal__content{padding:31px
9px 5px}.casion_modal__caption{bottom:-11px;left:0;right:1px;padding:16px
0 13px;border:1px
solid #cfcfcf;border-bottom:none;-webkit-box-shadow:0 3px 3px #cfcfcf;-moz-box-shadow:0 3px 3px #cfcfcf;box-shadow:0 3px 3px #cfcfcf}.casion_modal__img_wrap{margin-bottom:26px}.modal_winner_name{text-align:left;padding-left:15px;margin:-3px 0 0}.casino_modal_btn{margin-bottom:9px}.font1{font-size:15px;letter-spacing:1px;margin-bottom:-2px}.jackpot_item{}.jackpot_item__caption{padding:0px
0 18px;margin-bottom:0}.jackpot_item__caption
.btn4{margin:0
5px}.jackpot_item .jackpot__counts{z-index:3;margin:-23px 0 17px}
.play_game_box .close_modal{right:30px;top:30px}
.casino_modal,.promotion_modal,.login_modal{overflow:hidden;opacity:0;-webkit-transition:all 400ms ease;-moz-transition:all 400ms ease;-ms-transition:all 400ms ease;-o-transition:all 400ms ease;transition:all 400ms ease;-webkit-transition-delay:200ms;-moz-transition-delay:200ms;-ms-transition-delay:200ms;-o-transition-delay:200ms;transition-delay:200ms}
.casino_modal.show,.promotion_modal.show,.login_modal.show{margin:0 auto;opacity:1}
.play_game_box{width:100%;margin:0;top:0;left:0;right:0;bottom:0;overflow:hidden}
.play_game_top{font-family:"Lato",sans-serif;font-weight:400;font-size:16px;line-height:25px;min-height:45px;background:#2E3135;border-bottom:1px solid #191A1C}
.play_game_top button{outline:none;cursor:pointer;font-family:'Lato';font-weight:400;font-size:16px;padding:0 0 0 5px;border:0;background:none;color:#fff;height:25px;line-height:24px;margin: 0 2px 0 10px}
.play_game_top button::-moz-focus-inner{border:1px dotted transparent}
.play_game_top button:focus::-moz-focus-inner{border-color:#454A52}
.play_game_top .exit_button .fa{padding:0px 5px;font-size: 16px;line-height: 25px;color: #8D96A2}
.play_game_top .quasar_logo{font-family:'Lato';font-weight:400;font-size:16px;padding:0 0 0 5px;color:#fff;line-height:25px;margin: 0 2px 0 5px}
.play_game_top .quasar_logo img{vertical-align:middle;margin-right:5px}
.play_game_top__left{padding:10px 0 0}
.play_game__layout{margin-top:-1px;padding:0 15px}
.play_game__layout_item{width:41px;height:28px;margin:0 3px 5px;background:url(https://slotwinner.de/default/img/play_game_layout_new.png) 0 0 no-repeat}
.play_layout1{background-position:0 -30px}
.play_layout1:hover,.play_layout1.current{background-position:0 0}
.play_layout2{background-position:-50px -30px}
.play_layout2:hover,.play_layout2.current{background-position:-50px 0}
.play_layout3{background-position:-100px -30px}
.play_layout3:hover,.play_layout3.current{background-position:-100px 0}
.play_layout4{background-position:-149px -30px}
.play_layout4:hover,.play_layout4.current{background-position:-149px 0}
.play_game_top .select_game{padding-left:15px}
.play_game_top .select1{width:160px;margin-left:15px;border:none}
.play_game_top .select1 .jq-selectbox__select{height:27px;line-height:27px;border-radius:5px}
.play_game_top .select1 .jq-selectbox__trigger-arrow{width:11px;height:6px;position:absolute;top:50%;margin-top:-3px;right:8px;background:url("https://slotwinner.de/default/img/icons/selectbox-trigger-arrow.png") no-repeat center}
.play_game_top .select1 .jq-selectbox__dropdown{top:28px;border:0}
.play_game_top .select1 .jq-selectbox__not-found{color:#444}
.play_game_top .jq-selectbox ul{padding:0}
.play_game_top .jq-selectbox li{text-align:left;text-indent:10px}
.play_game_box.free_play .play_game_top .select1{width:220px}
.play_box{background:#000;position:absolute;top:46px;bottom:0;left:0;right:0}
.play_box div.fullbox{width:100%;height:100%;overflow:auto}
.play_game_box.free_play .play_box div.fullbox{overflow:hidden}
.play_box div.vsplit_box{width:100%;height:50%;overflow:auto}
.play_box div.hsplit_box{width:50%;height:100%;float:left;overflow:auto}
.play_box div.fourway_box{width:50%;height:50%;float:left;overflow:auto}
div.gameIcon{height:55px;width:100px;display:inline-block;cursor:pointer;margin:5px;overflow:hidden;position:relative}
img.gameIcon{display:inline-block;margin-left:1px;margin-right:1px;position:relative}
img.gameIcon:hover{opacity:0}
.terms_nav{width:250px;padding-bottom:100px;padding-right:20px}
.sub_nav_header{cursor:pointer}
.terms_nav__item:after,.sub_nav_header:after{display:block;position:absolute;width:1px;top:0;bottom:0;right:-1px;content:""}
.terms_nav__item.ui-tabs-active:after,.sub_nav_header.active:after{background:#fff}
.terms_nav__title{padding:12px 16px 11px;margin:-1px -1px 0 -1px}
.sub_terms_nav__item{display:none;position:relative;border-top:1px solid #DADADA}
.sub_terms_nav__item.first_item{border-top:0}
.terms_nav__link{padding:10px 15px 10px 20px}
.sub_terms_nav__link{padding:10px 15px 10px 20px}
.ui-tabs-active>.terms_nav__link,.sub_terms_nav__link:hover,.ui-tabs-active>.sub_terms_nav__link{color:#008CFB}
.terms_content{padding:18px 27px 18px 27px;width:721px}
.terms_content p, .mcontent p{margin-bottom:16px}
.terms_form{padding:7px 0 0}
.terms_form__row{margin-bottom:12px}
.terms_form__label{padding:6px 10px 5px 8px;min-width:290px}
.terms_content ol{list-style-type:decimal;padding-left:40px}
.terms_content ul{list-style-type:disc;padding-left:40px}
ul.location_list{list-style-type:none}.tos_content{border-left:1px solid #ddd;border-right:1px solid #ddd;border-bottom:1px solid #ddd;margin-bottom:-1px;padding:15px}.tos_sub__title{padding:15px
15px 13px;cursor:pointer;border-bottom:1px solid #ddd}.tos_sub__title.active{color:#245c97;font-weight:bold}.tos_sub__title~.tos_content__inner{display:none}ol.tos_content{list-style-type:decimal;padding-left:35px}p.tos_content{margin-bottom:-1px}#contact_tab{margin:-18px -27px -18px -2px}#contact_tab
.support_top{background-color:#fff}.share_form{width:410px;padding-top:18px;padding-right:20px;padding-bottom:10px}#contact_tab
.location_item{margin-right:-15px}.share_form_row{margin-bottom:8px}.share_col{width:286px;padding:0
20px}.welcome_share_btns{padding-left:20px}.welcome_share_btns
a{width:230px;display:block;margin:0
4px;padding:14px
0px !important;float:left}.welcome_share_btns a
.fa{display:inline-block;position:static;font-size:28px;margin:-3px 15px -15px 0}.payment_item{padding:10px
9px 7px 6px}.payments_box1
.payment_item{border-top:1px solid #ddd;padding-bottom:14px}.payments_box1 .payment_item:first-child{border:none}.payment_img1{width:110px;padding:2px
7px 0;vertical-align:middle}.payment_description{color:#888;width:484px;padding-right:20px;word-spacing:-1px;line-height:16px}.payment_btn_wrap{padding:0px
5px 0 0;vertical-align:middle}.budget_label{padding:5px
8px;margin-right:7px}.budget_label.active{background-color:#d2dfef;border-color:#5c85b1}.text_field1.budget_amount{width:160px}
.wallet_form{width:50%}
.wallet_form__inner{padding:10px 13px}
.wallet_form__row,.e_wallet_row{padding-bottom:10px}
.wallet_form .transfer_select{width:75%}
.wallet_form .transfer_field[type="text"]{width:100%}
.wallet_form .jq-selectbox__select{text-align:left;padding-left:15px}
.wallet_form .jq-selectbox__dropdown{right:-1px;width:auto}
.wallet_form .jq-selectbox li{text-align:left;padding:5px 15px}
.deposit_card{padding:0px 0 0}
.deposit_col1{width:396px;padding:0px 21px 0 0;border-right:1px solid #ddd}
.deposit_col2{padding:0 15px 0 25px}
.deposit_card__row{min-height:64px}
.deposit_card__row ul{margin-left:15px}
.deposit_card__row ul li{list-style:disc;line-height:22px}
.sm_size[type="text"]{width:84px;margin-right:5px}.mid_size[type="text"]{width:157px !important}.l_size[type="text"]{width:257px !important}.xl_size[type="text"]{width:357px !important}.cvv_box{padding-left:8px}.fa.mid{margin:3px
0 0 3px}.deposit_list{line-height:22px}.deposit_list
dt{margin-bottom:0px}.deposit_list
dd{margin-bottom:22px}.deposit_bank__item1{width:118px;text-align:right}.deposit_bank__item2{width:262px;padding-left:12px}.deposit_bank__item1,.deposit_bank__item2{padding-top:8px;padding-bottom:8px;vertical-align:middle}[class^="bank_detail_col"]{padding:5px
0;vertical-align:middle}.bank_detail_col1{width:115px;padding-right:15px;text-align:right}.bank_detail_col1.extra{height:50px}.m_0{margin:0
!important}.e_wallet_form .jq-selectbox
li{padding-left:10px;text-align:left}.e_wallet_form_inner{max-width:350px}.e_wallet_form input[type="text"]{max-width:393px}.e_wallet_form
.inp_w{width:150px}.inp_w1{width:170px}.inp_w2[type="text"]{width:307px}
.bonus_decision{}
.deposit_amount_block{}
.bonus_popup{padding:0 !important;width:330px;opacity:0;font-size:18px;line-height:18px;z-index:-1}
.bonus_popup.active{opacity:1;z-index:10}
.bonus_popup__title{font-size:18px;padding:7px 0}
.bonus_popup__content{padding:0}
.bonus_popup__price{font-size:34px;line-height:38px}
.bonusp2{margin-top:250px}.deposit_amount_block_cc{}
.e_wallets__box{padding:4px
0 0 0px;margin-left:-7px}.e_wallet__link{width:113px;margin:0
7px;text-align:center;height:63px;line-height:63px}.e_wallet__link.narrow{width:107px;margin-bottom:10px}.e_wallet__link
span{display:inline-block;vertical-align:middle}.pwd_strong{margin-bottom:20px}.pwd_strong.stronger{color:#50d165}.pwd_strong.stronger
.stronger{background-color:#50d165}.pwd_strong_item{width:80px;height:5px;float:left;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;margin-right:6px;background-color:#e1e1e1}.pwd_strong__inner{padding:8px
0 4px}.pwd_status{font-size:12px;line-height:14px}
.verification_form{width:393px}.input_label{font-size:12px;line-height:14px;color:#fff;padding:9px
10px;margin-left:15px}.input_label:before{width:8px;height:14px;background:url(https://slotwinner.de/default/img/sprite.png) 0 -444px no-repeat;position:absolute;left:-8px;top:50%;margin-top:-7px;content:""}#player_account
.btn6{margin-top:10px}
.date_field[type="text"]{border:none;background:none;padding:10px 15px;color:#595959}
.date_field_wrap .fa-calendar{right:5px;top:5px;font-size:25px;line-height:22px;color: #9A9A9A}
.pa_payment{background:url(https://slotwinner.de/default/img/payments-sprites/payment-sprites.png) 0 0 no-repeat;display:block}.mastercard{background-position:0 0;width:81px;height:42px}.mastercard_virt{background-position:-281px 0;width:85px;height:41px}.neteller1{background-position:-566px 0;width:91px;height:17px}.netteler2{background-position:-857px 0;width:92px;height:17px}.przelewy{background-position:-261px -484px;width:85px;height:42px}.skrill1{background-position:-546px -484px;width:81px;height:42px}.skrill2{background-position:-827px -484px;width:76px;height:37px}.transfer_bank{background-position:-1103px -484px;width:85px;height:51px}.visa{background-position:-1388px -484px;width:81px;height:48px}.visa_electron{background-position:-1669px -484px;width:85px;height:48px}.visa_virt{background-position:0 -735px;width:85px;height:36px}.webmoney1{background-position:-285px -735px;width:92px;height:22px}.webmoney2{background-position:-577px -735px;width:84px;height:22px}.qiwi{background-position:100% 0;width:84px;height:50px}.qiwi2{background-position:-1822px 0;width:84px;height:50px}.yandex1{background-position:-861px -735px;width:92px;height:34px}.yandex2{background-position:-1153px -735px;width:78px;height:37px}.moneta_ru{background-position:-1681px -735px;width:92px;height:36px}.moneta_ru2{background-position:-1900px -735px;width:87px;height:37px}.maestro{background-position:-1386px -723px;width:85px;height:50px}.sofort1{background-position:-1926px -485px;width:110px;height:50px}.paysafe1{background-position:-1926px -243px;width:117px;height:40px}.giropay{background-position:-1900px -280px;width:117px;height:40px}.giropay2{background:url(https://slotwinner.de/default/img/payments-sprites/giropay.jpg) 0 0 no-repeat;display:block;height:40px}.sofort{background:url(https://slotwinner.de/default/img/payments-sprites/sofort.jpg) 0 0 no-repeat;display:block;height:40px}.paysafecard{background:url(https://slotwinner.de/default/img/payments-sprites/paysafecard.jpg) 0 0 no-repeat;display:block;height:40px}.faktura{background: url('https://slotwinner.de/default/img/payments-sprites/fakturaRu.png') 4px center no-repeat; display: block; height: 40px; width: 110px;}
.blog_list{}.blog_item{border-bottom:1px solid #ccc;padding:0
0 48px;margin-bottom:41px}.blog_time{padding:11px
0 19px}.blog_img{}
.breadcrump{margin:-8px 0 27px}.breadcrump_item{display:inline-block;margin:0
5px 0 0;color:#275b97}.breadcrump_item:before{display:inline-block;margin:0
11px 0 0;content:">"}.breadcrump .breadcrump_item:first-child:before{display:none}.single_blog_box{padding:2px
0 0}.blog_img_wrap{margin:6px
20px 0 0}p{margin-bottom:20px;text-align:justify}.p2{margin-bottom:34px}.p3{margin-bottom:22px}.p4{margin-bottom:10px}.p5{margin-bottom:47px}.p6{margin-bottom:27px}.p7{margin-bottom:80px}.p8{margin-bottom:5px}.p9{margin-bottom:90px}.p10{margin-bottom:3px}.p17{margin-bottom:17px}.p29{margin-bottom:29px}
.list1{font-size:13px}
.list1_item{padding-left:16px;margin-top:8px;position:relative}
.list1_item:before{display:inline-block;content: "•";width:10px;color:#595959;margin-left:-12px}
.list1_link{color:#9fa6b0;white-space:nowrap}
.last_col .list1_link{white-space:normal}
.list1_link:hover{color:#fff}
.list2{}
.list2_item{padding-left:16px;margin-top:6px;position:relative}
.list2_item:before{display:block;position:absolute;left:0px;top:7px;content:"";background:url(https://slotwinner.de/default/img/sprite.png) 0px -562px no-repeat;width:6px;height:6px}
.list2_link{color:#333}
.list3{}
.list3_item{padding-left:23px;font-size:13px;line-height:18px;margin-top:17px;position:relative}
.list3_item:before{display:block;position:absolute;left:5px;top:6px;content:"";background:url(https://slotwinner.de/default/img/sprite.png)  0 -618px;width:5px;height:5px}
.list3_link{}
.promotion_modal_content_inner ol,.list4{counter-reset:li}.promotion_modal_content_inner li,.list4_item{position:relative;padding:0
0 0 20px;margin-top:20px}.promotion_modal_content_inner li:before,.list4_item:before{content:counter(li)".";counter-increment:li;position:absolute;display:block;left:0;top:0}.list3 .list3_item:first-child,
.promotion_modal_content_inner li:first-child,
.list4 .list4_item:first-child{margin-top:0}.list5{}.list5_item{background:url(https://slotwinner.de/default/img/marker1.png) 0px 7px no-repeat;padding-left:10px;line-height:18px;margin-top:6px;font-size:14px}.list6{padding:0
0 0 3px}.list6_item{background:url(https://slotwinner.de/default/img/orng_maker.png) 18px 18px no-repeat;padding:12px
10px 3px 46px;line-height:28px;margin:0
0 0 -3px}ul .list6_item:first-child{padding-top:15px;background-position:18px 20px}.list6_item
.bold{display:inline-block;margin-top:-3px}h2,h3,h4,h5,h6{font-weight:normal}.title1{font-size:48px;line-height:60px;color:#fff;margin-bottom:14px;text-shadow:0 3px 0 rgba(0,0,0,0.2)}.title2{font-size:36px;line-height:42px;color:#333}.title4{font-size:14px;line-height:19px;color:#333;margin-bottom:15px}.text_page
.title4{margin-bottom:20px}.title5{font-size:16px;line-height:20px;color:#fff;margin-bottom:18px}.title6{font-size:20px;line-height:24px;color:#333;margin-bottom:24px}.title7{font-size:16px;line-height:20px;color:#333;margin-bottom:20px}.title8{font-size:18px;line-height:22px;color:#333;margin-bottom:20px}.title8
.fa{margin:2px
3px 0 0}.title9{font-size:13px;color:#555;margin-bottom:5px}.title10{font-size:22px;line-height:1em}.t_ind{margin-bottom:40px}.t_ind1{margin-bottom:30px}.t_ind2{margin-bottom:19px}.t_ind3{margin-bottom:38px}.t_ind4{margin-bottom:10px}.t_ind5{margin-bottom:7px}.t_ind6{margin-bottom:19px}.t_ind7{margin-bottom:21px}.t_ind8{margin-bottom:14px}.t_ind9{margin-bottom:6px}.t_ind10{margin-bottom:25px}.t_ind11{margin-bottom:15px}.t_ind12{margin-bottom:67px}.t_ind13{margin-bottom:-3px}
.game_frame{width:100%;height:100%}.game_frame1{width:100%;height:456px}
.m_menu__link,.tabs_nav1 a,.list1_link,.social_item,.tab_nav_link,.live_chat span,.dd_link,.terms_nav__link,.play_game__layout_item,.play_sidebar__btn i,.play_sidebar__btn,.play_sidebar,.pager_link{-webkit-transition:all 0.7s ease;-moz-transition:all 0.7s ease;-o-transition:all 0.7s ease;transition:all 0.7s ease}
.m_menu__link:hover,.tabs_nav1 .ui-tabs-active a,.tabs_nav1 li:hover a,.list1_link:hover,.social_item:hover,.tab_nav_link:hover,.live_chat:hover span,.dd_link:hover,.terms_nav__link:hover,.play_game__layout_item:hover,.pager_link:hover{-webkit-transition:all 0.1s ease;-moz-transition:all 0.1s ease;-o-transition:all 0.1s ease;transition:all 0.1s ease}
#contact-form{padding:0px 0 0 0;position:relative}#contact-form
.success{display:block;position:absolute;width:100%;top:0;left:0;z-index:99;background:#fff;border:1px
solid #000;text-align:center;padding:20px
0}#contact-form textarea, #contact-form input[type="text"]{margin:0;font-size:12px;border:1px
solid #e7e7e7;color:#969696;padding:7px
10px;outline:none;position:relative;font-family:"helveticaregular",Arial,Helvetica,sans-serif;background:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#contact-form input[type="text"]{width:347px}#contact-form
textarea{overflow:auto;width:433px;height:172px;resize:none;float:left;margin:0
0 0 0}#contact-form
label{display:inline-block;position:relative;min-height:45px;overflow:hidden}#contact-form
label.message{display:block;padding-bottom:0}#contact-form
.button{margin-left:8px}#contact-form .error, #contact-form .empty, #contact-form
.success{display:none}#contact-form .error, #contact-form
.empty{text-align:left;color:red;font-size:11px;position:absolute;right:10px;top:5px}#contact-form
.buttons2{overflow:hidden;text-align:right;position:relative;clear:both;padding-top:25px}#contact-form .buttons2
a{cursor:pointer;margin-top:0;text-align:center}#contact-form
span{display:block;margin:0px
0 0 5px}.map_wrapper{overflow:hidden;display:inline-block;margin-bottom:26px}#map_canvas{width:100%;height:100%}.adress{}.adress
span{display:inline-block;width:74px}.adress
dt{margin-bottom:14px}.demo{}.demo:hover{text-decoration:underline}footer{padding:0;color:#6c7581;font-size:13px}.security_integer{text-align:justify}.copyright{padding-top:4px;font-size:10px}.social{padding:0
1px 0 0}.social_item{font-size:24px;color:#6c7581;margin-left:15px}.social_item:hover{color:#fff}
.clouds-box{height:482px;position:relative;border-top:0;border-bottom:5px solid #0055C2;background:#000}
.clouds-box.static{}.clouds-box_inner{padding:0px
0 0}.clouds-box
canvas{position:absolute;left:0;top:0;height:692px !important;z-index:1}.slider_img_wrap{margin:0
0px 0 1px;position:relative;z-index:2}.active-slide
.slider_img_wrap{}.slider_box{position:relative;z-index:10}.slider_content{padding:33px
0 0;font-size:16px;line-height:22px}.slider_btns
.btn3{margin-right:11px}#slides{display:none}#slides .slidesjs-navigation{margin-top:3px}#slides .slidesjs-previous{margin-right:5px;float:left}#slides .slidesjs-next{margin-right:5px;float:left}.slidesjs-pagination{margin:6px
0 0;position:absolute;right:-10px;bottom:-30px;list-style:none}.slidesjs-pagination
li{float:left;margin:0
0px}.slidesjs-pagination li
a{display:block;width:15px;height:15px;background:url(https://slotwinner.de/default/img/sprite.png) 0 -814px no-repeat;overflow:hidden;transition:none}.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover{background-position:0 1px}#slides a:link,
#slides a:visited{color:#333}#slides a:hover,
#slides a:active{color:#9e2020}.navbar{overflow:hidden;width:100%;}.dropdown_wrapper{position:relative;width:220px;margin:-7px 11px 0 0px;float:left}.dropdown_wrapper>span{display:block;position:relative;z-index:1;padding:9px
10px 8px;background:#fff;border-radius:5px;border:1px
solid #ddd;cursor:pointer;outline:none;-webkit-box-shadow:inset 0 -3px 5px #ececec;-moz-box-shadow:inset 0 -3px 5px #ececec;box-shadow:inset 0 -3px 5px #ececec;color:#333}.dropdown_wrapper>span:after{content:"";width:9px;height:12px;background:url(https://slotwinner.de/default/img/sprite.png) 0 -1138px no-repeat;position:absolute;right:6px;top:50%;margin:-6px 0 0}.dropdown_wrapper
.dropdown{position:absolute;top:93%;left:0px;right:0px;z-index:10;background:white;border-radius:0 0 5px 5px;border:1px
solid #ddd;-webkit-transition:all 0.3s ease-in;-moz-transition:all 0.3s ease-in;-ms-transition:all 0.3s ease-in;-o-transition:all 0.3s ease-in;transition:all 0.3s ease-in;list-style:none;opacity:0;pointer-events:none;display:none}.dropdown_wrapper .dropdown li a
span.center{font-size:18px;vertical-align:middle}.dropdown_wrapper .dropdown li
a{display:block;padding:10px
10px 8px;text-decoration:none;color:#333;border-bottom:1px solid #e6e8ea;-webkit-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;-ms-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;transition:all 0.3s ease-out}.dropdown_wrapper .provider_list li
a{height:52px;padding:0;vertical-align:middle;text-align:center}.dropdown_wrapper .provider_list li a:after{display:inline-block;vertical-align:middle;height:100%;width:0px;content:""}.dropdown_wrapper .provider_list li a
img{vertical-align:middle}.dropdown_wrapper .dropdown li:last-of-type
a{border:none;border-radius:0 0 5px 5px}.dropdown_wrapper .dropdown li:hover a,.selected{background-color:#f5f5f5}.dropdown_wrapper.active
.dropdown{opacity:1;pointer-events:auto;display:block}.provider_value{visibility:hidden;overflow:hidden;height:0;width:0;display:inline-block}.arcticmodal-overlay,.arcticmodal-container{position:fixed;left:0;top:0;right:0;bottom:0;z-index:10000}.arcticmodal-container{overflow:auto;margin:0;padding:30px
0;border:0;border-collapse:collapse}*:first-child+html .arcticmodal-container{height:100%}.arcticmodal-container_i{height:100%;margin:0
auto}.arcticmodal-container_i2{margin:0;border:0;vertical-align:middle}.arcticmodal-error{padding:20px;border-radius:10px;background:#000;color:#fff}.arcticmodal-loading{width:80px;height:80px;border-radius:10px;background:#000 url(https://slotwinner.de/default/css/loading.gif) no-repeat 50% 50%}.jq-checkbox{top:1px;width:15px;height:15px;border:1px
solid #d3d3d3;border-radius:3px;vertical-align:middle;cursor:pointer}.jq-checkbox.checked .jq-checkbox__div{width:11px;height:11px;margin:2px
0 0 2px;border-radius:2px;background:#7d7d7d;box-shadow:inset 0 -3px 6px #AAA}.jq-checkbox.focused{border:1px
solid #08C}.jq-checkbox.disabled{opacity:0.55;filter:alpha(opacity=55)}.jq-radio{width:13px;height:13px;border:1px
solid #d3d3d3;border-radius:50%;vertical-align:middle;cursor:pointer;margin:-3px 7px 0 0}.jq-radio.checked .jq-radio__div{width:9px;height:9px;margin:2px
0 0 2px;border-radius:50%;background:#5c85b1}.jq-radio.focused{border:1px
solid #08C}.jq-radio.disabled{opacity:0.55;filter:alpha(opacity=55)}
.jq-file{width:320px}
.jq-file input{cursor:pointer;height:auto;line-height:1em}
.jq-file__name{width: 100%;height: 38px;padding: 0px 100px 0px 10px;font-size: 14px;line-height: 38px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;border: 1px solid #DDD;background: #FFF;color:#595959}
.focused .jq-file__name{border:1px solid #5794BF}
.jq-file__browse{position: absolute;top: 0px;right: 0px;border:0;border-bottom:3px solid #868686;font-size: 16px;line-height: 37px;padding: 0px 30px;background:#ACACAC;color:#fff;height: 37px}
.jq-file:hover .jq-file__browse{background-color:#959595}
.jq-file:active .jq-file__browse{background:#9D9D9D;box-shadow:inset 1px 1px 3px #444}
.jq-file.disabled .jq-file__name{color:#888}
.jq-file.disabled,.jq-file.disabled .jq-file__browse{border-color:#CCC;background:#F5F5F5;box-shadow:none;color:#888}
.jq-selectbox{vertical-align:middle;cursor:pointer}
.jq-selectbox.disabled{cursor:default}
.jq-selectbox__select{height:32px;line-height:32px;padding:0
15px 0 0;text-align:center;color:#333}.select .jq-selectbox__select{text-align:left;height:40px;line-height:40px}.select1 .jq-selectbox__select{text-align:left;height:32px;line-height:32px;background:white}.jq-selectbox__select:hover{}.jq-selectbox__select:active{}.jq-selectbox.focused .jq-selectbox__select{}.jq-selectbox.disabled .jq-selectbox__select{}.jq-selectbox__select-text{display:block;width:100% !important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select .jq-selectbox__select-text,
.select1 .jq-selectbox__select-text{width:auto !important;padding:0
10px}
.jq-selectbox__trigger{position:absolute;top:0;right:0;width:9px;height:100%}
.jq-selectbox__trigger-arrow{width:11px;height:6px;position:absolute;top:50%;margin-top:-3px;right:12px;background:transparent url("https://slotwinner.de/default/img/icons/selectbox-trigger-arrow.png") no-repeat center;}
.select .jq-selectbox__trigger-arrow{right:10px}
.jq-selectbox:hover .jq-selectbox__trigger-arrow{}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow{}
.jq-selectbox__dropdown{top:32px;width:122px;left:-1px;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;border:1px solid #ddd;border-radius:0px 0 5px 5px;background:#fff}
.select .jq-selectbox__dropdown{top:40px;width:auto;left:0;right:0}
.select1 .jq-selectbox__dropdown{top:33px;width:100%;left:0;right:0}
.jq-selectbox__search{margin:5px}.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration{-webkit-appearance:none}.jq-selectbox__not-found{margin:5px;padding:5px
8px 6px;background:#F0F0F0;font-size:13px}.jq-selectbox
ul{margin:0;padding:5px
0;width:100%}.jq-selectbox
li{padding:5px
0px;color:#231F20;text-align:center}.select .jq-selectbox__dropdown
li{text-align:left;padding:5px
10px}.jq-selectbox
li.selected{}.jq-selectbox li:hover{background-color:#f9f9f9}.jq-selectbox
li.disabled{}.jq-selectbox li.disabled:hover{background:none}.jq-selectbox
li.optgroup{font-weight:bold}.jq-selectbox li.optgroup:hover{background:none;color:#231F20;cursor:default}.jq-selectbox
li.option{padding-left:25px}.jq-select-multiple{-moz-box-sizing:border-box;box-sizing:border-box;padding:1px;border:1px
solid #CCC;border-bottom-color:#B3B3B3;border-radius:4px;box-shadow:inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);background:#FFF;color:#333;font:14px/18px Arial,sans-serif;cursor:default}.jq-select-multiple.focused{border:1px
solid #5794BF}.jq-select-multiple.disabled{border-color:#CCC;background:#F5F5F5;box-shadow:none;color:#888}.jq-select-multiple
ul{margin:0;padding:0}.jq-select-multiple
li{padding:3px
9px 4px;list-style:none}.jq-select-multiple li:first-child{border-radius:3px 3px 0 0}.jq-select-multiple li:last-child{border-radius:0 0 3px 3px}.jq-select-multiple
li.selected{background:#08C;color:#FFF}.jq-select-multiple
li.disabled{color:#AAA}.jq-select-multiple.disabled li.selected,
.jq-select-multiple
li.selected.disabled{background:#CCC;color:#FFF}.jq-select-multiple
li.optgroup{font-weight:bold}.jq-select-multiple
li.option{padding-left:25px}input[type="email"].styler,input[type="number"].styler,input[type="password"].styler,input[type="search"].styler,input[type="tel"].styler,input[type="text"].styler,input[type="url"].styler,textarea.styler{padding:7px
9px;border:1px
solid #CCC;border-bottom-color:#B3B3B3;border-radius:4px;box-shadow:inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);color:#333;font:14px Arial,sans-serif}input[type="search"].styler{-webkit-appearance:none}textarea.styler{overflow:auto}input[type="email"].styler:hover,input[type="number"].styler:hover,input[type="password"].styler:hover,input[type="search"].styler:hover,input[type="tel"].styler:hover,input[type="text"].styler:hover,input[type="url"].styler:hover,textarea.styler:hover{border-color:#B3B3B3}input[type="email"].styler:focus,input[type="number"].styler:focus,input[type="password"].styler:focus,input[type="search"].styler:focus,input[type="tel"].styler:focus,input[type="text"].styler:focus,input[type="url"].styler:focus,textarea.styler:focus{border-color:#CCC;border-top-color:#B3B3B3;box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);outline:none}button.styler,input[type="button"].styler,input[type="submit"].styler,input[type="reset"].styler{overflow:visible;padding:7px
11px;outline:none;border:1px
solid #CCC;border-bottom-color:#B3B3B3;border-radius:4px;background:#F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;box-shadow:inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);color:#333;text-shadow:1px 1px #FFF;font:14px Arial,sans-serif;cursor:pointer}button.styler::-moz-focus-inner,input[type="button"].styler::-moz-focus-inner,input[type="submit"].styler::-moz-focus-inner,input[type="reset"].styler::-moz-focus-inner{padding:0;border:0}button.styler:after{content:''}button.styler:hover,input[type="button"].styler:hover,input[type="submit"].styler:hover,input[type="reset"].styler:hover{background-color:#E6E6E6;background-position:0 -10px}button.styler:active,input[type="button"].styler:active,input[type="submit"].styler:active,input[type="reset"].styler:active{background:#F5F5F5;box-shadow:inset 1px 1px 3px #DDD}.jspContainer{overflow:hidden;position:relative}.jspPane{position:absolute}.jspVerticalBar{position:absolute;top:0px;right:2px;width:7px;bottom:0}.jspHorizontalBar{position:absolute;bottom:0;left:0;width:100%;height:16px}.jspCap{display:none}.jspHorizontalBar
.jspCap{float:left}.jspTrack{position:relative}.jspDrag{background:#555;position:relative;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;top:0;left:0;cursor:pointer}.jspHorizontalBar .jspTrack,
.jspHorizontalBar
.jspDrag{float:left;height:100%}.jspArrow{background:#50506d;text-indent:-20000px;display:block;cursor:pointer;padding:0;margin:0}.jspArrow.jspDisabled{cursor:default;background:#80808d}.jspVerticalBar
.jspArrow{height:16px}.jspHorizontalBar
.jspArrow{width:16px;float:left;height:100%}.jspVerticalBar .jspArrow:focus{outline:none}.jspCorner{background:#eeeef4;float:left;height:100%}* html
.jspCorner{margin:0
-3px 0 0}nav{margin:0px
-13px 0px 0}
.m_menu ul{position:absolute;z-index:999;right:0;left:0;top:80px;opacity:0;visibility:hidden;border-top:1px solid #ddd;border-bottom:3px solid #0049b4;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;-ms-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease;-moz-transform:translateY(30px);-webkit-transform:translateY(30px);-o-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}
.m_menu li a.show~ul{opacity:1;visibility:visible;-moz-transform:translateY(0px);-webkit-transform:translateY(0px);-o-transform:translateY(0px);-ms-transform:translateY(0px);transform:translateY(0px)}
.m_menu ul li{width:100%}
.m_menu__item{float:left}
.m_menu__link{display:block;position:relative;font-family:'Lato',sans-serif;font-weight:400;font-size:18px;line-height:90px;color:#2E3135;padding:0 15px}
.m_menu__link .fa{line-height:90px}
.m_menu li:hover .m_menu__link,.current .m_menu__link,li.sfHover .m_menu__link,.m_menu__link.show{color:#0055C3}
.m_menu li .m_menu__link.halloween{color:#9a00c3}
.current .m_menu__link,li.sfHover .m_menu__link{-webkit-box-shadow:inset 0 0 0 1px #ddd;-moz-box-shadow:inset 0 0 0 1px #ddd;box-shadow:inset 0 0 0 1px #ddd}
.sub_game_box{padding:27px 20px 30px}
.sub_game_item{width:210px;margin:0 20px}
.sub_game_item .sub_game_title,.sub_game_item .title5{font-size:13.6px}
.sub_game_item .casino_item__caption{padding:9px 11px 6px}
.sub_game_item.casino_item__star{background-position:11px -884px}
.sub_game_item img{width:212px;height:124px;margin-left:-2px}
.sub_game_item .game_btns{padding-top:20px}
.sub_game_title{color:#333;padding:7px 0 11px;border:1px solid #d7d7d7;border-bottom:none;margin:0 0px -4px;text-shadow:0 1px 1px #fff;background:rgb(247,247,247);background:-moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(233,233,233,1) 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(233,233,233,1)));background:-webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(233,233,233,1) 100%);background:-o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(233,233,233,1) 100%);background:-ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(233,233,233,1) 100%);background:linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(233,233,233,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e9e9e9',GradientType=0 )}
.ui-datepicker{width:257px;background:#fff;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 6px rgba(0,0,0,0.3);-moz-box-shadow:0 0 6px rgba(0,0,0,0.3);box-shadow:0 0 6px rgba(0,0,0,0.3)}
.ui-datepicker:before{width:16px;height:8px;top:-8px;left:50%;margin-left:-8px;display:block;position:absolute;background:url(https://slotwinner.de/default/img/date_picker.png) 0 0 no-repeat;content:""}
.ui-datepicker-header{background:#0049b4;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;font-family:"helveticabold",Arial,Helvetica,sans-serif;font-weight:normal;font-size:14px;text-align:center;position:relative;padding:7px 0}
.ui-datepicker-header,.ui-datepicker-header a{color:#fff}
.ui-datepicker-prev,.ui-datepicker-next{display:block;position:absolute;top:50%;margin:-11px 0 0;width:21px;height:23px;background:url(https://slotwinner.de/default/img/calendar_btn.png) no-repeat}
.ui-datepicker-prev{left:9px;background-position:0 0}
.ui-datepicker-next{right:9px;background-position:-23px 0}
.ui-datepicker-calendar{width:100%;text-align:center;border-left:1px solid #e5e5e5;border-top:1px solid #e5e5e5}
.ui-datepicker-calendar td,.ui-datepicker-calendar th{border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}
.ui-datepicker-calendar th{font-family:"helveticabold",Arial,Helvetica,sans-serif;font-weight:normal;font-size:14px}
.ui-datepicker-trigger{border:none;background:none;display:block;height:0px}
.jRatingAverage{background-color:#f62929;position:relative;top:0;left:0;z-index:2;height:100%}.jRatingColor{background-color:#f4c239;position:relative;top:0;left:0;z-index:2;height:100%}.jStar{position:relative;left:0;z-index:3}p.jRatingInfos{position:absolute;z-index:9999;background:none;color:#FFF;display:none;width:91px;height:29px;font-size:16px;text-align:center;padding-top:5px}p.jRatingInfos
span.maxRate{color:#c9c9c9;font-size:14px}.share_modal{width:75%;margin:0
auto;top:10px;left:1%;right:1%;bottom:10px;position:absolute;background-color:#000}.share_modal>img{width:100%}[class^="share_modal_inner"]:before{position:absolute;display:block;left:0;top:0;right:0;bottom:0;background:#000;content:""}.share_modal_inner{padding:175px
0 30px}.share_modal_inner1{padding:20px
0 30px}.share_modal_content{padding:0
170px}.share_modal
.create_account_form{padding:0
50px}.share_modal
.create_account_form{color:#ccc}.share_title
.fa{font-size:60px;line-height:1em;margin:0
20px 0 0}.share_box_text{opacity: .7;margin-bottom:35px}.share_btns_wrap
.btn3{margin:0
12px}.modal_comment{opacity: .4}.capitalize{text-transform:capitalize}.error{color:red;text-align:center;min-height:0px}.game_item__img
img{width:247px;height:142px}.hidden{display:none}.limit_active{color:green}.budget_action{cursor:pointer;color:red}.cmessage{text-align:center;margin-top:10px}hr{color:#ddd;background-color:#ddd;border:1px
dashed #ddd}.playGerror2{margin:0
auto;font-size:18px;color:white;font-weight:bold;text-align:center}.spinner{left:0;top:0;right:0;bottom:0;background:#fff url(https://slotwinner.de/default/img/spinner.gif) 50% 100px no-repeat;z-index:999}.spinner2{left:0;top:0;right:0;bottom:0;background:#fff url(https://slotwinner.de/default/img/spinner.gif) 50% 50% no-repeat;z-index:999}.payload{width:100%;text-align:center;margin-top:10px}.modspinner{background:#fff url(https://slotwinner.de/default/img/spinner.gif) no-repeat;margin:0
auto;width:40px;height:40px}.blackout{left:0;top:0;right:0;bottom:0;background-color:#000;z-index:999;margin-top:8px;margin-right:7px;margin-left:7px}.free{margin-top:25px}
figcaption.jackpot_item__caption a.free{margin:0px auto;width:167px;line-height:33px;font-size:16px}
.msg1{color:#fff;margin-top:10px;text-align:center}.noty-container{}.noty-bar{border-radius:5px;border:1px
solid #ccc;box-shadow:0 2px 4px rgba(0,0,0,0.1);background-color:#fff;color:#444;padding:5px;text-align:center}.sub_game_box2{padding:5px
5px 5px}.sub_game_item2{width:160px;height:135px;margin-bottom:5px;margin-left:8px;margin-right:8px}.sub_game_item2
img{width:100%}.sub_game_item2
div.game_btns{padding-top:20px}.sub_game_item2 div.game_btns
a{font-size:15px}.sub_game_item2 figcaption
a.casino_item__link{font-size:14px}.gameIconContainer{padding-bottom:5px}#democlouds{height:482px;position:relative}.quest-bottom-left{position:absolute;bottom:0;right:10px}.floatl{float:left}
.jackpot_item img.casino_item__img{width:336px}
.jackpot_button{font-size:16px;line-height:34px;height:32px}
.winnershide{display:none}
p,.tos_content__inner,.promotion_modal_content_inner,.payment_description{text-align:justify;text-justify:inter-word !important}
p.openWithdrawal{padding:10px 20px;background:#D32F2F;border-radius:5px;color:#fff}
p.openWithdrawal a{background:#fff;color:#D32F2F;margin:-5px -15px;padding:5px 10px}
i.fa-calendar{cursor:pointer}.paddingnoimage{padding:23px
0 26px 5px !important}.account_step.active
.step_num_correct{background:transparent url(https://slotwinner.de/default/img/correct25.png) no-repeat;width:25px;height:25px}
.videoBG,.videoBG_wrapper{width:100% !important;height:100% !important}.layoutfullclose{top:-20px !important;right:-20px !important;z-index:1}div.feedback{position:fixed;bottom:35px;right:-25px;z-index:3001;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)}.promotianlaclose{position:fixed;top:170px !important;right:20px !important}.promotionalimage{margin-bottom:0 !important}.winner_wide1
.lat_winners__name{width:262px}
.bonus_box h4.notverified{margin-bottom:25px}
.topbrowser{display:none;text-align:center;background-color:white;padding:30px 60px 30px 30px;width:700px;margin:0 auto}
.getchrom{padding:15px 50px 15px 0px;position:relative;margin-top:40px;background:url("https://slotwinner.de/default/img/logo_chrom.png") top right no-repeat}
.casino_winners__game_img img{border-radius:5px;-moz-border-radius:5px;-khtml-border-radius:5px;-webkit-border-radius:5px}video{top:-100px !important}.trans_wallet_bg{background:url('https://slotwinner.de/default/img/wallet-bg1.png') !important}.licmalta{margin-top:2px;margin-right:5px}.fieldtopbox{width:198px !important}.affh1{font-size:36px;margin-bottom:5px;line-height:36px}.checkgreen{background:url('https://slotwinner.de/default/img/checkgreen.gif') no-repeat;list-style:none;line-height:30px;padding-left:35px;font-size:17px;color:#474a47;font-weight:bold}.checkgreen:before{background:none}.affhr{margin:10px
0 30px 0;float:left;width:100%}.affh12{margin:0
0 25px 0;padding:0px;font-size:25px}.affp{font-size:17px;font-weight:normal;line-height:28px;color:#383c38}.grid_5x{width:503px}.faceboxtitle{background-color:#E6E6E6;padding:5px 10px;margin-bottom:15px}.faceboxtitle
h3{color:#6F6F6F;font-family:helvetica;font-size:12px;font-weight:bold}#successJurisdiction{color:#229f37}.countrySel{width:160px}.prefp{width:160px}.prefp .jq-selectbox__select-text{padding:0px}.jq-selectbox.prefp
li{text-align:left}.confirmpass{display:none}.accountindexbox{height:176px}.accountindexboxttile{height:43px}.footerLGAtext{padding-bottom:0px !important;margin-bottom:0px !important;line-height:15px !important}.info_aleft
p{text-align:left}.tooltip{cursor:pointer}table.dataTable{width:100%;margin:0
auto;clear:both;border-collapse:separate;border-spacing:0}table.dataTable thead th,
table.dataTable tfoot
th{font-weight:bold}table.dataTable thead th,
table.dataTable thead
td{padding:10px
18px;border-bottom:1px solid #111}table.dataTable thead th:active,
table.dataTable thead td:active{outline:none}table.dataTable tfoot th,
table.dataTable tfoot
td{padding:10px
18px 6px 18px;border-top:1px solid #111}table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead
.sorting{cursor:pointer;*cursor:hand}table.dataTable thead
.sorting{background:url("https://slotwinner.de/default/img/sort_both.png") no-repeat center right}table.dataTable thead
.sorting_asc{background:url("https://slotwinner.de/default/img/sort_asc.png") no-repeat center right}table.dataTable thead
.sorting_desc{background:url("https://slotwinner.de/default/img/sort_desc.png") no-repeat center right}table.dataTable thead
.sorting_asc_disabled{background:url("https://slotwinner.de/default/img/sort_asc_disabled.png") no-repeat center right}table.dataTable thead
.sorting_desc_disabled{background:url("https://slotwinner.de/default/img/sort_desc_disabled.png") no-repeat center right}table.dataTable tbody
tr{background-color:white}table.dataTable tbody
tr.selected{background-color:#b0bed9}table.dataTable tbody th,
table.dataTable tbody
td{padding:8px
10px}table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody
td{border-top:1px solid #ddd}table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child
td{border-top:none}table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody
td{border-top:1px solid #ddd;border-right:1px solid #ddd}table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child{border-left:1px solid #ddd}table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child
td{border-top:none}table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody
tr.odd{background-color:#f9f9f9}table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody
tr.odd.selected{background-color:#abb9d3}table.dataTable.hover tbody tr:hover,
table.dataTable.hover tbody tr.odd:hover,
table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr:hover,
table.dataTable.display tbody tr.odd:hover,
table.dataTable.display tbody tr.even:hover{background-color:whitesmoke}table.dataTable.hover tbody tr:hover.selected,
table.dataTable.hover tbody tr.odd:hover.selected,
table.dataTable.hover tbody tr.even:hover.selected, table.dataTable.display tbody tr:hover.selected,
table.dataTable.display tbody tr.odd:hover.selected,
table.dataTable.display tbody tr.even:hover.selected{background-color:#a9b7d1}table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr>.sorting_3{background-color:#f9f9f9}table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected>.sorting_3{background-color:#acbad4}table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1}table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3}table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:whitesmoke}table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1{background-color:#a6b3cd}table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2{background-color:#a7b5ce}table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3{background-color:#a9b6d0}table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#f9f9f9}table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fbfbfb}table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fdfdfd}table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1{background-color:#acbad4}table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2{background-color:#adbbd6}table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.display tbody tr.odd:hover > .sorting_1,
table.dataTable.display tbody tr.even:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover>.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.display tbody tr.odd:hover > .sorting_2,
table.dataTable.display tbody tr.even:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover>.sorting_2{background-color:#ebebeb}table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.display tbody tr.odd:hover > .sorting_3,
table.dataTable.display tbody tr.even:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover>.sorting_3{background-color:#eee}table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_1,
table.dataTable.display tbody tr.even:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover.selected>.sorting_1{background-color:#a1aec7}table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_2,
table.dataTable.display tbody tr.even:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover.selected>.sorting_2{background-color:#a2afc8}table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_3,
table.dataTable.display tbody tr.even:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover.selected>.sorting_3{background-color:#a4b2cb}table.dataTable.no-footer{border-bottom:1px solid #111}table.dataTable.nowrap th, table.dataTable.nowrap
td{white-space:nowrap}table.dataTable.compact thead th,
table.dataTable.compact thead
td{padding:5px
9px}table.dataTable.compact tfoot th,
table.dataTable.compact tfoot
td{padding:5px
9px 3px 9px}table.dataTable.compact tbody th,
table.dataTable.compact tbody
td{padding:4px
5px}table.dataTable th.dt-left,
table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable
td.dataTables_empty{text-align:center}table.dataTable th.dt-right,
table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,
table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}table.dataTable,
table.dataTable th,
table.dataTable
td{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.dataTables_wrapper{position:relative;clear:both;*zoom:1;zoom:1}.dataTables_wrapper
.dataTables_length{float:left}.dataTables_wrapper
.dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter
input{margin-left:0.5em}.dataTables_wrapper
.dataTables_info{clear:both;float:left;padding-top:0.755em}.dataTables_wrapper
.dataTables_paginate{float:right;text-align:right;padding-top:0.25em}.dataTables_wrapper .dataTables_paginate
.paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:0.5em 1em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;*cursor:hand;color:#333 !important;border:1px
solid transparent}.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333 !important;border:1px
solid #cacaca;background-color:white;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));background:-webkit-linear-gradient(top, white 0%, gainsboro 100%);background:-moz-linear-gradient(top, white 0%, gainsboro 100%);background:-ms-linear-gradient(top, white 0%, gainsboro 100%);background:-o-linear-gradient(top, white 0%, gainsboro 100%);background:linear-gradient(to bottom, white 0%, gainsboro 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{cursor:default;color:#666 !important;border:1px
solid transparent;background:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:white !important;border:1px
solid #111;background-color:#585858;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));background:-webkit-linear-gradient(top, #585858 0%, #111 100%);background:-moz-linear-gradient(top, #585858 0%, #111 100%);background:-ms-linear-gradient(top, #585858 0%, #111 100%);background:-o-linear-gradient(top, #585858 0%, #111 100%);background:linear-gradient(to bottom, #585858 0%, #111 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));background:-webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);box-shadow:inset 0 0 3px #111}.dataTables_wrapper
.dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:white;background:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));background:-webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);background:-moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);background:-ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);background:-o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);background:linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%)}.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper
.dataTables_paginate{color:#333}.dataTables_wrapper
.dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll
div.dataTables_scrollBody{*margin-top:-1px;-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing{height:0;overflow:hidden;margin:0
!important;padding:0
!important}.dataTables_wrapper.no-footer
.dataTables_scrollBody{border-bottom:1px solid #111}.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody
table{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width: 767px){.dataTables_wrapper .dataTables_info,
.dataTables_wrapper
.dataTables_paginate{float:none;text-align:center}.dataTables_wrapper
.dataTables_paginate{margin-top:0.5em}}@media screen and (max-width: 640px){.dataTables_wrapper .dataTables_length,
.dataTables_wrapper
.dataTables_filter{float:none;text-align:center}.dataTables_wrapper
.dataTables_filter{margin-top:0.5em}}
#home_tab1 .ui-tabs-panel .grid_3 {margin-top:23px;}
.verifybutton{float:left;text-align:left;margin-left:5px}.verifybutton
.getverified{float:left;text-align:left}.verifybutton
a{text-align:center;float:right;margin-left:5px}.regleft{float:left;width:150px}.regright{float:right;width:320px;margin-right:12px}.btn_facebook.login_btn{padding-top:6px;padding-bottom:3px;line-height:42px;margin-top:5px;border:0}.topbox
button.blue_skin{border-top:none;border-left:none;border-right:none}.topbox button.blue_skin:active{border-bottom:1px;border-top:3px solid #1d497b}#topboxLoginForm{box-sizing:content-box}.infi_animate{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.regpage{background-color:#000;background-repeat:no-repeat;background-position:center 0;height:650px;width:100%;box-sizing:border-box;margin:0
auto;text-align:center}.regpage
a{vertical-align:bottom}.regpage
img{vertical-align:middle}.reg_bookoofra{background-image:url('https://slotwinner.de/default/img/registration/book-of-ra.jpg')}.reg_goldenark{background-image:url('https://slotwinner.de/default/img/registration/golden-ark.jpg')}div.regwrap{margin:0
auto;margin-top:87px;display:inline-block}.regwrap.err{margin-top:37px}.regpage
.topcloud{margin:0
auto;border-radius:10px;background-color:#fff;box-shadow:1px 3px 5px 0.00px rgba(0, 0, 0, 0.4);font-family:HelveticaNeue,Helvetica,Arial,sans-serif;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px);margin-bottom:30px}.regpage .topcloud:after{border-left:solid transparent 14px;border-right:solid transparent 14px;border-top:solid #fff 17px;bottom:-17px;content:" ";height:0;left:50%;margin-left:-13px;position:absolute;width:0}.topcloud
div.topline{padding-top:10px}.topcloud.bonus{width:300px;height:120px;line-height:45px}.topcloud.chgpasswd{padding-top:10px;width:410px;height:90px}.topcloud.welcome{width:390px;min-width:390px;min-height:120px}.topcloud.bonus
div.topline{line-height:50px}.topcloud.welcome
div.topline{line-height:30px}.topcloud.chgpasswd
div.topline{line-height:25px}.topcloud
div{text-align:center}.topcloud
img{vertical-align:middle}.regpage
.bigblue1{font-size:45px;font-weight:bold;color:#0051c6;text-align:center}.regpage
.bigblue2{font-size:40px;font-weight:bold;color:#008aff;text-align:center}.regpage
.medblue1{font-size:25px;font-weight:500;color:#0051c6;line-height:35px}.regpage
.gray1{font-size:18px;font-weight:400;color:#898989}.regpage
.green1{font-size:20px;font-weight:400;color:#00ab57;line-height:26px}.regpage
.blk1{font-size:25px;font-weight:500;color:#363636}.regpage
.orange1{font-size:25px;font-weight:400;color:#ff8400}.regpage
.lockline{margin-top:10px}.regpage .lockline
span{padding-left:12px}.mailline{margin-top:15px}.mailline
span{padding-left:12px;line-height:26px;padding-right:10px}.reg_err{min-width:300px;margin:0
auto;border:none;border-radius:5px;height:20px;background-color:#fff;margin-top:5px;margin-bottom:10px;font-size:18px;padding-top:10px;padding-bottom:10px;color:#C00;padding-left:5px;padding-right:5px}.reg_fields{width:300px;margin:0
auto}.reg_fields
input{width:260px;height:50px;border-radius:5px;padding-left:20px;padding-right:20px;font-size:18px;font-weight:400;border:none;margin-bottom:20px}.reg_buttons{width:300px;margin:0
auto}.reg_buttons
button{margin-bottom:10px}.reg_buttons button.btn-green{border:none;width:300px;min-height:50px;height:auto;background:linear-gradient(0deg, #23c43f 0%, #37d752 100%);background:-webkit-linear-gradient(90deg, #23c43f 0%, #37d752 100%);background:-moz-linear-gradient(90deg, #23c43f 0%, #37d752 100%);background:-o-linear-gradient(90deg, #23c43f 0%, #37d752 100%);background:-ms-linear-gradient(90deg, #23c43f 0%, #37d752 100%);border-radius:5px;box-shadow:1px 3px 5px 0.00px rgba(0, 0, 0, 0.4);font-size:25px;font-weight:500;color:#fff;cursor:pointer}.reg_buttons button.btn-facebook{border:none;width:300px;min-height:50px;height:auto;border-radius:5px;background-color:#3b599c;box-shadow:1px 3px 5px 0.00px rgba(0,0,0,0.4);font-size:20px;font-weight:500;color:#fff;cursor:pointer}.reg_chks{clear:both;font-size:14px;font-weight:400;color:#c2c2c2;background-color:rgba(0, 0, 0, 0.6);width:300px;text-align:left;height:59px;margin:0
auto;margin-bottom:15px;font-family:helvetica}.reg_chks
div{padding-top:5px;margin-left:5px}.reg_chks
a{color:#fff}.topcloud.completereg{width:410px;min-height:100px}.topcloud.completereg
.green2{color:#23c43f;font-size:30px;font-weight:bold;padding-top:20px;padding-bottom:20px}.regpage
.blk1{font-size:18px;font-weight:400;color:#303030}div.regwrap.cont{margin:0
auto;margin-top:15px;display:inline-block}.regwrap.cont.err{}div.regwrap.cont
.reg_err{height:auto}div.reg_fields.block2{width:620px}div.reg_fields.block2
input{margin-bottom:15px}div.reg_fields.block2>div{clear:both}.reg_fields
input.w30{width:30px}.reg_fields
input.w50{width:50px}.reg_fields
input.w130{width:130px}.reg_fields
input.w300{width:260px}.reg_fields
input.w405{width:365px}.reg_fields
input.w195{width:155px}.error1, div.reg_fields .select2-container.error1 .select2-selection{background-color:#ffdede}div.reg_fields .select2-container{font-size:18px;height:52px;float:left}div.reg_fields .select2-container .select2-selection{height:52px;padding-top:12px}div.reg_fields .select2-container .select2-selection__rendered{text-align:left;margin-left:10px}div.reg_fields .select2-container .select2-selection__arrow{padding-top:20px}div.reg_fields .select2-container .select2-results{font-size:18px}div.reg_buttons.cont_width{width:100%}div.reg_buttons.cont_width
button{width:620px}.fleft{float:left}.fright{float:right}.mleft5{margin-left:5px}div.reg_fields .datediv .select2-container{margin-left:5px}div.reg_chks.block2{width:620px}.regShort .reg_fields
input{height:40px}.regShort div.reg_fields .select2-container{height:42px}.regShort div.reg_fields .select2-container .select2-selection{height:42px;padding-top:8px}.regShort div.reg_fields .select2-container .select2-selection__arrow{padding-top:17px}div.regwrap.special1{margin:0
auto;margin-top:60px;display:inline-block}.regwrap.special1.err{margin-top:10px}div.regwrap.special2{margin:0
auto;margin-top:60px;display:inline-block}.regwrap.special2.err{margin-top:10px}.regpage.special2{background-image:url('https://slotwinner.de/default/img/registration/bg2.jpg')}div.regwrap.special3{margin:0
auto;margin-top:60px;display:inline-block}.regwrap.special3.err{margin-top:10px}.regpage.special3{background-image:url('https://slotwinner.de/default/img/registration/bg3.jpg')}div.regwrap.special4{margin:0
auto;margin-top:60px;display:inline-block}.regwrap.special4.err{margin-top:10px}.regpage.special4{background-image:url('https://slotwinner.de/default/img/registration/bg4.jpg')}div.regwrap.special5{margin:0
auto;margin-top:60px;display:inline-block}.regwrap.special5.err{margin-top:10px}.regpage.special5{background-image:url('https://slotwinner.de/default/img/registration/book-of-ra-6.jpg')}
.reg_chks.onlypromo {height: 45px;}.onlypromo a, .onlypromo a:visited {color: #fff;}
.onlypromo input.promo_code {width: 260px;height: 50px;border-radius: 5px;padding-left: 20px;padding-right: 20px;font-size: 18px;font-weight: 400;border: none;margin-bottom: 20px;margin-top: 5px;}
/* downtime message */
.downtime-message {background: #ddd;color: #666;padding: 20px;text-align: center;}
/* surveys */
.survey_panel{padding:18px 0;text-align:center;background:#ddd;background:-moz-linear-gradient(top,#ddd 0%,#fff 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ddd),color-stop(100%,#fff));background:-webkit-linear-gradient(top,#ddd 0%,#fff 100%);background:-o-linear-gradient(top,#ddd 0%,#fff 100%);background:-ms-linear-gradient(top,#ddd 0%,#fff 100%);background:linear-gradient(to bottom,#ddd 0%,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd',endColorstr='#fff',GradientType=0 )}
.survey_box{box-shadow:0 1px 1px rgba(0,0,0,0.4);padding:8px 0;font-family:"Lato", sans-serif;}
.survey_box .close{color:#888;margin-right:10px;margin-top:3px;}
.survey_box a#openSurvey{font-weight:bold;text-decoration:underline;}
.survey_popup{width:740px !important;height:auto !important;margin:0 auto !important;padding-bottom:0 !important}
.newmodal_payment.survey_popup .newmodal_back_logo{padding-bottom:0 !important}
.newmodal_payment.survey_popup .newmodal_back_gradient{padding:40px 0 !important}
.newmodal_payment.survey_popup .newmodal_content{margin:auto !important;padding:0 !important;width:660px !important;position:static !important;top:auto !important;left:auto !important;bottom:auto !important;right:auto !important}
.newmodal_payment.survey_popup .newmodal_payment_title{font-size: 35px}
.newmodal_payment.survey_popup .newmodal_payment_content{margin:0 20px}
.survey_popup .arcticmodal-close{width:31px;height:31px;top:35px;cursor:pointer;right:5px;background:url("https://slotwinner.de/default/img/blue_close_btn.png") no-repeat scroll 0px 0px transparent;}
.survey_popup__header{height:109px;background:url("https://slotwinner.de/default/img/login_modal_heade.png") no-repeat scroll 0px 0px transparent;}
.survey_popup__header .title1{line-height:109px;}
.survey_popup .buttons{padding:15px;}
.survey_popup .buttons button .fa{vertical-align:middle;}
.survey_popup .buttons button .fa-caret-left{margin-right:5px;}
.survey_popup .buttons button .fa-caret-right{margin-left:5px;}
.survey_popup_content{-webkit-transition:all 0.4s ease-out;-moz-transition:all 0.4s ease-out;-o-transition:all 0.4s ease-out;transition:all 0.4s ease-out;}
.survey_popup_content_inner{padding:15px 0;-webkit-transition:all 0.4s ease-out;-moz-transition:all 0.4s ease-out;-o-transition:all 0.4s ease-out;transition:all 0.4s ease-out;background:#DAE9FF;}
.survey_popup textarea{min-height:46px;}
.survey_popup_content_inner select{padding:5px;width:100%;}
.survey_popup_content_inner h3{color:#0055C3;padding:10px 15px 1px 15px;border-top:2px solid #CBDDF8;}
.survey_popup_content_inner h3.even{}
.survey_popup_content_inner p{padding:5px 15px 15px 15px;margin:0;}
.survey_popup_content_inner .form_area{padding:5px;}
.survey_popup_content_inner .survey_error{text-align:center;color:red;font-size:0.9em;}
/* new registration buttons - landing pages */
.reg_bookoofra .reg_buttons button.btn-green{border:none;width:300px;min-height:50px;height:auto;background:#33d24e;border-radius:5px;border-bottom:3px solid #008f04;font-size:21px;font-weight:600;color:#ffffff;cursor:pointer;text-transform:uppercase;text-decoration:none;font-family:'Lato',sans-serif;text-shadow:1px 1px 1px #008f04;opacity:1;-webkit-transition:background 0.4s ease-out;-moz-transition:background 0.4s ease-out;-ms-transition:background 0.4s ease-out;-o-transition:background 0.4s ease-out;transition:background 0.4s ease-out;}
.reg_bookoofra .reg_buttons button.btn-green img{position:relative;margin-left:8px;top:-2px;}
.reg_bookoofra .reg_buttons button.btn-facebook{border:none;width:300px;min-height:50px;height:auto;border-radius:5px;background:#376CA9;border-bottom:3px solid #112d6c;font-size:21px;font-weight:600;color:#ffffff;cursor:pointer;text-transform:uppercase;text-decoration:none;font-family:'Lato',sans-serif;text-shadow:1px 1px 1px rgba(0,0,0,0.5);opacity:1;-webkit-transition:background 0.4s ease-out;-moz-transition:background 0.4s ease-out;-ms-transition:background 0.4s ease-out;-o-transition:background 0.4s ease-out;transition:background 0.4s ease-out;}
.reg_bookoofra .reg_buttons button.btn-facebook img{margin-right:5px;margin-bottom: -6px;vertical-align: bottom}.reg_bookoofra .reg_buttons button.btn-green:hover{background:#27B140}.reg_bookoofra .reg_buttons button.btn-facebook:hover{background:#275C98}
/* new promotions and homepage */
.lato_black{font-family:'Lato',sans-serif;font-weight:900;}
.lato_bold{font-family:'Lato',sans-serif;font-weight:700;}
.lato_thin{font-family:'Lato',sans-serif;font-weight:100;}
.lato_italic{font-family:'Lato',sans-serif;font-weight:400;font-style: italic}
.lato{font-family:'Lato',sans-serif;font-weight:400;}
.lato_light{font-family:'Lato',sans-serif;font-weight:300}
.pt_64{padding-top:64px;}
.promotion_btn_green{border:none;border-bottom:3px solid #00B91E;background:#3DD055;border-radius:5px;padding:11px 36px;font-size:17px;font-weight:600;color:#ffffff;cursor:pointer;text-transform:uppercase;text-decoration:none;font-family:'Lato',sans-serif;-webkit-transition:all 0.4s ease-out;-moz-transition:all 0.4s ease-out;-o-transition:all 0.4s ease-out;transition:all 0.4s ease-out;}
.promotion_btn_green:hover{color:#fff;background:#27B140;}
.promotion_fullwidth_top{width:100%;height:483px;border-bottom:8px solid #0152C7;}
.promotion_fullwidth_top .container_12{padding-top:5%;}
.promotion_fullwidth_top h1{color:#fff;text-shadow:1px 1px 1px rgba(0,0,0,0.7);font-size:55px;line-height:65px;}
.promotion_fullwidth_top h2{color:#fff;text-shadow:1px 1px 1px rgba(0,0,0,0.7);font-size:24px;line-height:30px;margin:10px 0 70px 0;}
.promotion_fullwidth_top .btn-green,.promotion_fullwidth_content .btn-green,.clouds-box .btn-green,.big-btn.btn-green{border:0;border-bottom:4px solid #008f04;background:#33d24e;border-radius:5px;font-size:25px;font-weight:700;padding:12px 20px 10px 50px;color:#fff;cursor:pointer;text-transform:uppercase;text-decoration:none;font-family:'Lato',sans-serif;text-shadow:1px 1px 1px #008f04;-webkit-transition:all 0.4s ease-out;-moz-transition:all 0.4s ease-out;-o-transition:all 0.4s ease-out;transition:all 0.4s ease-out;}
.promotion_fullwidth_top .btn-green:hover,.promotion_fullwidth_content .btn-green:hover,.clouds-box .btn-green:hover,.big-btn.btn-green:hover{color:#fff;background:#27B140;}
.promotion_fullwidth_top .btn-green img,.promotion_fullwidth_content .btn-green img,.clouds-box .btn-green img{position:relative;margin-left:20px;}
.clouds-box .btn-green{padding:14px 20px 14px 50px;}
.promotion_fullwidth_content{font-size:14px;padding:20px 0;}
.promotion_fullwidth_content p{padding-left:10px;padding-right:10px;}
.promotion_fullwidth_content ol{list-style-type:decimal;margin:20px 0 20px 40px;}
.promotion_fullwidth_content ol li{margin:10px 0;}
.grid_9_homepage{margin-left:0;margin-right:0;width:801px !important}
.bonus_promo{margin:25px 0px 0px 20px;}
.bonus_slidecontainer{top:0;position:relative;margin:0 auto;}
.bonus_slidecontainer .fraction-slider{position:relative;width:226px;height:393px;margin:0 auto;}
.bonus_slidecontainer .bonus_title{width:226px;font-size:18px;position:absolute;top:18px;z-index:3}
.bonus_slidecontainer .bonus_desc{line-height:17px;width:196px;padding:0 15px;font-size:15px;position:absolute;top:55px;z-index:3}
.bonus_slidecontainer .bonus_btn{width:226px;position:absolute;top:345px;z-index:3}
.bonus_slidecontainer .bonus_btn .btn-green{border:0;border-bottom:3px solid #008f04;background:#33d24e;border-radius:5px;padding:8px 0;width:190px;color:#fff;cursor:pointer;text-transform:uppercase;text-decoration:none;font-family:'lato',sans-serif;text-shadow:0 0 0 #fff;-webkit-transition:all 0.4s ease-out;-moz-transition:all 0.4s ease-out;-o-transition:all 0.4s ease-out;transition:all 0.4s ease-out;}
.bonus_slidecontainer .bonus_btn .btn-green:hover{color:#fff;background:#27B140;}
.bonus_slidecontainer .fs-pager-wrapper{bottom:7px;left:0;width:226px;text-align:center;}
.bonus_slidecontainer .fs-pager-wrapper a{display:inline-block;width:17px;height:17px;margin:0 3px;background:transparent url("https://slotwinner.de/default/img/home-sprites/home-sprite-2.png") no-repeat scroll -19px -156px;}
.bonus_slidecontainer .fs-pager-wrapper .active,.bonus_slidecontainer .fs-pager-wrapper a:hover{background-position:0px -156px;}
.clouds-box .slidecontainer{width:100%;height:100%}
.clouds-box .homepage-slider{width:100%;height:100%;position: relative}
.clouds-box .homepage-slider .slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;-webkit-transition:opacity 1500ms ease-out;-moz-transition:opacity 1500ms ease-out;-o-transition:opacity 1500ms ease-out;transition:opacity 1500ms ease-out;}
.clouds-box .homepage-slider .slide.show {opacity:1}
.clouds-box .homepage-slider .slide .inner{margin:0 10px;padding-top:90px}
.clouds-box .slider_title{margin-top:15px;font-size:40px;line-height:43px;text-shadow:none;opacity:0} /*position: absolute;top:120px;left:10px;*/
.clouds-box .slider_desc{margin-top:33px;font-size:20px;line-height:24px;text-shadow:none;text-align:left;opacity:0} /*position: absolute;top:180px;left:10px;*/
.clouds-box .slider_btn{margin-top: 45px;display: inline-block;opacity:0} /*position: absolute;top:275px;left:10px;*/
.clouds-box .anim{-webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);-moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);-o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */}
.clouds-box .slider_title.show{margin-top:0;opacity:1}
.clouds-box .slider_desc.show{margin-top:18px;opacity:1}
.clouds-box .slider_btn.show{margin-top:30px;opacity:1}
.clouds-box .slider_title.oktober_de{line-height: 44px}
.clouds-box .slider_title.gt_batch{width:480px;line-height:45px}
.clouds-box .slider_title.gt_batch.de{width:630px}
.clouds-box .slider_title.gt_batch.pl{width:520px}
.clouds-box .slider_title.gt_batch.ru{width:580px}
.clouds-box .slider_title.xmas{width:500px}
.clouds-box .slider_desc.gt_batch{width:330px}
.clouds-box .slider_desc.gt_batch.de{width:420px}
.clouds-box .fs-pager-wrapper{bottom:12px;left:0;width:100%;text-align:center;}
.clouds-box .fs-pager-wrapper a{display:inline-block;width:17px;height:17px;margin:0 4px;background:transparent url("https://slotwinner.de/default/img/home-sprites/home-sprite-2.png") no-repeat scroll -19px -156px;}
.clouds-box .fs-pager-wrapper .active,.clouds-box .fs-pager-wrapper a:hover{background-position:0px -156px;}
.promotion_fullwidth_content ol li{margin:10px 0;}
.big-btn.btn-green{margin:40px 10px 30px;display: block;opacity:1; text-align: center; padding:20px;text-transform: none !important;}
/* upload form */
.upload_docs_form .jq-file{width:350px;}
.upload_docs_form .select1{width:306px;margin-left:7px;}
.upload_docs_form .jq-file__name{color:#333;}
.upload_docs_form .jq-selectbox li.disabled{color:#888;}
.upload_docs_form .removeFile{width:43px;}
.upload_docs_form .uploadFile{width:98px;}
.gray_skin_up{background:#f7f7f7;background:-moz-linear-gradient(top,#f7f7f7 0%,#e5e5e5 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f7f7f7),color-stop(100%,#e5e5e5));background:-webkit-linear-gradient(top,#f7f7f7 0%,#e5e5e5 100%);background:-o-linear-gradient(top,#f7f7f7 0%,#e5e5e5 100%);background:-ms-linear-gradient(top,#f7f7f7 0%,#e5e5e5 100%);background:linear-gradient(to bottom,#f7f7f7 0%,#e5e5e5 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7',endColorstr='#e5e5e5',GradientType=0 );border:1px solid #aaaaaa;border-bottom-width:4px;color:#333;}
.gray_skin_up:hover{background:#e5e5e5;background:-moz-linear-gradient(top,#e5e5e5 0%,#f7f7f7 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e5e5e5),color-stop(100%,#f7f7f7));background:-webkit-linear-gradient(top,#e5e5e5 0%,#f7f7f7 100%);background:-o-linear-gradient(top,#e5e5e5 0%,#f7f7f7 100%);background:-ms-linear-gradient(top,#e5e5e5 0%,#f7f7f7 100%);background:linear-gradient(to bottom,#e5e5e5 0%,#f7f7f7 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5',endColorstr='#f7f7f7',GradientType=0 );}
.gray_skin_up:active{border-top-width:4px;border-bottom-width:1px;}
.upload_docs_form .wallet_form__row button{margin-top:0 !important;margin-left:6px;}
.upload_docs_form .removeAllFiles{margin-right:6px;}
.myDocuments td{text-align:left;padding:8px 15px;}
.myDocuments .status{text-align:center;}
.status .Refused{color:#D82121}
.status .Accepted{color:#2DA641}
.status .Pending{color:#FF8D23}
/* homepage rating */
.home_rating {padding: 15px 0px 30px;}
.home_rating .stars {padding: 6px 2px;}
.home_rating .result {padding: 6px 2px;}
/* new modal */
.newmodal{width:800px;height:400px;background:url("https://slotwinner.de/default/img/new-popup/basic-background.jpg") 0 0 no-repeat;margin:auto;border-radius:12px;}
.newmodal .arcticmodal-close{width:43px;height:43px;top:-15px;right:-15px;cursor:pointer;background:url("https://slotwinner.de/default/img/new-popup/close.png") 0 0 no-repeat;}
.newmodal .newmodal_content{}
.newmodal .newmodal_content_inner{padding:80px 60px;}
.newmodal h2{margin-bottom:20px;}
.newmodal .buttons{text-align:center;min-height:60px;margin-top:40px;}
/* new game description / landing */
.radius10{border-radius:10px;-moz-border-radius:10px;-khtml-border-radius:10px;-webkit-border-radius:10px}
.game_box{background-image:url(https://slotwinner.de/default/img/games-landing/all.jpg);background-position:top center;background-repeat:no-repeat;}
.game_box.game-3{background-image:url(https://slotwinner.de/default/img/games-landing/bor.jpg);background-position:top center;background-repeat:no-repeat;}
.game_box.game-5{background-image:url(https://slotwinner.de/default/img/games-landing/lucky.jpg);background-position:top center;background-repeat:no-repeat;}
.game_box.game-30{background-image:url(https://slotwinner.de/default/img/games-landing/lord.jpg);background-position:top center;background-repeat:no-repeat;}
.game_box.game-4{background-image:url(https://slotwinner.de/default/img/games-landing/sizz.jpg);background-position:top center;background-repeat:no-repeat;}
.game-description-top{height:560px}
.game-description-top .game-preview{width:692px;height:456px;border:7px solid rgba(255,255,255,.5);margin-left:-10px;}
.game-description-top .game-preview .frame_box{background:#000;}
.game-description-top .game-preview-aside{}
.game-description-top .game-preview-aside .bonus{border:2px solid #fff;height:200px;background:url(https://slotwinner.de/default/img/games-landing/bonus-background.png) center no-repeat;position:relative;text-align:center;}
.game-description-top .game-preview-aside .bonus .price{font-size:60px;line-height:56px;color:rgb(255,255,255);font-weight:700;font-family:"Helvetica Neue",helvetica;margin:10px 0px 0px;display:block;}
.game-description-top .game-preview-aside .bonus .open-account{color:rgb(255,237,0);font-size:40px;display:block;line-height:38px;font-family:helvetica;font-weight:500;margin:0px 0px 10px;}
.game-description-top .game-preview-aside .bonus .playgame{padding:11px 18px;}
.game-description-top .game-preview-aside .bonus .register{text-align:center;border:none;width:300px;min-height:50px;line-height:50px;height:auto;background:#33d24e;border-radius:5px;box-shadow:0px 5px 0px 0px #008E17;font-size:22px;font-weight:800;color:#ffffff;cursor:pointer;text-transform:uppercase;text-decoration:none;font-family:'Lato',sans-serif;text-shadow:1px 1px 1px rgba(0,0,0,0.5);opacity:1;-webkit-transition:all 0.4s ease-in-out 1s;-moz-transition:all 0.4s ease-in-out 1s;-ms-transition:all 0.4s ease-in-out 1s;-o-transition:all 0.4s ease-in-out 1s;transition:all 0.4s ease-in-out 1s}
.game-description-top .game-preview-aside .bonus .register:hover{background-color:#58DA6F;}
.game-description-top .game-preview-aside .bonus .register img{position:relative;margin-left:8px;top:15px;}
.game-description-top .game-preview-aside .bonus .coins{width:335px;height:37px;background:url(https://slotwinner.de/default/img/games-landing/bonus-coins.png) center no-repeat;position:absolute;bottom:0;left:-2px;}
.game-description-top .game-preview-aside .bonus .icon{width:126px;height:114px;background:url(https://slotwinner.de/default/img/games-landing/bonus-icon.png) center no-repeat;position:absolute;top:-46px;right:-47px;}
.game_description__header{background:#E6E6E6;margin-bottom:60px;}
.game_description__header h1{color:#0055C3;font-family:"Lato",sans-serif;font-weight:400;font-size:24px;line-height:24px;margin:20px 0 10px 0;}
.game_description__header .rating-wrap{width:auto;}
.game_description__header .rating-wrap #rating1{float:left;margin-bottom:10px;margin-right:10px;}
.game_description__header .rating-wrap .result{float:left;font-family:"Lato",sans-serif;font-size:14px;color:#5B5B5B;}
.game_description__header .rating-wrap .jRatingColor{background-color:#FFEF38;}
.game_box__content h2{color:rgb(91,91,91);font-family:"Lato",sans-serif;font-size:24px;line-height:24px;margin-bottom:40px;}
.game_box__content aside{margin-top:64px;}
.game_box__content .last-winners{}
.game_box__content #latest_winners_slider .viewport{height:150px;}
.game_box__content .last-winners .lat_winners__item{width:470px;margin:auto;}
.game_box__content .last-winners .lat_winners__name{width:160px;padding-left:0;}
.game_box__content .last-winners .lat_winners__name span{}
.game_box__content .last-winners .lat_winners__price{padding-right:0;}
.game_box__content .facebook_comments{margin-top:20px}
.privacy_list ol, .privacy_list ul { counter-reset: item }
.privacy_list ol li:before { content: counters(item, ".")"."; counter-increment: item}
.privacy_list ul li:before { content: counter(item, lower-alpha)"."}
/* wager games list*/
#wagerGamesModal .promotion_title{margin: 10px 0 10px 0;}
#wagerGamesModal .arcticmodal-close{position:fixed;right: 18px}
.wager_games_list span{display: inline-block;width: 25%;padding: 4px 0;}
.clouds-box .pauseplay-btn{width:50px;height:40px;position:absolute;bottom:40px;left:50%;margin:0 0 0 -25px;z-index:9999;background-color:#fff;background-position:center;background-repeat:no-repeat;background-size:38px;opacity:0;border-radius:5px;-webkit-transition:all 0.4s ease-out;-moz-transition:all 0.4s ease-out;-ms-transition:all 0.4s ease-out;-o-transition:all 0.4s ease-out;transition:all 0.4s ease-out;}
.clouds-box .pause{background-image:url(https://slotwinner.de/default/img/homepage-slider/pause.png);}
.clouds-box:hover .pause{opacity:.8;cursor:pointer;}
.clouds-box .play{background-image:url(https://slotwinner.de/default/img/homepage-slider/play.png);opacity:.8;cursor:pointer;}
/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.0 - 2014
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
#outdated{display:none;position:fixed;top:0;left:0;width:100%;height:170px;text-align:center;text-transform:uppercase;z-index:1500;background-color:#f25648;color:#fff}* html #outdated{position:absolute}#outdated h6{font-size:25px;line-height:25px;margin:30px 0 10px}#outdated p{font-size:12px;line-height:12px;margin:0}#outdated #btnUpdateBrowser{display:block;position:relative;padding:10px 20px;margin:30px auto 0;width:230px;color:#fff;text-decoration:none;border:2px solid #fff;cursor:pointer}#outdated #btnUpdateBrowser:hover{color:#f25648;background-color:#fff}#outdated .last{position:absolute;top:10px;right:25px;width:20px;height:20px}#outdated #btnCloseUpdateBrowser{display:block;position:relative;width:100%;height:100%;text-decoration:none;color:#fff;font-size:36px;line-height:36px}
/* Summer Promotion 2015 */
#content.summer-promotion2015{background:#19D3FA;}
.summer-promotion2015 .promotion_fullwidth_top{height:auto;border-bottom:0;}
.summer-promotion2015 .promotion_fullwidth_top .container_12{padding-top:40px;}
.summer-promotion2015 .promotion_fullwidth_top .top{height:653px;position:relative;}
.summer-promotion2015 .promotion_fullwidth_top .top h1{text-transform:uppercase;text-align:center;font-size:57px;line-height:57px;margin:0;text-shadow:none;}
.summer-promotion2015 .promotion_fullwidth_top .top h2{text-transform:uppercase;text-align:center;font-size:35px;line-height:35px;margin:5px 0 20px 0;text-shadow:none;}
.summer-promotion2015 .promotion_fullwidth_top .top h2.ro{font-size:30px;}
.summer-promotion2015 .promotion_fullwidth_top .top h2.pl{font-size:25px;}
.summer-promotion2015 .promotion_fullwidth_top .top p{text-align:center;font-size:17px;line-height:23px;width:55%;margin:0 auto;color:#fff;text-shadow:1px 1px 4px #FF4E00;}
.summer-promotion2015 .promotion_fullwidth_top .top p.second{margin-top:10px;}
.summer-promotion2015 .promotion_fullwidth_top .top p.ru{width:70%;}
.summer-promotion2015 .promotion_fullwidth_top .top .plane{position:absolute;top:150px;left:-315px;width:287px;height:76px;background:url(https://slotwinner.de/default/img/summer-2015-promo/plane.png) top left no-repeat;}
.summer-promotion2015 .promotion_fullwidth_top .top .surf{position:absolute;top:366px;left:-95px;width:168px;height:291px;background:url(https://slotwinner.de/default/img/summer-2015-promo/surf.png) top left no-repeat;}
.summer-promotion2015 .promotion_fullwidth_top .games{width:1110px;margin-bottom:40px;background:rgba(255,255,255,.9);border-radius:10px;}
.summer-promotion2015 .promotion_fullwidth_top .games .inner{padding:30px 20px 0 20px;}
.summer-promotion2015 .promotion_fullwidth_top .games .grid_3{margin-bottom:30px;}
.summer-promotion2015 .promotion_fullwidth_top .prizes{width:1110px;background:#fff;border-radius:10px;margin-bottom:50px;}
.summer-promotion2015 .promotion_fullwidth_top .prizes .title{height:50px;line-height:50px;text-align:center;background:#1F74EB;color:#fff;font-size:19px;border-radius:10px 10px 0 0;}
.summer-promotion2015 .promotion_fullwidth_top .prizes .title b{margin-left:10px;font-size:20px;}
.summer-promotion2015 .promotion_fullwidth_top .prizes .body{padding:15px 20px 0 20px;}
.summer-promo-link{display:block;left:0;right:0;top:0;bottom:0;}
/* DE Create Account1..8 modification - QUAS-1261 */
.topcloud.bonus.de {height:70px}
.topcloud.bonus.de .bigblue2 {display: none}
/* Oktoberfest Promotion 2015 */
.neongreen {color: #00FF54}
.oktoberfest-promotion2015 {padding:0 !important}
.oktoberfest-promotion2015 .promotion_fullwidth_top{height:750px;border-bottom:0}
.oktoberfest-promotion2015 h1 {display:none}
.oktoberfest-promotion2015 .promotion_fullwidth_content {background:url(https://slotwinner.de/default/img/oktoberfest-2015-promo/landing-page-back.jpg) no-repeat top;color:#fff;position:relative;padding:60px 0;max-height:590px}
.oktoberfest-promotion2015 .left {text-align:center;padding-top:5px}
.oktoberfest-promotion2015 .left img {}
.oktoberfest-promotion2015 .left .playgame {display:inline-block;width:267px;height:55px;line-height:51px;padding:0;margin:13px 0 43px 0;background:url(https://slotwinner.de/default/img/oktoberfest-2015-promo/button.png) no-repeat top;color:#5E4004;text-transform:uppercase;font-size:18px;text-shadow:-1px -1px 0px #CDB51D;border:0}
.oktoberfest-promotion2015 .right {padding-top:23px;margin-right:0;margin-left:0;width:534px}
.oktoberfest-promotion2015 .right h2 {font-size:30px;margin:0}
.oktoberfest-promotion2015 .right h2.big {font-size:38px}
.oktoberfest-promotion2015 .right img {display:block;margin:26px 0 26px -20px}
.oktoberfest-promotion2015 .right p {font-size:20px;padding:0;margin:38px 0 0 0;line-height:23px;text-align:left}
.oktoberfest-promotion2015 .right p.pl {font-size:18px}
.oktoberfest-promotion2015 .right p.de {font-size:18px}
.oktoberfest-promotion2015 .right blockquote {font-size:15px;margin:23px 0 0 0;padding:0}
.oktoberfest-promotion2015 .quasar-logo {width:121px;height:108px;background:url(https://slotwinner.de/default/img/oktoberfest-2015-promo/quasar-logo.png) no-repeat center;position:absolute;left:50%;top:-67px;margin-left:-60px}
.skrillOneTap{background:url(https://slotwinner.de/default/img/pay-logos/onetap.png) no-repeat;background-size: contain;background-position: center;width: 100px;height: 37px;}
.d_tc.mcontent .actions{float:right;font-size:11px;margin:-20px -15px 0 0}
.d_tc.mcontent .actions a{text-transform:uppercase;color:#fff;display:inline-block}
.d_tc.mcontent .actions a .fa{font-size:150%;vertical-align:middle}
.terms_nav .search_terms{padding:10px;position:absolute;bottom:0;width:230px;left:0}
.terms_nav .search_terms .search_game{margin:0;background:#fff}
.terms_nav .search_terms .search_game__field{width:216px}
.terms_nav .search_terms .game_search__btn{line-height: 10px}
/* Halloween Promotion 2015 */
#content.halloween-promotion2015 {padding:0}
.halloween-promotion2015 .lato_thin{text-shadow: 0px 0px 0px rgb(212, 155, 226)}
.halloween-promotion2015 .promotion_fullwidth_top{background:url(https://slotwinner.de/default/img/halloween-2015-promo/top-back.jpg) top center no-repeat;height:477px;border-bottom:2px solid #000}
.halloween-promotion2015 .promotion_fullwidth_top h1{font-size:43px;line-height:43px;font-weight:400;text-shadow:none;margin:70px 0 0 50px}
.halloween-promotion2015.de .promotion_fullwidth_top h1,.halloween-promotion2015.pl .promotion_fullwidth_top h1{width:470px;font-size:40px;margin-left:60px}
.halloween-promotion2015.ru .promotion_fullwidth_top h1{width:400px;margin-left:60px}
.halloween-promotion2015 .promotion_fullwidth_top h2{line-height:28px;text-shadow:none;margin:0 0 0 50px}
.halloween-promotion2015.de .promotion_fullwidth_top h2,.halloween-promotion2015.pl .promotion_fullwidth_top h2{margin-left:60px}
.halloween-promotion2015.ru .promotion_fullwidth_top h2{width:300px;margin-left:60px}
.halloween-promotion2015 .promotion_fullwidth_content {color:#fff;padding:0}
.halloween-promotion2015 .promotion_fullwidth_content.middle {background:#000 url(https://slotwinner.de/default/img/halloween-2015-promo/purple-clouds.jpg) top center no-repeat;overflow:hidden}
.halloween-promotion2015 .promotion_fullwidth_content.middle .bat_top{background: url(https://slotwinner.de/default/img/halloween-2015-promo/bat-top.png) top center no-repeat;width:365px;height:63px;position:absolute;left:50%;top:-99px;margin-left:-182px}
.halloween-promotion2015 .promotion_fullwidth_content.middle .grid_12{padding:80px 0 20px}
.halloween-promotion2015 .promotion_fullwidth_content h2{font-size:24px;line-height:32px;color:#D49BE2}
.halloween-promotion2015 .promotion_fullwidth_content h2 b{font-size:31px;letter-spacing:-1px;color:#D59BE5;vertical-align:baseline}
.halloween-promotion2015 .promotion_fullwidth_content .bat_section{background: url(https://slotwinner.de/default/img/halloween-2015-promo/bat-middle.png) top center no-repeat;height:27px;margin:15px 0 50px}
.halloween-promotion2015 .promotion_fullwidth_content p{font-size:18px;margin: 0 0 21px -11px;line-height:22px;}
.halloween-promotion2015 .promotion_fullwidth_content p strong{color:#A1709F;font-size:35px;font-weight:400;line-height:38px;vertical-align:bottom;letter-spacing:-1.4px}
.halloween-promotion2015 .promotion_fullwidth_content .divider{height:71px}
.halloween-promotion2015 .bat{position:absolute;width:198px;height:90px;background:url(https://slotwinner.de/default/img/halloween-2015-promo/bat-move.png) 0 0 no-repeat;transform-origin:initial}
.halloween-promotion2015 .bat.step1{position:absolute;width:198px;height:90px;background:url(https://slotwinner.de/default/img/halloween-2015-promo/bat-move.png) -198px 0 no-repeat;transform-origin:initial}
.halloween-promotion2015 .bat.step2{position:absolute;width:198px;height:90px;background:url(https://slotwinner.de/default/img/halloween-2015-promo/bat-move.png) -396px 0 no-repeat;transform-origin:initial}
.halloween-promotion2015 .bat.step3{position:absolute;width:198px;height:90px;background:url(https://slotwinner.de/default/img/halloween-2015-promo/bat-move.png) -594px 0 no-repeat;transform-origin:initial}
.halloween-promotion2015 .bat1{top:45px;right:22px;transform:rotate(43deg) scale(0.17, 0.17)}
.halloween-promotion2015 .bat2{top:15px;right:77px;transform:rotate(3deg) scale(0.35, 0.35)}
.halloween-promotion2015 .bat3{top:79px;right:86px;transform:rotate(43deg) scale(0.36, 0.36)}
.halloween-promotion2015 .bat4{top:133px;right:46px;transform:rotate(0deg) scale(0.45, 0.45)}
.halloween-promotion2015 .bat5{top:324px;right:68px}
.halloween-promotion2015 .tree{position:absolute;bottom:-80px;left:-655px;width:990px;height:660px;background:url(https://slotwinner.de/default/img/halloween-2015-promo/tree.png) center no-repeat}
.halloween-promotion2015 .promotion_fullwidth_content.slots {background:url(https://slotwinner.de/default/img/halloween-2015-promo/slots-back.jpg) top center no-repeat;height:449px}
.halloween-promotion2015 .promotion_fullwidth_content.slots .bat_top{background: url(https://slotwinner.de/default/img/halloween-2015-promo/bat-middle.png) top center no-repeat;width:227px;height:27px;position:absolute;left:50%;top:-10px;margin-left:-113px}
.halloween-promotion2015 .promotion_fullwidth_content.slots .grid_12{padding:68px 0 110px}
.halloween-promotion2015 .promotion_fullwidth_content.slots .slot{text-align:center;position:absolute}
.halloween-promotion2015 .promotion_fullwidth_content.slots .slot1{width:247px;left:0}
.halloween-promotion2015 .promotion_fullwidth_content.slots .slot2{width:250px;left:243px}
.halloween-promotion2015 .promotion_fullwidth_content.slots .slot3{width:300px;left:471px}
.halloween-promotion2015 .promotion_fullwidth_content.slots .slot4{width:317px;left:723px}
.halloween-promotion2015 .promotion_fullwidth_content.slots .slot img{position:absolute;top:0;left:0}
.halloween-promotion2015 .promotion_fullwidth_content.slots .slot span{font-size:18px;position:absolute;top:252px;left:0;width:100%}
.halloween-promotion2015 .promotion_fullwidth_content.slots .button{position:absolute;bottom:-15px;text-align:center;width:100%}
.halloween-promotion2015 .promotion_fullwidth_content.slots .button a{display:inline-block}
.halloween-promotion2015 .promotion_fullwidth_content.bottom {background:#000 url(https://slotwinner.de/default/img/halloween-2015-promo/purple-stars.jpg) top center no-repeat}
.halloween-promotion2015 .promotion_fullwidth_content.bottom .grid_12{padding:76px 0 150px}
.halloween-promotion2015 .promotion_fullwidth_content.bottom .facebook-link {display: block;width:194px;height:67px;margin:0 auto 15px;background:url(https://slotwinner.de/default/img/halloween-2015-promo/facebook.png) center no-repeat;text-indent:-1000em}
.halloween-promotion2015 .promotion_fullwidth_content.bottom .m_bottom {margin-bottom:30px}
.halloween-promotion2015 .promotion_fullwidth_content.bottom .prizes {width:750px;margin:0 auto;font-size:20px;font-weight:600;line-height:32px}
.halloween-promotion2015 .promotion_fullwidth_content.bottom .prizes span{display:inline-block;width:250px}
.halloween-promotion2015 .promotion_fullwidth_content.bottom .prizes span.first{width:430px}
.halloween-promotion2015 .promotion_fullwidth_content.bottom .prizes strong{display:inline-block;color:#D59CE3;font-size: 23px}
.halloween-promotion2015 .promotion_fullwidth_content.terms{}
.halloween-promotion2015 .promotion_fullwidth_content.terms .promo_terms_header{background:#240733;height:100px;line-height:100px}
.halloween-promotion2015 .promotion_fullwidth_content.terms .promo_terms_header a{color:#fff}
.halloween-promotion2015 .promotion_fullwidth_content.terms .promo_terms_header a span{text-decoration:underline}
.halloween-promotion2015 .promotion_fullwidth_content.terms .promo_terms_header .left{float:left}
.halloween-promotion2015 .promotion_fullwidth_content.terms .promo_terms_header .left .fa{color:#A34C9D;font-size:24px;vertical-align:middle;margin-left:10px;}
.halloween-promotion2015 .promotion_fullwidth_content.terms .promo_terms_header .right{float:right}
.halloween-promotion2015 .promotion_fullwidth_content.terms .promo_terms_header .right span{text-decoration:underline}
.halloween-promotion2015 .promotion_fullwidth_content.terms .promo_terms_header .right img{vertical-align:middle;margin-left:15px}
.halloween-promotion2015 .promotion_fullwidth_content.terms .promo_terms_content{padding:20px 0 40px;background:#1A0524}
.halloween-promotion2015 .promotion_fullwidth_content.terms .promo_terms_content h3{font-size: 18px;margin-bottom:10px}
.halloween-promotion2015 .promotion_fullwidth_content.terms .promo_terms_content p{font-size: 16px}
.halloween-promotion2015 .promotion_fullwidth_content.terms .promo_terms_content ol{}
.halloween-promotion2015 .promotion_fullwidth_content.terms .promo_terms_content ol li{padding-left:25px;margin-left:-25px}
.halloween-promotion2015 .promotion_fullwidth_content.terms .promo_terms_content ol li a {color:#fff;text-decoration:underline}
.image-ribbon{text-align:center;width:94px;height:94px;z-index:100;float:left;position: absolute;left:-7px;top: -7px;text-shadow:0 1px 1px red;color:white;font-weight:800;overflow:visible;display:block;
background-image:url("https://slotwinner.de/default/img/new-ribbon.png")}
.image-ribbon-text {text-align:center;width:150px;height:25px;z-index:100;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);float:left;position:absolute;left:-41px;top:18px;text-shadow:0 1px 1px green;color:white;font-weight:800;font-size:19px;letter-spacing:1px}
.main_title_wrapper{height:92px}
.main_title{font-family:'Lato';font-weight:300;color:#fff;font-size:30px;line-height:30px;padding:30px 0}
.main_title .main_title_icon{display:inline-block;margin-right:10px;margin-top: -2px;background:url(https://slotwinner.de/default/img/icons/main_title_icons.png) no-repeat}
.main_title .icon_account{width: 27px;height: 33px;background-position: -5px -5px}
.main_title .icon_casino{width: 35px;height: 35px;background-position: -89px -5px}
.main_title .icon_promotions{width: 27px;height: 34px;background-position: -134px -5px}
.main_title .icon_cashier{width: 37px;height: 30px;background-position: -42px -5px}
.main_title_jackpots{height:263px;background:url(https://slotwinner.de/default/img/jackpots_title.jpg) center}
/* XMAS Promotion 2015 */
.xmas-promo .promotion_fullwidth_top{background: url(https://slotwinner.de/default/img/xmas-2015-promo/landing-banner.jpg) top center no-repeat;height:610px;border:0;overflow: hidden;}
.xmas-promo .promotion_fullwidth_content{background:#EFEFEF;padding:0 0 20px 0}
.xmas-promo .promotion_fullwidth_content h3{font-size: 23px;line-height: 28px;margin:0;padding:20px 10px 15px;color:#104FB8}
.xmas-promo .lighten{position: absolute;display: none;opacity: .85}
.xmas-promo .lighten-left{left: -488px;top: 460px;width: 511px;height: 85px;background: url(https://slotwinner.de/default/img/xmas-2015-promo/lighten-left.png) center no-repeat}
.xmas-promo .lighten-left2{left: -132px;top: 465px;width: 511px;height: 84px;background: url(https://slotwinner.de/default/img/xmas-2015-promo/lighten-left2.png) center no-repeat}
.xmas-promo .lighten-center{left: 127px;top: 469px;width: 512px;height: 93px;background: url(https://slotwinner.de/default/img/xmas-2015-promo/lighten-center.png) center no-repeat}
.xmas-promo .lighten-right{left: 393px;top: 478px;width: 512px;height: 93px;background: url(https://slotwinner.de/default/img/xmas-2015-promo/lighten-right.png) center no-repeat}
.xmas-promo .lighten-right2{left: 894px;top: 470px;width: 512px;height: 93px;background: url(https://slotwinner.de/default/img/xmas-2015-promo/lighten-right.png) center no-repeat}
.m_menu li:hover .m_menu__link.xmas, .current .m_menu__link.xmas, li.sfHover .m_menu__link.xmas, .m_menu__link.show.xmas{color:#E13E46;border-bottom:3px solid #E13E46}
/* new cashier */
.fs_15{font-size:15px;letter-spacing:0.3px;line-height: 30px}
.c_8E{color:#8E8E8E}
.c_lightblue{color:#008CFB}
.h_ani{-webkit-transition:opacity 400ms ease-out;-moz-transition:opacity 400ms ease-out;-ms-transition:opacity 400ms ease-out;-o-transition:opacity 400ms ease-out;transition:opacity 400ms ease-out}
.h_ani::-moz-focus-inner{border:1px dotted transparent}
.h_ani:hover{opacity:.85}
.h_ani:focus{box-shadow:0 1px 1px rgba(0,0,0,.2) inset}
.h_ani:active{border-color:transparent;opacity:1;box-shadow:0 2px 2px rgba(0,0,0,.2) inset}
.btn_wh_c{outline:none;color: #fff;text-align: center;border: 0;padding: 0 18px;border-style: solid;border-bottom-width:3px;text-shadow:0px 0px 0px !important}
.btn_wh_c:hover{color:#fff}
.btn_wh_c_flat{color:#fff;text-align:center;border:0;font-size:14px;line-height:12px;padding:8px 15px}
.btn_wh_c_icon{color:#fff;text-align:center;border:0;padding:0;border-style:solid;border-bottom-width:3px;font-size: 22px;width: 40px;height: 40px}
.orange_skin{background:#FF9100;border-color:#FF6D00}
.blue_skin{background:#255496;border-color:#144283}
.blue_skin img{vertical-align:middle;margin-right:8px}
.green_skin{background:#3DD055;border-color:#00B91E}
.grey_skin{background:#AFAFAF;border-color:#929292}
.lightgrey_skin{background:#F0F0F0;border-color:#D7D7D7}
.lightgrey_skin.btn_wh_c{color:#333333}
.lightgrey_skin.btn_wh_c:hover{color:#333333}
.lightblue_skin{background:#008CFB;border-color:#0062B0}
.red_skin{background:#D50000}
.lightred_skin{background:#F85454;border-color:#D50000}
.royalblue_skin{background:#0055c3;border-color:#0048AA}
.golden_skin{background:#DDC74A}
#topboxLoginForm .btn_wh_c.orange_skin{padding: 0 5px}
.transfer_form .jq-selectbox__select{padding:0px 15px 0px 10px;}
.transfer_form .jq-selectbox__select-text{text-align:left;color:#595959;width: 99px !important}
.transfer_form .jq-selectbox__trigger{width:24px}
.transfer_form .jq-selectbox__trigger-arrow{right:8px}
.deposit_wrap{}
.deposit_wrap .method{display:block;border:1px solid #C1C1C1;border-right:0;border-bottom-width:3px;width:108px;height:29px;line-height:26px;padding:0;background:#fff;border-radius:5px 0 0 5px;text-align:center;}
.deposit_wrap .method span{display:inline-block;vertical-align:middle;width:60px;height:21px;}
.deposit_wrap .lightblue_skin{margin-right:10px;border-radius:0 5px 5px 0;}
.fullwidth_content{padding:15px 0}
.e_wallet_title{padding:15px 20px;height:30px;line-height:30px;border-radius:10px 10px 0 0;background:#0055c3;-webkit-transition:all 400ms ease-out;-moz-transition:all 400ms ease-out;-ms-transition:all 400ms ease-out;-o-transition:all 400ms ease-out;transition:all 400ms ease-out;}
.e_wallet_content{border-radius:0 0 5px 5px;border:1px solid #CCCCCC;border-top:0;padding:15px;}
.e_wallet_title .no{float:left;border-radius:30px;background:#fff;padding:0 10px;font-size:20px;color:#0055c3;margin-right:15px;}
.e_wallet_title h2{font-size:20px;color:#fff;float:left;}
.e_wallet_title .jq-selectbox{background:#fff;border-radius:5px;padding:3px 0px;margin-top:-4px;width:200px;}
.e_wallet_title .jq-selectbox__select-text{color:#000;text-align:left;padding:0 0 0 15px;font-size:15px;}
.e_wallet_title .jq-selectbox__dropdown{top:35px;left:0;width:200px;}
.e_wallet_title .jq-selectbox__dropdown li{padding-left:15px;}
.e_wallet_title .select-country{margin-right:10px;color:#fff;font-size:16px;}
.e_wallet_row{font-size:16px;padding:15px;}
.e_wallet_row .select_amount{}
.e_wallet_row .select_amount div{padding:0 0 10px 0}
.e_wallet_row .select_amount button{width:75px;height:50px;line-height:45px;padding:0;font-family:"Lato",sans-serif;font-size:18px;background:#0F94FB;margin-right:10px;text-align:center;color:#fff;border:0;-webkit-transition:all 400ms ease-out;transition:all 400ms ease-out}
.e_wallet_row .select_amount button.sel{background:#3DD055;box-shadow:0 3px 0 0 #008E17;}
.e_wallet_row .enter_amount{margin-left:40px;}
.e_wallet_row .enter_amount div{padding:0 0 10px 0}
.e_wallet_row .enter_amount .curr{width:50px;height:50px;line-height:50px;font-size:20px;background:#0F94FB;padding:0;border-radius:5px 0 0 5px;text-align:center;color:#fff;}
.e_wallet_row .enter_amount .text_field1{width:260px;height:50px;margin:0;line-height:20px;font-size:18px;border-left:0;border-color:#C1C1C1;border-radius:0 5px 5px 0;}
.e_wallet_row .enter_amount .loading{position:absolute;right:10px;bottom:0;height:52px;line-height:50px;color:#C0C0C0;font-size:20px}
.e_wallet_row .enter_amount .loading .fa{vertical-align:middle}
.e_wallet_row .bonus_decision{margin-left:50px;}
.e_wallet_row .bonus_decision h5{color:#666666;margin-bottom:10px;}
.e_wallet_row .bonus_decision div{line-height:34px;}
.e_wallet_row .bonus_decision input{display:none;}
.e_wallet_row .bonus_decision label{}
.e_wallet_row .bonus_decision label:before{content:"";display:inline-block;width:15px;height:15px;border-radius:15px;border:1px solid #C1C1C1;margin-right:10px;vertical-align:middle;-webkit-transition:all 200ms ease-in;transition:all 200ms ease-in;}
.e_wallet_row .bonus_decision input:checked + label:before{border:1px solid #0F94FB;box-shadow:0 0 0 4px #0F94FB inset;}
.e_wallet_row .amount_message{margin-left:35px;width:245px;padding-top:25px;color:#FF6D00;}
.e_wallet_row .amount_message div{display:table-cell;height:60px;vertical-align:middle;}
.e_wallet_select_box{padding:25px 0 15px}
.e_wallet_select_box .e_wallet_content{padding:0;}
.e_wallet_table{display:table;width:100%;}
.e_wallet_table .e_td{display:table-cell;}
.e_wallet_table .e_wallet_header{background:#F3F3F3;display:table-row;}
.e_wallet_table .e_wallet_row{display:table-row;height:90px;}
.e_wallet_table .e_wallet_header .e_td{text-align:center;color:#8E8E8E;padding:15px 0;}
.e_wallet_table .e_wallet_header .e_td.description{text-align:left;padding-left:38px;}
.e_wallet_table .e_wallet_row .e_td{vertical-align:middle;color:#959595;padding:0;border-top:1px solid #DADADA;font-size:13px;line-height:16px;}
.e_wallet_table .e_wallet_row .e_td b{color:#636363;font-weight:normal;}
.e_wallet_row .help_icon{display:inline-block;width:27px;height:27px;color:#A7A7A7;border:1px solid #A7A7A7;text-align:center;line-height:27px;border-radius:15px;font-size:19px;margin-right:24px;}
.e_td.e_button{width:240px;}
.e_wallet_row .btn_wh_c{font-size:19px;padding:9px 0;width:200px;display:inline-block;cursor:help;}
.e_wallet_row .btn_wh_c.modal_btn{cursor:pointer;}
.e_wallet_row .btn_wh_c.active{cursor:pointer;}
.bw .e_wallet_row .btn_wh_c{cursor:default;}
.e_wallet_row .btn_wh_c .fa{font-size:85%;vertical-align:middle;margin-left:3px;}
.e_wallet_row .btn_wh_c .fa.fa-spinner{font-size:105%;}
.pay_logos{display:inline-block;background-image:url(https://slotwinner.de/default/img/pay-logos/sprites.png);background-position:center;background-repeat:no-repeat;-webkit-transition:all 100ms ease-out;-moz-transition:all 100ms ease-out;-ms-transition:all 100ms ease-out;-o-transition:all 100ms ease-out;transition:all 100ms ease-out;}
.pay_logos.giropay, .pay_logos.giropayppro{width:108px;height:47px;background-position: 0 0}
.bw .pay_logos.giropay, .bw .pay_logos.giropayppro{background-position: -109px 0}
.pay_logos.sofortppro{width:121px;height:37px;background-position: 0 -49px}
.bw .pay_logos.sofortppro{background-position: -124px -49px}
.pay_logos.paysafecard{width:130px;height:34px;background-position: 0 -422px}
.bw .pay_logos.paysafecard{background-position: -138px -425px}
.pay_logos.visa{width:140px;background-image:url(https://slotwinner.de/default/img/pay-logos/cards_wd.png);background-size:contain;}
.bw .pay_logos.visa{background-image:url(https://slotwinner.de/default/img/pay-logos/visa_bw.png);}
.pay_logos.maestro{width:139px;height:40px;background-image:url(https://slotwinner.de/default/img/pay-logos/maestro.png);}
.bw .pay_logos.maestro{background-image:url(https://slotwinner.de/default/img/pay-logos/maestro_bw.png);}
.pay_logos.card{width:118px;height:61px;background-position: 0 -91px}
.bw .pay_logos.card{background-position: -120px -91px}
.pay_logos.bankdeposit{width:119px;height:47px;background-position: 0 -156px}
.bw .pay_logos.bankdeposit{background-position: -123px -157px}
.pay_logos.bank{width:119px;height:47px;background-position: 0 -156px}
.bw .pay_logos.bank{background-position: -123px -157px}
.pay_logos.mb{width:89px;height:31px;background-position: 0 -208px}
.bw .pay_logos.mb{background-position: -94px -208px}
.pay_logos.ot{width:150px;height:35px;background-position: 0 -244px}
.bw .pay_logos.ot{background-position: -150px -244px}
.pay_logos.nt{width:140px;height:24px;background-position: 0 -284px}
.bw .pay_logos.nt{background-position: -150px -284px}
.pay_logos.mt{width:139px;height:52px;background-position: 0 -312px}
.bw .pay_logos.mt{background-position: -145px -312px}
.pay_logos.qw{width:109px;height:50px;background-position: 0 -367px}
.bw .pay_logos.qw{background-position: -117px -368px}
.pay_logos.fa{width:146px;height:40px;background-position: 0 -600px}
.bw .pay_logos.fa{background-position: -149px -599px}
.pay_logos.dcapg{width:119px;height:41px;background-position: 0 -462px}
.bw .pay_logos.dcapg{background-position: -128px -463px}
.pay_logos.p24ppro{width:119px;height:41px;background-position: 0 -462px}
.bw .pay_logos.p24ppro{background-position: -128px -463px}
.pay_logos.trustlyppro{background: url(https://slotwinner.de/default/img/pay-logos/trustly.png) center no-repeat;height:40px;width:110px;background-size:110px}
.bw .pay_logos.trustlyppro{background: url(https://slotwinner.de/default/img/pay-logos/trustly_bw.png) center no-repeat;height:40px;width:110px;background-size:110px;}
.pay_logos.trustpayppro{background: url(https://slotwinner.de/default/img/pay-logos/trustpay.png) center no-repeat;height:40px;width:110px;background-size:110px;}
.bw .pay_logos.trustpayppro{background: url(https://slotwinner.de/default/img/pay-logos/trustpay_bw.png) center no-repeat;height:40px;width:110px;background-size:110px;}
.pay_logos.idealppro{background: url(https://slotwinner.de/default/img/pay-logos/ideal.png) center no-repeat;height:61px;width:70px;background-size:70px;}
.bw .pay_logos.idealppro{background: url(https://slotwinner.de/default/img/pay-logos/ideal_bw.png) center no-repeat;height:61px;width:70px;background-size:70px;}
.pay_logos.wm{width:149px;height:37px;background-position: 0 -508px}
.bw .pay_logos.wm{background-position: -151px -509px}
.pay_logos.yx{width:107px;height:43px;background-position: 0 -550px}
.bw .pay_logos.yx{background-position: -115px -551px}
.bw .green_skin{background:#C0C0C0;border-color:#A9A9A9;}
.bw .e_wallet_title{background:#BBBBBB;background:-moz-linear-gradient(top,#CCCCCC 0%,#BBBBBB 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#CCCCCC),color-stop(100%,#BBBBBB));background:-webkit-linear-gradient(top,#CCCCCC 0%,#BBBBBB 100%);background:-o-linear-gradient(top,#CCCCCC 0%,#BBBBBB 100%);background:-ms-linear-gradient(top,#CCCCCC 0%,#BBBBBB 100%);background:linear-gradient(to bottom,#CCCCCC 0%,#BBBBBB 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCCCCC',endColorstr='#BBBBBB',GradientType=0 )}
.bw .e_wallet_title .no{color:#9A9A9A;}
.bw .e_wallet_title .jq-selectbox__select-text{color:#9A9A9A}
/* new modal for payments */
.newmodal_payment{width:800px;height:600px;background:url("https://slotwinner.de/default/img/new-popup/full-back-pattern.png") top left repeat;margin:auto;border-radius:12px;position:relative;padding-bottom:40px;margin-bottom:30px}
.newmodal_payment .newmodal_back_logo{width:100%;height:100%;background:url("https://slotwinner.de/default/img/new-popup/full-back-logo.png") top center no-repeat;border-radius:12px;padding-bottom:40px}
.newmodal_payment .newmodal_back_gradient{width:100%;height:100%;background:url("https://slotwinner.de/default/img/new-popup/full-back-gradient.png") bottom left no-repeat;border-radius:12px;padding-bottom:40px}
.newmodal_payment .arcticmodal-close{width:43px;height:43px;top:-15px;right:-15px;cursor:pointer;background:url("https://slotwinner.de/default/img/new-popup/close.png") 0 0 no-repeat;}
.newmodal_payment .newmodal_content{position:absolute;top:35px;bottom:35px;left:35px;right:35px;background:#fff;border-radius:12px;overflow:hidden}
.newmodal_payment .newmodal_content_inner{}
.newmodal_payment .newmodal_payment_title{padding:20px 0;height:30px;line-height:30px;border-bottom:1px solid #DADADA;margin:0 20px;}
.newmodal_payment .newmodal_payment_title .no{float:left;border-radius:30px;background:#008CFB;padding:0 10px;font-size:20px;color:#fff;margin-right:15px;}
.newmodal_payment .newmodal_payment_title h2{font-size:20px;color:#0055C3;float:left;}
.newmodal_payment .newmodal_payment_title .amount{color:#008CFB;font-size:28px;}
.newmodal_payment .newmodal_payment_desc{color:#8E8E8E;font-size:15px;padding:20px 30px;text-align:left;}
.newmodal_payment .newmodal_payment_desc .pay_logos.paysafecard{margin-left:20px;}
.newmodal_payment .newmodal_payment_div{position:absolute;left:20px;right:20px;bottom:20px;top:145px;}
.newmodal_payment .newmodal_payment_div.no_desc{top:95px}
.newmodal_payment .newmodal_payment_div.no_title{top:20px}
.newmodal_payment .newmodal_payment_div .deposit_col1{float:left;text-align:left;width:305px;padding:0 25px 0 10px;}
.newmodal_payment .newmodal_payment_div .deposit_col1 p{color:#8E8E8E;margin-bottom:10px;}
.newmodal_payment .newmodal_payment_div .deposit_col1 .deposit_card__row{margin-top:10px;}
.newmodal_payment .newmodal_payment_div#deposit_bank .deposit_col1 .deposit_card__row{min-height:0;margin-bottom:30px;}
.newmodal_payment .newmodal_payment_div#deposit_bank .deposit_col1 .deposit_card__row div{color:#828282;font-size:15px;}
.newmodal_payment .newmodal_payment_div .deposit_col1 .deposit_card__row h5{text-align:left;font-weight:normal;color:rgb(48,48,48);margin-bottom:5px;}
.newmodal_payment .newmodal_payment_div .deposit_col1 .deposit_card__row .text_field1{border-color:#C1C1C1;padding:10px;height:37px;}
.newmodal_payment .newmodal_payment_div .deposit_col1 .deposit_card__row .select{padding:10px;border:1px solid #C1C1C1;width:100%;}
.newmodal_payment .newmodal_payment_div .deposit_col1 .deposit_card_select{border:none;height:37px;margin-right:7px;padding:0px 10px;border:1px solid rgb(193,193,193);border-radius:5px;}
.newmodal_payment .deposit_card_remember{margin-top:10px;}
.checkbox_input input, .radio_input input{display:none}
.checkbox_input label, .radio_input label{cursor:pointer}
.checkbox_input label:before{content:"";display:inline-block;width:15px;height:15px;border:1px solid #C1C1C1;border-radius:5px;margin-right:10px;vertical-align:middle;margin-top:-3px;-webkit-transition:all 200ms ease-in;transition:all 200ms ease-in}
.checkbox_input input:checked + label:before{border:1px solid #0F94FB;background:#0F94FB;box-shadow:0 0 0 2px #FFF inset}
.radio_input{padding:5px 0px}
.radio_input label:before{content:"";display:inline-block;width:13px;height:13px;border-radius:13px;border:1px solid #C1C1C1;margin-right:10px;margin-top:-4px;vertical-align:middle;-webkit-transition:all 200ms ease-in;transition:all 200ms ease-in}
.radio_input input:checked + label:before{border:1px solid #0F94FB;box-shadow:0 0 0 4px #0F94FB inset}
.newmodal_payment .newmodal_payment_div .deposit_col1 .deposit_card_statement{margin-top:15px;color:#8E8E8E;}
.newmodal_payment .newmodal_payment_div .deposit_col1 .btn_wh_c{font-size:19px;padding:5px 0;width:200px;display:block;margin-top:15px;}
.newmodal_payment .newmodal_payment_div .deposit_col1 .btn_wh_c .fa{font-size:85%;vertical-align:middle;margin-left:3px;}
.newmodal_payment .newmodal_payment_div .deposit_col1 .error{height:30px;padding-top:10px;text-align:left;font-size:12px;line-height:15px;}
.newmodal_payment .newmodal_payment_div .deposit_col1.full{padding:0 10px;text-align:center;width:auto;border:none;float:none;}
.newmodal_payment .newmodal_payment_div .deposit_col1.full .btn_wh_c{margin-left:auto;margin-right:auto;}
.newmodal_payment .newmodal_payment_div .deposit_col2{float:left;text-align:left;width:300px;padding:0 10px 0 30px;}
.newmodal_payment .newmodal_payment_div h2{color:#008CFB;font-weight:normal;font-size:15px;margin-bottom:15px;}
.newmodal_payment .newmodal_payment_div .deposit_col2 dt{color:#595959;}
.newmodal_payment .newmodal_payment_div .deposit_col2 dd{color:#8E8E8E;margin-bottom:10px;}
.newmodal_payment .newmodal_payment_div .deposit_col2 .pay_logos{float:right}
.newmodal_payment.success{width:880px;height:520px}
.newmodal_payment.success .newmodal_payment_div .deposit_col1{width:350px;padding-bottom:30px;}
.newmodal_payment.success .newmodal_payment_div p{font-size:16px;color:#8E8E8E;}
.newmodal_payment.success .newmodal_payment_div .deposit_col1 .amount{color:#3DD055;font-size:65px;line-height:65px;margin-top:40px;}
.newmodal_payment.success .newmodal_payment_div .deposit_col1 .amsg{margin-bottom:40px;}
.newmodal_payment.success .newmodal_payment_div h2{font-size:40px;line-height:40px;text-align:center;}
.newmodal_payment.success .newmodal_payment_div .deposit_col1 .btn_wh_c{margin:10px auto;padding:7px 0;width:240px;}
.newmodal_payment.success .newmodal_payment_div .deposit_col1 .link{color:#008CFB;font-size:16px;}
.newmodal_payment.success .newmodal_payment_div .deposit_col2{width:340px;}
.newmodal_payment.success .newmodal_payment_div .deposit_col2 .sub_game_box2{padding:0;margin:0 -20px;}
.newmodal_payment.success .newmodal_payment_div .deposit_col2 .sub_game_item2{width:170px;height:135px;margin:10px;}
.newmodal_payment.success .newmodal_payment_div .deposit_col2 .sub_game_item2 .casino_item__caption{padding:12px 11px 8px;line-height:16px;text-align:center;}
.newmodal_payment.success .newmodal_payment_div .deposit_col2 .sub_game_item2 figcaption a.casino_item__link{font-size:13px;}
.newmodal_payment.success.withdraw{height:480px}
.newmodal_payment.success.withdraw .newmodal_payment_div .deposit_col1{padding-bottom:95px}
.newmodal_payment.error{width:880px;height:490px}
.newmodal_payment.error .newmodal_payment_div .deposit_col1{width:345px;padding-bottom:30px;}
.newmodal_payment.error .newmodal_payment_div p{font-size:16px;line-height:30px;color:#8E8E8E;}
.newmodal_payment.error .newmodal_payment_div .deposit_col1 h2{color:#E91111}
.newmodal_payment.error .newmodal_payment_div .deposit_col1 .amount{color:#E91111;font-size:65px;line-height:65px;margin-top:20px;}
.newmodal_payment.error .newmodal_payment_div .deposit_col1 .amsg{margin-bottom:20px;}
.newmodal_payment.error .newmodal_payment_div h2{font-size:40px;line-height:40px;text-align:center;}
.newmodal_payment.error .newmodal_payment_div .deposit_col1 .btn_wh_c{margin:10px auto;padding:7px 0;width:240px;}
.newmodal_payment.error .newmodal_payment_div .deposit_col1 .link{color:#008CFB;font-size:16px;}
.newmodal_payment.error .newmodal_payment_div .deposit_col2{width:340px;}
.newmodal_payment.error .newmodal_payment_div .deposit_col2 .pay_logos{float:none;display:inline-block;margin:15px 10px;cursor:pointer;}
.newmodal_payment.error.error_alert{height:240px}
.newmodal_payment.error.error_alert.large{height:300px}
.newmodal_payment.error.error_alert.larger{height:340px}
.newmodal_payment.error.error_alert.largest{height:450px}
.newmodal_payment.error.error_alert .btn_close{line-height: 35px;font-size: 20px}
.newmodal_payment.error.error_alert .btn_close .fa{line-height:35px}
.newmodal_payment.error.error_alert .newmodal_payment_title{font-size:27px;color:#47484A;text-shadow:0 0 0 !important}
.newmodal_payment.error.error_alert .newmodal_payment_content{padding:20px;color: #47484A}
.newmodal_payment.error.error_alert .newmodal_payment_content p{text-align:center;padding: 10px 0}
.newmodal_payment.error.error_alert .newmodal_payment_content p a{color:#0067BB}
.newmodal_payment.error.verify{width:640px;height:300px}
.newmodal_payment.error.verify .newmodal_content{background:#FFFFDC}
.newmodal_payment.error.verify .newmodal_payment_title{color:#0387D3;font-size:39px; padding:45px 0px 15px;border-bottom:0}
.newmodal_payment.error.verify .newmodal_payment_content{color:#88858D;font-size:16px;line-height:26px}
.newmodal_payment.error.verify .btn_close{line-height:30px;font-size:20px;padding: 7px 40px 2px;margin-top:10px}
.newmodal_payment.error.verify .btn_close .fa{line-height:35px;font-size:14px;margin-left:7px}
.newmodal_payment.login{width:600px;height:500px}
.newmodal_payment.login .newmodal_content{background:#fff}
.newmodal_payment.login .newmodal_payment_title{color:#0387D3;font-size:39px; padding:30px 0 15px;border-bottom:0}
.newmodal_payment.login .newmodal_payment_content{color:#88858D;font-size:16px;line-height:26px}
.newmodal_payment.login .btn_close{line-height:30px;font-size:20px;padding: 10px 40px 7px;width:100%;margin-top:10px}
.login_form__row .text_field1[type="text"],.login_form__row .text_field1[type="password"]{height:45px;margin-bottom:10px}
.login_form__row.error{min-height:26px;max-height:80px;margin-top:-28px;margin-bottom:6px}
.login_form__row.error img{margin:20px 0}
.login_warning_modal p{max-width: 454px; padding-left: 30px; padding-right: 30px;}
.login_modal__header{height:109px;background:url(https://slotwinner.de/default/img/login_modal_heade.png) 0 0 no-repeat}
.login_modal__header .title1{line-height:109px}
.login_modal_content_inner{padding:20px 30px}
.login_btn{width:100%;margin-top:0px;font-size:20px !important;}
.login_create{padding:12px 0;background:#f9f9f9}
.login_forgot{padding-top:16px}
.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8);}
@-webkit-keyframes fa-spin {
    0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    100%{-webkit-transform:rotate(359deg);transform:rotate(359deg);}
}
@keyframes fa-spin {
    0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    100%{-webkit-transform:rotate(359deg);transform:rotate(359deg);}
}
.blue_grad{background:#0055c3}
.text_field_new{border: 1px solid #E1E1E1;height:38px;line-height:38px;color: #595959;padding:0 20px;font-size:14px}
.text_field_new:disabled{background:#EFEFEF}
.textarea_new{border: 1px solid #E1E1E1;line-height:20px;color:#595959;padding:5px 10px;font-size:14px}
::-webkit-input-placeholder{color:#777}
:-moz-placeholder{color:#777}
::-moz-placeholder{color:#777}
:-ms-input-placeholder{color:#777}
.checkbox_new input{display:none}
.checkbox_new label{}
.checkbox_new label:before{font-family:FontAwesome;font-style:normal;font-weight:normal;content:"";color:#00AB57;display:inline-block;width:15px;height:15px;text-align:center;line-height:15px;border:1px solid #C1C1C1;vertical-align:middle;-webkit-transition:all 200ms ease-in;transition:all 200ms ease-in}
.checkbox_new input:checked + label:before{content:"\f00c"}
.ml_10{margin-left:10px}
.ml_20{margin-left:20px}
.ml_30{margin-left:30px}
.mt_10{margin-top:10px}
.mt_15{margin-top:15px}
.mt_20{margin-top:20px}
.mt_30{margin-top:30px}
.mt_40{margin-top:40px}
.mb_20{margin-bottom:20px}
.pad_20_30{padding:30px 20px}
.col_300{width:300px;float:left}
.col_220{width:220px;float:left}
.col_120{width:120px}
.c_59{color:#595959}
.terms_nav ul {margin-bottom:20px}
.terms_nav__item{font-size:15px}
.terms_nav__item.active{border-bottom-left-radius:0;border-bottom-right-radius:0}
.terms_nav__link{color:#fff}
.terms_nav__link:hover{color:#fff}
.terms_nav__link,.sub_terms_nav__link{-webkit-transition:all 400ms ease-out;-moz-transition:all 400ms ease-out;-ms-transition:all 400ms ease-out;-o-transition:all 400ms ease-out;transition:all 400ms ease-out}
.terms_nav__link .fa{font-size:12px;opacity:.7;line-height:18px}
#terms .terms_nav__link .fa{font-size:13px;opacity:1;line-height:20px;margin-right:5px}
.sub_terms_nav__item{border-left: 1px solid #dadada;border-right: 1px solid #dadada}
.sub_terms_nav__item.last{border-bottom: 1px solid #dadada;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px}
.badge{border:2px solid transparent;border-radius:50px;text-align:center;font-size:14px;width: 18px;line-height: 18px;height: 18px}
.badge .fa{line-height:18px}
.green{color:#00AB57;border-color:#00AB57}
.red{color:#F44336;border-color:#F44336}
.mcontent{padding:30px;width:721px}
.mcontent h2{margin:-31px -31px 0 -31px;border-bottom-left-radius:0;border-bottom-right-radius:0;font-size: 15px;color:#fff;padding: 10px 15px 10px 20px}
.mcontent hr{border: 0;border-top: 1px solid #DADADA;margin: 30px -10px 25px}
.terms_nav_content h2{margin:0;font-size:15px;color:#008CFB;padding:10px 15px 10px 20px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;}
.terms_nav_content h2.active{border-bottom-left-radius:0;border-bottom-right-radius:0}
.terms_nav_content .gray_bg1{background:#f6f6f6}
.terms_nav_content .border1{margin-top:2px}
.terms_nav_content .bold{font-family:"Lato",sans-serif;font-weight:400}
.terms_nav_content .tos_content{margin-bottom:0;border-bottom-left-radius:5px;border-bottom-right-radius:5px}
.wallet_description p{font-size:16px;padding:0;margin-bottom:30px}
.wallet_description__item{padding:15px 20px;color:#595959;font-size:13px}
.wallet_description .wallet_description__item:first-child{margin-right:30px}
.wallet_description__item h4{font-size:40px;font-size:36px;line-height:36px;margin-bottom:5px}
.table_wrapper{margin:30px 0}
.table_wrapper table{width:100%;text-align:left;line-height:13px;font-size:13px}
.table_wrapper table th{color:#303030;background-color:#EFEFEF;padding:13px;text-align:center;font-weight:normal}
.table_wrapper table th:first-child{border-top-left-radius:5px;padding-left:20px;text-align:left}
.table_wrapper table th:last-child{border-top-right-radius:5px}
.table_wrapper table th.al_left{text-align:left}
.table_wrapper table td{color:#595959;padding:13px;text-align:center}
.table_wrapper table td.al_left{text-align:left}
.table_wrapper table tr td:first-child{padding-left:20px;text-align:left}
.table_wrapper table th.action{padding-right:10px}
.table_wrapper table tr td.action{padding-right:10px}
.table_wrapper table tr{border-bottom:1px solid #DADADA}
.table_wrapper table tr:last-child{border-bottom:0}
.table_wrapper table td .btn_wh_c_flat{margin: -7px auto;font-weight:700}
.pager{display:inline-block;margin-top:15px}
.pager_item{display:inline-block;height:34px;color:#959595;font-size:15px;line-height:34px;border:1px solid #E1E1E1;border-right:0}
.pager_item:first-child{border-radius:5px 0 0 5px}
.pager_item:last-child{border-right:1px solid #E1E1E1;border-radius:0 5px 5px 0}
.pager_link{display:inline-block;padding:0;width:34px;height:34px;text-align:center;-webkit-transition:all 400ms ease-out;-moz-transition:all 400ms ease-out;-ms-transition:all 400ms ease-out;-o-transition:all 400ms ease-out;transition:all 400ms ease-out}
a.pager_link:hover{background-color:#EFEFEF}
.pager_link.current{color:#fff;background-color:#959595}
.pager_link .fa{line-height:34px}
ul.flexbox {display:-webkit-box;/* OLD - iOS 6-, Safari 3.1-6 */display:-moz-box;/* OLD - Firefox 19- (buggy but mostly works) */display:-ms-flexbox;/* TWEENER - IE 10 */display:-webkit-flex;/* NEW - Chrome */display:flex;/* NEW, Spec - Opera 12.1, Firefox 20+ */}
.affilites .invites p{font-size:16px}
.invite_form_inner{padding-top:15px;padding-bottom:10px}
.invite_form_inner_msg{padding-top:10px}
.invite_form .btn_wh_c {font-size: 19px;padding: 9px 0px;width: 200px;display: inline-block}
.invite_form_inner .text_field_new{width:260px;margin-bottom:20px;font-size:14px}
.invite_form_inner .btn_wh_c_flat{height: 40px;padding: 0px 12px;line-height: 40px;font-size: 28px;margin-bottom:20px}
.invite_form_inner .btn_wh_c_flat:hover{color:#fff}
.affilites .table_wrapper{margin:25px 0px}
.calculate_form{margin: 25px 0}
.calculate_form_title{color:#303030;background-color:#EFEFEF;font-size:13px;padding:11px;border-radius:5px 5px 0 0;border-bottom:1px solid #DADADA}
.calculate_form_inner{padding: 20px}
.calculate_form .text_field_new{width: 215px}
.calculate_form .result{width:255px;margin-top:20px;color:#2DAB3E;border:1px solid #A9F2B4;background:#EAFDED;height:38px;line-height:38px;text-indent:20px}
.calculate_form .result span{font-size:18px}
.messages hr{margin:0px -10px}
.messages_top{margin:40px 0 5px 0;font-size:15px}
.messages_top a{margin-left:20px;display:inline-block}
.messages_top a:first-child{margin-left:0}
.messages_top .sel{color:#2695FB}
.messages_top .delete{font-size:14px;color:#595959}
.messages_top .delete .fa{font-size:20px;line-height:20px;color:#8E8E8E}
.table_wrapper table.messages_table th:first-child{padding-left:10px}
.table_wrapper table.messages_table tr td:first-child{padding-left:10px}
.table_wrapper table.messages_table .btn_wh_c_flat{width:130px;padding:8px 0}
.form_box label{display:block;width:100%;padding:20px 0 10px}
.form_box .text_field_new{width:280px;padding:0 10px}
.form_box .textarea_new{width:280px;height:114px}
.form_box .select1{width:300px;border-radius:0;margin-top:0}
.form_box .select1 .jq-selectbox__select{height:38px;line-height:38px}
.form_box .jq-selectbox li{text-align:left;padding:5px 10px}
.form_box p{font-size:16px;margin-bottom:0}
.edit_form .btn_wh_c{font-size: 19px;padding: 9px 0px;width: 200px;display: inline-block}
.edit_form .btn_wh_c.small{font-size: 16px;padding: 8px 0px;width: 153px;line-height: 15px}
.edit_form .btn_wh_c .fa-chevron-up{font-size:12px;line-height:12px;margin-top:-3px}
.edit_form .btn_wh_c .fa-trash-o{line-height:12px;margin-top:-2px}
.edit_form .checkbox_new label:before,.invite_form .checkbox_new label:before{margin-right:13px}
.edit_form_row{margin:15px 0}
.edit_form #formMsg{padding-top:10px}
#add_file_field{font-size: 19px;padding: 5px 0px;width: 180px;display: inline-block;line-height: 25px}
#add_file_field .fa{line-height:24px;margin-right:10px;margin-top:1px}
#welcome_tab p{font-size:16px}
#welcome_tab .wrapper{margin: 0 -15px}
.sociallikebox{margin-right: -25px}
.sociallikebox div{vertical-align:top !important}
.account_col_sm{width:216px;margin:15px;position:relative;border:1px solid #E1E1E1}
.account_col_sm_2col{width:341px}
.account_col_title{height:40px;line-height:40px;overflow:hidden;text-overflow:ellipsis;border-bottom:1px solid #E1E1E1}
.account_col_total{height:68px;line-height:68px;font-size:36px}
.account_col_sm .btn_wh_c{height:40px;display:block;line-height:40px;font-size:16px;margin:-1px;border-top-left-radius:0;border-top-right-radius:0;text-shadow:none !important}
.account_col_sm .btn_wh_c .fa{font-size:11px;margin-left:3px}
.prmoboxes{cursor:pointer}
.account_col_bottom{padding:0 0 15px 0;margin-top:-5px}
.account_col_get_verify{padding:15px 0;text-align:center;font-size:14px !important;margin-bottom:0 !important;}
.account_col_img{margin: -1px -1px 0px}
.account_col_img img{width:100%;margin:-1px -1px 0 -1px}
#welcome_tab hr{margin: 15px -10px 15px}
.withdraw .e_wallet_table .pay_logos.mt{background-position:-302px -312px}
.withdraw .e_wallet_table .pay_logos.yx{background-position:-302px -550px}
.withdraw .e_wallet_table .pay_logos.nt{background-position:-302px -284px}
.withdraw .e_wallet_table .pay_logos.mb{background-position:-302px -208px}
.withdraw .e_wallet_table .pay_logos.bank{background-position:-302px -157px}
.withdraw .e_wallet_table .pay_logos.visa{background-size:120px auto}
.withdraw .e_wallet_header .e_td{color:#303030;padding:10px 0px;font-size:13px;font-weight:400}
.withdraw .e_td.e_button{width:auto}
.withdraw .e_wallet_row{height:60px}
.withdraw .e_wallet_row .btn_wh_c{font-size:16px;line-height:30px;padding:4px 0px;width:140px;cursor:pointer}
.cashier_nav{margin-bottom:25px}
.cashier_nav .btn_wh_c{width:486px;font-size:18px;line-height:42px;text-shadow:none !important}
.cashier_nav .btn_wh_c:first-child{border-top-right-radius:0;border-bottom-right-radius:0}
.cashier_nav .btn_wh_c:last-child{border-top-left-radius:0;border-bottom-left-radius:0}
.cashier_nav .active{cursor:default}
.newmodal_payment_div .available_withdrawal{text-align:center;color:#fff;background:#0055C3;margin:15px 0 0;font-size:13px;padding:5px 10px;display:inline-block}
.newmodal_payment_div .available_withdrawal .fa{display:block;margin:-20px auto 0;font-size:25px;color:#0055C3}
.newmodal_payment_div .jq-selectbox{border-color:#C1C1C1}
.newmodal_payment_div .jq-selectbox__select{border-radius:5px}
.budget_col1{width:375px;padding:0;border-right:1px solid #DADADA}
.budget_col2{padding:0 0 0 25px}
.budget_col1 .edit_form .btn_wh_c{margin:15px 0 -15px 0}
#history .table_wrapper{margin:0}
#searchForm .form_box label{line-height:20px}
#searchForm .btn_wh_c{margin-top:48px;padding:5px 0}
.refer_form{}
.refer_fields_wrap{padding:15px 0 5px 13px}
.refer_row{min-height:46px}
.refer_form input[type="text"]{margin:0 8px 0 0;border:1px solid #ddd;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;font-size:14px;color:#ccc;padding:8px;width:309px;outline:none;position:relative;font-family:"helveticaregular",Arial,Helvetica,sans-serif;background:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.refer_form input[type="text"]:focus{border-color:#275b97;-webkit-box-shadow:0 0 4px #98b1cd;-moz-box-shadow:0 0 4px #98b1cd;box-shadow:0 0 4px #98b1cd}
.refer_submit_wrap{border-top:1px solid #ddd}
.refer_submit_wrap{padding:13px 0 15px 13px;min-height:33px}
.refer_form button{margin:0;outline:none}
.gameHTP{background:#fff;padding-bottom:20px}
.gameHTP h2{display:block;background:url("https://slotwinner.de/default/img/wallet-bg1.png") repeat scroll 0 0 !important;font-family:"Lato",sans-serif !important;font-weight:300;color:#FFF !important;font-size:30px !important;line-height:30px !important;padding:30px 0 !important;text-align:center !important}
.gameHTP .fa-info-circle:before{font-size:36px;margin:0 18px 0 0 !important;top:1px}
.gameHTP .game_description__title{margin:20px 20px 0 !important;font-size:15px !important;color:#FFF !important;padding:10px 15px 10px 20px !important;background:#0055C3 !important;border-radius:5px 5px 0 0 !important}
.gameHTP .game_description__content{font-size: 13px !important;font-family:"Lato", sans-serif !important;margin:0 20px !important;padding:20px !important;border:1px solid #ccc !important;border-top:0 !important;border-radius:0 0 5px 5px !important;color:#444 !important}
/* new promo slides */
.clouds-box .homepage-slider .slide .inner.new_promo .slider_desc{font-size:27px;letter-spacing:-1px;margin-top:0;line-height:34px;margin-bottom:10px}
.clouds-box .homepage-slider .slide .inner.new_promo .slider_desc span{font-size:35px}
.clouds-box .homepage-slider .slide .inner.new_promo .slider_desc b{font-weight:300;text-shadow:1px 0 0 #fff}
.clouds-box .homepage-slider .slide .inner.new_promo .slider_title{width:520px;font-size:40px;margin-bottom:15px}
.clouds-box .homepage-slider .slide .inner.new_promo .slider_title span{font-size:55px;vertical-align:baseline}
.clouds-box .homepage-slider .slide .inner.new_promo2 .slider_title{font-size:32px;width:490px}
.clouds-box .homepage-slider .slide .inner.new_promo2 .slider_desc{font-size:26px;letter-spacing:-1px;line-height:32px;margin-top:5px;width:500px}
.clouds-box .homepage-slider .slide .inner.new_promo2 .slider_title.de{width:450px}
.clouds-box .homepage-slider .slide .inner.new_promo2 .slider_desc.de{width:400px}
/* language fixes */
.si .cashback_sundays .promotion_text,.sk .loyalty_points .promotion_text,.hr .cashback_sundays .promotion_text{padding:0 11px 19px}
.se .affiliate_program .promotion_text{padding:0 8px 19px}
.ru .promotion_text{padding:0 8px 19px;min-height:80px}
.de .promotion_text{padding:0 9px 19px}
.pl .promotion_text{min-height:80px}
.si .cashback_sundays .promotion_title1,.sk .cashback_sundays .promotion_title1,.sk .loyalty_points .promotion_title1,.hr .cashback_sundays .promotion_title1{letter-spacing:-1.5px}
.hr .loyalty_points .promotion_title1{font-size:25px !important;letter-spacing:-2px}
.cz .cashback_sundays .promotion_title1{font-size:26px !important;letter-spacing:-1.5px}
.hr.regwrap{margin-top:70px}
.cz #dlgbox2 .reg_fields,.cz #dlgbox2 .reg_buttons,.se #dlgbox2 .reg_fields,.se #dlgbox2 .reg_buttons,.pl #dlgbox2 .reg_fields,.pl #dlgbox2 .reg_buttons{width:370px}
.cz #dlgbox2 .reg_fields input,.se #dlgbox2 .reg_fields input,.pl #dlgbox2 .reg_fields input{width:330px}
.cz #dlgbox2 .reg_buttons button,.se #dlgbox2 .reg_buttons button,.pl #dlgbox2 .reg_buttons button{width:370px}
.hr #dlgbox2 .reg_fields,.hr #dlgbox2 .reg_buttons,.si #dlgbox2 .reg_fields,.si #dlgbox2 .reg_buttons,.ru #dlgbox2 .reg_fields,.ru #dlgbox2 .reg_buttons,.de #dlgbox2 .reg_fields,.de #dlgbox2 .reg_buttons{width:395px}
.hr #dlgbox2 .reg_fields input,.si #dlgbox2 .reg_fields input,.ru #dlgbox2 .reg_fields input,.de #dlgbox2 .reg_fields input{width:355px}
.hr #dlgbox2 .reg_buttons button,.si #dlgbox2 .reg_buttons button,.ru #dlgbox2 .reg_buttons button,.de #dlgbox2 .reg_buttons button{width:395px}
.hr .topcloud.bonus div.topline{line-height:64px}
.hr .topcloud.welcome,.si .topcloud.welcome{width:395px}
.de .topcloud.welcome{width:395px;min-height:140px}
.ru .topcloud.welcome{width:395px;min-height:150px}
.pl .topcloud.welcome{min-height:140px}
.ru .topcloud.chgpasswd,.hr .topcloud.chgpasswd{width:380px;height:115px}
.pl .topcloud.chgpasswd{width:390px}
.de .reg_bookoofra .reg_buttons button.btn-green{min-height:70px}
.hr .bigblue2{line-height:45px;font-size:22px}
.cz .bigblue2{font-size:34px;letter-spacing:-1.5px}
.de .bigblue2{letter-spacing:-1px}
.hr .topcloud.bonus{height:135px}
.sk .dropdown_wrapper,.pl .dropdown_wrapper{width:245px}
.hr .dropdown_wrapper{width:260px}
.hr .game-description-top .game-preview-aside .bonus .open-account{font-size:32px;letter-spacing:-1.5px}
.cz .game-description-top .game-preview-aside .bonus .open-account{font-size:39px;letter-spacing:-1px}
.hr .links_col,.cz .links_col{padding-right:37px}
.sk .links_col{padding-right:50px}
.de .links_col{padding-right:55px}
.se .links_col,.pl .links_col{padding-right:60px}
.de .links_col .title5{white-space:nowrap}
.inactive-user-status{color: #E13E46;text-decoration: underline; cursor: pointer}
.active-user-status{color: green;}


/*------------------------------------------------*/
/*--------------------[RESET]---------------------*/
/*------------------------------------------------*/

.et_bloom .et_bloom_optin div, .et_bloom .et_bloom_optin span, .et_bloom .et_bloom_optin h2, .et_bloom .et_bloom_optin h3, .et_bloom .et_bloom_optin h4, .et_bloom  .et_bloom_optin p, .et_bloom  .et_bloom_optin a, .et_bloom  .et_bloom_optin font, .et_bloom .et_bloom_optin img, .et_bloom  .et_bloom_optin strike, .et_bloom  .et_bloom_optin strong, .et_bloom  .et_bloom_optin b, .et_bloom .et_bloom_optin u, .et_bloom  .et_bloom_optin i, .et_bloom  .et_bloom_optin ol, .et_bloom  .et_bloom_optin ul, .et_bloom  .et_bloom_optin li { text-transform: none; font-weight: normal; margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background-image:none; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.et_bloom .et_bloom_optin button { background: none; }

/*------------------------------------------------*/
/*--------------------[ICONS]---------------------*/
/*------------------------------------------------*/

@font-face {
	font-family: 'ET-Bloom';
	src:url('https://slotwinner.de/fonts/ET-Bloom.eot?gd6mr8');
	src:url('https://slotwinner.de/fonts/ET-Bloom.eot#iefixgd6mr8') format('embedded-opentype'),
		url('https://slotwinner.de/fonts/ET-Bloom.woff?gd6mr8') format('woff'),
		url('https://slotwinner.de/fonts/ET-Bloom.ttf?gd6mr8') format('truetype'),
		url('https://slotwinner.de/fonts/ET-Bloom.svg?gd6mr8#ETdashboard') format('svg');
	font-weight: normal;
	font-style: normal;
}

.et_bloom .et_bloom_icon { font-family: 'ET-Bloom'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; font-size: 16px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.et_bloom .et_bloom_icon_close:after { content: "\e60d"; }

/*---------------------------------*/
/*-------- GENERAL STYLES ---------*/
/*---------------------------------*/
.et_bloom .et_bloom_visible { display: block !important; }
.et_bloom .et_bloom_rounded_corners { border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.et_bloom button.et_bloom_submit_subscription { cursor: pointer; }
.et_bloom .et_bloom_3_fields.et_bloom_bottom_inline p.et_bloom_popup_input, .et_bloom .et_bloom_3_fields.et_bloom_form_content.et_bloom_bottom_inline button { width: 25%; }
.et_bloom .et_bloom_form_bottom.et_bloom_rounded_corners .et_bloom_form_header { -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; }
.et_bloom .et_bloom_form_bottom.et_bloom_rounded_corners .et_bloom_form_content { -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; }

.et_bloom button.et_bloom_submit_subscription { position: relative; }
.et_bloom .et_bloom_subscribe_loader { display: none; background: url('https://slotwinner.de/images/subscribe-loader.gif') !important; width: 16px; height: 16px; position: absolute; left: 50%; top: 50%; margin: -8px auto auto -8px !important; }
.et_bloom .et_bloom_button_text_loading .et_bloom_button_text { visibility: hidden; }

.et_bloom .et_bloom_1_field p.et_bloom_popup_input { width: 68%; }

.et_bloom .et_bloom_bottom_stacked p.et_bloom_popup_input { width: 100%; margin-bottom: 10px; padding-right: 0; }
.et_bloom .et_bloom_bottom_stacked button.et_bloom_submit_subscription { width: 100%; }

.et_bloom .et_bloom_form_container h2.et_bloom_error_message { -webkit-animation: et_bloom_fadeInTop 1s 1 cubic-bezier(0.77,0,.175,1); -moz-animation: et_bloom_fadeInTop 1s 1 cubic-bezier(0.77,0,.175,1); -o-animation: et_bloom_fadeInTop 1s 1 cubic-bezier(0.77,0,.175,1); animation: et_bloom_fadeInTop 1s 1 cubic-bezier(0.77,0,.175,1); position: relative; padding: 10px 20px; display: block; background-color: #fff; border-radius: 5px; margin-bottom: 20px; }
.et_bloom .et_bloom_form_container h2.et_bloom_error_message:after { content: ''; position: absolute; left: 50%; bottom: -5px; margin-left: -3px; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #fff; }

.et_bloom .et_bloom_responsive_edge { display: none; }

.et_bloom .et_bloom_warn_field { -webkit-box-shadow: inset 0px 0px 0px 2px #f45a4a; -moz-box-shadow: inset 0px 0px 0px 2px #f45a4a; box-shadow: inset 0px 0px 0px 2px #f45a4a; }

.et_bloom .et_bloom_header_text_light h2 { color: #fff !important; }
.et_bloom .et_bloom_header_text_light p { color: rgba(255,255,255,0.7) !important; }

.et_bloom .et_bloom_form_header img { height: auto; width: auto; }

.et_bloom .et_bloom_header_outer { height: auto; }
.et_bloom .et_bloom_form_right .et_bloom_header_outer, .et_bloom .et_bloom_form_left .et_bloom_header_outer { float: left; width: 100%; }
.et_bloom .et_bloom_form_right .et_bloom_form_header, .et_bloom .et_bloom_form_left .et_bloom_form_header { height: 100%; }

/*---------------------------------*/
/*------------ FLYIN --------------*/
/*---------------------------------*/

.et_bloom .et_bloom_flyin { display: none; position: fixed; bottom: 0; z-index: 999999; box-sizing: border-box; }
.et_bloom .et_bloom_flyin_right { right: 0; padding-left: 10%; max-width: 100%; }
.et_bloom .et_bloom_flyin_left { left: 0; padding-right: 10%; max-width: 100%; }
.et_bloom .et_bloom_flyin_center { width: 100%; padding: 0 10%; }
	.et_bloom .et_bloom_flyin_center .et_bloom_form_container { max-width: 640px; margin: 0 auto;  position: relative; opacity: 0; }
.et_bloom .et_bloom_stacked_flyin.et_bloom_form_container { width: 320px; }

.et_bloom .et_bloom_flyin_right span.et_bloom_close_button { right: auto; left: -10px; }
.et_bloom .et_bloom_flyin_right .et_bloom_with_border .et_bloom_close_button { top: -13px; left: -13px; right: auto; }

.et_bloom .et_flyin_3_fields.et_bloom_flyin_bottom_inline { max-width: 520px; }
.et_bloom .et_flyin_2_fields.et_bloom_flyin_bottom_inline, .et_bloom .et_flyin_1_field.et_bloom_flyin_bottom_inline { max-width: 420px; }
.et_bloom .et_bloom_flyin .et_bloom_form_right, .et_bloom .et_bloom_flyin .et_bloom_form_left { max-width: 580px !important; }
.et_bloom .et_bloom_flyin_bottom_stacked { max-width: 400px !important; }

.et_bloom .et_bloom_flyin .et_bloom_rounded_corners, .et_bloom .et_bloom_flyin .et_bloom_rounded_corners .et_bloom_form_content { border-radius: 5px 5px 0 0 !important; -webkit-border-radius: 5px 5px 0 0 !important; -moz-border-radius: 5px 5px 0 0 !important; }

/*---------------------------------*/
/*------------ POPUP --------------*/
/*---------------------------------*/
.et_bloom .et_bloom_popup .et_bloom_form_container { position: relative; z-index: 999999999; top: 290px; margin: 0 auto; opacity: 0; }
.et_bloom .et_bloom_popup { display: none; top: 0; left: 0; width: 100%; height: 100%; position: fixed; z-index: 99999999; }
.et_bloom .et_bloom_popup:after{ content: ""; background-color: rgba(0,0,0,.6); top: 0; left: 0; width: 100%; height: 100%; position: fixed; opacity: 0; }
.et_bloom .et_bloom_popup.et_bloom_animated:after { opacity: 1; -webkit-animation: et_bloom_fadeIn 1s 1 cubic-bezier(0.77,0,.175,1); -moz-animation: et_bloom_fadeIn 1s 1 cubic-bezier(0.77,0,.175,1); -o-animation: et_bloom_fadeIn 1s 1 cubic-bezier(0.77,0,.175,1); animation: et_bloom_fadeIn 1s 1 cubic-bezier(0.77,0,.175,1); }
.et_bloom .et_bloom_form_container_wrapper { position: relative; }
.et_bloom .et_bloom_form_container_wrapper.et_bloom_vertical_scroll { overflow: auto; }

/*---------------------------------*/
/*---------- INLINE FORM -----------*/
/*---------------------------------*/
.et_bloom .et_bloom_inline_form, .et_bloom .et_bloom_inline_form .et_bloom_form_container, .et_bloom .et_bloom_inline_form .et_bloom_form_container.et_bloom_form_right { width: 100%; max-width: 100%; }
.et_bloom .et_bloom_inline_form span.et_bloom_close_button { display: none; }
.et_bloom .et_bloom_inline_form .et_bloom_form_container { box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }
.et_bloom .et_bloom_inline_form { clear: both; margin: 30px 0; display: inline-block; }
.et_bloom .et_bloom_below_post .et_bloom_inline_form { margin-bottom: 0; }
.et_bloom .et_bloom_inline_form .et_bloom_form_container { z-index: 99; }

/*---------------------------------*/
/*------------ WIDGET -------------*/
/*---------------------------------*/
.et_bloom .et_bloom_widget_content span.et_bloom_close_button { display: none; }
.et_bloom .et_bloom_widget_content .et_bloom_form_container { box-shadow: none !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; width: 100%; max-width: 100%; z-index: 99; }

/* css for forms */

.et_bloom .et_bloom_form_container,
.et_bloom .et_bloom_form_container div,
.et_bloom .et_bloom_form_container span,
.et_bloom .et_bloom_form_container h2,
.et_bloom .et_bloom_form_container h3,
.et_bloom .et_bloom_form_container h4,
.et_bloom .et_bloom_form_container p,
.et_bloom .et_bloom_form_container a,
.et_bloom .et_bloom_form_container font,
.et_bloom .et_bloom_form_container img,
.et_bloom .et_bloom_form_container strike,
.et_bloom .et_bloom_form_container strong,
.et_bloom .et_bloom_form_container b,
.et_bloom .et_bloom_form_container u,
.et_bloom .et_bloom_form_container i,
.et_bloom .et_bloom_form_container ol,
.et_bloom .et_bloom_form_container ul,
.et_bloom .et_bloom_form_container li { font-family: 'Open Sans', helvetica, arial, sans-serif; line-height: 1em; text-transform: none; font-weight: normal; margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background-image:none; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.et_bloom .et_bloom_form_container .clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.et_bloom .et_bloom_form_container { position: relative; }
.et_bloom .et_bloom_form_container .et_bloom_close_button, .et_bloom .et_bloom_success_checkmark:before {
	font-family: 'ET-Bloom';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 16px !important;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.et_bloom .et_bloom_success_container { height: 0; overflow: hidden; opacity: 0; position: relative; margin: 0 auto !important; z-index: -1; }
.et_bloom .et_bloom_success_container.et_bloom_animate_success { height: auto; overflow: visible; z-index: 99; opacity: 1; display: block; }
.et_bloom .et_bloom_form_container h2.et_bloom_success_message { line-height: 1.4em; position: relative; font-size: 14px; display: none; opacity: 0; z-index: -1; text-align: center; color: #888; background: #fff; padding: 10px 10%; width: 80%; max-width: 300px; border-radius: 5px; margin: auto;  }
.et_bloom h2.et_bloom_success_message.et_bloom_animate_message { margin-top: 50px; display: block; opacity: 1; z-index: 99; -webkit-animation: et_bloom_fadeInTop 1s 1 cubic-bezier(0.77,0,.175,1); -moz-animation: et_bloom_fadeInTop 1s 1 cubic-bezier(0.77,0,.175,1); -o-animation: et_bloom_fadeInTop 1s 1 cubic-bezier(0.77,0,.175,1); animation: et_bloom_fadeInTop 1s 1 cubic-bezier(0.77,0,.175,1); }
.et_bloom h2.et_bloom_success_message:after { content: ''; position: absolute; left: 50%; top: -5px; margin-left: -3px; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid #fff; }

.et_bloom .et_bloom_success_checkmark:before { content: "\e60e"; font-size: 25px !important; line-height: 25px; }
.et_bloom span.et_bloom_success_checkmark { opacity: 0; color: #fff !important; background: #82C016; padding: 8px 7px 7px 10px !important; border-radius: 30px; left: 50%; margin-left: -20px; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); display: block; height: 28px; width: 28px; transition: all 1s; -moz-transition: all 1s; -webkit-transition: all 1s; position: absolute; top: 30px;  }
.et_bloom .et_bloom_success_container.et_bloom_animate_success span.et_bloom_success_checkmark { opacity: 1; top: 0; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }

.et_bloom .et_bloom_success_message strong { font-weight: bold; }
.et_bloom .et_bloom_form_container .et_bloom_form_content h2.et_bloom_success_message span { font-weight: normal !important; }

.et_bloom .et_bloom_form_container .et_bloom_close_button { position: absolute; top: -10px; right: -10px; width: 30px; height: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; background-color: #fff; -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.34); -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.34); box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.34); cursor: pointer; }
.et_bloom .et_bloom_with_border .et_bloom_close_button { top: -13px; right: -13px; }

.et_bloom .et_bloom_form_container { background-color: #dadfe4; max-width: 640px; z-index: 999999999; -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.2); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
	.et_bloom .et_bloom_popup .et_bloom_form_container { width: 80%; }
	.et_bloom .et_bloom_form_container, .et_bloom .et_bloom_form_container div, .et_bloom .et_bloom_form_container img, .et_bloom .et_bloom_form_container .et_bloom_popup_input, .et_bloom .et_bloom_form_container input { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
	.et_bloom .et_bloom_form_container .et_bloom_form_header { background-color: #fff; padding: 15px; overflow: hidden; position: relative; }
	.et_bloom .et_bloom_form_container .et_bloom_form_text, .et_bloom .et_bloom_form_container .et_bloom_form_img { max-width: 100%; padding: 15px; display: table-cell; }
		.et_bloom .et_bloom_form_header h2 { font-size: 24px !important; padding-bottom: 0 !important; font-weight: 600 !important; line-height: 1.1em !important; color: rgba(0, 0, 0, 0.8); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
		.et_bloom .et_bloom_form_container.et_bloom_light .et_bloom_form_header h2 { color: #393939; }
		.et_bloom .et_bloom_form_header p { color: rgba(0, 0, 0, 0.5); line-height: 1.6em; font-size: 14px; margin-top: 0.5em; }
		.et_bloom .et_bloom_form_container.et_bloom_light p { color: #666; }
		.et_bloom .et_bloom_form_container.et_bloom_dark .et_bloom_form_header h2, .et_bloom .et_bloom_form_container.et_bloom_dark p { color: #fff; }
	.et_bloom .et_bloom_form_container .et_bloom_form_content { padding: 40px 30px; color: rgba(0, 0, 0, 0.5); width: 100%; background-color: #E9E9E9; position: relative; }
		.et_bloom .et_bloom_form_container .et_bloom_form_content label, .et_bloom .et_bloom_form_content #mc_embed_signup .mc-field-group { margin-bottom: 30px; }
		.et_bloom .et_bloom_form_container .et_bloom_form_content label, span.et_bloom_form_label, .et_bloom .et_bloom_form_container .et_bloom_form_content input { display: block; }
			.et_bloom .et_bloom_form_container .et_bloom_form_content span, .et_bloom .et_bloom_form_content #mc_embed_signup .mc-field-group label, .et_bloom .et_bloom_form_content #mc_embed_signup .mc-field-group strong, .et_bloom .et_bloom_form_aweber .af-body label.previewLabel, .et_bloom .et_bloom_form_campaign_monitor .et_bloom_form_content label, .et_bloom .mimi_field label { color: #444; font-weight: 700 !important; margin-bottom: 10px !important; }
			.et_bloom .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content span, .et_bloom .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content #mc_embed_signup .mc-field-group label, .et_bloom .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content #mc_embed_signup .mc-field-group strong, .et_bloom .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .af-body label.choice, .et_bloom .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .af-body label.previewLabel { color: #fff !important; }
			.et_bloom .et_bloom_form_content #mc_embed_signup .mc-field-group ul li label, .et_bloom .et_bloom_form_aweber .et_bloom_form_content .af-body label.choice { color: rgba(0, 0, 0, 0.5) !important; }
			.et_bloom .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content #mc_embed_signup .mc-field-group ul li label, .et_bloom .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_aweber .et_bloom_form_content .af-body label.choice { color: rgba(255, 255, 255, 0.6) !important; }
			.et_bloom #mc_embed_signup .asterisk { color: #C60 !important; }
		.et_bloom .et_bloom_form_container .et_bloom_form_content input, .et_bloom .et_bloom_form_container .et_bloom_form_content textarea, .et_bloom .et_bloom_form_content #mc_embed_signup .mc-field-group input, .et_bloom .et_bloom_form_content #mc_embed_signup .button, .et_bloom .et_bloom_form_content .af-body input.text, .et_bloom #mc_embed_signup .mc-field-group select, .et_bloom .et_bloom_form_get_response .et_bloom_form_content .wf-input, .et_bloom .et_bloom_form_content .mimi_field #signup_field_reference { background-color: #fff; width: 100%; font-weight: 600; color: rgba(0,0,0,0.5); -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border: none; }
		.et_bloom .et_bloom_form_container .et_bloom_form_content input, .et_bloom .et_bloom_form_container .et_bloom_form_content textarea, .et_bloom .et_bloom_form_content #mc_embed_signup .mc-field-group input, .et_bloom .et_bloom_form_content .af-body input.text, .et_bloom #mc_embed_signup .mc-field-group select, .et_bloom .et_bloom_form_get_response .et_bloom_form_content .wf-input, .et_bloom .et_bloom_form_content .mimi_field #signup_field_reference { padding: 14px !important; }
		.et_bloom .et_bloom_form_container .et_bloom_form_content .et_bloom_popup_input input { padding: 10px !important; }
		.et_bloom .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content input, .et_bloom .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content textarea, .et_bloom .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content #mc_embed_signup .mc-field-group input, .et_bloom .et_bloom_form_content .af-body input.text { background-color: rgba(0,0,0,0.15); color: #fff; }
		.et_bloom .et_bloom_form_text_light .et_bloom_error_message { color: #fff; }
			.et_bloom .et_bloom_form_text_light input::-webkit-input-placeholder { color: #fff; }
			.et_bloom .et_bloom_form_text_light input:-moz-placeholder { color: #fff; }
			.et_bloom .et_bloom_form_text_light input::-moz-placeholder { color: #fff; }
			.et_bloom .et_bloom_form_text_light input:-ms-input-placeholder { color: #fff; }

			.et_bloom .et_bloom_popup_input input::-webkit-input-placeholder { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
			.et_bloom .et_bloom_popup_input input:-moz-placeholder { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
			.et_bloom .et_bloom_popup_input input::-moz-placeholder { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
			.et_bloom .et_bloom_popup_input input:-ms-input-placeholder { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
		.et_bloom .et_bloom_form_container .et_bloom_form_content input.error { color: #f45a4a; border: 2px solid #f45a4a; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
		.et_bloom .et_bloom_form_container .et_bloom_form_content textarea { min-height: 80px; }
		.et_bloom .et_bloom_form_container .et_bloom_form_content input.et_contact_submit, .et_bloom .et_bloom_form_content #mc_embed_signup .button, .et_bloom .et_bloom_form_campaign_monitor .et_bloom_form_content p button, .et_bloom .et_bloom_form_content .mimi_field .submit, .et_bloom .et_bloom_form_get_response .et_bloom_form_content .wf-button, .et_bloom .et_bloom_form_feedblitz .et_bloom_form_content form input[type="button"], .et_bloom .et_bloom_form_icontact .et_bloom_form_content input[type="submit"] { font-weight: 700; text-transform: uppercase; color: rgba(255,255,255,0.8); cursor: pointer; font-size: 14px; }
		.et_bloom .et_bloom_form_container .et_bloom_form_content input.et_contact_submit, .et_bloom .et_bloom_form_content #mc_embed_signup .button, .et_bloom .et_bloom_form_content #mc_embed_signup .button:hover, .et_bloom .et_bloom_form_campaign_monitor .et_bloom_form_content p button, .et_bloom .et_bloom_form_content .mimi_field .submit, .et_bloom .et_bloom_form_get_response .et_bloom_form_content .wf-button, .et_bloom .et_bloom_form_feedblitz .et_bloom_form_content form input[type="button"], .et_bloom .et_bloom_form_icontact .et_bloom_form_content input[type="submit"] { background-color: #58b9cb; }
		.et_bloom .et_bloom_form_container.et_bloom_dark .et_bloom_form_content input.et_contact_submit, .et_bloom .et_bloom_form_container.et_bloom_dark .et_bloom_form_content #mc_embed_signup .button { color: rgba(0,0,0,0.6); }
		.et_bloom .et_bloom_form_container .et_bloom_form_content .et_bloom_form_footer { padding: 20px 0 0; text-shadow: none; }
			.et_bloom .et_bloom_form_container .et_bloom_form_content .et_bloom_form_footer p { font-size: 12px; }
			.et_bloom .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .et_bloom_form_footer p { color:  rgba(255, 255, 255, 0.4); }
			.et_bloom .et_bloom_form_container.et_bloom_form_text_dark .et_bloom_form_content .et_bloom_form_footer p { color: rgba(0, 0, 0, 0.7); }
.et_bloom .et_bloom_form_container.et_bloom_rounded input, .et_bloom .et_bloom_form_container.et_bloom_rounded textarea, .et_bloom .et_bloom_form_container.et_bloom_rounded .et_bloom_form_content #mc_embed_signup .button, .et_bloom .et_bloom_form_container.et_bloom_rounded button { -moz-border-radius: 3px !important; -webkit-border-radius: 3px !important; border-radius: 3px !important; }
	.et_bloom .et_bloom_inline .input { margin-right: 20px; float: left; width: 30% !important; }
	.et_bloom .et_bloom_inline .input:last-child { margin-right: 0 !important; }
.et_bloom .et_bloom_optin .et_bloom_border_solid, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_solid .et_bloom_form_header { border: 6px solid #4fa8ed; }
	.et_bloom .et_bloom_optin .breakout_edge { border: none !important; }
	.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_solid.et_bloom_form_bottom .et_bloom_form_header { border-bottom: none; }
	.et_bloom .et_bloom_optin .et_bloom_border_solid.et_bloom_border_position_top, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_solid.et_bloom_border_position_top .et_bloom_form_header { border-left: none; border-right: none; border-bottom: none;  }
	.et_bloom .et_bloom_optin .et_bloom_border_solid.et_bloom_border_position_right, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_solid.et_bloom_border_position_right .et_bloom_form_header { border-left: none; border-top: none; border-bottom: none; }
	.et_bloom .et_bloom_optin .et_bloom_border_solid.et_bloom_border_position_bottom, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_solid.et_bloom_border_position_bottom .et_bloom_form_header { border-left: none; border-top: none; border-right: none; }
	.et_bloom .et_bloom_optin .et_bloom_border_solid.et_bloom_border_position_left, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_solid.et_bloom_border_position_left .et_bloom_form_header { border-bottom: none; border-top: none; border-right: none; }
	.et_bloom .et_bloom_optin .et_bloom_border_solid.et_bloom_border_position_top_bottom, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_solid.et_bloom_border_position_top_bottom .et_bloom_form_header {border-left: none; border-right: none; }
	.et_bloom .et_bloom_optin .et_bloom_border_solid.et_bloom_border_position_left_right, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_solid.et_bloom_border_position_left_right .et_bloom_form_header { border-bottom: none; border-top: none; }
.et_bloom .et_bloom_optin .et_bloom_border_inset, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_inset .et_bloom_form_header { -moz-box-shadow: inset 0 0 0 3px #4fa8ed; -webkit-box-shadow: inset 0 0 0 3px #4fa8ed; box-shadow: inset 0 0 0 3px #4fa8ed; border: 8px solid #fff; padding: 3px; }
	.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_inset.et_bloom_form_bottom .et_bloom_form_header { margin-bottom: -11px !important; }
	.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_inset.et_bloom_form_right .et_bloom_form_header { margin-left: 11px !important; margin-top: 1% !important; }
	.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_inset.et_bloom_form_left .et_bloom_form_header { margin-right: 11px !important; margin-top: 1% !important; }
	.et_bloom .et_bloom_form_left.breakout_edge.et_bloom_border_inset .et_bloom_close_button { right: -5px !important; }
	.et_bloom .et_bloom_optin .et_bloom_border_inset.et_bloom_border_position_top, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_inset.et_bloom_border_position_top .et_bloom_form_header { -moz-box-shadow: inset 0 3px 0 0 #4fa8ed; -webkit-box-shadow: inset 0 3px 0 0 #4fa8ed; box-shadow: inset 0 3px 0 0 #4fa8ed; border-right: none; border-left: none; border-bottom: none; padding: 3px 0 0; }
	.et_bloom .et_bloom_optin .et_bloom_border_inset.et_bloom_border_position_right, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_inset.et_bloom_border_position_right .et_bloom_form_header { -moz-box-shadow: inset -3px 0 0 0 #4fa8ed; -webkit-box-shadow: inset -3px 0 0 0 #4fa8ed; box-shadow: inset -3px 0 0 0 #4fa8ed; border-top: none; border-left: none; border-bottom: none; padding: 0 3px 0 0; }
	.et_bloom .et_bloom_optin .et_bloom_border_inset.et_bloom_border_position_bottom, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_inset.et_bloom_border_position_bottom .et_bloom_form_header { -moz-box-shadow: inset 0 -3px 0 0 #4fa8ed; -webkit-box-shadow: inset 0 -3px 0 0 #4fa8ed; box-shadow: inset 0 -3px 0 0 #4fa8ed; border-top: none; border-left: none; border-right: none; padding: 0 0 3px 0; }
	.et_bloom .et_bloom_optin .et_bloom_border_inset.et_bloom_border_position_left, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_inset.et_bloom_border_position_left .et_bloom_form_header { -moz-box-shadow: inset 3px 0 0 0 #4fa8ed; -webkit-box-shadow: inset 3px 0 0 0 #4fa8ed; box-shadow: inset 3px 0 0 0 #4fa8ed; border-top: none; border-bottom: none; border-right: none; padding: 0 0 0 3px; }
	.et_bloom .et_bloom_optin .et_bloom_border_inset.et_bloom_border_position_top_bottom, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_inset.et_bloom_border_position_top_bottom .et_bloom_form_header { -moz-box-shadow: inset 0 3px 0 0 #4fa8ed, inset 0 -3px 0 0 #4fa8ed; -webkit-box-shadow: inset 0 3px 0 0 #4fa8ed, inset 0 -3px 0 0 #4fa8ed; box-shadow: inset 0 3px 0 0 #4fa8ed, inset 0 -3px 0 0 #4fa8ed; border-left: none; border-right: none; padding: 3px 0 3px; }
	.et_bloom .et_bloom_optin .et_bloom_border_inset.et_bloom_border_position_left_right, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_inset.et_bloom_border_position_left_right .et_bloom_form_header { -moz-box-shadow: inset 3px 0 0 0 #4fa8ed, inset -3px 0 0 0 #4fa8ed; -webkit-box-shadow: inset 3px 0 0 0 #4fa8ed, inset -3px 0 0 0 #4fa8ed; box-shadow: inset 3px 0 0 0 #4fa8ed, inset -3px 0 0 0 #4fa8ed; border-top: none; border-bottom: none; padding: 0 3px 0 3px; }
	.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_inset { padding: 0; -moz-box-shadow: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; border: none !important; }
.et_bloom .et_bloom_optin .et_bloom_border_double, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_double .et_bloom_form_header { -moz-box-shadow: inset 0 0 0 6px #fff, inset 0 0 0 8px #4fa8ed; -webkit-box-shadow: inset 0 0 0 6px #fff, inset 0 0 0 8px #4fa8ed; box-shadow: inset 0 0 0 6px #fff, inset 0 0 0 8px #4fa8ed; border: 2px solid #4fa8ed; padding: 8px; }
	.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_double.et_bloom_form_bottom .et_bloom_form_header { margin-bottom: -10px !important; }
	.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_double.et_bloom_form_right .et_bloom_form_header { margin-left: 10px !important; margin-top: 1% !important; }
	.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_double.et_bloom_form_left .et_bloom_form_header { margin-right: 10px !important; margin-top: 1% !important; }
	.et_bloom .et_bloom_form_left.breakout_edge.et_bloom_border_double .et_bloom_close_button { right: -5px !important; }
	.et_bloom .et_bloom_optin .et_bloom_border_double.et_bloom_border_position_top, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_double.et_bloom_border_position_top .et_bloom_form_header { -moz-box-shadow: inset 0 6px 0 0 #fff, inset 0 8px 0 0 #4fa8ed; -webkit-box-shadow: inset 0 6px 0 0 #fff, inset 0 8px 0 0 #4fa8ed; box-shadow: inset 0 6px 0 0 #fff, inset 0 8px 0 0 #4fa8ed; border: 2px solid #4fa8ed; padding: 8px 0 0; border-right: none; border-left: none; border-bottom: none; }
	.et_bloom .et_bloom_optin .et_bloom_border_double.et_bloom_border_position_right, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_double.et_bloom_border_position_right .et_bloom_form_header { -moz-box-shadow: inset -6px 0 0 0 #fff, inset -8px 0 0 0 #4fa8ed; -webkit-box-shadow: inset -6px 0 0 0 #fff, inset -8px 0 0 0 #4fa8ed; box-shadow: inset -6px 0 0 0 #fff, inset -8px 0 0 0 #4fa8ed; border: 2px solid #4fa8ed; padding: 0 8px 0 0; border-top: none; border-left: none; border-bottom: none; }
	.et_bloom .et_bloom_optin .et_bloom_border_double.et_bloom_border_position_bottom, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_double.et_bloom_border_position_bottom .et_bloom_form_header { -moz-box-shadow: inset 0 -6px 0 0 #fff, inset 0 -8px 0 0 #4fa8ed; -webkit-box-shadow: inset 0 -6px 0 0 #fff, inset 0 -8px 0 0 #4fa8ed; box-shadow: inset 0 -6px 0 0 #fff, inset 0 -8px 0 0 #4fa8ed; border: 2px solid #4fa8ed; padding: 0 0 8px 0; border-top: none; border-left: none; border-right: none; }
	.et_bloom .et_bloom_optin .et_bloom_border_double.et_bloom_border_position_left, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_double.et_bloom_border_position_left .et_bloom_form_header { -moz-box-shadow: inset 4px 0 0 0 #fff, inset 6px 0 0 0 #4fa8ed; -webkit-box-shadow: inset 4px 0 0 0 #fff, inset 6px 0 0 0 #4fa8ed; box-shadow: inset 6px 0 0 0 #fff, inset 8px 0 0 0 #4fa8ed; border: 2px solid #4fa8ed; padding: 0 0 0 8px; border-top: none; border-bottom: none; border-right: none; }
	.et_bloom .et_bloom_optin .et_bloom_border_double.et_bloom_border_position_top_bottom, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_double.et_bloom_border_position_top_bottom .et_bloom_form_header { -moz-box-shadow: inset 0 6px 0 0 #fff, inset 0 8px 0 0 #4fa8ed, inset 0 -6px 0 0 #fff, inset 0 -8px 0 0 #4fa8ed; -webkit-box-shadow: inset 0 6px 0 0 #fff, inset 0 8px 0 0 #4fa8ed, inset 0 -6px 0 0 #fff, inset 0 -8px 0 0 #4fa8ed; box-shadow: inset 0 6px 0 0 #fff, inset 0 8px 0 0 #4fa8ed, inset 0 -6px 0 0 #fff, inset 0 -8px 0 0 #4fa8ed; border: 2px solid #4fa8ed; padding: 8px 0 8px; border-left: none; border-right: none; }
	.et_bloom .et_bloom_optin .et_bloom_border_double.et_bloom_border_position_left_right, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_double.et_bloom_border_position_left_right .et_bloom_form_header { -moz-box-shadow: inset 6px 0 0 0 #fff, inset 8px 0 0 0 #4fa8ed, inset -6px 0 0 0 #fff, inset -8px 0 0 0 #4fa8ed; -webkit-box-shadow: inset 6px 0 0 0 #fff, inset 8px 0 0 0 #4fa8ed, inset -6px 0 0 0 #fff, inset -8px 0 0 0 #4fa8ed; box-shadow: inset 6px 0 0 0 #fff, inset 8px 0 0 0 #4fa8ed, inset -6px 0 0 0 #fff, inset -8px 0 0 0 #4fa8ed; border: 2px solid #4fa8ed; padding: 0 8px 0 8px; border-top: none; border-bottom: none; }
	.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_double { padding: 0; -moz-box-shadow: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; border: none !important; }
.et_bloom .et_bloom_optin .et_bloom_border_dashed,.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed .et_bloom_header_outer { padding: 8px; }
	.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed .et_bloom_header_outer { background: white; }
	.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_form_right .et_bloom_header_outer, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_form_left .et_bloom_header_outer { margin-top: 1.5% !important; }
	.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_form_bottom .et_bloom_header_outer { width: 98% !important; margin: auto; float: none; padding-bottom: 0 !important; }
	.et_bloom .et_bloom_optin .et_bloom_border_dashed .et_bloom_form_container_wrapper, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed .et_bloom_form_header { border: 2px dashed #333; }
	.et_bloom .et_bloom_optin .breakout_edge .et_bloom_form_container_wrapper { border: none !important; }
	.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_form_bottom .et_bloom_form_header { border-bottom: none; }
	.et_bloom .et_bloom_optin .et_bloom_border_dashed.et_bloom_border_position_top .et_bloom_form_container_wrapper, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_border_position_top .et_bloom_form_header { border-left: none; border-right: none; border-bottom: none;  }
	.et_bloom .et_bloom_optin .et_bloom_border_dashed.et_bloom_border_position_right .et_bloom_form_container_wrapper, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_border_position_right .et_bloom_form_header { border-left: none; border-top: none; border-bottom: none; }
	.et_bloom .et_bloom_optin .et_bloom_border_dashed.et_bloom_border_position_bottom .et_bloom_form_container_wrapper, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_border_position_bottom .et_bloom_form_header { border-left: none; border-top: none; border-right: none; }
	.et_bloom .et_bloom_optin .et_bloom_border_dashed.et_bloom_border_position_left .et_bloom_form_container_wrapper, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_border_position_left .et_bloom_form_header { border-bottom: none; border-top: none; border-right: none; }
	.et_bloom .et_bloom_optin .et_bloom_border_dashed.et_bloom_border_position_top_bottom .et_bloom_form_container_wrapper, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_border_position_top_bottom .et_bloom_form_header { border-left: none; border-right: none; }
	.et_bloom .et_bloom_optin .et_bloom_border_dashed.et_bloom_border_position_left_right .et_bloom_form_container_wrapper, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_border_position_left_right .et_bloom_form_header { border-bottom: none; border-top: none; }
	.et_bloom .et_bloom_optin .et_bloom_border_dashed.et_bloom_border_position_top, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_border_position_top .et_bloom_header_outer { padding: 8px 0 0 0; }
	.et_bloom .et_bloom_optin .et_bloom_border_dashed.et_bloom_border_position_right, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_border_position_right .et_bloom_header_outer { padding: 0 8px 0 0; }
	.et_bloom .et_bloom_optin .et_bloom_border_dashed.et_bloom_border_position_bottom, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_border_position_bottom .et_bloom_header_outer { padding: 0 0 8px 0; }
	.et_bloom .et_bloom_optin .et_bloom_border_dashed.et_bloom_border_position_left, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_border_position_left .et_bloom_header_outer { padding: 0 0 0 8px; }
	.et_bloom .et_bloom_optin .et_bloom_border_dashed.et_bloom_border_position_top_bottom, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_border_position_top_bottom .et_bloom_header_outer { padding: 8px 0 8px 0; }
	.et_bloom .et_bloom_optin .et_bloom_border_dashed.et_bloom_border_position_left_right, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_border_position_left_right .et_bloom_header_outer { padding: 0 8px 0 8px; }
	.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed { padding: 0; }
.et_bloom .et_bloom_optin .et_bloom_border_letter { padding: 6px; background: repeating-linear-gradient( 135deg, #4fa8ed, #4fa8ed 10px, #fff 10px, #fff 20px, #f84d3b 20px, #f84d3b 30px, #fff 30px, #fff 40px ); }
	.et_bloom .et_bloom_optin .et_bloom_border_letter .et_bloom_form_content { background-color: #cecece; }
	.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter .et_bloom_header_outer { background: repeating-linear-gradient( 135deg, #4fa8ed, #4fa8ed 10px, #fff 10px, #fff 20px, #f84d3b 20px, #f84d3b 30px, #fff 30px, #fff 40px ); padding: 6px 6px 0 !important; width: 98%; margin: auto !important; }
	.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_form_left .et_bloom_header_outer, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_form_right .et_bloom_header_outer { height: 95%; float: left; padding: 6px 0 6px 6px !important; width: 100%; margin-top: 1% !important; }
	.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_form_left .et_bloom_header_outer { padding: 6px 6px 6px 0 !important; }
	.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_form_left .et_bloom_header_outer .et_bloom_form_header, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_form_right .et_bloom_header_outer .et_bloom_form_header { margin-top: 0 !important; height: 100% !important; }
	.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_form_bottom .et_bloom_header_outer .et_bloom_form_header { width: 100% !important; }

	.et_bloom .et_bloom_optin .et_bloom_border_letter.et_bloom_border_position_top { padding: 6px 0 0; background: repeating-linear-gradient( 135deg, #4fa8ed, #4fa8ed 10px, #fff 10px, #fff 20px, #f84d3b 20px, #f84d3b 30px, #fff 30px, #fff 40px ); border-right: none; border-left: none; border-bottom: none; }
	.et_bloom .et_bloom_optin .et_bloom_border_letter.et_bloom_border_position_right { padding: 0 6px 0 0; background: repeating-linear-gradient( 135deg, #4fa8ed, #4fa8ed 10px, #fff 10px, #fff 20px, #f84d3b 20px, #f84d3b 30px, #fff 30px, #fff 40px ); border-top: none; border-left: none; border-bottom: none; }
	.et_bloom .et_bloom_optin .et_bloom_border_letter.et_bloom_border_position_bottom { padding: 0 0 6px 0; background: repeating-linear-gradient( 135deg, #4fa8ed, #4fa8ed 10px, #fff 10px, #fff 20px, #f84d3b 20px, #f84d3b 30px, #fff 30px, #fff 40px ); border-top: none; border-left: none; border-right: none; }
	.et_bloom .et_bloom_optin .et_bloom_border_letter.et_bloom_border_position_left { padding: 0 0 0 6px; background: repeating-linear-gradient( 135deg, #4fa8ed, #4fa8ed 10px, #fff 10px, #fff 20px, #f84d3b 20px, #f84d3b 30px, #fff 30px, #fff 40px ); border-top: none; border-bottom: none; border-right: none; }
	.et_bloom .et_bloom_optin .et_bloom_border_letter.et_bloom_border_position_top_bottom { padding: 6px 0 6px; background: repeating-linear-gradient( 135deg, #4fa8ed, #4fa8ed 10px, #fff 10px, #fff 20px, #f84d3b 20px, #f84d3b 30px, #fff 30px, #fff 40px ); border-left: none; border-right: none; }
	.et_bloom .et_bloom_optin .et_bloom_border_letter.et_bloom_border_position_left_right { padding: 0 6px 0 6px; background: repeating-linear-gradient( 135deg, #4fa8ed, #4fa8ed 10px, #fff 10px, #fff 20px, #f84d3b 20px, #f84d3b 30px, #fff 30px, #fff 40px ); border-top: none; border-bottom: none; }

	.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter { background: none !important; }
	.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_border_position_bottom .et_bloom_header_outer { padding: 0 0 6px 0 !important; }
	.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_border_position_top_bottom .et_bloom_header_outer { padding: 6px 0 6px 0 !important; }
	.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_border_position_left_right .et_bloom_header_outer { padding: 0 6px 0 6px !important; }
	.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_border_position_top .et_bloom_header_outer, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_border_position_top_bottom.et_bloom_form_bottom .et_bloom_header_outer { padding: 6px 0 0 0 !important; }
	.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_border_position_right .et_bloom_header_outer, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_border_position_left_right.et_bloom_form_left .et_bloom_header_outer { padding: 0 6px 0 0 !important; }
	.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_border_position_left .et_bloom_header_outer, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_border_position_left_right.et_bloom_form_right .et_bloom_header_outer { padding: 0 0 0 6px !important; }
	.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_border_position_bottom.et_bloom_form_bottom .et_bloom_header_outer, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_border_position_right.et_bloom_form_right .et_bloom_header_outer, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_border_position_left.et_bloom_form_left .et_bloom_header_outer { padding: 0 !important; }

	.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter { padding: 0 !important; }
	.et_bloom .et_bloom_rounded_corners.breakout_edge.et_bloom_border_letter .et_bloom_header_outer { border-radius: 5px; }

.et_bloom .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content { color: rgba(255, 255, 255, 0.6); }

.et_bloom .et_bloom_form_content div.radio { -moz-border-radius: 25px; -webkit-border-radius: 25px; border-radius: 25px; }

.et_bloom .et_bloom_form_content div.radio .checked:before { background: #7f7f7f; width: 11px; height: 11px; -moz-border-radius: 11px; -webkit-border-radius: 11px; border-radius: 11px; top: 7px; left: 7px; }
.et_bloom .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content div.radio .checked:before { background: #fff; }

.et_bloom .et_bloom_form_content div.checker .checked:before { top: 7px; left: 6px; width: 14px; height: 11px; background: url('https://slotwinner.de/images/checked.png') no-repeat; }
.et_bloom .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content div.checker .checked:before { background-image: url('https://slotwinner.de/images/checked_light.png'); }
.et_bloom .et_bloom_form_content div.radio .checked:before, .et_bloom .et_bloom_form_content div.checker .checked:before { content: ''; position: absolute; }
.et_bloom .et_bloom_form_content div.radio, .et_bloom .et_bloom_form_content div.checker { background: #fff; margin-right: 10px; position: relative; display: inline-block; zoom: 1; vertical-align: middle; }
.et_bloom .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content div.radio, .et_bloom .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content div.checker { background: rgba(0,0,0,0.15); }
.et_bloom .et_bloom_form_content div.radio, .et_bloom .et_bloom_form_content div.checker, .et_bloom .et_bloom_form_content div.radio span, .et_bloom .et_bloom_form_content div.radio input { width: 25px; height: 25px; }

.et_bloom .et_bloom_form_content div.radio input, .et_bloom .et_bloom_form_content div.checker input { opacity: 0; filter: alpha(opacity=0); -moz-opacity: 0; border: none; background: none; display: -moz-inline-box; display: inline-block; *display: inline; zoom: 1; text-align: center; display: block; height: 100%; }
.et_bloom .et_bloom_form_content div.radio span, .et_bloom .et_bloom_form_content div.checker span { display: block; height: 100%; margin-bottom: 0 !important; }

.et_bloom .et_bloom_form_content .et_bloom_popup_input { float: left; width: 34%; padding-right: 20px; }
.et_bloom .et_bloom_form_content button { width: 32%; background-color: #46C8C8; color: #FFF; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; border: none; }
.et_bloom .et_bloom_form_content input, .et_bloom .et_bloom_form_content button { padding: 10px; font-family: 'Open Sans', sans-serif; font-size: 14px; }
.et_bloom .et_bloom_button_text { color: #FFF !important; font-weight: 600 !important; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 0 !important; }
.et_bloom .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content span.et_bloom_button_text.et_bloom_button_text_color_dark, .et_bloom .et_bloom_form_container.et_bloom_form_text_dark .et_bloom_form_content span.et_bloom_button_text.et_bloom_button_text_color_dark  { color: rgba( 0, 0, 0, 0.7 ) !important; }

.et_bloom .et_bloom_widget_content .et_bloom_form_container .et_bloom_form_content { padding: 30px 20px; }

.et_bloom .et_bloom_preview_popup .et_bloom_form_container .et_bloom_form_content .et_bloom_popup_input input { padding: 7px !important; }
/* FORM EDGES */

.et_bloom .with_edge .et_bloom_form_header:after, .et_bloom .with_edge .et_bloom_form_content:before { position: absolute; content: ''; display: block; }

/*carrot CSS*/
.et_bloom .carrot_edge .et_bloom_form_content { padding-top: 40px }
.et_bloom .carrot_edge .et_bloom_form_content:before { width: 0; top: 0; border-left: 20px solid transparent; border-right: 20px solid transparent; border-top: 20px solid #fff; left: 50%; margin-left: -20px; }

.et_bloom .carrot_edge.et_bloom_form_right .et_bloom_form_content { padding-top: 30px; }
.et_bloom .carrot_edge.et_bloom_form_right .et_bloom_form_content:before, .et_bloom .carrot_edge.et_bloom_form_left .et_bloom_form_content:before { width: 0; left: 0; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 10px solid #fff; top: 50%; margin-left: 0; margin-top: -10px; }
.et_bloom .et_bloom_form_left.carrot_edge .et_bloom_form_content:before { left: auto; right: 0; transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); border-right: none; border-top-color: transparent !important; }

/*carrot SVG*/
.et_bloom .carrot_edge_svg .et_bloom_form_content { padding-top: 40px }
.et_bloom .carrot_edge_svg .triangle { position: absolute; top: 0; left: 50%; margin-left: -20px; fill: #fff; }

.et_bloom .carrot_edge_svg.et_bloom_form_right .et_bloom_form_content { padding-top: 30px }
.et_bloom .carrot_edge_svg.et_bloom_form_right .triangle { position: absolute; left: 0; margin-left: 0; top: 50%;  margin-top: -10px; fill: #fff; }
.et_bloom .et_bloom_form_left.carrot_edge_svg .triangle { left: auto; right: 0; transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); }

/*wedge*/
.et_bloom .wedge_edge .et_bloom_form_content { padding-top: 60px; }
.et_bloom .et_bloom_widget_content .wedge_edge .et_bloom_form_content  { padding-top: 45px; }
.et_bloom .wedge_edge .triangle { position: absolute; top: 0; left: -1px; fill: #fff; z-index: 99; }

.et_bloom .wedge_edge.et_bloom_form_right .et_bloom_form_content { padding-top: 30px; padding-left: 35px; }

.et_bloom .wedge_edge.et_bloom_form_left .triangle { left: auto; right: 0; transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); }

/*curve*/
.et_bloom .curve_edge .et_bloom_form_content { padding-top: 50px; }
.et_bloom .curve_edge .curve { position: absolute; top: 0; left: -1px; fill: #fff; z-index: 99; }

.et_bloom .curve_edge.et_bloom_form_right .et_bloom_form_content { padding-top: 30px; padding-left: 35px; }

.et_bloom .curve_edge.et_bloom_form_left .curve { left: auto; right: 0; transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); }

/*zigzag*/
.et_bloom .zigzag_edge .et_bloom_form_header { padding-bottom: 25px; }
.et_bloom .zigzag_edge .et_bloom_form_content:before { top: -10px; left: 0; width: 100%; height: 10px; background: linear-gradient(45deg, transparent 33.33%, #e9e9e9 33.333%, #e9e9e9 66.66%, transparent 66.66%), linear-gradient(-45deg, transparent 33.33%, #e9e9e9 33.33%, #e9e9e9 66.66%, transparent 66.66%); background-size: 20px 40px; }

.et_bloom .zigzag_edge.et_bloom_form_right .et_bloom_form_header { padding-bottom: 15px; padding-right: 25px; }
.et_bloom .zigzag_edge.et_bloom_form_right .et_bloom_form_content:before, .et_bloom .zigzag_edge.et_bloom_form_left .et_bloom_form_content:before { top: 0; left: -10px; width: 10px; height: 100%; background: linear-gradient(45deg, transparent 33.33%, #e9e9e9 33.333%, #e9e9e9 66.66%, transparent 66.66%), linear-gradient(-45deg, transparent 33.33%, #e9e9e9 33.33%, #e9e9e9 66.66%, transparent 66.66%); background-size: 40px 20px; }
.et_bloom .zigzag_edge.et_bloom_form_left .et_bloom_form_content:before { left: auto; right: -10px; transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); }

/*breakout*/
.et_bloom .breakout_edge .et_bloom_form_content { border: none !important; }
.et_bloom .breakout_edge .et_bloom_form_container_wrapper { overflow: visible; }

.et_bloom .et_bloom_form_bottom.breakout_edge .et_bloom_form_header { margin: auto !important; float: none !important; }
.et_bloom .breakout_edge.et_bloom_form_container { background: transparent; box-shadow: none; }

.et_bloom .breakout_edge.et_bloom_form_bottom .et_bloom_header_outer { width: 98%; margin: auto !important; }
.et_bloom .breakout_edge .et_bloom_form_header, .et_bloom .breakout_edge.et_bloom_border_dashed .et_bloom_header_outer { box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.2); }
.et_bloom .breakout_edge.et_bloom_border_dashed .et_bloom_form_header { box-shadow: none !important; -moz-box-shadow: none !important; -webkit-box-shadow: none !important; }

.et_bloom .et_bloom_form_right.breakout_edge .et_bloom_form_header, .et_bloom .et_bloom_form_left.breakout_edge .et_bloom_form_header { /*height: 95% !important;*/ margin-top: 1.5% !important; }
.et_bloom .et_bloom_form_container.et_bloom_form_right.breakout_edge, .et_bloom .et_bloom_form_container.et_bloom_form_left.breakout_edge { background: transparent; }
.et_bloom .et_bloom_form_left.breakout_edge.et_bloom_form_container .et_bloom_close_button { top: -8px; right: -15px; }
.et_bloom .et_bloom_form_bottom.breakout_edge.et_bloom_form_container .et_bloom_close_button { top: -14px !important; right: -8px !important; }

.et_bloom .et_bloom_form_container.et_bloom_form_right { max-width: 740px; }
.et_bloom .et_bloom_form_container.et_bloom_form_right .et_bloom_form_header, .et_bloom .et_bloom_form_container.et_bloom_form_left .et_bloom_form_header { width: 66%; float: left; }
.et_bloom .et_bloom_form_container.et_bloom_form_right .et_bloom_form_content, .et_bloom .et_bloom_form_container.et_bloom_form_left .et_bloom_form_content { width: 34%; float: left; }
.et_bloom .et_bloom_form_container.et_bloom_form_right .et_bloom_form_content .et_bloom_popup_input, .et_bloom .et_bloom_form_container.et_bloom_form_left .et_bloom_form_content .et_bloom_popup_input { margin-bottom: 15px; }
.et_bloom .et_bloom_form_container.et_bloom_form_right .et_bloom_form_content .et_bloom_popup_input, .et_bloom .et_bloom_form_container.et_bloom_form_right .et_bloom_form_content button, .et_bloom .et_bloom_form_container.et_bloom_form_left .et_bloom_form_content .et_bloom_popup_input, .et_bloom .et_bloom_form_container.et_bloom_form_left .et_bloom_form_content button { width: 100%; padding-right: 0; padding-left: 0; }
.et_bloom .et_bloom_form_container.et_bloom_form_right { background-color: #fff; }

.et_bloom .et_bloom_form_header img { margin: auto; }
.et_bloom .et_bloom_form_header img, .et_bloom .et_bloom_form_header .et_bloom_form_text { max-width: 100%; padding: 15px; display: block; clear: both; }
.et_bloom .image_right .et_bloom_form_text, .et_bloom .split .et_bloom_form_text  { display: table-cell; clear: none; }

.et_bloom .et_bloom_form_header.split img { float: left; max-width: 40%; }
.et_bloom .et_bloom_form_header.split.image_right img { float: right; }

.et_bloom .et_bloom_form_container.et_bloom_form_left .et_bloom_form_header { float: right; }

/** MailChimp **/
.et_bloom .et_bloom_form_content #mc_embed_signup, .et_bloom .et_bloom_form_content .af-form, .et_bloom .et_bloom_form_content .af-header { background: none !important; }
.et_bloom .et_bloom_form_content #mc_embed_signup form, .et_bloom .et_bloom_form_content .af-element { padding: 0 !important; }
.et_bloom .et_bloom_form_content #mc_embed_signup h2 { margin: 0; }
.et_bloom .et_bloom_form_content #mc_embed_signup .mc-field-group .asterisk { top: 50%; }
.et_bloom .et_bloom_form_content #mc_embed_signup .mc-field-group { width: auto; padding-bottom: 0; }
.et_bloom .et_bloom_form_content #mc_embed_signup .mc-field-group ul li label, .et_bloom .et_bloom_form_content .af-body label.choice { font-weight: 600 !important; }
.et_bloom .et_bloom_form_content #mc_embed_signup .button { -moz-border-radius: 0 !important; -webkit-border-radius: 0 !important; border-radius: 0 !important; display: block; height: auto; line-height: 21px; padding: 11px 0; margin: 0; }
.et_bloom .et_bloom_form_content #mc_embed_signup .button:hover { background-color: transparent !important; }
.et_bloom .et_bloom_form_content #mc_embed_signup .yearfield input { width: auto; }
.et_bloom .et_bloom_form_content #mc_embed_signup .monthfield input, .et_bloom .et_bloom_form_content #mc_embed_signup .dayfield input { width: 60px !important; }
.et_bloom .et_bloom_form_content #mc_embed_signup .mc-field-group select { border-radius: 0; }

/** Aweber **/
.et_bloom .et_bloom_form_aweber .et_bloom_form_content .af-form { max-width: 100% !important; margin-top: -86px; }
.et_bloom .et_bloom_form_aweber .af-body input.text, .et_bloom .et_bloom_form_aweber .af-body textarea { font-size: 14px !important; font-family: 'Open Sans', helvetica, arial, sans-serif !important; }
.et_bloom .et_bloom_form_aweber .et_bloom_form_content .af-element { margin-bottom: 30px !important; }
.et_bloom .et_bloom_form_aweber .et_bloom_form_content .af-body label.previewLabel { color: #444!important; font-weight: 700 !important; }
.et_bloom .et_bloom_form_aweber .et_bloom_form_content .af-body label.choice, .et_bloom .et_bloom_form_aweber .et_bloom_form_content .af-body label.previewLabel { font-size: 14px !important; }
.et_bloom .et_bloom_form_aweber .et_bloom_form_content .af-body label.choice { font-weight: 600 !important; }
.et_bloom .et_bloom_form_aweber .et_bloom_form_content .af-element-radio { padding-bottom: 10px !important; margin-left: 0 !important; }
.et_bloom .et_bloom_form_aweber .et_bloom_form_content .af-body label.choice { padding-left: 9px !important; }

/** Campaign Monitor form **/
.et_bloom .et_bloom_form_campaign_monitor .et_bloom_form_content label { font-size: 14px; margin-bottom: -15px !important; }
.et_bloom .et_bloom_form_campaign_monitor .et_bloom_form_content p { margin-bottom: 25px; }
.et_bloom .et_bloom_form_campaign_monitor .et_bloom_form_content p button { border: none; line-height: 21px; padding: 14px; width: 100%; }
.et_bloom .et_bloom_form_campaign_monitor .et_bloom_form_content p:nth-child(6) label { color: rgba(0, 0, 0, 0.5); display: inline-block; font-weight: 600 !important; margin-bottom: 10px !important; }

/** Mad Mimi form **/
.et_bloom .et_bloom_form_content .mimi_field label { font-size: 14px; margin-bottom: -7px !important; }
.et_bloom .et_bloom_form_content .mimi_field { margin-bottom: 28px; }
.et_bloom .et_bloom_form_content .mimi_field .submit { line-height: 21px; }
.et_bloom .et_bloom_form_content .mimi_field .radio, .et_bloom .et_bloom_form_content .mimi_field .checker { float: left; }

/** SendInBlue form **/
.et_bloom_form_sendinblue .et_bloom_form_content iframe { width: 100%; padding: 0; }
.wrapper form.description { width: 300px !important; }


/** GetResponse form **/
.et_bloom .et_bloom_form_get_response .et_bloom_form_content .wf-formTpl { width: auto !important; }
.et_bloom .et_bloom_form_get_response .et_bloom_form_content .actTinyMceElBodyContent p span { color: rgba(0, 0, 0, 0.5); font-weight: 700 !important; }
.et_bloom .et_bloom_form_get_response .et_bloom_form_content .wf-sortable label { color: #444; font-size: 14px; font-weight: 700; margin-bottom: 10px; }
.et_bloom .et_bloom_form_get_response .et_bloom_form_content .wf-contbox { margin-bottom: 27px; }
.et_bloom .et_bloom_form_get_response .et_bloom_form_content .actTinyMceElBodyContent p { margin-top: -2px; }
.et_bloom .et_bloom_form_get_response .et_bloom_form_content .wf-body { margin-top: 14px; }
.et_bloom .et_bloom_form_get_response .et_bloom_form_content .clrB span { color: rgba(0, 0, 0, 0.5); font-size: 14px; font-weight: 600 !important; margin-left: -5px; }
.et_bloom .et_bloom_form_get_response .et_bloom_form_content .clrB { margin-bottom: 5px; }
.et_bloom .et_bloom_form_get_response .et_bloom_form_content .wf-button { width: auto !important; }

/** IContact form **/
.et_bloom .et_bloom_form_icontact .et_bloom_form_content .signupframe { border: none; background: none; width: 100%; }
.et_bloom .et_bloom_form_icontact .et_bloom_form_content .signupframe { margin-left: -50px; }
.et_bloom .et_bloom_form_icontact .et_bloom_form_content .signupframe td:first-child { text-align: right; color: #444; font-weight: 700; }
.et_bloom .et_bloom_form_icontact .et_bloom_form_content .signupframe td:nth-child(2) label { display: inline-block; color: rgba(0, 0, 0, 0.5); font-weight: 600; }
.et_bloom .et_bloom_form_icontact .et_bloom_form_content .signupframe td { font-size: 14px; font-family: "Open Sans",helvetica,arial,sans-serif; }

/** Feedblitz **/
.et_bloom .et_bloom_form_feedblitz .et_bloom_form_content form { color: #444; font-size: 14px; font-weight: 700; }
.et_bloom .et_bloom_form_feedblitz .et_bloom_form_content form input { margin-top: 10px; }

.et_bloom .et_bloom_widget_content .et_bloom_form_header { padding: 15px 5px !important; }


/*------------------------------------------------*/
/*----------------[Intro Animation]---------------*/
/*------------------------------------------------*/

@-webkit-keyframes et_bloom_fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }
@-moz-keyframes et_bloom_fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }
@-o-keyframes et_bloom_fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }
@keyframes et_bloom_fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }

@-webkit-keyframes et_bloom_fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }
@-moz-keyframes et_bloom_fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }
@-o-keyframes et_bloom_fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }
@keyframes et_bloom_fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }

@-webkit-keyframes et_bloom_fadeInRight { 0% { opacity: 0; -webkit-transform: translateX(-30%); } 100% { opacity: 1; -webkit-transform: translateX(0); } }
@-moz-keyframes et_bloom_fadeInRight { 0% { opacity: 0; -moz-transform: translateX(-30%); } 100% { opacity: 1; -moz-transform: translateX(0); } }
@-o-keyframes et_bloom_fadeInRight { 0% { opacity: 0; -o-transform: translateX(-30%); } 100% { opacity: 1; -o-transform: translateX(0); } }
@keyframes et_bloom_fadeInRight { from { opacity: 0; transform: translateX(-30%); } to { opacity: 1; transform: translateX(0); } }

@-webkit-keyframes et_bloom_fadeInBottom { 0% { opacity: 0; -webkit-transform: translateY(-30%);} 100% { opacity: 1; -webkit-transform: translateY(0);} }
@-moz-keyframes et_bloom_fadeInBottom { 0% { opacity: 0; -moz-transform: translateY(-30%); } 100% { opacity: 1; -moz-transform: translateY(0); } }
@-o-keyframes et_bloom_fadeInBottom { 0% { opacity: 0; -o-transform: translateY(-30%); } 100% { opacity: 1; -o-transform: translateY(0); } }
@keyframes et_bloom_fadeInBottom { 0% { opacity: 0; transform: translateY(-30%); } 100% { opacity: 1; transform: translateY(0); } }

@-webkit-keyframes et_bloom_fadeInTop { 0% { opacity: 0; -webkit-transform: translateY(30%);} 100% { opacity: 1; -webkit-transform: translateY(0);} }
@-moz-keyframes et_bloom_fadeInTop { 0% { opacity: 0; -moz-transform: translateY(30%); } 100% { opacity: 1; -moz-transform: translateY(0); } }
@-o-keyframes et_bloom_fadeInTop { 0% { opacity: 0; -o-transform: translateY(30%); } 100% { opacity: 1; -o-transform: translateY(0); } }
@keyframes et_bloom_fadeInTop { 0% { opacity: 0; transform: translateY(30%); } 100% { opacity: 1; transform: translateY(0); } }

@-webkit-keyframes et_bloom_slideTop { 0% { -webkit-transform: translateY(0);} 100% { -webkit-transform: translateY(0);} }
@-moz-keyframes et_bloom_slideTop { 0% { -moz-transform: translateY(0); } 100% { -moz-transform: translateY(0); } }
@-o-keyframes et_bloom_slideTop { 0% { -o-transform: translateY(0); } 100% { -o-transform: translateY(0); } }
@keyframes et_bloom_slideTop { 0% { transform: translateY(0); } 100% { transform: translateY(0); } }

@-webkit-keyframes et_bloom_slideDown { 0% { -webkit-transform: translateY(0);} 100% { -webkit-transform: translateY(100%);} }
@-moz-keyframes et_bloom_slideDown { 0% { -moz-transform: translateY(0); } 100% { -moz-transform: translateY(100%); } }
@-o-keyframes et_bloom_slideDown { 0% { -o-transform: translateY(0); } 100% { -o-transform: translateY(100%); } }
@keyframes et_bloom_slideDown { 0% { transform: translateY(0); } 100% { transform: translateY(100%); } }

/*! The following animations courtesy of Animate.css - http://daneden.me/animate Licensed under the MIT license - http://opensource.org/licenses/MIT Copyright (c) 2014 Daniel Eden */

@-webkit-keyframes et_bloom_swing {
	20% { -webkit-transform: rotate3d(0, 0, 1, 15deg); transform: rotate3d(0, 0, 1, 15deg); }
	40% { -webkit-transform: rotate3d(0, 0, 1, -10deg); transform: rotate3d(0, 0, 1, -10deg); }
	60% { -webkit-transform: rotate3d(0, 0, 1, 5deg); transform: rotate3d(0, 0, 1, 5deg); }
	80% { -webkit-transform: rotate3d(0, 0, 1, -5deg); transform: rotate3d(0, 0, 1, -5deg); }
	100% { -webkit-transform: rotate3d(0, 0, 1, 0deg); transform: rotate3d(0, 0, 1, 0deg); }
}

@keyframes et_bloom_swing {
	20% { -webkit-transform: rotate3d(0, 0, 1, 15deg); transform: rotate3d(0, 0, 1, 15deg); }
	40% { -webkit-transform: rotate3d(0, 0, 1, -10deg); transform: rotate3d(0, 0, 1, -10deg); }
	60% { -webkit-transform: rotate3d(0, 0, 1, 5deg); transform: rotate3d(0, 0, 1, 5deg); }
	80% { -webkit-transform: rotate3d(0, 0, 1, -5deg); transform: rotate3d(0, 0, 1, -5deg); }
	100% { -webkit-transform: rotate3d(0, 0, 1, 0deg); transform: rotate3d(0, 0, 1, 0deg); }
}

@-webkit-keyframes et_bloom_tada {
	0% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
	10%, 20% { -webkit-transform: scale3d(.9, .et_bloom .9, .et_bloom .9) rotate3d(0, 0, 1, -3deg); transform: scale3d(.9, .et_bloom .9, .et_bloom .9) rotate3d(0, 0, 1, -3deg); }
	30%, 50%, 70%, 90% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
	40%, 60%, 80% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
	100% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
}

@keyframes et_bloom_tada {
	0% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
	10%, 20% {  }
	30%, 50%, 70%, 90% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
	40%, 60%, 80% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
	100% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
}

@-webkit-keyframes et_bloom_bounce {
	0%, 20%, 53%, 80%, 100% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
	40%, 43% { -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); -webkit-transform: translate3d(0, -30px, 0); transform: translate3d(0, -30px, 0); }
	70% { -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); -webkit-transform: translate3d(0, -15px, 0); transform: translate3d(0, -15px, 0); }
	90% { -webkit-transform: translate3d(0,-4px,0); transform: translate3d(0,-4px,0); }
}

@keyframes et_bloom_bounce {
	0%, 20%, 53%, 80%, 100% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
	40%, 43% { -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); -webkit-transform: translate3d(0, -30px, 0); transform: translate3d(0, -30px, 0); }
	70% { -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); -webkit-transform: translate3d(0, -15px, 0); transform: translate3d(0, -15px, 0); }
	90% { -webkit-transform: translate3d(0,-4px,0); transform: translate3d(0,-4px,0); }
}

@-webkit-keyframes et_bloom_flipInX {
	0% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; opacity: 0; }
	40% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; }
	60% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1; }
	80% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
	100% { -webkit-transform: perspective(400px); transform: perspective(400px); }
}

@keyframes et_bloom_flipInX {
	0% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; opacity: 0; }
	40% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; }
	60% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1; }
	80% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
	100% { -webkit-transform: perspective(400px); transform: perspective(400px); }
}

@-webkit-keyframes et_bloom_zoomIn {
	0% { opacity: 0; -webkit-transform: scale3d(.3, .et_bloom .3, .et_bloom .3); transform: scale3d(.3, .et_bloom .3, .et_bloom .3); }
	50% { opacity: 1; }
	100% { opacity: 1; }
}

@keyframes et_bloom_zoomIn {
	0% { opacity: 0; }
	50% { opacity: 1; }
	100% { opacity: 1; }
}

@-webkit-keyframes et_bloom_lightSpeedIn {
	0% { -webkit-transform: translate3d(30%, 0, 0) skewX(-10deg); transform: translate3d(30%, 0, 0) skewX(-10deg); opacity: 0; }
	60% { -webkit-transform: skewX(5deg); transform: skewX(5deg); opacity: 1; }
	80% { -webkit-transform: skewX(-5deg); transform: skewX(-5deg); opacity: 1; }
	100% { -webkit-transform: none; transform: none; opacity: 1; }
}

@keyframes et_bloom_lightSpeedIn {
	0% { -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); transform: translate3d(100%, 0, 0) skewX(-30deg); opacity: 0; }
	60% { -webkit-transform: skewX(20deg); transform: skewX(20deg); opacity: 1; }
	80% { -webkit-transform: skewX(-5deg); transform: skewX(-5deg); opacity: 1; }
	100% { -webkit-transform: none; transform: none; opacity: 1; }
}

.et_bloom .et_bloom_image { opacity: 0; }

.et_bloom .et_bloom_animated .et_bloom_animation_lightspeedin, .et_bloom .et_bloom_inline_form .et_bloom_image.et_bloom_image_lightspeedin, .et_bloom .et_bloom_widget_content .et_bloom_image.et_bloom_image_lightspeedin, .et_bloom .et_bloom_visible_image.et_bloom_image_lightspeedin { opacity: 1; -webkit-animation: et_bloom_lightSpeedIn 1s 1 cubic-bezier(0.77,0,.175,1); animation: et_bloom_lightSpeedIn 1s 1 cubic-bezier(0.77,0,.175,1); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
.et_bloom .et_bloom_animated .et_bloom_animation_zoomin, .et_bloom .et_bloom_inline_form .et_bloom_image.et_bloom_image_zoomin, .et_bloom .et_bloom_widget_content .et_bloom_image.et_bloom_image_zoomin, .et_bloom .et_bloom_visible_image.et_bloom_image_zoomin { opacity: 1; -webkit-animation: et_bloom_zoomIn 1s 1 cubic-bezier(0.77,0,.175,1); animation: et_bloom_zoomIn 1s 1 cubic-bezier(0.77,0,.175,1); }
.et_bloom .et_bloom_animated .et_bloom_animation_flipinx, .et_bloom .et_bloom_inline_form .et_bloom_image.et_bloom_image_flipinx, .et_bloom .et_bloom_widget_content .et_bloom_image.et_bloom_image_flipinx, .et_bloom .et_bloom_visible_image.et_bloom_image_flipinx { opacity: 1; -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation: et_bloom_flipInX 1s 1 cubic-bezier(0.77,0,.175,1); animation: et_bloom_flipInX 1s 1 cubic-bezier(0.77,0,.175,1); }
.et_bloom .et_bloom_animated .et_bloom_animation_bounce, .et_bloom .et_bloom_inline_form .et_bloom_image.et_bloom_image_bounce, .et_bloom .et_bloom_widget_content .et_bloom_image.et_bloom_image_bounce, .et_bloom .et_bloom_visible_image.et_bloom_image_bounce { opacity: 1; -webkit-animation: et_bloom_bounce 1s 1 cubic-bezier(0.77,0,.175,1); animation: et_bloom_bounce 1s 1 cubic-bezier(0.77,0,.175,1); -webkit-transform-origin: center bottom; -ms-transform-origin: center bottom; transform-origin: center bottom; }
.et_bloom .et_bloom_animated .et_bloom_animation_swing, .et_bloom .et_bloom_inline_form .et_bloom_image.et_bloom_image_swing, .et_bloom .et_bloom_widget_content .et_bloom_image.et_bloom_image_swing, .et_bloom .et_bloom_visible_image.et_bloom_image_swing { opacity: 1; -webkit-transform-origin: top center; -ms-transform-origin: top center; transform-origin: top center; -webkit-animation: et_bloom_swing 1s 1 cubic-bezier(0.77,0,.175,1); animation: et_bloom_swing 1s 1 cubic-bezier(0.77,0,.175,1); }
.et_bloom .et_bloom_animated .et_bloom_animation_tada, .et_bloom .et_bloom_inline_form .et_bloom_image.et_bloom_image_tada, .et_bloom .et_bloom_widget_content .et_bloom_image.et_bloom_image_tada, .et_bloom .et_bloom_visible_image.et_bloom_image_tada { opacity: 1; -webkit-animation: et_bloom_tada 1s 1 cubic-bezier(0.77,0,.175,1); animation: et_bloom_tada 1s 1 cubic-bezier(0.77,0,.175,1); }

.et_bloom .et_bloom_animated .et_bloom_animation_fadein, .et_bloom .et_bloom_inline_form .et_bloom_image.et_bloom_image_fadein, .et_bloom .et_bloom_widget_content .et_bloom_image.et_bloom_image_fadein, .et_bloom .et_bloom_visible_image.et_bloom_image_fadein { opacity: 1; -webkit-animation: et_bloom_fadeIn 1s 1 cubic-bezier(0.77,0,.175,1); -moz-animation: et_bloom_fadeIn 1s 1 cubic-bezier(0.77,0,.175,1); -o-animation: et_bloom_fadeIn 1s 1 cubic-bezier(0.77,0,.175,1); animation: et_bloom_fadeIn 1s 1 cubic-bezier(0.77,0,.175,1); }
.et_bloom .et_bloom_animated .et_bloom_animation_slideright, .et_bloom .et_bloom_inline_form .et_bloom_image.et_bloom_image_slideright, .et_bloom .et_bloom_widget_content .et_bloom_image.et_bloom_image_slideright, .et_bloom .et_bloom_visible_image.et_bloom_image_slideright { opacity: 1; -webkit-animation: et_bloom_fadeInRight 1s 1 cubic-bezier(0.77,0,.175,1); -moz-animation: et_bloom_fadeInRight 1s 1s cubic-bezier(0.77,0,.175,1); -o-animation: et_bloom_fadeInRight 1s 1 cubic-bezier(0.77,0,.175,1); animation: et_bloom_fadeInRight 1s 1 cubic-bezier(0.77,0,.175,1); }
.et_bloom .et_bloom_animated .et_bloom_animation_slidedown, .et_bloom .et_bloom_inline_form .et_bloom_image.et_bloom_image_slidedown, .et_bloom .et_bloom_widget_content .et_bloom_image.et_bloom_image_slidedown, .et_bloom .et_bloom_visible_image.et_bloom_image_slidedown { opacity: 1; -webkit-animation: et_bloom_fadeInBottom 1s 1 cubic-bezier(0.77,0,.175,1); -moz-animation: et_bloom_fadeInBottom 1s 1 cubic-bezier(0.77,0,.175,1); -o-animation: et_bloom_fadeInBottom 1s 1 cubic-bezier(0.77,0,.175,1); animation: et_bloom_fadeInBottom 1s 1 cubic-bezier(0.77,0,.175,1); }
.et_bloom .et_bloom_animated .et_bloom_animation_slideup, .et_bloom .et_bloom_inline_form .et_bloom_image.et_bloom_image_slideup, .et_bloom .et_bloom_widget_content .et_bloom_image.et_bloom_image_slideup, .et_bloom .et_bloom_visible_image.et_bloom_image_slideup { opacity: 1; -webkit-animation: et_bloom_fadeInTop 1s 1 cubic-bezier(0.77,0,.175,1); -moz-animation: et_bloom_fadeInTop 1s 1 cubic-bezier(0.77,0,.175,1); -o-animation: et_bloom_fadeInTop 1s 1 cubic-bezier(0.77,0,.175,1); animation: et_bloom_fadeInTop 1s 1 cubic-bezier(0.77,0,.175,1); }
.et_bloom .et_bloom_animated .et_bloom_animation_no_animation, .et_bloom .et_bloom_image.et_bloom_image_no_animation { opacity: 1; }

.et_bloom .et_bloom_popup.et_bloom_exit_animation { -webkit-animation: et_bloom_fadeOut 0.5s 1 cubic-bezier(0.77,0,.175,1); -moz-animation: et_bloom_fadeOut 0.5s 1 cubic-bezier(0.77,0,.175,1); -o-animation: et_bloom_fadeOut 0.5s 1 cubic-bezier(0.77,0,.175,1); animation: et_bloom_fadeOut 0.5s 1 cubic-bezier(0.77,0,.175,1); }
.et_bloom .et_bloom_flyin.et_bloom_exit_animation { -webkit-animation: et_bloom_slideDown 0.5s 1 cubic-bezier(0.77,0,.175,1); -moz-animation: et_bloom_slideDown 0.5s 1 cubic-bezier(0.77,0,.175,1); -o-animation: et_bloom_slideDown 0.5s 1 cubic-bezier(0.77,0,.175,1); animation: et_bloom_slideDown 0.5s 1 cubic-bezier(0.77,0,.175,1); }

/* RESPONSIVE STYLES */
@media only screen and ( max-width: 767px ) {
	.et_bloom .et_bloom_form_container.et_bloom_form_right .et_bloom_form_header, .et_bloom .et_bloom_form_container.et_bloom_form_right .et_bloom_form_content, .et_bloom .et_bloom_form_container.et_bloom_form_left .et_bloom_form_header, .et_bloom .et_bloom_form_container.et_bloom_form_left .et_bloom_form_content { width: 100%; }
	.et_bloom .et_bloom_form_container.et_bloom_form_right .et_bloom_form_content .et_bloom_popup_input, .et_bloom .et_bloom_form_container.et_bloom_form_left .et_bloom_form_content .et_bloom_popup_input { width: 34%; padding-right: 20px; }
	.et_bloom .et_bloom_form_container.et_bloom_form_right .et_bloom_form_content button, .et_bloom .et_bloom_form_container.et_bloom_form_left .et_bloom_form_content button { width: 32%; }
	.et_bloom .et_bloom_form_container.et_bloom_form_right .et_bloom_form_content .et_bloom_popup_input, .et_bloom .et_bloom_form_container.et_bloom_form_left .et_bloom_form_content .et_bloom_popup_input { margin-bottom: 0; }
	.et_bloom .et_bloom_form_content { clear: both; }

	.et_bloom .et_bloom_form_container.et_bloom_form_right .et_bloom_form_content.et_bloom_3_fields .et_bloom_popup_input, .et_bloom .et_bloom_form_container.et_bloom_form_left .et_bloom_form_content.et_bloom_3_fields .et_bloom_popup_input { width: 25%; }
	.et_bloom .et_bloom_form_container.et_bloom_form_right .et_bloom_form_content.et_bloom_3_fields button, .et_bloom .et_bloom_form_container.et_bloom_form_left .et_bloom_form_content.et_bloom_3_fields button { width: 25%; }

	.et_bloom .et_bloom_form_container.et_bloom_form_right .et_bloom_form_content.et_bloom_1_field .et_bloom_popup_input, .et_bloom .et_bloom_form_container.et_bloom_form_left .et_bloom_form_content.et_bloom_1_field .et_bloom_popup_input { width: 68%; }

	.et_bloom .zigzag_edge.et_bloom_form_right .et_bloom_form_header, .et_bloom .zigzag_edge.et_bloom_form_left .et_bloom_form_header { padding-bottom: 25px; }
	.et_bloom .zigzag_edge.et_bloom_form_right .et_bloom_form_content:before, .et_bloom .zigzag_edge.et_bloom_form_left .et_bloom_form_content:before { top: -10px; left: 0; width: 100%; height: 10px; background: linear-gradient(45deg, transparent 33.33%, #e9e9e9 33.333%, #e9e9e9 66.66%, transparent 66.66%), linear-gradient(-45deg, transparent 33.33%, #e9e9e9 33.33%, #e9e9e9 66.66%, transparent 66.66%); background-size: 20px 40px; }

	.et_bloom .carrot_edge.et_bloom_form_right .et_bloom_form_content, .et_bloom .carrot_edge.et_bloom_form_left .et_bloom_form_content { padding-top: 40px }
	.et_bloom .carrot_edge.et_bloom_form_right .et_bloom_form_content:before, .et_bloom .carrot_edge.et_bloom_form_left .et_bloom_form_content:before { width: 0; top: 0; border-left: 20px solid transparent; border-right: 20px solid transparent; border-top: 20px solid #fff; left: 50%; margin-left: -20px; }
	.et_bloom .et_bloom_form_left.carrot_edge .et_bloom_form_content:before { transform: rotate(0deg); -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); }

	.et_bloom .et_bloom_form_right .et_bloom_default_edge, .et_bloom .et_bloom_form_left .et_bloom_default_edge { display: none; }
	.et_bloom .et_bloom_form_right .et_bloom_responsive_edge, .et_bloom .et_bloom_form_left .et_bloom_responsive_edge { display: block; }

	.et_bloom .curve_edge.et_bloom_form_left .curve, .et_bloom .zigzag_edge.et_bloom_form_left .et_bloom_form_content:before, .et_bloom .wedge_edge.et_bloom_form_left .triangle, .et_bloom .et_bloom_form_left.carrot_edge_svg .triangle  { transform: rotate(0deg); -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); }

	.et_bloom .et_bloom_form_right .et_bloom_form_content, .et_bloom .et_bloom_form_left .et_bloom_form_content { min-height: 0 !important; }

	.et_bloom .et_bloom_hide_mobile { display: none !important; }

	.et_bloom .et_bloom_hide_mobile_optin { display: none !important; }

	.et_bloom .et_bloom_rounded_corners .et_bloom_form_header { -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; }
	.et_bloom .et_bloom_rounded_corners .et_bloom_form_content { -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; }

	.et_bloom .et_bloom_form_right.breakout_edge .et_bloom_form_header, .et_bloom .et_bloom_form_left.breakout_edge .et_bloom_form_header { height: 100% !important; margin-top: 0 !important; width: 98% !important; margin: auto !important; float: none !important; }
	.et_bloom .breakout_edge.et_bloom_form_container .et_bloom_close_button { top: -14px !important; right: -8px !important; }

	.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_form_left .et_bloom_header_outer, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_form_right .et_bloom_header_outer { height: auto; float: none; width: 98%; margin: auto !important; }
	.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_form_left.et_bloom_border_position_full .et_bloom_header_outer, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_form_right.et_bloom_border_position_full .et_bloom_header_outer { padding: 6px 6px 0px 6px !important; }
	.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_form_right .et_bloom_header_outer .et_bloom_form_header, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_form_left .et_bloom_header_outer .et_bloom_form_header { width: 100% !important; }
	.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_border_position_left_right.et_bloom_form_left .et_bloom_header_outer, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_border_position_left_right.et_bloom_form_right .et_bloom_header_outer { padding: 0 6px 0 6px !important; }

	.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_inset.et_bloom_form_right .et_bloom_form_header, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_inset.et_bloom_form_left .et_bloom_form_header { margin-bottom: -11px !important; margin-left: auto !important; margin-right: auto !important; }
	.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_double.et_bloom_form_right .et_bloom_form_header, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_double.et_bloom_form_left .et_bloom_form_header { margin-bottom: -11px !important; margin-left: auto !important; margin-right: auto !important; }

	.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_form_right .et_bloom_header_outer, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_form_left .et_bloom_header_outer { width: 97.5%; height: 100%; float: none; margin: auto; }
	.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed .et_bloom_header_outer .et_bloom_form_header { width: 100% !important; border-bottom: 0; }
	.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed .et_bloom_header_outer { padding-bottom: 0 !important; }
	.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_solid.et_bloom_form_left .et_bloom_form_header, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_solid.et_bloom_form_right .et_bloom_form_header { border-bottom: none !important; }
}


@media screen and ( max-width: 640px ) {
	.et_bloom .et_bloom_form_container .et_bloom_popup_input { padding-right: 0 !important; }
	.et_bloom .et_bloom_form_container .et_bloom_form_header, .et_bloom .et_bloom_form_container .et_bloom_popup_input, .et_bloom .et_bloom_form_container button { width: 100% !important; max-width: 100% !important; float: left !important; }
	.et_bloom .et_bloom_form_container.et_bloom_form_right .et_bloom_form_content .et_bloom_popup_input, .et_bloom .et_bloom_form_container.et_bloom_form_left .et_bloom_form_content .et_bloom_popup_input { margin-bottom: 10px !important; }

	.et_bloom .et_bloom_bottom_inline p.et_bloom_popup_input { padding-bottom: 10px; }
	.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_form_bottom .et_bloom_form_header:before, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_form_left .et_bloom_form_header:before, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_form_right .et_bloom_form_header:before { width: 97%; }
}

@media screen and ( max-width: 479px ) {
	.et_bloom .et_bloom_form_container .et_bloom_form_header img { float: none !important; max-width: 100% !important; }
	.et_bloom .et_bloom_form_text { text-align: center; }
	.et_bloom .et_bloom_flyin { width: 100% !important; padding: 0 10% !important; }
	.et_bloom .et_bloom_stacked_flyin.et_bloom_form_container { margin: 0; width: 100%; }
	.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_form_bottom .et_bloom_form_header:before { width: 95%; }
	.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed .et_bloom_form_header:before, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_form_left .et_bloom_form_header:before, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_form_right .et_bloom_form_header:before { margin-top: -2.5%; }
}

@media screen and ( min-width: 768px ) {
.et_bloom .et_bloom_form_container.et_bloom_form_right .et_bloom_form_content, .et_bloom .et_bloom_form_container.et_bloom_form_left .et_bloom_form_content { width: 34%; position: absolute; height: 100%; float: none; }
.et_bloom .et_bloom_form_left .et_bloom_3_fields form, .et_bloom .et_bloom_form_right .et_bloom_3_fields form { height: 200px; }
.et_bloom .et_bloom_form_left .et_bloom_2_fields form, .et_bloom .et_bloom_form_right .et_bloom_2_fields form { height: 148px; }
.et_bloom .et_bloom_form_left .et_bloom_1_field form, .et_bloom .et_bloom_form_right .et_bloom_1_field form { height: 94px; }
.et_bloom .et_bloom_form_left .et_bloom_form_content form, .et_bloom .et_bloom_form_right .et_bloom_form_content form { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; padding: 30px; }
.et_bloom .et_bloom_form_container.et_bloom_form_right .et_bloom_form_content { right: 0; }

.et_bloom .et_bloom_form_right.et_bloom_rounded_corners .et_bloom_form_header { -webkit-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
.et_bloom .et_bloom_form_right.et_bloom_rounded_corners .et_bloom_form_content { -webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; }
.et_bloom .et_bloom_form_left.et_bloom_rounded_corners .et_bloom_form_header { -webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; }
.et_bloom .et_bloom_form_left.et_bloom_rounded_corners .et_bloom_form_content { -webkit-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; }

.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_form_right .et_bloom_form_header { border-right: none; margin-top: 0 !important; }
.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_form_right .et_bloom_header_outer { padding-right: 0 !important; }
.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_form_left .et_bloom_header_outer { padding-left: 0 !important; }
.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_form_left .et_bloom_form_header { border-left: none; margin-top: 0 !important; }

.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_solid.et_bloom_form_right .et_bloom_form_header { border-right: none; margin-top: 1% !important; }
.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_solid.et_bloom_form_left .et_bloom_form_header { border-left: none; margin-top: 1% !important; }

.et_bloom .et_bloom_form_right.et_bloom_inline_3_fields .et_bloom_form_header, .et_bloom .et_bloom_form_left.et_bloom_inline_3_fields .et_bloom_form_header { min-height: 300px; }
.et_bloom .et_bloom_form_right.et_bloom_inline_2_fields .et_bloom_form_header, .et_bloom .et_bloom_form_left.et_bloom_inline_2_fields .et_bloom_form_header { min-height: 250px; }
.et_bloom .et_bloom_form_right.et_bloom_inline_1_field .et_bloom_form_header, .et_bloom .et_bloom_form_left.et_bloom_inline_1_field .et_bloom_form_header { min-height: 200px; }
.et_bloom .et_bloom_form_right.et_bloom_inline_3_fields .et_bloom_form_header.et_bloom_with_error, .et_bloom .et_bloom_form_left.et_bloom_inline_3_fields .et_bloom_form_header.et_bloom_with_error { min-height: 350px; }
.et_bloom .et_bloom_form_right.et_bloom_inline_2_fields .et_bloom_form_header.et_bloom_with_error, .et_bloom .et_bloom_form_left.et_bloom_inline_2_fields .et_bloom_form_header.et_bloom_with_error { min-height: 300px; }
.et_bloom .et_bloom_form_right.et_bloom_inline_1_field .et_bloom_form_header.et_bloom_with_error, .et_bloom .et_bloom_form_left.et_bloom_inline_1_field .et_bloom_form_header.et_bloom_with_error { min-height: 250px; }
.et_bloom .et_bloom_inline_form .et_bloom_form_right h2.et_bloom_error_message, .et_bloom .et_bloom_inline_form .et_bloom_form_left h2.et_bloom_error_message { margin-top: -50px !important; }

}

.casinos { }

.casinos h5 {
    font-size: 35px;
}

.stars .gold {
    color: #FFD700;
    background: -webkit-linear-gradient(#FFD700, #DAA520);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.overview {
    margin-top: 60px;
}

.overview .box {
    background: rgba(172, 174, 159, 0.75) !important;
    text-align: center;
    border-radius: 5px;
    padding: 20px 10px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
}

.overview .box hr {
    border-color: #333;
}

.overview .box.highlight hr {
    border-color: #fff;
}
.overview .box.highlight a {
    color: #fff;
}
.overview .box p {
    margin: 0 !important;
    padding: 0 !important;
	text-align:center;
}

.overview .box p.bonus {
    font-size: 30px;
    margin-bottom: 10px !important;
    margin-top: 5px !important;
	text-align:center;
}
.overview .box.highlight {
    background: #DAA520 !important;
    margin-top: -30px;
    margin-bottom: 20px;
}
.overview .box .stars {
    margin-top: 15px;
    font-size: 20px;
}

#claim-now {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.46);
    border: solid 2px #f9cb25;
    background-image: -webkit-linear-gradient(top, #f7e0a4, #ebb100 42%, #d9a207);
    background-image: -moz-linear-gradient(top, #f7e0a4, #ebb100 42%, #d9a207);
    background-image: -o-linear-gradient(top, #f7e0a4, #ebb100 42%, #d9a207);
    background-image: -ms-linear-gradient(top, #f7e0a4, #ebb100 42%, #d9a207);
    background-image: linear-gradient(to bottom, #f7e0a4, #ebb100 42%, #d9a207);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7e0a4', endColorstr='#d9a207', GradientType=1);
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}
#claim-now {
    width: 145px;
    padding: 15px 12px;
    text-transform: uppercase;
    font-family: 'open_sansbold';
    font-size: 15px;
    border-radius: 5px;
}
#claim-now:hover {
	opacity:0.6;
}
aside{float:right;width:220px;margin-right: 5px;position: relative;}
.wword{font-size:130px;margin-left:auto;margin-right:auto;margin-top:15px;}
.img-text-automatc,.img-text-lasvegas{float:left;padding-right:10px;padding-top:8px;padding-bottom:10px;}
.mobil-fordomain{display:none;}
.mainnav{margin:0;}
.style-mob-menu{text-align:center;}
.domain-desctop-and-p{display:inline;vertical-align:super;}
.iframe-game{width:468px; height:360px;overflow:hidden;border:none;}
.iframe-style-ocean, .iframe-style{padding-right:50px;float:left;}
.style-ul-width{width:50%;}
.style-ul-width1{width:40%;}
.copirayt-mob{display:inline;}
.casino-img{float:left;padding-right:10px;padding-top:8px;padding-bottom:10px;}
.left-slider1{margin-left:-80px;}
.iframe-game1{padding-top:8px;}
.logo-name-scr{margin-top:-10px;}
.bold_yes{font-weight:bold;}
.marginright0{margin-right:0;}
.paddingright0{padding-right:0;}
.paddingleft0{padding-left:0;}
.marginbottom10{margin-bottom:10px;}
.partnerimg{padding:5px;}
.copirayt-mob{font-size:20px;}
blockquote h2,blockquote h1{text-align:left;font-size:24px;margin:0}
blockquote h2{text-align:left;font-size:20px;margin:0;font-weight:bold;}
h3.game-h3{font-size:17px;margin-bottom:0;}
#mainnav ul li .menu-c{
	position: relative;
    display: block;
    font-size: 14px;
    font-family: "Raleway",sans-serif;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    outline: none;
	color:#ce9a15;
	font-size:15px;
	float: left;
    border: 1px solid #ce9a15;
    padding: 8px;
    font-weight: 700;
}
.navbar-default .navbar-nav > li > .menu-c1{
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
	padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
	position: relative;
    display: block;
    padding: 10px 15px;
}
.wc-shortcodes-tabs ul.wcs-tabs-nav li .game {
    display: block;
    width: auto;
    padding: 10px 20px;
    border: 1px solid #cccccc;
    margin-right: 0px;
    outline: none;
	color: #ce9a15;
}
		@media only screen and (max-width: 1024px) {
			.header-inner {
				display: block;
			}
			.header-image {
				background-image: none;
				height: auto ;
			}		
		}
.rate{display:inline;}
.list{display:inline-block;vertical-align:text-bottom;}
.rating{display:inline-block;}
.rating-all{float:right;margin-top:-25px;}
img.wp-smiley,
img.emoji {
	display: inline ;
	border: none ;
	box-shadow: none ;
	height: 1em ;
	width: 1em ;
	margin: 0 .07em ;
	vertical-align: -0.1em ;
	background: none ;
	padding: 0 ;
}
.logo-txt{color:white;display:inline-block;}
.social{display:table;margin-left:auto;margin-right:auto;width:100%;}
.social-img{display:inline;margin-left:10px;margin-bottom:20px;}
@media(max-width: 1199px){
	.top-jackpots>.box>.logos>span.prov{display:none;}
	.top-jackpots>.box>.logos>span.cas{float:none;text-align:center;}
	.style-ul-width{width:59%;}
	.style-ul-width1{width:47%;}
	.wc-shortcodes-tabs ul.wcs-tabs-nav li{width:200px;}
	.wc-shortcodes-tabs ul.wcs-tabs-nav li{padding: 10px;}
}
@media (max-width: 1023px){
	.top-jackpots>.box>.brand.book-of-ra:before, .boxes-offer.ver3>.boxes>div>.slot.book-of-ra span{margin: 2px auto 13px;}
}
@media(max-width: 991px){
	.top3{width:750px;}
	.wrapper{margin-left:auto;margin-right:auto;}
	aside{width:50%;}
	#mainnav ul li a{font-size:13px!important;}
	.top-jackpots>.box>.logos>span.prov{display:inline;}
	.top-jackpots>.box>.logos>span.cas{float:right;text-align:right;}
	.img-game1{display:none!important;}
	.style-ul-width1{width:60%;}
	.iframe-style-ocean{padding-right:0;float:none;padding-top:15px; padding-bottom: 15px;}	
}
@media (max-width: 785px){
	.img-game{display:none!important;}
	.style-ul{width:56%;}
}
@media(max-width: 780px){
	.top3{width:720px;}
	.style-ul{width:59%;}
}
@media (max-width: 770px){
	#mainnav ul li a{font-size:12px!important;}
}
@media(max-width: 776px){
	.container{width:95%;}
}

@media(max-width: 767px){
	.top3{width:100%;}
	.domain-desctop-and-p,.menu-mainnav-container{display:none!important;}
	.wword{opacity:1!important}
	.wword{float:none;margin-left:0;}
	.mobil-fordomain{display:block;font-size:35px;}
	.iframe-game{width:100%;height:504px;}
	.iframe-style{padding-right:0;float:none;}
	.img-footer-bottom{margin-bottom:25px;}
	h1{font-size:25px!important;}
	h2{font-size:23px!important;}
	.rating-all{display:none;}
}
@media(max-width: 765px){
	.style-ul{width:62%;}
}
@media (max-width: 730px){
	.style-ul{width:66%;}
}
@media (max-width: 710px){
	.nodown{display:none;}
}
@media (max-width: 699px){
	.top3 li>.link{width:100%;float:left;}
}
@media(max-width: 685px){
	.style-ul{width:72%;}
}
@media (max-width: 640px){
	.copirayt-mob{display:block;}
}
@media(max-width: 630px){
	.style-ul{width:79%;}
}
@media (max-width: 600px){
	.sidebar-column{width:100%}
	.left-slider1,.left-slider{margin-left:-45px;}
	.wword{margin-top:-20px}
	.bewertrung-nomobil{display:none;}
	.iframe-game{height:390px;}
}
@media (max-width: 585px){
	.top-jackpots>.box>.logos>span.prov{display:none;}
	.top-jackpots>.box>.logos>span.cas{float:none;text-align:center;}
}
@media(max-width: 575px){
	.style-ul{width:85%;}
}
@media (max-width: 565px){
	.mobil-fordomain{font-size:28px;}
	h1{font-size:20px!important;}
	h2{font-size:18px!important;}
}
@media (max-width: 555px){
	.img-text-automatc{float:none;padding-right:0;padding-top:0!important;padding-bottom:18px!important;}
}
@media(max-width:550px){
	.iframe-game{height:355px;}
}
@media (max-width: 535px){
	.img-text-lasvegas{float:none;padding-right:0;padding-top:0!important;padding-bottom:18px!important;}
	.style-ul{width:90%;}
}
@media(max-width: 505px){
	.style-ul{width:95%;}
}
@media (max-width: 500px){
	.top3 li>.note{width:23%;}
	.onlinecas-nomobil{display:none;}
	.iframe-game{height:321px;}
}
@media (max-width: 490px){
	.top-jackpots>.box{width:94%;}
	.top-jackpots>.box>.logos>span.prov{display:inline;}
	.top-jackpots>.box>.logos>span.cas{float:right;text-align:right;}
}
@media (max-width: 482px){
	.wc-shortcodes-tabs ul.wcs-tabs-nav{display:table-caption;}
}
@media (max-width: 480px){
	.wc-shortcodes-tabs ul{padding-left: 0;}
	
}
@media(max-width: 479px){
	.top3 li>.bonus{width:40%;}
}
@media (max-width: 475px){
	.mobil-fordomain{font-size:25px;}
	.style-ul{width:100%;}
	.container{width:90%;}
}
@media(max-width: 470px){
	.style-ul{font-size:12px;}
}
@media (max-width: 450px){
	.iframe-game{height:295px;}
}
@media (max-width: 445px){
	.wword{margin-top:-26px}
}
@media (max-width: 425px){
	.mobil-fordomain{font-size:20px;}
	.site-header,.wword,.header-image{display:none!important;}
	.navbar-default .navbar-brand{font-size:25px;}
}
@media (max-width:415px){
	.wword{font-size:65px;}
}
@media(max-width: 405px){
	.style-ul{font-size:10px;}
}
@media(max-width: 400px){
	.iframe-game{height:295px;}
}
@media (max-width: 380px){
	.top3 li>.bonus{width:30%;}
	.style-ul{padding-left:20px;}
}
@media(max-width: 365px){
	.casino-img{float:none;padding-right:0;padding-top:0!important;padding-bottom:18px!important;}
}
@media (max-width: 350px){
	.top-jackpots>.box>.logos>span.prov{display:none;}
	.top-jackpots>.box>.logos>span.cas{float:none;text-align:center;}
	.iframe-game{height:295px;}
}
@media (max-width: 340px){
	.mobil-fordomain{font-size:16px;}
	.style-ul{padding-left:12px;}
}
@media (max-width: 375px){
	.platz-nomobil{display:none;}
}
@media (max-width:330px){
	.wword{font-size:60px;}
	.style-ul{font-size:9px;}
}
@media (max-width: 325px){
	.bonus-mobiltxt{font-size:12px;}
}
@media (max-width:305px){
	.header-image,.site-header{display:none!important;}
}