<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

p {
	font-size: 14px;
	line-height: 21px;
}
/********************************* RESPONSIVE TRICKS ****************************/

@media (max-width: 480px) {
	.hidden-phone {
		display: none;
	}
	.show-phone {
		display: inline-block;
	}

	.navigation {

	}
	.feature {
		width: 100%;
	}
	.news {
		width: 100%;
	}
	.projects {
		width: 100%;
	}
	.chief {
		width: 100%;
	}

	.section-heading {
		font-size: 22px;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
	.hidden-tablet {
		display: none;
	}
	.show-tablet {
		display: inline-block;
	}
	.navigation {

	}
	.feature {
		width: 100%;
	}
	.news {
		width: 100%;
	}
	.projects {
		width: 100%;
	}
	.chief {
		width: 100%;
	}

	.section-heading {
		font-size: 22px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	.hidden-desktop {
		display: none;
	}
	.show-desktop {
		display: inline-block;
	}
	.navigation {
		display: block;
		width: 192px;
	}
	.container {
		margin-left: 192px;
	}
	.home-article {
		width: 192px;
		float: left;
	}
	.feature {
		width: 192px;
	}
	.news {
		width: 384px;
	}
	.projects {
		width: 384px;
	}
	.chief {
		width: 192px;
	}

	.section-heading {
		font-size: 34px;
	}
}
@media (min-width: 980px) {
.hidden-desktop {
		display: none;
	}
	.show-desktop {
		display: inline-block;
	}
	.navigation {
		display: block;
		width: 220px;
	}
	.container {
		margin-left: 220px;
	}
	.home-article {
		width: 252px;
		float: left;
	}
	.feature {
		width: 252px;
	}
	.news {
		width: 722px;
	}
	.projects {
		width: 722px;
	}
	.chief {
		width: 252px;
	}

	.section-heading {
		font-size: 44px;	
	}
}

.container {
	background: url(img/debut_light.png);
	overflow: hidden;
}

.row {
	width: 100%;
	float: left;
	display: block;
	float: left;
}

.feature {
		float: left;
		overflow: hidden;
	}
	.news {
		float: left;
		overflow: hidden;
	}
	.projects {
		float: left;
		overflow: hidden;
	}
	.chief {
		float: left;
		overflow: hidden;
	}


/********************************* NAVIGATION MENU ****************************/


.navigation {
	background: #34346c;
	float: left;
	position: absolute;
}
.nav_crest {
	background: url(img/debut_light.png);
	padding-top: 30px;
	width: 100%;
}
.nav_crest a {
	padding: 0;
	width: 100%;
}
.nav_crest img {
	display: inline-block;
	margin: auto;
}
.navigation img {
	width: 100%;
	display: block;
	margin: auto;
}
.navigation ul {

	text-transform: capitalize;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.navigation li {
	position: relative;
	width: 100%;
	line-height: 30px;
	border-bottom: 1px solid #2f2e63;
}
.navigation a.active {
	background: #fff;
	color: #34346c;
}
.navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding-left: 20px;
	font-size: 14px;
}
.navigation a:hover {
	color: #00aeef;
}

.navigation ul.subnav {
	position: relative;
	display: none;
	margin-left: 30px;
}
.navigation ul.subnav li {
	border-bottom: 0;
	padding: 5px 0;
}
.navigation ul.subnav a {
	color: #ccc;
	line-height: 20px;
}
.navigation .search {
	height: 50px;
}
.navigation input {
	background:#fff;
  	border:none;
  	font-size:14px;

	height: 15px;
	margin: 10px 20px;
	width: 160px;
	padding: 5px;
	border-radius:7px;
	-moz-border-radius:7px; /* Old Firefox */
}

#mobile-nav {
	height: 30px;
	background: #00aeef;
}


/********************************* PAGE SETTINGS ****************************/
body {
	background: #34346c;
	margin: 0;
}

.container {
	background: url(img/debut_light.png) #fff;

}

.page-head {
	height: 100px;
	background-color: #eee;
	overflow: hidden;
}
h1.page-header {
	padding: 30px 0 0 0;
	margin: 0 0 0 20px;
	font-size: 32px;
	color: #34346c;
	display: inline-block;
	float: left;
}
h2.big-heading {
	font-size: 48px;
	line-height: 32px;
}
h2.big-heading .smaller {
	font-size: 24px;
}
h3.page-sub-header {
	display: inline-block;
	float: left;
	font-size: 13px;
	padding-top: 20px;
	padding-left: 10px;
	line-height: 20px;
	color: #00aeef;
}


/********************************* FOOTER SETTINGS ****************************/

.footer {
	background: #ccc;
	height: 100px;
	color: #fff;
	overflow: hidden;
}
.footer a {
	color: #fff;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.footer .copyright {
	margin: 20px;
	float: left;
}
.footer .typetride {
	margin: 20px;
	float: right;
}


/********************************* CAROUSEL SETTINGS ****************************/

#slider-code { height: 125px; overflow:hidden; }
#slider-code .viewport { float: left; width: 240px; height: 125px; overflow: hidden; position: relative; }
#slider-code .buttons { display: block; margin: 30px 10px 0 0; float: left; }
#slider-code .next { margin: 30px 0 0 10px;  }
#slider-code .disable { visibility: hidden; }
#slider-code .overview { list-style: none; position: absolute; padding: 0; margin: 0; left: 0; top: 0; }
#slider-code .overview li{ float: left; margin: 0 20px 0 0; padding: 1px; height: 121px; border: 1px solid #dcdcdc; width: 236px;}
</pre></body></html>