@charset "utf-8";

@media all {

	/***** Cloud *****/

	.datacenter.cat img.intro {
		height:						11.25em;
		height:						8em; /* delete after replacing current image */
		width:						8em;
		
	}

	.datacenter.cat .services .item.colocation {
		background-image:			url("../img/cloud/cloud-colocation.png");
	}

	.datacenter.cat .services .item.dedicated_servers {
		background-image:			url("../img/cloud/cloud-dedicated_servers.png");
		background-position:		0 0.5em;
	}

	.datacenter.cat .services .item.vps {
		background-image:			url("../img/cloud/cloud-vps.png");
		background-position:		1em 0.5em;
	}

	.datacenter .packs {
		/* border:						thin solid rgb(255, 255, 255); */
		border-collapse:			separate;
		border-radius:				0.5em;
		box-shadow:					0 0 1em rgb(255, 255, 255);
		clear:						both;
		font-size:					0.8em;
		line-height:				1.5em;
		margin:						1em auto 0 auto;
		width:						50em;
		-webkit-box-shadow:			0 0 1em rgb(255, 255, 255);
		
	}
	
	.datacenter .packs tr > *,
	.datacenter .extras tr > * {
		padding:					0.5em;
		text-align:					center;
	}

	.datacenter .packs th,
	.datacenter .extras th {
		background:					url("/inc/hsla.php?h=0&s=0&l=100&a=50") repeat;
		background:					hsla(0, 0%, 100%, 0.5);
	}

	.datacenter .packs tr:first-child th:first-child,
	.datacenter .extras tr:first-child th:first-child {
	/*border-top-left-radius:				0.5em;
		-moz-border-radius-topleft:			0.5em;
		-webkit-border-top-left-radius:		0.5em;*/
border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px 5px 0px 0px;
		
	}
	.datacenter .datacenter {
		/*border-top-right-radius:			0.5em;
		-moz-border-radius-topright:		0.5em;
		-webkit-border-top-right-radius:	0.5em;
		border-radius: 10px 10px 10px 10px;
		-moz-border-radius: 10px 10px 10px 10px;
		-webkit-border-radius: 10px 10px 10px 10px;*/
	}
	
	.datacenter .datacenter tr:first-child th:last-child {
		/*border-top-right-radius:			0.5em;
		-moz-border-radius-topright:		0.5em;
		-webkit-border-top-right-radius:	0.5em;
		border-radius: 10px 10px 10px 10px;
		-moz-border-radius: 10px 10px 10px 10px;
		-webkit-border-radius: 10px 10px 10px 10px;*/
	}
	.datacenter .packs thead tr {
		background:#B5B5B5;
		
	}
	.datacenter .packs tbody tr:first-child td {
		border-top:					thin solid rgb(255, 255, 255);
		
	}
	
	.datacenter .packs {
		-webkit-box-shadow:			0 0 1em #696969;
	}
	.datacenter .packs .a td {
		/* background:					url("/inc/hsla.php?h=210&s=80&l=95&a=70") repeat; */
		 /* background:					hsla(210, 80%, 95%, 0.7); */
		 background:#FFFAFA;
		 
	}
	.datacenter .packs .d td b {
		font-size:1.5em;		 
	}
	.datacenter .packs .d td span {
		font-size:1.4em;		 
	}
	.datacenter .packs .b td {
		/* background:					url("/inc/hsla.php?h=210&s=80&l=90&a=70") repeat; */
		/* background:					hsla(210, 80%, 90%, 0.7); */
		 /* background:					hsla(210, 80%, 95%, 0.7); */
	}

	.datacenter .packs .c td {
		/* background:					url("/inc/hsla.php?h=210&s=80&l=85&a=70") repeat; */
		/* background:					hsla(210, 80%, 85%, 0.7); */
		 /* background:					hsla(210, 80%, 95%, 0.7); */
	}

	.datacenter .packs tbody:last-child tr:last-child td:first-child {
		border-radius: 10px 10px 10px 10px;
		-moz-border-radius: 10px 10px 10px 10px;
		-webkit-border-radius: 10px 10px 10px 10px;
	}

	.datacenter .packs tbody:last-child tr:last-child td:last-child {
		border-radius: 10px 10px 10px 10px;
		-moz-border-radius: 10px 10px 10px 10px;
		-webkit-border-radius: 10px 10px 10px 10px;
	}

	.datacenter .packs .details .name {
		font-size:					1.5em;
		text-align:					left;
	}

	.datacenter .packs .svc {
		color:						rgb(100, 100, 100);
		font-weight:				bolder;
	}

	.datacenter .packs .pack {
		color:						rgb(30, 30, 30);
		font-size:					1.5em;
		font-weight:				bolder;
		margin-top:					0.1em;
	}

	.datacenter .packs .detail {
		color:						rgb(30, 30, 30);
		font-size:					1.3em;
	}

	.datacenter .extras {
		border:						thin solid rgb(255, 255, 255);
		border-collapse:			separate;
		border-radius:				0.5em;
		box-shadow:					0 0 1em rgb(255, 255, 255);
		font-size:					1.5sem;
		margin:						1em auto 0 auto;
		width:						70%;
		-webkit-box-shadow:			0 0 1em rgb(255, 255, 255);
	}

	.datacenter .extras td {
		background:					url("/inc/hsla.php?h=210&s=80&l=90&a=70") repeat;
		background:					hsla(210, 80%, 90%, 0.7);
		border-top:					thin solid rgb(255, 255, 255);
	}

	.datacenter .extras .price {
		font-style:					italic;
	}



	/*** Dedicated Servers ***/

	.datacenter.dedicated_servers img.intro {
		height:						7.313em;
	}

	.datacenter.dedicated_servers .packs {
		width:						72em;
	}

	.datacenter.dedicated_servers .packs .name {
		width:						14%;
	}

	.datacenter.dedicated_servers .packs .cpu {
		width:						27%;
	}

	.datacenter.dedicated_servers .packs .speed {
		width:						10%;
	}

	.datacenter.dedicated_servers .packs .ram {
		width:						7%;
	}

	.datacenter.dedicated_servers .packs .storage {
		width:						8%;
	}

	.datacenter.dedicated_servers .packs .link {
		width:						9%;
	}

	.datacenter.dedicated_servers .packs .traffic {
		width:						9%;
	}

	.datacenter.dedicated_servers .packs .kvm {
		width:						8%;
	}

	.datacenter.dedicated_servers .packs .price {
		width:						8%;
	}

	.datacenter.dedicated_servers .packs .details > * {
		cursor:						pointer;
		padding-bottom:				0.2em;
		padding-top:				0.2em;
	}

/*	.datacenter.dedicated_servers .packs .details.soldout > * {
		cursor:						default;
	}
*/
	.datacenter.dedicated_servers .packs .details.soldout > * > * {
		color:						rgb(150, 150, 150);
		color:						rgb(30, 30, 30);
		opacity:					0.7;
		text-decoration:			line-through;
		text-shadow:				none;
	}

	.datacenter.dedicated_servers .packs .details .name {
		line-height:				1.3em;
		text-align:					center;
	}

	.datacenter.dedicated_servers .packs .details .price {
		font-size:					1.2em;
		font-style:					italic;
		font-weight:				bolder;
	}

	.datacenter.dedicated_servers .packs .details .price .prev_container {
		position:					relative;
	}

	.datacenter.dedicated_servers .packs .details .price .prev {
		color:						rgb(150, 150, 150);
		font-size:					0.9em;
		opacity:					0.7;
		position:					absolute;
		right:						0.6em;
		text-decoration:			line-through;
		text-shadow:				none;
		top:						1.1em;
	}

	.datacenter.dedicated_servers .notes {
		font-size:					0.9em;
		margin:						0.5em 1.5em 0 0;
		text-align:					right;
	}

	.datacenter.dedicated_servers .cols {
		display:					table;
		margin-top:					0.5em;
	}

	.datacenter.dedicated_servers .col {
		display:					table-cell;
		padding:					0 0 0 1em;
		width:						50%;
	}

	.datacenter.dedicated_servers .col:first-child {
		padding:					0 1em 0 0;
	}

	.datacenter.dedicated_servers .col .heading {
		font-size:					1.5em;
		font-weight:				bolder;
		line-height:				1.3em;
		margin-bottom:				0.6em;
	}

	.datacenter.dedicated_servers .col .list {
		list-style:					none;
	}

	.datacenter.dedicated_servers .col .item {
		font-size:					1.1em;
		margin-top:					0.5em;
		padding-left:				0.7em;
		text-indent:				-0.7em;
	}

	.datacenter.dedicated_servers .col .arrow {
		margin:						0 0.8em 0 0.3em;
	}

	.datacenter.dedicated_servers .col .price {
		color:						rgb(0, 120, 180);
		font-style:					italic;
	}

	.datacenter.dedicated_servers .col .desc {
		font-size:					0.9em;
		margin-left:				1.7em;
	}

	.datacenter.dedicated_servers .col .item {
		font-weight:				bolder;
	}

	.datacenter.dedicated_servers .col .feats .free {
		color:						rgb(0, 120, 180);
	}

	.datacenter.dedicated_servers .col .feats .opt {
		color:						rgb(0, 120, 180);
		font-weight:				lighter;
	}

	.datacenter.dedicated_servers .col .panel.heading .svc {
		font-weight:				bolder;
	}

	.datacenter.dedicated_servers .col .order {
		margin-top:					1.5em;
	}

	.datacenter.dedicated_servers .col .dc.heading {
		margin-top:					1.5em;
	}



	/*** Private Servers ***/

	.datacenter.vps img.intro {
		height:						8em;
		width:						7.688em;
	}

	.datacenter.vps .sliders {
		background:					url("/inc/hsla.php?h=0&s=0&l=100&a=50") repeat;
		background:					hsla(0, 0%, 100%, 0.5);
		border:						thin solid rgb(255, 255, 255);
		border-radius:				0.5em;
		box-shadow:					0 0 1em rgb(255, 255, 255);
		font-size:					1.25em;
		margin:						1em auto 2em auto;
		padding:					1em;
		width:						42em;
		-webkit-box-shadow:			0 0 1em rgb(255, 255, 255);
	}

	.datacenter.vps .node_slider {
		cursor:						e-resize;
		height:						4.5em;
		margin:						0 auto 1em auto;
		width:						93%;
	}

	.datacenter.vps .node_slider .slider-rail {
		height:						inherit;
		position:					absolute;
	}

	.datacenter.vps .node_slider .slider-rail-home {
		background:					url("../img/cloud/slider-rail-home.png") no-repeat right 1em;
		float:						left;
		height:						inherit;
		width:						3.5em;
	}

	.datacenter.vps .node_slider .slider-rail-middle {
		background:					url("../img/cloud/slider-rail-middle.png") repeat-x 0 1em;
		float:						left;
		height:						inherit;
		width:						32.375em;
	}

	.datacenter.vps .node_slider .slider-rail-end {
		background:					url("../img/cloud/slider-rail-end.png") no-repeat 0 1em;
		float:						right;
		height:						inherit;
		width:						3.25em;
	}

	.datacenter.vps .node_slider .ui-slider {
		background:					none;
		border:						none;
		box-shadow:					none;
		height:						4.8em;
		margin:						0 2.3em -2em 2.3em;
		z-index:					1;
		-webkit-box-shadow:			none;
	}

	.datacenter.vps .node_slider .ui-slider-handle {
		background:					url("../img/cloud/slider-handle.png") no-repeat;
		border:						none;
		cursor:						e-resize;
		height:						3.625em;
		margin-left:				-1.1em;
		top:						0;
		width:						2em; /* 2.188em without ui.css */
	}

	.datacenter.vps .node_slider .ui-slider-handle.active {
		background-position:		top right;
	}

	.datacenter.vps .nodes {
		list-style:					none;
		position:					relative;
	}

	.datacenter.vps .nodes .placeholder {
		float:						left;
		height:						2.188em;
		margin-left:				0.875em;
		width:						2.625em;
	}

	.datacenter.vps .nodes .placeholder + .placeholder {
		margin-left:				-0.313em;
	}

	.datacenter.vps .nodes .node {
		background:					url("../img/cloud/slider-box.png") no-repeat;
		color:						rgb(100, 100, 100);
		font-weight:				bold;
		height:						1.908em;
		padding-right:				0.5em;
		padding-top:				0.32em;
		text-align:					center;
		width:						2.125em;
	}

	.datacenter.vps .nodes .node.active {
		background-position:		top right;
	}

	.datacenter.vps .nodes .num {
		font-size:					0.6em;
	}

	.datacenter.vps .nodes .active .num {
		color:						rgb(30, 30, 30);
	}

	.datacenter.vps .slices {
		display:					table;
		list-style:					none;
		margin:						0 auto 1em auto;
		width:						80%;
	}

	.datacenter.vps .slices.top {
		margin-bottom:				0;
	}

	.datacenter.vps .slices.bottom {
		margin-top:					0;
	}

	.datacenter.vps .slices .placeholder {
		display:					table-cell;
		height:						2.2em;
		padding:					0.4em 0.5em 1em 0.5em;
		width:						33.3%;
	}

	.datacenter.vps .slices .placeholder + .placeholder {
		border-left:				thin solid rgb(210, 210, 210);
	}

	.datacenter.vps .slices.top .placeholder {
		border-bottom:				thin solid rgb(210, 210, 210);
	}

	.datacenter.vps .slices .label {
		color:						rgb(0, 120, 180);
		font-size:					0.9em;
		text-shadow:				0 0.09em 0 rgb(235, 235, 235);
	}

	.datacenter.vps .slices .value {
		color:						rgb(30, 30, 30);
		font-family:				"arial black";
		font-size:					2em !important;
		letter-spacing:				-0.1em;
		margin:						0.1em 0 0 0;
		text-shadow:				0 0.09em 0 rgb(235, 235, 235);
	}

	.datacenter.vps .confops {
		list-style:					none;
		margin:						0 auto 0.5em auto;
		text-align:					center;
	}

	.datacenter.vps .confops .confop_container {
		display:					inline-block;
		padding:					0.5em 1em;
		text-align:					left;
		width:						40%;
	}

	.datacenter.vps .confops .confop_container.extra_switch {
		margin-top:					0.5em;
	}

	.datacenter.vps .confops .extra_name {
		font-size:					0.9em;
		font-weight:				bolder;
		margin-bottom:				0.4em;
	}

	.datacenter.vps .confops .extra_slider,
	.datacenter.vps .confops .extra_slider * {
		cursor:						e-resize;
	}

	.datacenter.vps .confops .ui-slider-range {
		background:					rgb(30, 135, 255);
		border-radius:				1em;
	}

	.datacenter.vps .confops .ui-slider-handle {
		top:						-0.55em;
	}

	.datacenter.vps .confops .confop_name {
		font-size:					0.9em;
		font-weight:				bolder;
		margin-left:				1em;
	}

	.datacenter.vps .server_confs {
		list-style:					none;
		margin:						0 auto;
		text-align:					center;
	}

	.datacenter.vps .server_confs .server_conf_container {
		display:					inline-block;
		padding:					0.3em 1em;
		line-height:				1.3em;
		text-align:					left;
		width:						45%;
	}

	.datacenter.vps .server_confs .name {
		font-size:					0.8em;
		font-weight:				bolder;
		margin-left:				0.2em;
	}

	.datacenter.vps .server_confs .server_conf {
		font-size:					0.8em;
		width:						10em;
	}

	.datacenter.vps .server_confs .tip {
		font-size:					0.8em;
		font-style:					italic;
	}

	.datacenter.vps .order_container {
		margin:						0.6em 0 -2.3em 0;
		text-align:					center;
	}

	.datacenter.vps .order {
		border-radius:				2em !important;
		box-shadow:					0 0.1em 0.1em rgb(255, 255, 255) !important;
		font-size:					1.1em !important;
		padding:					0.5em 1em !important;
		-webkit-box-shadow:			0 0.1em 0.1em rgb(255, 255, 255) !important;
	}

	.datacenter.vps .order:active {
		margin:						0 !important;
		padding-bottom:				0.45em !important;
		padding-top:				0.55em !important;
	}

	.cloud.vps .feats {
		list-style:					none;
	}

	.cloud.vps .feats_title {
		border-bottom:				thin dotted rgb(0, 120, 180);
		color:						rgb(0, 120, 180);
		font-size:					1.3em;
		margin:						3em 1.5em 1em 1.5em;
		padding-bottom:				0.2em;
		text-align:					center;
	}

	.cloud.vps .feat {
		background-repeat:			no-repeat;
		display:					inline-block;
		padding:					0 2em 2em 5.5em;
		vertical-align:				top;
		width:						35%;
	}

	.cloud.vps .feat.access {
		background-image:			url("../img/cloud/vps-access.png");
	}

	.cloud.vps .feat.activation {
		background-image:			url("../img/cloud/vps-activation.png");
	}

	.cloud.vps .feat.apps {
		background-image:			url("../img/cloud/vps-apps.png");
	}

	.cloud.vps .feat.availability {
		background-image:			url("../img/cloud/vps-availability.png");
	}

	.cloud.vps .feat.console {
		background-image:			url("../img/cloud/vps-console.png");
	}

	.cloud.vps .feat.contract {
		background-image:			url("../img/cloud/vps-contract.png");
	}

	.cloud.vps .feat.disks {
		background-image:			url("../img/cloud/vps-disks.png");
	}

	.cloud.vps .feat.management {
		background-image:			url("../img/cloud/vps-management.png");
	}

	.cloud.vps .feat.os {
		background-image:			url("../img/cloud/vps-os.png");
	}

	.cloud.vps .feat.scalability {
		background-image:			url("../img/cloud/vps-scalability.png");
	}

	.cloud.vps .feat.support {
		background-image:			url("../img/cloud/vps-support.png");
	}

	.cloud.vps .feat.traffic {
		background-image:			url("../img/cloud/vps-traffic.png");
	}

	.cloud.vps .feat .title {
		border-bottom:				thin dotted rgb(0, 120, 180);
		color:						rgb(0, 120, 180);
		font-size:					1.1em;
		margin-bottom:				0.3em;
		padding-bottom:				0.1em;
	}

	.cloud.vps .feat .desc {
		font-size:					0.9em !important;
		line-height:				1.5em;
	}

	.cloud.vps .feat .switch {
		font-weight:				bolder;
		line-height:				2em;
	}

	.cloud.vps .feat .lists_container {
		display:					none;
	}

	.simplemodal-overlay {
		background:					rgb(0, 0, 0);
	}

	.simplemodal-container {
		background:					url("/inc/hsla.php?h=0&s=0&l=100&a=90") repeat;
		background:					hsla(0, 0%, 100%, 0.9);
		border:						thin solid rgb(255, 255, 255);
		border-radius:				0.5em;
		box-shadow:					0 0 1em rgb(255, 255, 255);
		margin:						1em;
		padding:					1em;
		width:						55em;
		-webkit-box-shadow:			0 0 1em rgb(255, 255, 255);
	}

	.simplemodal-close {
		background:					url("../img/cloud/close.png") no-repeat;
		cursor:						pointer;
		display:					none;
		height:						1.813em;
		position:					absolute;
		right:						-1em;
		top:						-1em;
		width:						1.563em;
		z-index:					10;
	}

	.simplemodal-close:hover {
		background-position:		center;
	}

	.simplemodal-close:active {
		background-position:		right;
	}

	.simplemodal-data {
		overflow:					auto;
	}

	.simplemodal-data.apps_lists {
		max-height:					21em;
	}

	.simplemodal-data.os_lists {
		max-height:					32em;
	}

	.simplemodal-data .title {
		border-bottom:				thin dotted rgb(0, 120, 180);
		color:						rgb(0, 120, 180);
		font-size:					0.9em;
		margin-bottom:				0.3em;
		padding-bottom:				0.1em;
	}

	.simplemodal-data.apps_lists .title {
		text-align:					center;
	}

	.simplemodal-data .lists {
		display:					table;
		width:						100%;
	}

	.simplemodal-data .col {
		display:					table-cell;
		width:						25%;
	}

	.simplemodal-data.os_lists .col {
		width:						33.3%;
	}

	.simplemodal-data .col + .col {
		padding-left:				1em;
	}

	.simplemodal-data.os_lists .col + .col {
		padding-left:				2em;
	}

	.simplemodal-data .list {
		list-style:					none;
	}

	.simplemodal-data .list + .title {
		margin-top:					1em;
	}

	.simplemodal-data .item {
		font-size:					0.8em;
		line-height:				1.5em;
	}

	.simplemodal-data.os_lists .item {
		font-size:					0.7em;
	}



	/*** Colocation ***/

	.datacenter.colocation img.intro {
		margin-top:					-5em;
		width:						12.375em;
	}

	.datacenter.colocation .packs {
		width:						56em;
	}

	.datacenter.colocation .packs .name {
		width:						20%;
	}

	.datacenter.colocation .packs .link,
	.datacenter.colocation .packs .traffic,
	.datacenter.colocation .packs .nrg,
	.datacenter.colocation .packs .price {
		width:						14%;
	}

	.datacenter.colocation .packs .rack {
		width:						24%;
	}

	.datacenter.colocation .packs .details {
		cursor:						pointer;
	}

	.datacenter.colocation .packs .details .name {
		text-align:					center;
	}

	.datacenter.colocation .packs .details .rack_details {
		display:					inline-block;
		margin-right:				0.3em;
	}

	.datacenter.colocation .packs .details .extra_price {
		color:						rgb(100, 100, 100);
		display:					inline-block;
		font-style:					italic;
		margin-left:				0.3em;
	}

	.datacenter.colocation .packs .details .price {
		font-size:					1.3em;
		font-style:					italic;
		font-weight:				bolder;
	}

	.datacenter.colocation .cols {
		display:					table;
		margin-top:					1.5em;
	}

	.datacenter.colocation .col {
		display:					table-cell;
		padding:					0 0 0 1em;
		width:						50%;
	}

	.datacenter.colocation .col:first-child {
		padding:					0 1em 0 0;
	}

	.datacenter.colocation .col .heading {
		font-size:					0.9em;
		font-weight:				bolder;
		line-height:				1.3em;
		margin-bottom:				0.6em;
	}

	.datacenter.colocation .col .list {
		list-style:					none;
	}

	.datacenter.colocation .col .item {
		font-size:					0.8em;
		margin-top:					0.5em;
		padding-left:				0.7em;
		text-indent:				-0.7em;
	}

	.datacenter.colocation .col .arrow {
		margin:						0 0.8em 0 0.3em;
	}

	.datacenter.colocation .col .price {
		color:						rgb(0, 120, 180);
		font-style:					italic;
	}

	.datacenter.colocation .col .desc {
		font-size:					0.7em;
		margin-left:				1.7em;
	}

	.datacenter.colocation .col .item {
		font-weight:				bolder;
	}

	.datacenter.colocation .col .feats .free {
		color:						rgb(0, 120, 180);
	}

	.datacenter.colocation .col .feats .opt {
		color:						rgb(0, 120, 180);
		font-weight:				lighter;
	}

	.datacenter.colocation .col .panel.heading .svc {
		font-weight:				bolder;
	}

	.datacenter.colocation .col .order {
		margin-top:					1.5em;
	}

	.datacenter.colocation .col .dc.heading {
		margin-top:					1.5em;
	}
	
	.services .item img {
		margin-top:					-3.5em;
		width:						9.188em;
	}
	.services .item .colocation
	{
			background-image:			url("img/datacenter/colocation.png");
	}	
	.services .item .servidores_dedicados
	{
			background-image:			url("");
	}
	
	
	.vis
	{
		display:table;	
		margin-top:60px;
	}	
	
	.vis .col
	{
		display:table-cell;
		 width:50%;
		 vertical-align:middle;
		 padding-left:50px;
		 margin-right:10px;
	}
	
	
	
	.datacenter .cat .services .item .colocation
	{
		
	}
	
	.datacenter .cat .services .item .dedicated_servers
	{
		
	}

	
	.layout_da_pagina
{
	
	width:79%;
	height:250px;
	
	margin-right:auto;
	margin-left:auto;
margin-bottom:50px;

}

.caixa1
{
	float:left;
	/*margin-left:7%;
	margin-bottom:50px;*/
	margin-right:10px;	
}
.caixa1 table
{
	padding-bottom:23px;
}
.caixa2
{	
	float:right;	
}

#caixa1
{
	
}
#caixa2
{}


#texto
{
  border-bottom-color:black;
  border-bottom-style:solid;
  padding-top:10px;
  padding-bottom:10px;
  margin-bottom:10px;
}

#teste
{
-moz-box-shadow: 1px 1px 9px #000;
-webkit-box-shadow: 1px 1px 9px #000;
box-shadow: 1px 1px 9px #000;

}

#primeiro
{
margin-top:0px;
margin-bottom:20px;
}


.servidor_dedicado
{
	-moz-box-shadow: 5px 11px 75px #7a40a6;
-webkit-box-shadow: 5px 11px 75px #7a40a6;
box-shadow: 5px 11px 75px #7a40a6;
width:300px;
background-color:blue;
}



	
	
	

}
