/*!
 * 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;
	}
}


/* Sticky footer styles
-------------------------------------------------- */

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 60px;
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

#wrap > .container {
  padding: 60px 15px 0;
}
.container .credit {
  margin: 20px 0;
}

#footer > .container {
  padding-left: 15px;
  padding-right: 15px;
}

code {
  font-size: 80%;
}


/* Bootstrap Slider
---------------------------------------------------*/
.slider.slider-horizontal {
	width:100% !important;
}



/* Bar Rating fontawesome-stars-o
---------------------------------------------------*/
.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 {
  font: normal normal normal 30px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-right: 2px;
}
.br-theme-fontawesome-stars-o .br-widget a:after {
  content: '\f006';
  color: #d2d2d2;
}
.br-theme-fontawesome-stars-o .br-widget a.br-active:after {
  content: '\f005';
  color: #65c82d;
}
.br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
  content: '\f005';
  color: #65c82d;
}
.br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
  content: '\f123';
  color: #65c82d;
}
.br-theme-fontawesome-stars-o .br-widget .br-current-rating {
  display: none;
}
.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";
}
@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;
  }
}


/* BettingFeber custom styles
-------------------------------------------------- */


@-webkit-keyframes pulse-shadow-success {
  to {
    box-shadow: 0 0 0 10px rgba(115, 205, 64, 0); } }
@-moz-keyframes pulse-shadow-success {
  to {
    box-shadow: 0 0 0 10px rgba(115, 205, 64, 0); } }
@-ms-keyframes pulse-shadow-success {
  to {
    box-shadow: 0 0 0 10px rgba(115, 205, 64, 0); } }
@keyframes pulse-shadow-success {
  to {
		box-shadow: 0 0 0 10px rgba(115, 205, 64, 0); } }

		
@-webkit-keyframes pulse-shadow-transp {
  to {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0); } }
@-moz-keyframes pulse-shadow-transp {
  to {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0); } }
@-ms-keyframes pulse-shadow-transp {
  to {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0); } }
@keyframes pulse-shadow-transp {
  to {
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0); } }
		
		
@-webkit-keyframes pulse-shadow-default {
  to {
    box-shadow: 0 0 0 10px rgba(189, 195, 199, 0); } }
@-moz-keyframes pulse-shadow-default {
  to {
    box-shadow: 0 0 0 10px rgba(189, 195, 199, 0); } }
@-ms-keyframes pulse-shadow-default {
  to {
    box-shadow: 0 0 0 10px rgba(189, 195, 199, 0); } }
@keyframes pulse-shadow-default {
  to {
		box-shadow: 0 0 0 10px rgba(189, 195, 199, 0); } }
		
		
@-webkit-keyframes spin360{
  100% { -webkit-transform: rotate(360deg); } }
@-moz-keyframes spin360{
  100% { -moz-transform: rotate(360deg); } }
@keyframes spin360{
  100% { transform: rotate(360deg); } }

body { 
	background-color:#ecf0f1;
	color:#555;
	font-size:18px;
	line-height:1.5em;
	text-align:justify;
	font-family:'Source Sans Pro', 'Helvetica Neue', Helvetica, 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;
	background-color:#b34131;
	background-repeat: no-repeat;
	background-position-x: center;
	background-size: cover;
	border-top: 5px solid #202933;
}

.star-rating {
	color:#65c82d;
	margin-top:-2px
}

.feber-betyg {
	font-size:25px;
	color:#65c82d;
}

.feber-betyg-small {
	font-size:20px;
	color:#65c82d;
}

.btn { 
	margin-top:15px;
	font-size: 16px !important;
	border-radius: 4px;
	cursor: pointer;
	text-transform: uppercase !important;
	font-weight: 900 !important;
	font-family:Lato;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.btn-left {
	border-radius: 4px;
}

.btn-right {
	border-radius: 4px;
}

.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-bottom: 2px solid #bdc3c7;
	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: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: 3px !important;
	margin-bottom: 10px !important;
	cursor:pointer;
}

.btn-menu:hover, .btn-menu:focus {
	background-color: #354a5f !important;
	cursor:pointer;
}

.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: 14px !important;
}

.br-theme-fontawesome-stars-o .br-widget {
	text-align: center !important;
}

