/* --- WelcomeToTheSky --- */



/* General Settings */
html {
	-webkit-font-smoothing: antialiased;
}
body {
	background: #fbfbfb url(../img/bg.png) repeat;color: #262626;font-family: Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;font-size: 12px;
}
a, a:active, a:visited {
	color: #fff;text-decoration: none;-webkit-transition: all 0.3s ease;
}
a:hover, a:focus {
	text-decoration: underline;
}
hr.separator {
	background: transparent;border: none;border-bottom: 1px dashed #c7c7c7;display: block;height: 1px;margin: 10px auto;visibility: visible;width: 40%;
}
/* General Settings */



/* Tools */
.no-brd {
	border: none !important;
}
#header .grid_8,#middle-header .grid_8, #small-header .grid_8, .footer .grid_8 {
	text-align: right;
}
/* Tools */



/* Footer hack */
html, body {
	height: 100%;
}
.wrapper {
	height: auto !important;margin: 0 auto -99px;min-height: 100%;
}
.push-content {
	height: 99px;
}
/* Footer hack */



/* Typo */
h1 {
	color: #043f68;font-size: 22px;font-weight: normal;margin-bottom: 25px;padding-bottom: 5px;
}
h1 b {
	color: #262626;
}
#header h1,#middle-header h1,.grid_10 h1 {
	color: rgb(195,216,231);color: rgba(255,255,255,0.6);font-size: 25px;margin: 20px 0 15px;text-align: center;text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}
#middle-header h1 {
	margin: 40px 0 0;
}
#header h1 b,#middle-header h1 b,.grid_10 h1 b {
	color: #fff;text-shadow: 0 0 10px rgba(255,255,255,0.3), 1px 1px 0 rgba(0,0,0,0.5);
}
h2 {
	color: #043f68;font-size: 14px;font-weight: bold;margin-bottom: 15px;text-transform: uppercase;
}
h3 {
	border-bottom: 1px dashed #c7c7c7;color: #262626;font-size: 13px;font-weight: bold;margin-bottom: 5px;padding-bottom: 2px;
}
h4 {
	font-size: 18px;font-weight: bold;margin-bottom: 20px;
}
h5 {
	color: #043f68;font-size: 28px;font-weight: normal;margin-bottom: 15px;padding-bottom: 5px;
}
h5 p {
	border-bottom: 1px dashed rgb(204,204,204);border-bottom: 1px dashed rgba(0,0,0,0.2);color: #666;display: block;font-size: 14px;margin-top: 5px;padding-bottom: 5px;
}
.content p {
	margin-bottom: 10px;
}
.grid_6 p {
	line-height: 1.7em;
}
p i {
	color: rgba(0,0,0,0.6);
}
p a {
	font-weight: bold;
}
p a, p a:visited, p a:active, .blue {
	color: #043f68;
}
p a:hover, p a:focus {
	color: #999;
}
h4.blue {
	border-bottom: 1px solid #c9d5de;border-top: 1px solid #c9d5de;margin: 40px 0 10px;padding: 5px 0;
}
/* Typo */



/* Header */
#header {
	background: #094f81 url(../img/bg-header.png) repeat-x;height: 360px;
}
#small-header {
	background: #094f81 url(../img/bg-header.png) repeat-x;height: 100px;
}
#middle-header {
	background: #094f81 url(../img/bg-header.png) repeat-x;height: 220px;
}
.main-header {
	margin: 0 auto;position: relative;width: 960px;z-index: 999;
}
.logo {
	float: left;width: 96px;
}
.nav {
	padding: 30px 0;position: relative;float: right;z-index: 999;
}
.nav li {
	display: inline;position: relative;
}
.nav li a {
	color: #c3d8e7;cursor: pointer;font-size: 11px;font-weight: bold;padding: 5px 0 5px 20px;text-decoration: none;text-shadow: 1px 1px 0px rgba(0,0,0,0.5);text-transform: uppercase;
}
.nav li a:hover, .nav li a:focus {
	text-shadow: 0px 0px 20px rgba(255,255,255,0.3),1px 1px 0px rgba(0,0,0,0.5);
}
.nav li a.active {
	color: #fff;
}
.nav li a.active:hover, .nav li a.active:focus {
	text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
}
.nav li ul .arrow {
	background:transparent url(../img/top-arrow.png) no-repeat 40px 0;height:11px;margin-top: -11px;width: 180px;
}
.nav li ul {
	background: #000;display: none;left: 0;position: absolute;text-align: center;top: 15px;width: 180px;-moz-border-radius: 5px;-webkit-border-radius: 5px;-webkit-transition: all 0.3s ease;z-index: 9;
}
.nav li:hover ul,.nav li.sfHover ul {
	display: block;
}
.nav li ul li {
	display: block;position: relative;
}
.nav li ul li a {
	border-top: 1px solid rgb(25,25,25);border-top: 1px solid rgba(255,255,255,0.1);border-bottom: 1px solid rgb(0,0,0);border-bottom: 1px solid rgba(0,0,0,0.2);display: block;padding: 10px;font-size: 12px;text-transform: none;
}
.nav li ul li a.last {
	border-bottom: none;
}
.nav li ul li a.first {
	border-top: 0;
}
.nav li ul li a:hover {
	background: rgb(11,11,11);background: rgba(255,255,255,0.05);color: #fff;cursor: pointer;text-shadow: 1px 1px 0px rgba(0,0,0,0.5);-moz-border-radius: 5px;-webkit-border-radius: 5px;
}
.nav li ul li ul {
	background: rgb(15,15,15);display: none;left: 180px;position: absolute;top: 0px;
}
.nav li ul li ul li,.nav li ul li ul li a {
	display: none;
}
.nav li ul li:hover ul,.nav li ul li.sfHover ul,.nav li ul li:hover ul li,.nav li ul li.sfHover ul li,.nav li ul li:hover ul li a,.nav li ul li.over ul li a {
	display: block;
}
.nav li ul li ul li:first-child {
	-moz-border-radius: 0;-webkit-border-radius: 0;	
}












