html, body {
}


.bLoad {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: white;
	color: #f60;
	z-index: 10;
	animation: none;
	opacity: 1;
}

.spinner {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100px;
	height: 100px;
	background-color: transparent;
	margin-left: -50px;
	margin-top: -50px;
	border-radius: 100%;
	border: 4px solid transparent;
	border-left-color: #06c;
	border-right-color: #06c;
	animation: spin 1s linear infinite;
}

#standardvmenu {
	display: none;
	
}

#phonevmenu {
	display: none;
	
}

.thumb {
	position: absolute;
	top: 0px;
	right: 0%;
	left: 0%;
	height: 500px;
	background-image: url("images/pattern.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.thumb h1{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 40%;
	margin-top: 84px;
	text-align: left;
	color: white;
	font-family: 'Iceland', sans-serif;
	font-size: 72px;
}

.thumb h1::selection{
	background: rgba(255, 255, 255, 0.2)
}

.thumb h6{
	position: absolute;
	top: 70px;
	width: 100%;
	height: 40%;
	margin-top: 84px;
	text-align: left;
	color: white;
	font-family: 'Iceland', sans-serif;
	font-size: 28px;
}

.thumb h6::selection{
	background: rgba(255, 255, 255, 0.2)
}

.thumbcont {
	position: absolute;
	top: 0px;
	left: 100px;
	width: 600px;
	height: 40%;
	margin-top: 106px;
	text-align: center;
	color: white;
	font-family: 'Iceland', sans-serif;
	font-size: 72px;
}

.site{
	position: absolute;
	top: 548px;
	text-align: center;
	left: 0px;
	right: 0px;
	background-color: #333;
	/*border-left: solid gray 1px;
	border-right: solid gray 1px;
	border-bottom: solid gray 1px;*/
	height: 800px;
}

#redball {
	position: absolute;
	background-color: red;
	height: 100px;
	width: 100px;
	border-radius: 100px;
	top: 1100px;
	left: 200px;
}


.menubar {
	text-align: center-left;
	text-decoration: none;
	position: absolute;
	background-color: #06c;
	top: 500px;
	left: 0%;
	right: 0%;
	height: 48px;
	box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 0.7);
	z-index: 10;
}

.menubar li{
	position: relative;
	text-decoration: none;
	display: block;
	color: white;
	font-family: arial black;
	top: 20%;
	left: 10px;
}



.titlebar {
	text-align: center-left;
	text-decoration: none;
	position: fixed;
	background-color: #06c;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 48px;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.4);
}

.titlebar li{
	position: relative;
	text-decoration: none;
	display: block;
	color: white;
	font-family: helvetica;
	text-align: center;
	top: 20%;
}


#mb {
	-webkit-transition: background 0.5s; /* Safari */
    transition: background 0.3s, font-size 0.2s;
	background: transparent;
}

#mb:hover{
	background: rgba(0, 0, 0, 0.3);
	
}

.hem{
	text-align: center;
	position: absolute;
	text-decoration: none;
	display: block;
	color: white;
	font-family: arial black;
	font-size: 48px;
	line-height: 0px;
	width: 50px;
	height: 100%;
	top: 0px;
	left: 0px;
	line-height: 0px;
	box-shadow: none;
	background: transparent;
	cursor: pointer;
	-webkit-transition: box-shadow 0.5s; /* Safari */
    transition: box-shadow 0.5s;
}

.hem:hover{
	box-shadow: inset 4px 4px 5px 0px rgba(0,0,0,0.26), inset -4px -4px 5px 0px rgba(0,0,0,0.26);
}

.info{
	text-align: center;
	position: absolute;
	text-decoration: none;
	display: block;
	color: white;
	font-family: arial black;
	font-size: 48px;
	width: 50px;
	height: 100%;
	top: 0px;
	left: 50px;
	line-height: 0px;
	box-shadow: none;
	background: transparent;
	cursor: pointer;
	-webkit-transition: box-shadow 0.5s; /* Safari */
    transition: box-shadow 0.5s;
}

.info:hover{
	box-shadow: inset 4px 4px 5px 0px rgba(0,0,0,0.26), inset -4px -4px 5px 0px rgba(0,0,0,0.26);
}