hr {
	width: 80%;
	height: 6px;
	background: url('../../cdn.bettingfeber.se/pics/hr-style-diagonal.png') repeat-x 0 0;
	border: 0 !important;
	padding-bottom: 0px;
	text-align: center;
	width: 80%;
}

.alert-info {
	border: 0;
	border-bottom: 2px solid #bdc3c7;
	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);
	color: #434a54;
}

.img-thumbnail, .img-border, .img-rounded-square, .img-big {
	border-radius:5px;
}

.thumbnail {
	border: 0;
	border-bottom: 2px solid #bdc3c7;
	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);
	padding:0;
}

.thumbnail-hover {
	transition: all .2s ease-in-out;
}
.thumbnail-hover:hover {
	transform: scale(1.02);
}

.thumbnail > a > img, .thumbnail > img {
	border-radius: 5px;
}

.thumbnail > a > div, .embed-responsive {
	border-radius: 5px;
}

.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;
}

.img-border {
	padding:3px; 
	background-color:#fff; 
	border: 1px solid #bdc3c7;
	border-radius:0;
}

.img-circle { 
	width:84px;
	height:84px;
}

.img-rounded-square { 
	width:84px;
	height:84px;
}

.img-big {
	width: 134px;
	height: 134px;
    margin-right: 35px;
    margin-left: 20px;
    margin-top: 15px;
}

.headermarginLarge {
	margin:0px;
	padding: 70px 20px;
}
	
.headermarginSmall {
	margin:0px;
	padding: 60px 0px 70px 0;
}

.headermarginMini {
	margin:0px;
	padding: 50px 20px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { 
	font-family: Lato,'Source Sans Pro', 'Helvetica Neue', Helvetica, 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;
}

.lead {
	font-size: 18px;
	margin-bottom: 10px;
	color:#ecf0f1;
}

blockquote, .blockquote {
	font-style:italic;
	font-size:25px;
	font-weight:200;
	border-left: 6px solid #bdc3c7;
	clear: both;
	background-color: #f9f9f9;
	border-radius: 0px;
	line-height: 1.5em;
	margin-left:20px;
}

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; 
}

.alert h4 {
	font-weight: 900;
	border: 0;
	text-align:center;
	background-color: #b34131;
	padding: 15px;
	padding-bottom: 10px;
	margin-bottom:0;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	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 {
	color:#65c82d;
}

small {
	font-size:15px;
}

.wave-top::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	background-repeat: repeat;
	height: 10px;
	background-size: 20px 20px;
	background-image: radial-gradient(circle at 10px 15px, transparent 12px, #b34131 13px);
}
		
.wave-top::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	background-repeat: repeat;
	height: 15px;
	background-size: 40px 20px;
	background-image: radial-gradient(circle at 10px 0px, #b34131 12px, transparent 13px);
}

.wave-top-white::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	background-repeat: repeat;
	height: 10px;
	background-size: 20px 20px;
	background-image: radial-gradient(circle at 10px 15px, transparent 12px, #ffffff 13px);
}
		
.wave-top-white::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	background-repeat: repeat;
	height: 15px;
	background-size: 40px 20px;
	background-image: radial-gradient(circle at 10px 0px, #ffffff 12px, transparent 13px);
}

.wave-bottom::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background-repeat: repeat;
	height: 10px;
	background-size: 20px 20px;
	background-image: radial-gradient(circle at 10px -5px, transparent 12px, #e74c3c 13px);
}

.wave-bottom::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background-repeat: repeat;
	height: 15px;
	background-size: 40px 20px;
	background-image: radial-gradient(circle at 10px 15px, #e74c3c 12px, transparent 13px);
}

.wave-casino::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background-repeat: repeat;
	height: 10px;
	background-size: 20px 20px;
	background-image: radial-gradient(circle at 10px -5px, transparent 12px, #f9f9f9 13px);
}

.wave-casino::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background-repeat: repeat;
	height: 15px;
	background-size: 40px 20px;
	background-image: radial-gradient(circle at 10px 15px, #f9f9f9 12px, transparent 13px);
}

.wave-menu::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	background-repeat: repeat;
	height: 10px;
	background-size: 20px 20px;
	background-image: radial-gradient(circle at 10px 15px, transparent 12px, #2c3e50 13px);
}
		
.wave-menu::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	background-repeat: repeat;
	height: 15px;
	background-size: 40px 20px;
	background-image: radial-gradient(circle at 10px 0px, #2c3e50 12px, transparent 13px);
}

.wave-alert::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	background-repeat: repeat;
	height: 10px;
	background-size: 20px 20px;
	background-image: radial-gradient(circle at 10px 15px, transparent 12px, #bdc3c7 13px);
}
		
.wave-alert::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	background-repeat: repeat;
	height: 15px;
	background-size: 40px 20px;
	background-image: radial-gradient(circle at 10px 0px, #bdc3c7 12px, transparent 13px);
}

table > tbody > tr > td > div > a > h4 { 
	margin-bottom:5px;
	margin-top:5px;
}

.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: 5px;
}

