@import url('https://fonts.googleapis.com/css?family=Roboto+Slab|Russo+One|Raleway|Roboto|Open Sans');

*
	{
	font-family: "Roboto", "Roboto Slab";
	text-decoration: none;
	line-height: 150%;
	font-weight: 100;
	color: #444;
	letter-spacing: 0.25px;
	}
	
html, body
	{
	padding: 0px;
	margin: 0px;
	background-image: url(../images/blueteam.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed
	}
#topmenu
	{
	position: fixed;
	width: 100%;
	background: #000;
	box-shadow: 0 0 4px rgba(0,0,0,0.6);
	overflow: auto;
	top: 0px;
	}
	
#topmenu *, #actions *, *
	{
	transition: 0.5s ease !important
	}
	
#topmenu ul
	{
	list-style: none;
	padding: 0px;
	margin: 0px;
	}
	
#topmenu li
	{
	display: inline-block;
	padding: 4px 0px 4px 4px;
	}
#topmenu a
	{
	display: block;
	background: rgb(0,150,213);
	padding: 6px;
	border-radius: 4px;
	color: #fff;
	text-transform: uppercase;
	padding-left: 28px;
	background-position: 4px center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	font-size: 80%;
	font-weight: bold;
	}
	
h1, h2, h3, h4, h5, h6
	{
	font-family: open sans;
	color: rgb(0,150,213);
	font-weight: bold;
	}
	
#topmenu a.login
	{
	background-image: url(../images/icon-login.png);
	}
#topmenu a.contact
	{
	background-image: url(../images/icon-contact.png);
	}
#topmenu a.signup
	{
	background-image: url(../images/icon-signup.png);
	}
#topmenu a.price
	{
	background-image: url(../images/icon-pricing.png);
	}
#topmenu a.home
	{
	background-image: url(../images/icon-home.png);
	}
	
#topmenu a:hover
	{
	background-color: #10c71d;
	}

h1
	{
	color: rgb(0,150,213);
	}
	
h1.central
	{
	text-align: center;
	}
	
#centre
	{
	margin-top: 44px;
	background-image: url(../images/blueteam.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed
	}

	
#centre h1
	{
	color: #fff;
	text-align: center;
	}
	
#centre img
	{
	display: block;
	margin: 2.5% auto 2.5% auto;
	width: 50%;
	}
	


#body	
	{
	overflow: auto;
	background-color: rgba(255,255,255,0.95);
	display: table;
	width: 100%;
	margin: 0px;
	}
	
#innerbody
	{
	background: #fff;
	overflow: auto;
	margin: 2%;
	border-radius: 6px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5)
	}

#login
	{
	width: 40%;
	min-width: 400px;
	margin: auto;
	background: rgba(255,255,255,0.8);
	border-radius: 12px;
	padding: 12px;
	text-align: center;
	}

#login legend
	{
	font-weight: bold;
	color: rgb(0,150,213)
	}
	
#login fieldset
	{
	border: none
	}

#login input[type=text], #login input[type=password], #login input[type=email], #login input[type=date], #login select
	{
	padding: 12px;
	border-radius: 6px;
	border: 2px solid rgb(0,150,213);
	width: 75%;
	min-width: 200px;
	}
	
#login label
	{
	display: block;
	}
	
#go
	{
	text-indent: -100em;
	overflow: hidden;
	background-color: rgb(0,150,213);
	background-image: url(../images/icon-login.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80%;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: block;
	margin: auto;
	margin-top: 12px;
	border: none;
	}

#go:hover
	{
	background-color: #10c71d;
	transform: rotate(360deg) scale(1.1);
	cursor: hand;
	}
	
.box
	{
	display: table-cell;
	width: 50%;
	background: rgba(0,150,213,0.1);
	margin: 0px;
	}

.box p, .box h2
	{
	padding: 2.5% 5% 2.5% 5%;
	margin: 0px;
	}

.box ul
	{
	margin: 0px 12px 24px 12px;
	padding: 2.5% 5% 5% 5%;
	}

.box li
	{
	padding-bottom: 8px;
	}
	
	
.box h2
	{
	text-align: center;
	}

	
.box img
	{
	display: block;
	float: right;
	width: 20%;
	margin: 1%;
	}
	
	
.box:hover img
	{
	transform: scale(1.1)
	}
	
#actions
	{
	width: 100%;
	clear: both;
	background: #fff;
	margin: 0px;
	border-top: 1px solid #fff;
	padding: 2% 0px 2% 0px;
	}
	
#actions ul
	{
	list-style: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
	}
	
#actions li
	{
	display: inline-block;
	padding: 8px;
	margin: 0px;
	}
	
#actions em
	{
	display: block;
	text-align: center;
	}
	
.swirl
	{
	display: inline-block;
	width: 120px;
	height: 120px;
	border: 6px solid rgb(0,150,213);
	border-radius: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 80%
	}

.swirl.login
	{
	background-image: url(../images/door.png)
	}

.swirl.signup
	{
	background-image: url(../images/signup.png)
	}
.swirl.demo
	{
	background-image: url(../images/demo.png)
	}
	
.swirl:hover
	{
	transform: rotate(360deg) scale(1.1);
	border-color: #10c71d;
	box-shadow: 0 0 4px rgba(0,0,0,0.4)
	}
	
.pricing
	{
	float: left;
	width: 30%;
	height: 500px;
	margin: 1%;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
	padding-bottom: 12px;
	}
.pricing ul, .pricing p, .pricing h2
	{
	padding: 12px;
	margin: 0px;
	}
	
.pricing h2
	{
	text-align: center;
	}

.pricing ul
	{
	margin-left: 40px;
	}
	
.pricing p
	{
	font-weight: bold;
	text-align: center;
	}

.pricing:hover
	{
	transform: scale(1.02);
	}
	
.pricing:hover .pricebox, .pricing:hover strong
	{
	background-color: rgb(0,100,150);
	color: #ff0;
	}
	
.pricebox
	{
	background: rgb(0,150,213);
	box-shadow: inset 0 0 24px rgba(0,0,0,0.4);
	color: #fff;
	padding: 12px;
	height: 150px;
	font-size: 140%;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	text-align: center;
	border: 1px solid rgb(0,150,213);
	}


.pricebox strong
	{
	color: #fff;
	display: block;
	font-size: 240%;
	font-weight: bold;
	}	
	
.pricebox sup
	{
	color: #fff;
	font-size: 25%;
	}

.aston
	{
	position: absolute;
	right: -60px;
	bottom: -30px;
	transform: rotate(-45deg);
	background: #fff url(images/stars.png) no-repeat;
	background-position: center 20px;
	background-size: 72.5px 11px;
	padding: 6px 60px 80px 60px;
	font-size: 50%;
	text-align: center;
	font-weight: bold;
	box-shadow: 0 0 24px rgba(0,0,0,0.4);
	}
.space
	{
	overflow: visible;
	padding: 2.5%;
	height: auto;
	}

.buy
	{
	display: block;
	width: 33%;
	border-radius: 8px;
	padding: 12px;
	font-weight: bold;
	color: #fff;
	background: rgb(0,150,213);
	margin: auto;
	text-transform: uppercase;
	text-align: center;
	}
	
.pricing:hover .buy
	{
	background-color: #10c71d;
	}
	
@media only screen and (max-width: 670px)
	{
	#centre
		{
		background: #fff
		}
		
	#body
		{
		margin-top: 40px;
		}
	.box
		{
		display: block;
		width: auto;
		}
		
	.pricing
		{
		width: auto;
		float: none;
		height: auto;
		box-shadow: none;
		}
	.pricing:hover
		{
		transform: none;
		}
	}
	