@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

body {
	background: #ffffff;
	color: #000;
	font-weight: 400;
	font-size: 1em;
	font-family: 'Lato', Arial, sans-serif;
	margin:0;
	padding:0;
	width:1024px;
	height:768px;
}
a {
	color: #80b9dd;
	text-decoration: none;
}

a:hover, a:focus {
	color: #fff;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

a, button {
	outline: none;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

/* To Navigation Style */
.cccontainer{
	margin:0 auto;
}
.cctop {
    font-size: 0.75em;
    font-weight: 700;
    line-height: 3.2;
    margin: 0 auto;
    position: relative;
    text-transform: uppercase;
    width: 750px;
    z-index: 1000;
		margin-top:15px;
}

.cctop a {
	/*display: inline-block;*/
	/*padding: 0 1.5em;*/
	text-decoration: none;
	letter-spacing: 1px;
}

.cctop span.right {
	float: right;
}

.cctop span.right a {
	display: block;
	float: left;
}

/* Header Style */

.ccheader {
	margin: 0 auto;
	padding: 2em;
	text-align: center;
}

.ccheader h1 {
	font-size: 2.625em;
    font-weight: 300;
    line-height: 1.3;
    margin: 0;
}

.ccheader h1 span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	font-size: 60%;
	opacity: 0.7;
}



/* Demo Buttons Style */
.codeconvey-demo {
	padding-top: 1em;
	font-size: 0.8em;
}

.codeconvey-demo a {
	display: inline-block;
	margin: 0.5em;
	padding: 0.7em 1.1em;
	outline: none;
	border: 2px solid #fff;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}

.codeconvey-demo a:hover,
.codeconvey-demo a.current-demo,
.codeconvey-demo a.current-demo:hover {
	border-color: #fff;
	color: #fff;
}

/* Wrapper Style */



section{ float:left; width:100%;}

.opt{
background: url(../images/bg.jpg);
padding:3%;
}