#header hr.separator,#middle-header hr.separator {
	background: rgb(6,63,103);background: rgba(0,0,0,0.1);border: none;border-bottom: 1px solid rgb(28,85,126);border-bottom: 1px solid rgba(255,255,255,0.1);display: block;height: 1px;margin: 0px auto;visibility: visible;width: 100%;
}
.content {
	padding: 30px 0;
}
/* Header */


/* Navbar */
.nav-bar {
	width: 220px;
}
.nav-bar li {
	list-style: none;
}
.nav-bar li a {
	border-bottom: 1px solid #fff;color: #444;float: left;font-size: 16px;font-weight: bold;margin-bottom: 10px;margin-top: 10px;text-decoration: none;width: 100%;-moz-border-radius-topleft: 5px;-moz-border-radius-topright: 5px;-webkit-border-top-left-radius: 5px;-webkit-border-top-right-radius: 5px;
}

.nav-bar li.active a,.nav-bar li.active a:hover,.nav-bar li.current_page_parent a,.nav-bar li.current_page_parent a:hover,.nav-bar li.current_page_ancestor a,.nav-bar li.current_page_ancestor a:hover,.nav-bar li.current_page_item a,.nav-bar li.current_page_item a:hover {
	background: url(../img/bg-newsletter.png) repeat-x;border: none;color: #fff;text-shadow: 1px 1px 0px rgba(0,0,0,0.5);-moz-border-radius: 5px;-webkit-border-radius: 5px;
}
.nav-bar li a:hover {
	background: rgba(0,0,0,0.1);
}
.nav-bar li a {
	border-bottom: 1px solid rgba(0,0,0,0.1);display: block;padding: 5px 10px;width: 200px;
}
.nav-bar ul li a,.nav-bar li.current_page_parent ul a, .nav-bar li.current_page_ancestor li a, .nav-bar li.current_page_ancestor li a:hover,.nav-bar li.current_page_ancestor li.current_page_ancestor a,.nav-bar li.current_page_ancestor li.current_page_ancestor a:hover {
	background: none;border: none;color: #666;font-size: 13px;font-weight: normal;margin: 0;text-shadow: none;
}
.nav-bar ul li a:hover,.nav-bar li.current_page_parent ul a:hover {
	background: transparent;color: #043f68;text-decoration: underline;text-shadow: none;
}
.nav-bar ul {
	margin-bottom: 10px;
}
.nav-bar ul li a {
	border: none;padding: 4px 8px;width: 204px;
}
.nav-bar ul li.current_page_item a,.nav-bar ul li.current_page_item a:hover,.nav-bar li.current_page_ancestor li.current_page_ancestor a,.nav-bar li.current_page_ancestor li.current_page_ancestor a:hover {
	background: rgba(0,0,0,0.05) url(../img/arrow-right.png) no-repeat 205px center;margin-right: 5px;color: #043f68;text-shadow: none;text-decoration: none;
}
.show-navbar,.hide-navbar {
	display: none;
}
/* Navbar */