.su{
	text-align: center;
	position: absolute;
	text-decoration: none;
	display: block;
	color: white;
	font-family: arial black;
	width: 200px;
	height: 100%;
	top: 0px;
	right: 0%;
	background: linear-gradient(rgb(255, 118, 20), rgb(224, 93, 0));
	-webkit-transition: width 1s, background-color 0.5s; /* Safari */
    transition: background-color 0.5s;
}

.su:hover{
	background-color: #ff8533;
	
	
}

.bt {
	text-align: center;
	position: absolute;
	text-decoration: none;
	display: block;
	color: white;
	font-family: arial;
	width: 150px;
	height: 100%;
	top: 0px;
	left: 650px;
	background: rgb(222, 16, 16);
}

#BTitle {
	position: absolute;
	text-decoration: underline;
	display: block;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	background: transparent;
	text-align: center;
}

#Title {
	text-align: center;
	position: absolute;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 48px;
	top: 0px;
	left: 650px;
	
	
}

.Account {
	position: fixed;
	right: 0px;
	top: 0px;
	height: 10%;
	width: 600px;
	display: block;
	/*background-color: green;*/
	
}

.Account li {
	position: absolute;
	height: 50%;
	width: 50%;
	display: block;
	text-align: center;
	right: 30%;
	color: white;
	
	
}

#ProfilePicB {
	position: absolute;
	top: 0px;
	right: 10%;
	height: 100px;
	width: 100px;
	background: rgb(222, 16, 16);
	border-radius: 100px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#ProfilePic {
	position: absolute;
	top: 10px;
	right: 10%;
	height: 80px;
	width: 80px;
	background: rgb(222, 16, 16);
	border-radius: 100px;
	transition: filter 0.5s;
	
}

#ProfilePic:hover {
	filter: blur(10px);
}



.suAF {
	position: absolute;
	text-align: center;
	top: 0px;
	right: 2px;
	height: 100%;
}

.menu {
	position: absolute;
	top: 548px;
	left: 0px;
	height: 200px;
	width: 100%;
	background-color: #0080ff;
	border-bottom: solid #39f 5px;
	margin-top: -205px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.menu h1{
	position: absolute;
	left: 20px;
	right: 20px;
	height: 50px;
	top: 20px;
	color: white;
	text-decoration: underline;
	text-align: center;
	display: block;
	font-size: 40px;
	font-family: 'Fjalla One', sans-serif;
}

.sconwin {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 250px;
	width: 100%;
	color: white;
	background: none;
	cursor: pointer;
	-webkit-transition: box-shadow 0.3s, background-color 0.3s, color 0.3s, border-radius 0.3s;
	transition: box-shadow 0.3s, background-color 0.3s, color 0.3s, border-radius 0.3s;
	text-decoration: none;
}

.swcf:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: none;
	transition: all 0.3s linear;
}

.swcf:hover:before { background: rgba(0, 102, 204, 0.3); }

.sconwinimg {
	box-shadow: inset 2px 0px 20px 0px #000, inset -2px -2px 20px 0px rgba(0, 0, 0, 0.5);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#sconwin1 {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 400px;
	text-decoration: none;
	font-family: helvetica;
	/* color: #444444; */
	z-index: 9;
}

#sconwin2 {
	position: absolute;
	top: 400px;
	right: 0px;
	height: 400px;
	text-decoration: none;
	font-family: helvetica;
	/* color: #444444; */
	z-index: 8;
}

.sconwin h1 {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50%;
	height: 72px;
	margin-top: 42px;
	text-align: center;
	color: white;
	font-family: 'Iceland', sans-serif;
	font-size: 50px;
}

.sconwin h5 {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50%;
	height: 72px;
	margin-top: 110px;
	text-align: center;
	color: white;
	font-family: 'Iceland', sans-serif;
	font-size: 28px;
}

#swi1 {
	background-image: url("images/tbgalt4.jpeg");
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50%;
	height: 400px;
	text-decoration: none;
	font-family: helvetica;
	/* color: #444444; */
}

#swi2 {
	background-image: url("images/tbgalt5.jpg");
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50%;
	height: 400px;
	text-decoration: none;
	font-family: helvetica;
	/* color: #444444; */
}