.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;
}

td.listNumber {
	vertical-align: middle !important;
	text-align: center;
	padding-right: 0 !important;
}

.bonusListRow: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', 'Helvetica Neue', Helvetica, 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-bottom: 2px solid #bdc3c7;
	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);
	border-radius:5px !important;
}

.panel-heading-accordion {
	background-color: #bdc3c7 !important;
	border-color: #bdc3c7 !important;
	padding: 0px 15px !important;
	border-radius: 4px !important;
}

.panel-default-accordion {
	margin-bottom:2px !important;
}

.panel-body-accordion {
	padding:15px !important;
	background-color:#fff;
	border-radius: 4px;
}

.panel-heading-accordion .panel-title a {
	color:#434a54;
	font-weight:700;
	font-size:15px;
	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;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	border-top: 1px solid #bdc3c7;
	border-radius: 5px !important;
}

#footer { 
	background-color:#e74c3c; 
	height:auto;
	padding:25px;
}

.text-muted {
	color:#ffffff;
}

ul.columns { 
	list-style-type: none; 
	padding: 0px; 
	margin: 0px; 
}

ul.li-bonus {
	padding-left:0;
	margin-top: 10px;
}

ul.li-bonus > li {
	padding-left: 41px;
	background: url('https://cdn.casinofeber.se/pics/bonusbox.png?q=100') 0px 0px no-repeat;
	background-size: 25px;
	list-style-type: none;
	margin-bottom: 15px;
	margin-left: 5px;
}

ul.li-check {
	padding-left:0;
	margin-top: 10px;
}

ul.li-check > li {
	padding-left: 41px;
	background: url('../../cdn.bettingfeber.se/pics/check-round-2.png') 0px 2px no-repeat;
	background-size: 25px;
	list-style-type: none;
	margin-bottom: 15px;
	margin-left: 5px;
}

ul.li-cross {
	padding-left:0;
	margin-top: 10px;
}

ul.li-cross > li {
	padding-left: 41px;
	background: url('../../cdn.bettingfeber.se/pics/cross-round.png') 0px 2px no-repeat;
	background-size: 25px;
	list-style-type: none;
	margin-bottom: 15px;
	margin-left: 5px;
}

.li-count {
	margin-top: 10px;
	counter-reset: ul-counter;
	list-style-type: none;
	padding-left: 5px;
}

.li-count > li {
	margin-bottom: 15px;
	position: relative;
	padding-left: 40px;
}

.li-count > li:before {
	position: absolute;
	top: -2px;
	left: 0px;
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	color: #82b452;
	content: counter(ul-counter) ".";
	counter-increment: ul-counter;
}

.label {
	font-size: 14px;
}

.label-kategori { 
	text-decoration:none;
}

.icon-bar { 
	background-color: #2c3e50 !important;
}

.checkbox label, .radio label {
	font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold !important;
}

a.list-group-item:hover, a.list-group-item:focus {
	background-color: #fafafa;
}

.list-group {
	border-radius: 5px;
	border: 0;
	border-bottom: 2px solid #bdc3c7;
	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);
}

.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);
}

.collapse>ul>li>a {
	padding:25px 15px;
}

.divider { 
	background-color: #bdc3c7 !important;
}

.navbar {
	z-index:15000;
	margin-bottom: 0px;
	border:0;
	text-transform: none;
	font-size: 15px;
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	background-color:#ffffff;
	min-height: 70px;
	-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);
}

.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;
}

.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color: #ffffff;
	border-color:#ffffff; 
	color: #2c3e50;
}