/* Services box */
.services-box {
	text-shadow: 1px 1px 0px rgba(0,0,0,0.4);
}
.services-box h2 {
	color: #b3c8d9;display: block;text-align: center;
}
.services-box p {
	color: #99b5cc;
}
.services-box .grid_3 {
	border: 1px dashed rgb(51,108,154);border: 1px dashed rgba(255,255,255,0.2);margin-bottom: 10px;margin-right: 0 !important;padding: 10px;text-decoration: none;width: 200px;-webkit-transition: all 0.4s ease;-moz-border-radius: 5px;-webkit-border-radius: 5px;
}
.services-box .grid_3:hover {
	border: 1px dashed rgb(255,255,255);border: 1px dashed rgba(255,255,255,1);-webkit-box-shadow: 0 0 10px rgba(255,255,255,0.3);
}
.services-box .grid_3:hover p,.services-box .grid_3:hover h2 {
	color: #fff;text-shadow: 0 0 10px rgba(255,255,255,0.2), 1px 1px 0px rgba(0,0,0,0.4);
}
/* Services box */







/* Newsletter */
.newsletter {
	background: url(../img/bg-newsletter.png) repeat-x;color: #fff;padding: 10px;text-shadow: 1px 1px 0px rgba(0,0,0,0.5);-moz-border-radius: 5px;-webkit-border-radius: 5px;
}
.newsletter h2 {
	background: url(../img/newsletter-separator.png) no-repeat bottom left;color: #fff;margin-bottom: 10px;padding-bottom: 10px;
}
.newsletter small {
	display: block;font-size: 11px;margin-bottom: 10px;
}
.newsletter input[type='text'] {
	border: 0;margin-bottom: 10px;padding: 8px 10px 8px 30px;width: 160px;-moz-border-radius: 19px;-moz-box-shadow: inset 1px 1px 6px rgba(0,0,0,0.2);-webkit-border-radius: 19px;-webkit-box-shadow: inset 1px 1px 6px rgba(0,0,0,0.2);-webkit-transition: all 0.4s ease;
}
.newsletter input.mail {
	background: #fff url(../img/bg-newsletter-input-mail.png) no-repeat 10px center;
}
.newsletter input.name {
	background: #fff url(../img/bg-newsletter-input-name.png) no-repeat 10px center;
}
.newsletter input.phone {
	background: #fff url(../img/bg-newsletter-input-phone.png) no-repeat 10px center;
}
.newsletter label.error,.errors {
	color:#F5AEAE;display:block;font-size:11px;margin-bottom:10px;margin-top:-5px;text-align:right;text-shadow:none;
}
html body .errors {
	color: #c00000;
}
.newsletter input.name:hover,.newsletter input.mail:hover,.newsletter input[type='text']:hover {
	-moz-box-shadow: inset 1px 1px 6px rgba(0,0,0,0.2), 0px 0px 10px rgba(255,255,255,0.3);-webkit-box-shadow: inset 1px 1px 6px rgba(0,0,0,0.2), 0px 0px 10px rgba(255,255,255,0.3);
}
html body .newsletter .focusField {
	background-position: -180px center;border: 0;outline: none;-moz-box-shadow: inset 1px 1px 6px rgba(0,0,0,0.2), 1px 1px 5px rgba(0,0,0,0.5);-webkit-box-shadow: inset 1px 1px 6px rgba(0,0,0,0.2), 1px 1px 5px rgba(0,0,0,0.5);
}
.newsletter button,.newsletter .submit {
	background: url(../img/bt-newsletter.png);border: none;cursor: pointer;float: right;height: 31px;margin-top: 10px;text-indent: -9999px;width: 94px;
}
html body .newsletter .submit.unsuscribe {
	background: url(../img/bt-unsuscribe.png) no-repeat;
}
.newsletter button:hover, .newsletter .submit:hover {
	background-position: 0 -31px;
}
.newsletter button:active, .newsletter .submit:active {
	background-position: 0 -62px;
}
/* Newsletter */


/* Testimonials */
.testimonials div div {
	background: rgb(237,237,237);background: rgba(0,0,0,0.05);margin-top: 20px;padding: 10px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
}
.testimonials i {
	font-family: Georgia, serif;font-size: 13px;font-style: italic;
}
.testimonials i.big {
	font-size: 20px;
}
.testimonials i.md {
	font-size: 15px;
}
.testimonials p {
	float: right;margin-top: 5px;
}
.testimonials p b {
	color: #074d7f;
}
.testimonials div.clear {
	background: transparent;margin-top: 0;padding: 0;
}
/* Testimonials */



