body{
	font-family:'Open Sans';
    font-style:condensed;
  background: #5b2072; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #5b2072 0%, #5d1566 50%, #251a41 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#5b2072), color-stop(50%,#5d1566), color-stop(100%,#251a41)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #5b2072 0%,#5d1566 50%,#251a41 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #5b2072 0%,#5d1566 50%,#251a41 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #5b2072 0%,#5d1566 50%,#251a41 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  #5b2072 0%,#5d1566 50%,#251a41 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b2072', endColorstr='#251a41',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

a{
	font-size: 18px;
	font-family:'Open Sans';
    color: white;
    text-decoration: none;

}

input:focus,textarea:focus,select:focus{
  border:1px solid #fafafa;
  -webkit-box-shadow:0 0 6px #007eff;
  -moz-box-shadow:0 0 5px #007eff;
  box-shadow:0 0 5px #007eff;
  outline: none;
}

sup{

	font-size: 40px;
}


#container{
	width: 100%;
  text-align:center;
}

.whole{
	display: inline-block;
  
}



.type{
	width: 300px;
	border-radius: 5px 5px 0px 0px;
	background-color: #eac80d;
	height: 62px;
	border-bottom: 3px solid #bfa30c;

}

.type p{
	font-family:'Open Sans';
    font-weight: 800;
	font-size: 29px;
	text-transform: uppercase;
	color: white;
	text-align: center;
	padding-top: 10px;

	

}

.plan{
	width: 300px;
	background-color: #2b2937;

	border-radius: 0px 0px 5px 5px;
    font-family:'Open Sans';
    font-style:condensed;
    font-size: 90px;
    color: white;
    text-align: center;


}
.standard{
	background-color: #1abc9c;
	border-bottom: 3px solid #18937b;
}

.ultimate{
	background-color: #5d6a9a;
	border-bottom: 3px solid #474f6f;
}





.header{
	border-bottom: 1px solid #494a5a;
	padding-bottom: 39px;


}

.header span{
	font-size: 32px;

	
}

.month{
	font-size: 14px;
	color: #575757;
	padding: 0px;
	margin: -10px;
}

.price{
	height:80px;
	margin-bottom:10px;
}

.cart{
  
  color:white;
  position: relative;
  top: 16px;
  
}


.top{
  margin-top:35px;
}

.nodisplay{
  opacity: 0.1;
}

.selected{
  background-color:#1F1B36;
  margin:0px;
  padding:0px;
}











body{
	font-family: 'Roboto', sans-serif;	
	margin:0px;
}
.middle{
		max-width:1080px;
		margin:10px auto;
}

.content{
	min-width:320px;
	height:auto;
	float:left;
	margin:20px 20px 20px 20px;
	border-radius:6px;
	color:#141301;
	transition:1s;
	padding:30px 0px 0 0px;
	text-align:center;
	font-size:180%;
	position:relative;
  box-shadow: 0px 2px 20px 1px rgba(0,0,0,0.63);
	background-color:#333333;
	overflow:hidden;
	
	&:hover img{
		transform: scale(1.1);	
	}
	}
.foto{
	width:100%;
	height:100%;
	margin:0;
	border-radius:3px;
  overflow: hidden;
	border-radius:0 0 5px 5px;
	img{
		width:100%;
		height:auto;
		transition: all 0.2s ease-in-out;
	}
}
.shadow {
  position: absolute;
  width: 100%;
  height: 460px;
	box-shadow: inset 0px 0px 31px 5px rgba(0,0,0,0.75);
  top: 0px;
  left: 0;
	border-radius: 10px 10px 5px 5px ;

}
nav{
	width:100%;
	height:50px;
	background-color:#333333;
	color:white;
	.navigation{
		max-width:1020px;
		margin:0px auto;
	}
	a{
		float:left;
		font-size:160%;
		color:white;
		text-decoration:none;
		margin:10px auto;
		transition:.2s ease-in;
		&:hover{
			color:orangered;
		}
	}
	ul{
		float:right;
		list-style-type: none;
		margin:15px 0;
		li{
			margin:0 10px;	
			float:left;
			transition:.2s ease-in;
			&:hover{
				color:orangered;
			}
			
		}
	}
}








