
/* //////////////////////////////////////////////// 
//	IMPORT FONTS 
/////////////////////////////////////////////////*/
@font-face {
    font-family: 'DinBold';
    src: url('../fonts/DINPro-Bold.eot');
    src: url('../fonts/DINPro-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DINPro-Bold.woff') format('woff'),
         url('../fonts/DINPro-Bold.ttf') format('truetype'),
         url('../fonts/DINPro-Bold.svg#DinBold') format('svg');
    font-weight: normal;
    font-style: normal;
    line-height: 100%;
}
@font-face {
    font-family: 'DinMedium';
    src: url('../fonts/DINPro-Medium.eot');
    src: url('../fonts/DINPro-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DINPro-Medium.woff') format('woff'),
         url('../fonts/DINPro-Medium.ttf') format('truetype'),
         url('../fonts/DINPro-Medium.svg#DinMedium') format('svg');
    font-weight: normal;
    font-style: normal;
    line-height: 100%;
}
@font-face {
    font-family: 'DinRegular';
    src: url('../fonts/DINPro-Regular.eot');
    src: url('../fonts/DINPro-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DINPro-Regular.woff') format('woff'),
         url('../fonts/DINPro-Regular.ttf') format('truetype'),
         url('../fonts/DINPro-Regular.svg#DinRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    line-height: 100%;
}
@font-face {
    font-family: 'DinLight';
    src: url('../fonts/DINPro-Light.eot');
    src: url('../fonts/DINPro-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DINPro-Light.woff') format('woff'),
         url('../fonts/DINPro-Light.ttf') format('truetype'),
         url('../fonts/DINPro-Light.svg#DinLight') format('svg');
    font-weight: normal;
    font-style: normal;
    line-height: 100%;
}


/* //////////////////////////////////////////////// 
//	BODY ETC 
/////////////////////////////////////////////////*/
* {
	margin:0px;
	padding:0px;
}

html, body {
	background-color: #fff;
    -webkit-font-smoothing: antialiased;
       -moz-font-smoothing: antialiased;
        -ms-font-smoothing: antialiased;
            font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: 'DinLight', 'Helvetica-Neue', Helvetica, Arial, Sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}


/* //////////////////////////////////////////////// 
//	BOX SIZING 
/////////////////////////////////////////////////*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}


/* //////////////////////////////////////////////// 
//	SELECTION 
/////////////////////////////////////////////////*/
::-moz-selection {
    color: #fff;
    background: #333;
}
::selection {
    color: #fff; 
    background: #333;
}


.logos {text-align:center!important;}

.logos .col-2-12 {max-width:25%!important;}
/* //////////////////////////////////////////////// 
//	IMAGE STYLES 
/////////////////////////////////////////////////*/
img { 
    border: 0; 
    -ms-interpolation-mode: bicubic; 
    vertical-align: middle; 
    max-width: 100%!important; 
    height:auto!important;
}
img a {
    border:none;
    outline:none;
}
/* //////////////////////////////////////////////// 
//	TOP NAV - MOBILE BUTTON 
/////////////////////////////////////////////////*/
.panel .button {
    border-radius: 50px;
    padding-left: 0px;
    padding-right: 0px;
    color: #fff;
    font-size: 22px;
    margin: 0;
    vertical-align: middle;
    text-align: center;
}
/* //////////////////////////////////////////////// 
//	SIDEBAR NAV
/////////////////////////////////////////////////*/

#specification,#markets,#proscons,#history {display:none!important;}

.cky-notice-des a {color:blue!important;}

.cky-notice-des p {padding-bottom:10px!important;}

.cky-notice .cky-title {margin-bottom:0px!important;}

.sidebar {
    z-index: 2000;
}
.sidebar .close {
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
    padding: 14px;
    font-size: 35px;
    font-weight: 300;
    opacity: .3;
    z-index: 101;
    -webkit-transition: .25s;
    transition: .25s;
    color: #fff!important;
}
/* //////////////////////////////////////////////// 
//	TOP NAV 
/////////////////////////////////////////////////*/
.panel.top {
	padding: 2% 5% 2% 5%!important;
}
.panel.top {
	z-index: 1000;	
}
.panel.top .desktop .menu {
    min-width: 500px;
}
.panel.top .desktop .menu li {
    float: left;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
    text-transform: uppercase;
}
.panel.top .desktop .menu li a {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 65%;
}
.panel.top .center .logo {
    min-width: 105px;
}

.civintro {margin-top:-13%!important;}

.civintro p {color: #222!important;}

.panel.top .right .menu li {
    float: right; 
}
.panel.top .right .menu li a {
    padding-left: 20px!important;
    padding-right: 0px!important; 
}
.panel.top .right .menu li a:before {
	content: "";
    border-left: 1px solid #00ffea; 
    padding-right: 20px!important;
}
.panel.top .right .menu li:last-of-type a:before {
    border-left: 0px; 
}
.panel.top .left .menu li a {
    padding-left: 20px!important;
    padding-right: 0px!important;
}
.panel.top .left .menu li a:after {
	content: "";
    border-right: 1px solid #00ffea;
    padding-right: 20px!important; 
}
.panel.top .left .menu li:last-of-type a:after {
    border-right: 0px; 
}

.leisure ul.menu li a {color:#222!important;}

.racing ul.menu li a {color:#222!important;}

@media (max-width: 1024px) {
	.panel.top .menu li a {
		font-size: 90%;
	    padding-top: 4px;
	    padding-bottom: 4px;
	    padding-left: 30px;
	    padding-right: 0px;
	}
	.panel.top .logo {
		max-width: 140px!important;
	}
}
@media (max-width: 767px) {
	.panel {
		padding: 3% 5% 3% 5%!important;
	}
}

/* //////////////////////////////////////////////// 
//	ELEVATOR NAV 
/////////////////////////////////////////////////*/
.scroll nav.elevator {
	display: block;
}
nav.elevator {
	display: block;
}
.side {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 100;
    padding: calc(5.56% + 10px) 2%!important;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: transparent;
}
.navigation li::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    opacity: 0.5;
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 0 1px #303030;
    box-shadow: 0 0 1px #303030;
    -webkit-transition: opacity 0.15s, background 0.15s;
    transition: opacity 0.15s, background 0.15s;
}
.navigation li.selected:after {
    background-color: #00ffea!important;
}
@media (max-width: 767px) {
	nav.elevator {
		display: none;
	}
}
/* //////////////////////////////////////////////// 
//	TOP NAV - MOBILE BUTTON 
/////////////////////////////////////////////////*/
.scroll .panel.bottom {
    display: none;
}

/* //////////////////////////////////////////////// 
//	BACKGROUNDS 
/////////////////////////////////////////////////*/
.background.white {
    background-color: #fff;
}
.background.dark {
    background-color: #38383d!important;
}
.background.highlight {
    background-color: #00ffea!important;
}
.whiteBG {
	background-color: #fff!important;
}
.highlightBG {
	background-color: #00ffea!important;
}

/* //////////////////////////////////////////////// 
//	SECTIONS 
/////////////////////////////////////////////////*/
section {
    background:#111!important;
}

/* //////////////////////////////////////////////// 
//	FONTS 
/////////////////////////////////////////////////*/
h1,h2 {
	text-align: center;
	font-size: 350%;
	line-height: 115%;
	letter-spacing: -2px;
	padding-bottom: 0px;
	font-weight: 400;
}
h3 {
	font-size: 130%;
	line-height: 125%;
	padding-bottom: 3px;
}
p {
	padding-top: 15px;
	padding-bottom: 35px;
	opacity: 1;
	font-size: 120%;
	line-height: 145%;
	font-weight: 400;
}
p:last-of-type {
	padding-bottom: 15px;
}
p.intro {
	margin:0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 620px;
}
a {
	outline: none;
	text-decoration: none;
	color: #fff;
}
.caps, .uppercase {
	text-transform: uppercase;
}
.bold {
	font-weight: 700!important;
}
.small {
	font-size: 90%!important;
	padding-top: 0px;
	padding-bottom: 0px;
	letter-spacing: 0px;
}

/* //////////////////////////////////////////////// 
//	COLOURS 
/////////////////////////////////////////////////*/
.highlight {
	color: #00ffea!important;
}
.white {
	color: #fff!important;
}


/* //////////////////////////////////////////////// 
//	CONTAINERS 
/////////////////////////////////////////////////*/
.gradtop {
	position: fixed;
	width: 100%;
	height: 200px;
	z-index: 100;
	background: rgba(0,0,0,0.8);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00565656',GradientType=0 ); /* IE6-9 */
}
.scroll .gradtop {
	display: none;
}
.about.scroll .gradtop {
	display: block;
	position: absolute;
}
.content .centered {
	text-align: center;
}
.wrap:not(.noSpaces), 
.spaceWrap {
    padding: calc(5.56% + 130px) calc(5% + 15px);
}
.scroll .wrap:not(.noSpaces), 
.spaceWrap {
    padding: calc(5.56% + 30px) calc(5% + 15px);
}
@media (max-width: 767px) {
	.scroll .wrap:not(.noSpaces), 
	.spaceWrap {
	    padding: calc(5.56% + 20px) calc(5% + 15px);
	}
}

/* //////////////////////////////////////////////// 
//	OWL CAROUSEL
/////////////////////////////////////////////////*/
.owl-carousel {
    padding:30px;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    z-index: 200;
}
.owl-controls {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.owl-controls .owl-nav {
    position: relative;
    width: 100%;
    height: 100%;
}
.owl-controls .owl-nav .owl-prev {
    position: absolute;
    top:50%; left:0px;
    z-index: 100;
    margin-top: -14px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/owl-prev.png) left center no-repeat;
    width:15px;
    height: 28px;
}
.owl-controls .owl-nav .owl-next {
    position: absolute;
    top:50%; right:0px;
    z-index: 100;
    margin-top: -14px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/owl-next.png) right center no-repeat;
    width:15px;
    height: 28px;
}

/* //////////////////////////////////////////////// 
//	IMAGE GALLERIES 
/////////////////////////////////////////////////*/
.mfp-arrow-right:before, 
.mfp-arrow-right .mfp-b {
    border-left: 0px;
}
.mfp-arrow-left:before, 
.mfp-arrow-left .mfp-b {
    border-right: 0px;
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* //////////////////////////////////////////////// 
//	HOME - THE FUTURE 
/////////////////////////////////////////////////*/
#future img.concept {
	margin-top: 20px;
}
#future .background.future {
background: rgb(127,126,126,1);
background: -moz-linear-gradient(top, rgba(127,126,126,1) 0%, rgba(127,126,126,1) 19%, rgba(127,126,126,1) 42%, rgba(127,126,126,1) 50%, rgba(71,71,71,1) 79%, rgba(23,23,23,1) 100%);
background: -webkit-linear-gradient(top, rgba(127,126,126,1) 0%,rgba(127,126,126,1) 19%,rgba(127,126,126,1) 42%,rgba(127,126,126,1) 50%,rgba(71,71,71,1) 79%,rgba(23,23,23,1) 100%);
background: linear-gradient(to bottom, rgba(127,126,126,1) 0%,rgba(127,126,126,1) 19%,rgba(127,126,126,1) 42%,rgba(127,126,126,1) 50%,rgba(71,71,71,1) 79%,rgba(23,23,23,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f7e7e', endColorstr='#171717',GradientType=0 );
}
#future .background.future {
background: -moz-radial-gradient(center, ellipse cover, #7E7E7E 0%, #222222 100%); /* ff3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #7E7E7E), color-stop(100%, #222222)); /* safari4+,chrome */
background: -webkit-radial-gradient(center, ellipse cover, #7E7E7E 0%, #222222 100%); /* safari5.1+,chrome10+ */
background: -o-radial-gradient(center, ellipse cover, #7E7E7E 0%, #222222 100%); /* opera 11.10+ */
background: -ms-radial-gradient(center, ellipse cover, #7E7E7E 0%, #222222 100%); /* ie10+ */
background: radial-gradient(ellipse at center, #7E7E7E 0%, #222222 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7E7E7E', endColorstr='#222222',GradientType=1 ); /* ie6-9 */
}


/* //////////////////////////////////////////////// 
//	HOME - GALLERY
/////////////////////////////////////////////////*/
.gallery {
	margin-top: 4%;
}
.gallery .item {
	position: relative;
	margin-bottom: 4%;
}
.gallery .item a {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	display: block;
}
.gallery .item a:before {
	content: "";
	position: absolute;
	left: 0px; top: 0px;
	z-index: 100;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: inset 0px 0px 25px rgba(0,0,0,0.4);
}
.gallery .item img {
	border-radius: 10px;
	overflow: hidden;
}

/* //////////////////////////////////////////////// 
//	HOME - MODELS 
/////////////////////////////////////////////////*/
#models .grid {
	margin-top: 50px;
}
#models .grid .item {
	margin-bottom: 40px;
}
#models .grid .item a {
	float: left;
	display: block;
	width: 99%;
	height: 100%;
}
#models .grid .item:after {
	position: absolute;
	right:0px; top:0px;
	z-index: 100;
	content:"";
	width: 1px;
	height: 460px;
	background: rgba(0,255,234,0);
	background: -moz-linear-gradient(top, rgba(0,255,234,0) 0%, rgba(0,255,234,0.17) 9%, rgba(0,255,234,1) 52%, rgba(0,255,234,0.19) 91%, rgba(0,255,234,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,255,234,0)), color-stop(9%, rgba(0,255,234,0.17)), color-stop(52%, rgba(0,255,234,1)), color-stop(91%, rgba(0,255,234,0.19)), color-stop(100%, rgba(0,255,234,0)));
	background: -webkit-linear-gradient(top, rgba(0,255,234,0) 0%, rgba(0,255,234,0.17) 9%, rgba(0,255,234,1) 52%, rgba(0,255,234,0.19) 91%, rgba(0,255,234,0) 100%);
	background: -o-linear-gradient(top, rgba(0,255,234,0) 0%, rgba(0,255,234,0.17) 9%, rgba(0,255,234,1) 52%, rgba(0,255,234,0.19) 91%, rgba(0,255,234,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,255,234,0) 0%, rgba(0,255,234,0.17) 9%, rgba(0,255,234,1) 52%, rgba(0,255,234,0.19) 91%, rgba(0,255,234,0) 100%);
	background: linear-gradient(to bottom, rgba(0,255,234,0) 0%, rgba(0,255,234,0.17) 9%, rgba(0,255,234,1) 52%, rgba(0,255,234,0.19) 91%, rgba(0,255,234,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffea', endColorstr='#00ffea', GradientType=0 );
}
#models .grid .item:last-of-type:after {
	background: transparent;
}
#models .grid p {
	font-family: 'DinMedium', 'Helvetica-Neue', Helvetica, Arial, Sans-serif!important;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 2px;
}
#models .grid h2 {
	font-size: 200%;
	text-transform: uppercase;
}
#models .grid .button {
	font-size: 90%;
	line-height: 100%;
	text-transform: uppercase;
	padding: 22px;
	padding-top: 16px;
	padding-bottom: 17px;
	background: transparent;
	box-shadow: inset 0px 0px 1px 1px rgba(0,255,234,1);
}
@media (max-width: 767px) {
	#models .grid .item:after {
		background: transparent;
	}
}