.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-bottom: 2px solid #bdc3c7;
	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);
}

.navbar-toggle { padding-top:19px; }

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: none;
}

.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);
}

.datetimepicker.dropdown-menu {
	background-color: #ffffff;
	border: 0;
	border-bottom: 2px solid #bdc3c7;
	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);
}

.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;
}

.logo-menu {
	float: left;
	height: 60px;
	margin-right: 5px;
	margin-top: -20px;
}

.logo-text-menu {
	height: 22px;
	margin-top: -2px;
}

.casinoListLogoSmall {
	border-radius: 5px;
	border: 0;
	max-height:53px;
}

.casinoListLogo {
	border-radius: 5px;
	border: 0;
	max-height:73px;
}

.hb-turquoise {
	background-color: #1abc9c !important;
}

.hb-nephritis {
	background-color: #5CB629 !important;
}

.hb-wisteria {
	background-color: #8e44ad !important;
}

.hb-pomegranate {
	background-color: #c0392b !important;
}

.hb-recension {
	background-color: #95a5a6 !important;
}

.hb-pattern {
	background-image: url('../../cdn.bettingfeber.se/pics/bettingfeber-bg-pattern-2.png');
	background-position-y: center;
	background-size: auto;
	background-repeat: repeat;
	margin: 0;
}

.hb-rightfix {
	right: -5px !important;
}

.highlightbox-wrapper {
	background-color: #1abc9c;
	padding: 20px;
	margin-top: 40px;
	border-radius: 10px;
	-webkit-box-shadow: 0 15px 35px rgba(85, 85, 85, 0.2), 0 5px 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 15px 35px rgba(85, 85, 85, 0.2), 0 5px 15px rgba(0, 0, 0, 0.05);
	box-shadow: 0 15px 35px rgba(85, 85, 85, 0.2), 0 5px 15px rgba(0, 0, 0, 0.05);
}

.highlightBox-imgwrapper {
	width: 140px;
	position: absolute;
	right: 15px;
	margin-top: -45px;
	border-radius: 500px;
	background-color: #1abc9c;
}

.highlightBox-imgwrapper > img {
	border-radius: 500px;
	border: 1px solid #fff;
	background-color: #1abc9c;
	margin: 20px;
	width: 100px;
	height: 100px;
}

.highlightbox {
	color: #fff !important;
	padding: 40px;
	border: 1px solid #fff;
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 50px;
	border-radius: 7px;
}

.highlightbox > h3, .highlightbox > h4 {
	color: #fff;
	padding-right:80px;
}

.number-wrapper {
	font-size: 25px;
	font-weight: 700;
	float: left;
	color: #fff;
	background-color: #8e44ad;
	border-radius: 500px;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	text-align: center;
	line-height: 38px;
	margin-top: 6px;
	margin-left: 6px;
}

.lotto-number {
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	background-color: #808080;
	border-radius: 500px;
	width: 44px;
	height: 44px;
	margin: 4px;
	text-align: center;
	line-height: 36px;
	border: 3px solid #fff;
	float:left;
}

.lotto-number-extra {
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	background-color: #5CB629;
	border-radius: 500px;
	width: 44px;
	height: 44px;
	margin: 4px;
	text-align: center;
	line-height: 36px;
	border: 3px solid #fff;
	float:left;
}

.lotto-number-multi {
	font-size: 25px;
	font-weight: 700;
	color: #5CB629;
	background-color: #fff;
	border-radius: 500px;
	width: 44px;
	height: 44px;
	margin: 4px;
	text-align: center;
	line-height: 36px;
	border: 3px solid #5CB629;
	float:left;
}

.slotFrame {
	width:640px !important;
	height:480px !important;
	padding-top: 10px;
	padding-bottom: 5px;
}

.slotFrameWrapper {
	margin-bottom: 30px;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	background-size: cover;
	border-radius: 5px;
}

.pagination>li>a, .pagination>li>span {
	border: 1px solid #bdc3c7;
	border-bottom: 3px solid #bdc3c7;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	background-color:#bdc3c7;;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	color: white;
	background-color: #bdc3c7;
	border-color: #bdc3c7;
}

