* {
	/*position: relative;*/
	
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style: none;
}

hr.logo-light,
hr.logo-dark {
  max-width: 25rem;
  padding: 0;
  text-align: center;
  border: none;
  border-top: solid 0.5rem;
  margin-top: 6.7rem;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}

hr.logo-light:after {
    content:'                        ';
    position: absolute;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -14px;
    left: 50%;
}

.component {
    width:100%;
	position: relative;
	margin-bottom: 6em;
	height: 0.3rem;
	/*background: rgba(0,0,0,0.05);*/
	font-family: 'Lato', Arial, sans-serif;
}

.component > h2 {
	position: absolute;
	overflow: hidden;
	width: 95%;
	text-align: center;
	text-transform: uppercase;
	white-space: normal;
	font-weight: 300;
	font-style: italic;
	font-size: 5.5em;
	opacity: 0.2;
	cursor: default;
}

.cn-button {
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 11;
	margin-top: -3.4em;
	margin-left: -3.4em;
	padding-top: 0em;
	width: 7em;
	height: 7em;
	border: none;
	border-radius: 50%;
	background: none;
	background-color: #1867a9;
	color: white;
	text-align: center;
	font-weight: 700;
	font-size: 1.5em;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	  background-image:url('../img/logo-modified.png');
    background-repeat:no-repeat;
}

.cn-wrapper {
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 10;
	margin-top: -13em;
	margin-left: -13.5em;
	width: 27em;
	height: 27em;
	border-radius: 50%;
	background: transparent;
	opacity: 0;
	-webkit-transition: all .3s ease 0.3s;
	-moz-transition: all .3s ease 0.3s;
	transition: all .3s ease 0.3s;
	-webkit-transform: scale(0.1);
	-ms-transform: scale(0.1);
	-moz-transform: scale(0.1);
	transform: scale(0.1);
	pointer-events: none;
	overflow: hidden;
}

/*cover to prevent extra space of anchors from being clickable*/
.cn-wrapper:after{
  content:".";
  display:block;
  font-size:2em;
  width:6.2em;
  height:6.2em;
  position: absolute;
  left: 50%;
  margin-left: -3.1em;
  top:50%;
  margin-top: -3.1em;
  border-radius: 50%;
  z-index:10;
  color: transparent;
}

.opened-nav {
	border-radius: 50%;
	opacity: 1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	pointer-events: auto;
}

.cn-wrapper li {
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: hidden;
	margin-top: -1.3em;
	margin-left: -10em;
	width: 10em;
	height: 10em;
	font-size: 1.5em;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: rotate(76deg) skew(50deg);
	-moz-transform: rotate(76deg) skew(50deg);
	-ms-transform: rotate(76deg) skew(50deg);
	transform: rotate(76deg) skew(50deg);
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	pointer-events: none;
}

