

.container > header,
.cq-top,
.container > section {
	font-family:  sans-serif;
}

.container > header {
	margin: 0 auto;
	padding: 2em;
	text-align: center;
	background: rgba(0,255,255,0.1);
}

.container > header h1 {
	font-size: 2.625em;
	line-height: 1.3;
	margin: 0;
	font-weight: 100;
}

.container > header span {
	display: block;
	font-size: 60%;
	opacity: 0.7;
	padding: 0 0 0.6em 0.1em;
}
.container > header h2 {
	font-family: Perpetua Bold Italic;
	color: #fff;
	text-decoration: italic;
	letter-spacing: 0.1em;
	width: 100%;
	font-size: 1.69em;

}

/* To Navigation Style */
.cq-top {
	background: #0000ff;
	background: rgba(255, 255, 255, 0.1);
	text-transform: uppercase;
	width: 100%;
	font-size: 0.69em;
	line-height: 2.2;
}

.cq-top a {
	text-decoration: none;
	padding: 0 1em;
	letter-spacing: 0.1em;
	color: #fff;
	display: inline-block;
}

.cq-top a:hover {
	background: rgba(255,255,255,0.95);
	color: #777;
}

.cq-top span.right {
	float: right;
}

.cq-top span.right a {
	float: left;
	display: block;
}

.cq-icon:before {
	font-family: 'Lato';
	margin: 0 4px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.cq-icon-drop:before {
	content: "\e001";
}

.cq-icon-prev:before {
	content: "\e004";
}

/* Demo Buttons Style */
.cq-demos {
	padding-top: 1em;
	font-size: 0.9em;
}

.cq-demos a {
	text-decoration: none;
	outline: none;
	display: inline-block;
	margin: 0.5em;
	padding: 0.7em 1.1em;
	border: 3px solid #fff;
	color: #eee;
	font-weight: 700;
}

.cq-demos a:hover,
.cq-demos a.current-demo,
.cq-demos a.current-demo:hover {
	opacity: 0.6;
}

.container > section {
	padding: 2em;
	font-size: 1.4em;
	max-width: 50em;
	margin: 0 auto;
	
}

.container > section p {
	padding: 0.8em 0;
	text-align: justify;
	opacity: 0.5;
	font-weight: 100;
	line-height: 1.4;
	
}

.cq-column {
    margin-right: 4%;
    position: relative;
    float: left;
    display: block;
    padding: 0 !important
    }

.column-last {
    margin-right: 0 !important
    }

.column-1-2 {
    width: 48%
    }

.cq-accordion {
	margin:0 0 30px;
	}
.cq-toggle {
	border-bottom:1px solid #666;
	}
.cq-accordion .cq-toggle {
	margin-bottom:0px;
	}	
.cq-toggle .toggle-title {
	text-transform:uppercase;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;
	font-size:16px;
	margin:0;
	padding:8px 0;
	cursor:pointer;
	position:relative;
	font-family:Arial, sans-serif;
	letter-spacing:1px;
	-moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
	}
.cq-toggle .toggle-title:before {
	content:"\002B";
	font-family:Arial, Helvetica, sans-serif;
	margin-right:10px;
	font-weight:bold;
	position:relative;
	bottom:1px;
	}	
.cq-toggle .toggle-title:hover,
.cq-toggle .toggle-title.active {
	color:#999;
	}
.cq-toggle .toggle-content {
	display:none;
	padding-left:20px;
	}
.cq-toggle .toggle-content.active {
	display:block;
	}	
.cq-toggle .toggle-content p,
.cq-toggle .toggle-content .cq-media-container {
	margin-bottom:20px;
	}
	




@media screen and (max-width: 25em) {

	.cq-icon span {
		display: none;
	}

}