﻿.sweden footer {
    padding-top: 0px;
    background-color: #F0F3F7;
}

.sweden footer .top-mobile {
    visibility: hidden;
}



.sweden footer .container{    
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
    padding: 50px 0;
    width: 100%;
    background: #F0F3F7;
    font-size: 13px;
    color: #343B48;
    border: none;
}

.sweden footer .content {
    position: relative;
    margin: 0 auto;
    padding: 0;
    max-width: 770px;
    border: none;
    background-color: transparent;
    box-shadow: none;
}

/**
* Regulation Logos
*/
.sweden footer .logos {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.sweden footer .logos a:hover
{
    opacity: .8;
}

.sweden footer .licenses a img {
    height: 25px;
    width: auto;
}

.sweden footer .section .license {
    line-height: 15px;
}

.sweden footer .payments {
    transform: scale(1.03); /* scale container outside of parent so logos align */
}

.sweden footer .payments span {
    display: flex;
    margin: 1em 1em;
}

/**
* Footer Links
*/

.sweden footer .col a:hover {
  text-decoration: underline;
}

.sweden footer .payments {
  padding-top: 3em;
}

.sweden footer .payments img {
  width: auto;
  height: 18px;
  max-width: none;
  max-height: none;
  opacity: 1;
}
/**
* Legal
*/

.sweden .legal-footer {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    clear: both;
}

.sweden .legal-footer a {
    display: block;
    width: 32px;
    height: 32px;
    margin: 40px auto 0;
}

.sweden .legal-footer a img {
    height: inherit;
}

.sweden footer .addictive {
    display: -webkit-flex;
    display: flex;
    clear: both;
    width: 97%;
    margin-top: 5px;      
    padding-left: 15px;
    padding-right: 15px;   
    text-align: left;
    justify-content: center;    
    background: #F1F3F7;
    font-size: 14px;
    font-weight: 600;
}

.sweden footer .addictive p {
	display: table-cell;
  	vertical-align: middle;    
}

.sweden footer .addictive img {
    margin-right: 15px;
}

.sweden footer .addictive a
{
    text-decoration: none;
    color:#343B48;
  	align-self: center;
}

.sweden footer .addictive img {
  width:25px;
  height:25px;
}

.sweden footer .regulation {
  justify-content: space-between;
  margin-top: 40px;
}

.sweden footer .licenses {
  text-align: center;
  margin-top: 40px;
  width: 100%;
}

.sweden footer .license {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  line-height: 18px;
}

.sweden footer .license p {
  margin-bottom: 1em;
}

.sweden footer .license a {
  text-decoration: underline;
}

.sweden footer .top {
  position: fixed;
  bottom: 10px;
  margin-left: 50px;
  display: none;
}

.sweden footer .top img {
  display: block;
}

.sweden footer .top:hover {
  box-shadow: 0 1px 5px rgba(0,0,0,.25);
  opacity: .75;
}

.sweden footer .top:active {
  margin-top: 1px;
}

/**
* Footer Links - desktop
*/
.sweden footer .desktop .links {
  padding: .75em 0;
}

.sweden footer .desktop .links a {
  display: inline-block;
  padding: 0 25px;
}

.sweden footer .desktop .links a:hover {
  text-decoration: underline;
}

.sweden footer .desktop .links  a:last-child:after {
  content: '';
  margin-left: 0;
}

/**
* Footer Links - mobile
*/
.sweden footer .columns {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    justify-content: space-between;
    text-align: left;
}

.sweden footer .columns.borderTop {
  border-top: 1px solid white;
}

.sweden footer .col h3 {  
  margin: 0 0 16px;  
  font-size: 14px;
  line-height: 16px;
  color: #343B48;
}

.sweden footer .col a {
  display: block;
  position: relative;  
  padding: .25em 0;
  font-size: 13px;
  line-height: 15px;
  color: #343B48;
  margin-top:5px;
}

.sweden footer .col a.social-link {
  display: flex;
  align-items: center;
  margin: 0;
}

.sweden footer .col a.social-link .icon {
  width: 22px;
  height: 22px;
  margin-right: .4em;
  background-size: contain;
}

/**
* Social
*/
.sweden footer .facebook {
    background: url(../image/facebookIcon.png) no-repeat center;
}

.sweden footer .linkedin {
    background: url(../image/linkedinIcon.png) no-repeat center;
}

.sweden footer .spotify {
    background: url(../image/spotifyIcon.png) no-repeat center;
}

.sweden footer .twitter {
    background: url(../image/x-gray.svg) no-repeat center;
}

.sweden footer .apple-podcasts {
    background: url(../image/applePodcastIcon.png) no-repeat center;
}

.sweden footer .sound-cloud {
    background: url(../image/soundcloudIcon.png) no-repeat center;
}

.sweden footer .youtube {
    background: url(../image/youtubeIcon.png) no-repeat center;
}

.sweden footer .mobile .social a {
  padding: 0;
  margin-bottom: 1em;
  justify-content: flex-start;
  align-items: center;
}

/**
* Payment Logos
**/
.sweden footer .visa img {
    height: 25px;
    width: auto;
}

.sweden footer .master-card img {
    height: 30px;
    width: auto;
}

.sweden footer .skrill img {
    height: 15.98px;
    width: 46.48px;
}

.sweden footer .neteller img {
    height: 14.98px;
    width: 86.56px;
}

.sweden footer .eco-payz img {
    height: 21.97px;
    width: 84px;
}

.sweden footer .trustly img {
    height: 25px;
}

/**
*Licenses 
**/

.sweden footer .licenses .logos a.ecogra  {
    display: block;
    height: 26px;
    width: 140px;
    background: url("../image/ecogra.png") center transparent no-repeat;
    background-size: contain;
}

.sweden footer .licenses .logos a.swedish-gaming-authority{
    display: block;
    height: 40px;
    width: 36px;
    background: url("../image/swedish-gaming-authority.png") center transparent no-repeat;
    background-size: contain;
}

.sweden footer .licenses .logos a.stodlinjen {
    display: block;
    height: 30px;
    width: 108px;
    background-image: url(../image/stodlinjen1.png);
    background-size: contain;
}