/*Style sheet for TekniskaBett */
.ponny
{
	color:pink;
}

.pOne
{
position:absolute;
top:0;
left:0;
padding:0px;
width:100%;
height:inherit;
 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #00089E), color-stop(1, #00F3CA) ); 
	background:-moz-linear-gradient( center top, #00089E 5%, #00F3CA 100% ); 
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00089E', endColorstr='#00F3CA');
	background-color:#00089E;
}

.pOne h1
{
color:#f2f2f2;
font-size:60px;
}
.pOne p
{
color:#f2f2f2;
font-size:18px;
}
.pFoot
{
/*position:absolute;
top:800px;
left:0;
padding:0px;
width:100%;
height:inherit;
 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #505050), color-stop(1, #FFCC00) );
	background:-moz-linear-gradient( center top, #505050 5%, #FFCC00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCC00', endColorstr='#FFCC00');
	background-color:#505050;*/
}
body{font-family:Raleway;}
.main
{
position:absolute;
top:0;
left:0;
padding:0px;
width:100%;
height:inherit;
background-color: #1A1A1D;
margin: auto;
text-align: center;
}
.main h1
{
color:#4adf35;
font-size:58px;
font-family: Raleway;
}
.main h2
{
color:#4adf35;
font-size:35px;
font-family: Raleway;
font-weight: 600;
}
.main p
{
color:#FFF;
font-size:18px;
font-family: Raleway;
}
.main img
{
	width: 90%;
}
.pFoot h2
{
color:#f2f2f2;
font-size:40px;
font-family: Raleway;
}
.pFoot p
{
color:#FFF;
font-size:14px;
font-family: Raleway;
}
.button
{
	margin: auto;
	margin-top:20px;
	color:#FFF;
	font-size: 25px;
	border:0px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition: all 0.5s ease;
	line-height: 60px;
	text-align: center;
	vertical-align: middle;
	width: 230px;
	max-width:95%;
	height:60px;
	cursor: pointer;
	font-family: Raleway;
	background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #31a920 50%, #4E4E50 50%);
	
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */

}
.button:hover
{
	background-position: 0 -95%;
	color: #31a920;
	font-family: Raleway;
}
.button:active
{
	background-position: 0 -100%;
}
.button:focus
{
	outline:none;
}
.bInverted
{
	background-image: linear-gradient(to bottom, #4E4E50 50%, #31a920 50%);
}
.bInverted:hover
{
	background-position: 0 -95%;
	color: #4E4E50;
}
.bWhiteBack
{
	
	background-image: linear-gradient(to bottom, #31a920 50%, #fafafa 50%);
}
.bRedBack
{
	
	background-image: linear-gradient(to bottom, #ff1515 50%, #fafafa 50%);
}
.bRedBack:hover
{
	color: #ff1515;
}
.Input
{
	margin-top:20px;
	background-color:#31a920;
	border:1px solid #31a920;
	color:#f2f2f2;
	font-size: 22px;
	font-family: Raleway;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition: all 0.5s ease;
	height:50px;
	vertical-align: middle;
	width: 260px;
	text-align:center;
	-webkit-appearance: none;
	border-radius:0px;
}
.Input:focus
{
	border-color:#000;
}
.dropcol
{
	background-color:aqua;
	border:0;
	outline:0;
}

.betproof
{
	box-shadow: black 0px 0px 3px 0px;
	width: 98%;
	border-radius: 10px;
}
.verified
{
	font-size: 50px;
	position: absolute;
	top: -5px;
	left: 10px;
	color: #4adf35;
	transform: rotate(335deg);
	text-shadow: 0px 0px 5px #4adf35;
	cursor:pointer;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition: all 0.5s ease;
}
.verified:hover
{
	text-shadow: 0px 0px 10px #4adf35;
}
.vouter
{
	top: -35px;
	left: -20px;
	z-index: -1;
}

.smallproof:hover
{
	box-shadow: #4adf35 0px 0px 3px 0px;
}

.alphamember
{
	font-size: 22px;
	font-weight: inherit;
	color: gold;
	height: 10px;
	width: 36px;
	height: 36px;
	padding-left: 9px;
	padding-right: 9px;
	padding-bottom: 4px;
	text-align: center;
	border: 2px solid;
	border-radius: 50%;
}

.notificationBubble
{
	position: absolute;
	top: -18px;
	right: -15px;
	background: red;
	width: 36px;
	padding-left: 5px;
	padding-right: 6px;
	padding-bottom: 2px;
	border-radius: 50%;
	box-shadow: 0px 0px 10px 1px #000;
	cursor: pointer;
}

::-webkit-input-placeholder {
    color:    #FFF;
}
:-moz-placeholder {
    color:    #FFF;
    opacity:  1;
}
::-moz-placeholder {
    color:    #FFF;
    opacity:  1;
}
:-ms-input-placeholder {
    color:    #FFF;
}
.list li
{
	display:inline;
	list-style-type: none;
}

a:link {text-decoration:none;color:#fff;} /*#91F1FF*/
a:visited {text-decoration:none;color:#fff;}
a:hover {text-decoration:none;color:#91F1FF;}/*#202020*/
a:active {text-decoration:none;color:#FFFFFF;}

.accountholder
{
color: rgb(104, 197, 228);
border: 3px solid rgb(18, 132, 158);
border-top-color: #42E7E1;
border-radius: 50px;
float:right;
height:50px;
width:50px;
-webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
transition:all 0.5s ease;
text-decoration: none;
font-size: 28px;
line-height:45px;
display:inline-block;
text-align:center;
cursor:pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.accountholder:hover
{
	border-color: rgb(18, 132, 158);
	border-bottom-color: #42E7E1;
}
.accountholder:active
{
	
	border-color: #42E7E1;
}

.cell1
{
	display:none;
}
.cell2
{
	display:none;
}
.cell3
{
	display:none;
}
.cell4
{
	display:none;
}
.cell5
{
	display:none;
}
.linkButton
{
	text-decoration:none;
	background-color:#0082F0;
	border:1px solid #0082F0;
	color:#FFF;
	font-size: 20px;
	-webkit-transition:background-color 0.5s ease;
	-moz-transition:background-color 0.5s ease;
	-o-transition:background-color 0.5s ease;
	transition: background-color 0.5s ease;
	width: 260px;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 30px;
}

.shortmenu
{
	background-color:#0FF;
	border:1px solid #0FF;
	height:60px;
	width:400px;
	max-width:95%;
	display:inline-block;
}
.menuaction
{
	border:1px solid #0FF;
	background-color:#0FF;
	height:inherit;
	width:50%;
	max-width:50%;
	float:left;
	-webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
transition:all 0.5s ease;
	margin:0px;
	list-style: outside none none;
	font-size: 1.875em;
	color: #FFF;
	line-height:60px;
	position:relative;
	z-index:2;
	cursor:pointer;
}
.menuaction li
{
	display:block;
	border-top:1px solid #00CCFF;
}
.menuhead
{
	display:block;
}
.opthold
{
display:block;
overflow-y:hidden;
z-index:1;
background-color: #0FF;
margin: -1px 0px 0px -2px;
padding: 0px;
text-align: left;
-webkit-transition:all 0.5s ease-out;
-moz-transition:all 0.5s ease-out;
-o-transition:all 0.5s ease-out;
transition:all 0.5s ease-out;
max-height:0px;
}
.opr
{
	margin: -1px -2px 0px -2px;
}
.opthold ul
{
	margin:0px;
	padding:0px;
	border-left: 1px solid #00CCFF;
  	border-bottom: 1px solid #00CCFF;
  	border-right: 1px solid #00CCFF;
}
.opthold li
{
	padding-left:20px;
}
.opthold li:hover
{
	background-color:#00BCEA/*#00CCFF*/;
}
.menuaction:hover .opthold
{
	max-height:500px;
}
.opthold:hover
{
	max-height:500px;
}
.rbb
{
	border-right:1px solid #00CCFF;
}
.shortmenu a:link
{
	text-decoration:none;
	color:#FFF;
}
.shortmenu a:visited
{
	text-decoration:none;
	color:#FFF;
}
.shortmenu a:hover
{
	text-decoration:none;
	color:#FFF;
}
.shortmenu a:active
{
	text-decoration:none;
	color:#FFF;
}
table,th,td
{
border:1px solid black;
border-collapse:collapse;
}
th,td
{
padding:5px;
}
td
{
	color:#FFF;
}
#flagholder
{
	position:absolute;
	top:0px;
	right:0px;
}
.flag
{
	width:50px;
	height:50px;
	float:right;
	-webkit-transition: width 2s, height 2s, -webkit-transform 2s;
	-moz-transition: width 2s, height 2s, -moz-transform 2s;
	-o-transition: width 2s, height 2s, -o-transform 2s;
    transition: width 2s, height 2s, transform 2s;
}
.flag:hover
{
	width:100px;
	height:100px;
}
.loadinggif
{
	width:100px;
	height:100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
}

.brrf
{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.blrf
{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.brrf:focus
{
	background-color:green;
}
.blrf:focus
{
	background-color:green;
}

.sw
{
	width: 150px;
}

input[type=button],[type=submit]
{
	-webkit-appearance: none;
}

.resultbox
{
	color:white;
	padding: 10px;
	margin:2px;
	text-align:center;
	border-radius:10px;
	width:500px;
	max-width:95%;
	position:relative;
	right:0px;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.resultbox:hover
{
right:10px;
}
.searchhead
{
	font-size:30px;
	color:white;
}

.accountviewer
{
	width:300px;
	max-width:100%;
	height:initial;
	max-height:80%;
	background-color:#fff;
	border: 1px solid #ccc;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	border-radius:2px;
	position: absolute;
	right: 5px;
	top: 70px;
	overflow:auto;
	z-index:3;
}
.accountviewer a:link
{
	color:#008425;
}
.accountviewer a:visited
{
	color:#008425;
}
.accountviewer a:hover
{
	color: #42E7E1;
}
.accountviewer a:active
{
	color: #42E7E1;
}
.accounthead
{
color: #42E7E1;
font-size: 50px;
border: 5px solid rgb(18, 132, 158);
border-radius: 150px;
line-height:70px;
width: 80px;
height: 80px;
text-align: center;
display: inline-block;
margin-top: 20px;
-webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
transition:all 0.5s ease;
}
.brdleft
{
	border-left-color: #42E7E1;
}
.brdright
{
	border-right-color: #42E7E1;
}

.arrow-up {
	width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-bottom: 25px solid #FFFFFF;
position: absolute;
right: 5px;
top: 54px;
z-index: 4;
	}
.arrow-up-shadow {
	width: 0;
height: 0;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
border-bottom: 18.75px solid #ccc;
position: absolute;
right: 10px;
top: 52px;
	}
.acc_1
{
font-size: 24px;
color: #42E7E1;
}
.acc_2
{
font-size: 20px;
padding: 2px;
border-top: 1px solid #ccc;
margin:0px;
padding-top:10px;
padding-bottom:10px;
line-height:20px;
}
.nob
{
	border:0px;
}
.searchtag
{
display: inline-block;
width: 50px;
height: 50px;
line-height: 50px;
font-size: 40px;
background-color: #0082F0;
border-top-left-radius: 50%;
border-bottom-left-radius: 50%;
}
.vac
{
	border-color: #42E7E1;
}
.vac:hover
{
 border-color: #42E7E1;
}
.noticecenter
{
	min-height:100px;
}
.noticebutton
{
	font-size: 40px;
	color: #42E7E1;
	position: absolute;
	top: 45px;
	display:inline-block;
	cursor:pointer;
	-webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
transition:all 0.5s ease;
}
.unselected
{
	color:rgb(18, 132, 158);
}
.noticebutton:hover
{
	opacity:0.5;
	filter:Alpha(opacity=50);
}
.notice
{
padding: 10px;
border-top: 1px solid #ccc;
background-color: #42E7E1;
color: white;
cursor:pointer;
-webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
transition:all 0.5s ease;
position:relative;
background-size: 200% 100%;
background-image: linear-gradient(to right, #42E7E1 50%, #f8f8f8 50%);
}
.notice:hover
{
	color:#42E7E1;
	background-position: -100% 0;
}
.noticetext
{
	font-size: 18px;
}
.noticeheading
{
	font-size: 26px;
}
.noticedate
{
	font-size: 12px;
}
.noticemore
{
	display:none;
	font-size:18px;
	-webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
transition:all 0.5s ease;
	padding-top:10px;
}
.parent:hover .noticemore
{
	display:block;
}
.n_a
{
	color:black;
}
.n_a:hover
{
	color:white;
}
.noa
{
display: none;
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0;
background-color: #42E7E1;
font-size: 40px;
color: white;
text-align: center;
-webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
transition:all 0.5s ease;
}
a.n_a
{
	color:white;
	display: inline-block;
  	vertical-align: middle;
  	line-height: normal;
	-webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
transition:all 0.5s ease;
}
a.n_a:hover
{
	color:#ccc;
}
.asel
{
	width:400px;
	max-width:95%;
	height:80px;
	max-height:95%;
	font-size:50px;
	color:#FFF;
	line-height:80px;
	margin-top:10px;
	cursor:pointer;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	background-size: 200% 100%;
    background-image: linear-gradient(to right, aqua 50%, #f8f8f8 50%);
}
.asel:hover
{
	background-position: 97% 0;
	color: aqua;
}
.asel:active
{
	background-position: 100% 0;
}
.helptitle
{
font-size: 26px;
width: 400px;
max-width:95%;
height: 52px;
line-height: 52px;
background-color: #0ff;
border-radius: 10px;
color:#FFF;
}
.helpbody
{
width: 95%;
background-color: #0FF;
border-radius: 10px;
text-align: left;
padding: 10px;
margin-bottom:50px;
}
.helpbody p
{
	color:black;
}
.helpbody a:link
{
	color:#fff;
}
.helpbody a:visited
{
	color:#fff;
}
.helpbody a:hover
{
	color:#000;
}
.helpbody a:active
{
	color:#000;
}
.helpbody p::-moz-selection
{
	color: #0FF;
	background:#000;
}
.helpbody p::selection
{
	color: #0FF;
	background:#000;
}
.hico
{
display: inline-block;
color: rgb(104, 197, 228);
border: 3px solid rgb(18, 132, 158);
border-top-color: #42E7E1;
border-radius: 50%;
height: 60px;
width: 60px;
-webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
transition:all 0.5s ease;
text-decoration: none;
font-size: 30px;
line-height: 55px;
text-align: center;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
position: relative;
top: -10px;
}

.hold
{
padding: 20px;
border-radius: 10px;
width: 500px;
max-width: 95%;
position:relative;
top:400px;
right:0px;
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
}
.hold:hover
{
right:10px;
}
.fasta
{
font-size: 20px;
width: 400px;
display: block;
max-width: 95%;
padding: 10px;
border-radius: 10px;
background-color: rgb(131, 27, 166);
}
.ev
{
	background-color: rgb(131, 27, 166);/*#3ea61b*/
}

.gr
{
	background-color: rgb(231, 134, 39);/*#2787e7*/
}

.ty
{
	background-color: rgb(20, 112, 202);/*#ca6f14*/
}
.pa
{
	background-color: rgb(179, 19, 19);
}
.grey
{
	background-color: #838383;
}
.bo
{
	background-color: darkgreen;
}
.searchno
{
	background-color: #42E7E1;
}
.des
{
	background-color: rgb(224, 224, 10);
}
.arrd-ev
{
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid rgb(131, 27, 166);
	z-index: 1;
	position: relative;
	top: 19px;
}
.arrd-gr
{
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid rgb(231, 134, 39);
	z-index: 1;
	position: relative;
	top: 19px;
}
.arrd-ty
{
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid rgb(20, 112, 202);
	z-index: 1;
	position: relative;
	top: 19px;
}
.arrd-pa
{
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid rgb(179, 19, 19);
	z-index: 1;
	position: relative;
	top: 19px;
}

.lbl
{
	font-size:20px;
	color:white;
	margin-top:30px;
	display:block;
}
.ntm
{
	margin-top:0px;
}
div.di
{
	display:inline-block;
}
div.advset
{
	display:none;
}
hr{
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgb(49 169 32), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgb(49 169 32), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgb(49 169 32), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgb(49 169 32), rgba(0,0,0,0));
}
.smallbox
{
	width:800px;
}

.boxleft
{
	max-width:90%;
	display: block;
	float:none;
	background-color: #4E4E50;
	border-radius: 5px;
	margin: 5%;
	padding:20px;
	clear:both;
	opacity:0.99;
	font-family: Raleway;
}
.boxleft p
{
	color:#f2f2f2;
	font-family: Raleway;
}
.boxleft h4
{
	font-size:26px;
	font-weight:bold;
	color: #4adf35;
	font-family: Raleway;
}

.contentToggle
{
	display:none;
}

.betholder
{
	max-width:90%;
	display: block;
	float:none;
	background-color: #31a920;/*#c50d0d;*/
	border-radius: 5px;
	margin: 5%;
	padding:5px;
	clear:both;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
	position: relative;
	font-family: Raleway;
}
.betholder:hover
{
	box-shadow: 0px 0px 10px black;
}
.betidhold
{
	position: absolute;
	top: 0px;
	right: 3px; 
	margin: 0px;
}
.betactivehold
{
	position: absolute;
	top: 0px;
	left: 3px; 
	margin: 0px;
	background-color: green;
   border: 2px solid black;
   border-radius: 8px;
   padding: 2px;
}
.betactivehold span
{	
	color: #f2f2f2;
	font-family: Raleway;
	
	-webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.betcalledhold
{
	position: absolute;
	top: 0px;
	left: 3px; 
	margin: 0px;
	background-color: black;
   border: 2px solid red;
   border-radius: 8px;
   padding: 2px;
}

.CrTag
{
	font-variant-caps:small-caps;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

.boxleft p
{
	color:#f2f2f2;
	font-size:16px;
	margin-top:5px;
	margin-bottom:5px;
	font-family: Raleway;
}
.boxleft h5
{
	font-size:20px;
	font-weight:bold;
	color: #1f1f21;
	margin-top:6px;
	margin-bottom:6px;
	font-family: Raleway;
}
.xtraSmallTxt
{
	font-size: 20px
}

@media only screen and (min-width: 850px) 
{
	/*.fold
	{
		position:absolute;
	}
	.smallbox
	{
		width:400px;
	}*/
	.boxleft
	{
		width: 40%;
		display: block;
		float: left;
		background-color: #4E4E50;
		border-radius: 5px;
		margin: 5%;
		clear:none;
	}
	.boxleft p
	{
		color:#f2f2f2;
		font-family: Raleway;
	}
	.evflr
	{
		float:right;
	}
	.xtraSmallTxt
	{
		font-size: 25px
	}
}
@media only screen and (min-width: 1280px) 
{
    .fold
	{
		position:absolute;
	}
	.smallbox
	{
		width:500px;
	}
	.boxleft
	{
		width: 40%;
		display: block;
		float: left;
		background-color: #4E4E50;
		border-radius: 5px;
		margin: 5%;
		clear:none;
		font-family: Raleway;
	}
	.boxleft p
	{
		color:#f2f2f2;
		font-family: Raleway;
	}
	.evflr
	{
		float:right;
	}
	.contentToggle
	{
		display:block;
	}
	.main img
	{
		width: 60%;
	}
}
.spbubble
{
	font-size:40px;
	color:white;
	background-color:aqua;
	border-radius:50%;
	width:50px;
	height:50px;
	line-height:50px;
	margin-top:20px;
}
.accountview
{
	border: 1px solid rgb(66, 231, 225);
	width: 400px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 5px;
	margin-bottom: 50px;
	max-width:95%;
}
@media only screen and (min-width: 780px) 
{
	.sfloat
	{
		float:left;
		width:33%;
	}
}
.noovf
{
	overflow:hidden;
}
.moreinfo
{
	display:none;
}
.moreinfo:hover
{
	display:block;
}
.hold:hover > moreinfo:hover
{
	display:block;
}
.addimg
{
	background: #FFF url("/images/DSC_7744.JPG") no-repeat fixed center top / cover;
}
.addimg p
{
	color:white;
	font-size:30px;
}
.exinfo
{
	display:none;
	padding-top:20px;
}
.hold:focus .exinfo, .hold.focus .exinfo { display: block; }

.bigicon
{
	font-size: 40px;
  	vertical-align: middle;
  	padding-right: 5px;
}

/*ASK PROPERTIES*/
.welcometext{
	color:white;
	transition: all 4s ease;
    -webkit-transition: all 4s ease;
    -moz-transition: all 4s ease;
    -o-transition: all 4s ease;
}
.askresult{
	height:0%;
	overflow:hidden;
	font-size:25px;
	color:black;
	display:block;
	width:100%;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:50px;
}
.askfield{
  	height: 50px;
    width: 345px;
    max-width: 100%;
    border: 0;
    outline: none;
    font-size: 25px;
    line-height: 50px;
    padding-left: 10px;
    padding-right: 55px;
}
.askholder{
  	padding-bottom:6px;
  	height: 56px;
    width: 345px;
    max-width: 100%;
    box-shadow: 0px 5px 30px grey;
  	background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0.2, rgb(0,255,255)), color-stop(0.8, rgb(0,217,72)));
  	position:relative;
	overflow:hidden;
}

.askbutton{
	margin-left: -50px;
    height: 50px;
    width: 50px;
    margin-top:0px;
    padding-top:0px;
   /*background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0.2, rgb(0,255,255)), color-stop(0.8, rgb(0,217,72)));*/
   background-color:rgb(0,255,255);
    color: white;
    border: 0;
    border-radius:50px;
    -webkit-appearance: none;
    outline:none;
    position:relative;
    top:-1px;
    font-size:25px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	cursor:pointer;
}
.askbutton:hover
{
    background-color:rgb(0,217,72);
}

.fakeLink 
{
	cursor:pointer;
}
.fakeLink:hover
{
	text-decoration:underline;
	color:#4adf35;
}

/*Allting för spinnny wheely*/
* {
  margin: 0;
  padding: 0;
}
.spin body {
  background: #eaeaea;
  color: #fff;
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spin a{
  color: #34495e;
}
#wrapper {
  margin: 40px auto 0;
  width: 266px;
  position: relative;
}
#txt {
  color: #eaeaea;
}
#wheel {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 8px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px, rgba(0, 0, 0, 0.05) 0px 3px 0px;
  transform: rotate(0deg);
}
#wheel:before {
  content: '';
  position: absolute;
  border: 4px solid rgba(0, 0, 0, 0.1);
  width: 242px;
  height: 242px;
  border-radius: 50%;
  z-index: 1000;
  left:0px;
}
#inner-wheel {
  width: 100%;
  height: 100%;
  transition: all 6s cubic-bezier(0, .99, .44, .99);
}
#wheel .sec {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 130px 75px 0;
  border-color: #19c transparent;
  transform-origin: 75px 129px;
  left: 40px;
  top: -14px;
  opacity: 1;
}
#wheel .sec:nth-child(1) {
  transform: rotate(60deg);
  border-color: #4adf35 transparent;
}
#wheel .sec:nth-child(2) {
  transform: rotate(120deg);
  border-color: #606060 transparent;
}
#wheel .sec:nth-child(3) {
  transform: rotate(180deg);
  border-color: #4adf35 transparent;
}
#wheel .sec:nth-child(4) {
  transform: rotate(240deg);
  border-color: #606060 transparent;
}
#wheel .sec:nth-child(5) {
  transform: rotate(300deg);
  border-color: #ffcc00 transparent;
}
#wheel .sec:nth-child(6) {
  transform: rotate(360deg);
  border-color: #606060 transparent;
}
#wheel .sec .fa {
  margin-top: -100px;
  color: rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1000000;
  display: block;
  text-align: center;
  font-size: 36px;
  margin-left: -15px;
  text-shadow: rgba(255, 255, 255, 0.1) 0px -1px 0px, rgba(0, 0, 0, 0.2) 0px 1px 0px;
}
#spin {
  width: 68px;
  height: 68px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -34px 0 0 -34px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 0px;
  z-index: 1000;
  background: #fff;
  cursor: pointer;
  font-family: "Exo 2", sans-serif;
  user-select: none;
}
#spin:after {
  content: 'SPIN';
  text-align: center;
  line-height: 68px;
  color: #ccc;
  text-shadow: 0 2px 0 #fff, 0 -2px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 100000;
  width: 68px;
  height: 68px;
  display: block;
}
#spin:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style:  solid;
  border-width: 0 20px 28px 20px;
  border-color: transparent transparent #fff transparent;
  top: -12px;
  left: 14px;
}
#inner-spin {
  width: 54px;
  height: 54px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -27px 0 0 -27px;
  border-radius: 50%;
  z-index: 999;
  box-shadow: rgba(255, 255, 255, 1) 0px -2px 0px inset, rgba(255, 255, 255, 1) 0px 2px 0px inset, rgba(0, 0, 0, 0.4) 0px 0px 5px;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0% , rgba(234, 234, 234, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr = '#ffffff', endColorstr='#eaeaea', GradientType=1);
}
#spin:active #inner-spin {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px inset;
}
#spin:active:after {
  font-size: 15px;
}
#shine {
  width: 250px;
  height: 250px;
  position: absolute;
  top: 0;
  left: 0;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.99) 1%, rgba(255, 255, 255, 0.91) 9%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr = '#ffffff', endColorstr='#00ffffff', GradientType=1);
  opacity: 0.1;
}
@keyframes hh {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(7deg);
  }
}
.spin {
  animation: hh 0.1s;
}

/*MODAL STUFF*/
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* The Close Button */
.close {
  color: #fafafa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* Modal Header */
.modal-header {
  padding: 2px 16px;
  background-color: #31a920;
  color: white;
  font-size: 90px;
}

/* Modal Body */
.modal-body {padding: 2px 16px;}
.modal-body p
{
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 18px;
}

/* Modal Content */
.modal-content {
  margin: 15% auto; /* 15% from the top and centered */
  position: relative;
  background-color: #fafafa;
  padding: 0;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  animation-name: animatetop;
  animation-duration: 0.4s;
  width: 90%;
  text-align:center;
  font-family: 'Raleway';
}
.modal-content h4 {
	font-family: 'Raleway';
}
.slimMobil
{
	display:none;
}
@media only screen and (min-width: 850px) 
{
	.modal-content {
		width: 50%;
		margin: 12% auto; /* 15% from the top and centered */
	}
	.slimMobil
	{
		display:block;
	}
}

/* Add Animation */
@keyframes animatetop {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
}