@charset "utf-8";
@import url("../webfonts/fontawesome/stylesheet.css");

body {
    color: #CCC8C8;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*font-family: Calibri, Tahoma, Sans Serif;*/
    background-color: #54819A;
    background-image: url(../images/handball_lines.png);
    background-repeat: no-repeat;
    background-position: top center;
    /*font-size: 13px;*/
    z-index: 1;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-size: 100%;
}

/*p {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 9px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}*

/*p {
    margin-bottom: 1.5em;
}*/


#wrap {
    width: 67%;
    margin: 0 auto;
}

#headspace {
    margin: 0 auto;
    padding: 0;
    min-height: 50px;
    width: 100%;
}

#content_main {
    width: 98%;
    margin: 0 auto;
    background-color: #24272a;
    border-style: solid;
    border-width: 1px;
    border-color: #313131;
    padding: 15px 15px;
}

#asset_title {
    margin-left: 100px;
}

#assets_page_title {
    margin-left: 100px;
    margin-bottom: 100px;
    margin-top: 50px;
    font-weight: bold;
    font-size: 20px;
}

#videoarea {
    width: 100%;
    margin-bottom: 35px;
}

#asset_video {
    margin-left: 60px;
    margin-bottom: 60px;
}

#asset_description {
    float: right;
    margin-right: 60px;
    width: 300px;
}

#copyright {
    position: absolute;
    left: 50%;
    font-size: 10px;
    width: 300px;
}

input[type="image"] {
    outline: none;
}

#inner {
    margin-left: 15px;
    margin-right: 15px;
}

#inner_game {
    margin: 0 auto;
}

#main {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
}


.keytext {
    font-size: 150%;
    text-align: left;
    margin-left: 15px;
    margin-bottom: 40px;
}

#rightcol {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 280px;
    text-align: left;
}

#sidebox {
    background-color: #222222;
    border-style: solid;
    border-width: 1px;
    border-color: #333333;
    padding: 15px;
    margin-bottom: 15px;
    font-size: 95%;
    line-height: 125%;
    overflow: hidden;
}


#sidebox h3 {
    font-size: 110%;
}

h3 {
    font-size: 130%;
    padding-top: 0.1em;
    padding-bottom: 0.4em;
}

h1, h2, h3, h4 {
    /*color: #82CAC7;*/
    font-weight: normal;
}

#sidebox p {
    margin: 5px;
}

/*#main p {
    max-width: 620px;
}*/

strong, b {
    font-weight: bold;
    /*color: #e0e0e0;*/
}

.keytext b {
    color: #D2DAD7;
}

#paybutton {
    width: 113px;
    float: left;
    margin-top: 8px;
    margin-left: 6px;
    margin-right: auto;
}

a, a:link {
    color: #ffffff;
    text-decoration: none;
}

#account_bar {
	width: 100%;
	height: 45px;
	z-index: 98;
	background-color: #DDDDDD;
	position: absolute;
}
#account_bar #value_name {
	color: #898F97;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	/*padding-top: 14px;*/
	/*padding-bottom: 14px;*/
	padding-left: 10px;
	padding-right: 10px;
	z-index: 9;
}
#account_bar #value_name:hover {
	color: #0B60C5;
	text-decoration: none;
}

#account_list {
	text-align: right;
	list-style-type: none;
}

.horizontal {
	display: inline;
	padding-left: 10px;
	padding-right: 20px;
}

.modal_link {
	text-decoration: none;
	font-weight: bold;
	color: #898F97;
	font-size: 11px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.modal_link:hover {
	color: #0B60C5;
	text-decoration: none;
}

#dialog {
	position: absolute;
	z-index: 100;
	width: 400px;
	height: 501px;
	color: #5C5B5C;
	background-color: #EBEBEB;
	-webkit-box-shadow: 4px 4px 80px #000000;
	box-shadow: 4px 4px 80px #000000;
	border-radius: 2px;
	top: -1000px;
	left: -10000px;
	
}

#dialog .header {
	background-color: #CDCDCD;
	font-weight: bold;
	font-size: 16px;
	line-height: 48px;
	text-indent: 14px;
    text-align: center;
}

#dialog .footer {
	font-size: 15px;
	line-height: 45px;
	text-indent: 14px;
}

#dialog .contents {
	padding-left: 14px;
	padding-right: 14px;
	border-top: thin solid #A0A0A0;
}

#dialog .contents .btn{
	width: 100%;
	font-size: 15px;
	height: 45px;
	border: 1px solid #053266;
	border-radius: 2px;
	outline: none;
}


#dialog .contents form .remember_me {
	font-size: 13px;
	float: left;
}