/* //////////////////////////////////////////////// 
//	ABOUT - GALLERY 
/////////////////////////////////////////////////*/
.about #gallery .wrap {
	padding-top: 250px;
}
.about #gallery .intro {
	max-width: 900px;
}
@media (max-width: 767px) {
	.about #gallery .logos .item img {
		max-width: 150px!important;
	}
	.about #gallery .wrap {
		padding-top: 150px;
	}
}

/* //////////////////////////////////////////////// 
//	LEISURE & RACING - GALLERY 
/////////////////////////////////////////////////*/
.craft .wrap:not(.noSpaces), 
.craft .spaceWrap {
	padding-top: 5%;
	padding-bottom: 5%;
}
.craft #welcome .welcome-sub-head {
	font-family: 'DinRegular', 'Helvetica-Neue', Helvetica, Arial, Sans-serif!important;
	font-size: 120%;
	text-transform: uppercase;
	padding-bottom: 2px;
	letter-spacing: 0px;
}
.craft #welcome .intro,
.craft #markets .intro {
	max-width: 1200px;
}
.craft #history .intro,
.craft #gallery .intro {
	max-width: 1000px;
}
.craft #proscons .grid {
	margin-top: 40px;
}
.craft #proscons ul {
	margin: 0px;
	padding:0px;
}
.craft #proscons li {
	margin: 0px;
	padding:0px;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 120%;
	line-height: 120%;
	text-align: left;
}
.craft #proscons .tick {
	background: transparent url(../images/tick-white.png) left center no-repeat;
}
.craft #proscons .cross {
	opacity: 0.6;
	background: transparent url(../images/cross-white.png) left center no-repeat;
}
.craft #specification .specs {
	margin-top: 40px;
	text-align: left;
}
.craft #specification .specs ul  {
	margin: 0px;
	padding: 0px;
}
.craft #specification .specs li  {
	float: left;
	width:100%;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.craft #specification .specs li:first-of-type  {
	border-top: 1px solid rgba(255,255,255,0.2);
}
.craft #specification .specs li span  {
	float: left;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
