.threesixty-embed {
	position: relative;
	max-width: 1100px;
	margin: 0 auto 50px;
}
	.threesixty-embed > .title {
		display: block;
		max-width: 700px;
		padding: 25px 0;
		text-align: center;
		color: #4D4D4D;
		font-size: 36px;
		font-family: "ShadowsIntoLightW00-Reg", cursive;
		cursor: default;
	}

	.threesixty-embed .description {
		max-width: 700px;
		margin: 0 auto;
		padding: 0 15px;
		text-align: center;
	}

	.threesixty-embed .embedcode {
		margin-bottom: 30px;
	}

	.threesixty-embed .buttons {
		display: block;
		text-align: center;
	}
		.threesixty-embed .buttons .btn {
			display: inline-block;
			color: #4D4D4D;
			font-size: 21px;
			font-family: 'PT Sans W01 Bold';
			padding: 5px 25px;
			text-transform: uppercase;
			background-color: #A6A89B;
		}
