html, body {
    margin:0;
    padding:0;
    width: 100%;
    height: 100%;
    font-family: 'Helvetica Neue', Helvetica, arial, sans-serif;
    color: #404040;
	background-image: url(../img/back.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
	background-color: #2980b9;
}
.sharedialog, .warning {
    display:none;
}
.nameContainer {
    background-color:transparent;
    color:#fff;
    font-size:28px;
    top:17%;
    width:50%;
    text-align:center;
    position:absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    font-family: 'Roboto Condensed', sans-serif;
}
.numberContainer {
    background-color: transparent;
    font-size:114px;
    color:#fff;
    top:25%;
    position:absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    font-family: 'Roboto Condensed', sans-serif;
    width:50%;

}
.mobile-back {
	display: none;
}
.fixed-footer {
	width: 100%;
	text-align: center;
	font-size: 12px;
	padding: 10px;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
}
.lang-picker {
	position: fixed;
	right: 10px;
	top: 10px;
}
.aftonbladet, .vgsporten {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 20px;
}
.aftonbladet a, .vgsporten a {
	text-align: center;
	margin-bottom: 20px;
}
.aftonbladet .img {
	background: #fde3e6;
	padding: 10px;
	display: inline-block;
	margin-bottom: 5px;
}
.vgsporten .img {
	width: 100px;
	display: inline-block;
	margin-bottom: 5px;
}
.aftonbladet img {

}
#netboard_1 {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.flag {
	width: 16px;
	margin-right: 3px;
}
@media (max-width : 500px) {
	html, body {
		background-image: none !important;
		background-color: #2980b9;
	}
	.background {
		display: none;
	}
	.mobile-back {
		display: block;
	}
	.fixed-footer {
		position: relative;
	}
	.top {
		padding-bottom: 10px;
	}
}
img#unispring-tp {
	display: none;
}
.intro {
	color: #fff;
	margin-bottom: 20px;
}
.infoMessage a {
    color:#dd0000;
}
#container {
	text-align: center;
	max-width: 800px;
	display: block;
	margin-left: auto;
	margin-right: auto;
		padding: 0 15px;
		overflow: hidden;
}
.top {
	width: 100%;
	text-align: center;
	padding: 20px 15px 50px 15px;
}
.tittel {
	width: 500px;
	max-width: 100%;
}
.vglogo {
	width: 200px;
	max-width: 100%;
}
.left {
	width: 60%;
	float: right;
	margin-bottom: 30px;
    position:relative;
}
.right {
	width: 40%;
	float: left;
	margin-bottom: 30px;
}
.sex {
	display: inline-block;
	float: left;
	line-height: 32px;
	padding: 0 10px;
	color: #fff;
	background: #2980b9;
}
@media (max-width : 600px) {
	.left {
		width: 100%;
		float: left;
	}
	.right {
		width: 100%;
		float: left;
	}
}
.left img {
	width: 100%;
}
.warning {
	color: #fff;
	margin-top: 10px;
}
.btn {
    border-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
white-space: normal;
}
.btn-info {
    color: #fff;
    background-color: rgba(30,61,130,0.5);
    border-color: #fff;
    margin-top: 10px;
    border-radius: 2px;
    border-width: 2px;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #1e3d82;
    border-color: #1e3d82;
}
.btn-group .btn-default {
	background: #fff;
	color: #555;
	border: 0;
	opacity: 0.5;
}
.btn-info {
	border-width: 1px;
}
.btn-info.btn-lg {
	border-width: 2px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    font-weight: bold;
    background-color: #fff;
	border: 0;
	opacity: 1;
}
.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.fixed-header {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 20px;
}
a {
	color: #fff;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    font-weight: inherit;
}


/* Sharing */
.share {
    text-align: center;
    margin: 0;
}

.share .share-facebook {
    float: left;
    margin-right: 10px;
}

.share .share-twitter {
    float: left;
}

.share .share-inner {
    display: inline-block;
}




/* Footer */
.foot a:link, .foot a:visited {
    text-decoration: none;
}

.foot ul {
    display:none;
}

.foot p.tips {
    display:none;
}

.foot h3 {
    font-family: Arial, sans-serif;
    font-weight:700;
    text-transform:uppercase;
    margin:20px 0 0 0;
    padding:20px;
}

.foot p {
    font-family: Arial, sans-serif;
    font-size:1em;
}

#footer {
    font-family: Arial, sans-serif;
    border-top:1px solid #444;
    overflow: auto;
    font-size:0.7em;
    margin-top:16px;
    padding-top:16px;
    text-align:center;
}

#footer ul li {
    display:inline-block;
}

#footer p {
    margin:2px;
    padding:0;
    display: inline-block;
}



/* Media queries */

/* iPhone6 portrait and landscape */
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px) { /* STYLES GO HERE */}


/* iPhone6 Plus */
@media only screen
and (min-device-width : 414px)
and (max-device-width : 736px) { /* STYLES GO HERE */}

/*iPhone5 & 5s in landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) { /* STYLES GO HERE */}

/*iphone2 - 4s */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) { /* STYLES GO HERE */}

/*ipad */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  { /* STYLES GO HERE */}

/* ipad 3&4*/
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) { /* STYLES GO HERE */}

/* ipad mini */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 1)  { /* STYLES GO HERE */}

/* to differentiate between portrait/landscape:
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) { Style goes here }
*/