.craft #specification .specs li span.label  {
	clear:both;
	width: 36%;
	margin-right: 3%;
	font-family: 'DinMedium', 'Helvetica-Neue', Helvetica, Arial, Sans-serif!important;
}
.craft #specification .specs li span.spec  {
	width: 60%;
}
.craft #markets ul  {
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
	text-align: left;
}
.craft #markets li  {
	margin: 0px;
	padding: 0px;
	float: left;
	width:20%;
	height:170px;
	text-align: center;
	padding-left: 3%;
	padding-right: 3%;
}
.craft #markets li span  {
	display: block;
	margin-top: 5px;
	font-family: 'DinMedium', 'Helvetica-Neue', Helvetica, Arial, Sans-serif!important;
	line-height: 110%;
	font-weight: 400;
}

@media (max-width: 768px) {
	.craft #welcome .wrap:not(.noSpaces) {
		padding-bottom: 100px;
	}
	.craft #markets li  {
		width:33.33%;
	}
}
@media (max-width: 600px) {
	.craft #welcome .wrap:not(.noSpaces) {
		padding-bottom: 40px;
	}
	.craft .wrap:not(.noSpaces) {
		padding-bottom: 40px;
	}
	.craft #markets li  {
		width:100%;
	}
}



/* //////////////////////////////////////////////// 
//	FOOTER - CONTACT 
/////////////////////////////////////////////////*/
#contact form,
#contact form input,
#contact form textarea,
#contact form select {
	font-family: 'DinLight', 'Helvetica-Neue', Helvetica, Arial, Sans-serif!important;
}
#contact .pad {
    border-radius: 20px;
    padding: 6% 6%;
    border: 4px solid #fff;
    color: #303030;
    background: #fff;
    overflow: hidden;
}
#contact form input[type="submit"] {
	font-family: 'DinMedium', 'Helvetica-Neue', Helvetica, Arial, Sans-serif!important;
    width: auto;
    margin: 8px 0;
    color: #444;
    letter-spacing: 0px;
    font-weight: 400;
}
#contact form label {
    display: none;
}
#contact .copyright {
	margin-top: 30px;
	font-size: 85%;
}
#contact .copyright a {
	color: #00ffea!important;
}
@media (max-width:767px) {	
	#contact .pad {
	    border-radius: 20px;
	    padding: 6% 6%!important;
	    border: 4px solid #fff;
	    color: #303030;
	    background: #fff;
	    overflow: hidden;
	}
	#contact form,
	#contact form input,
	#contact form textarea,
	#contact form select {
		font-size: 100%;
	}
}