#dialog .contents form .forgot-password {
	float: right;
	position: relative;
	bottom: 7px;
}

#dialog .contents form .row-space-1 {
	margin-bottom: 6px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 10px;
}

#dialog .contents form .control-group {
	height: 45px;

}
#dialog .contents .row-button  {
	margin-top: 15px;
	margin-bottom: 15px;

}
#dialog .contents form .row-space-2 {
	margin-top: 15px;
	margin-bottom: 15px;
	height: 20px;
}

.decorative-input {
	height: 40px;
	font-size: 15px;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../images/text-field-icons.png);
	background-repeat: no-repeat;
	border-radius: 3px;
	border: 1px solid #CDCDCD;
	/*box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.08),0 1px 0 0 #fff;*/
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0;
	background-color: #fff;
	-webkit-transition: all 0.3s ease-in 0;
	-moz-transition: all 0.3s ease-in 0;
	transition: all 0.3s ease-in 0;
	padding-left: 15px;
	padding-right: 15px;
	outline: none;
}

input[type="checkbox"] {
	border: 1px solid CDCDCD;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 4px;
	left: 3px;
	
	outline: none;
}

.decorative-input:focus {
	border-color: #00B0FF;
	-moz-box-shadow: 0px 0px 3px 1px rgba(0,176,255,0.45);	
	-webkit-box-shadow: 0px 0px 3px 1px rgba(0,176,255,0.45);
	box-shadow: 0px 0px 3px 1px rgba(0,176,255,0.45);	
}

.decorative-input[type="text"] {
	background-position: 100% 0%;
}
.decorative-input[type="email"] {
	background-position: 100% -44px;
}
.decorative-input[type="password"] {
	background-position: 100% -88px;
}

.styledCheckbox {
	position: relative;
	height: 28px;
}
.styledCheckbox #checkbox {
	cursor: pointer;
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 4px;
	background: -webkit-linear-gradient(top, #FDFCFE 0%, #F9FEFF 100%);
	background: -moz-linear-gradient(top, #FDFCFE 0%, #F9FEFF 100%);
	background: -o-linear-gradient(top, #FDFCFE 0%, #F9FEFF 100%);
	background: -ms-linear-gradient(top, #FDFCFE 0%, #F9FEFF 100%);
	background: linear-gradient(top, #FDFCFE 0%, #F9FEFF 100%);
	left: 2px;
	top: 4px;
	border: 1px solid #CDCDCD;
	-webkit-transition: all 0.3s ease-in 0;
	-moz-transition: all 0.3s ease-in 0;
	transition: all 0.3s ease-in 0;
}

.styledCheckbox #checkbox:after {
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 8px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 4px;
	
	border: 3px solid #330abd;
	border-top: none;
	border-right: none;
	
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);	
}

.styledCheckbox #checkbox:hover::after {
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.styledCheckbox input[type=checkbox]:checked + #checkbox:after {
	filter: alpha(opacity=100);
	opacity: 1;
}

.styledCheckbox #description {
	position: absolute;
	left: 30px;
	top: 4px;
	line-height: 22px;
}

.close {
	background-color: #606060;
	color: #EBEBEB;
	line-height: 20px;
	position: absolute;
	text-align: center;
	width: 20px;
	text-decoration: none;
	font-weight: bold;
	border-radius: 12px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	font-size: small;
	right: 2px;
	top: 2px;
}

.close:hover {
	color: #CDCDCD;
	text-decoration: none;
}

#blind {
    top: 0px;
    position: absolute;
    z-index: 99;
    background-color: #898F97;
    width: 100%;
    height: 100%;
}

.btn {
	background-color: #018fe1;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	/*height: 16px;*/
	line-height: 16px;
	border-radius: 5px;
	outline: none;
	-webkit-box-shadow: inset 0 0 0.2em rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.2),0 0 0 #000;
	box-shadow: inset 0 0 0.2em rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.2),0 0 0 #000;
	background-image: -webkit-linear-gradient(270deg,rgba(0,174,255,1.00) 0%,rgba(1,143,225,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,174,255,1.00) 0%,rgba(1,143,225,1.00) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00aeff', endColorstr='#ff018fe1', GradientType=0);
	border-color: rgb(1, 149, 235) rgb(0, 131, 199) rgb(1, 117, 184) rgb(0, 131, 199);
	border: 1px solid rgba(0,0,0,0.2);
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 1.2em;
	padding-right: 1.2em;
	text-align: center;
	text-shadow: 0 -1px 0px rgba(0,0,0,0.2);
	background-image: -o-linear-gradient(270deg,rgba(0,174,255,1.00) 0%,rgba(1,143,225,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,174,255,1.00) 0%,rgba(1,143,225,1.00) 100%);
}