.tabellsok {
	float: left;
	width: 190px;
	height: 42px !important;
	font-size: 14px;
	margin-bottom:10px;
	border-radius:4px;
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
	border: 0;
	border-bottom: 2px solid #bdc3c7;
	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);	height: 38px;
	text-transform: uppercase;
	font-family: Lato;
	padding-left: 20px;
	font-weight: bold;
}

.tabellbtn {
	height:42px !important;
}

.tabellStreamTid {
	padding: 0;
	margin-top: 5px;
	float: left;
	font-size: 33px;
	font-weight: bold;
	margin-left: 10px;
}

.tabellStreamLag {
	padding: 0 10px;
	margin-top:5px;
	padding-left: 120px;
}

.at_flat_counter {
	border-radius:4px;
}

.owl-next, .owl-prev {
	background-color: #fff !important;
	color: #434a54 !important;
	border: 1px solid #bdc3c7 !important;
	border-bottom: 3px solid #bdc3c7 !important;
	margin: 0 !important;
	font-size: 14px !important;
	border-radius: 300px !important;
	cursor: pointer !important;
	text-transform: uppercase !important;
	font-weight: 700 !important;
	padding: 8px 14px !important;
	margin: 0 10px !important;
}

.owl-next:hover, .owl-next:focus, .owl-prev:hover, .owl-prev:focus {
	background-color: #bdc3c7 !important;
	color: #fff !important;
}

.owl-next {
	width:120px;
}

.owl-prev {
	width:120px;
}

.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: 5px !important;
	border-top-right-radius: 5px !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:Lato;
	font-weight: normal;
	font-size: 14px;
	margin-top: 35px;
	color: #bdc3c7;
	padding: 0;
	clear: both;
}

.newsWidgetReadMore {
	font-family:Lato;
	font-weight: normal;
	font-size: 14px;
	margin-top: 35px;
	color: #2980b9;
	text-align: right;
	padding: 0;
}

@media (min-width: 1601px) {
	body { 
		background-color:#bdc3c7;
	}
}

@media (min-width: 1320px) {
	#meny-guider {
		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;
	}
}

@media (max-width: 1199px) {
	.slotFrame {
	width: 360px !important;
	height: 285px !important;
	}
}

@media (max-width: 1090px) {
	.headermarginLarge {
		margin:0px;
		padding:55px 20px;
	}
	.headermarginSmall {
		margin:0px;
		padding:40px 0 60px 0;
	}
	.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;
	}
	.casinoListLogoSmall {
		margin:auto;
		margin-top: -43px;
		margin-bottom: 10px;
		border: 3px solid #fff;
	}
	.slotFrame {
		width: 100% !important;
		height: 480px !important;
		border-radius:0;
	}
	.slotFrameWrapper {
		margin:0px -35px !important;
		margin-bottom:30px !important;
	}
	.headermarginLarge {
		margin:0px;
		padding:55px 20px;
	}
	.headermarginSmall {
		margin:0px;
		padding:30px 0 50px 0;
	}
	.headermarginMini {
		margin:0px;
		padding:20px 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;
	}
	.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: 15px;
	}
	.casinopros {
		margin:auto;
		display:table;
	}

	.highlightbox-wrapper {
	padding: 10px;
	margin-top: 40px;
	margin-right: 0px;
	margin-left: 0px;
	}
	
	.highlightBox-imgwrapper {
		right: 5px;
		margin-top: -25px;
		width:100px;
	}
	
	.highlightBox-imgwrapper > img {
		margin: 10px;
		width: 80px;
    height: 80px;
	}
	
	.highlightbox {
		padding: 30px !important;
	}
	
	.highlightbox > h3 {
		padding-right: 50px;
	}
	
	.hb-rightfix {
		right: -15px !important;
	}
	
	.searchresWrap {
		padding: 0 !important;
	}
	
	.wave-menu {
		background-color:#ffffff !important;
	}
	
	blockquote, .blockquote {
		font-size:16px;
		line-height: 1.3em;
	}
	
	blockquote:before, .blockquote:before {
		vertical-align: -10px;
	}
	
	article {
  max-height: 11em;
	}
	
	.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;
	}

@media (max-width: 375px) {
	.logo-menu {
		height: 40px;
		margin-top:-10px;
	}
	
	.logo-text-menu {
		height: 18px;
		margin-top: 1px;
	}
}

@media (max-width: 316px) {
	.logo-menu {
		display:none !important;
	}
}