/* //////////////////////////////////////////////// 
//	GENERAL MEDIA QUERIES 
/////////////////////////////////////////////////*/

@media (max-width: 1624px) {
 
    .civintro {margin-top:-16%!important;}
}

@media (min-width:1200px) {	
	.panel.top .logo {
		width: 120px;
		min-width: 120px!important;
		max-width: 120px!important;
	}
    
      
}
@media (max-width:1200px) {	
	.panel.top .logo {
		width: 120px;
		min-width: 120px!important;
		max-width: 120px!important;
	}
	.content h1,
	.content h2 {
		font-size: 290%;
		line-height: 115%;
		letter-spacing: -1px;
	}
    
    .civintro {margin-top:-19%!important;}
}
@media (max-width: 1024px) {
	body {
		font-size: 90%;
	}
	.panel.top .logo {
		width: 120px;
		min-width: 120px!important;
		max-width: 120px!important;
	}
    
    .civintro {margin-top:-25%!important;}
}
@media (max-width: 768px) {
	p.intro {
		line-height: 125%;
		font-size: 110%;
	}
}
@media (max-width: 767px) {
	body {
		font-size: 80%;
	}
	.content h1,
	.content h2 {
		font-size: 280%;
		line-height: 125%;
		letter-spacing: -1px;
	}
    
 
}
@media (max-width: 600px) {
	.panel.top .logo {
		width: 90px;
		min-width: 90px!important;
		max-width: 90px!important;
	}
	.content h1,
	.content h2 {
		font-size: 230%;
		line-height: 115%;
		letter-spacing: -1px;
	}
     .civintro {margin-top:-45%!important;} 
     
}

@media (max-width: 400px) {
      .civintro {margin-top:-65%!important;}
    }











