/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
	}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom:1;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    background: #fff;
    font-weight: 300;
    font-size: .8em
    color: #333;
    -webkit-font-smoothing: antialiased;
}

a {
	color: #555;
	text-decoration: none;
}

.brand {
	padding: 10px 0 0 0;
}
.brand h1 {
	position:absolute;
	left:-9000px;
}


.logo {
	display:block;
	margin-left: auto;
	margin-right:auto;
	padding-top:5px;
	padding-left:0;
}

.container {
	width: 100%;
	position: relative;
}


.container > header,
.content-wrapper {
	padding: 5px;
	width: 100%;
	max-width:1600px;
	margin: 0 auto;
}

.content-wrapper p{
	padding-top: 30px;
	line-height: 26px;
}

.container > header h1 {
	font-size: 17px;
	line-height: 1,7;
	letter-spacing:0,7px;
	margin: 0;
	font-weight: 400;
	color: #009999;
	text-align:center;
	padding-top: 10px;
}

.container > header h1 span {
	display: block;
	font-size: 17px;
	font-weight: 600;
		color: #FF0099;
	padding: 5px 0;
}



/* Navigation Style */
.js ul#navMain {
	display:none;
}
.js ul#navMain {
	display:none;
	list-style:none;
	padding-top:0;
	}

.js ul#navMain a {
	color: #FFFFFF;
	line-height:2;
	}
	
.js ul#navMain a:hover {
	color: #FF0099;
}


ul#navMain {
	text-align: center;
	margin-left:-20px;
    }

#navMain a.activlink:hover {
	font-weight:bold;
	color: #000;
}

#navMain a {
	color: #000;
	line-height:2;
	}
	
#navMain a:hover {
	color: #FF0099;
}

#navMain a.activlink {
    font-weight:bold;
}

#navMain a.activlink:hover {
	font-weight:bold;
	color: #FF0099;
}


#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    
    /* Specify the width of your pageslide here */
    width: 110px;
    padding: -20px;
    
    /* These styles are optional, and describe how the pageslide will look */
    background-color: #333;
    color: #FFF;
    -webkit-box-shadow: inset 0 0 5px 5px #222;
    -moz-shadow: inset 0 0 5px 5px #222;
    box-shadow: inset 0 0 5px 5px #222;
}

#pageslide ul {background:none;}


#pageslide ul li a {
	background:none;
	box-shadow:none;
	text-align:left;
}

.open {
	float:left;
	height:39px;
	width:46px;
	margin:10px 0 0 0;
	text-indent:-9999px;
	background-image: url(../images/open.png);
	padding-bottom:5px;
}
/* Header */
div#circle.container{
	margin-top:-50px;
}
.container#circle {
    position:relative;
    margin-left:auto;
	margin-right:auto;	
    z-index: 999;
    color:#000;
    background: rgba(255, 255, 255, 0.5);
    padding: 40px;
    width: 320px;
    height: 320px;
    margin-top: 0;
    text-align: center;
}

#circle h1 {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    font-size: 1.2em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
	text-align: center;
	color:#000000;
}

#circle h1 span {
	display:block;
    font-weight: 300;
	text-align: center;
	color:#000000;
}

#circle p {
    font-family: Cambria, Georgia, serif;
    font-style: italic;
	font-size: 0,6em;
	color:#000000;
	margin-top:-10px;
	padding:0 10px 0;
}

#circle a {
    color:#FF0099;
}


@media screen and (min-width:380px) {
	
	.container#circle {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    margin-top: 40px;
    text-align: center;
}
#circle h1 {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    padding: 15px 0 5px 0;
    font-size: 1.7em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
	text-align: center;
}

#circle h1 span {
	display:block;
    font-weight: 300;
	text-align: center;
}

#circle p {
    font-family: Cambria, Georgia, serif;
    font-style: italic;
}
	img {
	width:208px;
	padding-left:0;
}

@media screen and (min-width:500px) {
	.container#circle {
    position: relative;
    float:left;
	margin-left:30px;
    z-index: 999;
    color: #fff;
    background: rgba(255, 255, 255, 0.5);
    padding: 60px;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    margin-top: 40px;
    text-align: center;
}
	body {font-size:0.95em;}
	
	
	#logo {
	display:block;
	margin-left: auto;
	margin-right:auto;
	padding-top:5px;
}
	
}

@media screen and (min-width:550px) {
	body {font-size:1em;}
	
	.container#circle {
		margin-left:40px;
		margin-top: 60px;
	}
	

@media screen and (min-width:620px) {
	
	#pageslide, .open {display:none !important;}
	#navMain {display:block!important;
	}
	
	.js #navMain li a {
		display:inline;
		padding: .8em 1em .7em;
		color: #000;
	}
	
	#navMain {
	list-style:none;
	padding-top:0;
    }
	
	ul#navMain {text-align: center;}
	
	ul#navMain li {
		display:inline;
	}
	
	#navMain li a {
		display:inline;
		padding: .8em 1em .7em;
		color: #000;
	}
	#navMain a:hover {
	color: #FF0099;
    }

    #navMain a.activlink {
    font-weight:bold;
    }
	#navMain a.activlink:hover {
	font-weight:bold;
	color: #FF0099;
    }



.container > header h1 {
	font-size: 22px;
	text-align:center;
}

.container > header h1 span {
	
	font-size: 20px;
	
}
	
	header {
		padding-top:15px;	
		padding-bottom:0;	
	}
	
	#logo {
		float:left;	
	}
	
	

	
}

@media screen and (min-width:720px) {
	
	#navFeatured li a {padding:7% 0 6%;}
	
	#featuredContainer img {margin:2% 0 4%;}
	
	footer section {
		width:48%;
		margin-right:4%;
		float:left;	
	}
	
	footer section:last-child {margin-right:0;}
	
}
@media screen and (min-width:800px) {
	.container#circle {
    position: relative;
    padding: 80px;
    width: 400px;
    height: 400px;
    
}
#circle h1 {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    font-size: 1.7em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
	text-align: center;
	color:#000000;
}

#circle h1 span {
	display:block;
    font-weight: 300;
	text-align: center;
	color:#000000;
}

#circle p {
    font-family: Cambria, Georgia, serif;
    font-style: italic;
	font-size: 0,9em;
	color:#000000;
	margin-top:-10px;
	padding:0 10px 0;
}
	}

@media screen and (min-width:900px) {
	body {font-size:1em;}
	
	
	}
	@media screen and (min-width:1040px) {
		div#circle.container{
	float:left;
    margin-left:10%;
}
}
	

@media screen and (min-width:1150px) {
	
	/* Navigation Style */
#navMain {
	float: right;
	padding-top: 20px;
	margin-right:4%;
}

#navMain a {
    display: inline-block;
    margin: 10px;
    border-bottom: 4px solid transparent;
	color: #000000;
}

#navMain a:hover {
	color: #FF0099;
	border-color: #FF0099;
}

#navMain a.activlink {
    font-weight:bold;
}

.container > header h1 {
	margin-top:-40px;
	text-align:left;
	margin-left:4%;
}
div#footer{
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	
}
}

@media screen and (min-width:1600px) {
		div#circle.container{
	float:left;
    margin-left:15%;
}
#circle h1 {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    font-size: 2em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
	text-align: center;
	color:#000000;
}


#circle p {
    font-family: Cambria, Georgia, serif;
    font-style: italic;
	font-size: 1.5em;
	color:#000000;
	margin-top:-10px;
	padding:0 10px 0;
}
}