.cn-wrapper li a {
	position: absolute;
	right: -7.25em;
	bottom: -7.25em;
	display: block;
	width: 14.5em;
	height: 14.5em;
	border-radius: 50%;
	background: #1867a9;
	background: -webkit-radial-gradient(transparent 35%, #1867a9 35%);
	background: -moz-radial-gradient(transparent 35%, #1867a9 35%);
	background: radial-gradient(transparent 35%, #1867a9 35%);
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 1.2em;
	line-height: 2;
	-webkit-transform: skew(-50deg) rotate(-70deg) scale(1);
	-moz-transform: skew(-50deg) rotate(-70deg) scale(1);
	-ms-transform: skew(-50deg) rotate(-70deg) scale(1);
	transform: skew(-50deg) rotate(-70deg) scale(1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	pointer-events: auto;
}

.cn-wrapper li a span {
	position: relative;
	top: 1.8em;
	display: block;
	font-size: .5em;
	font-weight: 700;
	text-transform: uppercase;
}

.cn-wrapper li a:hover,
.cn-wrapper li a:active,
.cn-wrapper li a:focus {
	background: -webkit-radial-gradient(transparent 35%, #3180c2 35%);
	background: -moz-radial-gradient(transparent 35%, #3180c2 35%);
	background: radial-gradient(transparent 35%, #3180c2 35%);
}
.cn-wrapper li a:focus {
    position: fixed; /* fix the displacement bug in webkit browsers when using tab key */
}

.opened-nav li {
	-webkit-transition: all .3s ease .3s;
	-moz-transition: all .3s ease .3s;
	transition: all .3s ease .3s;
}

.opened-nav li:first-child {
	-webkit-transform: rotate(-15deg) skew(50deg);
	-moz-transform: rotate(-15deg) skew(50deg);
	-ms-transform: rotate(-15deg) skew(50deg);
	transform: rotate(-15deg) skew(50deg);
}

.opened-nav li:nth-child(2) {
	-webkit-transform: rotate(27deg) skew(50deg);
	-moz-transform: rotate(27deg) skew(50deg);
	-ms-transform: rotate(27deg) skew(50deg);
	transform: rotate(27deg) skew(50deg);
}

.opened-nav  li:nth-child(3) {
	-webkit-transform: rotate(69deg) skew(50deg);
	-moz-transform: rotate(69deg) skew(50deg);
	-ms-transform: rotate(69deg) skew(50deg);
	transform: rotate(69deg) skew(50deg);
}

.opened-nav li:nth-child(4) {
	-webkit-transform: rotate(111deg) skew(50deg);
	-moz-transform: rotate(111deg) skew(50deg);
	-ms-transform: rotate(111deg) skew(50deg);
	transform: rotate(111deg) skew(50deg);
}

.opened-nav li:nth-child(5) {
	-webkit-transform: rotate(153deg) skew(50deg);
	-moz-transform: rotate(153deg) skew(50deg);
	-ms-transform: rotate(153deg) skew(50deg);
	transform: rotate(153deg) skew(50deg);
}

.opened-nav li:nth-child(6) {
	-webkit-transform: rotate(140deg) skew(60deg);
	-moz-transform: rotate(140deg) skew(60deg);
	-ms-transform: rotate(140deg) skew(60deg);
	transform: rotate(140deg) skew(60deg);
}

.opened-nav li:nth-child(7) {
	-webkit-transform: rotate(172deg) skew(60deg);
	-moz-transform: rotate(172deg) skew(60deg);
	-ms-transform: rotate(172deg) skew(60deg);
	transform: rotate(172deg) skew(60deg);
}

.no-csstransforms .cn-wrapper {
	overflow: hidden;
	margin: 10em auto;
	padding: .5em;
	text-align: center;
}

.no-csstransforms .cn-wrapper ul {
	display: inline-block;
}

.no-csstransforms .cn-wrapper li {
	float: left;
	width: 5em;
	height: 5em;
	background-color: #fff;
	text-align: center;
	font-size: 1em;
	line-height: 5em;
}

.no-csstransforms .cn-wrapper li a {
	display: block;
	width: 100%;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.no-csstransforms .cn-wrapper li a:hover,
.no-csstransforms .cn-wrapper li a:active,
.no-csstransforms .cn-wrapper li a:focus {
	background-color: #f8f8f8;
}

.no-csstransforms .cn-wrapper li.active a{
	background-color: #6F325C;
	color: #fff;
}

.no-csstransforms .cn-button {
	display: none;
}

@media only screen and (max-width: 620px) {
	.no-csstransforms li {
		width: 4em;
		height: 4em;
		line-height: 4em;
	}
}

@media only screen and (max-width: 500px) {
	.no-ccstransforms .cn-wrapper {
		padding: .5em;
	}

	.no-csstransforms .cn-wrapper li {
		width: 4em;
		height: 4em;
		font-size: .9em;
		line-height: 4em;
	}
}

@media only screen and (max-width: 480px) {
	.cn-wrapper {
		font-size: .68em;
	}

	.cn-button {
		font-size: 1em;
	}
}

@media only screen and (max-width:420px) {
	.no-csstransforms .cn-wrapper li {
		width: 100%;
		height: 3em;
		line-height: 3em;
	}
}



/*=====================================================
=            Bootstrap 2.3.2 Media Queries            =
=====================================================*/
/* Large desktops and laptops */
@media (min-width: 1200px) {
	white-space: normal;
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
.component > h2 {
	font-weight: 300;
	font-size: 5em;
	white-space: normal;
}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
.component > h2 {
	font-weight: 300;
	font-size: 4em;
	white-space: normal;

}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
.component > h2 {
	font-weight: 300;
	font-size: 3.5em;
	white-space: normal;
}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
.component > h2 {
	font-weight: 300;
	font-size: 3em;
	white-space: normal;
}
}


div#maincontent {
    outline: none;
    width: 100%;
}

.cn-wrapper ul {
 position:relative;
}