.btn:hover {
	text-decoration: none;
	background-color: #2BADF3;
	background-image: -webkit-linear-gradient(270deg,rgba(67,182,244,1.00) 0%,rgba(62,158,223,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(67,182,244,1.00) 0%,rgba(62,158,223,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(67,182,244,1.00) 0%,rgba(62,158,223,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(67,182,244,1.00) 0%,rgba(62,158,223,1.00) 100%);
}

.btn:active {
	rgba(0,0,0,0.18)-webkit-box-shadow: 0px 1px 2px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.18) ,inset 0 0 2px 1px rgba(0,0,0,0.18);
	background-color: rgba(32,130,195,1.00);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.18) ,inset 0 0 2px 1px rgba(0,0,0,0.18);
	background-image: -webkit-linear-gradient(270deg,rgba(22,165,241,1.00) 0%,rgba(31,127,190,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(22,165,241,1.00) 0%,rgba(31,127,190,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(22,165,241,1.00) 0%,rgba(31,127,190,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(22,165,241,1.00) 0%,rgba(31,127,190,1.00) 100%);
}

a {
	color: #00B0FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

b.caret {
	display: inline-block;
	width: 0px;
	height: 0px;
	vertical-align: top;
	border-top: 3px solid #000;
	border-right: 3px solid rgba(0,0,0,0);
	border-left: 3px solid rgba(0,0,0,0);
	margin-top: 8px;
	margin-left: 2px;
	font-weight: bold;
	position: relative;
	top: 14px;
}

.dropdown-menu > li {
	background-color: #F4F4F4;
	list-style-type: none;
	text-align: center;
	width: 100px;
	position: relative;

}
.dropdown .dropdown-menu    {
	width: 100px;
	min-width: 100px;
	position: absolute;
	background-clip: padding-box;
	padding-left: 0px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	-webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
	z-index: 15;
	left: auto;
	top: 45px;
	margin-top: 0px;
	right: 0px;
	display: none;
}

.dropdown-menu > li > a {
	/*color: #393c3d;*/
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #CDCDCD;
	line-height: 18px;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: bold;
	white-space: nowrap;
	position: relative;

	color: #898F97;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
}

.dropdown-menu > li > a:hover {
	text-decoration: none;
	/*background-color: #00B0FF;*/
	color: #0B60C5;
}

/*.dropdown-menu li a {
	display: block;
	padding: 6px 10px;
	clear: both;
	line-height: 18px;
	color: #393c3d;
	font-weight: bold;
	white-space: nowrap;

}*/

#loggedin .dropdown {
	position: relative;
	float: right;
	line-height: 45px;
	top: -17px;
	margin-right: 20px;
}

#loggedin .dropdown.open,#loggedin .dropdown:active{
	/*background-color: #f5f5f5;*/
	background-color: #ff0000

	background-image: -webkit-linear-gradient(top,rgba(219,219,219,1.00) 0%,rgba(245,245,245,1.00) 100%);
	background-image: -moz-linear-gradient(top,rgba(219,219,219,1.00) 0%,rgba(245,245,245,1.00) 100%);
	background-image: -o-linear-gradient(top,rgba(219,219,219,1.00) 0%,rgba(245,245,245,1.00) 100%);
	background-image: linear-gradient(top,rgba(219,219,219,1.00) 0%,rgba(245,245,245,1.00) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#fff5f5f5', GradientType=0);
	border-left-color: #c1c1c1;
	border-right-color: #c1c1c1;
	-webkit-box-shadow: inset 0px 0px 6px rgba(0,0,0,0.1);
	box-shadow: inset 0px 0px 6px rgba(0,0,0,0.1);	
}

#account_bar .dropdown .user-profile-image{
	height: 22px;
	width: 22px;
}

.media-photo {
	position: relative;
	display: inline-block;
	border-radius: 2px;
	vertical-align: bottom;
	overflow: hidden;
}

 .media-photo:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom:0;
	left: 0;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 2px;
}

 .media-photo:after {
	content: "";
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	left: 1px;
	box-shadow: inset 0 0 2px rgba(255,255,255,0.4);
	border-radius: 2px;	
}

 .media-photo img {
	vertical-align:top;	
	height: 22px;
	width: 22px;
}

#paypal-button-container {
	margin-top: 25px;
	margin-bottom: 25px;
}

#videos {
	float:right;	
}

#videos > a{
    color: #cccccc;
	font-weight: bold;
	text-decoration: none;
	background-color: #000000;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
}

#videos > a:hover{
	background-color: #8d1b3d;   
}



