/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 20px 30px 0;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

@media (min-width: 768px) {
	ul.nav > li.dropdown.yamm-fw:hover > ul.dropdown-menu {
		display: block !important;
	}
}



/* Bootstrap Slider
---------------------------------------------------*/
.slider.slider-horizontal {
	width:100% !important;
}



/* Bar Rating fontawesome-stars-o
---------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
	font-display: fallback;
  src: url('http://cdn.casinofeber.se/fonts/icomoon.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.br-wrapper {
	text-align: left !important;
}

.br-theme-fontawesome-stars-o .br-widget {
  height: 28px;
  white-space: nowrap;
}
.br-theme-fontawesome-stars-o .br-widget a, .fa-star, .fa-star-o, .fa-star-half-o {
font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 1;
  font-family: icomoon, sans-serif;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-right: 2px;
}
.br-theme-fontawesome-stars-o .br-widget a:after, i.fa-star-o:after {
  content: '\e9d7';
  color: #d2d2d2;
}
.br-theme-fontawesome-stars-o .br-widget a.br-active:after, i.fa-star:after {
  content: '\e9d9';
  color: #65c82d;
}
.br-theme-fontawesome-stars-o .br-widget a.br-selected:after, i.fa-star:after {
  content: '\e9d9';
  color: #65c82d;
}
.br-theme-fontawesome-stars-o .br-widget a.br-fractional:after, i.fa-star-half-o:after {
  content: '\e9d8';
  color: #65c82d;
}
.br-theme-fontawesome-stars-o .br-widget .br-current-rating {
  display: none;
}
i.fa-star-o:after, i.fa-star:after, i.fa-star-half-o:after {
	color: inherit;
}
.br-theme-fontawesome-stars-o .br-readonly a {
  cursor: default;
}
.br-theme-fontawesome-stars-o .br-reverse a.br-fractional {
  display: inline-block;
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

#ratingText {
	white-space: nowrap;
}

@media print {
  .br-theme-fontawesome-stars-o .br-widget a:after {
    content: '\f006';
    color: black;
  }
  .br-theme-fontawesome-stars-o .br-widget a.br-active:after,
  .br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
    content: '\f005';
    color: black;
  }
  .br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
    content: '\f123';
    color: black;
  }
}


/* Casinofeber fonts
-------------------------------------------------- */
@font-face {
	font-family: 'Source Sans Pro';
	font-display: fallback;
	src: url('http://www.casinofeber.se/fonts/SourceSansPro-Italic.woff2') format('woff2'),
		url('http://www.casinofeber.se/fonts/SourceSansPro-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Source Sans Pro';
	font-display: fallback;
	src: url('http://www.casinofeber.se/fonts/SourceSansPro-ExtraLightItalic.woff2') format('woff2'),
		url('http://www.casinofeber.se/fonts/SourceSansPro-ExtraLightItalic.woff') format('woff');
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: 'Source Sans Pro';
	font-display: fallback;
	src: url('http://www.casinofeber.se/fonts/SourceSansPro-Bold.woff2') format('woff2'),
		url('http://www.casinofeber.se/fonts/SourceSansPro-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Source Sans Pro';
	font-display: fallback;
	src: url('http://www.casinofeber.se/fonts/SourceSansPro-Regular.woff2') format('woff2'),
		url('http://www.casinofeber.se/fonts/SourceSansPro-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Lato';
	font-display: fallback;
	src: url('http://www.casinofeber.se/fonts/Lato-Black.woff2') format('woff2'),
		url('http://www.casinofeber.se/fonts/Lato-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}


/* Casinofeber custom styles
-------------------------------------------------- */
body { 
	background-color:#ecf0f1;
	color:#555;
	font-size:16px;
	line-height:1.5em;
	text-align:justify;
	font-family: 'Source Sans Pro', Arial, sans-serif;
}

.sitemaxwidth {
	max-width: 1800px;
	margin-right: auto;
	margin-left: auto;
}

#wrapperDiv {
	background-color:#ecf0f1;
}

a {
	color:#2980b9;
}

a:hover, a:focus {
	color:#3498db;
	text-decoration:none;
}

article {
  max-height: 17.5em;
	overflow: hidden;
}

selector + [data-readmore-toggle], selector[data-readmore] {
  display: block;
  width: 100%;
}

article[data-readmore] {
    transition: height 200ms;
    overflow: hidden;
}

.headerPic {
	margin: 0;
	text-align:center;
	color:#fff;
}

.star-rating {
	color:#65c82d;
	margin-top:-2px
}

.feber-betyg {
	font-size:25px;
	color:#65c82d;
}

.feber-betyg-small {
	font-size:20px;
	color:#65c82d;
}

.feber-betyg-mini {
	font-size:15px;
	color:#65c82d;
}

.feber-betyg-micro {
	font-size:11px;
	color:#65c82d;
}

.btn { 
	margin-top:15px;
	font-size: 16px !important;
	border-radius: 10px;
	cursor: pointer;
	text-transform: uppercase !important;
	font-weight: 900 !important;
	font-family: Lato, Arial, sans-serif;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.btn-left {
	border-radius: 10px;
}

.btn-right {
	border-radius: 10px;
}

.btn-text-small {
	text-transform: none;
	font-size: 13px;
	font-weight: normal;
	font-family: 'Source sans pro';
	display: block;
}

.btn-text-small-casino {
	text-transform: none;
	font-size: 13px;
	font-weight: normal;
	font-family: 'Source sans pro';
	display: block;
}

.btn-success {
	background-color:#65c82d;
	border: 0;
	border-bottom: 2px solid #5CB629;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 1px rgba(0,0,0,0.3);
  box-shadow: 0 0 1px rgba(0,0,0,0.3);
	transition: all .2s ease-in-out;
}

.btn-success:hover, .btn-success:focus {
	background-color:#73CD40 !important;
	border-color:#5CB629 !important;
	box-shadow: 0 0 0 0 rgba(115, 205, 64, 0.7);
  -webkit-animation: pulse-shadow-success 1.02s;
  -moz-animation: pulse-shadow-success 1.02s;
  -ms-animation: pulse-shadow-success 1.02s;
  animation: pulse-shadow-success 1.02s;
	transform: scale(1.02);
}

.btn-transp {
	background-color:transparent;
	margin-bottom:14px;
	margin-top:7px !important;
	border: 1px solid #ffffff;
	transition: all .2s ease-in-out;
}

.btn-transp:hover, .btn-transp:focus {
	background-color:rgba(255, 255, 255, 0.2) !important;
	border-color: #ffffff !important;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
  -webkit-animation: pulse-shadow-transp 1.02s;
  -moz-animation: pulse-shadow-transp 1.02s;
  -ms-animation: pulse-shadow-transp 1.02s;
  animation: pulse-shadow-transp 1.02s;
	transform: scale(1.02);
}

.btn-default {
	background-color:#ffffff;
	color:#555;
	border: 0;
	border-color:#bdc3c7 !important;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 1px rgba(0,0,0,0.3);
  box-shadow: 0 0 1px rgba(0,0,0,0.3);
}

.btn-default-loadmore {
	-webkit-box-shadow: 0 2px 10px rgba(40, 62, 81, 0.1);
  -moz-box-shadow: 0 2px 10px rgba(40, 62, 81, 0.1);
	box-shadow: 0 2px 10px rgba(40, 62, 81, 0.1);
}

.btn-default:hover, .btn-default:focus {
	background-color: #bdc3c7 !important;
}

.btn-lg.btn-default:hover, .btn-lg.btn-default:focus {
	box-shadow: 0 0 0 0 rgba(189, 195, 199, 0.7);
  -webkit-animation: pulse-shadow-success 1.02s;
  -moz-animation: pulse-shadow-success 1.02s;
  -ms-animation: pulse-shadow-success 1.02s;
  animation: pulse-shadow-success 1.02s;
	background-color: #bdc3c7 !important;
}

.btn-menu {
	padding: 4px 12px !important;
	background-color: #3e5770 !important;
	border-radius: 10px !important;
	margin-bottom: 10px !important;
	cursor:pointer;
}

.btn-menu:hover, .btn-menu:focus {
	background-color: #354a5f !important;
	cursor:pointer;
}

.btn-sm {
	padding: 7px 14px !important;
}

.btn-lg {
    padding: 14px !important;
}

.btn-mobile { 
	padding-top:10px; 
	margin-top:10px; 
}

.searchBtn:hover, .searchBtn:focus {
	background-color: #354a5f!important;;
}

.btn-group .btn {
	font-size: 12px !important;
}

.br-theme-fontawesome-stars-o .br-widget {
	text-align: center !important;
}

.tabellcasino-container {
	overflow: hidden;
	position: relative;
	background-color: #fff;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 2px 10px rgba(40, 62, 81, 0.1);
	-moz-box-shadow: 0 2px 10px rgba(40, 62, 81, 0.1);
	box-shadow: 0 2px 10px rgba(40, 62, 81, 0.1);
	border-radius: 10px!important;
}

.tabellcasino-container:hover {
	background-color: #fafafa !important;
}

.tabellcasino-img {
	bottom: 0;
	top: 0;
	display: flex;
	position: absolute;
}

.tabellcasino-info {
	padding: 10px;
	text-align:left;
	font-weight: 700;
	font-size:16px;
	margin-top: 0px;
	text-transform: uppercase;
}

.tabellcasino-info-header {
	padding: 10px 15px;
	text-align:left;
	font-weight: 700;
	font-size:16px;
	margin-top: 0px;
	text-transform: uppercase !important;
	background-color:#fafafa;
}

.tabellcasino-navpills>li>a {
	font-size: 14px !important;
}

.tabellcasino-navpills>li+li>a {
	margin-left: 5px;
}

.tabellcasino-navpills>li>a:hover {
	-webkit-box-shadow: 0 2px 10px rgba(40, 62, 81, 0.1);
  -moz-box-shadow: 0 2px 10px rgba(40, 62, 81, 0.1);
  box-shadow: 0 2px 10px rgba(40, 62, 81, 0.1);
}

.tabellcasino-navpills>li.active>a, .tabellcasino-navpills>li.active>a:hover, .tabellcasino-navpills>li.active>a:focus {
	background-color: #2c3e50 !important;
	-webkit-box-shadow: 0 2px 10px rgba(40, 62, 81, 0.1);
  -moz-box-shadow: 0 2px 10px rgba(40, 62, 81, 0.1);
  box-shadow: 0 2px 10px rgba(40, 62, 81, 0.1);
}

.table-terms {
	font-size: 11px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
}

.table-terms-container {
	background-color: #fafafa;
	padding: 5px 10px 5px;
}

.img-thumbnail, .img-border, .img-rounded-square, .img-big {
	border-radius:10px;
}

.thumbnail {
	border: 0;
	border-radius:10px;
	-webkit-box-shadow: 0 2px 10px rgba(40, 62, 81, 0.1);
  -moz-box-shadow: 0 2px 10px rgba(40, 62, 81, 0.1);
  box-shadow: 0 2px 10px rgba(40, 62, 81, 0.1);
	padding:0;
}

.thumbnail-hover {
	transition: all .2s ease-in-out;
}
.thumbnail-hover:hover {
	transform: scale(1.02);
	background-color:#fafafa;
}

.thumbnail > a > img, .thumbnail > img {
	border-radius: 10px;
}

.thumbnail > a > div, .embed-responsive {
	border-radius: 10px;
}

.thumbnail .caption {
	margin-top: 5px;
	font-weight: 700;
	text-transform: uppercase;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	color:#555;
	padding: 15px;
	padding-top: 10px;
	font-size: 16px;
}

.headermarginLarge {
	margin:0px;
	padding: 70px 20px;
}
	
.headermarginSmall {
	margin:0px;
	padding: 70px 20px;
}

.headermarginMini {
	margin:0px;
	padding: 50px 20px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { 
	font-family: Lato, Arial, sans-serif;
	font-weight:900;
	margin-top:0;
	color:#202933;
	text-align:left;
}

h1 { 
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight:900;
	font-size:35px;
	color:#ecf0f1;
	text-align:center;
}

.h1Container {
	background-color: rgba(0, 0, 0, 0.25);
	display: inline-block;
	padding: 15px 20px;
	border-radius: 10px;
	max-width: 100%;
}

.lead {
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 0px;
	color:#ecf0f1;
	font-weight:400;
}

blockquote, .blockquote {
	font-style:italic;
	font-size:25px;
	font-weight:200;
	border-left: 6px solid #bdc3c7;
	clear: both;
	background-color: #f9f9f9;
	border-radius: 10px;
	line-height: 1.5em;
	margin-left:20px;
	-webkit-box-shadow: 0 2px 10px rgba(40, 62, 81, 0.1);
	-moz-box-shadow: 0 2px 10px rgba(40, 62, 81, 0.1);
	box-shadow: 0 2px 10px rgba(40, 62, 81, 0.1);
}

blockquote:before, .blockquote:before {
	color: #bdc3c7;
	content: "\201C";
	font-size: 2em;
	line-height: 0.1em;
	margin-right: 15px;
	vertical-align: -15px;
	font-weight: bold;
}

h2, .h2 {
	font-size:30px;
	margin-top:0px; 
	margin-bottom:10px; 
}
h3, .h3 {
	font-size:25px;
	margin-top:0px; 
	margin-bottom:10px; 
}
h4, .h4 { 
	font-size:20px;
	margin-top:0px; 
	margin-bottom:10px; 
}

.toc-container {
	padding: 0 20px;
	background-color: #bdc3c7;
	border-bottom: 5px solid #bdc3c7;
	white-space: nowrap;
	overflow-x: scroll;
    -ms-overflow-style: none;  // IE 10+
    overflow: -moz-scrollbars-none;  // Firefox
}
.toc-container::-webkit-scrollbar { 
    display: none;  // Safari and Chrome
}

.toc-list {
	padding: 0px;
	margin-bottom: 0;
}

.toc-list>li {
	display: inline-block;
	margin: 5px 5px 5px 0;
}

.toc-list>li>a {
	color: #fff;
	padding: 5px 10px;
	font-size: 14px;
}

.toc-list>li>a:hover {
	color: #555;
	background-color: #ecf0f1;
	border-radius: 10px;
}

.alert h4 {
	font-weight: 900;
	border: 0;
	text-align:center;
	background-color: #b34131;
	padding: 15px;
	margin-bottom:0;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	color:#ffffff;
}

.yamm-content h4 {
	margin: 10px 0px 5px;
	display: table;
	padding-bottom: 10px;
	font-size: 17px;
}
	
.ankarlank {
	display: block;
	position: relative;
	top: -125px;
	visibility: hidden;
}

.ankarlank-casino {
	display: block;
	position: relative;
	top: -310px;
	visibility: hidden;
}

.glyphicon-plus, .glyphicon-ok, .glyphicon-ok-circle, .glyphicon-ok-sign {
	color:#65c82d;
	top: 2px;
}

small {
	font-size:15px;
}

.flag-sm {
	width:24px;
	height:24px;
	margin-right:10px;
}

.flag {
	width:64px;
	height:64px;
}

table > tbody > tr > td > div > a > h4 { 
	margin-bottom:5px;
	margin-top:5px;
}

.table>tbody>tr>td, .table>tfoot>tr>td, .table>tfoot>tr>th {
	border-top: 1px solid #dadada !important;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
	border-radius: 10px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color:#ffffff;
}

.table-striped>tbody>tr:nth-of-type(even) {
	background-color:#fafafa;
}

.table-striped > tbody > tr:nth-child(even) > td > a > div > span.number-wrapper, .table-striped > tbody > tr:nth-child(even) > td.listNumber > span.number-wrapper {
	background-color: #fafafa !important;
}

.table-striped > tbody > tr:nth-child(odd) > td > a > div > span.number-wrapper, .table-striped > tbody > tr:nth-child(odd) > td.listNumber > span.number-wrapper {
	background-color: #ffffff !important;
}

.table-borderless > tbody > tr > td, .table-borderless > tbody > tr > th, .table-borderless > tfoot > tr > td, .table-borderless > tfoot > tr > th, .table-borderless > thead > tr > td, .table-borderless > thead > tr > th , .table-borderless > tr > td, .table-borderless > tr > th, .table-borderless > tr > td, .table-borderless > tr > th, .table-borderless > tr > td, .table-borderless > tr > th{
	border: none !important;
}

.table-rounded > tbody > tr > td, .table-rounded > thead > tr > td, .table-rounded > tfoot > tr > td {
	padding: 8px 20px !important;
}

.table-rounded > tbody > tr:last-child > td:first-child {
  border-radius: 0 0 0 10px !important;
}
.table-rounded > tbody > tr:last-child > td:last-child {
  border-radius: 0 0 10px 0 !important;
}

td.listNumber {
	vertical-align: middle !important;
	text-align: center;
	padding-right: 0 !important;
}

.bonusListRow:hover .btn-success, .tabellcasino-container:hover .btn-success {
	box-shadow: 0 0 0 0 rgba(115,205,64,0.7);
	-webkit-animation: pulse-shadow-success 1.02s infinite;
	-moz-animation: pulse-shadow-success 1.02s infinite;
	-ms-animation: pulse-shadow-success 1.02s infinite;
	animation: pulse-shadow-success 1.02s infinite;
	transform: scale(1.02);
}

.panel, .panel-heading { 
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
}

.panel {
	-webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.panel-heading, nav { 
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-weight:700;
	font-size:16px;
	text-transform:uppercase;
}

.panel-heading {
	background-color:#ba1b1d !important;
	border-color:#ba1b1d !important;
}

.panel-transparent {
	background-color:#2c3e50 !important;
	border-color:#2c3e50 !important;
	border:0;
	-webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.panel-primary {
	border: 0;
	border-color:#bdc3c7 !important;
	-webkit-box-shadow: 0 2px 10px rgba(40, 62, 81, 0.1);
	-moz-box-shadow: 0 2px 10px rgba(40, 62, 81, 0.1);
	box-shadow: 0 2px 10px rgba(40, 62, 81, 0.1);
	border-radius:10px !important;
}

.panel-heading-accordion {
	background-color: #fff !important;
	border-color: #fff !important;
	padding: 0px 15px !important;
	border-radius: 10px !important;
}

.panel-default-accordion {
	margin-bottom:10px !important;
	border-radius: 10px !important;
	background-color: #fff !important;
}

.panel-body-accordion {
	padding:15px !important;
	background-color:#fff;
	border-radius: 10px;
}

.panel-heading-accordion>.panel-heading {
	background-color: #fff !important;
}
	
.panel-heading-accordion .panel-title a {
	color:#434a54;
	font-weight:700;
	font-size:16px;
	text-transform: none;
}

.breadcrumb {
	font-size: 14px;
	background-color: inherit;
	text-align: right;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.breadcrumb a {
	color:#bdc3c7;
}

.breadcrumb > li.active {
	font-weight:bold;
}

.text-muted {
	color:#ffffff;
}

.label {
	font-size: 14px;
}

.label-kategori, label-kategori { 
	text-decoration:none; 
}

.icon-bar {
	background-color: #2c3e50 !important;
}

.navbar {
	z-index:15000;
	margin-bottom: 0px;
	border:0;
	text-transform: none;
	font-size: 15px;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-weight: 700;
	background-color:#ffffff;
	min-height: 70px;
}

.navbar-brand {
	color: #202933;
	font-size:26px;
	padding:25px 15px;
	font-weight:700;
}

.navbar-brand:focus, .navbar-brand:hover {
	color: #202933;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: #2c3e50;
	border-color: #2c3e50;
	color:#ffffff;
}

.nav>li>a {
	color:#2c3e50;
	font-weight:900;
	font-family: Lato, Arial, sans-serif;
}

.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color: #ffffff;
	border-color:#ffffff; 
	color: #2c3e50;
}

.nav-pills>li>a {
	border-radius: 10px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	color: white;
	background-color: #3498db;
	border: 0;
	border-color:#bdc3c7 !important;
}

.navbar-toggle { padding-top:19px; }

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: none;
}

.collapse>ul>li>a {
	padding:25px 15px;
}

.dropdown-menu {
	border:0;
	border-radius:0;
	margin:0;
	padding:0;
	background-color:#2c3e50;
	-webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.dropdown-menu > li:hover, .dropdown-menu > li:focus, .dropdown-menu > li:active { 
	background-color:#2c3e50 !important; 
	color:#ffffff !important; 
}

.dropdown-menu li a { 
	padding:0; 
	font-weight: 700;
}

.menu-arrow-up {
	display:none;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #2c3e50;
	position: absolute;
	bottom: 0;
	left: calc(50% - 15px);
}

.yamm-content a { 
	color:#ffffff !important; 
	font-weight: 400;
	font-size:15px;
	text-transform:none;
	line-height:1.75em;
}

.yamm-content h4 { 
	color:#ffffff !important; 
	font-weight: 600; 
	text-transform:none;
}

.dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu .active a, .dropdown-menu .active a:hover, .dropdown-menu .active a:focus {
	background:transparent;
}

.yamm-content {
	background-color:#2c3e50;
	border-bottom: 5px solid #212e38;
	padding-bottom:15px;
}

.logo-menu {
	float: left;
	height: 60px;
	margin-right: 5px;
	margin-top: -20px;
}

.logo-text-menu {
	height: 22px;
	margin-top: -2px;
}

.casinoListLogoSmall {
	border-radius: 10px;
	border: 0;
	max-height:53px;
}

.casinoListLogo {
	border-radius: 10px;
	border: 0;
	max-height:73px;
}

a.list-group-item:hover, a.list-group-item:focus {
	background-color: #f5f5f5 !important;
}

a.list-group-item {
	border: 0 !important;
}

.list-group {
	border-radius: 10px !important;
	border: 0;
	border-color:#bdc3c7 !important;
	-webkit-box-shadow: 0 2px 10px rgba(40, 62, 81, 0.1) !important;
  -moz-box-shadow: 0 2px 10px rgba(40, 62, 81, 0.1) !important;
  box-shadow: 0 2px 10px rgba(40, 62, 81, 0.1) !important;
}

.list-item-logo {
	width: 65px;
	margin-right: 10px;
	float: left;
	border: 0;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.3);
	box-shadow: 0 0 1px rgba(0,0,0,0.3);
}

.list-group-item:first-child {
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
}
.list-group-item:last-child {
	border-bottom-right-radius: 10px !important;
	border-bottom-left-radius: 10px !important;
}

.table-hover>tbody>tr:hover {
	background-color: #fafafa !important;
}

.newsWidgetImg {
	padding:0;
	padding-top:66.67%;
	width:100%;
	overflow:hidden;
	background-size: cover !important;
	background-position-x: center !important;
	background-position-y: center !important;
	border-radius:0px !important;
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
}

.newsWidgetText {
	font-size: 16px;
	color: #555;
	padding:0px;
	font-weight: 400;
	text-transform: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	line-height: 25px;
	height: 100px;
	margin-top:5px;
}

.newsWidgetDate {
	font-family:'Source Sans Pro', Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	margin-top: 35px;
	color: #bdc3c7;
	padding: 0;
	clear: both;
}

.newsWidgetReadMore {
	font-family:'Source Sans Pro', Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	margin-top: 35px;
	color: #2980b9;
	text-align: right;
	padding: 0;
}

@media (min-width: 1601px) {
	body { 
		background-color:#869198;
	}
}

@media (min-width: 1440px) {
	#meny-casinospel {
		display:block !important;
	}
}

@media (min-width: 1320px) {
	#meny-guider {
		display:block !important;
	}
}

@media (min-width: 1050px) {
	#meny-freespins {
		display:block !important;
	}
}

@media (min-width: 925px) {
	#meny-utankonto {
		display:block !important;
	}
}

@media (min-width: 768px) {
	body {
		padding-top:70px
	}
	.navbar-static-top {
		position:fixed;
		top:0;
		right:0;
		left:0;
	}
	.navbar-right {
		margin-right: 15px;
	}
	.tabellcasino-xs-position {
		position:relative;
	}
	.jackpotlist-img {
		position: absolute;
		top: -45px;
	}
}

@media (max-width: 1199px) {
	.slotFrame {
	width: 360px !important;
	height: 285px !important;
	}
}

@media (max-width: 1440px) {
	.headermarginSmall {
		margin:0px;
		padding:80px 20px;
	}
}

@media (max-width: 1090px) {
	.headermarginLarge {
		margin:0px;
		padding:55px 20px;
	}
	.headermarginSmall {
		margin:0px;
		padding:80px 20px;
	}
	.headermarginMini {
		margin:0px;
		padding:30px 20px;
	}
}

@media (max-width: 991px) {
	.nyhetsbild {
		margin-bottom: 20px;
		max-height:150px;
		width: auto;
		max-width: 100%;
	}
	.btn-group-sm-list {
		width: 100%;
	}
	.btn-group-sm-list > .btn {
		width: 33.333%;
		border-radius: 2px;
	}
	.smNoPadding {
		padding:0px !important;
	}
}

@media (max-width: 767px) {
	body {
		font-size:14px;
	}
	.thumbnail .caption {
		font-size:14px;
	}
	.newsWidgetText {
		font-size: 14px;
		height:70px;
	}
	.newsWidgetReadMore, .newsWidgetDate {
		font-size: 14px;
	}
	.panel-body-bonus {
		min-height:0px !important;
	}
	.panel-body {
		padding-right: 0 !important;
		padding-left: 0 !important;
		padding-bottom: 0 !important;
	}
	.mobil-rubrik {
		padding-left:20px !important;
	}
	.mobil-rubrik-2 {
		padding-left:5px !important;
	}
	h1 {
		font-size: 20px !important;
		margin-bottom: 0px;
	}
	h2, .h2 {
		font-size:18px;
	}
	h3, .h3 { 
		font-size:16px;
	}
	h4, .h4 {
		font-size:16px;
	}
	.lead {
		font-size: 12px;
	}
	.casinoListLogoSmall {
		margin:auto;
		margin-top: -53px;
		max-height: 98px !important;
		padding: 5px 0px 25px 0px;
		margin-bottom: 10px;
		border: 3px solid #fff;
	}
	.tabellcasino-container {
		margin-bottom:20px;
	}
	.tabellcasino-info {
		padding: 10px !important;
		display: block !important;
		font-size: 15px !important;
	}
	.tabellcasino-info-header {
		padding: 8px 10px !important;
		font-size: 15px !important;
	}
	.tabellcasino-mobile-pros {
		display:none !important;
	}
	.tabellcasino-xs-position {
		position:absolute;
	}
	.toc-nav {
		padding: 0;
	}
	.toc-container {
		padding: 0 10px;
	}
	.slotwidget-img {
		padding-top:0 !important;
	}
	.feber-betyg-small {
		font-size:15px;
	}
	.feber-betyg {
		font-size:20px !important;
	}
	.slotFrame {
		width: 100% !important;
		border-radius:0;
	}
	.slotFrameWrapper {
		margin:0px -35px !important;
		margin-bottom:30px !important;
	}
	.headermarginLarge {
		margin:0px;
		padding:30px 10px 45px;
	}
	.headermarginSmall {
		margin:0px;
		padding:20px 20px;
	}
	.headermarginMini {
		margin:0px;
		padding:20px 20px;
	}
	.h1Container {
		padding: 10px 20px;
	}
	.xsNoPadding {
		padding:0px !important;
	}
	.xsPaddingTop20 {
		padding-top:20px !important;
	}
	.xsNoMarginLeft {
		margin-left:0px !important;
	}
	.btn-lg {
		padding: 10px !important;
		font-size: 14px !important;
	}
	.btn-left {
		border-bottom-right-radius: 0;
		border-top-right-radius: 0;
		border-bottom-left-radius: 4px;
		border-top-left-radius: 4px;
	}
	.btn-right {
		border-bottom-right-radius: 4px;
		border-top-right-radius: 4px;
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
		border-bottom: 2px solid #bdc3c7;
	}
	.yamm .yamm-content {
    padding: 0 0 20px;
	}
	.nav>li>a:focus {
		background-color:#2c3e50 !important; 
		border-color:#2c3e50 !important; 
		color:#ffffff !important; 
	}
	.tabellbtn {
		width:12.5% !important;
	}
	
	.btn-group-sm-list > .btn {
		width: 100%;
		border-radius: 2px;
	}
	
	#casinopros {
		margin-top: 5px !important;
		margin-bottom: 0;
	}
	.casinopros {
		margin:auto;
		display:table;
	}
	
	.table-terms {
		text-align:center;
		width: 100%;
	}
	
	.table-terms-container {
		background-color: #ffffff;
		border-top: 0;
		padding-top: 0 !important;
	}
	
	.table-rounded > tbody > tr > td, .table-rounded > thead > tr > td, .table-rounded > tfoot > tr > td {
		padding: 8px 10px !important;
	}
	
	.label-tips {
		font-size:14px !important;
	}

	.highlightbox-wrapper {
	padding: 10px;
	margin-top: 40px;
	margin-right: 0px;
	margin-left: 0px;
	}
	
	.highlightbox {
		padding: 30px !important;
	}
	
	.highlightbox > h3 {
		padding-right: 50px;
	}
	
	.hb-rightfix {
		right: -15px !important;
	}
	
	.searchresWrap {
		padding: 0 !important;
	}
	
	blockquote, .blockquote {
		font-size:16px;
		line-height: 1.3em;
	}
	
	blockquote:before, .blockquote:before {
		vertical-align: -10px;
	}
	
	article {
  max-height: 9.5em;
	}
	
	.tabellStreamTid {
		font-size: 14px;
		font-weight: normal;
	}
	
	.tabellStreamLag {
		padding-left: 60px;
	}

	.number-wrapper {
    font-size: 16px;
    width: 28px;
    height: 28px;
    line-height: 28px;
		position:absolute;
		top:-13px;
		left: -13px;
		color:#434a54 !important;
		background-color:#ffffff !important;
	}
	
	ul.li-check > li, ul.li-cross > li {
		padding-left: 35px;
		background-size: 18px;
		margin-bottom: 10px;
		margin-left: 5px;
	}
	
	.li-count>li:before {
		top:-2px;
    left: 0px;
    font-size: 24px;
    line-height: 24px;
	}
	
	.li-count>li {
    margin-bottom: 10px;
		padding-left: 35px;
	}
	
	#back-to-top {
		position: fixed;
		bottom: 100px;
		right: 20px;
	}
}

@media (max-width: 425px), (max-width: 1250px) and (min-width: 992px) {
	.searchBtn {
		line-height: 15px !important;
	}
	
	.searchBtn > a > div {
		padding-top: 6px !important;
	}
}

@media (max-width: 375px) {
	.logo-menu {
		height: 40px;
		margin-top:-10px;
	}
	
	.logo-text-menu {
		height: 18px;
		margin-top: 1px;
	}
}

@media (max-width: 375px) {
	.logo-menu {
		height: 40px;
		margin-top:-10px;
	}
	
	.logo-text-menu {
		height: 18px;
		margin-top: 1px;
	}
}

@media (max-width: 360px) {
	p.lead {
		display: none;
	}
}