/*
	Arcana by Pixelarity
	pixelarity.com @pixelarity
	License: pixelarity.com/license
*/

/* Basic */

	body, input, select, textarea {
		font-size: 14pt;
		line-height: 1.5em;
	}

/* Banner */

	banner {
		height: 30em;
	}
	
	#cct {
    max-width: 1400px;
    margin: auto;
    /*background: #343434 none repeat scroll 0% 0%;*/
    box-shadow: 0px 8px 15px #999;
    position: relative;
}

	.socialicons{
			padding-top:11.5em;
		}