/* Logo Client */
xx {
	background: rgb(235,235,235);background: rgba(0,0,0,0.05);border: 1px solid rgb(199,199,199);border: 1px solid rgba(0,0,0,0.1);cursor: pointer;float: left;height: 50px;margin: 10px 17px 10px 0;padding: 5px;width: 50px;-moz-border-radius: 5px;-webkit-border-radius: 5px;-webkit-transition: all 0.4s ease;
}
xx:hover, xx:focus {
	background: #fff;border: 1px solid rgb(160,160,160);border: 1px solid rgba(0,0,0,0.3);
}
img.case {
	background: rgb(235,235,235);background: rgba(0,0,0,0.05);border: 1px solid rgb(199,199,199);border: 1px solid rgba(0,0,0,0.1);padding: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;-webkit-transition: all 0.4s ease;
}
.img-case {
	margin: 20px auto;text-align: center;
}
.img-case small.caption {
	color: rgba(0,0,0,0.4);display: block;font-size: 11px;
}
/* Logo Client */



/* List */
.list-detailed {
	list-style: none;
}
.list-detailed li {
	margin-bottom: 10px;
}
.list-detailed li b {
	color: #043f68;
}
.list-detailed li {
	color: #666;
}
.list-features {
	border: 1px dashed rgb(204,204,204);border: 1px dashed rgba(0,0,0,0.2);margin-bottom: 20px;padding: 10px 10px 0;-moz-border-radius: 5px;-webkit-border-radius: 5px;
}
.list-features li {
	background: url(../img/arrow-feature.png) no-repeat left center;padding-left: 20px;
}
.inline-list {
	margin: 20px 0 40px;padding: 0 50px;
}
.inline-list li {
	margin-bottom: 5px;line-height: 1.6em;
}
/* List */



/* Examples list */
.detailed-examples {
	background: url(../img/bg-newsletter.png) repeat-x;color: #fff;margin-top: 50px;padding: 10px 20px;text-shadow: 1px 1px 0px rgba(0,0,0,0.5);-moz-border-radius: 5px;-webkit-border-radius: 5px;
}
.detailed-examples h2 {
	color: #fff;text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
}
.detailed-examples ul {
	margin-left: 30px;
}
.detailed-examples ul li {
	line-height: 1.5em;list-style: circle;
}
/* Examples list */



/* Schema Home */
.schem-home {
	background: url(../img/arrow.png) no-repeat top left;float: left;padding-left: 50px;width: 170px;	
}
.schem-home li {
	display: block;font-size: 11px;margin-bottom: 40px;
}
.schem-home-benefices {
	float: left;width: 150px;
}
.schem-home-benefices li {
	color: #999;display: block;font-size: 18px;margin-bottom: 170px;
}
.schem-home-principles li {
	background: rgb(242,242,242);background: rgba(0,0,0,0.05);border: 1px dashed rgb(204,204,204);display: inline;float: left;height: 300px;list-style: none;margin-right: 7px;padding: 10px;width: 204px;-moz-border-radius: 5px;-webkit-border-radius: 5px;-webkit-transition: none;
}
.schem-home-principles li:hover {
	background: rgba(255,255,255,0.6);-moz-transform: scale(1.1);-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);-webkit-transform: scale(1.1);-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);-moz-transition: all 0.4s ease;
}
.schem-home-principles li:last-child {
	margin-right: 0;
}
.schem-home-principles h3 {
	background: url(../img/bg-newsletter.png) repeat-x;border: 0;color: #fff;border: 0;color: #fff;height: 33px;padding: 10px;text-align: center;text-transform: uppercase;text-shadow: 1px 1px 0 rgba(0,0,0,0.4);-moz-border-radius: 5px;-webkit-border-radius: 5px;
}
.schem-home-principles p {
	background: url(../img/arrow-down.png) no-repeat bottom center;color: #043f68;font-size: 13px;font-weight: bold;margin: 20px 0 20px;padding-bottom: 75px;text-align: center;
}
.schem-home-principles span {
	background: url(../img/arrow-feature.png) no-repeat left center;display: block;margin-bottom: 30px;padding-left: 20px;
}
/* Schema Home */



/* Footer */
.footer {
	background: url(../img/bg-footer.png) repeat-x;color: #fff;height: 59px;margin-top: 40px;padding: 20px 0;text-align: right;text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}
.footer li {
	display: inline;
}
.footer li a {
	color: #fff;font-weight: bold;text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}
/* Footer */



.reference-table,.reference-table td,.reference-table th {
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.reference-table th {
	color: #043f68;font-size: 14px;font-weight: bold;
}
.reference-table td,.reference-table th {
	padding: 5px 10px;
}
